Uses of Interface
it.unimi.dsi.fastutil.doubles.DoubleSortedSet

Packages that use DoubleSortedSet
it.unimi.dsi.fastutil.doubles Provides type-specific classes for double elements or keys. 
 

Uses of DoubleSortedSet in it.unimi.dsi.fastutil.doubles
 

Classes in it.unimi.dsi.fastutil.doubles that implement DoubleSortedSet
protected  class AbstractDouble2BooleanSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractDouble2ByteSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractDouble2CharSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractDouble2DoubleSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractDouble2FloatSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractDouble2IntSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractDouble2LongSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractDouble2ObjectSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractDouble2ReferenceSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractDouble2ShortSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
 class AbstractDoubleSortedSet
          An abstract class providing basic methods for sorted sets implementing a type-specific interface.
 class DoubleAVLTreeSet
          A type-specific AVL tree set with a fast, small-footprint implementation.
 class DoubleLinkedOpenCustomHashSet
          A type-specific linked hash set with with a fast, small-footprint implementation.
 class DoubleLinkedOpenHashSet
          A type-specific linked hash set with with a fast, small-footprint implementation.
 class DoubleRBTreeSet
          A type-specific red-black tree set with a fast, small-footprint implementation.
static class DoubleSortedSets.EmptySet
          An immutable class representing the empty sorted set and implementing a type-specific set interface.
static class DoubleSortedSets.Singleton
          A class representing a singleton sorted set.
static class DoubleSortedSets.SynchronizedSortedSet
          A synchronized wrapper class for sorted sets.
static class DoubleSortedSets.UnmodifiableSortedSet
          An unmodifiable wrapper class for sorted sets.
 

Fields in it.unimi.dsi.fastutil.doubles declared as DoubleSortedSet
protected  DoubleSortedSet Double2DoubleAVLTreeMap.keys
          Cached set of keys.
protected  DoubleSortedSet Double2ReferenceAVLTreeMap.keys
          Cached set of keys.
protected  DoubleSortedSet Double2ReferenceRBTreeMap.keys
          Cached set of keys.
protected  DoubleSortedSet Double2CharLinkedOpenHashMap.keys
          Cached set of keys.
protected  DoubleSortedSet Double2ShortAVLTreeMap.keys
          Cached set of keys.
protected  DoubleSortedSet Double2FloatLinkedOpenHashMap.keys
          Cached set of keys.
protected  DoubleSortedSet Double2ObjectAVLTreeMap.keys
          Cached set of keys.
protected  DoubleSortedSet Double2BooleanRBTreeMap.keys
          Cached set of keys.
protected  DoubleSortedSet Double2ShortRBTreeMap.keys
          Cached set of keys.
protected  DoubleSortedSet Double2DoubleLinkedOpenHashMap.keys
          Cached set of keys.
protected  DoubleSortedSet Double2ByteRBTreeMap.keys
          Cached set of keys.
protected  DoubleSortedSet Double2IntRBTreeMap.keys
          Cached set of keys.
protected  DoubleSortedSet Double2ReferenceLinkedOpenHashMap.keys
          Cached set of keys.
protected  DoubleSortedSet Double2LongAVLTreeMap.keys
          Cached set of keys.
protected  DoubleSortedSet Double2ObjectLinkedOpenHashMap.keys
          Cached set of keys.
protected  DoubleSortedSet Double2DoubleRBTreeMap.keys
          Cached set of keys.
protected  DoubleSortedSet Double2IntLinkedOpenHashMap.keys
          Cached set of keys.
protected  DoubleSortedSet Double2CharAVLTreeMap.keys
          Cached set of keys.
protected  DoubleSortedSet Double2ByteLinkedOpenHashMap.keys
          Cached set of keys.
protected  DoubleSortedSet Double2ObjectRBTreeMap.keys
          Cached set of keys.
protected  DoubleSortedSet Double2FloatRBTreeMap.keys
          Cached set of keys.
protected  DoubleSortedSet Double2IntAVLTreeMap.keys
          Cached set of keys.
protected  DoubleSortedSet Double2ByteAVLTreeMap.keys
          Cached set of keys.
protected  DoubleSortedSet Double2LongLinkedOpenHashMap.keys
          Cached set of keys.
