|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hypergraphdb.type.javaprimitive.PrimitiveTypeBase<java.lang.Boolean>
org.hypergraphdb.type.javaprimitive.BooleanType
public class BooleanType
| Nested Class Summary | |
|---|---|
static class |
BooleanType.BoolComparator
|
| Field Summary | |
|---|---|
static java.lang.String |
INDEX_NAME
|
| Constructor Summary | |
|---|---|
BooleanType()
|
|
| Method Summary | |
|---|---|
java.util.Comparator<byte[]> |
getComparator()
Return a java.util.Comparator instance that provides
an order relation of the values of the primitive type. |
| 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 |
|---|
public static final java.lang.String INDEX_NAME
| Constructor Detail |
|---|
public BooleanType()
| Method Detail |
|---|
public java.util.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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||