public final class ArrayMapping<K extends NumericID,V> extends Object implements MutableMapping<K,V>, IDChangeListener<K>
| Constructor and Description |
|---|
ArrayMapping() |
ArrayMapping(int initialSize) |
public ArrayMapping()
public ArrayMapping(int initialSize)
public V get(K elem)
Mappingelem maps to.public V put(K key, V value)
put in interface MutableMapping<K extends NumericID,V>public void idChanged(K obj, int newId, int oldId)
idChanged in interface IDChangeListener<K extends NumericID>Copyright © 2015. All Rights Reserved.