Class AbstractPatriciaTrie.RangeEntrySet.EntryIterator
java.lang.Object
AbstractPatriciaTrie<K,V>.org.apache.commons.collections4.trie.AbstractPatriciaTrie.TrieIterator<Map.Entry<K,V>>
org.apache.commons.collections4.trie.AbstractPatriciaTrie.RangeEntrySet.EntryIterator
- Enclosing class:
AbstractPatriciaTrie.RangeEntrySet
private final class AbstractPatriciaTrie.RangeEntrySet.EntryIterator
extends AbstractPatriciaTrie<K,V>.TrieIterator<Map.Entry<K,V>>
An
Iterator for AbstractPatriciaTrie<K,V>.RangeEntrySet s.- Since:
- 4.0
-
Field Summary
FieldsFields inherited from class AbstractPatriciaTrie.TrieIterator
current, expectedModCount, next -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateEntryIterator(AbstractPatriciaTrie.TrieEntry<K, V> first, AbstractPatriciaTrie.TrieEntry<K, V> last) Creates aAbstractPatriciaTrie<K,.V>.RangeEntrySet.EntryIterator -
Method Summary
Methods inherited from class AbstractPatriciaTrie.TrieIterator
findNext, nextEntry, removeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Field Details
-
excludedKey
-
-
Constructor Details
-
EntryIterator
private EntryIterator(AbstractPatriciaTrie.TrieEntry<K, V> first, AbstractPatriciaTrie.TrieEntry<K, V> last) Creates aAbstractPatriciaTrie<K,.V>.RangeEntrySet.EntryIterator
-
-
Method Details
-
hasNext
-
next
-