Uses of Class
eu.bandm.tools.ramus.runtime2.ReverseList
-
Uses of ReverseList in eu.bandm.tools.ramus.runtime2
Modifier and TypeMethodDescriptionReturns an extension of this list by a given element.static <A> ReverseList<A>
Returns a reverse list copy of the given array.static <A> ReverseList<A>
Returns a reverse list copy of the given list.static <A> ReverseList<A>
ReverseList.cast
(@Opt ReverseList<? extends A> list) static <A> ReverseList<A>
ReverseList.empty()
ReverseList.getFront()
Returns the sublist wothout the last element, if any.Modifier and TypeMethodDescriptionstatic <A> ReverseList<A>
ReverseList.cast
(@Opt ReverseList<? extends A> list) static <A> List<A>
ReverseList.snapshot
(ReverseList<A> rev) Deprecated.protected void
Action.Visitor.visitObstruction
(O obstruction, ReverseList<M> msgStack) protected void
Action.Visitor.visitResult
(R result, ReverseList<M> msgStack) Modifier and TypeMethodDescriptionstatic <R,
M, O> Action.Visitor<R, M, O> Action.forEachObstruction
(BiConsumer<O, ReverseList<M>> op) static <R,
M, O> Action.Visitor<R, M, O> Action.forEachResult
(BiConsumer<R, ReverseList<M>> op)
snapshot()
instead.