public class ByteType extends NumericTypeBase<Byte>
| Modifier and Type | Class and Description |
|---|---|
static class |
ByteType.ByteComparator |
NumericTypeBase.NumericComparator| Modifier and Type | Field and Description |
|---|---|
static String |
INDEX_NAME |
COMPARATORdataOffset, graph, valueIndex| Constructor and Description |
|---|
ByteType() |
| Modifier and Type | Method and Description |
|---|---|
Comparator<byte[]> |
getComparator()
Return a
java.util.Comparator instance that provides
an order relation of the values of the primitive type. |
protected String |
getIndexName()
Return the name of the DB index to create for the primitive values.
|
protected Byte |
readBytes(byte[] bytes,
int offset) |
protected byte[] |
writeBytes(Byte value) |
compare, find, findGT, findGTE, findLT, findLTE, fromByteArray, getIndex, getRefCount, getRefCountFor, make, putRefCount, release, setHyperGraph, store, storeImpl, subsumes, toByteArraypublic static final String INDEX_NAME
public Comparator<byte[]> getComparator()
HGPrimitiveTypejava.util.Comparator instance that provides
an order relation of the values of the primitive type. An implementation
is allowed to return null in which case it is assumed
that the type does not offer an ordering relation. However, if a
non-null value is returned, it is must be of a publicly available
and default constructible class.getComparator in interface HGPrimitiveType<Byte>getComparator in class NumericTypeBase<Byte>protected String getIndexName()
PrimitiveTypeBaseReturn the name of the DB index to create for the primitive values.
getIndexName in class PrimitiveTypeBase<Byte>protected byte[] writeBytes(Byte value)
writeBytes in class PrimitiveTypeBase<Byte>protected Byte readBytes(byte[] bytes, int offset)
readBytes in class PrimitiveTypeBase<Byte>Copyright © 2015. All rights reserved.