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

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

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

Classes in it.unimi.dsi.fastutil.longs that implement Long2ReferenceSortedMap
 class AbstractLong2ReferenceSortedMap<V>
          An abstract class providing basic methods for sorted maps implementing a type-specific interface.
 class Long2ReferenceAVLTreeMap<V>
          A type-specific AVL tree map with a fast, small-footprint implementation.
 class Long2ReferenceLinkedOpenHashMap<V>
          A type-specific linked hash map with with a fast, small-footprint implementation.
 class Long2ReferenceRBTreeMap<V>
          A type-specific red-black tree map with a fast, small-footprint implementation.
static class Long2ReferenceSortedMaps.EmptySortedMap<V>
          An immutable class representing an empty type-specific sorted map.
static class Long2ReferenceSortedMaps.Singleton<V>
          An immutable class representing a type-specific singleton sorted map.
static class Long2ReferenceSortedMaps.SynchronizedSortedMap<V>
          A synchronized wrapper class for sorted maps.
static class Long2ReferenceSortedMaps.UnmodifiableSortedMap<V>
          An unmodifiable wrapper class for sorted maps.
 

Fields in it.unimi.dsi.fastutil.longs declared as Long2ReferenceSortedMap
protected  Long2ReferenceSortedMap<V> Long2ReferenceSortedMaps.SynchronizedSortedMap.sortedMap
           
protected  Long2ReferenceSortedMap<V> Long2ReferenceSortedMaps.UnmodifiableSortedMap.sortedMap
           
 

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



Copyright © 2011. All Rights Reserved.