@PublicApi @Immutable public static final class ForestAction.Move extends ForestAction
ForestAction.Add, ForestAction.Copy, ForestAction.Move, ForestAction.Remove, ForestAction.Visitor| Constructor and Description |
|---|
Move(com.almworks.integers.LongList rowIds,
long under,
long after,
long before) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ForestAction.Visitor visitor) |
long |
getAfter() |
long |
getBefore() |
com.almworks.integers.LongList |
getRowIds() |
long |
getUnder() |
String |
toString() |
public Move(com.almworks.integers.LongList rowIds,
long under,
long after,
long before)
public com.almworks.integers.LongList getRowIds()
public long getUnder()
public long getAfter()
public long getBefore()
public void accept(ForestAction.Visitor visitor) throws StructureException
accept in class ForestActionStructureExceptionCopyright © 2019 ALM Works. All Rights Reserved.