| Interface | Description |
|---|---|
| BooleanSet |
A type-specific
Set; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Class | Description |
|---|---|
| AbstractBooleanSet |
An abstract class providing basic methods for sets implementing a type-specific interface.
|
| BooleanArraySet |
A simple, brute-force implementation of a set based on a backing array.
|
| BooleanOpenHashSet |
A type-specific hash set with with a fast, small-footprint implementation.
|
| BooleanSets |
A class providing static methods and objects that do useful things with type-specific sets.
|
| BooleanSets.EmptySet |
An immutable class representing the empty set and implementing a type-specific set interface.
|
| BooleanSets.Singleton |
An immutable class representing a type-specific singleton set.
|
| BooleanSets.SynchronizedSet |
A synchronized wrapper class for sets.
|
| BooleanSets.UnmodifiableSet |
An unmodifiable wrapper class for sets.
|