public interface ObjectStore
Modifier and Type | Method and Description |
---|---|
<T> ObjectStore |
add(java.lang.Class<T> type,
T instance) |
ObjectStore |
clear() |
<T> T |
get(java.lang.Class<T> type) |
<T> ObjectStore add(java.lang.Class<T> type, T instance)
<T> T get(java.lang.Class<T> type)
ObjectStore clear()