|
|||||||||
| Home >> All >> com >> phoenixst >> plexus >> [ examples overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.phoenixst.plexus.examples
Class CompleteBipartiteGraphTest.TestPredicate

java.lang.Objectcom.phoenixst.plexus.examples.CompleteBipartiteGraphTest.TestPredicate
- All Implemented Interfaces:
- org.apache.commons.collections.Predicate
- Enclosing class:
- CompleteBipartiteGraphTest
- private static class CompleteBipartiteGraphTest.TestPredicate
- extends java.lang.Object
- implements org.apache.commons.collections.Predicate
- extends java.lang.Object
| Field Summary | |
(package private) int |
m
|
(package private) int |
n
|
| Constructor Summary | |
CompleteBipartiteGraphTest.TestPredicate(int m,
int n)
|
|
| Method Summary | |
boolean |
evaluate(java.lang.Object object)
Returns true if the input object matches this predicate. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
m
int m
n
int n
| Constructor Detail |
CompleteBipartiteGraphTest.TestPredicate
public CompleteBipartiteGraphTest.TestPredicate(int m,
int n)
| Method Detail |
evaluate
public boolean evaluate(java.lang.Object object)
- Description copied from interface:
org.apache.commons.collections.Predicate - Returns true if the input object matches this predicate.
- Specified by:
evaluatein interfaceorg.apache.commons.collections.Predicate
|
|||||||||
| Home >> All >> com >> phoenixst >> plexus >> [ examples overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.phoenixst.plexus.examples.CompleteBipartiteGraphTest.TestPredicate