Package | Description |
---|---|
shared.model.map.model |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<Transaction> |
UnmodifiableMapModel.GetTransactions(int role) |
java.util.Iterator<Transaction> |
MapModel.GetTransactions(int role) |
java.util.Iterator<Transaction> |
IMapModel.GetTransactions(int role)
Gets the transactions associated with a role.
|