net.minecraft.util

public class SingleKeyCache<K, V>

bau
net.minecraft.util.SingleKeyCache
net.minecraft.class_8105
net.minecraft.util.CachedMapper
net.minecraft.util.SingleKeyCache

Field summary

Modifier and TypeField
private final Function<K, V>
a
computeValue
field_42269
mapper
private K
b
cacheKey
field_42270
cachedInput
private V
c
cachedValue
field_42271
cachedOutput

Constructor summary

ModifierConstructor
public (Function<K, V> mapper)

Method summary

Modifier and TypeMethod
public V
a(K arg0)
getValue(K arg0)
method_48782(K arg0)
map(K input)