Uses of Class
ma.glasnost.orika.util.SortedCollection

Packages that use SortedCollection
ma.glasnost.orika.util   
 

Uses of SortedCollection in ma.glasnost.orika.util
 

Subclasses of SortedCollection in ma.glasnost.orika.util
 class SortedSet<V>
          A sorted set implementation based on a Comparator (or type's natural ordering) where the comparison function is allowed to return ordering equivalence (0) which doesn't necessarily imply logical equivalence.
 

Methods in ma.glasnost.orika.util that return SortedCollection
 SortedCollection<V> SortedCollection.threadsafeCopy()
           
 



Copyright © 2013 Glasnost. All Rights Reserved.