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

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

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

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

Fields in it.unimi.dsi.fastutil.longs declared as Long2DoubleSortedMap
protected  Long2DoubleSortedMap Long2DoubleSortedMaps.SynchronizedSortedMap.sortedMap
           
protected  Long2DoubleSortedMap Long2DoubleSortedMaps.UnmodifiableSortedMap.sortedMap
           
 

Methods in it.unimi.dsi.fastutil.longs that return Long2DoubleSortedMap
 Long2DoubleSortedMap Long2DoubleLinkedOpenHashMap.headMap(long to)
           
 Long2DoubleSortedMap Long2DoubleSortedMaps.EmptySortedMap.headMap(long to)
           
 Long2DoubleSortedMap Long2DoubleSortedMaps.Singleton.headMap(long to)
           
 Long2DoubleSortedMap Long2DoubleSortedMaps.SynchronizedSortedMap.headMap(long to)
           
 Long2DoubleSortedMap Long2DoubleSortedMaps.UnmodifiableSortedMap.headMap(long to)
           
 Long2DoubleSortedMap Long2DoubleAVLTreeMap.headMap(long to)
           
 Long2DoubleSortedMap Long2DoubleSortedMap.headMap(long toKey)
          Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
 Long2DoubleSortedMap Long2DoubleRBTreeMap.headMap(long to)
           
 Long2DoubleSortedMap AbstractLong2DoubleSortedMap.headMap(Long to)
          Delegates to the corresponding type-specific method.
 Long2DoubleSortedMap Long2DoubleSortedMaps.EmptySortedMap.headMap(Long oto)
           
 Long2DoubleSortedMap Long2DoubleSortedMaps.Singleton.headMap(Long oto)
           
 Long2DoubleSortedMap Long2DoubleSortedMaps.SynchronizedSortedMap.headMap(Long to)
           
 Long2DoubleSortedMap Long2DoubleSortedMaps.UnmodifiableSortedMap.headMap(Long to)
           
 Long2DoubleSortedMap Long2DoubleSortedMap.headMap(Long toKey)
          Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
static Long2DoubleSortedMap Long2DoubleSortedMaps.singleton(long key, double value)
          Returns a type-specific immutable sorted map containing only the specified pair.
static Long2DoubleSortedMap Long2DoubleSortedMaps.singleton(Long key, Double value)
          Returns a type-specific immutable sorted map containing only the specified pair.
static Long2DoubleSortedMap Long2DoubleSortedMaps.singleton(long key, double value, LongComparator comparator)
          Returns a type-specific immutable sorted map containing only the specified pair.
static Long2DoubleSortedMap Long2DoubleSortedMaps.singleton(Long key, Double value, LongComparator comparator)
          RETURNS a type-specific immutable sorted map containing only the specified pair.
 Long2DoubleSortedMap Long2DoubleLinkedOpenHashMap.subMap(long from, long to)
           
 Long2DoubleSortedMap Long2DoubleSortedMaps.EmptySortedMap.subMap(long from, long to)
           
 Long2DoubleSortedMap Long2DoubleSortedMaps.Singleton.subMap(long from, long to)
           
 Long2DoubleSortedMap Long2DoubleSortedMaps.SynchronizedSortedMap.subMap(long from, long to)
           
 Long2DoubleSortedMap Long2DoubleSortedMaps.UnmodifiableSortedMap.subMap(long from, long to)
           
 Long2DoubleSortedMap Long2DoubleAVLTreeMap.subMap(long from, long to)
           
 Long2DoubleSortedMap Long2DoubleSortedMap.subMap(long fromKey, long toKey)
          Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
 Long2DoubleSortedMap Long2DoubleRBTreeMap.subMap(long from, long to)
           
 Long2DoubleSortedMap AbstractLong2DoubleSortedMap.subMap(Long from, Long to)
          Delegates to the corresponding type-specific method.
 Long2DoubleSortedMap Long2DoubleSortedMaps.EmptySortedMap.subMap(Long ofrom, Long oto)
           
 Long2DoubleSortedMap Long2DoubleSortedMaps.Singleton.subMap(Long ofrom, Long oto)
           
 Long2DoubleSortedMap Long2DoubleSortedMaps.SynchronizedSortedMap.subMap(Long from, Long to)
           
 Long2DoubleSortedMap Long2DoubleSortedMaps.UnmodifiableSortedMap.subMap(Long from, Long to)
           
 Long2DoubleSortedMap Long2DoubleSortedMap.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 Long2DoubleSortedMap Long2DoubleSortedMaps.synchronize(Long2DoubleSortedMap m)
          Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
static Long2DoubleSortedMap Long2DoubleSortedMaps.synchronize(Long2DoubleSortedMap m, Object sync)
          Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
 Long2DoubleSortedMap Long2DoubleLinkedOpenHashMap.tailMap(long from)
           
 Long2DoubleSortedMap Long2DoubleSortedMaps.EmptySortedMap.tailMap(long from)
           
 Long2DoubleSortedMap Long2DoubleSortedMaps.Singleton.tailMap(long from)
           
 Long2DoubleSortedMap Long2DoubleSortedMaps.SynchronizedSortedMap.tailMap(long from)
           
 Long2DoubleSortedMap Long2DoubleSortedMaps.UnmodifiableSortedMap.tailMap(long from)
           
 Long2DoubleSortedMap Long2DoubleAVLTreeMap.tailMap(long from)
           
 Long2DoubleSortedMap Long2DoubleSortedMap.tailMap(long fromKey)
          Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
 Long2DoubleSortedMap Long2DoubleRBTreeMap.tailMap(long from)
           
 Long2DoubleSortedMap AbstractLong2DoubleSortedMap.tailMap(Long from)
          Delegates to the corresponding type-specific method.
 Long2DoubleSortedMap Long2DoubleSortedMaps.EmptySortedMap.tailMap(Long ofrom)
           
 Long2DoubleSortedMap Long2DoubleSortedMaps.Singleton.tailMap(Long ofrom)
           
 Long2DoubleSortedMap Long2DoubleSortedMaps.SynchronizedSortedMap.tailMap(Long from)
           
 Long2DoubleSortedMap Long2DoubleSortedMaps.UnmodifiableSortedMap.tailMap(Long from)
           
 Long2DoubleSortedMap Long2DoubleSortedMap.tailMap(Long fromKey)
          Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
static Long2DoubleSortedMap Long2DoubleSortedMaps.unmodifiable(Long2DoubleSortedMap 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 Long2DoubleSortedMap
static Long2DoubleSortedMap Long2DoubleSortedMaps.synchronize(Long2DoubleSortedMap m)
          Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
static Long2DoubleSortedMap Long2DoubleSortedMaps.synchronize(Long2DoubleSortedMap 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 Long2DoubleSortedMap Long2DoubleSortedMaps.unmodifiable(Long2DoubleSortedMap 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 Long2DoubleSortedMap
Long2DoubleAVLTreeMap(Long2DoubleSortedMap m)
          Creates a new tree map copying a given sorted map (and its Comparator).
Long2DoubleRBTreeMap(Long2DoubleSortedMap m)
          Creates a new tree map copying a given sorted map (and its Comparator).
Long2DoubleSortedMaps.SynchronizedSortedMap(Long2DoubleSortedMap m)
           
Long2DoubleSortedMaps.SynchronizedSortedMap(Long2DoubleSortedMap m, Object sync)
           
Long2DoubleSortedMaps.UnmodifiableSortedMap(Long2DoubleSortedMap m)
           
 



Copyright © 2011. All Rights Reserved.