Class VPSym<T>

  • Type Parameters:
    T - type of the payload

    public class VPSym<T>
    extends Object
    Utility class used to wrap input symbols of a VPAlphabet. Stores additional index information to allow fast index-based access.
    • Method Detail

      • getUserObject

        public T getUserObject()
      • getLocalIndex

        public int getLocalIndex()
      • getGlobalIndex

        public int getGlobalIndex()