|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jackrabbit.spi.commons.iterator.Predicates
public final class Predicates
Utility class containing pre defined Predicates
| Field Summary | |
|---|---|
static Predicate |
FALSE
A predicate which is always false |
static Predicate |
TRUE
A predicate which is always true |
| Method Summary | ||
|---|---|---|
static
|
FALSE()
A predicate which is always false |
|
static
|
TRUE()
A predicate which is always true |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Predicate TRUE
public static final Predicate FALSE
| Method Detail |
|---|
public static <T> Predicate<T> TRUE()
T -
public static <T> Predicate<T> FALSE()
T -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||