Class BitFieldSet.EnumBitSetIterator<E extends Enum<E>>
java.lang.Object
com.vladsch.flexmark.util.misc.BitFieldSet.EnumBitSetIterator<E>
- All Implemented Interfaces:
Iterator<E>
- Enclosing class:
BitFieldSet<E extends Enum<E>>
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) longThe bit representing the last element returned by this iterator but not removed, or zero if no such element exists.(package private) longA bit vector representing the elements in the set not yet returned by this iterator. -
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
-
Field Details
-
unseen
long unseenA bit vector representing the elements in the set not yet returned by this iterator. -
lastReturned
long lastReturnedThe bit representing the last element returned by this iterator but not removed, or zero if no such element exists.
-
-
Constructor Details
-
EnumBitSetIterator
EnumBitSetIterator()
-
-
Method Details
-
hasNext
-
next
-
remove
-