| Package | Description |
|---|---|
| it.unimi.dsi.fastutil.bytes |
Provides type-specific classes for byte elements or keys.
|
| it.unimi.dsi.fastutil.chars |
Provides type-specific classes for character elements or keys.
|
| it.unimi.dsi.fastutil.ints |
Provides type-specific classes for integer elements or keys.
|
| it.unimi.dsi.fastutil.longs |
Provides type-specific classes for long elements or keys.
|
| it.unimi.dsi.fastutil.objects |
Provides type-specific classes for object elements or keys.
|
| it.unimi.dsi.fastutil.shorts |
Provides type-specific classes for short elements or keys.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ByteArrayFrontCodedList
Compact storage of lists of arrays using front coding.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CharArrayFrontCodedList
Compact storage of lists of arrays using front coding.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IntArrayFrontCodedList
Compact storage of lists of arrays using front coding.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LongArrayFrontCodedList
Compact storage of lists of arrays using front coding.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractObjectList.ObjectSubList<K>
A class implementing a sublist view.
|
class |
ObjectArrayList<K>
A type-specific array-based list; provides some additional methods that use polymorphism to avoid (un)boxing.
|
static class |
ObjectLists.Singleton<K>
An immutable class representing a type-specific singleton list.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ShortArrayFrontCodedList
Compact storage of lists of arrays using front coding.
|
Copyright © 2020. All rights reserved.