public class NumberUtils extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
NumberUtils()
Instantiates a new number utils.
|
| Modifier and Type | Method and Description |
|---|---|
static List<Integer> |
convertListToInteger(List<Object> input)
Convert list to integer.
|
static Integer |
convertObjectToInteger(Object input)
Convert object to integer.
|
Copyright © 2014 Gentics Software GmbH. All Rights Reserved.