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

N

net.sf.plist - package net.sf.plist
 
net.sf.plist.defaults - package net.sf.plist.defaults
 
net.sf.plist.io - package net.sf.plist.io
 
net.sf.plist.io.bin - package net.sf.plist.io.bin
 
net.sf.plist.io.domxml - package net.sf.plist.io.domxml
 
net.sf.plist.util - package net.sf.plist.util
 
NSArray - Class in net.sf.plist
Ordered list of NSObjects.
NSArray(List<NSObject>) - Constructor for class net.sf.plist.NSArray
Constructor.
NSBoolean - Class in net.sf.plist
Represents a value of either Boolean.TRUE or Boolean.FALSE.
NSBoolean(boolean) - Constructor for class net.sf.plist.NSBoolean
Constructor.
NSCollection - Class in net.sf.plist
Parent class to NSArray and NSDictionary to make these classes, which contain NSObjects themselves, easier identifiable.
NSCollection() - Constructor for class net.sf.plist.NSCollection
 
NSData - Class in net.sf.plist
Represents a binary blob.
NSData(byte[]) - Constructor for class net.sf.plist.NSData
Constructor.
NSDate - Class in net.sf.plist
Represents a date and time.
NSDate(Date) - Constructor for class net.sf.plist.NSDate
Constructor.
NSDate(double) - Constructor for class net.sf.plist.NSDate
Constructor for Double values.
NSDefaults - Class in net.sf.plist.defaults
NSDefaults is an implementation of the defaults system used in Mac OS X.
NSDefaults(File) - Constructor for class net.sf.plist.defaults.NSDefaults
Construct using a fixed file.
NSDictionary - Class in net.sf.plist
A key/value store, with String as keys and NSObject as values.
Usually, the root node of a Property List is a NSDictionary.
NSDictionary(SortedMap<String, NSObject>) - Constructor for class net.sf.plist.NSDictionary
Standard constructor.
NSDictionary(Map<String, NSObject>) - Constructor for class net.sf.plist.NSDictionary
Alternative constructor.
NSInteger - Class in net.sf.plist
Represents an integer number between -2^63 and 2^63-1.
NSInteger(long) - Constructor for class net.sf.plist.NSInteger
Constructor.
NSNumber - Class in net.sf.plist
Represents a number.
The NSNumber is either an NSInteger or a NSReal.
NSNumber() - Constructor for class net.sf.plist.NSNumber
 
NSObject - Class in net.sf.plist
Every Property List contains one or more NSObjects.
NSReal - Class in net.sf.plist
Represents an real number of 64 bits in size.
NSReal(double) - Constructor for class net.sf.plist.NSReal
Constructor.
NSString - Class in net.sf.plist
Represents a string.
NSString(String) - Constructor for class net.sf.plist.NSString
Constructor.
numObjects - Variable in class net.sf.plist.io.bin.BinaryParser
Number of objects in stream
numObjects - Variable in class net.sf.plist.io.bin.BinaryWriter
Number of objects in stream
A B C D E F G H I K L M N O P R S T U V W