Uses of Class
it.unimi.dsi.fastutil.objects.AbstractReferenceSortedSet

Packages that use AbstractReferenceSortedSet
it.unimi.dsi.fastutil.objects Provides type-specific classes for object elements or keys. 
 

Uses of AbstractReferenceSortedSet in it.unimi.dsi.fastutil.objects
 

Subclasses of AbstractReferenceSortedSet in it.unimi.dsi.fastutil.objects
protected  class AbstractReference2BooleanSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractReference2ByteSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractReference2CharSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractReference2DoubleSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractReference2FloatSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractReference2IntSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractReference2LongSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractReference2ObjectSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractReference2ReferenceSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractReference2ShortSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
 class ReferenceLinkedOpenHashSet<K>
          A type-specific linked hash set with with a fast, small-footprint implementation.
 



Copyright © 2011. All Rights Reserved.