Class MapMakerInternalMap.AbstractSerializationProxy<K,​V>

    • Method Detail

      • delegate

        protected java.util.concurrent.ConcurrentMap<K,​V> delegate()
        Description copied from class: ForwardingObject
        Returns the backing delegate instance that methods are forwarded to. Abstract subclasses generally override this method with an abstract method that has a more specific return type, such as ForwardingSet.delegate(). Concrete subclasses override this method to supply the instance being decorated.
        Specified by:
        delegate in class ForwardingConcurrentMap<K,​V>
      • writeMapTo

        void writeMapTo​(java.io.ObjectOutputStream out)
                 throws java.io.IOException
        Throws:
        java.io.IOException
      • readMapMaker

        MapMaker readMapMaker​(java.io.ObjectInputStream in)
                       throws java.io.IOException
        Throws:
        java.io.IOException
      • readEntries

        void readEntries​(java.io.ObjectInputStream in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
        Throws:
        java.io.IOException
        java.lang.ClassNotFoundException