Uses of Interface
org.planit.data.MultiKeyPlanItDataIterator
-
Packages that use MultiKeyPlanItDataIterator Package Description org.planit.data Data used for calculation during iterations of the traffic assignment -
-
Uses of MultiKeyPlanItDataIterator in org.planit.data
Classes in org.planit.data that implement MultiKeyPlanItDataIterator Modifier and Type Class Description classMultiKeyPlanItDataIteratorImplImplementation of the MultiKeyPlanItDataIterator interfaceMethods in org.planit.data that return MultiKeyPlanItDataIterator Modifier and Type Method Description static MultiKeyPlanItDataIteratorMultiKeyPlanItDataIterator. getInstance(boolean isSingleKey, org.apache.commons.collections4.IterableMap<Object,Object[]> singleKeyMap, org.apache.commons.collections4.map.MultiKeyMap<Object,Object[]> multiKeyMap)Returns an instance of a class which implements this interfaceMultiKeyPlanItDataIteratorMultiKeyPlanItData. getIterator()Returns a MultiKeyPlanItDataIterator for the contents of this map
-