Uses of Class
org.postgresql.core.AsciiStringInterner.BaseKey
Packages that use AsciiStringInterner.BaseKey
-
Uses of AsciiStringInterner.BaseKey in org.postgresql.core
Subclasses of AsciiStringInterner.BaseKey in org.postgresql.coreModifier and TypeClassDescriptionprivate static final classInstance used for inserting values into the cache.private static classOnly used for lookups, never to actually store entries.Fields in org.postgresql.core declared as AsciiStringInterner.BaseKeyModifier and TypeFieldDescriptionprivate final AsciiStringInterner.BaseKeyAsciiStringInterner.StringReference.keyFields in org.postgresql.core with type parameters of type AsciiStringInterner.BaseKeyModifier and TypeFieldDescription(package private) final ConcurrentMap<AsciiStringInterner.BaseKey, SoftReference<String>> AsciiStringInterner.cacheContains the canonicalized values, keyed by the asciibyte[].Methods in org.postgresql.core with parameters of type AsciiStringInterner.BaseKeyModifier and TypeMethodDescription(package private) abstract booleanAsciiStringInterner.BaseKey.equalsBytes(AsciiStringInterner.BaseKey other) (package private) booleanAsciiStringInterner.Key.equalsBytes(AsciiStringInterner.BaseKey other) (package private) booleanAsciiStringInterner.TempKey.equalsBytes(AsciiStringInterner.BaseKey other) Constructors in org.postgresql.core with parameters of type AsciiStringInterner.BaseKeyModifierConstructorDescription(package private)StringReference(AsciiStringInterner.BaseKey key, String referent)