Uses of Interface
it.unimi.dsi.fastutil.ints.IntSortedSet

Packages that use IntSortedSet
it.unimi.dsi.fastutil.ints Provides type-specific classes for integer elements or keys. 
 

Uses of IntSortedSet in it.unimi.dsi.fastutil.ints
 

Classes in it.unimi.dsi.fastutil.ints that implement IntSortedSet
protected  class AbstractInt2BooleanSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractInt2ByteSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractInt2CharSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractInt2DoubleSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractInt2FloatSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractInt2IntSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractInt2LongSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractInt2ObjectSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractInt2ReferenceSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractInt2ShortSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
 class AbstractIntSortedSet
          An abstract class providing basic methods for sorted sets implementing a type-specific interface.
 class IntAVLTreeSet
          A type-specific AVL tree set with a fast, small-footprint implementation.
 class IntLinkedOpenCustomHashSet
          A type-specific linked hash set with with a fast, small-footprint implementation.
 class IntLinkedOpenHashSet
          A type-specific linked hash set with with a fast, small-footprint implementation.
 class IntRBTreeSet
          A type-specific red-black tree set with a fast, small-footprint implementation.
static class IntSortedSets.EmptySet
          An immutable class representing the empty sorted set and implementing a type-specific set interface.
static class IntSortedSets.Singleton
          A class representing a singleton sorted set.
static class IntSortedSets.SynchronizedSortedSet
          A synchronized wrapper class for sorted sets.
static class IntSortedSets.UnmodifiableSortedSet
          An unmodifiable wrapper class for sorted sets.
 

Fields in it.unimi.dsi.fastutil.ints declared as IntSortedSet
protected  IntSortedSet Int2ObjectAVLTreeMap.keys
          Cached set of keys.
protected  IntSortedSet Int2LongLinkedOpenHashMap.keys
          Cached set of keys.
protected  IntSortedSet Int2CharLinkedOpenHashMap.keys
          Cached set of keys.
protected  IntSortedSet Int2FloatAVLTreeMap.keys
          Cached set of keys.
protected  IntSortedSet Int2DoubleLinkedOpenHashMap.keys
          Cached set of keys.
protected  IntSortedSet Int2BooleanLinkedOpenHashMap.keys
          Cached set of keys.
protected  IntSortedSet Int2ReferenceLinkedOpenHashMap.keys
          Cached set of keys.
protected  IntSortedSet Int2FloatRBTreeMap.keys
          Cached set of keys.
protected  IntSortedSet Int2ReferenceAVLTreeMap.keys
          Cached set of keys.
protected  IntSortedSet Int2ShortAVLTreeMap.keys
          Cached set of keys.
protected  IntSortedSet Int2BooleanAVLTreeMap.keys
          Cached set of keys.
protected  IntSortedSet Int2CharRBTreeMap.keys
          Cached set of keys.
protected  IntSortedSet Int2ObjectLinkedOpenHashMap.keys
          Cached set of keys.
protected  IntSortedSet Int2BooleanRBTreeMap.keys
          Cached set of keys.
protected  IntSortedSet Int2LongRBTreeMap.keys
          Cached set of keys.
protected  IntSortedSet Int2ByteLinkedOpenHashMap.keys
          Cached set of keys.
protected  IntSortedSet Int2ByteAVLTreeMap.keys
          Cached set of keys.
protected  IntSortedSet Int2ShortLinkedOpenHashMap.keys
          Cached set of keys.
protected  IntSortedSet Int2ObjectRBTreeMap.keys
          Cached set of keys.
protected  IntSortedSet Int2DoubleRBTreeMap.keys
          Cached set of keys.
protected  IntSortedSet Int2DoubleAVLTreeMap.keys
          Cached set of keys.
protected  IntSortedSet Int2ReferenceRBTreeMap.keys
          Cached set of keys.
protected  IntSortedSet Int2ShortRBTreeMap.keys
          Cached set of keys.
protected  IntSortedSet Int2IntRBTreeMap.keys
          Cached set of keys.
