org.apache.lucene.util
Class ToStringUtils

java.lang.Object
  extended by org.apache.lucene.util.ToStringUtils

public class ToStringUtils
extends Object

Helper methods to ease implementing Object.toString().


Constructor Summary
ToStringUtils()
           
 
Method Summary
static String boost(float boost)
          for printing boost only if not 1.0
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ToStringUtils

public ToStringUtils()
Method Detail

boost

public static String boost(float boost)
for printing boost only if not 1.0



Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.