public static final class PerfUtil.FastMap<K,V> extends Object
FastMap()
void
clear()
boolean
containsKey(Object key)
V
get(Object key)
put(K key, V value)
remove(Object key)
int
size()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public FastMap()
public int size()
public boolean containsKey(Object key)
public V get(Object key)
public V put(K key, V value)
public V remove(Object key)
public void clear()
Copyright © 2021. All rights reserved.