Uses of Interface
it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMap

Packages that use Byte2DoubleSortedMap
it.unimi.dsi.fastutil.bytes Provides type-specific classes for byte elements or keys. 
 

Uses of Byte2DoubleSortedMap in it.unimi.dsi.fastutil.bytes
 

Classes in it.unimi.dsi.fastutil.bytes that implement Byte2DoubleSortedMap
 class AbstractByte2DoubleSortedMap
          An abstract class providing basic methods for sorted maps implementing a type-specific interface.
 class Byte2DoubleAVLTreeMap
          A type-specific AVL tree map with a fast, small-footprint implementation.
 class Byte2DoubleLinkedOpenHashMap
          A type-specific linked hash map with with a fast, small-footprint implementation.
 class Byte2DoubleRBTreeMap
          A type-specific red-black tree map with a fast, small-footprint implementation.
static class Byte2DoubleSortedMaps.EmptySortedMap
          An immutable class representing an empty type-specific sorted map.
static class Byte2DoubleSortedMaps.Singleton
          An immutable class representing a type-specific singleton sorted map.
static class Byte2DoubleSortedMaps.SynchronizedSortedMap
          A synchronized wrapper class for sorted maps.
static class Byte2DoubleSortedMaps.UnmodifiableSortedMap
          An unmodifiable wrapper class for sorted maps.
 

Fields in it.unimi.dsi.fastutil.bytes declared as Byte2DoubleSortedMap
protected  Byte2DoubleSortedMap Byte2DoubleSortedMaps.SynchronizedSortedMap.sortedMap
           
protected  Byte2DoubleSortedMap Byte2DoubleSortedMaps.UnmodifiableSortedMap.sortedMap
           
 

Methods in it.unimi.dsi.fastutil.bytes that return Byte2DoubleSortedMap
 Byte2DoubleSortedMap Byte2DoubleAVLTreeMap.headMap(byte to)
           
 Byte2DoubleSortedMap Byte2DoubleSortedMap.headMap(byte toKey)
          Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
 Byte2DoubleSortedMap Byte2DoubleSortedMaps.EmptySortedMap.headMap(byte to)
           
 Byte2DoubleSortedMap Byte2DoubleSortedMaps.Singleton.headMap(byte to)
           
 Byte2DoubleSortedMap Byte2DoubleSortedMaps.SynchronizedSortedMap.headMap(byte to)
           
 Byte2DoubleSortedMap Byte2DoubleSortedMaps.UnmodifiableSortedMap.headMap(byte to)
           
 Byte2DoubleSortedMap Byte2DoubleRBTreeMap.headMap(byte to)
           
 Byte2DoubleSortedMap Byte2DoubleLinkedOpenHashMap.headMap(byte to)
           
 Byte2DoubleSortedMap AbstractByte2DoubleSortedMap.headMap(Byte to)
          Delegates to the corresponding type-specific method.
 Byte2DoubleSortedMap Byte2DoubleSortedMap.headMap(Byte toKey)
          Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
 Byte2DoubleSortedMap Byte2DoubleSortedMaps.EmptySortedMap.headMap(Byte oto)
           
 Byte2DoubleSortedMap Byte2DoubleSortedMaps.Singleton.headMap(Byte oto)
           
 Byte2DoubleSortedMap Byte2DoubleSortedMaps.SynchronizedSortedMap.headMap(Byte to)
           
 Byte2DoubleSortedMap Byte2DoubleSortedMaps.UnmodifiableSortedMap.headMap(Byte to)
           
static Byte2DoubleSortedMap Byte2DoubleSortedMaps.singleton(byte key, double value)
          Returns a type-specific immutable sorted map containing only the specified pair.
static Byte2DoubleSortedMap Byte2DoubleSortedMaps.singleton(Byte key, Double value)
          Returns a type-specific immutable sorted map containing only the specified pair.
static Byte2DoubleSortedMap Byte2DoubleSortedMaps.singleton(byte key, double value, ByteComparator comparator)
          Returns a type-specific immutable sorted map containing only the specified pair.
