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>, it.unimi.dsi.fastutil.ints.AbstractInt2ObjectMap.BasicEntrySet<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, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, getOrDefault, hashCode, int2ObjectEntrySet, isEmpty, keySet, merge, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, shiftKeys, size, trim, trim, valuesdefaultReturnValue, defaultReturnValuefinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfAbsentPartial, computeIfPresent, containsKey, defaultReturnValue, defaultReturnValue, entrySet, get, getOrDefault, merge, put, putIfAbsent, remove, remove, replace, replaceforEach, replaceAllCopyright © 2022. All rights reserved.