public static final class HistoryEntry.Change extends Object
Constructor and Description |
---|
Change(HistoryEntry.Operation operation,
Forest forest,
com.almworks.integers.LongList pathFrom,
com.almworks.integers.LongList afterFrom,
com.almworks.integers.LongList pathTo,
com.almworks.integers.LongList afterTo,
int direction,
com.almworks.integers.LongList originalRows) |
Modifier and Type | Method and Description |
---|---|
com.almworks.integers.LongList |
getAfterFrom() |
com.almworks.integers.LongList |
getAfterTo() |
int |
getDirection() |
Forest |
getForest() |
HistoryEntry.Operation |
getOperation() |
com.almworks.integers.LongList |
getOriginalRows() |
com.almworks.integers.LongList |
getPathFrom() |
com.almworks.integers.LongList |
getPathTo() |
String |
toString() |
public Change(HistoryEntry.Operation operation, Forest forest, com.almworks.integers.LongList pathFrom, com.almworks.integers.LongList afterFrom, com.almworks.integers.LongList pathTo, com.almworks.integers.LongList afterTo, int direction, com.almworks.integers.LongList originalRows)
public HistoryEntry.Operation getOperation()
public Forest getForest()
public com.almworks.integers.LongList getPathFrom()
public com.almworks.integers.LongList getAfterFrom()
public com.almworks.integers.LongList getPathTo()
public com.almworks.integers.LongList getAfterTo()
public int getDirection()
public com.almworks.integers.LongList getOriginalRows()
Copyright © 2017 ALM Works. All Rights Reserved.