Package it.unimi.dsi.fastutil.chars
Class CharBigSpliterators
java.lang.Object
it.unimi.dsi.fastutil.chars.CharBigSpliterators
public final class CharBigSpliterators
extends java.lang.Object
A class providing static methods and objects that do useful things with
type-specific spliterators on big (potentially greater then
Integer.MAX_VALUE items long).
Since the Spliterator interface already natively works in
long indexes, most of the utility methods reside in the regular
Spliterators class.- Since:
- 8.5.0
- Author:
- C. Sean Young <csyoung@google.com>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCharBigSpliterators.AbstractIndexBasedSpliteratorA skeletal implementation for a spliterator backed by an index based data store.static classCharBigSpliterators.EarlyBindingSizeIndexBasedSpliteratorA skeletal implementation for a spliterator backed by an index based data store.static classCharBigSpliterators.LateBindingSizeIndexBasedSpliteratorA skeletal implementation for a spliterator backed by an index based data store. -
Constructor Summary
Constructors Constructor Description CharBigSpliterators() -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CharBigSpliterators
public CharBigSpliterators()
-