|
Holger's Java API |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BooleanOperator | |
|---|---|
| com.antelmann.math | This package contains classes to ease calculations. |
| com.antelmann.util | This package contains generally useful classes that are used throughout the other packages in this framework. |
| Uses of BooleanOperator in com.antelmann.math |
|---|
| Methods in com.antelmann.math that return BooleanOperator | |
|---|---|
static BooleanOperator |
BooleanOperator.fromString(String exp)
|
static BooleanOperator |
BooleanOperator.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static BooleanOperator[] |
BooleanOperator.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of BooleanOperator in com.antelmann.util |
|---|
| Methods in com.antelmann.util that return BooleanOperator | |
|---|---|
BooleanOperator |
ComboFilter.getOperator()
|
| Methods in com.antelmann.util with parameters of type BooleanOperator | ||
|---|---|---|
static
|
ComboFilter.create(Filter<? super T> f1,
Filter<? super T> f2,
BooleanOperator operator)
|
|
void |
ComboFilter.setOperator(BooleanOperator operator)
|
|
| Constructors in com.antelmann.util with parameters of type BooleanOperator | |
|---|---|
ComboFilter(Filter<? super T> f1,
Filter<? super T> f2,
BooleanOperator operator)
|
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||