src.it.unimi.dsi.fastutil.booleans.package.html Maven / Gradle / Ivy
The newest version!
fastutil
Provides 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 completely
useless). Unsorted sets and maps are kept for orthogonality, whereas
{@link it.unimi.dsi.fastutil.booleans.BooleanCollection} is used by maps with boolean values.