de.tfhberlin.panitz.eliza
Class GreaterX

java.lang.Object
  |
  +--de.tfhberlin.panitz.eliza.GreaterX
All Implemented Interfaces:
FilterCondition

public class GreaterX
extends java.lang.Object
implements FilterCondition

A list filter for greater elements in Comparable relation.


Method Summary
 boolean condition(java.lang.Object testMe)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

condition

public boolean condition(java.lang.Object testMe)
Specified by:
condition in interface FilterCondition