|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LongSortedSet | |
---|---|
it.unimi.dsi.fastutil.longs | Provides type-specific classes for long elements or keys. |
Uses of LongSortedSet in it.unimi.dsi.fastutil.longs |
---|
Classes in it.unimi.dsi.fastutil.longs that implement LongSortedSet | |
---|---|
protected class |
AbstractLong2BooleanSortedMap.KeySet
A wrapper exhibiting the keys of a map. |
protected class |
AbstractLong2ByteSortedMap.KeySet
A wrapper exhibiting the keys of a map. |
protected class |
AbstractLong2CharSortedMap.KeySet
A wrapper exhibiting the keys of a map. |
protected class |
AbstractLong2DoubleSortedMap.KeySet
A wrapper exhibiting the keys of a map. |
protected class |
AbstractLong2FloatSortedMap.KeySet
A wrapper exhibiting the keys of a map. |
protected class |
AbstractLong2IntSortedMap.KeySet
A wrapper exhibiting the keys of a map. |
protected class |
AbstractLong2LongSortedMap.KeySet
A wrapper exhibiting the keys of a map. |
protected class |
AbstractLong2ObjectSortedMap.KeySet
A wrapper exhibiting the keys of a map. |
protected class |
AbstractLong2ReferenceSortedMap.KeySet
A wrapper exhibiting the keys of a map. |
protected class |
AbstractLong2ShortSortedMap.KeySet
A wrapper exhibiting the keys of a map. |
class |
AbstractLongSortedSet
An abstract class providing basic methods for sorted sets implementing a type-specific interface. |
class |
LongAVLTreeSet
A type-specific AVL tree set with a fast, small-footprint implementation. |
class |
LongLinkedOpenCustomHashSet
A type-specific linked hash set with with a fast, small-footprint implementation. |
class |
LongLinkedOpenHashSet
A type-specific linked hash set with with a fast, small-footprint implementation. |
class |
LongRBTreeSet
A type-specific red-black tree set with a fast, small-footprint implementation. |
static class |
LongSortedSets.EmptySet
An immutable class representing the empty sorted set and implementing a type-specific set interface. |
static class |
LongSortedSets.Singleton
A class representing a singleton sorted set. |
static class |
LongSortedSets.SynchronizedSortedSet
A synchronized wrapper class for sorted sets. |
static class |
LongSortedSets.UnmodifiableSortedSet
An unmodifiable wrapper class for sorted sets. |
Fields in it.unimi.dsi.fastutil.longs declared as LongSortedSet | |
---|---|
protected LongSortedSet |
Long2ReferenceLinkedOpenHashMap.keys
Cached set of keys. |
protected LongSortedSet |
Long2ShortLinkedOpenHashMap.keys
Cached set of keys. |
protected LongSortedSet |
Long2CharAVLTreeMap.keys
Cached set of keys. |
protected LongSortedSet |
Long2IntLinkedOpenHashMap.keys
Cached set of keys. |
protected LongSortedSet |
Long2ByteAVLTreeMap.keys
Cached set of keys. |
protected LongSortedSet |
Long2DoubleLinkedOpenHashMap.keys
Cached set of keys. |
protected LongSortedSet |
Long2ObjectLinkedOpenHashMap.keys
Cached set of keys. |
protected LongSortedSet |
Long2FloatAVLTreeMap.keys
Cached set of keys. |
protected LongSortedSet |
Long2ReferenceRBTreeMap.keys
Cached set of keys. |
protected LongSortedSet |
Long2ReferenceAVLTreeMap.keys
Cached set of keys. |
protected LongSortedSet |
Long2ByteLinkedOpenHashMap.keys
Cached set of keys. |
protected LongSortedSet |
Long2LongLinkedOpenHashMap.keys
Cached set of keys. |
protected LongSortedSet |
Long2FloatRBTreeMap.keys
Cached set of keys. |
protected LongSortedSet |
Long2ObjectAVLTreeMap.keys
Cached set of keys. |
protected LongSortedSet |
Long2IntAVLTreeMap.keys
Cached set of keys. |
protected LongSortedSet |
Long2ByteRBTreeMap.keys
Cached set of keys. |
protected LongSortedSet |
Long2BooleanAVLTreeMap.keys
Cached set of keys. |
protected LongSortedSet |
Long2CharRBTreeMap.keys
Cached set of keys. |
protected LongSortedSet |
Long2ShortRBTreeMap.keys
Cached set of keys. |
protected LongSortedSet |
Long2ObjectRBTreeMap.keys
Cached set of keys. |
protected LongSortedSet |
Long2CharLinkedOpenHashMap.keys
Cached set of keys. |
protected LongSortedSet |
Long2BooleanRBTreeMap.keys
Cached set of keys. |
protected LongSortedSet |
Long2ShortAVLTreeMap.keys
Cached set of keys. |
protected LongSortedSet |
Long2LongAVLTreeMap.keys
Cached set of keys. |
protected LongSortedSet |
Long2DoubleAVLTreeMap.keys
Cached set of keys. |
protected LongSortedSet |
Long2FloatLinkedOpenHashMap.keys
Cached set of keys. |
protected LongSortedSet |
Long2LongRBTreeMap.keys
Cached set of keys. |
protected LongSortedSet |
Long2DoubleRBTreeMap.keys
Cached set of keys. |
protected LongSortedSet |
Long2BooleanLinkedOpenHashMap.keys
Cached set of keys. |
protected LongSortedSet |
Long2IntRBTreeMap.keys
Cached set of keys. |
protected LongSortedSet |
LongSortedSets.SynchronizedSortedSet.sortedSet
|
protected LongSortedSet |
LongSortedSets.UnmodifiableSortedSet.sortedSet
|
Methods in it.unimi.dsi.fastutil.longs that return LongSortedSet | |
---|---|
LongSortedSet |
AbstractLong2ObjectSortedMap.KeySet.headSet(long to)
|
LongSortedSet |
AbstractLong2ReferenceSortedMap.KeySet.headSet(long to)
|
LongSortedSet |
AbstractLong2DoubleSortedMap.KeySet.headSet(long to)
|
LongSortedSet |
AbstractLong2CharSortedMap.KeySet.headSet(long to)
|
LongSortedSet |
LongLinkedOpenHashSet.headSet(long to)
|
LongSortedSet |
LongAVLTreeSet.headSet(long to)
|
LongSortedSet |
LongSortedSets.EmptySet.headSet(long from)
|
LongSortedSet |
LongSortedSets.Singleton.headSet(long to)
|
LongSortedSet |
LongSortedSets.SynchronizedSortedSet.headSet(long to)
|
LongSortedSet |
LongSortedSets.UnmodifiableSortedSet.headSet(long to)
|
LongSortedSet |
AbstractLong2FloatSortedMap.KeySet.headSet(long to)
|
LongSortedSet |
LongLinkedOpenCustomHashSet.headSet(long to)
|
LongSortedSet |
AbstractLong2ShortSortedMap.KeySet.headSet(long to)
|
LongSortedSet |
AbstractLong2ByteSortedMap.KeySet.headSet(long to)
|
LongSortedSet |
AbstractLong2BooleanSortedMap.KeySet.headSet(long to)
|
LongSortedSet |
AbstractLong2LongSortedMap.KeySet.headSet(long to)
|
LongSortedSet |
AbstractLong2IntSortedMap.KeySet.headSet(long to)
|
LongSortedSet |
LongRBTreeSet.headSet(long to)
|
LongSortedSet |
LongSortedSet.headSet(long toElement)
|
LongSortedSet |
AbstractLongSortedSet.headSet(Long to)
Delegates to the corresponding type-specific method. |
LongSortedSet |
LongSortedSets.EmptySet.headSet(Long from)
|
LongSortedSet |
LongSortedSets.Singleton.headSet(Long to)
|
LongSortedSet |
LongSortedSets.SynchronizedSortedSet.headSet(Long to)
|
LongSortedSet |
LongSortedSets.UnmodifiableSortedSet.headSet(Long to)
|
LongSortedSet |
LongSortedSet.headSet(Long toElement)
Returns a view of the portion of this sorted set whose elements are strictly less than toElement . |
LongSortedSet |
Long2ReferenceSortedMaps.EmptySortedMap.keySet()
|
LongSortedSet |
Long2ReferenceSortedMaps.Singleton.keySet()
|
LongSortedSet |
Long2ReferenceSortedMaps.SynchronizedSortedMap.keySet()
|
LongSortedSet |
Long2ReferenceSortedMaps.UnmodifiableSortedMap.keySet()
|
LongSortedSet |
AbstractLong2ObjectSortedMap.keySet()
Returns a type-specific-sorted-set view of the keys of this map. |
LongSortedSet |
AbstractLong2ReferenceSortedMap.keySet()
Returns a type-specific-sorted-set view of the keys of this map. |
LongSortedSet |
AbstractLong2DoubleSortedMap.keySet()
Returns a type-specific-sorted-set view of the keys of this map. |
LongSortedSet |
Long2ReferenceLinkedOpenHashMap.keySet()
|
LongSortedSet |
Long2ShortLinkedOpenHashMap.keySet()
|
LongSortedSet |
Long2FloatSortedMaps.EmptySortedMap.keySet()
|
LongSortedSet |
Long2FloatSortedMaps.Singleton.keySet()
|
LongSortedSet |
Long2FloatSortedMaps.SynchronizedSortedMap.keySet()
|
LongSortedSet |
Long2FloatSortedMaps.UnmodifiableSortedMap.keySet()
|
LongSortedSet |
Long2CharAVLTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map. |
LongSortedSet |
Long2ReferenceSortedMap.keySet()
Returns a sorted-set view of the keys contained in this map. |
LongSortedSet |
AbstractLong2CharSortedMap.keySet()
Returns a type-specific-sorted-set view of the keys of this map. |
LongSortedSet |
Long2IntLinkedOpenHashMap.keySet()
|
LongSortedSet |
Long2IntSortedMap.keySet()
Returns a sorted-set view of the keys contained in this map. |
LongSortedSet |
Long2CharSortedMap.keySet()
Returns a sorted-set view of the keys contained in this map. |
LongSortedSet |
Long2ByteAVLTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map. |
LongSortedSet |
Long2BooleanSortedMap.keySet()
Returns a sorted-set view of the keys contained in this map. |
LongSortedSet |
Long2ObjectSortedMaps.EmptySortedMap.keySet()
|
LongSortedSet |
Long2ObjectSortedMaps.Singleton.keySet()
|
LongSortedSet |
Long2ObjectSortedMaps.SynchronizedSortedMap.keySet()
|
LongSortedSet |
Long2ObjectSortedMaps.UnmodifiableSortedMap.keySet()
|
LongSortedSet |
Long2DoubleLinkedOpenHashMap.keySet()
|
LongSortedSet |
Long2ObjectLinkedOpenHashMap.keySet()
|
LongSortedSet |
Long2FloatAVLTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map. |
LongSortedSet |
Long2ReferenceRBTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map. |
LongSortedSet |
Long2LongSortedMap.keySet()
Returns a sorted-set view of the keys contained in this map. |
LongSortedSet |
Long2DoubleSortedMaps.EmptySortedMap.keySet()
|
LongSortedSet |
Long2DoubleSortedMaps.Singleton.keySet()
|
LongSortedSet |
Long2DoubleSortedMaps.SynchronizedSortedMap.keySet()
|
LongSortedSet |
Long2DoubleSortedMaps.UnmodifiableSortedMap.keySet()
|
LongSortedSet |
AbstractLong2FloatSortedMap.keySet()
Returns a type-specific-sorted-set view of the keys of this map. |
LongSortedSet |
Long2IntSortedMaps.EmptySortedMap.keySet()
|
LongSortedSet |
Long2IntSortedMaps.Singleton.keySet()
|
LongSortedSet |
Long2IntSortedMaps.SynchronizedSortedMap.keySet()
|
LongSortedSet |
Long2IntSortedMaps.UnmodifiableSortedMap.keySet()
|
LongSortedSet |
Long2ReferenceAVLTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map. |
LongSortedSet |
Long2BooleanSortedMaps.EmptySortedMap.keySet()
|
LongSortedSet |
Long2BooleanSortedMaps.Singleton.keySet()
|
LongSortedSet |
Long2BooleanSortedMaps.SynchronizedSortedMap.keySet()
|
LongSortedSet |
Long2BooleanSortedMaps.UnmodifiableSortedMap.keySet()
|
LongSortedSet |
Long2ByteLinkedOpenHashMap.keySet()
|
LongSortedSet |
Long2LongLinkedOpenHashMap.keySet()
|
LongSortedSet |
Long2FloatRBTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map. |
LongSortedSet |
Long2ObjectAVLTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map. |
LongSortedSet |
Long2IntAVLTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map. |
LongSortedSet |
Long2CharSortedMaps.EmptySortedMap.keySet()
|
LongSortedSet |
Long2CharSortedMaps.Singleton.keySet()
|
LongSortedSet |
Long2CharSortedMaps.SynchronizedSortedMap.keySet()
|
LongSortedSet |
Long2CharSortedMaps.UnmodifiableSortedMap.keySet()
|
LongSortedSet |
Long2ByteRBTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map. |
LongSortedSet |
Long2ShortSortedMap.keySet()
Returns a sorted-set view of the keys contained in this map. |
LongSortedSet |
Long2BooleanAVLTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map. |
LongSortedSet |
Long2CharRBTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map. |
LongSortedSet |
Long2FloatSortedMap.keySet()
Returns a sorted-set view of the keys contained in this map. |
LongSortedSet |
Long2ShortRBTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map. |
LongSortedSet |
Long2ObjectSortedMap.keySet()
Returns a sorted-set view of the keys contained in this map. |
LongSortedSet |
Long2ObjectRBTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map. |
LongSortedSet |
AbstractLong2ShortSortedMap.keySet()
Returns a type-specific-sorted-set view of the keys of this map. |
LongSortedSet |
Long2CharLinkedOpenHashMap.keySet()
|
LongSortedSet |
Long2LongSortedMaps.EmptySortedMap.keySet()
|
LongSortedSet |
Long2LongSortedMaps.Singleton.keySet()
|
LongSortedSet |
Long2LongSortedMaps.SynchronizedSortedMap.keySet()
|
LongSortedSet |
Long2LongSortedMaps.UnmodifiableSortedMap.keySet()
|
LongSortedSet |
AbstractLong2ByteSortedMap.keySet()
Returns a type-specific-sorted-set view of the keys of this map. |
LongSortedSet |
Long2BooleanRBTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map. |
LongSortedSet |
AbstractLong2BooleanSortedMap.keySet()
Returns a type-specific-sorted-set view of the keys of this map. |
LongSortedSet |
Long2ShortAVLTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map. |
LongSortedSet |
AbstractLong2LongSortedMap.keySet()
Returns a type-specific-sorted-set view of the keys of this map. |
LongSortedSet |
Long2ByteSortedMap.keySet()
Returns a sorted-set view of the keys contained in this map. |
LongSortedSet |
AbstractLong2IntSortedMap.keySet()
Returns a type-specific-sorted-set view of the keys of this map. |
LongSortedSet |
Long2ByteSortedMaps.EmptySortedMap.keySet()
|
LongSortedSet |
Long2ByteSortedMaps.Singleton.keySet()
|
LongSortedSet |
Long2ByteSortedMaps.SynchronizedSortedMap.keySet()
|
LongSortedSet |
Long2ByteSortedMaps.UnmodifiableSortedMap.keySet()
|
LongSortedSet |
Long2LongAVLTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map. |
LongSortedSet |
Long2DoubleAVLTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map. |
LongSortedSet |
Long2FloatLinkedOpenHashMap.keySet()
|
LongSortedSet |
Long2ShortSortedMaps.EmptySortedMap.keySet()
|
LongSortedSet |
Long2ShortSortedMaps.Singleton.keySet()
|
LongSortedSet |
Long2ShortSortedMaps.SynchronizedSortedMap.keySet()
|
LongSortedSet |
Long2ShortSortedMaps.UnmodifiableSortedMap.keySet()
|
LongSortedSet |
Long2LongRBTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map. |
LongSortedSet |
Long2DoubleSortedMap.keySet()
Returns a sorted-set view of the keys contained in this map. |
LongSortedSet |
Long2DoubleRBTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map. |
LongSortedSet |
Long2BooleanLinkedOpenHashMap.keySet()
|
LongSortedSet |
Long2IntRBTreeMap.keySet()
Returns a type-specific sorted set view of the keys contained in this map. |
static LongSortedSet |
LongSortedSets.singleton(long element)
Returns a type-specific immutable sorted set containing only the specified element. |
static LongSortedSet |
LongSortedSets.singleton(long element,
LongComparator comparator)
Returns a type-specific immutable sorted set containing only the specified element, and using a specified comparator. |
static LongSortedSet |
LongSortedSets.singleton(Object element)
Returns a type-specific immutable sorted set containing only the specified element. |
static LongSortedSet |
LongSortedSets.singleton(Object element,
LongComparator comparator)
Returns a type-specific immutable sorted set containing only the specified element, and using a specified comparator. |
LongSortedSet |
AbstractLong2ObjectSortedMap.KeySet.subSet(long from,
long to)
|
LongSortedSet |
AbstractLong2ReferenceSortedMap.KeySet.subSet(long from,
long to)
|
LongSortedSet |
AbstractLong2DoubleSortedMap.KeySet.subSet(long from,
long to)
|
LongSortedSet |
AbstractLong2CharSortedMap.KeySet.subSet(long from,
long to)
|
LongSortedSet |
LongLinkedOpenHashSet.subSet(long from,
long to)
|
LongSortedSet |
LongAVLTreeSet.subSet(long from,
long to)
|
LongSortedSet |
LongSortedSets.EmptySet.subSet(long from,
long to)
|
LongSortedSet |
LongSortedSets.Singleton.subSet(long from,
long to)
|
LongSortedSet |
LongSortedSets.SynchronizedSortedSet.subSet(long from,
long to)
|
LongSortedSet |
LongSortedSets.UnmodifiableSortedSet.subSet(long from,
long to)
|
LongSortedSet |
AbstractLong2FloatSortedMap.KeySet.subSet(long from,
long to)
|
LongSortedSet |
LongLinkedOpenCustomHashSet.subSet(long from,
long to)
|
LongSortedSet |
AbstractLong2ShortSortedMap.KeySet.subSet(long from,
long to)
|
LongSortedSet |
AbstractLong2ByteSortedMap.KeySet.subSet(long from,
long to)
|
LongSortedSet |
AbstractLong2BooleanSortedMap.KeySet.subSet(long from,
long to)
|
LongSortedSet |
AbstractLong2LongSortedMap.KeySet.subSet(long from,
long to)
|
LongSortedSet |
AbstractLong2IntSortedMap.KeySet.subSet(long from,
long to)
|
LongSortedSet |
LongRBTreeSet.subSet(long from,
long to)
|
LongSortedSet |
LongSortedSet.subSet(long fromElement,
long toElement)
|
LongSortedSet |
AbstractLongSortedSet.subSet(Long from,
Long to)
Delegates to the corresponding type-specific method. |
LongSortedSet |
LongSortedSets.EmptySet.subSet(Long from,
Long to)
|
LongSortedSet |
LongSortedSets.Singleton.subSet(Long from,
Long to)
|
LongSortedSet |
LongSortedSets.SynchronizedSortedSet.subSet(Long from,
Long to)
|
LongSortedSet |
LongSortedSets.UnmodifiableSortedSet.subSet(Long from,
Long to)
|
LongSortedSet |
LongSortedSet.subSet(Long fromElement,
Long toElement)
Returns a view of the portion of this sorted set whose elements range from fromElement , inclusive, to toElement , exclusive. |
static LongSortedSet |
LongSortedSets.synchronize(LongSortedSet s)
Returns a synchronized type-specific sorted set backed by the given type-specific sorted set. |
static LongSortedSet |
LongSortedSets.synchronize(LongSortedSet s,
Object sync)
Returns a synchronized type-specific sorted set backed by the given type-specific sorted set, using an assigned object to synchronize. |
LongSortedSet |
AbstractLong2ObjectSortedMap.KeySet.tailSet(long from)
|
LongSortedSet |
AbstractLong2ReferenceSortedMap.KeySet.tailSet(long from)
|
LongSortedSet |
AbstractLong2DoubleSortedMap.KeySet.tailSet(long from)
|
LongSortedSet |
AbstractLong2CharSortedMap.KeySet.tailSet(long from)
|
LongSortedSet |
LongLinkedOpenHashSet.tailSet(long from)
|
LongSortedSet |
LongAVLTreeSet.tailSet(long from)
|
LongSortedSet |
LongSortedSets.EmptySet.tailSet(long to)
|
LongSortedSet |
LongSortedSets.Singleton.tailSet(long from)
|
LongSortedSet |
LongSortedSets.SynchronizedSortedSet.tailSet(long from)
|
LongSortedSet |
LongSortedSets.UnmodifiableSortedSet.tailSet(long from)
|
LongSortedSet |
AbstractLong2FloatSortedMap.KeySet.tailSet(long from)
|
LongSortedSet |
LongLinkedOpenCustomHashSet.tailSet(long from)
|
LongSortedSet |
AbstractLong2ShortSortedMap.KeySet.tailSet(long from)
|
LongSortedSet |
AbstractLong2ByteSortedMap.KeySet.tailSet(long from)
|
LongSortedSet |
AbstractLong2BooleanSortedMap.KeySet.tailSet(long from)
|
LongSortedSet |
AbstractLong2LongSortedMap.KeySet.tailSet(long from)
|
LongSortedSet |
AbstractLong2IntSortedMap.KeySet.tailSet(long from)
|
LongSortedSet |
LongRBTreeSet.tailSet(long from)
|
LongSortedSet |
LongSortedSet.tailSet(long fromElement)
|
LongSortedSet |
AbstractLongSortedSet.tailSet(Long from)
Delegates to the corresponding type-specific method. |
LongSortedSet |
LongSortedSets.EmptySet.tailSet(Long to)
|
LongSortedSet |
LongSortedSets.Singleton.tailSet(Long from)
|
LongSortedSet |
LongSortedSets.SynchronizedSortedSet.tailSet(Long from)
|
LongSortedSet |
LongSortedSets.UnmodifiableSortedSet.tailSet(Long from)
|
LongSortedSet |
LongSortedSet.tailSet(Long fromElement)
Returns a view of the portion of this sorted set whose elements are greater than or equal to fromElement . |
static LongSortedSet |
LongSortedSets.unmodifiable(LongSortedSet s)
Returns an unmodifiable type-specific sorted set backed by the given type-specific sorted set. |
Methods in it.unimi.dsi.fastutil.longs with parameters of type LongSortedSet | |
---|---|
static LongSortedSet |
LongSortedSets.synchronize(LongSortedSet s)
Returns a synchronized type-specific sorted set backed by the given type-specific sorted set. |
static LongSortedSet |
LongSortedSets.synchronize(LongSortedSet 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 LongSortedSet |
LongSortedSets.unmodifiable(LongSortedSet s)
Returns an unmodifiable type-specific sorted set backed by the given type-specific sorted set. |
Constructors in it.unimi.dsi.fastutil.longs with parameters of type LongSortedSet | |
---|---|
LongAVLTreeSet(LongSortedSet s)
Creates a new tree set copying a given type-specific sorted set (and its Comparator ). |
|
LongRBTreeSet(LongSortedSet s)
Creates a new tree set copying a given type-specific sorted set (and its Comparator ). |
|
LongSortedSets.SynchronizedSortedSet(LongSortedSet s)
|
|
LongSortedSets.SynchronizedSortedSet(LongSortedSet s,
Object sync)
|
|
LongSortedSets.UnmodifiableSortedSet(LongSortedSet s)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |