Serialized Form

  • Package util

    • Class util.CmdExecutor

      class CmdExecutor extends Executor implements Serializable
      serialVersionUID:
      65537L
      • Serialized Fields

        • command
          String[] command
          the external command to execute
        • errdata
          StringBuilder errdata
          the error stream data of the process
        • exit
          int exit
          the exit value of the program
        • outdata
          StringBuilder outdata
          the output stream data of the process
    • Class util.Executor

      class Executor extends Object implements Serializable
      serialVersionUID:
      65537L
      • Serialized Fields

        • aborted
          boolean aborted
          whether the object/program has been stopped
        • message
          String message
          the status message of the object/program invocation
        • status
          int status
          the status of the object/program invocation
    • Class util.IdMap

      class IdMap extends Object implements Serializable
      serialVersionUID:
      65536L
      • Serialized Fields

        • bins
          util.IdMapElem[] bins
          the array of hash bins
        • imap
          util.IdMapElem[] imap
          the inverse map (identifier to key)
        • load
          float load
          the maximum load factor
        • max
          int max
          the maximum number of elements
        • mode
          int mode
          the mode for reacting to adding an existing key to the map
        • size
          int size
          the current number of elements
    • Class util.ObjExecutor

      class ObjExecutor extends Executor implements Serializable
      serialVersionUID:
      65537L