Package org.goplanit.utils.path
Interface ManagedDirectedPaths
-
- All Superinterfaces:
Iterable<ManagedDirectedPath>
,LongMapWrapper<ManagedDirectedPath>
,ManagedIdEntities<ManagedDirectedPath>
,MapWrapper<Long,ManagedDirectedPath>
- All Known Implementing Classes:
ManagedDirectedPathsImpl
public interface ManagedDirectedPaths extends ManagedIdEntities<ManagedDirectedPath>
Support directed paths as container and factory class- Author:
- markr
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ManagedDirectedPaths
deepClone()
Deep clone implementationManagedDirectedPathFactory
getFactory()
Factory to create paths on this containerManagedDirectedPaths
shallowClone()
Shallow clone implementation-
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, deepCloneWithMapping, getManagedIdClass, groupBy, recreateIds, recreateIds, reset, streamSortedBy
-
Methods inherited from interface org.goplanit.utils.wrapper.MapWrapper
addAll, clear, containsValue, firstMatch, forEachIn, get, getFirst, getKeyByValue, isEmpty, register, remove, removeAll, removeIf, size, stream, streamSorted, toCollection, toMap, valuesAsNewSet
-
-
-
-
Method Detail
-
getFactory
ManagedDirectedPathFactory getFactory()
Factory to create paths on this container- Specified by:
getFactory
in interfaceManagedIdEntities<ManagedDirectedPath>
- Returns:
- entity factory
-
shallowClone
ManagedDirectedPaths shallowClone()
Shallow clone implementation- Specified by:
shallowClone
in interfaceManagedIdEntities<ManagedDirectedPath>
- Specified by:
shallowClone
in interfaceMapWrapper<Long,ManagedDirectedPath>
- Returns:
- clone of entities
-
deepClone
ManagedDirectedPaths deepClone()
Deep clone implementation- Specified by:
deepClone
in interfaceManagedIdEntities<ManagedDirectedPath>
- Returns:
- deep copy of entities
-
-