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