|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Predicate | |
|---|---|
| org.apache.jackrabbit.spi.commons.iterator | |
| Uses of Predicate in org.apache.jackrabbit.spi.commons.iterator |
|---|
| Fields in org.apache.jackrabbit.spi.commons.iterator declared as Predicate | |
|---|---|
static Predicate |
Predicates.FALSE
A predicate which is always false |
static Predicate |
Predicates.TRUE
A predicate which is always true |
| Methods in org.apache.jackrabbit.spi.commons.iterator that return Predicate | ||
|---|---|---|
static
|
Predicates.FALSE()
A predicate which is always false |
|
static
|
Predicates.TRUE()
A predicate which is always true |
|
| Methods in org.apache.jackrabbit.spi.commons.iterator with parameters of type Predicate | ||
|---|---|---|
static
|
Iterators.filterIterator(Iterator<? extends T> iterator,
Predicate<? super T> predicate)
Returns an iterator with elements from an original iterator where the
given predicate matches removed. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||