public class SimplePaginatedDataImpl<T> extends AbstractSimplePaginatedData<T>
| Constructor and Description |
|---|
SimplePaginatedDataImpl(java.lang.Iterable<T> data,
long totalCount) |
| Modifier and Type | Method and Description |
|---|---|
long |
getTotalCount()
The amount of entities
|
getData, iteratorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEdges, getPageInfopublic SimplePaginatedDataImpl(java.lang.Iterable<T> data, long totalCount)
public long getTotalCount()
SimpleConnection