| Package | Description |
|---|---|
| org.eclipse.net4j.util |
Utility classes.
|
| org.eclipse.net4j.util.collection |
Additional collection-like interfaces and classes.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Predicates.ExcludedPredicate<T> |
static class |
Predicates.IncludedPredicate<T> |
static class |
Predicates.UniquePredicate<T> |
| Modifier and Type | Method and Description |
|---|---|
static <T> Predicate<T> |
Predicates.alwaysFalse() |
static <T> Predicate<T> |
Predicates.alwaysTrue() |
static <T> Predicate<T> |
Predicates.excluded(Set<T> exclusions) |
static <T> Predicate<T> |
Predicates.included(Set<T> inclusions) |
static <T> Predicate<T> |
Predicates.unique() |
| Modifier and Type | Method and Description |
|---|---|
Predicate<? super T> |
PredicateIterator.getPredicate() |
| Constructor and Description |
|---|
PredicateIterator(Iterator<T> delegate,
Predicate<? super T> predicate) |
PredicateIterator(Predicate<? super T> predicate,
Iterator<T> delegate) |
Copyright (c) 2011-2014 Eike Stepper (Berlin, Germany) and others.