- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for NodeIterator (0.05 seconds)
-
guava/src/com/google/common/collect/LinkedListMultimap.java
} /** An {@code Iterator} over all nodes. */ private final class NodeIterator implements ListIterator<Entry<K, V>> { int nextIndex; @Nullable Node<K, V> next; @Nullable Node<K, V> current; @Nullable Node<K, V> previous; int expectedModCount = modCount; NodeIterator(int index) { int size = size(); checkPositionIndex(index, size);Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Mon Sep 22 18:35:44 GMT 2025 - 27K bytes - Click Count (0)