Uses of Interface
it.unimi.dsi.fastutil.floats.Float2IntSortedMap

Packages that use Float2IntSortedMap
it.unimi.dsi.fastutil.floats Provides type-specific classes for float elements or keys. 
 

Uses of Float2IntSortedMap in it.unimi.dsi.fastutil.floats
 

Classes in it.unimi.dsi.fastutil.floats that implement Float2IntSortedMap
 class AbstractFloat2IntSortedMap
          An abstract class providing basic methods for sorted maps implementing a type-specific interface.
 class Float2IntAVLTreeMap
          A type-specific AVL tree map with a fast, small-footprint implementation.
 class Float2IntLinkedOpenHashMap
          A type-specific linked hash map with with a fast, small-footprint implementation.
 class Float2IntRBTreeMap
          A type-specific red-black tree map with a fast, small-footprint implementation.
static class Float2IntSortedMaps.EmptySortedMap
          An immutable class representing an empty type-specific sorted map.
static class Float2IntSortedMaps.Singleton
          An immutable class representing a type-specific singleton sorted map.
static class Float2IntSortedMaps.SynchronizedSortedMap
          A synchronized wrapper class for sorted maps.
static class Float2IntSortedMaps.UnmodifiableSortedMap
          An unmodifiable wrapper class for sorted maps.
 

Fields in it.unimi.dsi.fastutil.floats declared as Float2IntSortedMap
protected  Float2IntSortedMap Float2IntSortedMaps.SynchronizedSortedMap.sortedMap
           
protected  Float2IntSortedMap Float2IntSortedMaps.UnmodifiableSortedMap.sortedMap
           
 

Methods in it.unimi.dsi.fastutil.floats that return Float2IntSortedMap
 Float2IntSortedMap Float2IntAVLTreeMap.headMap(float to)
           
 Float2IntSortedMap Float2IntSortedMap.headMap(float toKey)
          Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
 Float2IntSortedMap Float2IntSortedMaps.EmptySortedMap.headMap(float to)
           
 Float2IntSortedMap Float2IntSortedMaps.Singleton.headMap(float to)
           
 Float2IntSortedMap Float2IntSortedMaps.SynchronizedSortedMap.headMap(float to)
           
 Float2IntSortedMap Float2IntSortedMaps.UnmodifiableSortedMap.headMap(float to)
           
 Float2IntSortedMap Float2IntLinkedOpenHashMap.headMap(float to)
           
 Float2IntSortedMap Float2IntRBTreeMap.headMap(float to)
           
 Float2IntSortedMap Float2IntSortedMap.headMap(Float toKey)
          Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
 Float2IntSortedMap Float2IntSortedMaps.EmptySortedMap.headMap(Float oto)
           
 Float2IntSortedMap Float2IntSortedMaps.Singleton.headMap(Float oto)
           
 Float2IntSortedMap Float2IntSortedMaps.SynchronizedSortedMap.headMap(Float to)
           
 Float2IntSortedMap Float2IntSortedMaps.UnmodifiableSortedMap.headMap(Float to)
           
 Float2IntSortedMap AbstractFloat2IntSortedMap.headMap(Float to)
          Delegates to the corresponding type-specific method.
static Float2IntSortedMap Float2IntSortedMaps.singleton(float key, int value)
          Returns a type-specific immutable sorted map containing only the specified pair.
static Float2IntSortedMap Float2IntSortedMaps.singleton(Float key, Integer value)
          Returns a type-specific immutable sorted map containing only the specified pair.
static Float2IntSortedMap Float2IntSortedMaps.singleton(Float key, Integer value, FloatComparator comparator)
          RETURNS a type-specific immutable sorted map containing only the specified pair.
