Package com.vladsch.flexmark.util.misc
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) long
The bit representing the last element returned by this iterator but not removed, or zero if no such element exists.(package private) long
A bit vector representing the elements in the set not yet returned by this iterator. -
Constructor Summary
Constructors -
Method Summary
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
-
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