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

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

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

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

Fields in it.unimi.dsi.fastutil.objects declared as Object2ReferenceMap.FastEntrySet
protected  Object2ReferenceMap.FastEntrySet<K,V> Object2ReferenceOpenHashMap.entries
          Cached set of entries.
protected  Object2ReferenceMap.FastEntrySet<K,V> Object2ReferenceOpenCustomHashMap.entries
          Cached set of entries.
 

Methods in it.unimi.dsi.fastutil.objects that return Object2ReferenceMap.FastEntrySet
 Object2ReferenceMap.FastEntrySet<K,V> Object2ReferenceOpenHashMap.object2ReferenceEntrySet()
           
 Object2ReferenceMap.FastEntrySet<K,V> Object2ReferenceOpenCustomHashMap.object2ReferenceEntrySet()
           
 Object2ReferenceMap.FastEntrySet<K,V> Object2ReferenceArrayMap.object2ReferenceEntrySet()
           
 



Copyright © 2011. All Rights Reserved.