public class ClassLocal<V> extends ClassValue<V>
Modifier and Type | Method and Description |
---|---|
protected V |
computeValue(Class<?> type) |
static <V> ClassLocal<V> |
withInitial(java.util.function.Function<Class,V> classVFunction) |
get, remove
public static <V> ClassLocal<V> withInitial(java.util.function.Function<Class,V> classVFunction)
protected V computeValue(Class<?> type)
computeValue
in class ClassValue<V>
Copyright © 2015. All rights reserved.