Package org.goplanit.utils.path
Interface DirectedPaths
-
- All Superinterfaces:
Cloneable
,Iterable<DirectedPath>
,LongMapWrapper<DirectedPath>
,ManagedIdEntities<DirectedPath>
,MapWrapper<Long,DirectedPath>
- All Known Implementing Classes:
DirectedPathsImpl
public interface DirectedPaths extends ManagedIdEntities<DirectedPath>
Support directed paths as container and factory class- Author:
- markr
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DirectedPaths
clone()
Force clone implementationContainerisedDirectedPathFactory
getFactory()
Factory to create paths on this container-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Methods inherited from interface org.goplanit.utils.wrapper.LongMapWrapper
get, remove
-
Methods inherited from interface org.goplanit.utils.id.ManagedIdEntities
containsKey, getManagedIdClass, recreateIds, recreateIds, reset
-
Methods inherited from interface org.goplanit.utils.wrapper.MapWrapper
addAll, clear, contains, findFirst, forEachIn, get, getFirst, getKeyByValue, isEmpty, register, remove, size, toCollection, valuesAsNewSet
-
-
-
-
Method Detail
-
getFactory
ContainerisedDirectedPathFactory getFactory()
Factory to create paths on this container- Specified by:
getFactory
in interfaceManagedIdEntities<DirectedPath>
- Returns:
- entity factory
-
clone
DirectedPaths clone()
Force clone implementation- Specified by:
clone
in interfaceManagedIdEntities<DirectedPath>
- Specified by:
clone
in interfaceMapWrapper<Long,DirectedPath>
- Returns:
- clone of entities
-
-