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