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

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

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

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

Fields in it.unimi.dsi.fastutil.longs declared as Long2IntSortedMap
protected  Long2IntSortedMap Long2IntSortedMaps.SynchronizedSortedMap.sortedMap
           
protected  Long2IntSortedMap Long2IntSortedMaps.UnmodifiableSortedMap.sortedMap
           
 

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



Copyright © 2011. All Rights Reserved.