Package org.goplanit.od.path
Class OdPathsHashed.OdPathsHashedIterator
- java.lang.Object
-
- org.goplanit.utils.od.OdHashedIterator<ManagedDirectedPath>
-
- org.goplanit.od.path.OdPathsHashed.OdPathsHashedIterator
-
- All Implemented Interfaces:
Iterator<ManagedDirectedPath>
,OdDataIterator<ManagedDirectedPath>
- Enclosing class:
- OdPathsHashed
public class OdPathsHashed.OdPathsHashedIterator extends OdHashedIterator<ManagedDirectedPath>
Wrapper around hashed iterator for od paths
-
-
Field Summary
-
Fields inherited from class org.goplanit.utils.od.OdHashedIterator
currentLocation, destinationId, originId, zones
-
-
Constructor Summary
Constructors Constructor Description OdPathsHashedIterator(OdPathsHashed container)
-
Method Summary
-
Methods inherited from class org.goplanit.utils.od.OdHashedIterator
getCurrentDestination, getCurrentOrigin, getCurrentValue, hasNext, next, updateCurrentLocation
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
-
-
-
Constructor Detail
-
OdPathsHashedIterator
public OdPathsHashedIterator(OdPathsHashed container)
-
-