T - public class DtoListImpl<T extends java.io.Serializable> extends java.lang.Object implements DtoList<T>
| Constructor and Description |
|---|
DtoListImpl(java.util.Collection<? extends T> list)
Constructs a data list that has a total field set to a size of the given
collection.
|
DtoListImpl(java.util.Collection<? extends T> list,
long total) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<T> |
getData()
Returns a list of objects.
|
long |
getTotal()
Returns the total number of objects.
|
public DtoListImpl(java.util.Collection<? extends T> list, long total)
list - total - public DtoListImpl(java.util.Collection<? extends T> list)
list - Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.