public abstract static class CharBigSpliterators.EarlyBindingSizeIndexBasedSpliterator extends CharBigSpliterators.AbstractIndexBasedSpliterator
This class implements an early binding strategy for getMaxPos()
. The last index
this spliterator covers is fixed at construction time and does not vary on changes to the
backing data store. This should usually be the size of the
backing data store (until a split at least), hence the class' name, but this is not required.
As the abstract methods in this class are used in inner loops, it is generally a
good idea to override the class as final
as to encourage the JVM to inline
them (or alternatively, override the abstract methods as final).
characteristics, estimateSize, forEachRemaining, skip, tryAdvance, trySplit
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, getComparator, tryAdvance