|
LazyLib | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CollectionUtils.CollectionFilter | |
---|---|
org.lazywizard.lazylib | Contains general methods that mostly help with non-API data types. |
Uses of CollectionUtils.CollectionFilter in org.lazywizard.lazylib |
---|
Methods in org.lazywizard.lazylib with parameters of type CollectionUtils.CollectionFilter | ||
---|---|---|
static
|
CollectionUtils.filter(Collection<T> toFilter,
CollectionUtils.CollectionFilter<T> filter)
Filters a Collection and returns a List containing only
the entries that the filter accepted. |
Method parameters in org.lazywizard.lazylib with type arguments of type CollectionUtils.CollectionFilter | ||
---|---|---|
static
|
CollectionUtils.filter(Collection<T> toFilter,
List<CollectionUtils.CollectionFilter<T>> filters)
Filters a Collection and returns a List containing only
the entries that the filters accepted. |
|
LazyLib | |||||||||
PREV NEXT | FRAMES NO FRAMES |