Uses of Interface
it.unimi.dsi.fastutil.objects.Object2ObjectMap.FastEntrySet

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

Uses of Object2ObjectMap.FastEntrySet in it.unimi.dsi.fastutil.objects
 

Subinterfaces of Object2ObjectMap.FastEntrySet in it.unimi.dsi.fastutil.objects
static interface Object2ObjectSortedMap.FastSortedEntrySet<K,V>
          A sorted entry set providing fast iteration.
 

Fields in it.unimi.dsi.fastutil.objects declared as Object2ObjectMap.FastEntrySet
protected  Object2ObjectMap.FastEntrySet<K,V> Object2ObjectOpenCustomHashMap.entries
          Cached set of entries.
protected  Object2ObjectMap.FastEntrySet<K,V> Object2ObjectOpenHashMap.entries
          Cached set of entries.
 

Methods in it.unimi.dsi.fastutil.objects that return Object2ObjectMap.FastEntrySet
 Object2ObjectMap.FastEntrySet<K,V> Object2ObjectOpenCustomHashMap.object2ObjectEntrySet()
           
 Object2ObjectMap.FastEntrySet<K,V> Object2ObjectArrayMap.object2ObjectEntrySet()
           
 Object2ObjectMap.FastEntrySet<K,V> Object2ObjectOpenHashMap.object2ObjectEntrySet()
           
 



Copyright © 2011. All Rights Reserved.