Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.phoenixst.plexus.examples
Class CompleteBipartiteGraphTest.TestPredicate  view CompleteBipartiteGraphTest.TestPredicate download CompleteBipartiteGraphTest.TestPredicate.java

java.lang.Object
  extended bycom.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


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:
evaluate in interface org.apache.commons.collections.Predicate