protected  IntSortedSet Int2ByteRBTreeMap.keys
          Cached set of keys.
protected  IntSortedSet Int2IntLinkedOpenHashMap.keys
          Cached set of keys.
protected  IntSortedSet Int2FloatLinkedOpenHashMap.keys
          Cached set of keys.
protected  IntSortedSet Int2LongAVLTreeMap.keys
          Cached set of keys.
protected  IntSortedSet Int2IntAVLTreeMap.keys
          Cached set of keys.
protected  IntSortedSet Int2CharAVLTreeMap.keys
          Cached set of keys.
protected  IntSortedSet IntSortedSets.SynchronizedSortedSet.sortedSet
           
protected  IntSortedSet IntSortedSets.UnmodifiableSortedSet.sortedSet
           
 

Methods in it.unimi.dsi.fastutil.ints that return IntSortedSet
 IntSortedSet AbstractInt2IntSortedMap.KeySet.headSet(int to)
           
 IntSortedSet AbstractInt2CharSortedMap.KeySet.headSet(int to)
           
 IntSortedSet AbstractInt2DoubleSortedMap.KeySet.headSet(int to)
           
 IntSortedSet AbstractInt2ObjectSortedMap.KeySet.headSet(int to)
           
 IntSortedSet AbstractInt2FloatSortedMap.KeySet.headSet(int to)
           
 IntSortedSet IntLinkedOpenHashSet.headSet(int to)
           
 IntSortedSet AbstractInt2ByteSortedMap.KeySet.headSet(int to)
           
 IntSortedSet IntRBTreeSet.headSet(int to)
           
 IntSortedSet IntAVLTreeSet.headSet(int to)
           
 IntSortedSet IntSortedSet.headSet(int toElement)
           
 IntSortedSet IntLinkedOpenCustomHashSet.headSet(int to)
           
 IntSortedSet AbstractInt2LongSortedMap.KeySet.headSet(int to)
           
 IntSortedSet AbstractInt2ReferenceSortedMap.KeySet.headSet(int to)
           
 IntSortedSet AbstractInt2ShortSortedMap.KeySet.headSet(int to)
           
 IntSortedSet IntSortedSets.EmptySet.headSet(int from)
           
 IntSortedSet IntSortedSets.Singleton.headSet(int to)
           
 IntSortedSet IntSortedSets.SynchronizedSortedSet.headSet(int to)
           
 IntSortedSet IntSortedSets.UnmodifiableSortedSet.headSet(int to)
           
 IntSortedSet AbstractInt2BooleanSortedMap.KeySet.headSet(int to)
           
 IntSortedSet IntSortedSet.headSet(Integer toElement)
          Returns a view of the portion of this sorted set whose elements are strictly less than toElement.
 IntSortedSet AbstractIntSortedSet.headSet(Integer to)
          Delegates to the corresponding type-specific method.
 IntSortedSet IntSortedSets.EmptySet.headSet(Integer from)
           
 IntSortedSet IntSortedSets.Singleton.headSet(Integer to)
           
 IntSortedSet IntSortedSets.SynchronizedSortedSet.headSet(Integer to)
           
 IntSortedSet IntSortedSets.UnmodifiableSortedSet.headSet(Integer to)
           
 IntSortedSet Int2ObjectAVLTreeMap.keySet()
          Returns a type-specific sorted set view of the keys contained in this map.
 IntSortedSet Int2LongLinkedOpenHashMap.keySet()
           
 IntSortedSet Int2IntSortedMap.keySet()
          Returns a sorted-set view of the keys contained in this map.
 IntSortedSet Int2CharLinkedOpenHashMap.keySet()
           
 IntSortedSet AbstractInt2IntSortedMap.keySet()
          Returns a type-specific-sorted-set view of the keys of this map.
 IntSortedSet Int2FloatAVLTreeMap.keySet()
          Returns a type-specific sorted set view of the keys contained in this map.
 IntSortedSet AbstractInt2CharSortedMap.keySet()
          Returns a type-specific-sorted-set view of the keys of this map.
 IntSortedSet Int2DoubleLinkedOpenHashMap.keySet()
           
 IntSortedSet Int2LongSortedMap.keySet()
          Returns a sorted-set view of the keys contained in this map.
 IntSortedSet Int2BooleanLinkedOpenHashMap.keySet()
           
 IntSortedSet Int2ReferenceLinkedOpenHashMap.keySet()
           
 IntSortedSet Int2FloatRBTreeMap.keySet()
          Returns a type-specific sorted set view of the keys contained in this map.
 IntSortedSet Int2ByteSortedMap.keySet()
          Returns a sorted-set view of the keys contained in this map.
 IntSortedSet AbstractInt2DoubleSortedMap.keySet()
          Returns a type-specific-sorted-set view of the keys of this map.
 IntSortedSet Int2ReferenceAVLTreeMap.keySet()
          Returns a type-specific sorted set view of the keys contained in this map.
 IntSortedSet Int2LongSortedMaps.EmptySortedMap.keySet()
           
 IntSortedSet Int2LongSortedMaps.Singleton.keySet()
           
 IntSortedSet Int2LongSortedMaps.SynchronizedSortedMap.keySet()
           
 IntSortedSet Int2LongSortedMaps.UnmodifiableSortedMap.keySet()
           
 IntSortedSet AbstractInt2ObjectSortedMap.keySet()
          Returns a type-specific-sorted-set view of the keys of this map.
 IntSortedSet AbstractInt2FloatSortedMap.keySet()
          Returns a type-specific-sorted-set view of the keys of this map.
 IntSortedSet AbstractInt2ByteSortedMap.keySet()
          Returns a type-specific-sorted-set view of the keys of this map.
 IntSortedSet Int2ShortAVLTreeMap.keySet()
          Returns a type-specific sorted set view of the keys contained in this map.
 IntSortedSet Int2DoubleSortedMaps.EmptySortedMap.keySet()
           
 IntSortedSet Int2DoubleSortedMaps.Singleton.keySet()
           
 IntSortedSet Int2DoubleSortedMaps.SynchronizedSortedMap.keySet()
           
 IntSortedSet Int2DoubleSortedMaps.UnmodifiableSortedMap.keySet()
           
 IntSortedSet Int2ReferenceSortedMaps.EmptySortedMap.keySet()
           
 IntSortedSet Int2ReferenceSortedMaps.Singleton.keySet()
           
 IntSortedSet Int2ReferenceSortedMaps.SynchronizedSortedMap.keySet()
           
 IntSortedSet Int2ReferenceSortedMaps.UnmodifiableSortedMap.keySet()
           
 IntSortedSet Int2IntSortedMaps.EmptySortedMap.keySet()
           
 IntSortedSet Int2IntSortedMaps.Singleton.keySet()
           
 IntSortedSet Int2IntSortedMaps.SynchronizedSortedMap.keySet()
           
 IntSortedSet Int2IntSortedMaps.UnmodifiableSortedMap.keySet()
           
 IntSortedSet Int2BooleanAVLTreeMap.keySet()
          Returns a type-specific sorted set view of the keys contained in this map.
 IntSortedSet Int2CharRBTreeMap.keySet()
          Returns a type-specific sorted set view of the keys contained in this map.
 IntSortedSet Int2ObjectLinkedOpenHashMap.keySet()
           
 IntSortedSet Int2BooleanRBTreeMap.keySet()
          Returns a type-specific sorted set view of the keys contained in this map.
 IntSortedSet Int2CharSortedMap.keySet()
          Returns a sorted-set view of the keys contained in this map.
 IntSortedSet Int2LongRBTreeMap.keySet()
          Returns a type-specific sorted set view of the keys contained in this map.
 IntSortedSet Int2ByteLinkedOpenHashMap.keySet()
           
 IntSortedSet Int2ByteAVLTreeMap.keySet()
          Returns a type-specific sorted set view of the keys contained in this map.
 IntSortedSet Int2ShortLinkedOpenHashMap.keySet()
           
 IntSortedSet Int2ObjectRBTreeMap.keySet()
          Returns a type-specific sorted set view of the keys contained in this map.
 IntSortedSet Int2FloatSortedMap.keySet()
          Returns a sorted-set view of the keys contained in this map.
 IntSortedSet Int2DoubleRBTreeMap.keySet()
          Returns a type-specific sorted set view of the keys contained in this map.
 IntSortedSet Int2DoubleAVLTreeMap.keySet()
          Returns a type-specific sorted set view of the keys contained in this map.
 IntSortedSet Int2ReferenceRBTreeMap.keySet()
          Returns a type-specific sorted set view of the keys contained in this map.
 IntSortedSet Int2ObjectSortedMap.keySet()
          Returns a sorted-set view of the keys contained in this map.
 IntSortedSet Int2ShortRBTreeMap.keySet()
          Returns a type-specific sorted set view of the keys contained in this map.
 IntSortedSet AbstractInt2LongSortedMap.keySet()
          Returns a type-specific-sorted-set view of the keys of this map.
 IntSortedSet Int2IntRBTreeMap.keySet()
          Returns a type-specific sorted set view of the keys contained in this map.
 IntSortedSet AbstractInt2ReferenceSortedMap.keySet()
          Returns a type-specific-sorted-set view of the keys of this map.
 IntSortedSet Int2ObjectSortedMaps.EmptySortedMap.keySet()
           
 IntSortedSet Int2ObjectSortedMaps.Singleton.keySet()
           
 IntSortedSet Int2ObjectSortedMaps.SynchronizedSortedMap.keySet()
           
 IntSortedSet Int2ObjectSortedMaps.UnmodifiableSortedMap.keySet()
           
 IntSortedSet Int2ReferenceSortedMap.keySet()
          Returns a sorted-set view of the keys contained in this map.
 IntSortedSet Int2ByteRBTreeMap.keySet()
          Returns a type-specific sorted set view of the keys contained in this map.
 IntSortedSet AbstractInt2ShortSortedMap.keySet()
          Returns a type-specific-sorted-set view of the keys of this map.
 IntSortedSet Int2IntLinkedOpenHashMap.keySet()
           
 IntSortedSet Int2BooleanSortedMap.keySet()
          Returns a sorted-set view of the keys contained in this map.
 IntSortedSet Int2CharSortedMaps.EmptySortedMap.keySet()
           
 IntSortedSet Int2CharSortedMaps.Singleton.keySet()
           
 IntSortedSet Int2CharSortedMaps.SynchronizedSortedMap.keySet()
           
 IntSortedSet Int2CharSortedMaps.UnmodifiableSortedMap.keySet()
           
 IntSortedSet Int2DoubleSortedMap.keySet()
          Returns a sorted-set view of the keys contained in this map.
 IntSortedSet Int2BooleanSortedMaps.EmptySortedMap.keySet()
           
 IntSortedSet Int2BooleanSortedMaps.Singleton.keySet()
           
 IntSortedSet Int2BooleanSortedMaps.SynchronizedSortedMap.keySet()
           
 IntSortedSet Int2BooleanSortedMaps.UnmodifiableSortedMap.keySet()
           
 IntSortedSet Int2FloatLinkedOpenHashMap.keySet()
           
 IntSortedSet Int2LongAVLTreeMap.keySet()
          Returns a type-specific sorted set view of the keys contained in this map.
 IntSortedSet Int2ShortSortedMaps.EmptySortedMap.keySet()
           
 IntSortedSet Int2ShortSortedMaps.Singleton.keySet()
           
 IntSortedSet Int2ShortSortedMaps.SynchronizedSortedMap.keySet()
           
 IntSortedSet Int2ShortSortedMaps.UnmodifiableSortedMap.keySet()
           
 IntSortedSet Int2ShortSortedMap.keySet()
          Returns a sorted-set view of the keys contained in this map.
 IntSortedSet Int2IntAVLTreeMap.keySet()
          Returns a type-specific sorted set view of the keys contained in this map.
 IntSortedSet Int2ByteSortedMaps.EmptySortedMap.keySet()
           
 IntSortedSet Int2ByteSortedMaps.Singleton.keySet()
           
 IntSortedSet Int2ByteSortedMaps.SynchronizedSortedMap.keySet()
           
 IntSortedSet Int2ByteSortedMaps.UnmodifiableSortedMap.keySet()
           
 IntSortedSet Int2CharAVLTreeMap.keySet()
          Returns a type-specific sorted set view of the keys contained in this map.
 IntSortedSet AbstractInt2BooleanSortedMap.keySet()
          Returns a type-specific-sorted-set view of the keys of this map.
 IntSortedSet Int2FloatSortedMaps.EmptySortedMap.keySet()
           
 IntSortedSet Int2FloatSortedMaps.Singleton.keySet()
           
 IntSortedSet Int2FloatSortedMaps.SynchronizedSortedMap.keySet()
           
 IntSortedSet Int2FloatSortedMaps.UnmodifiableSortedMap.keySet()
           
