it.unimi.dsi.fastutil.booleans
Interface BooleanSet

All Superinterfaces:
BooleanCollection, Collection, Set
All Known Implementing Classes:
AbstractBooleanSet, BooleanOpenHashSet

public interface BooleanSet
extends Set, BooleanCollection

A type-specific Set; provides some additional methods that use polymorphism to reduce type juggling.

See Also:
Set

Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 
Methods inherited from interface it.unimi.dsi.fastutil.booleans.BooleanCollection
add, addAll, booleanIterator, contains, containsAll, remove, removeAll, retainAll, toArray, toBooleanArray, toBooleanArray