org.ckkloverdos.filter
Class NotNull

java.lang.Object
  extended by org.ckkloverdos.filter.NotNull
All Implemented Interfaces:
IFilter

public class NotNull
extends java.lang.Object
implements IFilter

A filter that tests whether an object is not null.

Author:
Christos KK Loverdos

Constructor Summary
NotNull()
           
 
Method Summary
 boolean accept(java.lang.Object object, java.lang.Object hints)
          Tests that object is not null.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotNull

public NotNull()
Method Detail

accept

public boolean accept(java.lang.Object object,
                      java.lang.Object hints)
Tests that object is not null. The second parameter, hints, is ignored.

Specified by:
accept in interface IFilter
Parameters:
object -
hints -


Copyright © 1999-2007 Christos KK Loverdos. All Rights Reserved.