org.hypergraphdb.type.javaprimitive
Class FloatType.FloatComparator

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

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


Constructor Summary
FloatType.FloatComparator()
           
 
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

FloatType.FloatComparator

public FloatType.FloatComparator()
Method Detail

compare

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