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

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

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

Subclasses of ObjectCollections.EmptyCollection in it.unimi.dsi.fastutil.objects
static class ObjectBigLists.EmptyBigList<K>
          An immutable class representing an empty type-specific big list.
static class ObjectLists.EmptyList<K>
          An immutable class representing an empty type-specific list.
static class ObjectSets.EmptySet<K>
          An immutable class representing the empty set and implementing a type-specific set interface.
static class ObjectSortedSets.EmptySet<K>
          An immutable class representing the empty sorted set and implementing a type-specific set interface.
 



Copyright © 2011. All Rights Reserved.