Uses of Interface
org.jhotdraw8.collection.enumerator.BareEnumerator
Packages that use BareEnumerator
Package
Description
Provides C#-like
Enumerators.Provides spliterators and utility classes for spliterators.
-
Uses of BareEnumerator in org.jhotdraw8.collection.enumerator
Subinterfaces of BareEnumerator in org.jhotdraw8.collection.enumeratorModifier and TypeInterfaceDescriptioninterfaceEnumerator<E>Interface for classes that implement both theBareEnumeratorand theSpliteratorinterface.static 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 BareEnumeratorModifier 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. -
Uses of BareEnumerator in org.jhotdraw8.collection.spliterator
Classes in org.jhotdraw8.collection.spliterator that implement BareEnumeratorModifier and TypeClassDescriptionclassAn enumerator over a single element.