Uses of Class
it.unimi.dsi.fastutil.objects.Object2IntFunctions.EmptyFunction

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

Uses of Object2IntFunctions.EmptyFunction in it.unimi.dsi.fastutil.objects
 

Subclasses of Object2IntFunctions.EmptyFunction in it.unimi.dsi.fastutil.objects
static class Object2IntMaps.EmptyMap<K>
          An immutable class representing an empty type-specific map.
static class Object2IntSortedMaps.EmptySortedMap<K>
          An immutable class representing an empty type-specific sorted map.
 

Fields in it.unimi.dsi.fastutil.objects declared as Object2IntFunctions.EmptyFunction
static Object2IntFunctions.EmptyFunction Object2IntFunctions.EMPTY_FUNCTION
          An empty type-specific function (immutable).
 



Copyright © 2011. All Rights Reserved.