| Package | Description |
|---|---|
| org.eclipse.net4j.util |
Utility classes.
|
| org.eclipse.net4j.util.collection |
Additional collection-like interfaces and classes.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> Predicate<T> |
Predicates.alwaysFalse() |
static <T> Predicate<T> |
Predicates.alwaysTrue() |
| Modifier and Type | Method and Description |
|---|---|
Predicate<? super T> |
PredicateIterator.getPredicate() |
| Constructor and Description |
|---|
PredicateIterator(Iterator<T> delegate,
Predicate<? super T> predicate) |
Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.