Package com.itextpdf.io.util
Class NumberUtil
- java.lang.Object
-
- com.itextpdf.io.util.NumberUtil
-
public class NumberUtil extends java.lang.Object
This file is a helper class for internal usage only. Be aware that its API and functionality may be changed in future.
-
-
Constructor Summary
Constructors Modifier Constructor Description private
NumberUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.Float
asFloat(java.lang.Object obj)
static java.lang.Integer
asInteger(java.lang.Object obj)
-