Module org.jhotdraw8.collection
Package org.jhotdraw8.collection.enumerator
package org.jhotdraw8.collection.enumerator
Provides C#-like
Enumerators.
They are easier to code and are slightly faster than
Iterators.-
ClassDescriptionAbstract base class for
Enumerator.OfDoubles.Abstract base classes forEnumerators.Abstract base class forEnumerator.OfInts.Abstract base class forEnumerator.OfLongs.Bare (minimalistic) interface for enumerating elements of a collection.An enumerator over an empty sequence.Enumerator<E>Interface for classes that implement both theBareEnumeratorand theSpliteratorinterface.An object for enumerating primitive double-valued elements of a collection.An object for enumerating primitive int-valued elements of a collection.An object for enumerating primitive long-valued elements of a collection.An integer enumerator/spliterator over an integer array.An integer enumerator/spliterator over a char array.Enumerates integers in a given range.AnEnumerator.OfIntover an unsigned short array.Provides aEnumeratorfacade for anIterator.Provides anEnumeratorfacade for aSpliterator.