Package it.unimi.dsi.fastutil.booleans
package it.unimi.dsi.fastutil.booleans
Type-specific classes for boolean elements or keys.
Not all classes are provided in a boolean-specific version: sorted sets and maps not generated,
as they are useless. Unsorted sets and maps are kept around for orthogonality, whereas
BooleanCollection is used by maps with boolean values.
-
ClassDescriptionAn abstract class facilitating the creation of type-specific iterators.A class providing static methods and objects that do useful things with type-specific arrays.A type-specific bidirectional iterator; provides an additional method to avoid (un)boxing, and the possibility to skip elements backwards.A class providing static methods and objects that do useful things with big arrays.A type-specific
BigListIterator.A type-specificComparator; provides methods to compare two primitive types both as objects and as primitive types.A class providing static methods and objects that do useful things with comparators.A type-specificConsumer; provides methods to consume a primitive type both as object and as primitive.A type-specificIterablethat strengthens that specification ofBooleanIterable.iterator()andBooleanIterable.forEach(Consumer).A type-specificIterator; provides an additional method to avoid (un)boxing, and the possibility to skip elements.A type-specificPredicate; provides methods to test a primitive type both as object and as primitive.A type-specificSpliterator; provides an additional methods to avoid (un)boxing, and the possibility to skip elements.A class providing static methods and objects that do useful things with type-specific spliterators.A skeletal implementation for a spliterator backed by an index based data store.A skeletal implementation for a spliterator backed by an index based data store.A class returning no elements and a type-specific spliterator interface.A skeletal implementation for a spliterator backed by an index based data store.