Class TokenEntry.State

  • Enclosing class:
    TokenEntry

    public static class TokenEntry.State
    extends java.lang.Object
    Helper class to preserve and restore the current state of the token entries.
    • Constructor Summary

      Constructors 
      Constructor Description
      State​(java.util.List<TokenEntry> entries)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<TokenEntry> restore()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • State

        public State​(java.util.List<TokenEntry> entries)
    • Method Detail

      • restore

        public java.util.List<TokenEntry> restore()