christophedelory.plist
Class Real
java.lang.Object
christophedelory.plist.PlistObject
christophedelory.plist.PlistText
christophedelory.plist.Real
public class Real
- extends PlistText
The real numerical primitive.
Contents should represent a floating point number matching ("+" | "-")? d+ ("."d*)? ("E" ("+" | "-") d+)? where d is a digit 0-9.
- Version:
- $Revision: 91 $
- Author:
- Christophe Delory
Constructor Summary |
Real()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Real
public Real()
Copyright © 2008-2009 Christophe Delory. All Rights Reserved.