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

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

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

Classes in it.unimi.dsi.fastutil.chars that implement CharSortedSet
protected  class AbstractChar2BooleanSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractChar2ByteSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractChar2CharSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractChar2DoubleSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractChar2FloatSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractChar2IntSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractChar2LongSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractChar2ObjectSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractChar2ReferenceSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractChar2ShortSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
 class AbstractCharSortedSet
          An abstract class providing basic methods for sorted sets implementing a type-specific interface.
 class CharAVLTreeSet
          A type-specific AVL tree set with a fast, small-footprint implementation.
 class CharLinkedOpenCustomHashSet
          A type-specific linked hash set with with a fast, small-footprint implementation.
 class CharLinkedOpenHashSet
          A type-specific linked hash set with with a fast, small-footprint implementation.
 class CharRBTreeSet
          A type-specific red-black tree set with a fast, small-footprint implementation.
static class CharSortedSets.EmptySet
          An immutable class representing the empty sorted set and implementing a type-specific set interface.
static class CharSortedSets.Singleton
          A class representing a singleton sorted set.
static class CharSortedSets.SynchronizedSortedSet
          A synchronized wrapper class for sorted sets.
static class CharSortedSets.UnmodifiableSortedSet
          An unmodifiable wrapper class for sorted sets.
 

Fields in it.unimi.dsi.fastutil.chars declared as CharSortedSet
protected  CharSortedSet Char2ShortLinkedOpenHashMap.keys
          Cached set of keys.
protected  CharSortedSet Char2ObjectAVLTreeMap.keys
          Cached set of keys.
protected  CharSortedSet Char2DoubleRBTreeMap.keys
          Cached set of keys.
protected  CharSortedSet Char2ByteAVLTreeMap.keys
          Cached set of keys.
protected  CharSortedSet Char2FloatAVLTreeMap.keys
          Cached set of keys.
protected  CharSortedSet Char2ReferenceAVLTreeMap.keys
          Cached set of keys.
protected  CharSortedSet Char2LongRBTreeMap.keys
          Cached set of keys.
protected  CharSortedSet Char2FloatLinkedOpenHashMap.keys
          Cached set of keys.
protected  CharSortedSet Char2CharAVLTreeMap.keys
          Cached set of keys.
protected  CharSortedSet Char2LongAVLTreeMap.keys
          Cached set of keys.
protected  CharSortedSet Char2ByteRBTreeMap.keys
          Cached set of keys.
protected  CharSortedSet Char2DoubleAVLTreeMap.keys
          Cached set of keys.
protected  CharSortedSet Char2BooleanRBTreeMap.keys
          Cached set of keys.
protected  CharSortedSet Char2DoubleLinkedOpenHashMap.keys
          Cached set of keys.
protected  CharSortedSet Char2ObjectRBTreeMap.keys
          Cached set of keys.
protected  CharSortedSet Char2IntLinkedOpenHashMap.keys
          Cached set of keys.
protected  CharSortedSet Char2CharRBTreeMap.keys
          Cached set of keys.
protected  CharSortedSet Char2BooleanAVLTreeMap.keys
          Cached set of keys.
protected  CharSortedSet Char2ByteLinkedOpenHashMap.keys
          Cached set of keys.
protected  CharSortedSet Char2CharLinkedOpenHashMap.keys
          Cached set of keys.
protected  CharSortedSet Char2ShortRBTreeMap.keys
          Cached set of keys.
protected  CharSortedSet Char2IntRBTreeMap.keys
          Cached set of keys.
protected  CharSortedSet Char2ReferenceRBTreeMap.keys
          Cached set of keys.
protected  CharSortedSet Char2BooleanLinkedOpenHashMap.keys
          Cached set of keys.
protected  CharSortedSet Char2ShortAVLTreeMap.keys
          Cached set of keys.
protected  CharSortedSet Char2ObjectLinkedOpenHashMap.keys
          Cached set of keys.
protected  CharSortedSet Char2IntAVLTreeMap.keys
          Cached set of keys.
