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

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

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

Classes in it.unimi.dsi.fastutil.shorts that implement Short2ByteMap.Entry
static class AbstractShort2ByteMap.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 Short2ByteMaps.Singleton.SingletonEntry
           
 

Fields in it.unimi.dsi.fastutil.shorts with type parameters of type Short2ByteMap.Entry
protected  ObjectSortedSet<Short2ByteMap.Entry> Short2ByteRBTreeMap.entries
          Cached set of entries.
protected  ObjectSet<Short2ByteMap.Entry> Short2ByteMaps.Singleton.entries
           
protected  ObjectSet<Short2ByteMap.Entry> Short2ByteMaps.SynchronizedMap.entries
           
protected  ObjectSet<Short2ByteMap.Entry> Short2ByteMaps.UnmodifiableMap.entries
           
protected  ObjectSortedSet<Short2ByteMap.Entry> Short2ByteAVLTreeMap.entries
          Cached set of entries.
 

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

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