org.hypergraphdb.type.javaprimitive
Class DoubleType.DoubleComparator

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

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


Constructor Summary
DoubleType.DoubleComparator()
           
 
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

DoubleType.DoubleComparator

public DoubleType.DoubleComparator()
Method Detail

compare

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