|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ckkloverdos.filter.IsNull
public class IsNull
A filter that tests for null
equality.
Field Summary | |
---|---|
static IsNull |
IS_NULL
|
Constructor Summary | |
---|---|
IsNull()
|
Method Summary | |
---|---|
boolean |
accept(java.lang.Object object,
java.lang.Object hints)
Tests that object is null . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final IsNull IS_NULL
Constructor Detail |
---|
public IsNull()
Method Detail |
---|
public boolean accept(java.lang.Object object, java.lang.Object hints)
object
is null
.
The second parameter, hints
, is ignored.
accept
in interface IFilter
object
- hints
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |