org.hypergraphdb.type.javaprimitive
Class NumericTypeBase.NumericComparator

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

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


Constructor Summary
NumericTypeBase.NumericComparator()
           
 
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

NumericTypeBase.NumericComparator

public NumericTypeBase.NumericComparator()
Method Detail

compare

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