|
CTAT 3.1 Function Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.cmu.pact.BehaviorRecorder.ProblemModel.Matcher.Functions.memberOf
public class memberOf
Return true if the first argument is equal to any of the other arguments, false otherwise.
| Constructor Summary | |
|---|---|
memberOf()
|
|
| Method Summary | |
|---|---|
boolean |
memberOf(double d,
double... values)
True if the first argument is equal to any of the other arguments, false otherwise. |
boolean |
memberOf(double d,
java.lang.Object... values)
True if the first argument is equal to any of the other arguments, false otherwise. |
boolean |
memberOf(java.lang.Object o,
java.lang.Object... values)
True if the first argument is equal to any of the other arguments, false otherwise. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public memberOf()
| Method Detail |
|---|
public boolean memberOf(java.lang.Object o,
java.lang.Object... values)
True if the first argument is equal to any of the other arguments, false otherwise.
o - value to find among other argumentsvalues - other arguments
public boolean memberOf(double d,
double... values)
True if the first argument is equal to any of the other arguments, false otherwise.
o - value to find among other argumentsvalues - other arguments
public boolean memberOf(double d,
java.lang.Object... values)
True if the first argument is equal to any of the other arguments, false otherwise.
o - value to find among other argumentsvalues - other arguments
|
CTAT 3.1 Function Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||