com.gentics.portal
Class NumberUtils

java.lang.Object
  extended by com.gentics.portal.NumberUtils

public class NumberUtils
extends Object

The Class NumberUtils.

 

Constructor Summary
protected NumberUtils()
          Instantiates a new number utils.
 
Method Summary
static List<Integer> convertListToInteger(List<Object> input)
          Convert list to integer.
static Integer convertObjectToInteger(Object input)
          Convert object to integer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NumberUtils

protected NumberUtils()
Instantiates a new number utils.

Method Detail

convertObjectToInteger

public static Integer convertObjectToInteger(Object input)
Convert object to integer.

Parameters:
input - the input
Returns:
the integer

convertListToInteger

public static List<Integer> convertListToInteger(List<Object> input)
Convert list to integer.

Parameters:
input - the input
Returns:
the list


Copyright © 2014 Gentics Software GmbH. All Rights Reserved.