Package org.postgresql.core
Class AsciiStringInterner.TempKey
java.lang.Object
org.postgresql.core.AsciiStringInterner.BaseKey
org.postgresql.core.AsciiStringInterner.TempKey
- Enclosing class:
AsciiStringInterner
Only used for lookups, never to actually store entries.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) voidbooleanequals(byte[] other, int offset, int length) (package private) booleanMethods inherited from class org.postgresql.core.AsciiStringInterner.BaseKey
equals, hashCode
-
Field Details
-
bytes
final byte[] bytes -
offset
final int offset -
length
final int length
-
-
Constructor Details
-
TempKey
TempKey(int hash, byte[] bytes, int offset, int length)
-
-
Method Details
-
equalsBytes
- Specified by:
equalsBytesin classAsciiStringInterner.BaseKey
-
equals
public boolean equals(byte[] other, int offset, int length) - Specified by:
equalsin classAsciiStringInterner.BaseKey
-
appendString
- Specified by:
appendStringin classAsciiStringInterner.BaseKey
-