Uses of Interface
it.unimi.dsi.fastutil.longs.Long2FloatSortedMap

Packages that use Long2FloatSortedMap
it.unimi.dsi.fastutil.longs Provides type-specific classes for long elements or keys. 
 

Uses of Long2FloatSortedMap in it.unimi.dsi.fastutil.longs
 

Classes in it.unimi.dsi.fastutil.longs that implement Long2FloatSortedMap
 class AbstractLong2FloatSortedMap
          An abstract class providing basic methods for sorted maps implementing a type-specific interface.
 class Long2FloatAVLTreeMap
          A type-specific AVL tree map with a fast, small-footprint implementation.
 class Long2FloatLinkedOpenHashMap
          A type-specific linked hash map with with a fast, small-footprint implementation.
 class Long2FloatRBTreeMap
          A type-specific red-black tree map with a fast, small-footprint implementation.
static class Long2FloatSortedMaps.EmptySortedMap
          An immutable class representing an empty type-specific sorted map.
static class Long2FloatSortedMaps.Singleton
          An immutable class representing a type-specific singleton sorted map.
static class Long2FloatSortedMaps.SynchronizedSortedMap
          A synchronized wrapper class for sorted maps.
static class Long2FloatSortedMaps.UnmodifiableSortedMap
          An unmodifiable wrapper class for sorted maps.
 

Fields in it.unimi.dsi.fastutil.longs declared as Long2FloatSortedMap
protected  Long2FloatSortedMap Long2FloatSortedMaps.SynchronizedSortedMap.sortedMap
           
protected  Long2FloatSortedMap Long2FloatSortedMaps.UnmodifiableSortedMap.sortedMap
           
 

Methods in it.unimi.dsi.fastutil.longs that return Long2FloatSortedMap
 Long2FloatSortedMap Long2FloatSortedMaps.EmptySortedMap.headMap(long to)
           
 Long2FloatSortedMap Long2FloatSortedMaps.Singleton.headMap(long to)
           
 Long2FloatSortedMap Long2FloatSortedMaps.SynchronizedSortedMap.headMap(long to)
           
 Long2FloatSortedMap Long2FloatSortedMaps.UnmodifiableSortedMap.headMap(long to)
           
 Long2FloatSortedMap Long2FloatAVLTreeMap.headMap(long to)
           
 Long2FloatSortedMap Long2FloatRBTreeMap.headMap(long to)
           
 Long2FloatSortedMap Long2FloatSortedMap.headMap(long toKey)
          Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
 Long2FloatSortedMap Long2FloatLinkedOpenHashMap.headMap(long to)
           
 Long2FloatSortedMap Long2FloatSortedMaps.EmptySortedMap.headMap(Long oto)
           
 Long2FloatSortedMap Long2FloatSortedMaps.Singleton.headMap(Long oto)
           
 Long2FloatSortedMap Long2FloatSortedMaps.SynchronizedSortedMap.headMap(Long to)
           
 Long2FloatSortedMap Long2FloatSortedMaps.UnmodifiableSortedMap.headMap(Long to)
           
 Long2FloatSortedMap AbstractLong2FloatSortedMap.headMap(Long to)
          Delegates to the corresponding type-specific method.
 Long2FloatSortedMap Long2FloatSortedMap.headMap(Long toKey)
          Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
static Long2FloatSortedMap Long2FloatSortedMaps.singleton(long key, float value)
          Returns a type-specific immutable sorted map containing only the specified pair.
static Long2FloatSortedMap Long2FloatSortedMaps.singleton(Long key, Float value)
          Returns a type-specific immutable sorted map containing only the specified pair.
static Long2FloatSortedMap Long2FloatSortedMaps.singleton(long key, float value, LongComparator comparator)
          Returns a type-specific immutable sorted map containing only the specified pair.
