Package io.permazen.encoding
Class PrimitiveWrapperEncoding<T>
java.lang.Object
io.permazen.encoding.AbstractEncoding<T>
io.permazen.encoding.NullSafeEncoding<T>
io.permazen.encoding.PrimitiveWrapperEncoding<T>
- Type Parameters:
T
- Java primitive wrapper type
- All Implemented Interfaces:
Encoding<T>
,NaturalSortAware
,Serializable
,Comparator<T>
Primitive wrapper type.
- See Also:
-
Field Summary
Fields inherited from class io.permazen.encoding.NullSafeEncoding
inner, NOT_NULL_SENTINEL, NULL_SENTINEL
Fields inherited from class io.permazen.encoding.AbstractEncoding
encodingId, typeToken
Fields inherited from interface io.permazen.encoding.Encoding
MAX_ARRAY_DIMENSIONS
-
Constructor Summary
-
Method Summary
Methods inherited from class io.permazen.encoding.NullSafeEncoding
compare, convert, equals, fromString, getFixedWidth, getInnerEncoding, hashCode, hasPrefix0x00, hasPrefix0xff, read, skip, sortsNaturally, supportsNull, toString, write
Methods inherited from class io.permazen.encoding.AbstractEncoding
getDefaultValue, getDefaultValueBytes, getEncodingId, getTypeToken, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Comparator
reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
Methods inherited from interface io.permazen.encoding.Encoding
decode, encode, getKeyRange, validate, validateAndWrite
-
Constructor Details
-
PrimitiveWrapperEncoding
-