Uses of Interface
it.unimi.dsi.fastutil.doubles.Double2ShortSortedMap

Packages that use Double2ShortSortedMap
it.unimi.dsi.fastutil.doubles Provides type-specific classes for double elements or keys. 
 

Uses of Double2ShortSortedMap in it.unimi.dsi.fastutil.doubles
 

Classes in it.unimi.dsi.fastutil.doubles that implement Double2ShortSortedMap
 class AbstractDouble2ShortSortedMap
          An abstract class providing basic methods for sorted maps implementing a type-specific interface.
 class Double2ShortAVLTreeMap
          A type-specific AVL tree map with a fast, small-footprint implementation.
 class Double2ShortLinkedOpenHashMap
          A type-specific linked hash map with with a fast, small-footprint implementation.
 class Double2ShortRBTreeMap
          A type-specific red-black tree map with a fast, small-footprint implementation.
static class Double2ShortSortedMaps.EmptySortedMap
          An immutable class representing an empty type-specific sorted map.
static class Double2ShortSortedMaps.Singleton
          An immutable class representing a type-specific singleton sorted map.
static class Double2ShortSortedMaps.SynchronizedSortedMap
          A synchronized wrapper class for sorted maps.
static class Double2ShortSortedMaps.UnmodifiableSortedMap
          An unmodifiable wrapper class for sorted maps.
 

Fields in it.unimi.dsi.fastutil.doubles declared as Double2ShortSortedMap
protected  Double2ShortSortedMap Double2ShortSortedMaps.SynchronizedSortedMap.sortedMap
           
protected  Double2ShortSortedMap Double2ShortSortedMaps.UnmodifiableSortedMap.sortedMap
           
 

Methods in it.unimi.dsi.fastutil.doubles that return Double2ShortSortedMap
 Double2ShortSortedMap Double2ShortAVLTreeMap.headMap(double to)
           
 Double2ShortSortedMap Double2ShortRBTreeMap.headMap(double to)
           
 Double2ShortSortedMap Double2ShortSortedMaps.EmptySortedMap.headMap(double to)
           
 Double2ShortSortedMap Double2ShortSortedMaps.Singleton.headMap(double to)
           
 Double2ShortSortedMap Double2ShortSortedMaps.SynchronizedSortedMap.headMap(double to)
           
 Double2ShortSortedMap Double2ShortSortedMaps.UnmodifiableSortedMap.headMap(double to)
           
 Double2ShortSortedMap Double2ShortSortedMap.headMap(double toKey)
          Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
 Double2ShortSortedMap Double2ShortLinkedOpenHashMap.headMap(double to)
           
 Double2ShortSortedMap Double2ShortSortedMaps.EmptySortedMap.headMap(Double oto)
           
 Double2ShortSortedMap Double2ShortSortedMaps.Singleton.headMap(Double oto)
           
 Double2ShortSortedMap Double2ShortSortedMaps.SynchronizedSortedMap.headMap(Double to)
           
 Double2ShortSortedMap Double2ShortSortedMaps.UnmodifiableSortedMap.headMap(Double to)
           
 Double2ShortSortedMap AbstractDouble2ShortSortedMap.headMap(Double to)
          Delegates to the corresponding type-specific method.
 Double2ShortSortedMap Double2ShortSortedMap.headMap(Double toKey)
          Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
static Double2ShortSortedMap Double2ShortSortedMaps.singleton(double key, short value)
          Returns a type-specific immutable sorted map containing only the specified pair.
static Double2ShortSortedMap Double2ShortSortedMaps.singleton(Double key, Short value)
          Returns a type-specific immutable sorted map containing only the specified pair.
static Double2ShortSortedMap Double2ShortSortedMaps.singleton(double key, short value, DoubleComparator comparator)
          Returns a type-specific immutable sorted map containing only the specified pair.