protected  DoubleSortedSet Double2FloatAVLTreeMap.keys
          Cached set of keys.
protected  DoubleSortedSet Double2ShortLinkedOpenHashMap.keys
          Cached set of keys.
protected  DoubleSortedSet Double2LongRBTreeMap.keys
          Cached set of keys.
protected  DoubleSortedSet Double2CharRBTreeMap.keys
          Cached set of keys.
protected  DoubleSortedSet Double2BooleanAVLTreeMap.keys
          Cached set of keys.
protected  DoubleSortedSet Double2BooleanLinkedOpenHashMap.keys
          Cached set of keys.
protected  DoubleSortedSet DoubleSortedSets.SynchronizedSortedSet.sortedSet
           
protected  DoubleSortedSet DoubleSortedSets.UnmodifiableSortedSet.sortedSet
           
 

Methods in it.unimi.dsi.fastutil.doubles that return DoubleSortedSet
 DoubleSortedSet AbstractDouble2ReferenceSortedMap.KeySet.headSet(double to)
           
 DoubleSortedSet AbstractDouble2DoubleSortedMap.KeySet.headSet(double to)
           
 DoubleSortedSet AbstractDouble2BooleanSortedMap.KeySet.headSet(double to)
           
 DoubleSortedSet DoubleSortedSets.EmptySet.headSet(double from)
           
 DoubleSortedSet DoubleSortedSets.Singleton.headSet(double to)
           
 DoubleSortedSet DoubleSortedSets.SynchronizedSortedSet.headSet(double to)
           
 DoubleSortedSet DoubleSortedSets.UnmodifiableSortedSet.headSet(double to)
           
 DoubleSortedSet AbstractDouble2LongSortedMap.KeySet.headSet(double to)
           
 DoubleSortedSet DoubleSortedSet.headSet(double toElement)
           
 DoubleSortedSet AbstractDouble2ObjectSortedMap.KeySet.headSet(double to)
           
 DoubleSortedSet DoubleRBTreeSet.headSet(double to)
           
 DoubleSortedSet AbstractDouble2CharSortedMap.KeySet.headSet(double to)
           
 DoubleSortedSet AbstractDouble2ByteSortedMap.KeySet.headSet(double to)
           
 DoubleSortedSet AbstractDouble2FloatSortedMap.KeySet.headSet(double to)
           
 DoubleSortedSet AbstractDouble2IntSortedMap.KeySet.headSet(double to)
           
 DoubleSortedSet AbstractDouble2ShortSortedMap.KeySet.headSet(double to)
           
 DoubleSortedSet DoubleLinkedOpenHashSet.headSet(double to)
           
 DoubleSortedSet DoubleAVLTreeSet.headSet(double to)
           
 DoubleSortedSet DoubleLinkedOpenCustomHashSet.headSet(double to)
           
 DoubleSortedSet AbstractDoubleSortedSet.headSet(Double to)
          Delegates to the corresponding type-specific method.
 DoubleSortedSet DoubleSortedSets.EmptySet.headSet(Double from)
           
 DoubleSortedSet DoubleSortedSets.Singleton.headSet(Double to)
           
 DoubleSortedSet DoubleSortedSets.SynchronizedSortedSet.headSet(Double to)
           
 DoubleSortedSet DoubleSortedSets.UnmodifiableSortedSet.headSet(Double to)
           
 DoubleSortedSet DoubleSortedSet.headSet(Double toElement)
          Returns a view of the portion of this sorted set whose elements are strictly less than toElement.
 DoubleSortedSet Double2BooleanSortedMap.keySet()
          Returns a sorted-set view of the keys contained in this map.
 DoubleSortedSet Double2DoubleAVLTreeMap.keySet()
          Returns a type-specific sorted set view of the keys contained in this map.
 DoubleSortedSet Double2ReferenceAVLTreeMap.keySet()
          Returns a type-specific sorted set view of the keys contained in this map.
 DoubleSortedSet AbstractDouble2ReferenceSortedMap.keySet()
          Returns a type-specific-sorted-set view of the keys of this map.
 DoubleSortedSet AbstractDouble2DoubleSortedMap.keySet()
          Returns a type-specific-sorted-set view of the keys of this map.
 DoubleSortedSet AbstractDouble2BooleanSortedMap.keySet()
          Returns a type-specific-sorted-set view of the keys of this map.
 DoubleSortedSet Double2IntSortedMaps.EmptySortedMap.keySet()
           
 DoubleSortedSet Double2IntSortedMaps.Singleton.keySet()
           
 DoubleSortedSet Double2IntSortedMaps.SynchronizedSortedMap.keySet()
           
 DoubleSortedSet Double2IntSortedMaps.UnmodifiableSortedMap.keySet()
           
 DoubleSortedSet Double2ReferenceRBTreeMap.keySet()
          Returns a type-specific sorted set view of the keys contained in this map.
 DoubleSortedSet AbstractDouble2LongSortedMap.keySet()
          Returns a type-specific-sorted-set view of the keys of this map.
 DoubleSortedSet Double2ObjectSortedMap.keySet()
          Returns a sorted-set view of the keys contained in this map.
 DoubleSortedSet Double2FloatSortedMap.keySet()
          Returns a sorted-set view of the keys contained in this map.
 DoubleSortedSet Double2CharLinkedOpenHashMap.keySet()
           
 DoubleSortedSet Double2ShortAVLTreeMap.keySet()
          Returns a type-specific sorted set view of the keys contained in this map.
 DoubleSortedSet Double2FloatLinkedOpenHashMap.keySet()
           
 DoubleSortedSet Double2ObjectAVLTreeMap.keySet()
          Returns a type-specific sorted set view of the keys contained in this map.
 DoubleSortedSet Double2BooleanRBTreeMap.keySet()
          Returns a type-specific sorted set view of the keys contained in this map.
 DoubleSortedSet AbstractDouble2ObjectSortedMap.keySet()
          Returns a type-specific-sorted-set view of the keys of this map.
 DoubleSortedSet Double2FloatSortedMaps.EmptySortedMap.keySet()
           
 DoubleSortedSet Double2FloatSortedMaps.Singleton.keySet()
           
 DoubleSortedSet Double2FloatSortedMaps.SynchronizedSortedMap.keySet()
           
 DoubleSortedSet Double2FloatSortedMaps.UnmodifiableSortedMap.keySet()
           
 DoubleSortedSet Double2ShortRBTreeMap.keySet()
          Returns a type-specific sorted set view of the keys contained in this map.
 DoubleSortedSet Double2LongSortedMap.keySet()
          Returns a sorted-set view of the keys contained in this map.
 DoubleSortedSet Double2DoubleSortedMap.keySet()
          Returns a sorted-set view of the keys contained in this map.
 DoubleSortedSet Double2DoubleSortedMaps.EmptySortedMap.keySet()
           
 DoubleSortedSet Double2DoubleSortedMaps.Singleton.keySet()
           
 DoubleSortedSet Double2DoubleSortedMaps.SynchronizedSortedMap.keySet()
           
 DoubleSortedSet Double2DoubleSortedMaps.UnmodifiableSortedMap.keySet()
           
 DoubleSortedSet Double2DoubleLinkedOpenHashMap.keySet()
           
 DoubleSortedSet Double2ReferenceSortedMap.keySet()
          Returns a sorted-set view of the keys contained in this map.
 DoubleSortedSet Double2ByteSortedMaps.EmptySortedMap.keySet()
           
 DoubleSortedSet Double2ByteSortedMaps.Singleton.keySet()
           
 DoubleSortedSet Double2ByteSortedMaps.SynchronizedSortedMap.keySet()
           
 DoubleSortedSet Double2ByteSortedMaps.UnmodifiableSortedMap.keySet()
           
 DoubleSortedSet Double2ByteRBTreeMap.keySet()
          Returns a type-specific sorted set view of the keys contained in this map.
 DoubleSortedSet AbstractDouble2CharSortedMap.keySet()
          Returns a type-specific-sorted-set view of the keys of this map.
 DoubleSortedSet Double2IntRBTreeMap.keySet()
          Returns a type-specific sorted set view of the keys contained in this map.
 DoubleSortedSet Double2ShortSortedMaps.EmptySortedMap.keySet()
           
 DoubleSortedSet Double2ShortSortedMaps.Singleton.keySet()
           
 DoubleSortedSet Double2ShortSortedMaps.SynchronizedSortedMap.keySet()
           
 DoubleSortedSet Double2ShortSortedMaps.UnmodifiableSortedMap.keySet()
           
 DoubleSortedSet AbstractDouble2ByteSortedMap.keySet()
          Returns a type-specific-sorted-set view of the keys of this map.
 DoubleSortedSet Double2ReferenceLinkedOpenHashMap.keySet()
           
 DoubleSortedSet AbstractDouble2FloatSortedMap.keySet()
          Returns a type-specific-sorted-set view of the keys of this map.
 DoubleSortedSet Double2IntSortedMap.keySet()
          Returns a sorted-set view of the keys contained in this map.
 DoubleSortedSet Double2LongAVLTreeMap.keySet()
          Returns a type-specific sorted set view of the keys contained in this map.
 DoubleSortedSet Double2ObjectLinkedOpenHashMap.keySet()
           
 DoubleSortedSet Double2DoubleRBTreeMap.keySet()
          Returns a type-specific sorted set view of the keys contained in this map.
 DoubleSortedSet Double2ObjectSortedMaps.EmptySortedMap.keySet()
           
 DoubleSortedSet Double2ObjectSortedMaps.Singleton.keySet()
           
 DoubleSortedSet Double2ObjectSortedMaps.SynchronizedSortedMap.keySet()
           
 DoubleSortedSet Double2ObjectSortedMaps.UnmodifiableSortedMap.keySet()
           
 DoubleSortedSet Double2IntLinkedOpenHashMap.keySet()
           
 DoubleSortedSet AbstractDouble2IntSortedMap.keySet()
          Returns a type-specific-sorted-set view of the keys of this map.
 DoubleSortedSet Double2CharAVLTreeMap.keySet()
          Returns a type-specific sorted set view of the keys contained in this map.
 DoubleSortedSet Double2ByteLinkedOpenHashMap.keySet()
           
 DoubleSortedSet AbstractDouble2ShortSortedMap.keySet()
          Returns a type-specific-sorted-set view of the keys of this map.
 DoubleSortedSet Double2CharSortedMaps.EmptySortedMap.keySet()
           
 DoubleSortedSet Double2CharSortedMaps.Singleton.keySet()
           
 DoubleSortedSet Double2CharSortedMaps.SynchronizedSortedMap.keySet()
           
 DoubleSortedSet Double2CharSortedMaps.UnmodifiableSortedMap.keySet()
           
 DoubleSortedSet Double2ByteSortedMap.keySet()
          Returns a sorted-set view of the keys contained in this map.
 DoubleSortedSet Double2CharSortedMap.keySet()
          Returns a sorted-set view of the keys contained in this map.
 DoubleSortedSet Double2ObjectRBTreeMap.keySet()
          Returns a type-specific sorted set view of the keys contained in this map.
 DoubleSortedSet Double2FloatRBTreeMap.keySet()
          Returns a type-specific sorted set view of the keys contained in this map.
 DoubleSortedSet Double2IntAVLTreeMap.keySet()
          Returns a type-specific sorted set view of the keys contained in this map.
 DoubleSortedSet Double2ByteAVLTreeMap.keySet()
          Returns a type-specific sorted set view of the keys contained in this map.
 DoubleSortedSet Double2LongLinkedOpenHashMap.keySet()
           
 DoubleSortedSet Double2FloatAVLTreeMap.keySet()
          Returns a type-specific sorted set view of the keys contained in this map.
 DoubleSortedSet Double2ShortSortedMap.keySet()
          Returns a sorted-set view of the keys contained in this map.
 DoubleSortedSet Double2ShortLinkedOpenHashMap.keySet()
           
 DoubleSortedSet Double2LongRBTreeMap.keySet()
          Returns a type-specific sorted set view of the keys contained in this map.
 DoubleSortedSet Double2CharRBTreeMap.keySet()
          Returns a type-specific sorted set view of the keys contained in this map.
 DoubleSortedSet Double2ReferenceSortedMaps.EmptySortedMap.keySet()
           
 DoubleSortedSet Double2ReferenceSortedMaps.Singleton.keySet()
           
 DoubleSortedSet Double2ReferenceSortedMaps.SynchronizedSortedMap.keySet()
           
 DoubleSortedSet Double2ReferenceSortedMaps.UnmodifiableSortedMap.keySet()
           
 DoubleSortedSet Double2BooleanAVLTreeMap.keySet()
          Returns a type-specific sorted set view of the keys contained in this map.
 DoubleSortedSet Double2LongSortedMaps.EmptySortedMap.keySet()
           
 DoubleSortedSet Double2LongSortedMaps.Singleton.keySet()
           
 DoubleSortedSet Double2LongSortedMaps.SynchronizedSortedMap.keySet()
           
 DoubleSortedSet Double2LongSortedMaps.UnmodifiableSortedMap.keySet()
           
 DoubleSortedSet Double2BooleanSortedMaps.EmptySortedMap.keySet()
           
 DoubleSortedSet Double2BooleanSortedMaps.Singleton.keySet()
           
 DoubleSortedSet Double2BooleanSortedMaps.SynchronizedSortedMap.keySet()
           
 DoubleSortedSet Double2BooleanSortedMaps.UnmodifiableSortedMap.keySet()
           
 DoubleSortedSet Double2BooleanLinkedOpenHashMap.keySet()
           
