Searched defs:hasNext (Results 1 - 25 of 30) sorted by relevance

12

/external/apache-http/src/org/apache/http/
H A DHeaderElementIterator.java50 boolean hasNext(); method in interface:HeaderElementIterator
54 * This method should only be called while {@link #hasNext hasNext}
H A DHeaderIterator.java51 boolean hasNext() method in interface:HeaderIterator
57 * This method should only be called while {@link #hasNext hasNext}
H A DTokenIterator.java54 boolean hasNext() method in interface:TokenIterator
60 * This method should only be called while {@link #hasNext hasNext}
/external/guava/src/com/google/common/collect/
H A DForwardingIterator.java39 public boolean hasNext() { method in class:ForwardingIterator
40 return delegate().hasNext();
H A DAbstractIterator.java31 * #hasNext} method. But many data sources, such as {@link
44 * while (in.hasNext()) {
85 * <p>The initial invocation of {@link #hasNext()} or {@link #next()} calls
86 * this method, as does the first invocation of {@code hasNext} or {@code
92 * {@code hasNext} or {@code next} invocation that invoked this method. Any
96 * <p>The implementation of this method may not invoke the {@code hasNext},
103 * will propagate outward to the {@code hasNext()}, {@code next()}, or
122 public final boolean hasNext() { method in class:AbstractIterator
145 if (!hasNext()) {
160 if (!hasNext()) {
[all...]
H A DAbstractMapBasedMultiset.java103 public boolean hasNext() {
104 return backingEntries.hasNext();
197 public boolean hasNext() { method in class:AbstractMapBasedMultiset.MapBasedMultisetIterator
198 return occurrencesLeft > 0 || entryIterator.hasNext();
359 public boolean hasNext() {
360 return entries.hasNext();
395 while (i.hasNext()) {
H A DAbstractMultiset.java90 public boolean hasNext() { method in class:AbstractMultiset.MultisetIterator
91 return laterCount > 0 || entryIterator.hasNext();
95 if (!hasNext()) {
190 while (entries.hasNext()) {
228 public boolean hasNext() {
229 return entryIterator.hasNext();
H A DIterators.java56 public boolean hasNext() {
78 /*@Override*/ public boolean hasNext() {
108 public boolean hasNext() {
109 return iterator.hasNext();
119 * will be left exhausted: its {@code hasNext()} method will return
124 while (iterator.hasNext()) {
137 while (iterator.hasNext()) {
143 while (iterator.hasNext()) {
155 * {@code hasNext()} method will return {@code false}.
165 while (removeFrom.hasNext()) {
957 public boolean hasNext() { method in class:Iterators.PeekingImpl
[all...]
H A DLinkedListMultimap.java259 for (Iterator<V> i = new ValueForKeyIterator(key); i.hasNext();) {
277 public boolean hasNext() { method in class:LinkedListMultimap.NodeIterator
299 public boolean hasNext() { method in class:LinkedListMultimap.DistinctKeyIterator
360 public boolean hasNext() { method in class:LinkedListMultimap.ValueForKeyIterator
432 for (Iterator<Node<K, V>> i = new NodeIterator(); i.hasNext();) {
441 for (Iterator<V> i = new ValueForKeyIterator(key); i.hasNext();) {
465 while (values.hasNext()) {
508 while (keyValues.hasNext() && newValues.hasNext()) {
514 while (keyValues.hasNext()) {
[all...]
/external/icu4c/test/intltest/
H A Dsfwdchit.cpp118 UBool SimpleFwdCharIterator::hasNext() { function in class:SimpleFwdCharIterator
H A Ddadrcoll.cpp144 return seq.hasNext();
262 UBool hasNext; local
277 hasNext = getNextInSequence(*target);
287 } while(hasNext);
H A Dcitrtest.cpp62 virtual UBool hasNext() { return TRUE;}; function in class:SCharacterIterator
481 } while (iter.hasNext());
599 else if(iter.hasNext() == FALSE && i != text.length())
600 errln("Iterator reached end prematurely. Failed at hasNext");
613 if(iter.hasNext() == TRUE)
614 errln("hasNext() returned true at the end of the string");
619 if(iter.getIndex() != text.length() || iter.hasNext() != FALSE)
688 } while (iter.hasNext());
712 else if(iter.hasNext() == FALSE)
774 h=iter->hasNext(ite
993 virtual UBool hasNext() { function in class:SubCharIter
[all...]
/external/apache-http/src/org/apache/http/message/
H A DBasicHeaderElementIterator.java85 while (this.headerIt.hasNext()) {
106 while (this.headerIt.hasNext() || this.cursor != null) {
132 public boolean hasNext() { method in class:BasicHeaderElementIterator
H A DBasicHeaderIterator.java129 public boolean hasNext() { method in class:BasicHeaderIterator
H A DBasicListHeaderIterator.java142 public boolean hasNext() { method in class:BasicListHeaderIterator
H A DBasicTokenIterator.java96 public boolean hasNext() { method in class:BasicTokenIterator
173 if (!this.headerIt.hasNext()) {
256 if (this.headerIt.hasNext()) {
/external/icu4c/common/unicode/
H A Duiter.h145 * Function type declaration for UCharIterator.hasNext().
408 UCharIteratorHasNext *hasNext; member in struct:UCharIterator
/external/webkit/JavaScriptCore/icu/unicode/
H A Duiter.h145 * Function type declaration for UCharIterator.hasNext().
408 UCharIteratorHasNext *hasNext; member in struct:UCharIterator
/external/webkit/JavaScriptGlue/icu/unicode/
H A Duiter.h145 * Function type declaration for UCharIterator.hasNext().
408 UCharIteratorHasNext *hasNext; member in struct:UCharIterator
/external/webkit/WebCore/icu/unicode/
H A Duiter.h145 * Function type declaration for UCharIterator.hasNext().
408 UCharIteratorHasNext *hasNext; member in struct:UCharIterator
/external/webkit/WebKit/mac/icu/unicode/
H A Duiter.h145 * Function type declaration for UCharIterator.hasNext().
408 UCharIteratorHasNext *hasNext; member in struct:UCharIterator
/external/guava/src/com/google/common/base/
H A DSplitter.java421 public final boolean hasNext() { method in class:Splitter.AbstractIterator
444 if (!hasNext()) {
/external/icu4c/common/
H A Dresbund.cpp282 UBool ResourceBundle::hasNext(void) const { function in class:ResourceBundle
H A Duchriter.cpp169 UCharCharacterIterator::hasNext() { function in class:UCharCharacterIterator
H A Dunorm_it.c58 UBool hasPrevious, hasNext, isStackAllocated; member in struct:UNormIterator
75 uni->hasNext=iter->hasNext(iter);
76 } else if(!iter->hasNext(iter)) {
79 uni->hasNext=FALSE;
84 uni->hasPrevious=uni->hasNext=TRUE;
187 /* normalize forward from the limit, assume hasNext is true */
213 uni->hasNext=FALSE;
229 uni->hasNext=FALSE;
241 uni->hasNext
[all...]

Completed in 214 milliseconds

12