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.