public class IndexedKeyTreeMap<T extends HasIndex & HasKeys> extends KeyTreeMap<T>
keyChangeListener, keys
Constructor and Description |
---|
IndexedKeyTreeMap(KeyDefinition... keyIDs) |
Modifier and Type | Method and Description |
---|---|
void |
put(T object) |
void |
put(T object,
int index) |
protected T |
remove(UUIDKey uuidKey) |
get, merge, put, resolveMapByKeyId
public IndexedKeyTreeMap(KeyDefinition... keyIDs)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.