public class TransformationStep extends Object implements History.Step<Displayable>
Modifier and Type | Method and Description |
---|---|
boolean |
isEmpty() |
boolean |
isIdentical(History.Step<?> step) |
List<Displayable> |
remove(long id)
Remove objects in this step that have the given id,
and return a list of them.
|
public List<Displayable> remove(long id)
History.Step
remove
in interface History.Step<Displayable>
public boolean isEmpty()
isEmpty
in interface History.Step<Displayable>
public boolean isIdentical(History.Step<?> step)
isIdentical
in interface History.Step<Displayable>
Copyright © 2015–2021 Fiji. All rights reserved.