protected  CharSortedSet Char2LongLinkedOpenHashMap.keys
          Cached set of keys.
protected  CharSortedSet Char2FloatRBTreeMap.keys
          Cached set of keys.
protected  CharSortedSet Char2ReferenceLinkedOpenHashMap.keys
          Cached set of keys.
protected  CharSortedSet CharSortedSets.SynchronizedSortedSet.sortedSet
           
protected  CharSortedSet CharSortedSets.UnmodifiableSortedSet.sortedSet
           
 

Methods in it.unimi.dsi.fastutil.chars that return CharSortedSet
 CharSortedSet AbstractChar2LongSortedMap.KeySet.headSet(char to)
           
 CharSortedSet AbstractChar2CharSortedMap.KeySet.headSet(char to)
           
 CharSortedSet AbstractChar2BooleanSortedMap.KeySet.headSet(char to)
           
 CharSortedSet AbstractChar2ReferenceSortedMap.KeySet.headSet(char to)
           
 CharSortedSet CharSortedSet.headSet(char toElement)
           
 CharSortedSet CharSortedSets.EmptySet.headSet(char from)
           
 CharSortedSet CharSortedSets.Singleton.headSet(char to)
           
 CharSortedSet CharSortedSets.SynchronizedSortedSet.headSet(char to)
           
 CharSortedSet CharSortedSets.UnmodifiableSortedSet.headSet(char to)
           
 CharSortedSet AbstractChar2ObjectSortedMap.KeySet.headSet(char to)
           
 CharSortedSet CharLinkedOpenCustomHashSet.headSet(char to)
           
 CharSortedSet AbstractChar2DoubleSortedMap.KeySet.headSet(char to)
           
 CharSortedSet AbstractChar2FloatSortedMap.KeySet.headSet(char to)
           
 CharSortedSet CharAVLTreeSet.headSet(char to)
           
 CharSortedSet AbstractChar2IntSortedMap.KeySet.headSet(char to)
           
 CharSortedSet AbstractChar2ShortSortedMap.KeySet.headSet(char to)
           
 CharSortedSet CharRBTreeSet.headSet(char to)
           
 CharSortedSet CharLinkedOpenHashSet.headSet(char to)
           
 CharSortedSet AbstractChar2ByteSortedMap.KeySet.headSet(char to)
           
 CharSortedSet CharSortedSet.headSet(Character toElement)
          Returns a view of the portion of this sorted set whose elements are strictly less than toElement.
 CharSortedSet CharSortedSets.EmptySet.headSet(Character from)
           
 CharSortedSet CharSortedSets.Singleton.headSet(Character to)
           
 CharSortedSet CharSortedSets.SynchronizedSortedSet.headSet(Character to)
           
 CharSortedSet CharSortedSets.UnmodifiableSortedSet.headSet(Character to)
           
 CharSortedSet AbstractCharSortedSet.headSet(Character to)
          Delegates to the corresponding type-specific method.
 CharSortedSet AbstractChar2LongSortedMap.keySet()
          Returns a type-specific-sorted-set view of the keys of this map.
 CharSortedSet AbstractChar2CharSortedMap.keySet()
          Returns a type-specific-sorted-set view of the keys of this map.
 CharSortedSet Char2ShortLinkedOpenHashMap.keySet()
           
 CharSortedSet Char2CharSortedMap.keySet()
          Returns a sorted-set view of the keys contained in this map.
 CharSortedSet Char2DoubleSortedMaps.EmptySortedMap.keySet()
           
 CharSortedSet Char2DoubleSortedMaps.Singleton.keySet()
           
 CharSortedSet Char2DoubleSortedMaps.SynchronizedSortedMap.keySet()
           
 CharSortedSet Char2DoubleSortedMaps.UnmodifiableSortedMap.keySet()
           
 CharSortedSet AbstractChar2BooleanSortedMap.keySet()
          Returns a type-specific-sorted-set view of the keys of this map.
 CharSortedSet AbstractChar2ReferenceSortedMap.keySet()
          Returns a type-specific-sorted-set view of the keys of this map.
 CharSortedSet Char2ObjectAVLTreeMap.keySet()
          Returns a type-specific sorted set view of the keys contained in this map.
 CharSortedSet Char2LongSortedMaps.EmptySortedMap.keySet()
           
 CharSortedSet Char2LongSortedMaps.Singleton.keySet()
           
 CharSortedSet Char2LongSortedMaps.SynchronizedSortedMap.keySet()
           
 CharSortedSet Char2LongSortedMaps.UnmodifiableSortedMap.keySet()
           
 CharSortedSet Char2DoubleRBTreeMap.keySet()
          Returns a type-specific sorted set view of the keys contained in this map.
 CharSortedSet Char2ByteAVLTreeMap.keySet()
          Returns a type-specific sorted set view of the keys contained in this map.
 CharSortedSet Char2IntSortedMaps.EmptySortedMap.keySet()
           
 CharSortedSet Char2IntSortedMaps.Singleton.keySet()
           
 CharSortedSet Char2IntSortedMaps.SynchronizedSortedMap.keySet()
           
 CharSortedSet Char2IntSortedMaps.UnmodifiableSortedMap.keySet()
           
 CharSortedSet Char2BooleanSortedMap.keySet()
          Returns a sorted-set view of the keys contained in this map.
 CharSortedSet Char2FloatAVLTreeMap.keySet()
          Returns a type-specific sorted set view of the keys contained in this map.
 CharSortedSet Char2ReferenceAVLTreeMap.keySet()
          Returns a type-specific sorted set view of the keys contained in this map.
 CharSortedSet Char2LongRBTreeMap.keySet()
          Returns a type-specific sorted set view of the keys contained in this map.
 CharSortedSet Char2FloatLinkedOpenHashMap.keySet()
           
 CharSortedSet Char2CharAVLTreeMap.keySet()
          Returns a type-specific sorted set view of the keys contained in this map.
 CharSortedSet Char2ObjectSortedMap.keySet()
          Returns a sorted-set view of the keys contained in this map.
 CharSortedSet Char2LongAVLTreeMap.keySet()
          Returns a type-specific sorted set view of the keys contained in this map.
 CharSortedSet Char2ShortSortedMap.keySet()
          Returns a sorted-set view of the keys contained in this map.
 CharSortedSet Char2ByteRBTreeMap.keySet()
          Returns a type-specific sorted set view of the keys contained in this map.
 CharSortedSet Char2DoubleAVLTreeMap.keySet()
          Returns a type-specific sorted set view of the keys contained in this map.
 CharSortedSet Char2BooleanRBTreeMap.keySet()
          Returns a type-specific sorted set view of the keys contained in this map.
 CharSortedSet Char2DoubleLinkedOpenHashMap.keySet()
           
 CharSortedSet Char2ObjectRBTreeMap.keySet()
          Returns a type-specific sorted set view of the keys contained in this map.
 CharSortedSet Char2ReferenceSortedMap.keySet()
          Returns a sorted-set view of the keys contained in this map.
 CharSortedSet Char2IntLinkedOpenHashMap.keySet()
           
 CharSortedSet Char2ObjectSortedMaps.EmptySortedMap.keySet()
           
 CharSortedSet Char2ObjectSortedMaps.Singleton.keySet()
           
 CharSortedSet Char2ObjectSortedMaps.SynchronizedSortedMap.keySet()
           
 CharSortedSet Char2ObjectSortedMaps.UnmodifiableSortedMap.keySet()
           
 CharSortedSet Char2CharRBTreeMap.keySet()
          Returns a type-specific sorted set view of the keys contained in this map.
 CharSortedSet AbstractChar2ObjectSortedMap.keySet()
          Returns a type-specific-sorted-set view of the keys of this map.
 CharSortedSet Char2BooleanAVLTreeMap.keySet()
          Returns a type-specific sorted set view of the keys contained in this map.
 CharSortedSet Char2ByteLinkedOpenHashMap.keySet()
           
 CharSortedSet Char2CharLinkedOpenHashMap.keySet()
           
 CharSortedSet Char2ShortRBTreeMap.keySet()
          Returns a type-specific sorted set view of the keys contained in this map.
 CharSortedSet Char2ByteSortedMap.keySet()
          Returns a sorted-set view of the keys contained in this map.
 CharSortedSet Char2IntRBTreeMap.keySet()
          Returns a type-specific sorted set view of the keys contained in this map.
 CharSortedSet AbstractChar2DoubleSortedMap.keySet()
          Returns a type-specific-sorted-set view of the keys of this map.
 CharSortedSet Char2ReferenceRBTreeMap.keySet()
          Returns a type-specific sorted set view of the keys contained in this map.
 CharSortedSet Char2BooleanLinkedOpenHashMap.keySet()
           
 CharSortedSet AbstractChar2FloatSortedMap.keySet()
          Returns a type-specific-sorted-set view of the keys of this map.
 CharSortedSet Char2IntSortedMap.keySet()
          Returns a sorted-set view of the keys contained in this map.
 CharSortedSet Char2ShortAVLTreeMap.keySet()
          Returns a type-specific sorted set view of the keys contained in this map.
 CharSortedSet Char2FloatSortedMap.keySet()
          Returns a sorted-set view of the keys contained in this map.
 CharSortedSet Char2ShortSortedMaps.EmptySortedMap.keySet()
           
 CharSortedSet Char2ShortSortedMaps.Singleton.keySet()
           
 CharSortedSet Char2ShortSortedMaps.SynchronizedSortedMap.keySet()
           
 CharSortedSet Char2ShortSortedMaps.UnmodifiableSortedMap.keySet()
           
 CharSortedSet Char2DoubleSortedMap.keySet()
          Returns a sorted-set view of the keys contained in this map.
 CharSortedSet Char2FloatSortedMaps.EmptySortedMap.keySet()
           
 CharSortedSet Char2FloatSortedMaps.Singleton.keySet()
           
 CharSortedSet Char2FloatSortedMaps.SynchronizedSortedMap.keySet()
           
 CharSortedSet Char2FloatSortedMaps.UnmodifiableSortedMap.keySet()
           
 CharSortedSet AbstractChar2IntSortedMap.keySet()
          Returns a type-specific-sorted-set view of the keys of this map.
 CharSortedSet Char2CharSortedMaps.EmptySortedMap.keySet()
           
 CharSortedSet Char2CharSortedMaps.Singleton.keySet()
           
 CharSortedSet Char2CharSortedMaps.SynchronizedSortedMap.keySet()
           
 CharSortedSet Char2CharSortedMaps.UnmodifiableSortedMap.keySet()
           
 CharSortedSet AbstractChar2ShortSortedMap.keySet()
          Returns a type-specific-sorted-set view of the keys of this map.
 CharSortedSet Char2ByteSortedMaps.EmptySortedMap.keySet()
           
 CharSortedSet Char2ByteSortedMaps.Singleton.keySet()
           
 CharSortedSet Char2ByteSortedMaps.SynchronizedSortedMap.keySet()
           
 CharSortedSet Char2ByteSortedMaps.UnmodifiableSortedMap.keySet()
           
 CharSortedSet Char2ObjectLinkedOpenHashMap.keySet()
           
 CharSortedSet Char2ReferenceSortedMaps.EmptySortedMap.keySet()
           
 CharSortedSet Char2ReferenceSortedMaps.Singleton.keySet()
           
 CharSortedSet Char2ReferenceSortedMaps.SynchronizedSortedMap.keySet()
           
 CharSortedSet Char2ReferenceSortedMaps.UnmodifiableSortedMap.keySet()
           
 CharSortedSet Char2BooleanSortedMaps.EmptySortedMap.keySet()
           
 CharSortedSet Char2BooleanSortedMaps.Singleton.keySet()
           
 CharSortedSet Char2BooleanSortedMaps.SynchronizedSortedMap.keySet()
           
 CharSortedSet Char2BooleanSortedMaps.UnmodifiableSortedMap.keySet()
           
 CharSortedSet AbstractChar2ByteSortedMap.keySet()
          Returns a type-specific-sorted-set view of the keys of this map.
 CharSortedSet Char2LongSortedMap.keySet()
          Returns a sorted-set view of the keys contained in this map.
 CharSortedSet Char2IntAVLTreeMap.keySet()
          Returns a type-specific sorted set view of the keys contained in this map.
 CharSortedSet Char2LongLinkedOpenHashMap.keySet()
           
 CharSortedSet Char2FloatRBTreeMap.keySet()
          Returns a type-specific sorted set view of the keys contained in this map.
 CharSortedSet Char2ReferenceLinkedOpenHashMap.keySet()
           