static Float2IntSortedMap Float2IntSortedMaps.singleton(float key, int value, FloatComparator comparator)
          Returns a type-specific immutable sorted map containing only the specified pair.
 Float2IntSortedMap Float2IntAVLTreeMap.subMap(float from, float to)
           
 Float2IntSortedMap Float2IntSortedMap.subMap(float fromKey, float toKey)
          Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
 Float2IntSortedMap Float2IntSortedMaps.EmptySortedMap.subMap(float from, float to)
           
 Float2IntSortedMap Float2IntSortedMaps.Singleton.subMap(float from, float to)
           
 Float2IntSortedMap Float2IntSortedMaps.SynchronizedSortedMap.subMap(float from, float to)
           
 Float2IntSortedMap Float2IntSortedMaps.UnmodifiableSortedMap.subMap(float from, float to)
           
 Float2IntSortedMap Float2IntLinkedOpenHashMap.subMap(float from, float to)
           
 Float2IntSortedMap Float2IntRBTreeMap.subMap(float from, float to)
           
 Float2IntSortedMap Float2IntSortedMap.subMap(Float fromKey, Float toKey)
          Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
 Float2IntSortedMap Float2IntSortedMaps.EmptySortedMap.subMap(Float ofrom, Float oto)
           
 Float2IntSortedMap Float2IntSortedMaps.Singleton.subMap(Float ofrom, Float oto)
           
 Float2IntSortedMap Float2IntSortedMaps.SynchronizedSortedMap.subMap(Float from, Float to)
           
 Float2IntSortedMap Float2IntSortedMaps.UnmodifiableSortedMap.subMap(Float from, Float to)
           
 Float2IntSortedMap AbstractFloat2IntSortedMap.subMap(Float from, Float to)
          Delegates to the corresponding type-specific method.
static Float2IntSortedMap Float2IntSortedMaps.synchronize(Float2IntSortedMap m)
          Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
static Float2IntSortedMap Float2IntSortedMaps.synchronize(Float2IntSortedMap m, Object sync)
          Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
 Float2IntSortedMap Float2IntAVLTreeMap.tailMap(float from)
           
 Float2IntSortedMap Float2IntSortedMap.tailMap(float fromKey)
          Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
 Float2IntSortedMap Float2IntSortedMaps.EmptySortedMap.tailMap(float from)
           
 Float2IntSortedMap Float2IntSortedMaps.Singleton.tailMap(float from)
           
 Float2IntSortedMap Float2IntSortedMaps.SynchronizedSortedMap.tailMap(float from)
           
 Float2IntSortedMap Float2IntSortedMaps.UnmodifiableSortedMap.tailMap(float from)
           
 Float2IntSortedMap Float2IntLinkedOpenHashMap.tailMap(float from)
           
 Float2IntSortedMap Float2IntRBTreeMap.tailMap(float from)
           
 Float2IntSortedMap Float2IntSortedMap.tailMap(Float fromKey)
          Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
 Float2IntSortedMap Float2IntSortedMaps.EmptySortedMap.tailMap(Float ofrom)
           
 Float2IntSortedMap Float2IntSortedMaps.Singleton.tailMap(Float ofrom)
           
 Float2IntSortedMap Float2IntSortedMaps.SynchronizedSortedMap.tailMap(Float from)
           
 Float2IntSortedMap Float2IntSortedMaps.UnmodifiableSortedMap.tailMap(Float from)
           
 Float2IntSortedMap AbstractFloat2IntSortedMap.tailMap(Float from)
          Delegates to the corresponding type-specific method.
static Float2IntSortedMap Float2IntSortedMaps.unmodifiable(Float2IntSortedMap m)
          Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
 

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

Constructors in it.unimi.dsi.fastutil.floats with parameters of type Float2IntSortedMap
Float2IntAVLTreeMap(Float2IntSortedMap m)
          Creates a new tree map copying a given sorted map (and its Comparator).
Float2IntRBTreeMap(Float2IntSortedMap m)
          Creates a new tree map copying a given sorted map (and its Comparator).
Float2IntSortedMaps.SynchronizedSortedMap(Float2IntSortedMap m)
           
Float2IntSortedMaps.SynchronizedSortedMap(Float2IntSortedMap m, Object sync)
           
Float2IntSortedMaps.UnmodifiableSortedMap(Float2IntSortedMap m)
           
 



Copyright © 2011. All Rights Reserved.