public static class InvestmentQuantityTransferMoveIteratorFactory.RandomInvestmentQuantityTransferMoveIterator extends Object implements Iterator<InvestmentQuantityTransferMove>
| Constructor and Description |
|---|
RandomInvestmentQuantityTransferMoveIterator(List<AssetClassAllocation> allocationList,
NavigableMap<Long,AssetClassAllocation> quantityMillisIncrementToAllocationMap,
Random workingRandom) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
InvestmentQuantityTransferMove |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic RandomInvestmentQuantityTransferMoveIterator(List<AssetClassAllocation> allocationList, NavigableMap<Long,AssetClassAllocation> quantityMillisIncrementToAllocationMap, Random workingRandom)
public boolean hasNext()
hasNext in interface Iterator<InvestmentQuantityTransferMove>public InvestmentQuantityTransferMove next()
next in interface Iterator<InvestmentQuantityTransferMove>public void remove()
remove in interface Iterator<InvestmentQuantityTransferMove>Copyright © 2006–2021 JBoss by Red Hat. All rights reserved.