Uses of Interface
it.unimi.dsi.fastutil.objects.Reference2ShortMap.Entry

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

Uses of Reference2ShortMap.Entry in it.unimi.dsi.fastutil.objects
 

Classes in it.unimi.dsi.fastutil.objects that implement Reference2ShortMap.Entry
static class AbstractReference2ShortMap.BasicEntry<K>
          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 Reference2ShortMaps.Singleton.SingletonEntry
           
 

Fields in it.unimi.dsi.fastutil.objects with type parameters of type Reference2ShortMap.Entry
protected  ObjectSet<Reference2ShortMap.Entry<K>> Reference2ShortMaps.Singleton.entries
           
protected  ObjectSet<Reference2ShortMap.Entry<K>> Reference2ShortMaps.SynchronizedMap.entries
           
protected  ObjectSet<Reference2ShortMap.Entry<K>> Reference2ShortMaps.UnmodifiableMap.entries
           
 

Methods in it.unimi.dsi.fastutil.objects that return types with arguments of type Reference2ShortMap.Entry
 ObjectIterator<Reference2ShortMap.Entry<K>> Reference2ShortMap.FastEntrySet.fastIterator()
          Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated.
 ObjectBidirectionalIterator<Reference2ShortMap.Entry<K>> Reference2ShortSortedMap.FastSortedEntrySet.fastIterator(Reference2ShortMap.Entry<K> from)
          Returns a fast iterator over this sorted entry set; the iterator might return always the same entry object, suitably mutated.
 ObjectSortedSet<Reference2ShortMap.Entry<K>> Reference2ShortSortedMaps.EmptySortedMap.reference2ShortEntrySet()
           
 ObjectSortedSet<Reference2ShortMap.Entry<K>> Reference2ShortSortedMaps.Singleton.reference2ShortEntrySet()
           
 ObjectSortedSet<Reference2ShortMap.Entry<K>> Reference2ShortSortedMaps.SynchronizedSortedMap.reference2ShortEntrySet()
           
 ObjectSortedSet<Reference2ShortMap.Entry<K>> Reference2ShortSortedMaps.UnmodifiableSortedMap.reference2ShortEntrySet()
           
 ObjectSet<Reference2ShortMap.Entry<K>> Reference2ShortMap.reference2ShortEntrySet()
          Returns a type-specific set view of the mappings contained in this map.
 ObjectSortedSet<Reference2ShortMap.Entry<K>> Reference2ShortSortedMap.reference2ShortEntrySet()
          Returns a type-specific sorted-set view of the mappings contained in this map.
 ObjectSet<Reference2ShortMap.Entry<K>> Reference2ShortMaps.EmptyMap.reference2ShortEntrySet()
           
 ObjectSet<Reference2ShortMap.Entry<K>> Reference2ShortMaps.Singleton.reference2ShortEntrySet()
           
 ObjectSet<Reference2ShortMap.Entry<K>> Reference2ShortMaps.SynchronizedMap.reference2ShortEntrySet()
           
 ObjectSet<Reference2ShortMap.Entry<K>> Reference2ShortMaps.UnmodifiableMap.reference2ShortEntrySet()
           
 

Methods in it.unimi.dsi.fastutil.objects with parameters of type Reference2ShortMap.Entry
 ObjectBidirectionalIterator<Reference2ShortMap.Entry<K>> Reference2ShortSortedMap.FastSortedEntrySet.fastIterator(Reference2ShortMap.Entry<K> 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.