Uses of Interface
it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMap

Packages that use Char2ReferenceSortedMap
it.unimi.dsi.fastutil.chars Provides type-specific classes for character elements or keys. 
 

Uses of Char2ReferenceSortedMap in it.unimi.dsi.fastutil.chars
 

Classes in it.unimi.dsi.fastutil.chars that implement Char2ReferenceSortedMap
 class AbstractChar2ReferenceSortedMap<V>
          An abstract class providing basic methods for sorted maps implementing a type-specific interface.
 class Char2ReferenceAVLTreeMap<V>
          A type-specific AVL tree map with a fast, small-footprint implementation.
 class Char2ReferenceLinkedOpenHashMap<V>
          A type-specific linked hash map with with a fast, small-footprint implementation.
 class Char2ReferenceRBTreeMap<V>
          A type-specific red-black tree map with a fast, small-footprint implementation.
static class Char2ReferenceSortedMaps.EmptySortedMap<V>
          An immutable class representing an empty type-specific sorted map.
static class Char2ReferenceSortedMaps.Singleton<V>
          An immutable class representing a type-specific singleton sorted map.
static class Char2ReferenceSortedMaps.SynchronizedSortedMap<V>
          A synchronized wrapper class for sorted maps.
static class Char2ReferenceSortedMaps.UnmodifiableSortedMap<V>
          An unmodifiable wrapper class for sorted maps.
 

Fields in it.unimi.dsi.fastutil.chars declared as Char2ReferenceSortedMap
protected  Char2ReferenceSortedMap<V> Char2ReferenceSortedMaps.SynchronizedSortedMap.sortedMap
           
protected  Char2ReferenceSortedMap<V> Char2ReferenceSortedMaps.UnmodifiableSortedMap.sortedMap
           
 

Methods in it.unimi.dsi.fastutil.chars that return Char2ReferenceSortedMap
 Char2ReferenceSortedMap<V> Char2ReferenceAVLTreeMap.headMap(char to)
           
 Char2ReferenceSortedMap<V> Char2ReferenceSortedMap.headMap(char toKey)
          Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
 Char2ReferenceSortedMap<V> Char2ReferenceRBTreeMap.headMap(char to)
           
 Char2ReferenceSortedMap<V> Char2ReferenceSortedMaps.EmptySortedMap.headMap(char to)
           
 Char2ReferenceSortedMap<V> Char2ReferenceSortedMaps.Singleton.headMap(char to)
           
 Char2ReferenceSortedMap<V> Char2ReferenceSortedMaps.SynchronizedSortedMap.headMap(char to)
           
 Char2ReferenceSortedMap<V> Char2ReferenceSortedMaps.UnmodifiableSortedMap.headMap(char to)
           
 Char2ReferenceSortedMap<V> Char2ReferenceLinkedOpenHashMap.headMap(char to)
           
 Char2ReferenceSortedMap<V> AbstractChar2ReferenceSortedMap.headMap(Character to)
          Delegates to the corresponding type-specific method.
 Char2ReferenceSortedMap<V> Char2ReferenceSortedMap.headMap(Character toKey)
          Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
 Char2ReferenceSortedMap<V> Char2ReferenceSortedMaps.EmptySortedMap.headMap(Character oto)
           
 Char2ReferenceSortedMap<V> Char2ReferenceSortedMaps.Singleton.headMap(Character oto)
           
 Char2ReferenceSortedMap<V> Char2ReferenceSortedMaps.SynchronizedSortedMap.headMap(Character to)
           
 Char2ReferenceSortedMap<V> Char2ReferenceSortedMaps.UnmodifiableSortedMap.headMap(Character to)
           
static
<V> Char2ReferenceSortedMap<V>
Char2ReferenceSortedMaps.singleton(Character key, V value)
          Returns a type-specific immutable sorted map containing only the specified pair.
static
<V> Char2ReferenceSortedMap<V>
Char2ReferenceSortedMaps.singleton(Character key, V value, CharComparator comparator)
          RETURNS a type-specific immutable sorted map containing only the specified pair.
static
<V> Char2ReferenceSortedMap<V>
Char2ReferenceSortedMaps.singleton(char key, V value)
          Returns a type-specific immutable sorted map containing only the specified pair.
