Class Utils.ByteArrayKey

java.lang.Object
org.apache.beam.runners.jet.Utils.ByteArrayKey
Enclosing class:
Utils

public static class Utils.ByteArrayKey extends Object
A wrapper of byte[] that can be used as a hash-map key.
  • Constructor Details

    • ByteArrayKey

      public ByteArrayKey(@Nonnull byte[] value)
  • Method Details