V
- Valueit.unimi.dsi.fastutil.Function<Integer,V>
, it.unimi.dsi.fastutil.Hash
, it.unimi.dsi.fastutil.ints.Int2ObjectFunction<V>
, it.unimi.dsi.fastutil.ints.Int2ObjectMap<V>
, Serializable
, Cloneable
, Map<Integer,V>
public class LoadingIntMap<V>
extends it.unimi.dsi.fastutil.ints.Int2ObjectOpenHashMap<V>
Modifier and Type | Class | Description |
---|---|---|
static class |
LoadingIntMap.Feeder<T> |
Due to java stuff, you will need to cast it to (Function) for some cases
|
it.unimi.dsi.fastutil.ints.AbstractInt2ObjectMap.BasicEntry<V extends Object>
it.unimi.dsi.fastutil.Hash.Strategy<K extends Object>
Constructor | Description |
---|---|
LoadingIntMap(int expectedSize,
float loadFactor,
com.google.common.base.Function<Integer,V> loader) |
|
LoadingIntMap(int expectedSize,
com.google.common.base.Function<Integer,V> loader) |
|
LoadingIntMap(com.google.common.base.Function<Integer,V> loader) |
Modifier and Type | Method | Description |
---|---|---|
V |
get(int key) |
containsKey, defaultReturnValue, defaultReturnValue, get
entrySet, equals, toString
defaultReturnValue, defaultReturnValue
clear, clone, containsKey, containsValue, get, growthFactor, growthFactor, hashCode, int2ObjectEntrySet, isEmpty, keySet, put, put, putAll, rehash, rehash, remove, remove, shiftKeys, size, trim, trim, values
compute, computeIfAbsent, computeIfPresent, containsKey, forEach, get, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
Copyright © 2019. All rights reserved.