|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.ode.utils.stl.MemberOfFunction
org.apache.ode.utils.stl.EqualsUnaryFunction<T>
public class EqualsUnaryFunction<T>
Equality comparison unary function, compares against a constant value.
Created on Feb 4, 2004 at 5:15:38 PM.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.ode.utils.stl.MemberOfFunction |
|---|
MemberOfFunction.InstanceOf |
| Constructor Summary | |
|---|---|
EqualsUnaryFunction(T c)
|
|
| Method Summary | |
|---|---|
boolean |
isMember(java.lang.Object x)
A unary function that tests whether an element is the member of a set. |
| Methods inherited from class org.apache.ode.utils.stl.MemberOfFunction |
|---|
apply |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EqualsUnaryFunction(T c)
| Method Detail |
|---|
public boolean isMember(java.lang.Object x)
MemberOfFunction
isMember in class MemberOfFunctionx - element to test
true if element is a member
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||