public abstract class AbstractVariableWidthType extends AbstractPrimitiveType implements VariableWidthType
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractVariableWidthType(TypeSignature signature,
Class<?> javaType) |
| Modifier and Type | Method and Description |
|---|---|
BlockBuilder |
createBlockBuilder(BlockBuilderStatus blockBuilderStatus,
int expectedEntries)
Creates the preferred block builder for this type.
|
BlockBuilder |
createBlockBuilder(BlockBuilderStatus blockBuilderStatus,
int expectedEntries,
int expectedBytesPerEntry)
Creates the preferred block builder for this type.
|
getTypeSignaturecompareTo, equals, equalTo, getBlockUnchecked, getBoolean, getBooleanUnchecked, getDisplayName, getDouble, getDoubleUnchecked, getJavaType, getLong, getLongUnchecked, getObject, getSlice, getSliceUnchecked, getTypeParameters, hash, hashCode, isComparable, isOrderable, toString, writeBoolean, writeDouble, writeLong, writeObject, writeSlice, writeSliceclone, finalize, getClass, notify, notifyAll, wait, wait, waitappendTo, compareTo, equalTo, getBlockUnchecked, getBoolean, getBooleanUnchecked, getDisplayName, getDouble, getDoubleUnchecked, getJavaType, getLong, getLongUnchecked, getObject, getObjectValue, getSlice, getSliceUnchecked, getTypeParameters, getTypeSignature, hash, isComparable, isOrderable, writeBoolean, writeDouble, writeLong, writeObject, writeSlice, writeSliceprotected AbstractVariableWidthType(TypeSignature signature, Class<?> javaType)
public BlockBuilder createBlockBuilder(BlockBuilderStatus blockBuilderStatus, int expectedEntries, int expectedBytesPerEntry)
TypecreateBlockBuilder in interface Typepublic BlockBuilder createBlockBuilder(BlockBuilderStatus blockBuilderStatus, int expectedEntries)
TypecreateBlockBuilder in interface TypeCopyright © 2012–2022. All rights reserved.