Uses of Class
it.unimi.dsi.fastutil.objects.ReferenceCollections.EmptyCollection

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

Uses of ReferenceCollections.EmptyCollection in it.unimi.dsi.fastutil.objects
 

Subclasses of ReferenceCollections.EmptyCollection in it.unimi.dsi.fastutil.objects
static class ReferenceBigLists.EmptyBigList<K>
          An immutable class representing an empty type-specific big list.
static class ReferenceLists.EmptyList<K>
          An immutable class representing an empty type-specific list.
static class ReferenceSets.EmptySet<K>
          An immutable class representing the empty set and implementing a type-specific set interface.
static class ReferenceSortedSets.EmptySet<K>
          An immutable class representing the empty sorted set and implementing a type-specific set interface.
 



Copyright © 2011. All Rights Reserved.