Class HashBiMap.InverseSerializedForm<K,​V>

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    HashBiMap<K,​V>

    private static final class HashBiMap.InverseSerializedForm<K,​V>
    extends java.lang.Object
    implements java.io.Serializable
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private HashBiMap<K,​V> bimap  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) java.lang.Object readResolve()  
      • Methods inherited from class java.lang.Object

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

      • InverseSerializedForm

        InverseSerializedForm​(HashBiMap<K,​V> bimap)
    • Method Detail

      • readResolve

        java.lang.Object readResolve()