Class NSNull
java.lang.Object
com.dd.plist.NSObject
com.dd.plist.NSNull
- All Implemented Interfaces:
Cloneable,Comparable<NSObject>
Internally used representation of the null value for storing it inside dictionaries and sets.
- Author:
- Daniel Dreibrodt
-
Method Summary
Modifier and TypeMethodDescriptionclone()Creates and returns a deep copy of this instance.intbooleanprotected voidtoASCII(StringBuilder ascii, int level) protected voidtoASCIIGnuStep(StringBuilder ascii, int level) Converts this NSObject into an equivalent object of the Java Runtime Environment.Methods inherited from class com.dd.plist.NSObject
fromJavaObject, getLocationInformation, indent, toJavaObject, toXMLPropertyList
-
Method Details
-
clone
-
toJavaObject
Description copied from class:NSObjectConverts this NSObject into an equivalent object of the Java Runtime Environment.NSArrayobjects are converted to arrays.NSDictionaryobjects are converted to objects extending theMapclass.NSSetobjects are converted to objects extending theSetclass.NSNumberobjects are converted to primitive number values (int, long, double or boolean).NSStringobjects are converted toStringobjects.NSDataobjects are converted to byte arrays.NSDateobjects are converted toDateobjects.UIDobjects are converted to byte arrays.
- Specified by:
toJavaObjectin classNSObject- Returns:
- A native java object representing this NSObject's value.
-
toASCII
-
toASCIIGnuStep
-
equals
-
compareTo
-