| 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 | Interface and Description |
|---|---|
static interface |
Int2ObjectMap.FastEntrySet<V>
An entry set providing fast iteration.
|
static interface |
Int2ObjectSortedMap.FastSortedEntrySet<V>
A sorted entry set providing fast iteration.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
AbstractInt2ObjectSortedMap.ValuesCollection
A wrapper exhibiting the values of a map.
|
| Modifier and Type | Field and Description |
|---|---|
protected ObjectCollection<V> |
Int2ObjectOpenHashMap.values
Cached collection of values.
|
protected ObjectCollection<V> |
Int2ObjectOpenCustomHashMap.values
Cached collection of values.
|
protected ObjectCollection<V> |
Int2ObjectMaps.Singleton.values |
protected ObjectCollection<V> |
Int2ObjectMaps.SynchronizedMap.values |
protected ObjectCollection<V> |
Int2ObjectMaps.UnmodifiableMap.values |
protected ObjectCollection<V> |
Int2ObjectLinkedOpenHashMap.values
Cached collection of values.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectCollection<V> |
Int2ObjectSortedMap.values()
Returns a set view of the values contained in this map.
|
ObjectCollection<V> |
Int2ObjectOpenHashMap.values() |
ObjectCollection<V> |
Int2ObjectOpenCustomHashMap.values() |
ObjectCollection<V> |
Int2ObjectMaps.EmptyMap.values() |
ObjectCollection<V> |
Int2ObjectMaps.Singleton.values() |
ObjectCollection<V> |
Int2ObjectMaps.SynchronizedMap.values() |
ObjectCollection<V> |
Int2ObjectMaps.UnmodifiableMap.values() |
ObjectCollection<V> |
Int2ObjectMap.values()
Returns a set view of the values contained in this map.
|
ObjectCollection<V> |
Int2ObjectLinkedOpenHashMap.values() |
ObjectCollection<V> |
Int2ObjectArrayMap.values() |
ObjectCollection<V> |
AbstractInt2ObjectSortedMap.values()
Returns a type-specific collection view of the values contained in this map.
|
ObjectCollection<V> |
AbstractInt2ObjectMap.values()
Returns a type-specific-set view of the values of this map.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Long2ObjectMap.FastEntrySet<V>
An entry set providing fast iteration.
|
static interface |
Long2ObjectSortedMap.FastSortedEntrySet<V>
A sorted entry set providing fast iteration.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
AbstractLong2ObjectSortedMap.ValuesCollection
A wrapper exhibiting the values of a map.
|
| Modifier and Type | Field and Description |
|---|---|
protected ObjectCollection<V> |
Long2ObjectOpenHashMap.values
Cached collection of values.
|
protected ObjectCollection<V> |
Long2ObjectOpenCustomHashMap.values
Cached collection of values.
|
protected ObjectCollection<V> |
Long2ObjectMaps.Singleton.values |
protected ObjectCollection<V> |
Long2ObjectMaps.SynchronizedMap.values |
protected ObjectCollection<V> |
Long2ObjectMaps.UnmodifiableMap.values |
protected ObjectCollection<V> |
Long2ObjectLinkedOpenHashMap.values
Cached collection of values.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectCollection<V> |
Long2ObjectSortedMap.values()
Returns a set view of the values contained in this map.
|
ObjectCollection<V> |
Long2ObjectOpenHashMap.values() |
ObjectCollection<V> |
Long2ObjectOpenCustomHashMap.values() |
ObjectCollection<V> |
Long2ObjectMaps.EmptyMap.values() |
ObjectCollection<V> |
Long2ObjectMaps.Singleton.values() |
ObjectCollection<V> |
Long2ObjectMaps.SynchronizedMap.values() |
ObjectCollection<V> |
Long2ObjectMaps.UnmodifiableMap.values() |
ObjectCollection<V> |
Long2ObjectMap.values()
Returns a set view of the values contained in this map.
|
ObjectCollection<V> |
Long2ObjectLinkedOpenHashMap.values() |
ObjectCollection<V> |
Long2ObjectArrayMap.values() |
ObjectCollection<V> |
AbstractLong2ObjectSortedMap.values()
Returns a type-specific collection view of the values contained in this map.
|
ObjectCollection<V> |
AbstractLong2ObjectMap.values()
Returns a type-specific-set view of the values of this map.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ObjectList<K>
A type-specific
List; provides some additional methods that use polymorphism to avoid (un)boxing. |
interface |
ObjectSet<K>
A type-specific
Set; provides some additional methods that use polymorphism to avoid (un)boxing. |
interface |
ObjectSortedSet<K>
A type-specific
SortedSet; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractObjectCollection<K>
An abstract class providing basic methods for collections implementing a type-specific interface.
|
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 |
ObjectCollections.SynchronizedCollection<K>
A synchronized wrapper class for collections.
|
static class |
ObjectCollections.UnmodifiableCollection<K>
An unmodifiable wrapper class for collections.
|
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 |
ObjectSets.SynchronizedSet<K>
A synchronized wrapper class for sets.
|
static class |
ObjectSets.UnmodifiableSet<K>
An unmodifiable wrapper class for sets.
|
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.
|
static class |
ObjectSortedSets.SynchronizedSortedSet<K>
A synchronized wrapper class for sorted sets.
|
static class |
ObjectSortedSets.UnmodifiableSortedSet<K>
An unmodifiable wrapper class for sorted sets.
|
| Modifier and Type | Field and Description |
|---|---|
protected ObjectCollection<K> |
ObjectCollections.SynchronizedCollection.collection |
protected ObjectCollection<K> |
ObjectCollections.UnmodifiableCollection.collection |
| Modifier and Type | Method and Description |
|---|---|
static <K> ObjectCollection<K> |
ObjectCollections.asCollection(ObjectIterable<K> iterable)
Returns an unmodifiable collection backed by the specified iterable.
|
static <K> ObjectCollection<K> |
ObjectCollections.synchronize(ObjectCollection<K> c)
Returns a synchronized collection backed by the specified collection.
|
static <K> ObjectCollection<K> |
ObjectCollections.synchronize(ObjectCollection<K> c,
Object sync)
Returns a synchronized collection backed by the specified collection, using an assigned object to synchronize.
|
static <K> ObjectCollection<K> |
ObjectCollections.unmodifiable(ObjectCollection<K> c)
Returns an unmodifiable collection backed by the specified collection.
|
| Modifier and Type | Method and Description |
|---|---|
static <K> int |
ObjectIterators.pour(Iterator<K> i,
ObjectCollection<? super K> s)
Pours an iterator into a type-specific collection.
|
static <K> int |
ObjectIterators.pour(Iterator<K> i,
ObjectCollection<? super K> s,
int max)
Pours an iterator into a type-specific collection, with a limit on the number of elements.
|
static <K> ObjectCollection<K> |
ObjectCollections.synchronize(ObjectCollection<K> c)
Returns a synchronized collection backed by the specified collection.
|
static <K> ObjectCollection<K> |
ObjectCollections.synchronize(ObjectCollection<K> c,
Object sync)
Returns a synchronized collection backed by the specified collection, using an assigned object to synchronize.
|
static <K> ObjectCollection<K> |
ObjectCollections.unmodifiable(ObjectCollection<K> c)
Returns an unmodifiable collection backed by the specified collection.
|
static <K> long |
ObjectIterators.unwrap(Iterator<K> i,
ObjectCollection<? super K> c)
Unwraps an iterator into a type-specific collection.
|
static <K> int |
ObjectIterators.unwrap(Iterator<K> i,
ObjectCollection<? super K> c,
int max)
Unwraps an iterator into a type-specific collection, with a limit on the number of elements.
|
| Constructor and Description |
|---|
ObjectArrayList(ObjectCollection<? extends K> c)
Creates a new array list and fills it with a given type-specific collection.
|
ObjectArraySet(ObjectCollection<K> c)
Creates a new array set copying the contents of a given collection.
|
SynchronizedCollection(ObjectCollection<K> c) |
SynchronizedCollection(ObjectCollection<K> c,
Object sync) |
UnmodifiableCollection(ObjectCollection<K> c) |
Copyright © 2016. All rights reserved.