static IntSortedSet IntSortedSets.singleton(int element)
          Returns a type-specific immutable sorted set containing only the specified element.
static IntSortedSet IntSortedSets.singleton(int element, IntComparator comparator)
          Returns a type-specific immutable sorted set containing only the specified element, and using a specified comparator.
static IntSortedSet IntSortedSets.singleton(Object element)
          Returns a type-specific immutable sorted set containing only the specified element.
static IntSortedSet IntSortedSets.singleton(Object element, IntComparator comparator)
          Returns a type-specific immutable sorted set containing only the specified element, and using a specified comparator.
 IntSortedSet IntSortedSet.subSet(Integer fromElement, Integer toElement)
          Returns a view of the portion of this sorted set whose elements range from fromElement, inclusive, to toElement, exclusive.
 IntSortedSet AbstractIntSortedSet.subSet(Integer from, Integer to)
          Delegates to the corresponding type-specific method.
 IntSortedSet IntSortedSets.EmptySet.subSet(Integer from, Integer to)
           
 IntSortedSet IntSortedSets.Singleton.subSet(Integer from, Integer to)
           
 IntSortedSet IntSortedSets.SynchronizedSortedSet.subSet(Integer from, Integer to)
           
 IntSortedSet IntSortedSets.UnmodifiableSortedSet.subSet(Integer from, Integer to)
           
 IntSortedSet AbstractInt2IntSortedMap.KeySet.subSet(int from, int to)
           
 IntSortedSet AbstractInt2CharSortedMap.KeySet.subSet(int from, int to)
           
 IntSortedSet AbstractInt2DoubleSortedMap.KeySet.subSet(int from, int to)
           
 IntSortedSet AbstractInt2ObjectSortedMap.KeySet.subSet(int from, int to)
           
 IntSortedSet AbstractInt2FloatSortedMap.KeySet.subSet(int from, int to)
           
 IntSortedSet IntLinkedOpenHashSet.subSet(int from, int to)
           
 IntSortedSet AbstractInt2ByteSortedMap.KeySet.subSet(int from, int to)
           
 IntSortedSet IntRBTreeSet.subSet(int from, int to)
           
 IntSortedSet IntAVLTreeSet.subSet(int from, int to)
           
 IntSortedSet IntSortedSet.subSet(int fromElement, int toElement)
           
 IntSortedSet IntLinkedOpenCustomHashSet.subSet(int from, int to)
           
 IntSortedSet AbstractInt2LongSortedMap.KeySet.subSet(int from, int to)
           
 IntSortedSet AbstractInt2ReferenceSortedMap.KeySet.subSet(int from, int to)
           
 IntSortedSet AbstractInt2ShortSortedMap.KeySet.subSet(int from, int to)
           
 IntSortedSet IntSortedSets.EmptySet.subSet(int from, int to)
           
 IntSortedSet IntSortedSets.Singleton.subSet(int from, int to)
           
 IntSortedSet IntSortedSets.SynchronizedSortedSet.subSet(int from, int to)
           
 IntSortedSet IntSortedSets.UnmodifiableSortedSet.subSet(int from, int to)
           
 IntSortedSet AbstractInt2BooleanSortedMap.KeySet.subSet(int from, int to)
           
