Class ByteArrayHashMap.Entry<S>

java.lang.Object
com.biglybt.core.util.ByteArrayHashMap.Entry<S>
Enclosing class:
ByteArrayHashMap<T>

protected static class ByteArrayHashMap.Entry<S> extends Object
  • Field Details

    • key

      public final byte[] key
    • value

      public S value
    • hash

      public final int hash
    • next

      public ByteArrayHashMap.Entry<S> next
  • Constructor Details

  • Method Details

    • getKey

      public byte[] getKey()
    • getValue

      public S getValue()