T
- the payments domain class.public class ResourceList<T> extends PaymentsMap
Constructor and Description |
---|
ResourceList() |
Modifier and Type | Method and Description |
---|---|
java.util.List<T> |
getList()
Returns the list of domain objects.
|
int |
getTotal()
Returns the total number of domain objects available which may be larger than
the number of objects in the list.
|
containsKey, get, normalize, put, remove, set
clear, containsValue, entrySet, forEach, getOrDefault, keySet, removeEldestEntry, replaceAll, values
clone, compute, computeIfAbsent, computeIfPresent, isEmpty, merge, putAll, putIfAbsent, remove, replace, replace, size
public java.util.List<T> getList()
public int getTotal()