|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.nonesole.persistence.file.operation.first.Predicate<ExtentType>
public abstract class Predicate<ExtentType>
Constructor Summary | |
---|---|
Predicate()
|
Method Summary | |
---|---|
abstract boolean |
match(ExtentType o)
Match input object and return result.True means that the input object could match conditions. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Predicate()
Method Detail |
---|
public abstract boolean match(ExtentType o)
o
- - Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |