public class UserCollection extends DataCollection<UserData>
| Constructor and Description |
|---|
UserCollection() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<UserData> |
getEntries() |
addEntry, addLink, getLinks, getTotal, removeEntry, removeLink, setEntries, setLinks, setTotalpublic java.util.Collection<UserData> getEntries()
getEntries in class DataCollection<UserData>