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

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

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

Subinterfaces of Object2ShortMap.FastEntrySet in it.unimi.dsi.fastutil.objects
static interface Object2ShortSortedMap.FastSortedEntrySet<K>
          A sorted entry set providing fast iteration.
 

Fields in it.unimi.dsi.fastutil.objects declared as Object2ShortMap.FastEntrySet
protected  Object2ShortMap.FastEntrySet<K> Object2ShortOpenHashMap.entries
          Cached set of entries.
protected  Object2ShortMap.FastEntrySet<K> Object2ShortOpenCustomHashMap.entries
          Cached set of entries.
 

Methods in it.unimi.dsi.fastutil.objects that return Object2ShortMap.FastEntrySet
 Object2ShortMap.FastEntrySet<K> Object2ShortOpenHashMap.object2ShortEntrySet()
           
 Object2ShortMap.FastEntrySet<K> Object2ShortOpenCustomHashMap.object2ShortEntrySet()
           
 Object2ShortMap.FastEntrySet<K> Object2ShortArrayMap.object2ShortEntrySet()
           
 



Copyright © 2011. All Rights Reserved.