Class Pickler.Memo

  • Enclosing class:
    Pickler

    protected static class Pickler.Memo
    extends java.lang.Object
    A memoized object.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int index  
      java.lang.Object obj  
    • Constructor Summary

      Constructors 
      Constructor Description
      Memo​(java.lang.Object obj, int index)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • obj

        public java.lang.Object obj
      • index

        public int index
    • Constructor Detail

      • Memo

        public Memo​(java.lang.Object obj,
                    int index)