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

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

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

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

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



Copyright © 2011. All Rights Reserved.