Uses of Interface
solar.util.ssLinkedListComparator

Packages that use ssLinkedListComparator
solar.util Contains some basic Solar utilities, such as Queues. 
 

Uses of ssLinkedListComparator in solar.util
 

Classes in solar.util that implement ssLinkedListComparator
(package private)  class ssLinkedListEqualityComparator
          This class provides a default comparator for matching objects on ssLinkedLists.
 

Methods in solar.util with parameters of type ssLinkedListComparator
 java.lang.Object ssLinkedList.get_comparator(java.lang.Object known, ssLinkedListComparator llc)
          Gets the first object to match according to the comparator function.
 java.lang.Object ssLinkedList.remove_comparator(java.lang.Object known, ssLinkedListComparator llc)
          Removes the first object to match according to the comparator function, and returns it.