Class ByteArrayWrapper

  • All Implemented Interfaces:
    Wrapper

    public class ByteArrayWrapper
    extends Object
    implements Wrapper
    Wraps byte[] on a WrappedByteArray to provide equality and hashCode support, leaving other objects unchanged.
    Since:
    9.1
    • Constructor Detail

      • ByteArrayWrapper

        public ByteArrayWrapper()
    • Method Detail

      • id

        public byte id()
        Specified by:
        id in interface Wrapper
      • isFilterable

        public boolean isFilterable()
        Specified by:
        isFilterable in interface Wrapper
        Returns:
        true if the wrapped format is suitable to be indexed or filtered, thus avoiding extra unwrapping.