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