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 |
---|
Layer.Function.Set(java.util.Collection<Layer.Function> funs)
Constructs Function.Set from a collection of Functions.
|
Layer.Function.Set(Layer.Function... funs)
Constructs Function.Set from varargs Functions.
|
Layer.Function.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 Layer.Function.Set(Layer.Function f, int extraB)
f
- FunctionextraB
- extra bits to checkpublic Layer.Function.Set(Layer.Function... funs)
funs
- variable list of Functions.public Layer.Function.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
-