Class WrapperBase<T>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private T delegate  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected WrapperBase​(T delegate)  
    • Field Detail

      • delegate

        private final T delegate
    • Constructor Detail

      • WrapperBase

        protected WrapperBase​(T delegate)
        Parameters:
        delegate - wrapped value.
    • Method Detail

      • getWrappedValue

        public final T getWrappedValue()
      • equals

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

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