| Package | Description |
|---|---|
| it.unimi.dsi.fastutil.chars |
Provides type-specific classes for character elements or keys.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CharSortedSet
A type-specific
SortedSet; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Modifier and Type | Class and Description |
|---|---|
protected class |
AbstractChar2BooleanSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected class |
AbstractChar2ByteSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected class |
AbstractChar2CharSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected class |
AbstractChar2DoubleSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected class |
AbstractChar2FloatSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected class |
AbstractChar2IntSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected class |
AbstractChar2LongSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected class |
AbstractChar2ObjectSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected class |
AbstractChar2ReferenceSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected class |
AbstractChar2ShortSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
class |
AbstractCharSortedSet
An abstract class providing basic methods for sorted sets implementing a type-specific interface.
|
class |
CharAVLTreeSet
A type-specific AVL tree set with a fast, small-footprint implementation.
|
class |
CharLinkedOpenCustomHashSet
A type-specific linked hash set with with a fast, small-footprint implementation.
|
class |
CharLinkedOpenHashSet
A type-specific linked hash set with with a fast, small-footprint implementation.
|
class |
CharRBTreeSet
A type-specific red-black tree set with a fast, small-footprint implementation.
|
static class |
CharSortedSets.EmptySet
An immutable class representing the empty sorted set and implementing a type-specific set interface.
|
static class |
CharSortedSets.Singleton
A class representing a singleton sorted set.
|
static class |
CharSortedSets.SynchronizedSortedSet
A synchronized wrapper class for sorted sets.
|
static class |
CharSortedSets.UnmodifiableSortedSet
An unmodifiable wrapper class for sorted sets.
|
Copyright © 2020. All rights reserved.