Package com.rometools.utils
Class Longs
- java.lang.Object
-
- com.rometools.utils.Longs
-
public final class Longs extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LongparseDecimal(String s)Converts a String into a Long by first parsing it as Double and then casting it to Long.
-