Searched refs:advance (Results 1 – 7 of 7) sorted by relevance
991 for (Node<K,V> p; (p = it.advance()) != null; ) { in containsValue()1308 for (Node<K,V> p; (p = it.advance()) != null; ) in hashCode()1332 if ((p = it.advance()) != null) { in toString()1339 if ((p = it.advance()) == null) in toString()1365 for (Node<K,V> p; (p = it.advance()) != null; ) { in equals()1429 for (Node<K,V> p; (p = it.advance()) != null; ) { in writeObject()1613 for (Node<K,V> p; (p = it.advance()) != null; ) { in forEach()1624 for (Node<K,V> p; (p = it.advance()) != null; ) { in replaceAll()1647 for (Node<K,V> p; (p = it.advance()) != null; ) { in removeEntryIf()1667 for (Node<K,V> p; (p = it.advance()) != null; ) { in removeValueIf()[all …]
935 private void advance(Node prev) { in advance() method in LinkedTransferQueue.Itr995 advance(null); in Itr()1006 advance(p); in next()
1380 advance(); in AbstractItr()1387 private void advance() { in advance() method in ConcurrentLinkedDeque.AbstractItr1414 advance(); in next()
1076 void advance() { in advance() method in LinkedBlockingDeque.AbstractItr1097 advance(); in next()
2292 final void advance() { in advance() method in ConcurrentSkipListMap.Iter2321 advance(); in next()2329 advance(); in next()2338 advance(); in next()3110 final void advance() { in advance() method in ConcurrentSkipListMap.SubMap.SubMapIter3192 advance(); in next()3203 advance(); in next()3219 advance(); in next()
330 void advance() { in advance() method in LinkedBlockingDeque.AbstractItr
2592 advance(); in FormatSpecifierParser()2604 flags += advance(); in FormatSpecifierParser()2612 advance(); in FormatSpecifierParser()2620 tT = String.valueOf(advance()); in FormatSpecifierParser()2623 conv = String.valueOf(advance()); in FormatSpecifierParser()2631 advance(); in nextInt()2647 private char advance() { in advance() method in Formatter.FormatSpecifierParser