public class Lookup<K,V> extends Object
Lookup(Class<V> clazz, Supplier<V> factory)
V[]
array()
V
get(K key)
reserve(K key)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Lookup(Class<V> clazz, Supplier<V> factory)
public V get(K key)
public V reserve(K key)
public V[] array()
Copyright © 2019 JBoss by Red Hat. All rights reserved.