static CharSortedSet CharSortedSets.singleton(char element)
          Returns a type-specific immutable sorted set containing only the specified element.
static CharSortedSet CharSortedSets.singleton(char element, CharComparator comparator)
          Returns a type-specific immutable sorted set containing only the specified element, and using a specified comparator.
static CharSortedSet CharSortedSets.singleton(Object element)
          Returns a type-specific immutable sorted set containing only the specified element.
static CharSortedSet CharSortedSets.singleton(Object element, CharComparator comparator)
          Returns a type-specific immutable sorted set containing only the specified element, and using a specified comparator.
 CharSortedSet CharSortedSet.subSet(Character fromElement, Character toElement)
          Returns a view of the portion of this sorted set whose elements range from fromElement, inclusive, to toElement, exclusive.
 CharSortedSet CharSortedSets.EmptySet.subSet(Character from, Character to)
           
 CharSortedSet CharSortedSets.Singleton.subSet(Character from, Character to)
           
 CharSortedSet CharSortedSets.SynchronizedSortedSet.subSet(Character from, Character to)
           
 CharSortedSet CharSortedSets.UnmodifiableSortedSet.subSet(Character from, Character to)
           
 CharSortedSet AbstractCharSortedSet.subSet(Character from, Character to)
          Delegates to the corresponding type-specific method.
 CharSortedSet AbstractChar2LongSortedMap.KeySet.subSet(char from, char to)
           
 CharSortedSet AbstractChar2CharSortedMap.KeySet.subSet(char from, char to)
           
 CharSortedSet AbstractChar2BooleanSortedMap.KeySet.subSet(char from, char to)
           
 CharSortedSet AbstractChar2ReferenceSortedMap.KeySet.subSet(char from, char to)
           
 CharSortedSet CharSortedSet.subSet(char fromElement, char toElement)
           
 CharSortedSet CharSortedSets.EmptySet.subSet(char from, char to)
           
 CharSortedSet CharSortedSets.Singleton.subSet(char from, char to)
           
 CharSortedSet CharSortedSets.SynchronizedSortedSet.subSet(char from, char to)
           
 CharSortedSet CharSortedSets.UnmodifiableSortedSet.subSet(char from, char to)
           
 CharSortedSet AbstractChar2ObjectSortedMap.KeySet.subSet(char from, char to)
           
 CharSortedSet CharLinkedOpenCustomHashSet.subSet(char from, char to)
           
 CharSortedSet AbstractChar2DoubleSortedMap.KeySet.subSet(char from, char to)
           
 CharSortedSet AbstractChar2FloatSortedMap.KeySet.subSet(char from, char to)
           
 CharSortedSet CharAVLTreeSet.subSet(char from, char to)
           
 CharSortedSet AbstractChar2IntSortedMap.KeySet.subSet(char from, char to)
           
 CharSortedSet AbstractChar2ShortSortedMap.KeySet.subSet(char from, char to)
           
 CharSortedSet CharRBTreeSet.subSet(char from, char to)
           
 CharSortedSet CharLinkedOpenHashSet.subSet(char from, char to)
           
 CharSortedSet AbstractChar2ByteSortedMap.KeySet.subSet(char from, char to)
           
