public final class Longs extends Object
Modifier and Type | Method and Description |
---|---|
static Long |
parseDecimal(String s)
Converts a String into a Long by first parsing it as Double and then casting it to Long.
|
Copyright © 2022. All rights reserved.