Searched refs:advance (Results 1 – 6 of 6) sorted by relevance
962 for (Node<K,V> p; (p = it.advance()) != null; ) { in containsValue()1278 for (Node<K,V> p; (p = it.advance()) != null; ) in hashCode()1302 if ((p = it.advance()) != null) { in toString()1309 if ((p = it.advance()) == null) in toString()1335 for (Node<K,V> p; (p = it.advance()) != null; ) { in equals()1399 for (Node<K,V> p; (p = it.advance()) != null; ) { in writeObject()1583 for (Node<K,V> p; (p = it.advance()) != null; ) { in forEach()1594 for (Node<K,V> p; (p = it.advance()) != null; ) { in replaceAll()1617 for (Node<K,V> p; (p = it.advance()) != null; ) { in removeEntryIf()1637 for (Node<K,V> p; (p = it.advance()) != null; ) { in removeValueIf()[all …]
906 private void advance(Node prev) { in advance() method in LinkedTransferQueue.Itr966 advance(null); in Itr()977 advance(p); in next()
1351 advance(); in AbstractItr()1358 private void advance() { in advance() method in ConcurrentLinkedDeque.AbstractItr1385 advance(); in next()
1047 void advance() { in advance() method in LinkedBlockingDeque.AbstractItr1068 advance(); in next()
2263 final void advance() { in advance() method in ConcurrentSkipListMap.Iter2292 advance(); in next()2300 advance(); in next()2309 advance(); in next()3081 final void advance() { in advance() method in ConcurrentSkipListMap.SubMap.SubMapIter3163 advance(); in next()3174 advance(); in next()3190 advance(); in next()
2558 advance(); in FormatSpecifierParser()2570 flags += advance(); in FormatSpecifierParser()2578 advance(); in FormatSpecifierParser()2586 tT = String.valueOf(advance()); in FormatSpecifierParser()2589 conv = String.valueOf(advance()); in FormatSpecifierParser()2597 advance(); in nextInt()2613 private char advance() { in advance() method in Formatter.FormatSpecifierParser