Class CLTypeByteArray

    • Constructor Detail

      • CLTypeByteArray

        public CLTypeByteArray()
    • Method Detail

      • getTypeName

        public java.lang.String getTypeName()
        Description copied from class: AbstractCLType
        Required getter for implementations of CLType
        Specified by:
        getTypeName in class AbstractCLType
        Returns:
        the CLType name
      • getLength

        public int getLength()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

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

        public void setLength​(int length)