| Package | Description |
|---|---|
| it.unimi.dsi.fastutil.shorts |
Provides type-specific classes for short elements or keys.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractShortBigList
An abstract class providing basic methods for big lists implementing a type-specific big list interface.
|
static class |
AbstractShortBigList.ShortSubList
A class implementing a sublist view.
|
class |
AbstractShortList
An abstract class providing basic methods for lists implementing a type-specific list interface.
|
static class |
AbstractShortList.ShortSubList
A class implementing a sublist view.
|
class |
AbstractShortStack
Deprecated.
As of fastutil 8 this class is no longer necessary, as its previous abstract
methods are now default methods of the type-specific interface.
|
class |
ShortArrayList
A type-specific array-based list; provides some additional methods that use polymorphism to avoid (un)boxing.
|
class |
ShortBigArrayBigList
A type-specific big list based on a big array; provides some additional methods that use polymorphism to avoid (un)boxing.
|
static class |
ShortBigLists.ListBigList
A class exposing a list as a big list.
|
static class |
ShortBigLists.Singleton
An immutable class representing a type-specific singleton big list.
|
static class |
ShortLists.Singleton
An immutable class representing a type-specific singleton list.
|
Copyright © 2020. All rights reserved.