public class ListDataStore<T> extends Object implements PassiveDataStore<T>
| Constructor and Description |
|---|
ListDataStore() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(T obj) |
Collection<T> |
getObjects() |
void |
insert(T obj) |
void |
update(T obj) |
public Collection<T> getObjects()
getObjects in interface DataStore<T>Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.