public class ModuleEntryList extends Object implements Serializable, Iterable<ModuleEntry>
Modifier | Constructor and Description |
---|---|
protected |
ModuleEntryList()
Creates new instance.
|
|
ModuleEntryList(Collection<ModuleEntry> entries)
Creates new instance.
|
|
ModuleEntryList(Collection<ModuleEntry> entries,
long total)
Creates new instance.
|
|
ModuleEntryList(QueryResult<ModuleEntry> entries)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
List<ModuleEntry> |
getData()
Returns a list of modules.
|
long |
getTotal()
Returns the total number of modules.
|
Iterator<ModuleEntry> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
protected ModuleEntryList()
public ModuleEntryList(QueryResult<ModuleEntry> entries)
entries
- public ModuleEntryList(Collection<ModuleEntry> entries)
entries
- public ModuleEntryList(Collection<ModuleEntry> entries, long total)
entries
- total
- public List<ModuleEntry> getData()
public long getTotal()
public Iterator<ModuleEntry> iterator()
iterator
in interface Iterable<ModuleEntry>
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.