Package it.unimi.dsi.fastutil.longs
Class LongBigSpliterators
- java.lang.Object
-
- it.unimi.dsi.fastutil.longs.LongBigSpliterators
-
public final class LongBigSpliterators extends java.lang.ObjectA class providing static methods and objects that do useful things with type-specific spliterators on big (potentially greater thenInteger.MAX_VALUEitems long). Since theSpliteratorinterface already natively works in long indexes, most of the utility methods reside in the regularSpliteratorsclass.- Since:
- 8.5.0
- Author:
- C. Sean Young <csyoung@google.com>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLongBigSpliterators.AbstractIndexBasedSpliteratorA skeletal implementation for a spliterator backed by an index based data store.static classLongBigSpliterators.EarlyBindingSizeIndexBasedSpliteratorA skeletal implementation for a spliterator backed by an index based data store.static classLongBigSpliterators.LateBindingSizeIndexBasedSpliteratorA skeletal implementation for a spliterator backed by an index based data store.
-
Constructor Summary
Constructors Constructor Description LongBigSpliterators()
-