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
, Function<Integer,V>
, IntFunction<V>
, 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.ints.AbstractInt2ObjectMap.BasicEntrySet<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) |
defaultReturnValue, defaultReturnValue
compute, computeIfAbsent, computeIfAbsentPartial, computeIfPresent, containsKey, defaultReturnValue, defaultReturnValue, entrySet, get, getOrDefault, merge, put, putIfAbsent, remove, remove, replace, replace
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, values
forEach, replaceAll
Copyright © 2020. All rights reserved.