public class ListChangeDelete<E> extends ListChange<E>
| Constructor and Description |
|---|
ListChangeDelete(int index,
E value) |
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex() |
E |
getValue() |
void |
visit(IListChangeVisitor<E> visitor)
Visit a handler to handle this change.
|
public int getIndex()
public void visit(@Nonnull IListChangeVisitor<E> visitor) throws Exception
ListChangevisit in class ListChange<E>ExceptionCopyright © 2017 etc.to. All rights reserved.