public class ProcedureOutputCollection extends OutputCollection<ProcedureOutput>
| Constructor and Description |
|---|
ProcedureOutputCollection() |
ProcedureOutputCollection(Collection<ProcedureOutput> results) |
ProcedureOutputCollection(ProcedureOutput... items) |
| Modifier and Type | Method and Description |
|---|---|
protected Comparator<ProcedureOutput> |
getComparator() |
List<ProcedureOutput> |
getItems() |
addItem, addItems, containsItem, getItem, isEmpty, iterator, removeItem, size, withSortedItems, withSortedItemsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic ProcedureOutputCollection()
public ProcedureOutputCollection(Collection<ProcedureOutput> results)
public ProcedureOutputCollection(ProcedureOutput... items)
public List<ProcedureOutput> getItems()
getItems in class OutputCollection<ProcedureOutput>protected Comparator<ProcedureOutput> getComparator()
getComparator in class OutputCollection<ProcedureOutput>Copyright © 2013–2017 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.