public final class ArrayMapping<K extends NumericID,V> extends Object implements MutableMapping<K,V>, IDChangeListener<K>
ArrayMapping()
ArrayMapping(int initialSize)
V
get(K elem)
elem
void
idChanged(K obj, int newId, int oldId)
put(K key, V value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ArrayMapping()
public ArrayMapping(int initialSize)
public V get(K elem)
Mapping
get
Mapping<K extends NumericID,V>
public V put(K key, V value)
put
MutableMapping<K extends NumericID,V>
public void idChanged(K obj, int newId, int oldId)
idChanged
IDChangeListener<K extends NumericID>
Copyright © 2013. All Rights Reserved.