V
- Valuepublic class LoadingIntMap<V>
extends it.unimi.dsi.fastutil.ints.Int2ObjectOpenHashMap<V>
Modifier and Type | Class and 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>
Constructor and Description |
---|
LoadingIntMap(com.google.common.base.Function<Integer,V> loader) |
LoadingIntMap(int expectedSize,
float loadFactor,
com.google.common.base.Function<Integer,V> loader) |
LoadingIntMap(int expectedSize,
com.google.common.base.Function<Integer,V> loader) |
Modifier and Type | Method and Description |
---|---|
V |
get(int key) |
clear, clone, containsKey, containsValue, get, growthFactor, growthFactor, hashCode, int2ObjectEntrySet, isEmpty, keySet, put, put, putAll, rehash, rehash, remove, remove, shiftKeys, size, trim, trim, values
entrySet, equals, toString
containsKey, defaultReturnValue, defaultReturnValue, get
finalize, getClass, notify, notifyAll, wait, wait, wait
defaultReturnValue, defaultReturnValue
compute, computeIfAbsent, computeIfPresent, containsKey, forEach, get, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
Copyright © 2021. All rights reserved.