public class SKDOriginDestMatrixODPairList extends java.util.ArrayList<SKDOriginDestMatrixODPair>
Constructor and Description |
---|
SKDOriginDestMatrixODPairList() |
Modifier and Type | Method and Description |
---|---|
void |
addAllPossibleOriginDestinationPairs(java.util.List<SKDOriginDestMatrixPointParams> originsList,
java.util.List<SKDOriginDestMatrixPointParams> 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, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
public void addAllPossibleOriginDestinationPairs(java.util.List<SKDOriginDestMatrixPointParams> originsList, java.util.List<SKDOriginDestMatrixPointParams> destinationsList)
originsList
- list with the originsdestinationsList
- list with the destinations