static
<V> Char2ReferenceSortedMap<V>
Char2ReferenceSortedMaps.singleton(char key, V value, CharComparator comparator)
          Returns a type-specific immutable sorted map containing only the specified pair.
 Char2ReferenceSortedMap<V> AbstractChar2ReferenceSortedMap.subMap(Character from, Character to)
          Delegates to the corresponding type-specific method.
 Char2ReferenceSortedMap<V> Char2ReferenceSortedMap.subMap(Character fromKey, Character toKey)
          Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
 Char2ReferenceSortedMap<V> Char2ReferenceSortedMaps.EmptySortedMap.subMap(Character ofrom, Character oto)
           
 Char2ReferenceSortedMap<V> Char2ReferenceSortedMaps.Singleton.subMap(Character ofrom, Character oto)
           
 Char2ReferenceSortedMap<V> Char2ReferenceSortedMaps.SynchronizedSortedMap.subMap(Character from, Character to)
           
 Char2ReferenceSortedMap<V> Char2ReferenceSortedMaps.UnmodifiableSortedMap.subMap(Character from, Character to)
           
 Char2ReferenceSortedMap<V> Char2ReferenceAVLTreeMap.subMap(char from, char to)
           
 Char2ReferenceSortedMap<V> Char2ReferenceSortedMap.subMap(char fromKey, char toKey)
          Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
 Char2ReferenceSortedMap<V> Char2ReferenceRBTreeMap.subMap(char from, char to)
           
 Char2ReferenceSortedMap<V> Char2ReferenceSortedMaps.EmptySortedMap.subMap(char from, char to)
           
 Char2ReferenceSortedMap<V> Char2ReferenceSortedMaps.Singleton.subMap(char from, char to)
           
 Char2ReferenceSortedMap<V> Char2ReferenceSortedMaps.SynchronizedSortedMap.subMap(char from, char to)
           
 Char2ReferenceSortedMap<V> Char2ReferenceSortedMaps.UnmodifiableSortedMap.subMap(char from, char to)
           
 Char2ReferenceSortedMap<V> Char2ReferenceLinkedOpenHashMap.subMap(char from, char to)
           
static
<V> Char2ReferenceSortedMap<V>
Char2ReferenceSortedMaps.synchronize(Char2ReferenceSortedMap<V> m)
          Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
static
<V> Char2ReferenceSortedMap<V>
Char2ReferenceSortedMaps.synchronize(Char2ReferenceSortedMap<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.
 Char2ReferenceSortedMap<V> Char2ReferenceAVLTreeMap.tailMap(char from)
           
 Char2ReferenceSortedMap<V> Char2ReferenceSortedMap.tailMap(char fromKey)
          Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
 Char2ReferenceSortedMap<V> Char2ReferenceRBTreeMap.tailMap(char from)
           
 Char2ReferenceSortedMap<V> Char2ReferenceSortedMaps.EmptySortedMap.tailMap(char from)
           
 Char2ReferenceSortedMap<V> Char2ReferenceSortedMaps.Singleton.tailMap(char from)
           
 Char2ReferenceSortedMap<V> Char2ReferenceSortedMaps.SynchronizedSortedMap.tailMap(char from)
           
 Char2ReferenceSortedMap<V> Char2ReferenceSortedMaps.UnmodifiableSortedMap.tailMap(char from)
           
 Char2ReferenceSortedMap<V> Char2ReferenceLinkedOpenHashMap.tailMap(char from)
           
 Char2ReferenceSortedMap<V> AbstractChar2ReferenceSortedMap.tailMap(Character from)
          Delegates to the corresponding type-specific method.
 Char2ReferenceSortedMap<V> Char2ReferenceSortedMap.tailMap(Character fromKey)
          Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
 Char2ReferenceSortedMap<V> Char2ReferenceSortedMaps.EmptySortedMap.tailMap(Character ofrom)
           
 Char2ReferenceSortedMap<V> Char2ReferenceSortedMaps.Singleton.tailMap(Character ofrom)
           
 Char2ReferenceSortedMap<V> Char2ReferenceSortedMaps.SynchronizedSortedMap.tailMap(Character from)
           
 Char2ReferenceSortedMap<V> Char2ReferenceSortedMaps.UnmodifiableSortedMap.tailMap(Character from)
           
static
<V> Char2ReferenceSortedMap<V>
Char2ReferenceSortedMaps.unmodifiable(Char2ReferenceSortedMap<V> m)
          Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
 

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

Constructors in it.unimi.dsi.fastutil.chars with parameters of type Char2ReferenceSortedMap
Char2ReferenceAVLTreeMap(Char2ReferenceSortedMap<V> m)
          Creates a new tree map copying a given sorted map (and its Comparator).
Char2ReferenceRBTreeMap(Char2ReferenceSortedMap<V> m)
          Creates a new tree map copying a given sorted map (and its Comparator).
Char2ReferenceSortedMaps.SynchronizedSortedMap(Char2ReferenceSortedMap<V> m)
           
Char2ReferenceSortedMaps.SynchronizedSortedMap(Char2ReferenceSortedMap<V> m, Object sync)
           
Char2ReferenceSortedMaps.UnmodifiableSortedMap(Char2ReferenceSortedMap<V> m)
           
 



Copyright © 2011. All Rights Reserved.