|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uplanet.util.filter.IdentityFilter<T>
@Scriptable public final class IdentityFilter<T>
Constructor Summary | |
---|---|
IdentityFilter()
|
Method Summary | |
---|---|
boolean |
accept(T p_obj)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IdentityFilter()
Method Detail |
---|
public boolean accept(T p_obj)
accept
in interface IFilter<T>
p_obj
- The object to be filtered.
true
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |