Interface LinkSegments
-
- All Superinterfaces:
Cloneable
,GraphEntities<LinkSegment>
,Iterable<LinkSegment>
,LongMapWrapper<LinkSegment>
,ManagedIdEntities<LinkSegment>
,MapWrapper<Long,LinkSegment>
- All Known Implementing Classes:
LinkSegmentsImpl
public interface LinkSegments extends GraphEntities<LinkSegment>, ManagedIdEntities<LinkSegment>
Primary managed container for linkSegments explicitly and create them on the container via its dedicated factory class- Author:
- markr
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LinkSegments
clone()
Force clone implementationLinkSegmentFactory
getFactory()
Factory to create instance of graph entity (for this container class)-
Methods inherited from interface org.goplanit.utils.graph.GraphEntities
forEachMatchingIdIn, getByExternalId, getByXmlId
-
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
LinkSegmentFactory getFactory()
Factory to create instance of graph entity (for this container class)- Specified by:
getFactory
in interfaceGraphEntities<LinkSegment>
- Specified by:
getFactory
in interfaceManagedIdEntities<LinkSegment>
- Returns:
- entity factory
-
clone
LinkSegments clone()
Force clone implementation- Specified by:
clone
in interfaceGraphEntities<LinkSegment>
- Specified by:
clone
in interfaceManagedIdEntities<LinkSegment>
- Specified by:
clone
in interfaceMapWrapper<Long,LinkSegment>
- Returns:
- clone of entities
-
-