seda.sandStorm.core
Class ssLinkedListEqualityComparator

java.lang.Object
  extended by seda.sandStorm.core.ssLinkedListEqualityComparator
All Implemented Interfaces:
ssLinkedListComparator

 class ssLinkedListEqualityComparator
extends java.lang.Object
implements ssLinkedListComparator

This class provides a default comparator for matching objects on ssLinkedLists.


Constructor Summary
ssLinkedListEqualityComparator()
           
 
Method Summary
 boolean compare(java.lang.Object o1, java.lang.Object o2)
          Returns true if the comparison is successful, false otherwise.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ssLinkedListEqualityComparator

ssLinkedListEqualityComparator()
Method Detail

compare

public boolean compare(java.lang.Object o1,
                       java.lang.Object o2)
Description copied from interface: ssLinkedListComparator
Returns true if the comparison is successful, false otherwise. Allows you to search for structured objects with keys, for instance.

Specified by:
compare in interface ssLinkedListComparator