static IntSortedSet IntSortedSets.synchronize(IntSortedSet s)
          Returns a synchronized type-specific sorted set backed by the given type-specific sorted set.
static IntSortedSet IntSortedSets.synchronize(IntSortedSet s, Object sync)
          Returns a synchronized type-specific sorted set backed by the given type-specific sorted set, using an assigned object to synchronize.
 IntSortedSet AbstractInt2IntSortedMap.KeySet.tailSet(int from)
           
 IntSortedSet AbstractInt2CharSortedMap.KeySet.tailSet(int from)
           
 IntSortedSet AbstractInt2DoubleSortedMap.KeySet.tailSet(int from)
           
 IntSortedSet AbstractInt2ObjectSortedMap.KeySet.tailSet(int from)
           
 IntSortedSet AbstractInt2FloatSortedMap.KeySet.tailSet(int from)
           
 IntSortedSet IntLinkedOpenHashSet.tailSet(int from)
           
 IntSortedSet AbstractInt2ByteSortedMap.KeySet.tailSet(int from)
           
 IntSortedSet IntRBTreeSet.tailSet(int from)
           
 IntSortedSet IntAVLTreeSet.tailSet(int from)
           
 IntSortedSet IntSortedSet.tailSet(int fromElement)
           
 IntSortedSet IntLinkedOpenCustomHashSet.tailSet(int from)
           
 IntSortedSet AbstractInt2LongSortedMap.KeySet.tailSet(int from)
           
 IntSortedSet AbstractInt2ReferenceSortedMap.KeySet.tailSet(int from)
           
 IntSortedSet AbstractInt2ShortSortedMap.KeySet.tailSet(int from)
           
 IntSortedSet IntSortedSets.EmptySet.tailSet(int to)
           
 IntSortedSet IntSortedSets.Singleton.tailSet(int from)
           
 IntSortedSet IntSortedSets.SynchronizedSortedSet.tailSet(int from)
           
 IntSortedSet IntSortedSets.UnmodifiableSortedSet.tailSet(int from)
           
 IntSortedSet AbstractInt2BooleanSortedMap.KeySet.tailSet(int from)
           
 IntSortedSet IntSortedSet.tailSet(Integer fromElement)
          Returns a view of the portion of this sorted set whose elements are greater than or equal to fromElement.
 IntSortedSet AbstractIntSortedSet.tailSet(Integer from)
          Delegates to the corresponding type-specific method.
 IntSortedSet IntSortedSets.EmptySet.tailSet(Integer to)
           
 IntSortedSet IntSortedSets.Singleton.tailSet(Integer from)
           
 IntSortedSet IntSortedSets.SynchronizedSortedSet.tailSet(Integer from)
           
 IntSortedSet IntSortedSets.UnmodifiableSortedSet.tailSet(Integer from)
           
