Use 
PREV   NEXT      All Classes   All Packages
FlexDoc/Javadoc 2.0
Demo Java Doc

Uses of Interface
java.util.Spliterator
Packages that use Spliterator
Provides classes that are fundamental to the design of the Java programming language.
Contains the collections framework, some internationalization support classes, a service loader, properties, random number generation, string parsing and scanning classes, base64 encoding and decoding, a bit array, and several miscellaneous utility classes.
Utility classes commonly useful in concurrent programming.
Methods in java.lang that return Spliterator
default Spliterator<T>
Iterable.spliterator()
Creates a Spliterator over the elements described by this Iterable.
Subinterfaces of Spliterator in java.util
static interface
A Spliterator specialized for double values.
static interface
A Spliterator specialized for int values.
static interface
A Spliterator specialized for long values.
static interface
A Spliterator specialized for primitive values.
Classes in java.util that implement Spliterator
abstract static class
An abstract Spliterator.OfDouble that implements trySplit to permit limited parallelism.
abstract static class
An abstract Spliterator.OfInt that implements trySplit to permit limited parallelism.
abstract static class
An abstract Spliterator.OfLong that implements trySplit to permit limited parallelism.
abstract static class
An abstract Spliterator that implements trySplit to permit limited parallelism.
Methods in java.util that return Spliterator
ArrayDeque.spliterator()
Creates a late-binding and fail-fast Spliterator over the elements in this deque.
ArrayList.spliterator()
Creates a late-binding and fail-fast Spliterator over the elements in this list.
static <T> Spliterator<T>
Arrays.spliterator(T[] array)
Returns a Spliterator covering all of the specified array.
static <T> Spliterator<T>
Arrays.spliterator(T[] array, int startInclusive, int endExclusive)
Returns a Spliterator covering the specified range of the specified array.
default Spliterator<E>
Collection.spliterator()
Creates a Spliterator over the elements in this collection.
HashSet.spliterator()
Creates a late-binding and fail-fast Spliterator over the elements in this set.
LinkedHashSet.spliterator()
Creates a late-binding and fail-fast Spliterator over the elements in this set.
LinkedList.spliterator()
Creates a late-binding and fail-fast Spliterator over the elements in this list.
default Spliterator<E>
Creates a Spliterator over the elements in this list.
final Spliterator<E>
PriorityQueue.spliterator()
Creates a late-binding and fail-fast Spliterator over the elements in this queue.
default Spliterator<E>
Creates a Spliterator over the elements in this set.
default Spliterator<E>
SortedSet.spliterator()
Creates a Spliterator over the elements in this sorted set.
Spliterator.trySplit()
If this spliterator can be partitioned, returns a Spliterator covering elements, that will, upon return from this method, not be covered by this Spliterator.
static <T> Spliterator<T>
Spliterators.emptySpliterator()
Creates an empty Spliterator
static <T> Spliterator<T>
Spliterators.spliterator(Collection<? extends T> c, int characteristics)
Creates a Spliterator using the given collection's Collection.iterator() as the source of elements, and reporting its Collection.size() as its initial size.
static <T> Spliterator<T>
Spliterators.spliterator(Iterator<? extends T> iterator, long size, int characteristics)
Creates a Spliterator using a given Iterator as the source of elements, and with a given initially reported size.
static <T> Spliterator<T>
Spliterators.spliterator(Object[] array, int additionalCharacteristics)
Creates a Spliterator covering the elements of a given array, using a customized set of spliterator characteristics.
static <T> Spliterator<T>
Spliterators.spliterator(Object[] array, int fromIndex, int toIndex, int additionalCharacteristics)
Creates a Spliterator covering a range of elements of a given array, using a customized set of spliterator characteristics.
static <T> Spliterator<T>
Spliterators.spliteratorUnknownSize(Iterator<? extends T> iterator, int characteristics)
Creates a Spliterator using a given Iterator as the source of elements, with no initial size estimate.
Spliterators.AbstractSpliterator.trySplit()
If this spliterator can be partitioned, returns a Spliterator covering elements, that will, upon return from this method, not be covered by this Spliterator. This implementation permits limited parallelism.
TreeSet.spliterator()
Creates a late-binding and fail-fast Spliterator over the elements in this set.
Vector.spliterator()
Creates a late-binding and fail-fast Spliterator over the elements in this list.
Methods in java.util with parameters of type Spliterator
static <T> Iterator<T>
Spliterators.iterator(Spliterator<? extends T> spliterator)
Creates an Iterator from a Spliterator.
Methods in java.util.concurrent that return Spliterator
ArrayBlockingQueue.spliterator()
Returns a Spliterator over the elements in this queue.
ConcurrentHashMap.KeySetView.spliterator()
Creates a Spliterator over the elements in this collection.
ConcurrentLinkedDeque.spliterator()
Returns a Spliterator over the elements in this deque.
ConcurrentLinkedQueue.spliterator()
Returns a Spliterator over the elements in this queue.
ConcurrentSkipListSet.spliterator()
Returns a Spliterator over the elements in this set.
CopyOnWriteArrayList.spliterator()
Returns a Spliterator over the elements in this list.
CopyOnWriteArraySet.spliterator()
Returns a Spliterator over the elements in this set in the order in which these elements were added.
LinkedBlockingDeque.spliterator()
Returns a Spliterator over the elements in this deque.
LinkedBlockingQueue.spliterator()
Returns a Spliterator over the elements in this queue.
LinkedTransferQueue.spliterator()
Returns a Spliterator over the elements in this queue.
PriorityBlockingQueue.spliterator()
Returns a Spliterator over the elements in this queue.
SynchronousQueue.spliterator()
Returns an empty spliterator in which calls to trySplit always return null.

 Use 
PREV   NEXT      All Classes   All Packages
FlexDoc/Javadoc 2.0
Demo Java Doc

Java API documentation generated with FlexDoc/Javadoc 2.0 using JavadocClassic 3.0 template set.
FlexDoc/Javadoc is a template-driven programming tool for rapid development of any Javadoc-based Java API documentation generators (i.e. doclets). If you need to customize your Javadoc without writing a full-blown doclet from scratch, FlexDoc/Javadoc may be the only tool able to help you! Find out more at www.flexdoc.xyz