|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ckkloverdos.filter.NotNull
public class NotNull
A filter that tests whether an object is not null
.
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 |
---|
public NotNull()
Method Detail |
---|
public boolean accept(java.lang.Object object, java.lang.Object hints)
object
is not 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 |