class AssociationIterable extends Object implements Iterable<Association>
| Modifier and Type | Field and Description |
|---|---|
private Iterator<Association> |
assocs |
| Constructor and Description |
|---|
AssociationIterable(PersistenceLayer pl) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Association> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorprivate Iterator<Association> assocs
AssociationIterable(PersistenceLayer pl)
public Iterator<Association> iterator()
iterator in interface Iterable<Association>Copyright © 2018. All Rights Reserved.