
public class HashObjectStore extends Object implements ObjectStore
| Constructor and Description |
|---|
HashObjectStore() |
| Modifier and Type | Method and Description |
|---|---|
<T> ObjectStore |
add(Class<T> type,
T instance) |
ObjectStore |
clear() |
<T> T |
get(Class<T> type) |
public <T> ObjectStore add(Class<T> type, T instance)
add in interface ObjectStorepublic <T> T get(Class<T> type)
get in interface ObjectStorepublic ObjectStore clear()
clear in interface ObjectStoreCopyright © 2015 JBoss by Red Hat. All rights reserved.