|
common-util | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ObjectFilter | |
|---|---|
| local.tomas.util.collections | This package contains helper classes for collection handling. |
| Uses of ObjectFilter in local.tomas.util.collections |
|---|
| Methods in local.tomas.util.collections with parameters of type ObjectFilter | ||
|---|---|---|
static
|
Collections.filter(ObjectFilter filter,
Collection<T> source,
C target)
Filter a collection. |
|
| Constructors in local.tomas.util.collections with parameters of type ObjectFilter | |
|---|---|
FilteredCollection(Collection<T> coll,
ObjectFilter filter)
Construct filtered collection. |
|
FilteredIterator(Iterator<T> iterator,
ObjectFilter filter)
Construct filtered iterator. |
|
|
common-util | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||