Class ForestAction.Copy
Object
ForestAction
Copy
- Enclosing class:
- ForestAction
-
Nested Class Summary
Nested classes/interfaces inherited from class ForestAction
ForestAction.Add, ForestAction.Copy, ForestAction.Move, ForestAction.Remove, ForestAction.Visitor -
Constructor Summary
ConstructorsConstructorDescriptionCopy(ItemForest fragment, long under, long after, long before, LongLongMap originalRows) -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(ForestAction.Visitor visitor) longgetAfter()longLongLongMaplonggetUnder()toString()
-
Constructor Details
-
Copy
-
-
Method Details
-
getFragment
-
getUnder
public long getUnder() -
getAfter
public long getAfter() -
getBefore
public long getBefore() -
getOriginalRows
public LongLongMap getOriginalRows() -
accept
- Specified by:
acceptin classForestAction- Throws:
StructureException
-
toString
-