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.
-
Interface Summary Interface Description BooleanIterable A type-specificIterablethat strengthens that specification ofBooleanIterable.iterator()andBooleanIterable.forEach(Consumer).BooleanIterator A type-specificIterator; provides an additional method to avoid (un)boxing, and the possibility to skip elements. -
Class Summary Class Description BooleanArrays A class providing static methods and objects that do useful things with type-specific arrays.BooleanBigArrays A class providing static methods and objects that do useful things with big arrays.