gov.nist.microanalysis.Utility
Class TextUtilities
java.lang.Object
gov.nist.microanalysis.Utility.TextUtilities
public class TextUtilities
- extends java.lang.Object
Some utilities for handling text in pre 1.5 JDKs
Copyright: Pursuant to title 17 Section 105 of the United States Code this
software is not subject to copyright protection and is in the public domain
Company: National Institute of Standards and Technology
- Version:
- 1.0
- Author:
- not attributable
|
Method Summary |
static java.lang.String |
replace(java.lang.String src,
java.lang.String before,
java.lang.String after)
|
static java.lang.String |
toString(double[] da)
toString - A replacement for the Arrays.toString available starting with
Java 5. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TextUtilities
public TextUtilities()
toString
public static final java.lang.String toString(double[] da)
- toString - A replacement for the Arrays.toString available starting with
Java 5.
- Parameters:
da - double[]
- Returns:
- String
replace
public static final java.lang.String replace(java.lang.String src,
java.lang.String before,
java.lang.String after)