Uses of Class
eu.bandm.tools.ramus.runtime2.ReverseList
Packages that use ReverseList
-
Uses of ReverseList in eu.bandm.tools.ramus.runtime2
Methods in eu.bandm.tools.ramus.runtime2 that return ReverseListModifier and TypeMethodDescriptionReturns an extension of this list by a given element.static <A> ReverseList<A> ReverseList.build(A... elems) 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.Methods in eu.bandm.tools.ramus.runtime2 with parameters of type ReverseListModifier and TypeMethodDescriptionstatic <A> ReverseList<A> ReverseList.cast(@Opt ReverseList<? extends A> list) static <A> List<A> ReverseList.snapshot(ReverseList<A> rev) Deprecated.protected voidAction.Visitor.visitObstruction(O obstruction, ReverseList<M> msgStack) protected voidAction.Visitor.visitResult(R result, ReverseList<M> msgStack) Method parameters in eu.bandm.tools.ramus.runtime2 with type arguments of type ReverseListModifier 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) Constructors in eu.bandm.tools.ramus.runtime2 with parameters of type ReverseList
snapshot()instead.