christophedelory.plist
Class Integer
java.lang.Object
christophedelory.plist.PlistObject
christophedelory.plist.PlistText
christophedelory.plist.Integer
public class Integer
- extends PlistText
The integer numerical primitive.
Contents should represent a (possibly signed) integer number in base 10.
- Version:
- $Revision: 55 $
- Author:
- Christophe Delory
Constructor Summary |
Integer()
Builds a new and empty integer. |
Integer(int value)
Builds a new integer with the specified value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Integer
public Integer()
- Builds a new and empty integer.
Integer
public Integer(int value)
- Builds a new integer with the specified value.
- Parameters:
value
- the integer value.
- Throws:
NullPointerException
- if value
is null
.
Copyright © 2008-2009 Christophe Delory. All Rights Reserved.