Class AbstractPatriciaTrie.Values.ValueIterator
java.lang.Object
AbstractPatriciaTrie<K,V>.org.apache.commons.collections4.trie.AbstractPatriciaTrie.TrieIterator<V>
org.apache.commons.collections4.trie.AbstractPatriciaTrie.Values.ValueIterator
- All Implemented Interfaces:
Iterator<V>
- Enclosing class:
AbstractPatriciaTrie.Values
private class AbstractPatriciaTrie.Values.ValueIterator
extends AbstractPatriciaTrie<K,V>.TrieIterator<V>
An
Iterator
that returns Value Objects.-
Field Summary
Fields inherited from class org.apache.commons.collections4.trie.AbstractPatriciaTrie.TrieIterator
current, expectedModCount, next
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.commons.collections4.trie.AbstractPatriciaTrie.TrieIterator
findNext, hasNext, nextEntry, remove
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
ValueIterator
private ValueIterator()
-
-
Method Details
-
next
-