A B C D E F G H I K L M N O P R S T U V W 

T

tailMap(String) - Method in class net.sf.plist.defaults.NSDefaults
toBoolean() - Method in class net.sf.plist.NSObject
 
toBytes() - Method in class net.sf.plist.NSBoolean
Get the raw data of the value.
toBytes() - Method in class net.sf.plist.NSData
Return the contents of this object as primitive array.
Because the array is copied to keep this object immutable, it's recommended to use NSData.toStream() instead.
toBytes() - Method in class net.sf.plist.NSObject
Get the raw data of the value.
toBytes() - Method in class net.sf.plist.NSString
Get the raw data of the value.
toDate() - Method in class net.sf.plist.NSDate
Get the Date represented by this object.
toDate() - Method in class net.sf.plist.NSObject
Get the value as a date.
toDictionary() - Method in class net.sf.plist.defaults.NSDefaults
Get the root of this NSDefaults as NSDictionary
toDouble() - Method in class net.sf.plist.NSArray
Return the value as a double.
toDouble() - Method in class net.sf.plist.NSBoolean
Return the value as a double.
toDouble() - Method in class net.sf.plist.NSData
Return the value as a double.
toDouble() - Method in class net.sf.plist.NSDate
Generate a double value which represents the Date contained within the object.
toDouble() - Method in class net.sf.plist.NSDictionary
Return the value as a double.
toDouble() - Method in class net.sf.plist.NSInteger
Return the value as a double.
toDouble() - Method in class net.sf.plist.NSObject
Return the value as a double.
toDouble() - Method in class net.sf.plist.NSReal
Get the contents of this object as a double.
toDouble() - Method in class net.sf.plist.NSString
Return the value as a double.
toInteger() - Method in class net.sf.plist.NSObject
Return the value as an int.
toList() - Method in class net.sf.plist.NSArray
Get an unlinked modifiable List containing all values of this object.
toList() - Method in class net.sf.plist.NSDictionary
Try to retrieve the list contained in this NSObject.
toList() - Method in class net.sf.plist.NSObject
Try to retrieve the list contained in this NSObject.
toLong() - Method in class net.sf.plist.NSArray
Return the value as a long.
toLong() - Method in class net.sf.plist.NSBoolean
Return the value as a long.
toLong() - Method in class net.sf.plist.NSData
Get the length of the content in bytes.
toLong() - Method in class net.sf.plist.NSDate
Return the value as a long.
toLong() - Method in class net.sf.plist.NSDictionary
Return the value as a long.
toLong() - Method in class net.sf.plist.NSInteger
Get the contents of this object as a long.
toLong() - Method in class net.sf.plist.NSObject
Return the value as a long.
toLong() - Method in class net.sf.plist.NSReal
Return the value as a long.
toLong() - Method in class net.sf.plist.NSString
Return the value as a long.
toMap() - Method in class net.sf.plist.NSArray
Try to retrieve the SortedMap contained in this NSObject.
toMap() - Method in class net.sf.plist.NSBoolean
Try to retrieve the SortedMap contained in this NSObject.
toMap() - Method in class net.sf.plist.NSDictionary
Get an unlinked modifiable SortedMap containing all values of this object.
toMap() - Method in class net.sf.plist.NSObject
Try to retrieve the SortedMap contained in this NSObject.
toNumber() - Method in class net.sf.plist.NSBoolean
Return the value as a number.
toNumber() - Method in class net.sf.plist.NSInteger
Get the contents of this object as a Number.
toNumber() - Method in class net.sf.plist.NSNumber
Get the contents of this object as a Number.
toNumber() - Method in class net.sf.plist.NSObject
Return the value as a number.
toNumber() - Method in class net.sf.plist.NSReal
Get the contents of this object as a Number.
toNumber() - Method in class net.sf.plist.NSString
Return the value as a number.
toStream() - Method in class net.sf.plist.NSData
Get a ByteArrayInputStream which can be used to read the contents of this object.
toStream() - Method in class net.sf.plist.NSObject
Get a ByteArrayInputStream in which encapsulates the result of NSObject.toBytes().
toString() - Method in class net.sf.plist.NSBoolean
Get the String representation of this objects value.
toString() - Method in class net.sf.plist.NSData
Returns an unformatted hexadecimal representation of the content.
toString() - Method in class net.sf.plist.NSObject
Get the String representation of this objects value.
TRUE - Static variable in class net.sf.plist.NSBoolean
Represents Boolean.TRUE
A B C D E F G H I K L M N O P R S T U V W