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.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 Object
implements Iterator<C>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intprotected intprotected Nodeprotected intprotected int -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining, hasNext, remove
-
Field Details
-
currentValueSingletonCursor
protected int currentValueSingletonCursor -
currentValueSingletonLength
protected int currentValueSingletonLength -
currentValueCollectionCursor
protected int currentValueCollectionCursor -
currentValueCollectionLength
protected int currentValueCollectionLength -
currentValueNode
-
-
Constructor Details
-
SetMultimapValueIterator
-
-
Method Details