Class ActiveObjectMap.Key

  • Enclosing class:
    ActiveObjectMap

    static class ActiveObjectMap.Key
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private byte[] id  
    • Constructor Summary

      Constructors 
      Constructor Description
      Key​(byte[] id)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object key)  
      int hashCode()  
      (package private) byte[] id()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • id

        private byte[] id
    • Constructor Detail

      • Key

        Key​(byte[] id)
    • Method Detail

      • id

        byte[] id()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object key)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object