public static class Layer.Function.Set
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static Layer.Function.Set |
ALL
Set if all Layer.Functions
|
| Constructor and Description |
|---|
Set(java.util.Collection<Layer.Function> funs)
Constructs Function.Set from a collection of Functions.
|
Set(Layer.Function... funs)
Constructs Function.Set from varargs Functions.
|
Set(Layer.Function f,
int extraB)
Constructs Function.Set from a Function plus extra bits
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(Layer.Function f,
int extraFunction)
Returns true if specified Functions is in this Set.
|
public static final Layer.Function.Set ALL
public Set(Layer.Function f, int extraB)
f - FunctionextraB - extra bits to checkpublic Set(Layer.Function... funs)
funs - variable list of Functions.public Set(java.util.Collection<Layer.Function> funs)
funs - a Collection of Functions.public boolean contains(Layer.Function f, int extraFunction)
f - Function to test.extraFunction -