@PublicApi @Immutable public static final class ForestAction.Copy extends ForestAction
ForestAction.Add, ForestAction.Copy, ForestAction.Move, ForestAction.Remove, ForestAction.Visitor| Constructor and Description |
|---|
Copy(ItemForest fragment,
long under,
long after,
long before,
LongLongMap originalRows) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ForestAction.Visitor visitor) |
long |
getAfter() |
long |
getBefore() |
ItemForest |
getFragment() |
LongLongMap |
getOriginalRows() |
long |
getUnder() |
String |
toString() |
public Copy(ItemForest fragment, long under, long after, long before, LongLongMap originalRows)
public ItemForest getFragment()
public long getUnder()
public long getAfter()
public long getBefore()
public LongLongMap getOriginalRows()
public void accept(ForestAction.Visitor visitor) throws StructureException
accept in class ForestActionStructureExceptionCopyright © 2021 ALM Works. All Rights Reserved.