Uses of Interface
org.jhotdraw8.collection.enumerator.Enumerator
Packages that use Enumerator
Package
Description
Provides C#-like
Enumerators.Provides spliterators and utility classes for spliterators.
-
Uses of Enumerator in org.jhotdraw8.collection.enumerator
Subinterfaces of Enumerator in org.jhotdraw8.collection.enumeratorModifier and TypeInterfaceDescriptionstatic interfaceAn object for enumerating primitive double-valued elements of a collection.static interfaceAn object for enumerating primitive int-valued elements of a collection.static interfaceAn object for enumerating primitive long-valued elements of a collection.Classes in org.jhotdraw8.collection.enumerator that implement EnumeratorModifier and TypeClassDescriptionclassAbstract base class forEnumerator.OfDoubles.classAbstract base classes forEnumerators.classAbstract base class forEnumerator.OfInts.classAbstract base class forEnumerator.OfLongs.classAn enumerator over an empty sequence.classAn integer enumerator/spliterator over an integer array.classAn integer enumerator/spliterator over a char array.classEnumerates integers in a given range.classAnEnumerator.OfIntover an unsigned short array.classProvides aEnumeratorfacade for anIterator.classProvides anEnumeratorfacade for aSpliterator.Methods in org.jhotdraw8.collection.enumerator that return EnumeratorModifier and TypeMethodDescriptionstatic <T> @NonNull Enumerator<T> EmptyEnumerator.emptyEnumerator() -
Uses of Enumerator in org.jhotdraw8.collection.spliterator
Classes in org.jhotdraw8.collection.spliterator that implement EnumeratorModifier and TypeClassDescriptionclassAn enumerator over a single element.