Class PdaListFormatter<STATE,​STACKITEM>

  • All Implemented Interfaces:
    com.google.common.base.Function<Pda<STATE,​STACKITEM>,​java.lang.String>, java.util.function.Function<Pda<STATE,​STACKITEM>,​java.lang.String>

    public class PdaListFormatter<STATE,​STACKITEM>
    extends java.lang.Object
    implements com.google.common.base.Function<Pda<STATE,​STACKITEM>,​java.lang.String>
    • Field Detail

      • stackitemFormatter

        protected com.google.common.base.Function<? super STACKITEM,​java.lang.String> stackitemFormatter
      • stateFormatter

        protected com.google.common.base.Function<? super STATE,​java.lang.String> stateFormatter
      • sortFollowers

        protected boolean sortFollowers
    • Constructor Detail

      • PdaListFormatter

        public PdaListFormatter()