static DoubleSortedSet DoubleSortedSets.singleton(double element)
          Returns a type-specific immutable sorted set containing only the specified element.
static DoubleSortedSet DoubleSortedSets.singleton(double element, DoubleComparator comparator)
          Returns a type-specific immutable sorted set containing only the specified element, and using a specified comparator.
static DoubleSortedSet DoubleSortedSets.singleton(Object element)
          Returns a type-specific immutable sorted set containing only the specified element.
static DoubleSortedSet DoubleSortedSets.singleton(Object element, DoubleComparator comparator)
          Returns a type-specific immutable sorted set containing only the specified element, and using a specified comparator.
 DoubleSortedSet AbstractDouble2ReferenceSortedMap.KeySet.subSet(double from, double to)
           
 DoubleSortedSet AbstractDouble2DoubleSortedMap.KeySet.subSet(double from, double to)
           
 DoubleSortedSet AbstractDouble2BooleanSortedMap.KeySet.subSet(double from, double to)
           
 DoubleSortedSet DoubleSortedSets.EmptySet.subSet(double from, double to)
           
 DoubleSortedSet DoubleSortedSets.Singleton.subSet(double from, double to)
           
 DoubleSortedSet DoubleSortedSets.SynchronizedSortedSet.subSet(double from, double to)
           
 DoubleSortedSet DoubleSortedSets.UnmodifiableSortedSet.subSet(double from, double to)
           
 DoubleSortedSet AbstractDouble2LongSortedMap.KeySet.subSet(double from, double to)
           
 DoubleSortedSet DoubleSortedSet.subSet(double fromElement, double toElement)
           
 DoubleSortedSet AbstractDouble2ObjectSortedMap.KeySet.subSet(double from, double to)
           
 DoubleSortedSet DoubleRBTreeSet.subSet(double from, double to)
           
 DoubleSortedSet AbstractDouble2CharSortedMap.KeySet.subSet(double from, double to)
           
 DoubleSortedSet AbstractDouble2ByteSortedMap.KeySet.subSet(double from, double to)
           
 DoubleSortedSet AbstractDouble2FloatSortedMap.KeySet.subSet(double from, double to)
           
 DoubleSortedSet AbstractDouble2IntSortedMap.KeySet.subSet(double from, double to)
           
 DoubleSortedSet AbstractDouble2ShortSortedMap.KeySet.subSet(double from, double to)
           
 DoubleSortedSet DoubleLinkedOpenHashSet.subSet(double from, double to)
           
 DoubleSortedSet DoubleAVLTreeSet.subSet(double from, double to)
           
 DoubleSortedSet DoubleLinkedOpenCustomHashSet.subSet(double from, double to)
           
 DoubleSortedSet AbstractDoubleSortedSet.subSet(Double from, Double to)
          Delegates to the corresponding type-specific method.
 DoubleSortedSet DoubleSortedSets.EmptySet.subSet(Double from, Double to)
           
 DoubleSortedSet DoubleSortedSets.Singleton.subSet(Double from, Double to)
           
 DoubleSortedSet DoubleSortedSets.SynchronizedSortedSet.subSet(Double from, Double to)
           
 DoubleSortedSet DoubleSortedSets.UnmodifiableSortedSet.subSet(Double from, Double to)
           
 DoubleSortedSet DoubleSortedSet.subSet(Double fromElement, Double toElement)
          Returns a view of the portion of this sorted set whose elements range from fromElement, inclusive, to toElement, exclusive.
