org.apache.lucene.util
Class ToStringUtils
java.lang.Object
org.apache.lucene.util.ToStringUtils
public class ToStringUtils
- extends Object
Helper methods to ease implementing Object.toString()
.
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 |
ToStringUtils
public ToStringUtils()
boost
public static String boost(float boost)
- for printing boost only if not 1.0
Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.