Class ByteArrayWrapper

java.lang.Object
org.eclipse.net4j.util.collection.ByteArrayWrapper

public final class ByteArrayWrapper extends Object
A wrapper for byte arrays that implements equals(Object) and hashCode() based on the array's contents.
Since:
3.2
Author:
Eike Stepper
  • Constructor Details

    • ByteArrayWrapper

      public ByteArrayWrapper(byte[] data)
  • Method Details