com.nonesole.persistence.file.operation.first
Class Predicate<ExtentType>

java.lang.Object
  extended by com.nonesole.persistence.file.operation.first.Predicate<ExtentType>

public abstract class Predicate<ExtentType>
extends java.lang.Object

Version:
1.0
Author:
JACK LEE

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

Predicate

public Predicate()
Method Detail

match

public abstract boolean match(ExtentType o)
Match input object and return result.True means that the input object could match conditions. If not,it will return False.

Parameters:
o - - Object