|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.ontopia.utils.ContainmentDecider<T>
public class ContainmentDecider<T>
INTERNAL: Decider that returns true if the object is contained in the referenced collection.
Constructor Summary | |
---|---|
ContainmentDecider(java.util.Collection<T> objects)
|
Method Summary | |
---|---|
boolean |
ok(T o)
PUBLIC: Returns true if the object is accepted. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ContainmentDecider(java.util.Collection<T> objects)
Method Detail |
---|
public boolean ok(T o)
DeciderIF
ok
in interface DeciderIF<T>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |