org.apache.jackrabbit.core.query.lucene
Class DoubleField

java.lang.Object
  extended byorg.apache.jackrabbit.core.query.lucene.DoubleField

public class DoubleField
extends Object

The DoubleField class is a utility to convert double values into String values that are lexicographically ordered according to the double value.


Method Summary
static String doubleToString(double value)
           
static double stringToDouble(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

doubleToString

public static String doubleToString(double value)

stringToDouble

public static double stringToDouble(String value)


Copyright © 2004-2006 The Apache Software Foundation. All Rights Reserved.