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

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

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

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

Fields in it.unimi.dsi.fastutil.objects declared as Object2BooleanMap.FastEntrySet
protected  Object2BooleanMap.FastEntrySet<K> Object2BooleanOpenCustomHashMap.entries
          Cached set of entries.
protected  Object2BooleanMap.FastEntrySet<K> Object2BooleanOpenHashMap.entries
          Cached set of entries.
 

Methods in it.unimi.dsi.fastutil.objects that return Object2BooleanMap.FastEntrySet
 Object2BooleanMap.FastEntrySet<K> Object2BooleanOpenCustomHashMap.object2BooleanEntrySet()
           
 Object2BooleanMap.FastEntrySet<K> Object2BooleanOpenHashMap.object2BooleanEntrySet()
           
 Object2BooleanMap.FastEntrySet<K> Object2BooleanArrayMap.object2BooleanEntrySet()
           
 



Copyright © 2011. All Rights Reserved.