static CharSortedSet CharSortedSets.synchronize(CharSortedSet s)
          Returns a synchronized type-specific sorted set backed by the given type-specific sorted set.
static CharSortedSet CharSortedSets.synchronize(CharSortedSet s, Object sync)
          Returns a synchronized type-specific sorted set backed by the given type-specific sorted set, using an assigned object to synchronize.
 CharSortedSet AbstractChar2LongSortedMap.KeySet.tailSet(char from)
           
 CharSortedSet AbstractChar2CharSortedMap.KeySet.tailSet(char from)
           
 CharSortedSet AbstractChar2BooleanSortedMap.KeySet.tailSet(char from)
           
 CharSortedSet AbstractChar2ReferenceSortedMap.KeySet.tailSet(char from)
           
 CharSortedSet CharSortedSet.tailSet(char fromElement)
           
 CharSortedSet CharSortedSets.EmptySet.tailSet(char to)
           
 CharSortedSet CharSortedSets.Singleton.tailSet(char from)
           
 CharSortedSet CharSortedSets.SynchronizedSortedSet.tailSet(char from)
           
 CharSortedSet CharSortedSets.UnmodifiableSortedSet.tailSet(char from)
           
 CharSortedSet AbstractChar2ObjectSortedMap.KeySet.tailSet(char from)
           
 CharSortedSet CharLinkedOpenCustomHashSet.tailSet(char from)
           
 CharSortedSet AbstractChar2DoubleSortedMap.KeySet.tailSet(char from)
           
 CharSortedSet AbstractChar2FloatSortedMap.KeySet.tailSet(char from)
           
 CharSortedSet CharAVLTreeSet.tailSet(char from)
           
 CharSortedSet AbstractChar2IntSortedMap.KeySet.tailSet(char from)
           
 CharSortedSet AbstractChar2ShortSortedMap.KeySet.tailSet(char from)
           
 CharSortedSet CharRBTreeSet.tailSet(char from)
           
 CharSortedSet CharLinkedOpenHashSet.tailSet(char from)
           
 CharSortedSet AbstractChar2ByteSortedMap.KeySet.tailSet(char from)
           
 CharSortedSet CharSortedSet.tailSet(Character fromElement)
          Returns a view of the portion of this sorted set whose elements are greater than or equal to fromElement.
 CharSortedSet CharSortedSets.EmptySet.tailSet(Character to)
           
 CharSortedSet CharSortedSets.Singleton.tailSet(Character from)
           
 CharSortedSet CharSortedSets.SynchronizedSortedSet.tailSet(Character from)
           
 CharSortedSet CharSortedSets.UnmodifiableSortedSet.tailSet(Character from)
           
 CharSortedSet AbstractCharSortedSet.tailSet(Character from)
          Delegates to the corresponding type-specific method.