static DoubleSortedSet DoubleSortedSets.synchronize(DoubleSortedSet s)
          Returns a synchronized type-specific sorted set backed by the given type-specific sorted set.
static DoubleSortedSet DoubleSortedSets.synchronize(DoubleSortedSet s, Object sync)
          Returns a synchronized type-specific sorted set backed by the given type-specific sorted set, using an assigned object to synchronize.
 DoubleSortedSet AbstractDouble2ReferenceSortedMap.KeySet.tailSet(double from)
           
 DoubleSortedSet AbstractDouble2DoubleSortedMap.KeySet.tailSet(double from)
           
 DoubleSortedSet AbstractDouble2BooleanSortedMap.KeySet.tailSet(double from)
           
 DoubleSortedSet DoubleSortedSets.EmptySet.tailSet(double to)
           
 DoubleSortedSet DoubleSortedSets.Singleton.tailSet(double from)
           
 DoubleSortedSet DoubleSortedSets.SynchronizedSortedSet.tailSet(double from)
           
 DoubleSortedSet DoubleSortedSets.UnmodifiableSortedSet.tailSet(double from)
           
 DoubleSortedSet AbstractDouble2LongSortedMap.KeySet.tailSet(double from)
           
 DoubleSortedSet DoubleSortedSet.tailSet(double fromElement)
           
 DoubleSortedSet AbstractDouble2ObjectSortedMap.KeySet.tailSet(double from)
           
 DoubleSortedSet DoubleRBTreeSet.tailSet(double from)
           
 DoubleSortedSet AbstractDouble2CharSortedMap.KeySet.tailSet(double from)
           
 DoubleSortedSet AbstractDouble2ByteSortedMap.KeySet.tailSet(double from)
           
 DoubleSortedSet AbstractDouble2FloatSortedMap.KeySet.tailSet(double from)
           
 DoubleSortedSet AbstractDouble2IntSortedMap.KeySet.tailSet(double from)
           
 DoubleSortedSet AbstractDouble2ShortSortedMap.KeySet.tailSet(double from)
           
 DoubleSortedSet DoubleLinkedOpenHashSet.tailSet(double from)
           
 DoubleSortedSet DoubleAVLTreeSet.tailSet(double from)
           
 DoubleSortedSet DoubleLinkedOpenCustomHashSet.tailSet(double from)
           
 DoubleSortedSet AbstractDoubleSortedSet.tailSet(Double from)
          Delegates to the corresponding type-specific method.
 DoubleSortedSet DoubleSortedSets.EmptySet.tailSet(Double to)
           
 DoubleSortedSet DoubleSortedSets.Singleton.tailSet(Double from)
           
 DoubleSortedSet DoubleSortedSets.SynchronizedSortedSet.tailSet(Double from)
           
 DoubleSortedSet DoubleSortedSets.UnmodifiableSortedSet.tailSet(Double from)
           
 DoubleSortedSet DoubleSortedSet.tailSet(Double fromElement)
          Returns a view of the portion of this sorted set whose elements are greater than or equal to fromElement.
static DoubleSortedSet DoubleSortedSets.unmodifiable(DoubleSortedSet s)
          Returns an unmodifiable type-specific sorted set backed by the given type-specific sorted set.
 

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

Constructors in it.unimi.dsi.fastutil.doubles with parameters of type DoubleSortedSet
DoubleAVLTreeSet(DoubleSortedSet s)
          Creates a new tree set copying a given type-specific sorted set (and its Comparator).
DoubleRBTreeSet(DoubleSortedSet s)
          Creates a new tree set copying a given type-specific sorted set (and its Comparator).
DoubleSortedSets.SynchronizedSortedSet(DoubleSortedSet s)
           
DoubleSortedSets.SynchronizedSortedSet(DoubleSortedSet s, Object sync)
           
DoubleSortedSets.UnmodifiableSortedSet(DoubleSortedSet s)
           
 



Copyright © 2011. All Rights Reserved.