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
- Enclosing class:
AbstractTrieSetMultimap<K, V, C extends Iterable<V>, R extends MultimapNode<K,V, C, R>>
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 Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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
-
next
-
hasNext
public boolean hasNext() -
remove
public void remove()
-