Home
last modified time | relevance | path

Searched defs:nextValue (Results 1 – 3 of 3) sorted by relevance

/libcore/support/src/test/java/tests/support/
DSupport_UnmodifiableCollectionTest.java79 int nextValue = it.next().intValue(); in runTest() local
/libcore/json/src/main/java/org/json/
DJSONTokener.java97 public Object nextValue() throws JSONException { in nextValue() method in JSONTokener
/libcore/ojluni/src/main/java/java/util/concurrent/
DConcurrentSkipListMap.java2273 V nextValue; field in ConcurrentSkipListMap.Iter
3085 V nextValue; field in ConcurrentSkipListMap.SubMap.SubMapIter