net.minecraft.util

public class SingleKeyCache<K, V>

baz
net.minecraft.util.SingleKeyCache
net.minecraft.class_8105

Field summary

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

Constructor summary

ModifierConstructor
public (Function<K, V> arg0)

Method summary

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