Class AbstractMountOwner<T>

    • Constructor Detail

      • AbstractMountOwner

        protected AbstractMountOwner​(T owner)
        Construct with an object.
        Parameters:
        owner - the actual owner
    • Method Detail

      • getOwner

        protected T getOwner()
        Get the owner object
        Returns:
        the actual owner
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object