public class KeyedList<T extends MultiKeyed> extends Object
| Constructor and Description |
|---|
KeyedList() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(T element) |
boolean |
containsKey(Object eventKey) |
T |
get(Object key) |
T[] |
toArray(Class<T> tClass) |
Copyright © 2015. All Rights Reserved.