|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.isti.util.TwoObjectMatcher
Class TwoObjectMatcher manages a set of object pairs and provides a fast comparison match vs. a given pair.
Constructor Summary | |
TwoObjectMatcher()
|
Method Summary | |
void |
add(java.lang.Object obj1,
java.lang.Object obj2)
Adds the given pair of objects to this matcher. |
boolean |
contains(java.lang.Object obj1,
java.lang.Object obj2)
Checks if the given pair objects is held by this matcher. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TwoObjectMatcher()
Method Detail |
public void add(java.lang.Object obj1, java.lang.Object obj2)
obj1
- the first object to use.obj2
- the second object to use.public boolean contains(java.lang.Object obj1, java.lang.Object obj2)
obj1
- the first object to use.obj2
- the second object to use.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |