Class NumberUtil
- java.lang.Object
- 
- org.opendaylight.lispflowmapping.lisp.util.NumberUtil
 
- 
 public final class NumberUtil extends java.lang.Object
- 
- 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static byteasByte(java.lang.Byte number)static intasInt(java.lang.Integer number)static longasLong(java.lang.Long number)static shortasShort(java.lang.Short number)static shortasShort(org.opendaylight.yangtools.yang.common.Uint8 number)
 
- 
- 
- 
Method Detail- 
asIntpublic static int asInt(java.lang.Integer number) 
 - 
asBytepublic static byte asByte(java.lang.Byte number) 
 - 
asShortpublic static short asShort(java.lang.Short number) 
 - 
asShortpublic static short asShort(org.opendaylight.yangtools.yang.common.Uint8 number) 
 - 
asLongpublic static long asLong(java.lang.Long number) 
 
- 
 
-