public class FixSizeMap<K,V> extends Object
FixSizeMap(int size)
V
get(K key)
getOrElse(K key, V elseValue)
void
put(K key, V value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public FixSizeMap(int size)
public V get(K key)
public void put(K key, V value)
public V getOrElse(K key, V elseValue)
Copyright © 2021. All rights reserved.