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

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

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

Subclasses of AbstractReferenceSet 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 AbstractReferenceSortedSet<K>
          An abstract class providing basic methods for sorted sets implementing a type-specific interface.
 class ReferenceArraySet<K>
          A simple, brute-force implementation of a set based on a backing array.
 class ReferenceLinkedOpenHashSet<K>
          A type-specific linked hash set with with a fast, small-footprint implementation.
 class ReferenceOpenHashBigSet<K>
          A type-specific hash big set with with a fast, small-footprint implementation.
 class ReferenceOpenHashSet<K>
          A type-specific hash set with with a fast, small-footprint implementation.
static class ReferenceSets.Singleton<K>
          An immutable class representing a type-specific singleton set.
static class ReferenceSortedSets.Singleton<K>
          A class representing a singleton sorted set.
 



Copyright © 2011. All Rights Reserved.