| Package | Description |
|---|---|
| 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 |
| Modifier and Type | Class and Description |
|---|---|
protected class |
AbstractInt2ObjectSortedMap.ValuesCollection
A wrapper exhibiting the values of a map.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
AbstractLong2ObjectSortedMap.ValuesCollection
A wrapper exhibiting the values of a map.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractObjectList<K>
An abstract class providing basic methods for lists implementing a type-specific list interface.
|
static class |
AbstractObjectList.ObjectSubList<K> |
class |
AbstractObjectSet<K>
An abstract class providing basic methods for sets implementing a type-specific interface.
|
class |
AbstractObjectSortedSet<K>
An abstract class providing basic methods for sorted sets implementing a type-specific interface.
|
class |
ObjectArrayList<K>
A type-specific array-based list; provides some additional methods that use polymorphism to avoid (un)boxing.
|
class |
ObjectArraySet<K>
A simple, brute-force implementation of a set based on a backing array.
|
static class |
ObjectCollections.EmptyCollection<K>
An immutable class representing an empty type-specific collection.
|
static class |
ObjectCollections.IterableCollection<K>
A collection wrapper class for iterables.
|
static class |
ObjectSets.EmptySet<K>
An immutable class representing the empty set and implementing a type-specific set interface.
|
static class |
ObjectSets.Singleton<K>
An immutable class representing a type-specific singleton set.
|
static class |
ObjectSortedSets.EmptySet<K>
An immutable class representing the empty sorted set and implementing a type-specific set interface.
|
static class |
ObjectSortedSets.Singleton<K>
A class representing a singleton sorted set.
|
Copyright © 2016. All rights reserved.