private static class AsciiStringInterner.TempKey extends AsciiStringInterner.BaseKey
| Modifier and Type | Field and Description |
|---|---|
(package private) byte[] |
bytes |
(package private) int |
length |
(package private) int |
offset |
| Constructor and Description |
|---|
TempKey(int hash,
byte[] bytes,
int offset,
int length) |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
appendString(java.lang.StringBuilder sb) |
boolean |
equals(byte[] other,
int offset,
int length) |
(package private) boolean |
equalsBytes(AsciiStringInterner.BaseKey other) |
equals, hashCodeboolean equalsBytes(AsciiStringInterner.BaseKey other)
equalsBytes in class AsciiStringInterner.BaseKeypublic boolean equals(byte[] other,
int offset,
int length)
equals in class AsciiStringInterner.BaseKeyvoid appendString(java.lang.StringBuilder sb)
appendString in class AsciiStringInterner.BaseKey