public class SKDOriginDestMatrixODPairList
extends java.util.ArrayList
| Constructor and Description |
|---|
SKDOriginDestMatrixODPairList() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAllPossibleOriginDestinationPairs(java.util.List originsList,
java.util.List destinationsList)
Populates the list with all possible combinations of origins in originsList and destinations in destinationsList
excluding the pairs where the origin is equal to the destination
|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizepublic void addAllPossibleOriginDestinationPairs(java.util.List originsList,
java.util.List destinationsList)
originsList - list with the originsdestinationsList - list with the destinations