static CharSortedSet CharSortedSets.unmodifiable(CharSortedSet s)
          Returns an unmodifiable type-specific sorted set backed by the given type-specific sorted set.
 

Methods in it.unimi.dsi.fastutil.chars with parameters of type CharSortedSet
static CharSortedSet CharSortedSets.synchronize(CharSortedSet s)
          Returns a synchronized type-specific sorted set backed by the given type-specific sorted set.
static CharSortedSet CharSortedSets.synchronize(CharSortedSet s, Object sync)
          Returns a synchronized type-specific sorted set backed by the given type-specific sorted set, using an assigned object to synchronize.
static CharSortedSet CharSortedSets.unmodifiable(CharSortedSet s)
          Returns an unmodifiable type-specific sorted set backed by the given type-specific sorted set.
 

Constructors in it.unimi.dsi.fastutil.chars with parameters of type CharSortedSet
CharAVLTreeSet(CharSortedSet s)
          Creates a new tree set copying a given type-specific sorted set (and its Comparator).
CharRBTreeSet(CharSortedSet s)
          Creates a new tree set copying a given type-specific sorted set (and its Comparator).
CharSortedSets.SynchronizedSortedSet(CharSortedSet s)
           
CharSortedSets.SynchronizedSortedSet(CharSortedSet s, Object sync)
           
CharSortedSets.UnmodifiableSortedSet(CharSortedSet s)
           
 



Copyright © 2011. All Rights Reserved.