Class AsciiStringInterner.Key

  • Enclosing class:
    AsciiStringInterner

    private static final class AsciiStringInterner.Key
    extends AsciiStringInterner.BaseKey
    Instance used for inserting values into the cache. The byte[] must be a copy that will never be mutated.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) byte[] key  
    • Constructor Summary

      Constructors 
      Constructor Description
      Key​(byte[] key, int hash)