| Package | Description |
|---|---|
| be.bagofwords.cache.fastutil |
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractLong2DoubleMap.BasicEntry
This class provides a basic but complete type-specific entry class for all those maps implementations
that do not have entries on their own (e.g., most immutable maps).
|
static class |
AbstractLong2FloatMap.BasicEntry
This class provides a basic but complete type-specific entry class for all those maps implementations
that do not have entries on their own (e.g., most immutable maps).
|
static class |
AbstractLong2IntMap.BasicEntry
This class provides a basic but complete type-specific entry class for all those maps implementations
that do not have entries on their own (e.g., most immutable maps).
|
static class |
AbstractLong2LongMap.BasicEntry
This class provides a basic but complete type-specific entry class for all those maps implementations
that do not have entries on their own (e.g., most immutable maps).
|
static class |
AbstractLong2ObjectMap.BasicEntry<V>
This class provides a basic but complete type-specific entry class for all those maps implementations
that do not have entries on their own (e.g., most immutable maps).
|
| Modifier and Type | Method and Description |
|---|---|
it.unimi.dsi.fastutil.objects.ObjectSet<LongMap.Entry<Double>> |
AbstractLong2DoubleMap.entrySet() |
it.unimi.dsi.fastutil.objects.ObjectSet<LongMap.Entry<Float>> |
Long2FloatMap.entrySet()
Returns a set view of the mappings contained in this map.
|
it.unimi.dsi.fastutil.objects.ObjectSet<LongMap.Entry<Integer>> |
Long2IntMap.entrySet()
Returns a set view of the mappings contained in this map.
|
it.unimi.dsi.fastutil.objects.ObjectSet<LongMap.Entry<Float>> |
AbstractLong2FloatMap.entrySet() |
it.unimi.dsi.fastutil.objects.ObjectSet<LongMap.Entry<V>> |
Long2ObjectMap.entrySet()
Returns a set view of the mappings contained in this map.
|
Set<LongMap.Entry<T>> |
LongMap.entrySet() |
it.unimi.dsi.fastutil.objects.ObjectSet<LongMap.Entry<Integer>> |
AbstractLong2IntMap.entrySet() |
it.unimi.dsi.fastutil.objects.ObjectSet<LongMap.Entry<Long>> |
Long2LongMap.entrySet()
Returns a set view of the mappings contained in this map.
|
it.unimi.dsi.fastutil.objects.ObjectSet<LongMap.Entry<Double>> |
Long2DoubleMap.entrySet()
Returns a set view of the mappings contained in this map.
|
it.unimi.dsi.fastutil.objects.ObjectSet<LongMap.Entry<V>> |
AbstractLong2ObjectMap.entrySet() |
it.unimi.dsi.fastutil.objects.ObjectSet<LongMap.Entry<Long>> |
AbstractLong2LongMap.entrySet() |
it.unimi.dsi.fastutil.objects.ObjectIterator<LongMap.Entry> |
Long2FloatMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated.
|
it.unimi.dsi.fastutil.objects.ObjectIterator<LongMap.Entry> |
Long2IntMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated.
|
it.unimi.dsi.fastutil.objects.ObjectIterator<LongMap.Entry<V>> |
Long2ObjectMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated.
|
it.unimi.dsi.fastutil.objects.ObjectIterator<LongMap.Entry> |
Long2LongMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated.
|
it.unimi.dsi.fastutil.objects.ObjectIterator<LongMap.Entry> |
Long2DoubleMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated.
|
it.unimi.dsi.fastutil.objects.ObjectSet<LongMap.Entry> |
Long2DoubleMap.long2DoubleEntrySet()
Returns a type-specific set view of the mappings contained in this map.
|
it.unimi.dsi.fastutil.objects.ObjectSet<LongMap.Entry> |
Long2FloatMap.long2FloatEntrySet()
Returns a type-specific set view of the mappings contained in this map.
|
it.unimi.dsi.fastutil.objects.ObjectSet<LongMap.Entry> |
Long2IntMap.long2IntEntrySet()
Returns a type-specific set view of the mappings contained in this map.
|
it.unimi.dsi.fastutil.objects.ObjectSet<LongMap.Entry> |
Long2LongMap.long2LongEntrySet()
Returns a type-specific set view of the mappings contained in this map.
|
it.unimi.dsi.fastutil.objects.ObjectSet<LongMap.Entry<V>> |
Long2ObjectMap.long2ObjectEntrySet()
Returns a type-specific set view of the mappings contained in this map.
|
Copyright © 2015. All rights reserved.