Class TransitionImpl<S,​E,​C>

  • All Implemented Interfaces:
    Transition<S,​E,​C>

    public class TransitionImpl<S,​E,​C>
    extends Object
    implements Transition<S,​E,​C>
    TransitionImpl。 This should be designed to be immutable, so that there is no thread-safe risk
    Author:
    Frank Zhang