| Package | Description |
|---|---|
| net.sf.mmm.util.filter.base |
Contains public implementations of the
filtering-API. |
| net.sf.mmm.util.lang.api |
Provides the API for utilities of general purpose.
|
| Modifier and Type | Field and Description |
|---|---|
private Conjunction |
ConjunctionFilter.conjunction
The boolean conjunction.
|
private Conjunction |
ConjunctionCharFilter.conjunction
The boolean conjunction.
|
| Constructor and Description |
|---|
ConjunctionCharFilter(Conjunction conjunction,
CharFilter... filters)
The constructor.
|
ConjunctionFilter(Conjunction conjunction,
Filter<V>... filters)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static Conjunction |
Conjunction.fromValue(String value)
This method gets the
Conjunction with the given . |
static Conjunction |
Conjunction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Conjunction[] |
Conjunction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2001–2015 mmm-Team. All rights reserved.