Skip navigation links

Package it.unimi.dsi.fastutil.booleans

Type-specific classes for boolean elements or keys.

See: Description

Package it.unimi.dsi.fastutil.booleans Description

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.

Skip navigation links