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, spliterator
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.