Package io.hyperfoil.api.collection
Class Lookup<K,V>
- java.lang.Object
-
- io.hyperfoil.api.collection.Lookup<K,V>
-
public class Lookup<K,V> extends java.lang.ObjectPrimitive hashmap with limited insertion capability. Provides cached arrays with all values.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description V[]array()Vget(K key)Vreserve(K key)
-