E - The list's element type.public abstract class ListChange<E> extends Object
| Constructor and Description |
|---|
ListChange() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
visit(IListChangeVisitor<E> visitor)
Visit a handler to handle this change.
|
public abstract void visit(@Nonnull IListChangeVisitor<E> visitor) throws Exception
visitor - ExceptionCopyright © 2017 etc.to. All rights reserved.