Class LongValue
java.lang.Object
com.espertech.esper.common.internal.util.LongValue
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic long
parseString
(String value) Parse the string containing a long value.
-
Constructor Details
-
LongValue
public LongValue()
-
-
Method Details
-
parseString
Parse the string containing a long value.- Parameters:
value
- is the textual long value- Returns:
- long value
-