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 ManagedDirectedPathsdeepClone()Deep clone implementationManagedDirectedPathFactorygetFactory()Factory to create paths on this containerManagedDirectedPathsshallowClone()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:
getFactoryin interfaceManagedIdEntities<ManagedDirectedPath>- Returns:
- entity factory
-
shallowClone
ManagedDirectedPaths shallowClone()
Shallow clone implementation- Specified by:
shallowClonein interfaceManagedIdEntities<ManagedDirectedPath>- Specified by:
shallowClonein interfaceMapWrapper<Long,ManagedDirectedPath>- Returns:
- clone of entities
-
deepClone
ManagedDirectedPaths deepClone()
Deep clone implementation- Specified by:
deepClonein interfaceManagedIdEntities<ManagedDirectedPath>- Returns:
- deep copy of entities
-
-