public final class ArrayMapping<K extends NumericID,V> extends Object implements MutableMapping<K,V>, IDChangeListener<K>
| Constructor and Description |
|---|
ArrayMapping() |
ArrayMapping(int initialSize) |
| Modifier and Type | Method and Description |
|---|---|
V |
get(K elem) |
void |
idChanged(K obj,
int newId,
int oldId) |
V |
put(K key,
V value) |
public ArrayMapping()
public ArrayMapping(int initialSize)
Copyright © 2015. All rights reserved.