Class Navigators

java.lang.Object
net.sourceforge.plantuml.bpm.Navigators

public final class Navigators extends java.lang.Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static <O> Navigator<O>
    iterate(Chain<O> orig, O from, O to)
     
    static <O> Navigator<O>
    reverse(Navigator<O> orig)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details