com.phoenixst.plexus.util
public final class EqualsTraverserPredicate extends Object implements Predicate, Serializable
Predicate
which simply tests for equality with a
specified Edge.
Since: 1.0
Version: $Revision: 1.7 $
Constructor Summary | |
---|---|
EqualsTraverserPredicate(Graph.Edge testEdge)
Creates a new EqualsTraverserPredicate with the
specified test Edge . |
Method Summary | |
---|---|
boolean | equals(Object object) |
boolean | evaluate(Object object)
Returns true if the second element of the
specified List is .equals() to the
test Edge . |
Graph.Edge | getTestEdge()
Returns the test Edge being used by this
EqualsTraverserPredicate . |
int | hashCode() |
EqualsTraverserPredicate
with the
specified test Edge
.true
if the second element of the
specified List
is .equals()
to the
test Edge
.Edge
being used by this
EqualsTraverserPredicate
.