OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasNext
(Results
1 - 25
of
710
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/dalvik/dexgen/src/com/android/dexgen/util/
IntIterator.java
29
boolean
hasNext
();
/dalvik/dx/src/com/android/dx/util/
IntIterator.java
29
boolean
hasNext
();
/libcore/luni/src/main/java/java/util/
Iterator.java
24
* methods {@code next} and {@code
hasNext
()} may throw a {@code ConcurrentModificationException}.
40
public boolean
hasNext
();
48
* @see #
hasNext
AbstractCollection.java
75
while (it.
hasNext
()) {
101
while (it.
hasNext
()) {
129
while (it.
hasNext
()) {
135
while (it.
hasNext
()) {
166
while (it.
hasNext
()) {
227
while (it.
hasNext
()) {
234
while (it.
hasNext
()) {
276
while (it.
hasNext
()) {
317
while (it.
hasNext
()) {
380
while (it.
hasNext
()) {
[
all
...]
AbstractSet.java
78
while (it.
hasNext
()) {
101
while (it.
hasNext
()) {
109
while (it.
hasNext
()) {
ListIterator.java
48
public boolean
hasNext
();
65
* @see #
hasNext
/external/apache-harmony/support/src/test/java/tests/support/
Support_MapTest2.java
43
.
hasNext
());
45
.
hasNext
());
47
.
hasNext
());
57
.
hasNext
());
59
.
hasNext
());
61
.
hasNext
());
Support_UnmodifiableCollectionTest.java
74
while (it.
hasNext
()) {
78
for (int counter = 0; it.
hasNext
(); counter++) {
94
for (int counter = 0; it.
hasNext
(); counter++) {
103
for (int counter = 0; it.
hasNext
(); counter++) {
/libcore/support/src/test/java/tests/support/
Support_MapTest2.java
43
.
hasNext
());
45
.
hasNext
());
47
.
hasNext
());
57
.
hasNext
());
59
.
hasNext
());
61
.
hasNext
());
/external/apache-http/src/org/apache/http/
HeaderElementIterator.java
50
boolean
hasNext
();
54
* This method should only be called while {@link #
hasNext
hasNext
}
HeaderIterator.java
51
boolean
hasNext
()
57
* This method should only be called while {@link #
hasNext
hasNext
}
TokenIterator.java
54
boolean
hasNext
()
60
* This method should only be called while {@link #
hasNext
hasNext
}
/libcore/luni/src/test/java/libcore/java/util/
ServiceLoaderTest.java
25
assertFalse(ServiceLoader.load(UnimplementedInterface.class).iterator().
hasNext
());
33
assertTrue(it.
hasNext
());
35
assertTrue(it.
hasNext
());
37
assertFalse(it.
hasNext
());
/external/guava/src/com/google/common/collect/
ForwardingIterator.java
39
public boolean
hasNext
() {
40
return delegate().
hasNext
();
Iterators.java
56
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
()) {
[
all
...]
AbstractIterator.java
31
* #
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
() {
145
if (!
hasNext
()) {
160
if (!
hasNext
()) {
[
all
...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
ServiceLoaderTest.java
75
assertFalse(itr.
hasNext
());
81
assertFalse(itr.
hasNext
());
85
assertTrue(itr.
hasNext
());
87
assertFalse(itr.
hasNext
());
97
assertTrue(itr.
hasNext
());
100
assertFalse(itr.
hasNext
());
109
assertTrue(itr.
hasNext
());
135
assertFalse(itr.
hasNext
());
154
itr.
hasNext
();
186
assertTrue(itr.
hasNext
());
[
all
...]
/cts/tests/tests/text/src/android/text/cts/
TextUtils_SimpleStringSplitterTest.java
50
notes = "Test
hasNext
method",
51
method = "
hasNext
",
56
assertFalse(simpleStringSplitter.
hasNext
());
59
assertTrue(simpleStringSplitter.
hasNext
());
62
assertTrue(simpleStringSplitter.
hasNext
());
65
assertFalse(simpleStringSplitter.
hasNext
());
68
assertFalse(simpleStringSplitter.
hasNext
());
82
assertFalse(iterator.
hasNext
());
87
assertTrue(iterator.
hasNext
());
89
assertTrue(iterator.
hasNext
());
[
all
...]
/frameworks/base/core/java/android/content/
CursorEntityIterator.java
58
public final boolean
hasNext
() {
60
throw new IllegalStateException("calling
hasNext
() when the iterator is closed");
73
* @see EntityIterator#
hasNext
()
79
if (!
hasNext
()) {
80
throw new IllegalStateException("you may only call next() if
hasNext
() is true");
/external/easymock/src/org/easymock/internal/matchers/
And.java
45
for (Iterator<IArgumentMatcher> it = matchers.iterator(); it.
hasNext
();) {
47
if (it.
hasNext
()) {
Or.java
45
for (Iterator<IArgumentMatcher> it = matchers.iterator(); it.
hasNext
();) {
47
if (it.
hasNext
()) {
/external/nist-sip/java/gov/nist/javax/sip/header/
AllowEventsList.java
81
while (li.
hasNext
()) {
105
while (it.
hasNext
()) {
AllowList.java
82
for ( Iterator<Allow> it = this.hlist.iterator(); it.
hasNext
();) {
107
while (it.
hasNext
()) {
Server.java
65
while (it.
hasNext
()) {
67
if (it.
hasNext
())
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
GLShape.java
39
while (iter.
hasNext
()) {
48
while (iter.
hasNext
()) {
59
while (iter.
hasNext
()) {
79
while (iter.
hasNext
()) {
Completed in 632 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>