Searched defs:nextValue (Results 1 – 3 of 3) sorted by relevance
/libcore/support/src/test/java/tests/support/ | ||
D | Support_UnmodifiableCollectionTest.java | 79 int nextValue = it.next().intValue(); in runTest() local |
/libcore/json/src/main/java/org/json/ | ||
D | JSONTokener.java | 97 public Object nextValue() throws JSONException { in nextValue() method in JSONTokener |
/libcore/ojluni/src/main/java/java/util/concurrent/ | ||
D | ConcurrentSkipListMap.java | 2273 V nextValue; field in ConcurrentSkipListMap.Iter |