static Long2FloatSortedMap Long2FloatSortedMaps.singleton(Long key, Float value, LongComparator comparator)
          RETURNS a type-specific immutable sorted map containing only the specified pair.
 Long2FloatSortedMap Long2FloatSortedMaps.EmptySortedMap.subMap(long from, long to)
           
 Long2FloatSortedMap Long2FloatSortedMaps.Singleton.subMap(long from, long to)
           
 Long2FloatSortedMap Long2FloatSortedMaps.SynchronizedSortedMap.subMap(long from, long to)
           
 Long2FloatSortedMap Long2FloatSortedMaps.UnmodifiableSortedMap.subMap(long from, long to)
           
 Long2FloatSortedMap Long2FloatAVLTreeMap.subMap(long from, long to)
           
 Long2FloatSortedMap Long2FloatRBTreeMap.subMap(long from, long to)
           
 Long2FloatSortedMap Long2FloatSortedMap.subMap(long fromKey, long toKey)
          Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
 Long2FloatSortedMap Long2FloatLinkedOpenHashMap.subMap(long from, long to)
           
 Long2FloatSortedMap Long2FloatSortedMaps.EmptySortedMap.subMap(Long ofrom, Long oto)
           
 Long2FloatSortedMap Long2FloatSortedMaps.Singleton.subMap(Long ofrom, Long oto)
           
 Long2FloatSortedMap Long2FloatSortedMaps.SynchronizedSortedMap.subMap(Long from, Long to)
           
 Long2FloatSortedMap Long2FloatSortedMaps.UnmodifiableSortedMap.subMap(Long from, Long to)
           
 Long2FloatSortedMap AbstractLong2FloatSortedMap.subMap(Long from, Long to)
          Delegates to the corresponding type-specific method.
 Long2FloatSortedMap Long2FloatSortedMap.subMap(Long fromKey, Long toKey)
          Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
static Long2FloatSortedMap Long2FloatSortedMaps.synchronize(Long2FloatSortedMap m)
          Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
static Long2FloatSortedMap Long2FloatSortedMaps.synchronize(Long2FloatSortedMap m, Object sync)
          Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
 Long2FloatSortedMap Long2FloatSortedMaps.EmptySortedMap.tailMap(long from)
           
 Long2FloatSortedMap Long2FloatSortedMaps.Singleton.tailMap(long from)
           
 Long2FloatSortedMap Long2FloatSortedMaps.SynchronizedSortedMap.tailMap(long from)
           
 Long2FloatSortedMap Long2FloatSortedMaps.UnmodifiableSortedMap.tailMap(long from)
           
 Long2FloatSortedMap Long2FloatAVLTreeMap.tailMap(long from)
           
 Long2FloatSortedMap Long2FloatRBTreeMap.tailMap(long from)
           
 Long2FloatSortedMap Long2FloatSortedMap.tailMap(long fromKey)
          Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
 Long2FloatSortedMap Long2FloatLinkedOpenHashMap.tailMap(long from)
           
 Long2FloatSortedMap Long2FloatSortedMaps.EmptySortedMap.tailMap(Long ofrom)
           
 Long2FloatSortedMap Long2FloatSortedMaps.Singleton.tailMap(Long ofrom)
           
 Long2FloatSortedMap Long2FloatSortedMaps.SynchronizedSortedMap.tailMap(Long from)
           
 Long2FloatSortedMap Long2FloatSortedMaps.UnmodifiableSortedMap.tailMap(Long from)
           
 Long2FloatSortedMap AbstractLong2FloatSortedMap.tailMap(Long from)
          Delegates to the corresponding type-specific method.
 Long2FloatSortedMap Long2FloatSortedMap.tailMap(Long fromKey)
          Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
static Long2FloatSortedMap Long2FloatSortedMaps.unmodifiable(Long2FloatSortedMap m)
          Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
 

Methods in it.unimi.dsi.fastutil.longs with parameters of type Long2FloatSortedMap
static Long2FloatSortedMap Long2FloatSortedMaps.synchronize(Long2FloatSortedMap m)
          Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
static Long2FloatSortedMap Long2FloatSortedMaps.synchronize(Long2FloatSortedMap m, Object sync)
          Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
static Long2FloatSortedMap Long2FloatSortedMaps.unmodifiable(Long2FloatSortedMap m)
          Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
 

Constructors in it.unimi.dsi.fastutil.longs with parameters of type Long2FloatSortedMap
Long2FloatAVLTreeMap(Long2FloatSortedMap m)
          Creates a new tree map copying a given sorted map (and its Comparator).
Long2FloatRBTreeMap(Long2FloatSortedMap m)
          Creates a new tree map copying a given sorted map (and its Comparator).
Long2FloatSortedMaps.SynchronizedSortedMap(Long2FloatSortedMap m)
           
Long2FloatSortedMaps.SynchronizedSortedMap(Long2FloatSortedMap m, Object sync)
           
Long2FloatSortedMaps.UnmodifiableSortedMap(Long2FloatSortedMap m)
           
 



Copyright © 2011. All Rights Reserved.