Uses of Interface
it.unimi.dsi.fastutil.shorts.Short2BooleanMap.Entry

Packages that use Short2BooleanMap.Entry
it.unimi.dsi.fastutil.shorts Provides type-specific classes for short elements or keys. 
 

Uses of Short2BooleanMap.Entry in it.unimi.dsi.fastutil.shorts
 

Classes in it.unimi.dsi.fastutil.shorts that implement Short2BooleanMap.Entry
static class AbstractShort2BooleanMap.BasicEntry
          This class provides a basic but complete type-specific entry class for all those maps implementations that do not have entries on their own (e.g., most immutable maps).
protected  class Short2BooleanMaps.Singleton.SingletonEntry
           
 

Fields in it.unimi.dsi.fastutil.shorts with type parameters of type Short2BooleanMap.Entry
protected  ObjectSet<Short2BooleanMap.Entry> Short2BooleanMaps.Singleton.entries
           
protected  ObjectSet<Short2BooleanMap.Entry> Short2BooleanMaps.SynchronizedMap.entries
           
protected  ObjectSet<Short2BooleanMap.Entry> Short2BooleanMaps.UnmodifiableMap.entries
           
protected  ObjectSortedSet<Short2BooleanMap.Entry> Short2BooleanRBTreeMap.entries
          Cached set of entries.
protected  ObjectSortedSet<Short2BooleanMap.Entry> Short2BooleanAVLTreeMap.entries
          Cached set of entries.
 

Methods in it.unimi.dsi.fastutil.shorts that return types with arguments of type Short2BooleanMap.Entry
 ObjectIterator<Short2BooleanMap.Entry> Short2BooleanMap.FastEntrySet.fastIterator()
          Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated.
 ObjectBidirectionalIterator<Short2BooleanMap.Entry> Short2BooleanSortedMap.FastSortedEntrySet.fastIterator(Short2BooleanMap.Entry from)
          Returns a fast iterator over this sorted entry set; the iterator might return always the same entry object, suitably mutated.
 ObjectSortedSet<Short2BooleanMap.Entry> Short2BooleanSortedMaps.EmptySortedMap.short2BooleanEntrySet()
           
 ObjectSortedSet<Short2BooleanMap.Entry> Short2BooleanSortedMaps.Singleton.short2BooleanEntrySet()
           
 ObjectSortedSet<Short2BooleanMap.Entry> Short2BooleanSortedMaps.SynchronizedSortedMap.short2BooleanEntrySet()
           
 ObjectSortedSet<Short2BooleanMap.Entry> Short2BooleanSortedMaps.UnmodifiableSortedMap.short2BooleanEntrySet()
           
 ObjectSet<Short2BooleanMap.Entry> Short2BooleanMaps.EmptyMap.short2BooleanEntrySet()
           
 ObjectSet<Short2BooleanMap.Entry> Short2BooleanMaps.Singleton.short2BooleanEntrySet()
           
 ObjectSet<Short2BooleanMap.Entry> Short2BooleanMaps.SynchronizedMap.short2BooleanEntrySet()
           
 ObjectSet<Short2BooleanMap.Entry> Short2BooleanMaps.UnmodifiableMap.short2BooleanEntrySet()
           
 ObjectSortedSet<Short2BooleanMap.Entry> Short2BooleanSortedMap.short2BooleanEntrySet()
          Returns a type-specific sorted-set view of the mappings contained in this map.
 ObjectSortedSet<Short2BooleanMap.Entry> Short2BooleanRBTreeMap.short2BooleanEntrySet()
           
 ObjectSortedSet<Short2BooleanMap.Entry> Short2BooleanAVLTreeMap.short2BooleanEntrySet()
           
 ObjectSet<Short2BooleanMap.Entry> Short2BooleanMap.short2BooleanEntrySet()
          Returns a type-specific set view of the mappings contained in this map.
 

Methods in it.unimi.dsi.fastutil.shorts with parameters of type Short2BooleanMap.Entry
 ObjectBidirectionalIterator<Short2BooleanMap.Entry> Short2BooleanSortedMap.FastSortedEntrySet.fastIterator(Short2BooleanMap.Entry from)
          Returns a fast iterator over this sorted entry set; the iterator might return always the same entry object, suitably mutated.
 



Copyright © 2011. All Rights Reserved.