| Package | Description |
|---|---|
| it.unimi.dsi.fastutil.longs |
Provides type-specific classes for long elements or keys.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
LongSortedSet
A type-specific
SortedSet; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Modifier and Type | Class and Description |
|---|---|
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.
|
Copyright © 2020. All rights reserved.