T - public interface DtoList<T extends Serializable> extends Serializable, Iterable<T>
| Modifier and Type | Method and Description |
|---|---|
List<T> |
getData()
Returns a list of objects.
|
long |
getTotal()
Returns the total number of objects.
|
default Iterator<T> |
iterator() |
forEach, spliteratorCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.