static Byte2DoubleSortedMap Byte2DoubleSortedMaps.singleton(Byte key, Double value, ByteComparator comparator)
          RETURNS a type-specific immutable sorted map containing only the specified pair.
 Byte2DoubleSortedMap Byte2DoubleAVLTreeMap.subMap(byte from, byte to)
           
 Byte2DoubleSortedMap Byte2DoubleSortedMap.subMap(byte fromKey, byte toKey)
          Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
 Byte2DoubleSortedMap Byte2DoubleSortedMaps.EmptySortedMap.subMap(byte from, byte to)
           
 Byte2DoubleSortedMap Byte2DoubleSortedMaps.Singleton.subMap(byte from, byte to)
           
 Byte2DoubleSortedMap Byte2DoubleSortedMaps.SynchronizedSortedMap.subMap(byte from, byte to)
           
 Byte2DoubleSortedMap Byte2DoubleSortedMaps.UnmodifiableSortedMap.subMap(byte from, byte to)
           
 Byte2DoubleSortedMap Byte2DoubleRBTreeMap.subMap(byte from, byte to)
           
 Byte2DoubleSortedMap Byte2DoubleLinkedOpenHashMap.subMap(byte from, byte to)
           
 Byte2DoubleSortedMap AbstractByte2DoubleSortedMap.subMap(Byte from, Byte to)
          Delegates to the corresponding type-specific method.
 Byte2DoubleSortedMap Byte2DoubleSortedMap.subMap(Byte fromKey, Byte toKey)
          Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
 Byte2DoubleSortedMap Byte2DoubleSortedMaps.EmptySortedMap.subMap(Byte ofrom, Byte oto)
           
 Byte2DoubleSortedMap Byte2DoubleSortedMaps.Singleton.subMap(Byte ofrom, Byte oto)
           
 Byte2DoubleSortedMap Byte2DoubleSortedMaps.SynchronizedSortedMap.subMap(Byte from, Byte to)
           
 Byte2DoubleSortedMap Byte2DoubleSortedMaps.UnmodifiableSortedMap.subMap(Byte from, Byte to)
           
static Byte2DoubleSortedMap Byte2DoubleSortedMaps.synchronize(Byte2DoubleSortedMap m)
          Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
static Byte2DoubleSortedMap Byte2DoubleSortedMaps.synchronize(Byte2DoubleSortedMap m, Object sync)
          Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
 Byte2DoubleSortedMap Byte2DoubleAVLTreeMap.tailMap(byte from)
           
 Byte2DoubleSortedMap Byte2DoubleSortedMap.tailMap(byte fromKey)
          Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
 Byte2DoubleSortedMap Byte2DoubleSortedMaps.EmptySortedMap.tailMap(byte from)
           
 Byte2DoubleSortedMap Byte2DoubleSortedMaps.Singleton.tailMap(byte from)
           
 Byte2DoubleSortedMap Byte2DoubleSortedMaps.SynchronizedSortedMap.tailMap(byte from)
           
 Byte2DoubleSortedMap Byte2DoubleSortedMaps.UnmodifiableSortedMap.tailMap(byte from)
           
 Byte2DoubleSortedMap Byte2DoubleRBTreeMap.tailMap(byte from)
           
 Byte2DoubleSortedMap Byte2DoubleLinkedOpenHashMap.tailMap(byte from)
           
 Byte2DoubleSortedMap AbstractByte2DoubleSortedMap.tailMap(Byte from)
          Delegates to the corresponding type-specific method.
 Byte2DoubleSortedMap Byte2DoubleSortedMap.tailMap(Byte fromKey)
          Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
 Byte2DoubleSortedMap Byte2DoubleSortedMaps.EmptySortedMap.tailMap(Byte ofrom)
           
 Byte2DoubleSortedMap Byte2DoubleSortedMaps.Singleton.tailMap(Byte ofrom)
           
 Byte2DoubleSortedMap Byte2DoubleSortedMaps.SynchronizedSortedMap.tailMap(Byte from)
           
 Byte2DoubleSortedMap Byte2DoubleSortedMaps.UnmodifiableSortedMap.tailMap(Byte from)
           
static Byte2DoubleSortedMap Byte2DoubleSortedMaps.unmodifiable(Byte2DoubleSortedMap m)
          Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
 

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

Constructors in it.unimi.dsi.fastutil.bytes with parameters of type Byte2DoubleSortedMap
Byte2DoubleAVLTreeMap(Byte2DoubleSortedMap m)
          Creates a new tree map copying a given sorted map (and its Comparator).
Byte2DoubleRBTreeMap(Byte2DoubleSortedMap m)
          Creates a new tree map copying a given sorted map (and its Comparator).
Byte2DoubleSortedMaps.SynchronizedSortedMap(Byte2DoubleSortedMap m)
           
Byte2DoubleSortedMaps.SynchronizedSortedMap(Byte2DoubleSortedMap m, Object sync)
           
Byte2DoubleSortedMaps.UnmodifiableSortedMap(Byte2DoubleSortedMap m)
           
 



Copyright © 2011. All Rights Reserved.