org.hypergraphdb.type.javaprimitive
Class ByteType

java.lang.Object
  extended by org.hypergraphdb.type.javaprimitive.PrimitiveTypeBase<T>
      extended by org.hypergraphdb.type.javaprimitive.NumericTypeBase<java.lang.Byte>
          extended by org.hypergraphdb.type.javaprimitive.ByteType
All Implemented Interfaces:
java.util.Comparator<byte[]>, HGGraphHolder, HGOrderedSearchable<java.lang.Byte,HGPersistentHandle>, HGSearchable<java.lang.Byte,HGPersistentHandle>, ByteArrayConverter<java.lang.Byte>, HGAtomType, HGPrimitiveType<java.lang.Byte>

public class ByteType
extends NumericTypeBase<java.lang.Byte>

Author:
User

Nested Class Summary
 
Nested classes/interfaces inherited from class org.hypergraphdb.type.javaprimitive.NumericTypeBase
NumericTypeBase.NumericComparator
 
Field Summary
static java.lang.String INDEX_NAME
           
 
Constructor Summary
ByteType()
           
 
Method Summary
 
Methods inherited from class org.hypergraphdb.type.javaprimitive.NumericTypeBase
getComparator
 
Methods inherited from class org.hypergraphdb.type.javaprimitive.PrimitiveTypeBase
compare, find, findGT, findGTE, findLT, findLTE, fromByteArray, getRefCountFor, make, release, setHyperGraph, store, subsumes, toByteArray
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Field Detail

INDEX_NAME

public static final java.lang.String INDEX_NAME
See Also:
Constant Field Values
Constructor Detail

ByteType

public ByteType()