| 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 | Field and Description |
|---|---|
protected ObjectSet<Int2ObjectMap.Entry<V>> |
Int2ObjectMaps.Singleton.entries |
protected ObjectSet<Int2ObjectMap.Entry<V>> |
Int2ObjectMaps.SynchronizedMap.entries |
protected ObjectSet<Int2ObjectMap.Entry<V>> |
Int2ObjectMaps.UnmodifiableMap.entries |
| Modifier and Type | Method and Description |
|---|---|
ObjectSet<Map.Entry<Integer,V>> |
Int2ObjectMaps.EmptyMap.entrySet() |
ObjectSet<Map.Entry<Integer,V>> |
Int2ObjectMaps.Singleton.entrySet() |
ObjectSet<Map.Entry<Integer,V>> |
Int2ObjectMaps.SynchronizedMap.entrySet() |
ObjectSet<Map.Entry<Integer,V>> |
Int2ObjectMaps.UnmodifiableMap.entrySet() |
ObjectSet<Map.Entry<Integer,V>> |
Int2ObjectMap.entrySet()
Returns a set view of the mappings contained in this map.
|
ObjectSet<Map.Entry<Integer,V>> |
AbstractInt2ObjectMap.entrySet() |
ObjectSet<Int2ObjectMap.Entry<V>> |
Int2ObjectMaps.EmptyMap.int2ObjectEntrySet() |
ObjectSet<Int2ObjectMap.Entry<V>> |
Int2ObjectMaps.Singleton.int2ObjectEntrySet() |
ObjectSet<Int2ObjectMap.Entry<V>> |
Int2ObjectMaps.SynchronizedMap.int2ObjectEntrySet() |
ObjectSet<Int2ObjectMap.Entry<V>> |
Int2ObjectMaps.UnmodifiableMap.int2ObjectEntrySet() |
ObjectSet<Int2ObjectMap.Entry<V>> |
Int2ObjectMap.int2ObjectEntrySet()
Returns a type-specific set view of the mappings contained in 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 | Field and Description |
|---|---|
protected ObjectSet<Long2ObjectMap.Entry<V>> |
Long2ObjectMaps.Singleton.entries |
protected ObjectSet<Long2ObjectMap.Entry<V>> |
Long2ObjectMaps.SynchronizedMap.entries |
protected ObjectSet<Long2ObjectMap.Entry<V>> |
Long2ObjectMaps.UnmodifiableMap.entries |
| Modifier and Type | Method and Description |
|---|---|
ObjectSet<Map.Entry<Long,V>> |
Long2ObjectMaps.EmptyMap.entrySet() |
ObjectSet<Map.Entry<Long,V>> |
Long2ObjectMaps.Singleton.entrySet() |
ObjectSet<Map.Entry<Long,V>> |
Long2ObjectMaps.SynchronizedMap.entrySet() |
ObjectSet<Map.Entry<Long,V>> |
Long2ObjectMaps.UnmodifiableMap.entrySet() |
ObjectSet<Map.Entry<Long,V>> |
Long2ObjectMap.entrySet()
Returns a set view of the mappings contained in this map.
|
ObjectSet<Map.Entry<Long,V>> |
AbstractLong2ObjectMap.entrySet() |
ObjectSet<Long2ObjectMap.Entry<V>> |
Long2ObjectMaps.EmptyMap.long2ObjectEntrySet() |
ObjectSet<Long2ObjectMap.Entry<V>> |
Long2ObjectMaps.Singleton.long2ObjectEntrySet() |
ObjectSet<Long2ObjectMap.Entry<V>> |
Long2ObjectMaps.SynchronizedMap.long2ObjectEntrySet() |
ObjectSet<Long2ObjectMap.Entry<V>> |
Long2ObjectMaps.UnmodifiableMap.long2ObjectEntrySet() |
ObjectSet<Long2ObjectMap.Entry<V>> |
Long2ObjectMap.long2ObjectEntrySet()
Returns a type-specific set view of the mappings contained in this map.
|
| Modifier and Type | Interface and Description |
|---|---|
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 |
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 |
ObjectArraySet<K>
A simple, brute-force implementation of a set based on a backing array.
|
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 | Method and Description |
|---|---|
static <K> ObjectSet<K> |
ObjectSortedSets.emptySet()
Return an empty sorted set (immutable).
|
static <K> ObjectSet<K> |
ObjectSets.emptySet()
Return an empty set (immutable).
|
static <K> ObjectSet<K> |
ObjectSets.singleton(K element)
Returns a type-specific immutable set containing only the specified element.
|
static <K> ObjectSet<K> |
ObjectSets.synchronize(ObjectSet<K> s)
Returns a synchronized type-specific set backed by the given type-specific set.
|
static <K> ObjectSet<K> |
ObjectSets.synchronize(ObjectSet<K> s,
Object sync)
Returns a synchronized type-specific set backed by the given type-specific set, using an assigned object to synchronize.
|
static <K> ObjectSet<K> |
ObjectSets.unmodifiable(ObjectSet<K> s)
Returns an unmodifiable type-specific set backed by the given type-specific set.
|
| Modifier and Type | Method and Description |
|---|---|
static <K> ObjectSet<K> |
ObjectSets.synchronize(ObjectSet<K> s)
Returns a synchronized type-specific set backed by the given type-specific set.
|
static <K> ObjectSet<K> |
ObjectSets.synchronize(ObjectSet<K> s,
Object sync)
Returns a synchronized type-specific set backed by the given type-specific set, using an assigned object to synchronize.
|
static <K> ObjectSet<K> |
ObjectSets.unmodifiable(ObjectSet<K> s)
Returns an unmodifiable type-specific set backed by the given type-specific set.
|
| Constructor and Description |
|---|
SynchronizedSet(ObjectSet<K> s) |
SynchronizedSet(ObjectSet<K> s,
Object sync) |
UnmodifiableSet(ObjectSet<K> s) |
Copyright © 2016. All rights reserved.