Uses of Class
org.postgresql.core.AsciiStringInterner.BaseKey
-
Packages that use AsciiStringInterner.BaseKey Package Description org.postgresql.core -
-
Uses of AsciiStringInterner.BaseKey in org.postgresql.core
Subclasses of AsciiStringInterner.BaseKey in org.postgresql.core Modifier and Type Class Description private static classAsciiStringInterner.KeyInstance used for inserting values into the cache.private static classAsciiStringInterner.TempKeyOnly used for lookups, never to actually store entries.Fields in org.postgresql.core declared as AsciiStringInterner.BaseKey Modifier and Type Field Description private AsciiStringInterner.BaseKeyAsciiStringInterner.StringReference. keyFields in org.postgresql.core with type parameters of type AsciiStringInterner.BaseKey Modifier and Type Field Description (package private) java.util.concurrent.ConcurrentMap<AsciiStringInterner.BaseKey,java.lang.ref.SoftReference<java.lang.String>>AsciiStringInterner. cacheContains the canonicalized values, keyed by the asciibyte[].Methods in org.postgresql.core with parameters of type AsciiStringInterner.BaseKey Modifier and Type Method Description (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.BaseKey Constructor Description StringReference(AsciiStringInterner.BaseKey key, java.lang.String referent)
-