| Package | Description |
|---|---|
| it.unimi.dsi.fastutil.booleans |
Provides type-specific classes for boolean elements or keys.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanArraySet
A simple, brute-force implementation of a set based on a backing array.
|
class |
BooleanOpenHashSet
A type-specific hash set with with a fast, small-footprint implementation.
|
static class |
BooleanSets.Singleton
An immutable class representing a type-specific singleton set.
|
Copyright © 2020. All rights reserved.