static Double2ShortSortedMap Double2ShortSortedMaps.singleton(Double key, Short value, DoubleComparator comparator)
          RETURNS a type-specific immutable sorted map containing only the specified pair.
 Double2ShortSortedMap Double2ShortAVLTreeMap.subMap(double from, double to)
           
 Double2ShortSortedMap Double2ShortRBTreeMap.subMap(double from, double to)
           
 Double2ShortSortedMap Double2ShortSortedMaps.EmptySortedMap.subMap(double from, double to)
           
 Double2ShortSortedMap Double2ShortSortedMaps.Singleton.subMap(double from, double to)
           
 Double2ShortSortedMap Double2ShortSortedMaps.SynchronizedSortedMap.subMap(double from, double to)
           
 Double2ShortSortedMap Double2ShortSortedMaps.UnmodifiableSortedMap.subMap(double from, double to)
           
 Double2ShortSortedMap Double2ShortSortedMap.subMap(double fromKey, double toKey)
          Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
 Double2ShortSortedMap Double2ShortLinkedOpenHashMap.subMap(double from, double to)
           
 Double2ShortSortedMap Double2ShortSortedMaps.EmptySortedMap.subMap(Double ofrom, Double oto)
           
 Double2ShortSortedMap Double2ShortSortedMaps.Singleton.subMap(Double ofrom, Double oto)
           
 Double2ShortSortedMap Double2ShortSortedMaps.SynchronizedSortedMap.subMap(Double from, Double to)
           
 Double2ShortSortedMap Double2ShortSortedMaps.UnmodifiableSortedMap.subMap(Double from, Double to)
           
 Double2ShortSortedMap AbstractDouble2ShortSortedMap.subMap(Double from, Double to)
          Delegates to the corresponding type-specific method.
 Double2ShortSortedMap Double2ShortSortedMap.subMap(Double fromKey, Double toKey)
          Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
static Double2ShortSortedMap Double2ShortSortedMaps.synchronize(Double2ShortSortedMap m)
          Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
static Double2ShortSortedMap Double2ShortSortedMaps.synchronize(Double2ShortSortedMap m, Object sync)
          Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
 Double2ShortSortedMap Double2ShortAVLTreeMap.tailMap(double from)
           
 Double2ShortSortedMap Double2ShortRBTreeMap.tailMap(double from)
           
 Double2ShortSortedMap Double2ShortSortedMaps.EmptySortedMap.tailMap(double from)
           
 Double2ShortSortedMap Double2ShortSortedMaps.Singleton.tailMap(double from)
           
 Double2ShortSortedMap Double2ShortSortedMaps.SynchronizedSortedMap.tailMap(double from)
           
 Double2ShortSortedMap Double2ShortSortedMaps.UnmodifiableSortedMap.tailMap(double from)
           
 Double2ShortSortedMap Double2ShortSortedMap.tailMap(double fromKey)
          Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
 Double2ShortSortedMap Double2ShortLinkedOpenHashMap.tailMap(double from)
           
 Double2ShortSortedMap Double2ShortSortedMaps.EmptySortedMap.tailMap(Double ofrom)
           
 Double2ShortSortedMap Double2ShortSortedMaps.Singleton.tailMap(Double ofrom)
           
 Double2ShortSortedMap Double2ShortSortedMaps.SynchronizedSortedMap.tailMap(Double from)
           
 Double2ShortSortedMap Double2ShortSortedMaps.UnmodifiableSortedMap.tailMap(Double from)
           
 Double2ShortSortedMap AbstractDouble2ShortSortedMap.tailMap(Double from)
          Delegates to the corresponding type-specific method.
 Double2ShortSortedMap Double2ShortSortedMap.tailMap(Double fromKey)
          Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
static Double2ShortSortedMap Double2ShortSortedMaps.unmodifiable(Double2ShortSortedMap m)
          Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
 

Methods in it.unimi.dsi.fastutil.doubles with parameters of type Double2ShortSortedMap
static Double2ShortSortedMap Double2ShortSortedMaps.synchronize(Double2ShortSortedMap m)
          Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
static Double2ShortSortedMap Double2ShortSortedMaps.synchronize(Double2ShortSortedMap 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 Double2ShortSortedMap Double2ShortSortedMaps.unmodifiable(Double2ShortSortedMap m)
          Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
 

Constructors in it.unimi.dsi.fastutil.doubles with parameters of type Double2ShortSortedMap
Double2ShortAVLTreeMap(Double2ShortSortedMap m)
          Creates a new tree map copying a given sorted map (and its Comparator).
Double2ShortRBTreeMap(Double2ShortSortedMap m)
          Creates a new tree map copying a given sorted map (and its Comparator).
Double2ShortSortedMaps.SynchronizedSortedMap(Double2ShortSortedMap m)
           
Double2ShortSortedMaps.SynchronizedSortedMap(Double2ShortSortedMap m, Object sync)
           
Double2ShortSortedMaps.UnmodifiableSortedMap(Double2ShortSortedMap m)
           
 



Copyright © 2011. All Rights Reserved.