Uses of Interface
de.haumacher.msgbuf.graph.cmd.ListUpdate.Visitor
-
Packages that use ListUpdate.Visitor Package Description de.haumacher.msgbuf.graph.cmd -
-
Uses of ListUpdate.Visitor in de.haumacher.msgbuf.graph.cmd
Subinterfaces of ListUpdate.Visitor in de.haumacher.msgbuf.graph.cmd Modifier and Type Interface Description static interfaceCommand.Visitor<R,A,E extends Throwable>Visitor interface for theCommandhierarchy.Methods in de.haumacher.msgbuf.graph.cmd with parameters of type ListUpdate.Visitor Modifier and Type Method Description <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)
-