org.hypergraphdb.type.javaprimitive
Class BooleanType.BoolComparator

java.lang.Object
  extended by org.hypergraphdb.type.javaprimitive.BooleanType.BoolComparator
All Implemented Interfaces:
java.util.Comparator<byte[]>
Enclosing class:
BooleanType

public static class BooleanType.BoolComparator
extends java.lang.Object
implements java.util.Comparator<byte[]>


Constructor Summary
BooleanType.BoolComparator()
           
 
Method Summary
 int compare(byte[] left, byte[] right)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

BooleanType.BoolComparator

public BooleanType.BoolComparator()
Method Detail

compare

public int compare(byte[] left,
                   byte[] right)
Specified by:
compare in interface java.util.Comparator<byte[]>