Package io.usethesource.capsule.core
Class AbstractTrieSetMultimap.SetMultimapValueIterator<K,V,C,R extends MultimapNode<K,V,C,R>>
java.lang.Object
io.usethesource.capsule.core.AbstractTrieSetMultimap.AbstractSetMultimapIterator<K,V,C,R>
io.usethesource.capsule.core.AbstractTrieSetMultimap.SetMultimapValueIterator<K,V,C,R>
- All Implemented Interfaces:
Iterator<C>
- Direct Known Subclasses:
AbstractTransientTrieSetMultimap.TransientSetMultimapValueIterator
protected static class AbstractTrieSetMultimap.SetMultimapValueIterator<K,V,C,R extends MultimapNode<K,V,C,R>>
extends AbstractTrieSetMultimap.AbstractSetMultimapIterator<K,V,C,R>
implements Iterator<C>
-
Field Summary
FieldsFields inherited from class io.usethesource.capsule.core.AbstractTrieSetMultimap.AbstractSetMultimapIterator
currentValueCollectionCursor, currentValueCollectionLength, currentValueNode, currentValueSingletonCursor, currentValueSingletonLength, nodes
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.usethesource.capsule.core.AbstractTrieSetMultimap.AbstractSetMultimapIterator
hasNext, 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, hasNext, remove