Uses of Interface
de.haumacher.msgbuf.graph.cmd.ListUpdate.Visitor
Packages that use ListUpdate.Visitor
-
Uses of ListUpdate.Visitor in de.haumacher.msgbuf.graph.cmd
Subinterfaces of ListUpdate.Visitor in de.haumacher.msgbuf.graph.cmdModifier and TypeInterfaceDescriptionstatic interfaceCommand.Visitor<R,A, E extends Throwable> Visitor interface for theCommandhierarchy.Methods in de.haumacher.msgbuf.graph.cmd with parameters of type ListUpdate.VisitorModifier and TypeMethodDescription<R,A, E extends Throwable>
RInsertElement.visit(ListUpdate.Visitor<R, A, E> v, A arg) abstract <R,A, E extends Throwable>
RListUpdate.visit(ListUpdate.Visitor<R, A, E> v, A arg) Accepts the given visitor.<R,A, E extends Throwable>
RRemoveElement.visit(ListUpdate.Visitor<R, A, E> v, A arg)