public class TradingOfficeList extends Object implements Iterable<ITradingOffice>
| Modifier and Type | Field and Description |
|---|---|
private List<ITradingOffice> |
offices |
| Constructor and Description |
|---|
TradingOfficeList() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(ITradingOffice iTradingOffice) |
Iterator<ITradingOffice> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorprivate List<ITradingOffice> offices
public Iterator<ITradingOffice> iterator()
iterator in interface Iterable<ITradingOffice>public boolean add(ITradingOffice iTradingOffice)
Copyright © 2011-2016 Sahits GmbH. All Rights Reserved.