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

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

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

Classes in it.unimi.dsi.fastutil.shorts that implement Short2IntMap.Entry
static class AbstractShort2IntMap.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 Short2IntMaps.Singleton.SingletonEntry
           
 

Fields in it.unimi.dsi.fastutil.shorts with type parameters of type Short2IntMap.Entry
protected  ObjectSet<Short2IntMap.Entry> Short2IntMaps.Singleton.entries
           
protected  ObjectSet<Short2IntMap.Entry> Short2IntMaps.SynchronizedMap.entries
           
protected  ObjectSet<Short2IntMap.Entry> Short2IntMaps.UnmodifiableMap.entries
           
protected  ObjectSortedSet<Short2IntMap.Entry> Short2IntRBTreeMap.entries
          Cached set of entries.
protected  ObjectSortedSet<Short2IntMap.Entry> Short2IntAVLTreeMap.entries
          Cached set of entries.
 

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

Methods in it.unimi.dsi.fastutil.shorts with parameters of type Short2IntMap.Entry
 ObjectBidirectionalIterator<Short2IntMap.Entry> Short2IntSortedMap.FastSortedEntrySet.fastIterator(Short2IntMap.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.