|
|
|||||||||||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||||||||||
public interface DatabaseObjectGroup
Interface for a collection of database references (IDs).
The two main implementations are DatabaseObjectGroupCollection
and DatabaseObjectGroupArray backed by an array or Collection
respectively. Performance varies depending on the actual choice.
| Method Summary | |
|---|---|
Collection<Integer> |
getIDs()
Retrieve collection access to the IDs |
Iterator<Integer> |
iterator()
Retrieve Iterator access to the IDs. |
int |
size()
Retrieve the collection / data size. |
| Method Detail |
|---|
Collection<Integer> getIDs()
Iterator<Integer> iterator()
iterator in interface Iterable<Integer>int size()
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||