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) void
boolean
equals
(byte[] other, int offset, int length) (package private) boolean
Methods 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:
equalsBytes
in classAsciiStringInterner.BaseKey
-
equals
public boolean equals(byte[] other, int offset, int length) - Specified by:
equals
in classAsciiStringInterner.BaseKey
-
appendString
- Specified by:
appendString
in classAsciiStringInterner.BaseKey
-