public class BooleanSets
extends java.lang.Object
| Constructor and Description |
|---|
BooleanSets() |
| Modifier and Type | Method and Description |
|---|---|
static BooleanSet |
empty()
EmptySet getter
|
static BooleanSet |
singleton(boolean element)
Creates a Singleton set of a given element
|
public static BooleanSet empty()
public static BooleanSet singleton(boolean element)
element - the element that should be converted into a singleton set