static IntSortedSet IntSortedSets.unmodifiable(IntSortedSet s)
          Returns an unmodifiable type-specific sorted set backed by the given type-specific sorted set.
 

Methods in it.unimi.dsi.fastutil.ints with parameters of type IntSortedSet
static IntSortedSet IntSortedSets.synchronize(IntSortedSet s)
          Returns a synchronized type-specific sorted set backed by the given type-specific sorted set.
static IntSortedSet IntSortedSets.synchronize(IntSortedSet 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 IntSortedSet IntSortedSets.unmodifiable(IntSortedSet s)
          Returns an unmodifiable type-specific sorted set backed by the given type-specific sorted set.
 

Constructors in it.unimi.dsi.fastutil.ints with parameters of type IntSortedSet
IntAVLTreeSet(IntSortedSet s)
          Creates a new tree set copying a given type-specific sorted set (and its Comparator).
IntRBTreeSet(IntSortedSet s)
          Creates a new tree set copying a given type-specific sorted set (and its Comparator).
IntSortedSets.SynchronizedSortedSet(IntSortedSet s)
           
IntSortedSets.SynchronizedSortedSet(IntSortedSet s, Object sync)
           
IntSortedSets.UnmodifiableSortedSet(IntSortedSet s)
           
 



Copyright © 2011. All Rights Reserved.