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

A

abbreviation() - Method in class net.wotonomy.foundation.NSTimeZone
 
abbreviationDictionary() - Static method in class net.wotonomy.foundation.NSTimeZone
 
abbreviationForTimestamp(NSTimestamp) - Method in class net.wotonomy.foundation.NSTimeZone
 
add(int, Object) - Method in class net.wotonomy.foundation.NSArray
 
add(Object) - Method in class net.wotonomy.foundation.NSArray
 
add(int, Object) - Method in class net.wotonomy.foundation.NSMutableArray
 
add(Object) - Method in class net.wotonomy.foundation.NSMutableArray
 
addAll(Collection) - Method in class net.wotonomy.foundation.NSArray
 
addAll(int, Collection) - Method in class net.wotonomy.foundation.NSArray
 
addAll(Collection) - Method in class net.wotonomy.foundation.NSMutableArray
 
addAll(int, Collection) - Method in class net.wotonomy.foundation.NSMutableArray
 
addEntriesFromDictionary(Map) - Method in class net.wotonomy.foundation.NSMutableDictionary
Copies all mappings from the specified dictionary to this dictionary, replacing any mappings this map had for any keys in the specified map.
addObject(Object) - Method in class net.wotonomy.foundation.NSMutableArray
Adds the specified object to the end of this array.
addObjectsFromArray(Collection) - Method in class net.wotonomy.foundation.NSMutableArray
Adds all objects in the specified collection.
addObserver(Object, NSSelector, String, Object) - Method in class net.wotonomy.foundation.NSNotificationCenter
Addes the specified observer to the notification queue for notifications with the specified name or the specified object or both.
addURL(URL) - Method in class net.wotonomy.foundation.internal.NetworkClassLoader
Adds the given URL to this class loader.
allBundles() - Static method in class net.wotonomy.foundation.NSBundle
Deprecated. use mainBundle() to access the application bundle and frameworkBundles() to access any frameworks.
allFrameworks() - Static method in class net.wotonomy.foundation.NSBundle
Deprecated. use frameworkBundles() to access any frameworks.
allKeys() - Method in class net.wotonomy.foundation.NSDictionary
Returns an NSArray containing all keys in this dictionary.
allKeysForObject(Object) - Method in class net.wotonomy.foundation.NSDictionary
Returns an NSArray containing all keys that reference the specified value.
allObjects() - Method in class net.wotonomy.foundation.NSSet
Returns an NSArray containing all objects in the set.
allowDebugLoggingForGroups(long) - Static method in class net.wotonomy.foundation.NSLog
Adds the specified group masks to those allowed for logging.
allowedDebugLevel() - Static method in class net.wotonomy.foundation.NSLog
Returns the current logging debug level.
allValues() - Method in class net.wotonomy.foundation.NSDictionary
Returns an NSArray containing all values in this dictionary.
anyObject() - Method in class net.wotonomy.foundation.NSSet
 
appendByte(byte) - Method in class net.wotonomy.foundation.NSMutableData
 
appendBytes(byte[]) - Method in class net.wotonomy.foundation.NSMutableData
 
appendData(NSData) - Method in class net.wotonomy.foundation.NSMutableData
Appends the specified data to the end of this data.
appendln(boolean) - Method in class net.wotonomy.foundation.NSLog.Logger
Convenience to append a Boolean.
appendln(byte) - Method in class net.wotonomy.foundation.NSLog.Logger
Convenience to append a Byte.
appendln(byte[]) - Method in class net.wotonomy.foundation.NSLog.Logger
Convenience to write a String comprised of the byte array using the default encoding.
appendln(char) - Method in class net.wotonomy.foundation.NSLog.Logger
Convenience to append a Character.
appendln(char[]) - Method in class net.wotonomy.foundation.NSLog.Logger
Convenience to append a String comprised of the character array.
appendln(double) - Method in class net.wotonomy.foundation.NSLog.Logger
Convenience to append a Double.
appendln(float) - Method in class net.wotonomy.foundation.NSLog.Logger
Convenience to append a Float.
appendln(int) - Method in class net.wotonomy.foundation.NSLog.Logger
Convenience to append a Integer.
appendln(long) - Method in class net.wotonomy.foundation.NSLog.Logger
Convenience to append a Long.
appendln(short) - Method in class net.wotonomy.foundation.NSLog.Logger
Convenience to append a Short
appendln(Throwable) - Method in class net.wotonomy.foundation.NSLog.Logger
Convenience to append a Throwable.
appendln(Object) - Method in class net.wotonomy.foundation.NSLog.Logger
Writes the object to the log.
appendln() - Method in class net.wotonomy.foundation.NSLog.Logger
Appends a line to the log.
appendln() - Method in class net.wotonomy.foundation.NSLog.PrintStreamLogger
Sends a newline to the print stream.
appendln(Throwable) - Method in class net.wotonomy.foundation.NSLog.PrintStreamLogger
Writes the throwable to the print stream.
appendln(Object) - Method in class net.wotonomy.foundation.NSLog.PrintStreamLogger
Writes aValue.toString to the print stream.
arrayBackedByList(List) - Static method in class net.wotonomy.foundation.NSArray
Returns an NSArray backed by the specified List.
arrayByAddingObject(Object) - Method in class net.wotonomy.foundation.NSArray
Returns an array containing all objects in this array plus the specified object.
arrayByAddingObjectsFromArray(Collection) - Method in class net.wotonomy.foundation.NSArray
Returns an array containing all objects in this array plus all objects in the specified list.
arrayForString(String) - Static method in class net.wotonomy.foundation.NSPropertyListSerialization
Creates a NSArray object from a string representation.
AscendingCaseInsensitiveStringComparator - Static variable in class net.wotonomy.foundation.NSComparator
 
AscendingNumberComparator - Static variable in class net.wotonomy.foundation.NSComparator
 
AscendingStringComparator - Static variable in class net.wotonomy.foundation.NSComparator
 
AscendingTimestampComparator - Static variable in class net.wotonomy.foundation.NSComparator
 
AWTEventsRunLoopOrdering - Static variable in class net.wotonomy.foundation.NSRunLoop
This is the ordering at which the conventional AWT event queue will be executed.

B

before(NSTimeZone.__NSTZPeriod) - Method in class net.wotonomy.foundation.NSTimeZone.__NSTZPeriod
 
booleanForString(String) - Static method in class net.wotonomy.foundation.NSPropertyListSerialization
 
bundleClassNames() - Method in class net.wotonomy.foundation.NSBundle
 
bundleClassPackageNames() - Method in class net.wotonomy.foundation.NSBundle
TODO: figure out what this does.
BundleDidLoadNotification - Static variable in class net.wotonomy.foundation.NSBundle
 
bundleForClass(Class) - Static method in class net.wotonomy.foundation.NSBundle
Returns the bundle that contains the provided class, if any.
bundleForName(String) - Static method in class net.wotonomy.foundation.NSBundle
This method returns a bundle, either from cache, or if it doesn't exist yet, it attempts to look it up - first from the classpath, then from the resource path.
bundlePath() - Method in class net.wotonomy.foundation.NSBundle
 
bundleWithPath(String) - Static method in class net.wotonomy.foundation.NSBundle
Deprecated. Apple's WebObjects says you should not load from arbitrary path.
bundleWithURL(URL) - Static method in class net.wotonomy.foundation.NSBundle
Note:This method is only in Wotonomy.
bytes - Variable in class net.wotonomy.foundation.NSData
 
bytes(int, int) - Method in class net.wotonomy.foundation.NSData
Returns a copy of the bytes starting at the specified location and ranging for the specified length.
bytes() - Method in class net.wotonomy.foundation.NSData
Returns a copy of the bytes backing this data object.
bytesForResourcePath(String) - Method in class net.wotonomy.foundation.NSBundle
Returns a byte array for the given resource path.

C

cancelPerformSelectorWithOrder(NSSelector, Object, Object) - Method in class net.wotonomy.foundation.NSRunLoop
Cancels the next scheduled invocation of the specified selector, target, and parameter.
classForCoder(Object) - Method in class net.wotonomy.foundation.NSCoding._NumberSupport
Not yet implemented
classForCoder(Object) - Method in class net.wotonomy.foundation.NSCoding.Support
Return the class of a given object.
classForCoder() - Method in class net.wotonomy.foundation.NSTimestamp
 
classForCoder() - Method in class net.wotonomy.foundation.NSTimeZone
 
classNames - Variable in class net.wotonomy.foundation.NSBundle
 
clear() - Method in class net.wotonomy.foundation.internal.NetworkClassLoader
This method resets this ClassLoader's state.
clear() - Method in class net.wotonomy.foundation.internal.QueueMap
Removes all the entries from this map.
clear() - Method in class net.wotonomy.foundation.NSArray
 
clear() - Method in class net.wotonomy.foundation.NSMutableArray
 
clone(Object) - Static method in class net.wotonomy.foundation.internal.Duplicator
Creates a new copy of the specified object.
clone() - Method in class net.wotonomy.foundation.NSArray
 
clone() - Method in class net.wotonomy.foundation.NSMutableArray
 
clone() - Method in class net.wotonomy.foundation.NSMutableRange
Returns a copy of this range.
clone() - Method in class net.wotonomy.foundation.NSRange
Returns a copy of this range.
clone() - Method in class net.wotonomy.foundation.NSTimeZone
 
clonePropertiesForObject(Object) - Static method in class net.wotonomy.foundation.internal.Duplicator
Returns a Map containing only the mutable properties for the specified object and deep clones of their values.
close() - Method in class net.wotonomy.foundation.internal.URLResourceReader
 
comparator() - Method in class net.wotonomy.foundation.NSSelector
Returns the Comparator used for this selector.
compare(Object, Object) - Method in class net.wotonomy.foundation.internal.PropertyComparator
 
compare(Object, Object) - Method in class net.wotonomy.foundation.NSComparator._NSSelectorComparator
 
compare(Object, Object) - Method in class net.wotonomy.foundation.NSComparator
 
compare(Date) - Method in class net.wotonomy.foundation.NSDate
Returns a negative value if the specified date is later than this date, a positive value if the specified date is earlier than this date, or zero if the dates are equal.
compare(Object, Object) - Method in class net.wotonomy.foundation.NSSelector
 
compare(NSTimestamp) - Method in class net.wotonomy.foundation.NSTimestamp
 
compare(Object, Object) - Method in class net.wotonomy.foundation.NSTimeZone.__NSTZPeriodComparator
 
componentsJoinedByString(String) - Method in class net.wotonomy.foundation.NSArray
Returns a string containing the string representations of each element in this array, with each element separated from each neighboring element by the specified string.
componentsSeparatedByString(String, String) - Static method in class net.wotonomy.foundation.NSArray
Returns an array consisting of strings within the specified string as delimited by the specified separator characters.
contains(Object) - Method in class net.wotonomy.foundation.NSArray
 
containsAll(Collection) - Method in class net.wotonomy.foundation.NSArray
 
containsKey(Object) - Method in class net.wotonomy.foundation.internal.QueueMap
Tests to see if the key is contained in the map.
containsObject(Object) - Method in class net.wotonomy.foundation.NSArray
Returns whether an equivalent object is contained in this array.
containsObject(Object) - Method in class net.wotonomy.foundation.NSSet
Returns whether this set contains the specified object.
containsValue(Object) - Method in class net.wotonomy.foundation.internal.QueueMap
Tests to see if the value is contained in the map.
convert(Object, Class) - Static method in class net.wotonomy.foundation.internal.ValueConverter
Called by convertObjectToClass() when we need to convert to an unrecognized type.
convertObjectToClass(Object, Class) - Static method in class net.wotonomy.foundation.internal.ValueConverter
Returns the specified object as converted to an instance of the specified class, or null if the conversion could not be performed.
copy(Object, Object) - Static method in class net.wotonomy.foundation.internal.Duplicator
Copies values from one object to another.
count() - Method in class net.wotonomy.foundation.NSArray
Returns the number of items in this array.
count() - Method in class net.wotonomy.foundation.NSDictionary
Returns a count of the key-value pairs in this dictionary.
count() - Method in class net.wotonomy.foundation.NSSet
Returns the number of elements in this set.
currentRunLoop() - Static method in class net.wotonomy.foundation.NSRunLoop
Returns the singleton instance of NSRunLoop.
currentTimeIntervalSinceReferenceDate() - Static method in class net.wotonomy.foundation.NSDate
Returns the number of seconds between now and the reference date.
currentTimeIntervalSinceReferenceDate() - Static method in class net.wotonomy.foundation.NSTimestamp
 

D

data() - Method in class net.wotonomy.foundation.NSTimeZone
 
dataFromPropertyList(String) - Static method in class net.wotonomy.foundation.NSPropertyListSerialization
Creates a NSData instance from a string representation.
dataWithContentsOfMappedFile(File) - Static method in class net.wotonomy.foundation.NSData
Convenience to return the contents of the specified file.
dateByAddingTimeInterval(double) - Method in class net.wotonomy.foundation.NSDate
Returns a date that differs from this date by the specified number of seconds.
dayOfCommonEra() - Method in class net.wotonomy.foundation.NSTimestamp
 
dayOfMonth() - Method in class net.wotonomy.foundation.NSTimestamp
 
dayOfWeek() - Method in class net.wotonomy.foundation.NSTimestamp
 
dayOfYear() - Method in class net.wotonomy.foundation.NSTimestamp
 
debug - Static variable in class net.wotonomy.foundation.NSLog
The logger to which debug statements should be conditionally written.
DebugGroupApplicationGeneration - Static variable in class net.wotonomy.foundation.NSLog
 
DebugGroupArchiving - Static variable in class net.wotonomy.foundation.NSLog
 
DebugGroupAssociations - Static variable in class net.wotonomy.foundation.NSLog
 
DebugGroupComponentBindings - Static variable in class net.wotonomy.foundation.NSLog
 
DebugGroupComponents - Static variable in class net.wotonomy.foundation.NSLog
 
DebugGroupControllers - Static variable in class net.wotonomy.foundation.NSLog
 
DebugGroupDatabaseAccess - Static variable in class net.wotonomy.foundation.NSLog
 
DebugGroupDeployment - Static variable in class net.wotonomy.foundation.NSLog
 
DebugGroupEnterpriseObjects - Static variable in class net.wotonomy.foundation.NSLog
 
DebugGroupFormatting - Static variable in class net.wotonomy.foundation.NSLog
 
DebugGroupIO - Static variable in class net.wotonomy.foundation.NSLog
 
DebugGroupJSPServlets - Static variable in class net.wotonomy.foundation.NSLog
 
DebugGroupKeyValueCoding - Static variable in class net.wotonomy.foundation.NSLog
 
DebugGroupModel - Static variable in class net.wotonomy.foundation.NSLog
 
DebugGroupMultithreading - Static variable in class net.wotonomy.foundation.NSLog
 
DebugGroupParsing - Static variable in class net.wotonomy.foundation.NSLog
 
DebugGroupQualifiers - Static variable in class net.wotonomy.foundation.NSLog
 
DebugGroupReflection - Static variable in class net.wotonomy.foundation.NSLog
 
DebugGroupRequestHandling - Static variable in class net.wotonomy.foundation.NSLog
 
DebugGroupResources - Static variable in class net.wotonomy.foundation.NSLog
 
DebugGroupRules - Static variable in class net.wotonomy.foundation.NSLog
 
DebugGroupSQLGeneration - Static variable in class net.wotonomy.foundation.NSLog
 
DebugGroupTiming - Static variable in class net.wotonomy.foundation.NSLog
 
DebugGroupUserInterface - Static variable in class net.wotonomy.foundation.NSLog
 
DebugGroupValidation - Static variable in class net.wotonomy.foundation.NSLog
 
DebugGroupWebObjects - Static variable in class net.wotonomy.foundation.NSLog
 
DebugGroupWebServices - Static variable in class net.wotonomy.foundation.NSLog
 
DebugLevelCritical - Static variable in class net.wotonomy.foundation.NSLog
 
DebugLevelDetailed - Static variable in class net.wotonomy.foundation.NSLog
 
DebugLevelInformational - Static variable in class net.wotonomy.foundation.NSLog
 
DebugLevelOff - Static variable in class net.wotonomy.foundation.NSLog
 
debugLoggingAllowedForGroups(long) - Static method in class net.wotonomy.foundation.NSLog
Returns whether logging is allowed for the specified groups masks.
debugLoggingAllowedForLevel(int) - Static method in class net.wotonomy.foundation.NSLog
Returns whether logging is allowed for the specified level.
debugLoggingAllowedForLevelAndGroups(int, long) - Static method in class net.wotonomy.foundation.NSLog
Returns whether logging allowed for the specified groups masks at the specified level.
decode(InputStream, String, URL) - Method in interface net.wotonomy.foundation.xml.XMLDecoder
Decodes an object from the specified input stream.
decodeBoolean() - Method in class net.wotonomy.foundation.NSCoder
 
decodeByte() - Method in class net.wotonomy.foundation.NSCoder
 
decodeBytes() - Method in class net.wotonomy.foundation.NSCoder
 
decodeChar() - Method in class net.wotonomy.foundation.NSCoder
 
decodeClass() - Method in class net.wotonomy.foundation.NSCoder
 
decodeDouble() - Method in class net.wotonomy.foundation.NSCoder
 
decodeFloat() - Method in class net.wotonomy.foundation.NSCoder
 
decodeInt() - Method in class net.wotonomy.foundation.NSCoder
 
decodeLong() - Method in class net.wotonomy.foundation.NSCoder
 
decodeObject() - Method in class net.wotonomy.foundation.NSCoder
 
decodeObject(NSCoder) - Method in class net.wotonomy.foundation.NSCoding._BigDecimalSupport
Not yet implemented
decodeObject(NSCoder) - Method in class net.wotonomy.foundation.NSCoding._BigIntegerSupport
Not yet implemented
decodeObject(NSCoder) - Method in class net.wotonomy.foundation.NSCoding._BooleanSupport
Not yet implemented
decodeObject(NSCoder) - Method in class net.wotonomy.foundation.NSCoding._CharacterSupport
Not yet implemented
decodeObject(NSCoder) - Method in class net.wotonomy.foundation.NSCoding._DateSupport
Not yet implemented
decodeObject(NSCoder) - Method in class net.wotonomy.foundation.NSCoding._NumberSupport
Not yet implemented
decodeObject(NSCoder) - Method in class net.wotonomy.foundation.NSCoding._StringSupport
Not yet implemented
decodeObject(NSCoder) - Method in class net.wotonomy.foundation.NSCoding.Support
 
decodeObject(NSCoder) - Static method in class net.wotonomy.foundation.NSTimestamp
 
decodeObject(NSCoder) - Static method in class net.wotonomy.foundation.NSTimeZone
 
decodeObjects() - Method in class net.wotonomy.foundation.NSCoder
 
decodeShort() - Method in class net.wotonomy.foundation.NSCoder
 
deepClone(Object) - Static method in class net.wotonomy.foundation.internal.Duplicator
Creates a deep copy of the specified object.
deepCopy(Object, Object) - Static method in class net.wotonomy.foundation.internal.Duplicator
Deeply clones the values from one object and applies them to another object.
defaultCenter() - Static method in class net.wotonomy.foundation.NSNotificationCenter
Returns the system default center, creating one if it has not yet been created.
defaultLocalePrefix() - Static method in class net.wotonomy.foundation.NSBundle
Get the default prefix for locale.
defaultQueue() - Static method in class net.wotonomy.foundation.NSNotificationQueue
Returns the system default queue, creating one if it has not yet been created.
defaultTimeZone() - Static method in class net.wotonomy.foundation.NSTimeZone
 
defineClass(String, byte[]) - Method in class net.wotonomy.foundation.internal.NetworkClassLoader
java.lang.ClassLoader's defineClass method is final, so the its subclasses cannot override this method.
dequeueMatchingNotifications(NSNotification, int) - Method in class net.wotonomy.foundation.NSNotificationQueue
Removes notifications from the queue that match the specified notification, considering the specified coalesce mask.
DescendingCaseInsensitiveStringComparator - Static variable in class net.wotonomy.foundation.NSComparator
 
DescendingNumberComparator - Static variable in class net.wotonomy.foundation.NSComparator
 
DescendingStringComparator - Static variable in class net.wotonomy.foundation.NSComparator
 
DescendingTimestampComparator - Static variable in class net.wotonomy.foundation.NSComparator
 
dictionaryForString(String) - Static method in class net.wotonomy.foundation.NSPropertyListSerialization
Creates a NSDictionary instance from a string representation.
dispatchAllEvents() - Method in class net.wotonomy.foundation.NSRunLoop
Useful method, but not in the spec.
dispatchNextEvent() - Method in class net.wotonomy.foundation.NSRunLoop
Useful method, but not in the spec.
dispose() - Method in interface net.wotonomy.foundation.NSDisposable
 
distantFuture() - Static method in class net.wotonomy.foundation.NSDate
Returns a date that is greater than all representable dates.
DistantFuture - Static variable in class net.wotonomy.foundation.NSTimestamp
 
distantFuture() - Static method in class net.wotonomy.foundation.NSTimestamp
 
distantPast() - Static method in class net.wotonomy.foundation.NSDate
Returns a date that is less than all representable dates.
DistantPast - Static variable in class net.wotonomy.foundation.NSTimestamp
 
distantPast() - Static method in class net.wotonomy.foundation.NSTimestamp
 
Duplicator - Class in net.wotonomy.foundation.internal
Duplicator makes use of Introspector to duplicate objects, either by shallow copy, deep copy, or by copying properties from one object to apply to another object.
Duplicator() - Constructor for class net.wotonomy.foundation.internal.Duplicator
 

E

earlierDate(NSDate) - Method in class net.wotonomy.foundation.NSDate
Compares this date to the specified date and returns the earlier date.
earlierTimestamp(NSTimestamp) - Method in class net.wotonomy.foundation.NSTimestamp
 
editablePropertiesForObject(Object) - Static method in class net.wotonomy.foundation.internal.Duplicator
Returns a list of properties for the specified class that are both readable and writable.
EMPTY_CLASS_ARRAY - Static variable in class net.wotonomy.foundation.NSSelector
Saves creating a new class array for parameterless method invocation.
EMPTY_OBJECT_ARRAY - Static variable in class net.wotonomy.foundation.NSSelector
Saves creating a new object array for parameterless method invocation.
EmptyArray - Static variable in class net.wotonomy.foundation.NSArray
A constant representing an empty array.
EmptyData - Static variable in class net.wotonomy.foundation.NSData
 
EmptyDictionary - Static variable in class net.wotonomy.foundation.NSDictionary
 
encode(Object, OutputStream) - Method in interface net.wotonomy.foundation.xml.XMLEncoder
Encodes an object to the specified output stream as XML.
encodeBoolean(boolean) - Method in class net.wotonomy.foundation.NSCoder
 
encodeByte(byte) - Method in class net.wotonomy.foundation.NSCoder
 
encodeBytes(byte[]) - Method in class net.wotonomy.foundation.NSCoder
 
encodeChar(char) - Method in class net.wotonomy.foundation.NSCoder
 
encodeClass(Class) - Method in class net.wotonomy.foundation.NSCoder
 
encodeDouble(double) - Method in class net.wotonomy.foundation.NSCoder
 
encodeFloat(float) - Method in class net.wotonomy.foundation.NSCoder
 
encodeInt(int) - Method in class net.wotonomy.foundation.NSCoder
 
encodeLong(long) - Method in class net.wotonomy.foundation.NSCoder
 
encodeObject(Object) - Method in class net.wotonomy.foundation.NSCoder
 
encodeObjects(Object[]) - Method in class net.wotonomy.foundation.NSCoder
 
encodeShort(short) - Method in class net.wotonomy.foundation.NSCoder
 
encodeWithCoder(Object, NSCoder) - Method in class net.wotonomy.foundation.NSCoding._BigDecimalSupport
Not yet implemented
encodeWithCoder(Object, NSCoder) - Method in class net.wotonomy.foundation.NSCoding._BigIntegerSupport
Not yet implemented
encodeWithCoder(Object, NSCoder) - Method in class net.wotonomy.foundation.NSCoding._BooleanSupport
Not yet implemented
encodeWithCoder(Object, NSCoder) - Method in class net.wotonomy.foundation.NSCoding._ByteSupport
Not yet implemented
encodeWithCoder(Object, NSCoder) - Method in class net.wotonomy.foundation.NSCoding._CharacterSupport
Not yet implemented
encodeWithCoder(Object, NSCoder) - Method in class net.wotonomy.foundation.NSCoding._DateSupport
Not yet implemented
encodeWithCoder(Object, NSCoder) - Method in class net.wotonomy.foundation.NSCoding._DoubleSupport
Not yet implemented
encodeWithCoder(Object, NSCoder) - Method in class net.wotonomy.foundation.NSCoding._FloatSupport
Not yet implemented
encodeWithCoder(Object, NSCoder) - Method in class net.wotonomy.foundation.NSCoding._IntegerSupport
Not yet implemented
encodeWithCoder(Object, NSCoder) - Method in class net.wotonomy.foundation.NSCoding._LongSupport
Not yet implemented
encodeWithCoder(Object, NSCoder) - Method in class net.wotonomy.foundation.NSCoding._NumberSupport
Not yet implemented
encodeWithCoder(Object, NSCoder) - Method in class net.wotonomy.foundation.NSCoding._ShortSupport
Not yet implemented
encodeWithCoder(Object, NSCoder) - Method in class net.wotonomy.foundation.NSCoding._StringSupport
Not yet implemented
encodeWithCoder(Object, NSCoder) - Method in class net.wotonomy.foundation.NSCoding.Support
 
encodeWithCoder(NSCoder) - Method in class net.wotonomy.foundation.NSTimestamp
 
encodeWithCoder(NSCoder) - Method in class net.wotonomy.foundation.NSTimeZone
 
enqueueNotification(NSNotification, int) - Method in class net.wotonomy.foundation.NSNotificationQueue
Adds the notification to the queue to be run at the time specified by the posting style.
enqueueNotificationWithCoalesceMaskForModes(NSNotification, int, int, List) - Method in class net.wotonomy.foundation.NSNotificationQueue
Adds the notification to the queue to be run at the time specified by the posting style and coelesced as the specified mask indicates.
entrySet() - Method in class net.wotonomy.foundation.internal.QueueMap
Returns a set view of the mappings contained in this map.
equals(Object) - Method in class net.wotonomy.foundation.internal.PropertyComparator
 
equals(Object) - Method in class net.wotonomy.foundation.internal.QueueMap
Compares the specified object with this map for equality.
equals(Object) - Method in class net.wotonomy.foundation.internal.QueueMap.KeyValuePair
 
equals(Object) - Method in class net.wotonomy.foundation.NSArray
 
equals(Object) - Method in class net.wotonomy.foundation.NSNull
Implemented to return true for any instance of NSNull.
equals(Object) - Method in class net.wotonomy.foundation.NSRange
Returns whether the specified object is equal to this range.
equals(Object) - Method in class net.wotonomy.foundation.NSSelector
 
equals(NSTimeZone.__NSTZPeriod) - Method in class net.wotonomy.foundation.NSTimeZone.__NSTZPeriod
 
equals(Object) - Method in class net.wotonomy.foundation.NSTimeZone
 
err - Static variable in class net.wotonomy.foundation.NSLog
The logger to which error messages should be written, which may not always be user-visible.

F

finalize() - Method in class net.wotonomy.foundation.internal.NetworkClassLoader
This method resets this ClassLoader's state and resets the references for garbage collection.
findClass(String) - Method in class net.wotonomy.foundation.internal.NetworkClassLoader
Call this to bypass the implementation of loadClass.
findOrCreateBundleWithPath(String) - Static method in class net.wotonomy.foundation.NSBundle
 
findResource(String) - Method in class net.wotonomy.foundation.internal.NetworkClassLoader
Overridden to search for a resource and return a "jar"-style URL or normal "file" URL as necessary.
finishCoding() - Method in class net.wotonomy.foundation.NSCoder
 
firstObjectCommonWithArray(Collection) - Method in class net.wotonomy.foundation.NSArray
Returns the first object in this array that is equivalent to an object in the specified list, or null if no objects are in common.
flush() - Method in class net.wotonomy.foundation.NSLog.Logger
Flushes any buffered output to the log.
flush() - Method in class net.wotonomy.foundation.NSLog.PrintStreamLogger
Flushes the print stream.
frameworkBundles() - Static method in class net.wotonomy.foundation.NSBundle
 
fromString(String) - Static method in class net.wotonomy.foundation.NSRange
Parses a range from a string of the form "{x,y}" where x is the location and y is the length.

G

get(Object, String) - Static method in class net.wotonomy.foundation.internal.Introspector
Gets a value from an object or any of its child objects.
get(Object) - Method in class net.wotonomy.foundation.internal.QueueMap
Returns the corresponding value for the given key.
get(int) - Method in class net.wotonomy.foundation.NSArray
 
getArray(Object, Class) - Static method in class net.wotonomy.foundation.internal.ValueConverter
Convert the object to the specified array type.
getAvailableIDs() - Static method in class net.wotonomy.foundation.NSTimeZone
 
getBoolean(Object) - Static method in class net.wotonomy.foundation.internal.ValueConverter
Numbers equal to zero are true; Strings equal to "yes" are true; Strings are then passed to the Boolean constructor.
getBooleanValue(Object) - Static method in class net.wotonomy.foundation.internal.ValueConverter
Calls getBoolean and converts result to primitive.
getByte(Object) - Static method in class net.wotonomy.foundation.internal.ValueConverter
 
getByteValue(Object) - Static method in class net.wotonomy.foundation.internal.ValueConverter
 
getCharacter(Object) - Static method in class net.wotonomy.foundation.internal.ValueConverter
 
getCharValue(Object) - Static method in class net.wotonomy.foundation.internal.ValueConverter
 
getCollection(Object, Class) - Static method in class net.wotonomy.foundation.internal.ValueConverter
Converts the object into the specified collection class.
getDate(Object) - Static method in class net.wotonomy.foundation.internal.ValueConverter
Get an appropriate Date from the given object.
getDateFormat() - Static method in class net.wotonomy.foundation.internal.ValueConverter
 
getDefault() - Static method in class net.wotonomy.foundation.NSTimeZone
 
getDisplayName(boolean, int, Locale) - Method in class net.wotonomy.foundation.NSTimeZone
 
getDouble(Object) - Static method in class net.wotonomy.foundation.internal.ValueConverter
 
getDoubleValue(Object) - Static method in class net.wotonomy.foundation.internal.ValueConverter
 
getFirstKey() - Method in class net.wotonomy.foundation.internal.QueueMap
Returns the first key in the map.
getFloat(Object) - Static method in class net.wotonomy.foundation.internal.ValueConverter
 
getFloatValue(Object) - Static method in class net.wotonomy.foundation.internal.ValueConverter
 
getID() - Method in class net.wotonomy.foundation.NSTimeZone
 
getInteger(Object) - Static method in class net.wotonomy.foundation.internal.ValueConverter
 
getIntValue(Object) - Static method in class net.wotonomy.foundation.internal.ValueConverter
 
getKey() - Method in class net.wotonomy.foundation.internal.QueueMap.KeyValuePair
Returns the key object of this pair.
getKeyForValue(Object) - Method in class net.wotonomy.foundation.internal.QueueMap
Returns the associated key for this value.
getLastKey() - Method in class net.wotonomy.foundation.internal.QueueMap
Returns the last key in the map.
getLong(Object) - Static method in class net.wotonomy.foundation.internal.ValueConverter
 
getLongValue(Object) - Static method in class net.wotonomy.foundation.internal.ValueConverter
 
getNextEvent() - Method in class net.wotonomy.foundation.NSRunLoop
Remove an event from the EventQueue and return it.
getObjects(Object[]) - Method in class net.wotonomy.foundation.NSArray
Copies the elements of this array into the specified object array as the array's capacity permits.
getObjects(Object[], NSRange) - Method in class net.wotonomy.foundation.NSArray
Copies the elements of this array that fall within the specified range into the specified object array as the array's capacity permits.
getOffset(int, int, int, int, int, int) - Method in class net.wotonomy.foundation.NSTimeZone
 
getPropertyReadMethod(Class, String, Class[]) - Static method in class net.wotonomy.foundation.internal.Introspector
Utility method to get the read method for a property belonging to a class.
getPropertyReadMethod(Class, String, Object[]) - Static method in class net.wotonomy.foundation.internal.Introspector
Utility method to get a method for a property belonging to a class.
getPropertyWriteMethod(Class, String, Class[]) - Static method in class net.wotonomy.foundation.internal.Introspector
Utility method to get the write method for a property belonging to a class.
getPropertyWriteMethod(Class, String, Object[]) - Static method in class net.wotonomy.foundation.internal.Introspector
Utility method to get a method for a property belonging to a class.
getRawOffset() - Method in class net.wotonomy.foundation.NSTimeZone
 
getReadPropertiesForClass(Class) - Static method in class net.wotonomy.foundation.internal.Introspector
Gets a list of the readable properties for the given class.
getReadPropertiesForObject(Object) - Static method in class net.wotonomy.foundation.internal.Introspector
Gets a list of the readable properties for the given object, which may not be null.
getResource(String) - Method in class net.wotonomy.foundation.internal.URLResourceReader
Returns an array of bytes read for this resource if the resource exists.
getResourceAsStream(String) - Method in class net.wotonomy.foundation.internal.NetworkClassLoader
 
getResourceNames() - Method in class net.wotonomy.foundation.internal.URLResourceReader
Returns an Enumeration of all "known" resource names.
getShort(Object) - Static method in class net.wotonomy.foundation.internal.ValueConverter
 
getShortValue(Object) - Static method in class net.wotonomy.foundation.internal.ValueConverter
 
getString(Object) - Static method in class net.wotonomy.foundation.internal.ValueConverter
Get an appropriate String representation for the object.
getTime() - Method in class net.wotonomy.foundation.NSTimestamp
 
getURLs() - Method in class net.wotonomy.foundation.internal.NetworkClassLoader
 
getValue() - Method in class net.wotonomy.foundation.internal.QueueMap.KeyValuePair
Returns the the value object of this pair.
getValueForKey(Object) - Method in class net.wotonomy.foundation.internal.QueueMap
Returns the corresponding value for the given key.
getValueForObject(Object, String) - Static method in class net.wotonomy.foundation.internal.Introspector
Convenience to get a value for a property from an object.
getWrappedThrowable() - Method in exception net.wotonomy.foundation.internal.WotonomyException
Returns the wrapped throwable.
getWritePropertiesForClass(Class) - Static method in class net.wotonomy.foundation.internal.Introspector
Gets a list of the writable properties for the given class.
getWritePropertiesForObject(Object) - Static method in class net.wotonomy.foundation.internal.Introspector
Gets a list of the writable properties for the given object, which may not be null.
gregorianUnitsSinceTimestamp(NSTimestamp.IntRef, NSTimestamp.IntRef, NSTimestamp.IntRef, NSTimestamp.IntRef, NSTimestamp.IntRef, NSTimestamp.IntRef, NSTimestamp) - Method in class net.wotonomy.foundation.NSTimestamp
 

H

handleQueryWithUnboundKey(String) - Method in class net.wotonomy.foundation.NSDictionary
 
handleQueryWithUnboundKey(Object, String) - Static method in class net.wotonomy.foundation.NSKeyValueCoding.DefaultImplementation
Called by valueForKey when the specified key is not found on the specified object, if that object does not implement NSKeyValueCoding.
handleQueryWithUnboundKey(String) - Method in interface net.wotonomy.foundation.NSKeyValueCoding
Called by valueForKey when the specified key is not found on this object.
handleQueryWithUnboundKey(Object, String) - Static method in class net.wotonomy.foundation.NSKeyValueCoding.Utility
Calls the appropriate method if the object implements NSKeyValueCoding, otherwise calls the method on DefaultImplementation.
handleQueryWithUnboundKey(Object, String) - Static method in class net.wotonomy.foundation.NSKeyValueCodingSupport
Called by valueForKey when the specified key is not found on the specified object, if that object does not implement NSKeyValueCoding.
handleTakeValueForUnboundKey(Object, String) - Method in class net.wotonomy.foundation.NSDictionary
 
handleTakeValueForUnboundKey(Object, Object, String) - Static method in class net.wotonomy.foundation.NSKeyValueCoding.DefaultImplementation
Called by takeValueForKey when the specified key is not found on the specified object, if that object does not implement NSKeyValueCoding.
handleTakeValueForUnboundKey(Object, String) - Method in interface net.wotonomy.foundation.NSKeyValueCoding
Called by takeValueForKey when the specified key is not found on this object.
handleTakeValueForUnboundKey(Object, Object, String) - Static method in class net.wotonomy.foundation.NSKeyValueCoding.Utility
Calls the appropriate method if the object implements NSKeyValueCoding, otherwise calls the method on DefaultImplementation.
handleTakeValueForUnboundKey(Object, Object, String) - Static method in class net.wotonomy.foundation.NSKeyValueCodingSupport
Called by takeValueForKey when the specified key is not found on the specified object, if that object does not implement NSKeyValueCoding.
hashCode() - Method in class net.wotonomy.foundation.internal.QueueMap
Returns the hash code value for this map.
hashCode() - Method in class net.wotonomy.foundation.NSArray
 
hashCode() - Method in class net.wotonomy.foundation.NSNull
Hashcode of all instances is zero.
hashCode() - Method in class net.wotonomy.foundation.NSRange
Returns a hashCode.
hashCode() - Method in class net.wotonomy.foundation.NSTimeZone
 
hasSameRules(TimeZone) - Method in class net.wotonomy.foundation.NSTimeZone
 
hourOfDay() - Method in class net.wotonomy.foundation.NSTimestamp
 

I

immutableClone() - Method in class net.wotonomy.foundation.NSArray
 
immutableClone() - Method in class net.wotonomy.foundation.NSMutableArray
 
implementedByClass(Class) - Method in class net.wotonomy.foundation.NSSelector
Returns whether the class implements the method for this selector.
implementedByObject(Object) - Method in class net.wotonomy.foundation.NSSelector
Returns whether the object's class implements the method for this selector.
increaseLengthBy(int) - Method in class net.wotonomy.foundation.NSMutableData
Increases the size of the byte array by the specified amount.
inDaylightTime(Date) - Method in class net.wotonomy.foundation.NSTimeZone
 
indexOf(Object) - Method in class net.wotonomy.foundation.NSArray
 
indexOfIdenticalObject(Object) - Method in class net.wotonomy.foundation.NSArray
Returns the index of the specified object if it exists in the array, comparing by reference.
indexOfIdenticalObject(Object, NSRange) - Method in class net.wotonomy.foundation.NSArray
Returns the index of the first object in the array within the specified range equivalent to the specified object.
indexOfObject(Object) - Method in class net.wotonomy.foundation.NSArray
Returns the index of the first object in the array equivalent to the specified object.
indexOfObject(Object, NSRange) - Method in class net.wotonomy.foundation.NSArray
Returns the index of the first object in the array within the specified range equivalent to the specified object.
info - Variable in class net.wotonomy.foundation.NSBundle
 
infoDictionary() - Method in class net.wotonomy.foundation.NSBundle
 
inputStreamForResourcePath(String) - Method in class net.wotonomy.foundation.NSBundle
Returns an input stream for a given resource path.
insertObjectAtIndex(Object, int) - Method in class net.wotonomy.foundation.NSMutableArray
Inserts the specified object into this array at the specified index.
instance - Static variable in class net.wotonomy.foundation.NSRunLoop
The singleton instance.
intersectRange(NSRange) - Method in class net.wotonomy.foundation.NSMutableRange
Modifies this range to be the intersection of this range and the specified range.
intersectsRange(NSRange) - Method in class net.wotonomy.foundation.NSRange
Returns whether the specified range overlaps at any point with this range.
intersectsSet(Set) - Method in class net.wotonomy.foundation.NSSet
Returns whether this set has one or more elements in common with the specified set.
intForString(String) - Static method in class net.wotonomy.foundation.NSPropertyListSerialization
 
Introspector - Class in net.wotonomy.foundation.internal
This Introspector is a static utility class written to work around limitations in PropertyDescriptor and Introspector.

Of particular note are the get() and set() methods, which will attempt to get and set artibrary values on arbitrary objects to the best of its ability, converting values as appropriate.
Introspector() - Constructor for class net.wotonomy.foundation.internal.Introspector
 
IntrospectorException - Exception in net.wotonomy.foundation.internal
A WotonomyException that is thrown by Introspector.
IntrospectorException() - Constructor for exception net.wotonomy.foundation.internal.IntrospectorException
 
invert(Object) - Static method in class net.wotonomy.foundation.internal.ValueConverter
Returns the "inverted" value of the specified object.
invoke(Object, Object[]) - Method in class net.wotonomy.foundation.NSSelector
Invokes this selector's method on the specified object using the specified parameters.
invoke(Object) - Method in class net.wotonomy.foundation.NSSelector
Invokes this selector's method on the specified object with no parameters.
invoke(Object, Object) - Method in class net.wotonomy.foundation.NSSelector
Invokes this selector's method on the specified object with the specified parameter.
invoke(Object, Object, Object) - Method in class net.wotonomy.foundation.NSSelector
Invokes this selector's method on the specified object using the specified two parameters.
invoke(String, Class[], Object, Object[]) - Static method in class net.wotonomy.foundation.NSSelector
Invokes the method with the specified signature on the specified object using the specified parameters.
invoke(String, Object) - Static method in class net.wotonomy.foundation.NSSelector
Invokes the method with the specified signature on the specified object with no parameters.
invoke(String, Class[], Object, Object) - Static method in class net.wotonomy.foundation.NSSelector
Invokes the method with the specified signature on the specified object using the specified parameter.
invoke(String, Class[], Object, Object, Object) - Static method in class net.wotonomy.foundation.NSSelector
Invokes the method with the specified signature on the specified object using the specified two parameters.
invokeLaterWithOrder(Runnable, int) - Static method in class net.wotonomy.foundation.NSRunLoop
Causes runnable to have its run() method on the next event loop with the specified priority ordering.
isDaylightSavingTime() - Method in class net.wotonomy.foundation.NSTimeZone
 
isDaylightSavingTimeForTimestamp(NSTimestamp) - Method in class net.wotonomy.foundation.NSTimeZone
 
isEmpty() - Method in class net.wotonomy.foundation.internal.QueueMap
Returns true is this map contains no key-value mappings.
isEmpty() - Method in class net.wotonomy.foundation.NSArray
 
isEmpty() - Method in class net.wotonomy.foundation.NSRange
Returns whether this is an empty range, therefore whether the length is zero.
isEnabled() - Method in class net.wotonomy.foundation.NSLog.Logger
Returns whether the logger is enabled, the meaning of which is defined by the implementing class.
isEqual(Object) - Method in class net.wotonomy.foundation.NSData
 
isEqualToArray(List) - Method in class net.wotonomy.foundation.NSArray
Returns whether the specified list contains elements equivalent to those in this array in the same order.
isEqualToData(NSData) - Method in class net.wotonomy.foundation.NSData
Returns whether the specified data is equivalent to these data.
isEqualToDate(Date) - Method in class net.wotonomy.foundation.NSDate
Returns whether the this date is equal to the specified date, per the result of equals().
isEqualToDictionary(NSDictionary) - Method in class net.wotonomy.foundation.NSDictionary
Returns whether the specified dictionary has the same or equivalent key-value pairs as this dictionary.
isEqualToRange(NSRange) - Method in class net.wotonomy.foundation.NSRange
Returns whether the specified range is equal to this range.
isEqualToSet(Set) - Method in class net.wotonomy.foundation.NSSet
Returns whether this set contains the same object as the specified set.
isEqualToTimeZone(NSTimeZone) - Method in class net.wotonomy.foundation.NSTimeZone
 
isFramework - Variable in class net.wotonomy.foundation.NSBundle
 
isFramework() - Method in class net.wotonomy.foundation.NSBundle
 
isLocked() - Method in class net.wotonomy.foundation.NSLock
 
isSubrangeOfRange(NSRange) - Method in class net.wotonomy.foundation.NSRange
Returns whether this range is completely contained within the specified range.
isSubsetOfSet(Set) - Method in class net.wotonomy.foundation.NSSet
Returns whether this set is a subset of the specified set.
isVerbose() - Method in class net.wotonomy.foundation.NSLog.Logger
Returns whether the logger is verbose, the meaning of which is defined by the implementing class.
iterator() - Method in class net.wotonomy.foundation.NSArray
 
iterator() - Method in class net.wotonomy.foundation.NSMutableArray
 

K

keyEnumerator() - Method in class net.wotonomy.foundation.NSDictionary
Returns an enumeration over the keys in this dictionary.
keys() - Method in class net.wotonomy.foundation.internal.QueueMap
Returns an ordered list of keys from the map.
keySet() - Method in class net.wotonomy.foundation.internal.QueueMap
Returns the keys used in the map.
knownTimeZoneNames() - Static method in class net.wotonomy.foundation.NSTimeZone
 

L

lastIndexOf(Object) - Method in class net.wotonomy.foundation.NSArray
 
lastObject() - Method in class net.wotonomy.foundation.NSArray
Returns the last object in this array, or null if the array is empty.
laterDate(NSDate) - Method in class net.wotonomy.foundation.NSDate
Compares this date to the specified date and returns the later date.
laterTimestamp(NSTimestamp) - Method in class net.wotonomy.foundation.NSTimestamp
 
len - Variable in class net.wotonomy.foundation.NSRange
 
length() - Method in class net.wotonomy.foundation.NSData
Returns the length of the contained data.
length() - Method in class net.wotonomy.foundation.NSRange
Returns the length of this range.
listIterator() - Method in class net.wotonomy.foundation.NSArray
 
listIterator(int) - Method in class net.wotonomy.foundation.NSArray
 
listIterator() - Method in class net.wotonomy.foundation.NSMutableArray
 
listIterator(int) - Method in class net.wotonomy.foundation.NSMutableArray
 
load() - Method in class net.wotonomy.foundation.NSBundle
 
loadClass(String, boolean) - Method in class net.wotonomy.foundation.internal.NetworkClassLoader
 
loadClassData(String) - Method in class net.wotonomy.foundation.internal.NetworkClassLoader
 
loaded - Variable in class net.wotonomy.foundation.NSBundle
 
LoadedClassesNotification - Static variable in class net.wotonomy.foundation.NSBundle
 
loadResource(URL, String) - Method in class net.wotonomy.foundation.internal.NetworkClassLoader
 
loadResource(String) - Method in class net.wotonomy.foundation.internal.NetworkClassLoader
 
loc - Variable in class net.wotonomy.foundation.NSRange
 
localTimeZone() - Static method in class net.wotonomy.foundation.NSTimeZone
 
location() - Method in class net.wotonomy.foundation.NSRange
Returns the location of this range.
locationInRange(int) - Method in class net.wotonomy.foundation.NSRange
Returns whether the specified location is contained within this range.
lock() - Method in class net.wotonomy.foundation.NSLock
 
lock() - Method in interface net.wotonomy.foundation.NSLocking
 
lock() - Method in class net.wotonomy.foundation.NSMultiReaderLock
 
lock() - Method in class net.wotonomy.foundation.NSRecursiveLock
Acquire the lock, catching the thrown exception to mirror the behavior of com.webobjects.foundation.NSRecursiveLock.
lockForReading() - Method in class net.wotonomy.foundation.NSMultiReaderLock
 
lockForWriting() - Method in class net.wotonomy.foundation.NSMultiReaderLock
 

M

main(String[]) - Static method in class net.wotonomy.foundation.internal.PropertyListParser
 
main(String[]) - Static method in class net.wotonomy.foundation.internal.QueueMap
 
mainBundle() - Static method in class net.wotonomy.foundation.NSBundle
 
maxRange() - Method in class net.wotonomy.foundation.NSRange
Returns the maximum extent of the range.
member(Object) - Method in class net.wotonomy.foundation.NSSet
 
message - Variable in exception net.wotonomy.foundation.internal.WotonomyException
 
message - Variable in exception net.wotonomy.foundation.NSForwardException
 
methodMap - Variable in class net.wotonomy.foundation.NSSelector
 
methodName - Variable in class net.wotonomy.foundation.NSSelector
 
methodOnClass(Class) - Method in class net.wotonomy.foundation.NSSelector
Returns the appropriate method for the specified class.
methodOnObject(Object) - Method in class net.wotonomy.foundation.NSSelector
Convenience to get a method for an object.
microsecondOfSecond() - Method in class net.wotonomy.foundation.NSTimestamp
 
millisecondsToTimeInterval(long) - Static method in class net.wotonomy.foundation.NSDate
Converts milliseconds to seconds.
millisecondsToTimeInterval(long) - Static method in class net.wotonomy.foundation.NSTimestamp
 
minuteOfHour() - Method in class net.wotonomy.foundation.NSTimestamp
 
MissingPropertyException - Exception in net.wotonomy.foundation.internal
A IntrospectorException that is thrown by Introspector when a property does not exist for an object.
MissingPropertyException() - Constructor for exception net.wotonomy.foundation.internal.MissingPropertyException
 
monthOfYear() - Method in class net.wotonomy.foundation.NSTimestamp
 
mutableArrayBackedByList(List) - Static method in class net.wotonomy.foundation.NSMutableArray
Returns an NSArray backed by the specified List.
mutableClone() - Method in class net.wotonomy.foundation.NSArray
 
mutableClone() - Method in class net.wotonomy.foundation.NSMutableArray
 

N

name - Variable in class net.wotonomy.foundation.NSBundle
 
name() - Method in class net.wotonomy.foundation.NSBundle
 
name - Variable in class net.wotonomy.foundation.NSNotification
 
name() - Method in class net.wotonomy.foundation.NSNotification
Returns the name of this notification.
name() - Method in class net.wotonomy.foundation.NSSelector
Returns the name of the method.
name() - Method in class net.wotonomy.foundation.NSTimeZone
 
net.wotonomy.foundation - package net.wotonomy.foundation
A set of collections classes that are needed by the ui and web packages.
net.wotonomy.foundation.internal - package net.wotonomy.foundation.internal
 
net.wotonomy.foundation.xml - package net.wotonomy.foundation.xml
 
NetworkClassLoader - Class in net.wotonomy.foundation.internal
The correct name for this class should be URLClassLoader.
NetworkClassLoader(ClassLoader) - Constructor for class net.wotonomy.foundation.internal.NetworkClassLoader
Creates a new instance of the class loader.
NOT_FOUND - Static variable in class net.wotonomy.foundation.NSSelector
A marker to indicate object not found.
NotFound - Static variable in class net.wotonomy.foundation.NSArray
Return value when array index is not found.
NotificationCoalescingOnName - Static variable in class net.wotonomy.foundation.NSNotificationQueue
Used to indicate that this notification should be coalesced with other notifications with the same name.
NotificationCoalescingOnSender - Static variable in class net.wotonomy.foundation.NSNotificationQueue
Used to indicate that this notification should be coalesced with other notifications with the same object argument (which is typically the sender).
NotificationNoCoalescing - Static variable in class net.wotonomy.foundation.NSNotificationQueue
Used to indicate that this notification should not be coalesced with other notifications.
NSArray - Class in net.wotonomy.foundation
NSArray is an unmodifiable List.
NSArray() - Constructor for class net.wotonomy.foundation.NSArray
Default constructor returns an empty array.
NSArray(Object) - Constructor for class net.wotonomy.foundation.NSArray
Produces an array containing only the specified object.
NSArray(Object[]) - Constructor for class net.wotonomy.foundation.NSArray
Produces an array containing the specified objects.
NSArray(Collection) - Constructor for class net.wotonomy.foundation.NSArray
Produces an array containing the objects in the specified collection.
NSBundle - Class in net.wotonomy.foundation
An implementation of NSBundle.
NSBundle() - Constructor for class net.wotonomy.foundation.NSBundle
The default constructor, which is only public to support other framework functionality, and to be API compatible with Apple's WebObjects.
NSCoder - Class in net.wotonomy.foundation
A class that defines a simple encode/decode paradigm.
NSCoder() - Constructor for class net.wotonomy.foundation.NSCoder
 
NSCoding - Interface in net.wotonomy.foundation
A helper interface supporting the NSCoder APIs.
NSCoding._BigDecimalSupport - Class in net.wotonomy.foundation
Not yet implemented
NSCoding._BigDecimalSupport() - Constructor for class net.wotonomy.foundation.NSCoding._BigDecimalSupport
Not yet implemented
NSCoding._BigIntegerSupport - Class in net.wotonomy.foundation
Not yet implemented
NSCoding._BigIntegerSupport() - Constructor for class net.wotonomy.foundation.NSCoding._BigIntegerSupport
Not yet implemented
NSCoding._BooleanSupport - Class in net.wotonomy.foundation
Not yet implemented
NSCoding._BooleanSupport() - Constructor for class net.wotonomy.foundation.NSCoding._BooleanSupport
Not yet implemented
NSCoding._ByteSupport - Class in net.wotonomy.foundation
Not yet implemented
NSCoding._ByteSupport() - Constructor for class net.wotonomy.foundation.NSCoding._ByteSupport
Not yet implemented
NSCoding._CharacterSupport - Class in net.wotonomy.foundation
Not yet implemented
NSCoding._CharacterSupport() - Constructor for class net.wotonomy.foundation.NSCoding._CharacterSupport
Not yet implemented
NSCoding._DateSupport - Class in net.wotonomy.foundation
Not yet implemented
NSCoding._DateSupport() - Constructor for class net.wotonomy.foundation.NSCoding._DateSupport
Not yet implemented
NSCoding._DoubleSupport - Class in net.wotonomy.foundation
Not yet implemented
NSCoding._DoubleSupport() - Constructor for class net.wotonomy.foundation.NSCoding._DoubleSupport
Not yet implemented
NSCoding._FloatSupport - Class in net.wotonomy.foundation
Not yet implemented
NSCoding._FloatSupport() - Constructor for class net.wotonomy.foundation.NSCoding._FloatSupport
Not yet implemented
NSCoding._IntegerSupport - Class in net.wotonomy.foundation
Not yet implemented
NSCoding._IntegerSupport() - Constructor for class net.wotonomy.foundation.NSCoding._IntegerSupport
Not yet implemented
NSCoding._LongSupport - Class in net.wotonomy.foundation
Not yet implemented
NSCoding._LongSupport() - Constructor for class net.wotonomy.foundation.NSCoding._LongSupport
Not yet implemented
NSCoding._NumberSupport - Class in net.wotonomy.foundation
Not yet implemented
NSCoding._NumberSupport() - Constructor for class net.wotonomy.foundation.NSCoding._NumberSupport
Not yet implemented
NSCoding._ShortSupport - Class in net.wotonomy.foundation
Not yet implemented
NSCoding._ShortSupport() - Constructor for class net.wotonomy.foundation.NSCoding._ShortSupport
Not yet implemented
NSCoding._StringSupport - Class in net.wotonomy.foundation
Not yet implemented
NSCoding._StringSupport() - Constructor for class net.wotonomy.foundation.NSCoding._StringSupport
Not yet implemented
NSCoding.Support - Class in net.wotonomy.foundation
Helper class for NSCoding.
NSCoding.Support() - Constructor for class net.wotonomy.foundation.NSCoding.Support
 
NSComparator - Class in net.wotonomy.foundation
An object that compares two other objects.
NSComparator() - Constructor for class net.wotonomy.foundation.NSComparator
 
NSComparator._NSSelectorComparator - Class in net.wotonomy.foundation
 
NSComparator._NSSelectorComparator(NSSelector) - Constructor for class net.wotonomy.foundation.NSComparator._NSSelectorComparator
 
NSComparator.ComparisonException - Exception in net.wotonomy.foundation
 
NSComparator.ComparisonException(String) - Constructor for exception net.wotonomy.foundation.NSComparator.ComparisonException
 
NSData - Class in net.wotonomy.foundation
A pure java implementation of NSData, which is basically a wrapper on a byte array.
NSData() - Constructor for class net.wotonomy.foundation.NSData
Default constructor creates a zero-data object.
NSData(byte[]) - Constructor for class net.wotonomy.foundation.NSData
Creates an object containing a copy of the specified bytes.
NSData(byte[], int, int) - Constructor for class net.wotonomy.foundation.NSData
Creates an object containing a copy of the bytes from the specified array within the specified range.
NSData(String) - Constructor for class net.wotonomy.foundation.NSData
Creates an object containing the bytes of the specified string.
NSData(File) - Constructor for class net.wotonomy.foundation.NSData
Creates an object containing the contents of the specified file.
NSData(URL) - Constructor for class net.wotonomy.foundation.NSData
Creates an object containing the contents of the specified URL.
NSData(NSData) - Constructor for class net.wotonomy.foundation.NSData
Creates an object containing a copy of the contents of the specified NSData object.
NSData(InputStream, int) - Constructor for class net.wotonomy.foundation.NSData
Creates a new NSData object from the bytes in the input stream.
NSDate - Class in net.wotonomy.foundation
A pure java implementation of NSDate that extends java.util.Date for greater java compatibility.
NSDate() - Constructor for class net.wotonomy.foundation.NSDate
Default constructor represents the current date.
NSDate(double) - Constructor for class net.wotonomy.foundation.NSDate
Represents the specified number of seconds from the current date.
NSDate(double, Date) - Constructor for class net.wotonomy.foundation.NSDate
Represents the specified number of seconds from the specified date.
NSDictionary - Class in net.wotonomy.foundation
A pure java implementation of NSDictionary that implements Map for greater java interoperability.
NSDictionary() - Constructor for class net.wotonomy.foundation.NSDictionary
Default constructor produces an empty dictionary.
NSDictionary(int) - Constructor for class net.wotonomy.foundation.NSDictionary
Constructor produces an empty dictionary with an initial capacity.
NSDictionary(Object, Object) - Constructor for class net.wotonomy.foundation.NSDictionary
Produces a dictionary that contains one key referencing one value.
NSDictionary(Object[], Object[]) - Constructor for class net.wotonomy.foundation.NSDictionary
Produces a dictionary containing the specified keys and values.
NSDictionary(Map) - Constructor for class net.wotonomy.foundation.NSDictionary
Produces a dictionary that is a copy of the specified map (or dictionary).
NSDisposable - Interface in net.wotonomy.foundation
Interface for objects that respond to dispose();
NSForwardException - Exception in net.wotonomy.foundation
Serves to wrap an exception inside of a RuntimeException, which is not required to be declared in a throws statement.
NSForwardException() - Constructor for exception net.wotonomy.foundation.NSForwardException
Default constructor.
NSForwardException(String) - Constructor for exception net.wotonomy.foundation.NSForwardException
Standard constructor with message.
NSForwardException(Throwable) - Constructor for exception net.wotonomy.foundation.NSForwardException
Specifies a throwable to wrap.
NSForwardException(Throwable, String) - Constructor for exception net.wotonomy.foundation.NSForwardException
Specifies a message and a throwable to wrap.
NSKeyValueCoding - Interface in net.wotonomy.foundation
NSKeyValueCoding defines an interface for classes that need to have more control over the wotonomy's property introspection facilities.
NSKeyValueCoding.DefaultImplementation - Class in net.wotonomy.foundation
 
NSKeyValueCoding.DefaultImplementation() - Constructor for class net.wotonomy.foundation.NSKeyValueCoding.DefaultImplementation
 
NSKeyValueCoding.Null - Class in net.wotonomy.foundation
 
NSKeyValueCoding.Null() - Constructor for class net.wotonomy.foundation.NSKeyValueCoding.Null
 
NSKeyValueCoding.Utility - Class in net.wotonomy.foundation
Static utility methods that call the appropriate method if the object implements NSKeyValueCoding, otherwise calls the method on DefaultImplementation.
NSKeyValueCoding.Utility() - Constructor for class net.wotonomy.foundation.NSKeyValueCoding.Utility
 
NSKeyValueCodingAdditions - Interface in net.wotonomy.foundation
NSKeyValueCodingAdditions defines an interface for classes that need to have more control over the wotonomy's bulk property copying and cloning facilities.
NSKeyValueCodingAdditions.DefaultImplementation - Class in net.wotonomy.foundation
Provides a reflection-based implementation for classes that don't implement NSKeyValueCodingAdditions.
NSKeyValueCodingAdditions.DefaultImplementation() - Constructor for class net.wotonomy.foundation.NSKeyValueCodingAdditions.DefaultImplementation
 
NSKeyValueCodingAdditions.Utility - Class in net.wotonomy.foundation
Static utility methods that call the appropriate method if the object implements NSKeyValueCodingAdditions, otherwise calls the method on DefaultImplementation.
NSKeyValueCodingAdditions.Utility() - Constructor for class net.wotonomy.foundation.NSKeyValueCodingAdditions.Utility
 
NSKeyValueCodingSupport - Class in net.wotonomy.foundation
NSKeyValueCodingSupport defines default behavior for classes implementing NSKeyValueSupport.
NSKeyValueCodingSupport() - Constructor for class net.wotonomy.foundation.NSKeyValueCodingSupport
 
NSLock - Class in net.wotonomy.foundation
A simple mutually-exclusive lock.
NSLock() - Constructor for class net.wotonomy.foundation.NSLock
 
NSLocking - Interface in net.wotonomy.foundation
Defines a simple locking protocol.
NSLog - Class in net.wotonomy.foundation
NSLog is foundation's built-in logging facility: IMPLEMENTED, BUT NOT TESTED.
NSLog() - Constructor for class net.wotonomy.foundation.NSLog
 
NSLog.Logger - Class in net.wotonomy.foundation
The abstract superclass of all Logger implementations.
NSLog.Logger() - Constructor for class net.wotonomy.foundation.NSLog.Logger
Default constructor sets enabled and verbose to true.
NSLog.PrintStreamLogger - Class in net.wotonomy.foundation
The default implementation of Logger that writes to a Java PrintStream.
NSLog.PrintStreamLogger(PrintStream) - Constructor for class net.wotonomy.foundation.NSLog.PrintStreamLogger
Constructor takes a PrintStream.
NSMultiReaderLock - Class in net.wotonomy.foundation
A Read-Write lock that allows unlimited number of calling threads to acquire read locks, but only one thread to acquire a write lock.
NSMultiReaderLock() - Constructor for class net.wotonomy.foundation.NSMultiReaderLock
 
NSMutableArray - Class in net.wotonomy.foundation
NSMutableArray extends NSArray to allow modification.
NSMutableArray() - Constructor for class net.wotonomy.foundation.NSMutableArray
Default constructor returns an empty array.
NSMutableArray(int) - Constructor for class net.wotonomy.foundation.NSMutableArray
Constructor with a size hint.
NSMutableArray(Object) - Constructor for class net.wotonomy.foundation.NSMutableArray
Produces an array containing only the specified object.
NSMutableArray(Object[]) - Constructor for class net.wotonomy.foundation.NSMutableArray
Produces an array containing the specified objects.
NSMutableArray(Collection) - Constructor for class net.wotonomy.foundation.NSMutableArray
Produces an array containing the objects in the specified collection.
NSMutableData - Class in net.wotonomy.foundation
A pure java implementation of NSMutableData, which is basically an editable wrapper for a byte array.
NSMutableData() - Constructor for class net.wotonomy.foundation.NSMutableData
Default constructor creates a zero-data object.
NSMutableData(URL) - Constructor for class net.wotonomy.foundation.NSMutableData
Creates an object containing the contents of the specified URL.
NSMutableData(NSData) - Constructor for class net.wotonomy.foundation.NSMutableData
Creates an object containing a copy of the contents of the specified NSData object.
NSMutableData(int) - Constructor for class net.wotonomy.foundation.NSMutableData
Creates an object containing the specified number of bytes initialized to all zeroes.
NSMutableDictionary - Class in net.wotonomy.foundation
A pure java implementation of NSMutableDictionary that implements Map for greater java interoperability.
NSMutableDictionary() - Constructor for class net.wotonomy.foundation.NSMutableDictionary
Default constructor produces an empty dictionary.
NSMutableDictionary(int) - Constructor for class net.wotonomy.foundation.NSMutableDictionary
Default constructor produces an empty dictionary.
NSMutableDictionary(Object, Object) - Constructor for class net.wotonomy.foundation.NSMutableDictionary
Produces a dictionary that contains one key referencing one value.
NSMutableDictionary(Object[], Object[]) - Constructor for class net.wotonomy.foundation.NSMutableDictionary
Produces a dictionary containing the specified keys and values.
NSMutableDictionary(Map) - Constructor for class net.wotonomy.foundation.NSMutableDictionary
Produces a dictionary that is a copy of the specified map (or dictionary).
NSMutableRange - Class in net.wotonomy.foundation
A pure java implementation of NSMutableRange.
NSMutableRange() - Constructor for class net.wotonomy.foundation.NSMutableRange
Default constructor produces an empty range.
NSMutableRange(NSRange) - Constructor for class net.wotonomy.foundation.NSMutableRange
Produces a range that has the same location and length as the specified range.
NSMutableRange(int, int) - Constructor for class net.wotonomy.foundation.NSMutableRange
Produces a range with the specified location and length.
NSNotification - Class in net.wotonomy.foundation
An NSNotification is a generic message that can be dispatched by the NSNotificationCenter.
NSNotification() - Constructor for class net.wotonomy.foundation.NSNotification
Default constructor creates a new notification with no name, object, or info dictionary.
NSNotification(String, Object) - Constructor for class net.wotonomy.foundation.NSNotification
Constructor specifying name and object.
NSNotification(String, Object, Map) - Constructor for class net.wotonomy.foundation.NSNotification
Constructor specifying name, object, and a Map containing application specific information.
NSNotificationCenter - Class in net.wotonomy.foundation
NSNotificationCenter broadcasts NSNotifications to registered observers.
NSNotificationCenter() - Constructor for class net.wotonomy.foundation.NSNotificationCenter
Default constructor creates a new notification center.
NSNotificationQueue - Class in net.wotonomy.foundation
NSNotificationQueue coalesces notifications to be posted to the NSNotificationCenter and can post them asynchronously.
NSNotificationQueue() - Constructor for class net.wotonomy.foundation.NSNotificationQueue
Default constructor creates a new notification queue that uses the default notification center.
NSNotificationQueue(NSNotificationCenter) - Constructor for class net.wotonomy.foundation.NSNotificationQueue
Creates a new notification queue that uses the specified notification center.
NSNull - Class in net.wotonomy.foundation
NSNull is used to represent null in Collections classes because List and Map do not specify whether null values are allowed and because NSArray and NSDictionary explicitly do not allow null values.
NSNumberFormatter - Class in net.wotonomy.foundation
A Format that accepts C-style number formatting syntax.
NSNumberFormatter() - Constructor for class net.wotonomy.foundation.NSNumberFormatter
 
NSNumberFormatter(String) - Constructor for class net.wotonomy.foundation.NSNumberFormatter
 
NSOrderedAscending - Static variable in class net.wotonomy.foundation.NSDate
 
NSOrderedDescending - Static variable in class net.wotonomy.foundation.NSDate
 
NSOrderedSame - Static variable in class net.wotonomy.foundation.NSDate
 
NSPropertyListSerialization - Class in net.wotonomy.foundation
 
NSRange - Class in net.wotonomy.foundation
A pure java implementation of NSRange.
NSRange() - Constructor for class net.wotonomy.foundation.NSRange
Default constructor produces an empty range.
NSRange(int, int) - Constructor for class net.wotonomy.foundation.NSRange
Produces a range with the specified location and length.
NSRange(NSRange) - Constructor for class net.wotonomy.foundation.NSRange
Produces a range that has the same location and length as the specified range.
NSRecursiveLock - Class in net.wotonomy.foundation
A lock class that allows a thread to re-acquire it's lock recursively.
NSRecursiveLock() - Constructor for class net.wotonomy.foundation.NSRecursiveLock
 
NSRunLoop - Class in net.wotonomy.foundation
NSRunLoop is provided specifically for EODelayedObserverQueue and EOEditingContext, which assume the existence of a prioritized event queue that Java does not provide.
NSRunLoop() - Constructor for class net.wotonomy.foundation.NSRunLoop
Create a new instance of NSRunLoop.
NSSelector - Class in net.wotonomy.foundation
A pure java implementation of NSSelector.
NSSelector(String, Class[]) - Constructor for class net.wotonomy.foundation.NSSelector
Constructor specifying a method name and an array of parameter types.
NSSelector(String) - Constructor for class net.wotonomy.foundation.NSSelector
Constructor specifying a method name with no parameters.
NSSelector() - Constructor for class net.wotonomy.foundation.NSSelector
Constructor for custom subclasses that implement specific operators and that do not use dynamic method invocation.
NSSelector(String, Comparator) - Constructor for class net.wotonomy.foundation.NSSelector
Constructor specifying a method name and a comparator.
NSSet - Class in net.wotonomy.foundation
A pure java implementation of NSSet that implements Set for greater java interoperability.
NSSet() - Constructor for class net.wotonomy.foundation.NSSet
Default constructor.
NSSet(Collection) - Constructor for class net.wotonomy.foundation.NSSet
Constructs a NSSet containing the objects in the specified collection.
NSSet(Object) - Constructor for class net.wotonomy.foundation.NSSet
Constructs a NSSet containing only the specified object.
NSSet(Object[]) - Constructor for class net.wotonomy.foundation.NSSet
Constructs a NSSet containing the objects in the specified array.
NSTimestamp - Class in net.wotonomy.foundation
A channel to the database, representing a communication stream within a context of an adaptor.
NSTimestamp() - Constructor for class net.wotonomy.foundation.NSTimestamp
 
NSTimestamp(long) - Constructor for class net.wotonomy.foundation.NSTimestamp
 
NSTimestamp(long, int) - Constructor for class net.wotonomy.foundation.NSTimestamp
 
NSTimestamp(long, NSTimestamp) - Constructor for class net.wotonomy.foundation.NSTimestamp
 
NSTimestamp(long, TimeZone) - Constructor for class net.wotonomy.foundation.NSTimestamp
 
NSTimestamp(long, int, TimeZone) - Constructor for class net.wotonomy.foundation.NSTimestamp
 
NSTimestamp(int, int, int, int, int, int, TimeZone) - Constructor for class net.wotonomy.foundation.NSTimestamp
 
NSTimestamp(Date) - Constructor for class net.wotonomy.foundation.NSTimestamp
 
NSTimestamp(Timestamp) - Constructor for class net.wotonomy.foundation.NSTimestamp
 
NSTimestamp.IntRef - Class in net.wotonomy.foundation
 
NSTimestamp.IntRef() - Constructor for class net.wotonomy.foundation.NSTimestamp.IntRef
 
NSTimestampFormatter - Class in net.wotonomy.foundation
A Format that accepts C-style date formatting syntax.
NSTimestampFormatter() - Constructor for class net.wotonomy.foundation.NSTimestampFormatter
 
NSTimestampFormatter(String) - Constructor for class net.wotonomy.foundation.NSTimestampFormatter
 
NSTimestampFormatter(String, DateFormatSymbols) - Constructor for class net.wotonomy.foundation.NSTimestampFormatter
 
NSTimeZone - Class in net.wotonomy.foundation
A channel to the database, representing a communication stream within a context of an adaptor.
NSTimeZone() - Constructor for class net.wotonomy.foundation.NSTimeZone
 
NSTimeZone(String, NSData) - Constructor for class net.wotonomy.foundation.NSTimeZone
 
NSTimeZone.__NSTZPeriod - Class in net.wotonomy.foundation
 
NSTimeZone.__NSTZPeriod() - Constructor for class net.wotonomy.foundation.NSTimeZone.__NSTZPeriod
 
NSTimeZone.__NSTZPeriodComparator - Class in net.wotonomy.foundation
 
NSTimeZone.__NSTZPeriodComparator() - Constructor for class net.wotonomy.foundation.NSTimeZone.__NSTZPeriodComparator
 
NSTimeZone.__NSTZPeriodComparator(boolean) - Constructor for class net.wotonomy.foundation.NSTimeZone.__NSTZPeriodComparator
 
NULL - Static variable in class net.wotonomy.foundation.internal.Duplicator
Used to represent null values for properties in the maps returned by readProperties and cloneProperties and in the parameter to writeProperties.
NullMarker - Static variable in class net.wotonomy.foundation.NSNotificationCenter
Null marker class simplifies equals() logic for CompoundKey class below.
NullPrimitiveException - Exception in net.wotonomy.foundation.internal
A IntrospectorException that is thrown by Introspector when trying to set a primitive type to null.
NullPrimitiveException() - Constructor for exception net.wotonomy.foundation.internal.NullPrimitiveException
 
NullValue - Static variable in interface net.wotonomy.foundation.NSKeyValueCoding
 
nullValue() - Static method in class net.wotonomy.foundation.NSNull
Returns the static instance of nullValue.

O

object - Variable in class net.wotonomy.foundation.NSNotification
 
object() - Method in class net.wotonomy.foundation.NSNotification
Returns the object of this notification.
objectAtIndex(int) - Method in class net.wotonomy.foundation.NSArray
Returns the object at the specified index.
objectEnumerator() - Method in class net.wotonomy.foundation.NSArray
Returns an enumeration over the the elements of the array.
objectEnumerator() - Method in class net.wotonomy.foundation.NSDictionary
Returns an enumeration over the values in this dictionary.
objectEnumerator() - Method in class net.wotonomy.foundation.NSSet
Returns an enumerator over the objects in this set.
objectForKey(Object) - Method in class net.wotonomy.foundation.NSDictionary
Returns the value for the specified key, or null if the key is not found.
objectsForKeys(NSArray, Object) - Method in class net.wotonomy.foundation.NSDictionary
Returns an array of objects for the specified array of keys.
OneCentury - Static variable in interface net.wotonomy.foundation.NSLocking
 
OneDay - Static variable in interface net.wotonomy.foundation.NSLocking
 
OneHour - Static variable in interface net.wotonomy.foundation.NSLocking
 
OneMinute - Static variable in interface net.wotonomy.foundation.NSLocking
 
OneSecond - Static variable in interface net.wotonomy.foundation.NSLocking
 
OneWeek - Static variable in interface net.wotonomy.foundation.NSLocking
 
OneYear - Static variable in interface net.wotonomy.foundation.NSLocking
 
OrderedAscending - Static variable in class net.wotonomy.foundation.NSComparator
 
OrderedDescending - Static variable in class net.wotonomy.foundation.NSComparator
 
OrderedSame - Static variable in class net.wotonomy.foundation.NSComparator
 
originalException() - Method in exception net.wotonomy.foundation.NSForwardException
Returns the wrapped throwable.
out - Static variable in class net.wotonomy.foundation.NSLog
The logger to which user-visible messages should be written.

P

packages - Variable in class net.wotonomy.foundation.NSBundle
 
parameterTypes - Variable in class net.wotonomy.foundation.NSSelector
 
parameterTypes() - Method in class net.wotonomy.foundation.NSSelector
Returns the array of parameter types.
path - Variable in class net.wotonomy.foundation.NSBundle
 
pathForResource(String, String) - Method in class net.wotonomy.foundation.NSBundle
Deprecated. Don't use this method, use resourcePathForLocalizedResourceNamed() instead.
pathForResource(String, String, String) - Method in class net.wotonomy.foundation.NSBundle
Deprecated. Don't use this method, use resourcePathForLocalizedResourceNamed() instead.
pathsForResources(String, String) - Method in class net.wotonomy.foundation.NSBundle
Deprecated. Don't use this method, use resourcePathsForResources() instead.
performSelectorWithOrder(NSSelector, Object, Object, int, List) - Method in class net.wotonomy.foundation.NSRunLoop
Schedules the specified selector with the specified target and parameter to be invoked on the next event loop with the specified ordering.
PLIST_ARRAY - Static variable in class net.wotonomy.foundation.NSPropertyListSerialization
 
PLIST_DATA - Static variable in class net.wotonomy.foundation.NSPropertyListSerialization
 
PLIST_DICTIONARY - Static variable in class net.wotonomy.foundation.NSPropertyListSerialization
 
PLIST_STRING - Static variable in class net.wotonomy.foundation.NSPropertyListSerialization
 
pop() - Method in class net.wotonomy.foundation.NSRunLoop
This implementation calls super and then throws an UnsupportedOperationException.
PostASAP - Static variable in class net.wotonomy.foundation.NSNotificationQueue
Posting style specifying that the notification should be posted on the next available event loop.
postEvent(AWTEvent) - Method in class net.wotonomy.foundation.NSRunLoop
Post a 1.1-style event to the EventQueue.
postNotification(NSNotification) - Method in class net.wotonomy.foundation.NSNotificationCenter
Posts the specified notification.
postNotification(String, Object) - Method in class net.wotonomy.foundation.NSNotificationCenter
Posts a notification created from the specified name and object.
postNotification(String, Object, Map) - Method in class net.wotonomy.foundation.NSNotificationCenter
Posts a notification created from the specified name, object, and info.
PostNow - Static variable in class net.wotonomy.foundation.NSNotificationQueue
Posting style specifying that the notification should be posted immediately.
PostWhenIdle - Static variable in class net.wotonomy.foundation.NSNotificationQueue
Posting style specifying that the notification should be posted on the next available idle loop.
prepareForReading(InputStream) - Method in class net.wotonomy.foundation.NSCoder
 
prepareForWriting(OutputStream) - Method in class net.wotonomy.foundation.NSCoder
 
preprocess(Object) - Static method in class net.wotonomy.foundation.internal.ValueConverter
Tries to convert all objects to either Numbers or objects that will produce a parsable toString result.
principalClass - Variable in class net.wotonomy.foundation.NSBundle
 
principalClass() - Method in class net.wotonomy.foundation.NSBundle
 
printStackTrace(PrintWriter) - Method in exception net.wotonomy.foundation.internal.WotonomyException
 
printStackTrace(PrintStream) - Method in exception net.wotonomy.foundation.internal.WotonomyException
 
printStackTrace() - Method in exception net.wotonomy.foundation.internal.WotonomyException
 
printStackTrace(PrintWriter) - Method in exception net.wotonomy.foundation.NSForwardException
 
printStackTrace(PrintStream) - Method in exception net.wotonomy.foundation.NSForwardException
 
printStackTrace() - Method in exception net.wotonomy.foundation.NSForwardException
 
printStream() - Method in class net.wotonomy.foundation.NSLog.PrintStreamLogger
Returns the current print stream.
printStreamForPath(String) - Static method in class net.wotonomy.foundation.NSLog
Convenience to obtain a java PrintStream for the specified file path.
properties - Variable in class net.wotonomy.foundation.NSBundle
 
properties() - Method in class net.wotonomy.foundation.NSBundle
 
PropertyComparator - Class in net.wotonomy.foundation.internal
A Comparator that will sort elements based on the property specified in the constructor.
PropertyComparator(String) - Constructor for class net.wotonomy.foundation.internal.PropertyComparator
Standard constructor to configure the comparator.
propertyListFromFile(String) - Static method in class net.wotonomy.foundation.internal.PropertyListParser
Reads the contents of the specified file, and parses the contents.
propertyListFromReader(Reader) - Static method in class net.wotonomy.foundation.internal.PropertyListParser
Reads all remaining characters from the Reader, and returns the result of propertyListFromString().
propertyListFromString(String) - Static method in class net.wotonomy.foundation.internal.PropertyListParser
Reads an object (String, List, or Map) from plistString and returns it.
propertyListFromString(String) - Static method in class net.wotonomy.foundation.NSPropertyListSerialization
Returns an property list created from a string representation.
PropertyListParser - Class in net.wotonomy.foundation.internal
PropertyListParser can parse a property list (plist) file or string, and return the top-level object represented by the plist.
PropertyListParser(String) - Constructor for class net.wotonomy.foundation.internal.PropertyListParser
Creates a new PropertyListParser to parse the contents of the specified String.
PropertyListParser(char[]) - Constructor for class net.wotonomy.foundation.internal.PropertyListParser
Creates a new PropertyListParser to parse the specified char array.
protectedAdd(Object) - Method in class net.wotonomy.foundation.NSArray
Provided for the use of subclasses like ArrayFault.
protectedAddAll(Collection) - Method in class net.wotonomy.foundation.NSArray
Provided for the use of subclasses like ArrayFault.
push(EventQueue) - Method in class net.wotonomy.foundation.NSRunLoop
This implementation calls super and then throws an UnsupportedOperationException.
put(Object, Object) - Method in class net.wotonomy.foundation.internal.QueueMap
Places the key/value entry into the map at the end position.
putAll(Map) - Method in class net.wotonomy.foundation.internal.QueueMap
Places all the entries from this given map into this map.

Q

QueueMap - Class in net.wotonomy.foundation.internal
A queue based implementation of the Map interface.
QueueMap() - Constructor for class net.wotonomy.foundation.internal.QueueMap
Creates an empty QueueMap.
QueueMap(Map) - Constructor for class net.wotonomy.foundation.internal.QueueMap
Creates a QueueMap and places the entries from the passed in map into this map.
QueueMap.KeyValuePair - Class in net.wotonomy.foundation.internal
This class contains a key/value pair.
QueueMap.KeyValuePair(Object, Object) - Constructor for class net.wotonomy.foundation.internal.QueueMap.KeyValuePair
Default constructor.
QUOTING_CHARS - Static variable in class net.wotonomy.foundation.NSPropertyListSerialization
 

R

rangeByIntersectingRange(NSRange) - Method in class net.wotonomy.foundation.NSRange
Returns the intersection of this range and the specified range, if any.
rangeByUnioningRange(NSRange) - Method in class net.wotonomy.foundation.NSRange
Returns the union of this range and the specified range, if any.
readPropertiesForObject(Object) - Static method in class net.wotonomy.foundation.internal.Duplicator
Returns a Map containing only the mutable properties for the specified object and their values.
readResolve() - Method in class net.wotonomy.foundation.NSTimeZone
 
readTopLevelObject() - Method in class net.wotonomy.foundation.internal.PropertyListParser
 
recursionCount() - Method in class net.wotonomy.foundation.NSRecursiveLock
 
refuseDebugLoggingForGroups(long) - Static method in class net.wotonomy.foundation.NSLog
Removes the specified group masks from those allowed for logging.
remove(Object) - Method in class net.wotonomy.foundation.internal.QueueMap
Remove the mapping of the key and associated value from this map.
remove(int) - Method in class net.wotonomy.foundation.NSArray
 
remove(Object) - Method in class net.wotonomy.foundation.NSArray
 
remove(int) - Method in class net.wotonomy.foundation.NSMutableArray
 
remove(Object) - Method in class net.wotonomy.foundation.NSMutableArray
 
removeAll(Collection) - Method in class net.wotonomy.foundation.NSArray
 
removeAll(Collection) - Method in class net.wotonomy.foundation.NSMutableArray
 
removeAllObjects() - Method in class net.wotonomy.foundation.NSMutableArray
Removes all objects from the array.
removeAllObjects() - Method in class net.wotonomy.foundation.NSMutableDictionary
Removes all mappings from this dictionary.
removeIdenticalObject(Object, NSRange) - Method in class net.wotonomy.foundation.NSMutableArray
Removes all instances of the specified object within the range of specified indices, comparing by reference.
removeIdenticalObject(Object) - Method in class net.wotonomy.foundation.NSMutableArray
Removes all occurences of the specified object, comparing by reference.
removeLastObject() - Method in class net.wotonomy.foundation.NSMutableArray
Removes the last object from the array.
removeObject(Object, NSRange) - Method in class net.wotonomy.foundation.NSMutableArray
Removes all objects equivalent to the specified object within the range of specified indices.
removeObject(Object) - Method in class net.wotonomy.foundation.NSMutableArray
Removes all objects equivalent to the specified object.
removeObjectAtIndex(int) - Method in class net.wotonomy.foundation.NSMutableArray
Removes the object at the specified index.
removeObjectForKey(Object) - Method in class net.wotonomy.foundation.NSMutableDictionary
Removes the key-value pair for the specified key.
removeObjectsForKeys(NSArray) - Method in class net.wotonomy.foundation.NSMutableDictionary
Removes all keys in the specified array from this dictionary.
removeObjectsInArray(Collection) - Method in class net.wotonomy.foundation.NSMutableArray
Removes all objects in the specified collection from the array.
removeObjectsInRange(NSRange) - Method in class net.wotonomy.foundation.NSMutableArray
Removes all objects in the indices within the specified range from the array.
removeObserver(Object) - Method in class net.wotonomy.foundation.NSNotificationCenter
Unregisters the specified observer from all notification queues for which it is registered.
removeObserver(Object, String, Object) - Method in class net.wotonomy.foundation.NSNotificationCenter
Unregisters the specified observer from all notifications queues associated with the specified name or object or both.
replaceObjectAtIndex(int, Object) - Method in class net.wotonomy.foundation.NSMutableArray
Replaces the object at the specified index with the specified object.
replaceObjectsInRange(NSRange, List, NSRange) - Method in class net.wotonomy.foundation.NSMutableArray
Replaces objects in the current range with objects from the specified range of the specified array.
resetBytesInRange(NSRange) - Method in class net.wotonomy.foundation.NSMutableData
Sets the bytes in the array within the specified range to zero.
resetSystemTimeZone() - Static method in class net.wotonomy.foundation.NSTimeZone
 
resourcePath() - Method in class net.wotonomy.foundation.NSBundle
Deprecated. Resources are now accessed using the bytesForResourcePath() and inputStreamForResourcePath() methods.
resourcePathForLocalizedResourceNamed(String, String) - Method in class net.wotonomy.foundation.NSBundle
 
resourcePathsForDirectories(String, String) - Method in class net.wotonomy.foundation.NSBundle
 
resourcePathsForLocalizedResources(String, String) - Method in class net.wotonomy.foundation.NSBundle
 
resourcePathsForResources(String, String) - Method in class net.wotonomy.foundation.NSBundle
 
retainAll(Collection) - Method in class net.wotonomy.foundation.NSArray
 
retainAll(Collection) - Method in class net.wotonomy.foundation.NSMutableArray
 
retrieveReaderLocks() - Method in class net.wotonomy.foundation.NSMultiReaderLock
 
reverseObjectEnumerator() - Method in class net.wotonomy.foundation.NSArray
Returns an enumeration over the elements of the array in reverse order.

S

secondOfMinute() - Method in class net.wotonomy.foundation.NSTimestamp
 
secondsFromGMT() - Method in class net.wotonomy.foundation.NSTimeZone
 
secondsFromGMTForTimestamp(NSTimestamp) - Method in class net.wotonomy.foundation.NSTimeZone
 
SEPARATOR - Static variable in class net.wotonomy.foundation.internal.Introspector
 
set(Object, String, Object) - Static method in class net.wotonomy.foundation.internal.Introspector
Sets a value in an object or any of its child objects.
set(int, Object) - Method in class net.wotonomy.foundation.NSArray
 
set(int, Object) - Method in class net.wotonomy.foundation.NSMutableArray
 
setAllowedDebugGroups(long) - Static method in class net.wotonomy.foundation.NSLog
Sets the allowed groups to only those specified by the mask.
setAllowedDebugLevel(int) - Static method in class net.wotonomy.foundation.NSLog
Sets the current debug level.
setArray(Collection) - Method in class net.wotonomy.foundation.NSMutableArray
Clears the current array and then populates it with the contents of the specified collection.
setByIntersectingSet(Set) - Method in class net.wotonomy.foundation.NSSet
Returns a set that is the intersection of this set and the specified set.
setBySubtractingSet(Set) - Method in class net.wotonomy.foundation.NSSet
Returns a set that contains all elements in this set that are not in the specified set.
setByUnioningSet(Set) - Method in class net.wotonomy.foundation.NSSet
Returns a set that is the union of this set and the specified set.
setData(NSData) - Method in class net.wotonomy.foundation.NSMutableData
Copies the data in the specified object to this object, completely replacing the previous contents.
setDate(int) - Method in class net.wotonomy.foundation.NSTimestamp
Deprecated. This method deprecated in parent java.util.Date
setDateFormat(DateFormat) - Static method in class net.wotonomy.foundation.internal.ValueConverter
 
setDebug(boolean) - Method in class net.wotonomy.foundation.internal.Introspector
If set to true, exceptions printed to System.out.println.
setDebug(NSLog.Logger) - Static method in class net.wotonomy.foundation.NSLog
Sets the current debug logger.
setDefault(TimeZone) - Static method in class net.wotonomy.foundation.NSTimeZone
 
setDefaultTimeZone(NSTimeZone) - Static method in class net.wotonomy.foundation.NSTimeZone
 
setDictionary(Map) - Method in class net.wotonomy.foundation.NSMutableDictionary
Clears all mappings in this dictionary and then adds all entries in the specified dictionary.
setErr(NSLog.Logger) - Static method in class net.wotonomy.foundation.NSLog
Sets the current error logger.
setHours(int) - Method in class net.wotonomy.foundation.NSTimestamp
Deprecated. This method deprecated in parent java.util.Date
setID(String) - Method in class net.wotonomy.foundation.NSTimeZone
 
setIsEnabled(boolean) - Method in class net.wotonomy.foundation.NSLog.Logger
Sets whether the logger is enabled, the meaning of which is defined by the implementing class.
setIsVerbose(boolean) - Method in class net.wotonomy.foundation.NSLog.Logger
Sets whether the logger is verbose, the meaning of which is defined by the implementing class.
setLength(int) - Method in class net.wotonomy.foundation.NSMutableData
Sets the length of the data to the specified length.
setLength(int) - Method in class net.wotonomy.foundation.NSMutableRange
Sets the length of this range.
setLocation(int) - Method in class net.wotonomy.foundation.NSMutableRange
Sets the location of this range.
setMainBundle(NSBundle) - Static method in class net.wotonomy.foundation.NSBundle
Used to set the "Main" application bundle, in which primary resources are loaded for GUI applications.
setMinutes(int) - Method in class net.wotonomy.foundation.NSTimestamp
Deprecated. This method deprecated in parent java.util.Date
setMonth(int) - Method in class net.wotonomy.foundation.NSTimestamp
Deprecated. This method deprecated in parent java.util.Date
setNanos(int) - Method in class net.wotonomy.foundation.NSTimestamp
 
setObjectForKey(Object, Object) - Method in class net.wotonomy.foundation.NSMutableDictionary
Sets the value for the specified key.
setOut(NSLog.Logger) - Static method in class net.wotonomy.foundation.NSLog
Sets the current output logger.
setParent(ClassLoader) - Method in class net.wotonomy.foundation.internal.NetworkClassLoader
Sets the parent/delegate class loader.
setPrintStream(PrintStream) - Method in class net.wotonomy.foundation.NSLog.PrintStreamLogger
Replaces the current print stream.
setRawOffset(int) - Method in class net.wotonomy.foundation.NSTimeZone
 
setSeconds(int) - Method in class net.wotonomy.foundation.NSTimestamp
Deprecated. This method deprecated in parent java.util.Date
setSupportForClass(NSCoding.Support, Class) - Static method in class net.wotonomy.foundation.NSCoding.Support
 
setTime(long) - Method in class net.wotonomy.foundation.NSTimestamp
 
setValue(Object) - Method in class net.wotonomy.foundation.internal.QueueMap.KeyValuePair
Sets the value object of this pair.
setValueForObject(Object, String, Object) - Static method in class net.wotonomy.foundation.internal.Introspector
Convenience to set a value for a property from an object.
setYear(int) - Method in class net.wotonomy.foundation.NSTimestamp
Deprecated. This method deprecated in parent java.util.Date
showStack - Static variable in class net.wotonomy.foundation.NSNotification
 
size() - Method in class net.wotonomy.foundation.internal.QueueMap
Returns the number of key/value pairs in this map.
size() - Method in class net.wotonomy.foundation.NSArray
 
sortUsingSelector(NSSelector) - Method in class net.wotonomy.foundation.NSMutableArray
Sorts this array using the values from the specified selector.
stackTrace() - Method in exception net.wotonomy.foundation.NSForwardException
 
stackTrace() - Method in class net.wotonomy.foundation.NSNotification
Returns the stack trace when this notification was generated, or null if showStack is false, which is the default.
storedValueForKey(String) - Method in class net.wotonomy.foundation.NSDictionary
 
storedValueForKey(Object, String) - Static method in class net.wotonomy.foundation.NSKeyValueCoding.DefaultImplementation
Returns the value for the private field that corresponds to the specified property on the specified object.
storedValueForKey(String) - Method in interface net.wotonomy.foundation.NSKeyValueCoding
Returns the value for the private field that corresponds to the specified property.
storedValueForKey(Object, String) - Static method in class net.wotonomy.foundation.NSKeyValueCoding.Utility
Calls the appropriate method if the object implements NSKeyValueCoding, otherwise calls the method on DefaultImplementation.
storedValueForKey(Object, String) - Static method in class net.wotonomy.foundation.NSKeyValueCodingSupport
Returns the value for the private field that corresponds to the specified property on the specified object.
strict - Static variable in class net.wotonomy.foundation.internal.Introspector
 
stringForPropertyList(Object) - Static method in class net.wotonomy.foundation.NSPropertyListSerialization
Returns the string representation of a property list.
subarrayWithRange(NSRange) - Method in class net.wotonomy.foundation.NSArray
Returns an array comprised of only those elements whose indices fall within the specified range.
subdataWithRange(NSRange) - Method in class net.wotonomy.foundation.NSData
Return the bytes within the data that fall within the specified range.
subList(int, int) - Method in class net.wotonomy.foundation.NSArray
 
subList(int, int) - Method in class net.wotonomy.foundation.NSMutableArray
 
subtractRange(NSRange, NSMutableRange, NSMutableRange) - Method in class net.wotonomy.foundation.NSRange
Eliminates any intersections between this range and the specified range.
supportForClass(Class) - Static method in class net.wotonomy.foundation.NSCoding.Support
 
suspendReaderLocks() - Method in class net.wotonomy.foundation.NSMultiReaderLock
 
systemTimeZone() - Static method in class net.wotonomy.foundation.NSTimeZone
 
SystemTimeZoneDidChangeNotification - Static variable in class net.wotonomy.foundation.NSTimeZone
 

T

takeStoredValueForKey(Object, String) - Method in class net.wotonomy.foundation.NSDictionary
 
takeStoredValueForKey(Object, Object, String) - Static method in class net.wotonomy.foundation.NSKeyValueCoding.DefaultImplementation
Sets the the private field that corresponds to the specified property to the specified value on the specified object.
takeStoredValueForKey(Object, String) - Method in interface net.wotonomy.foundation.NSKeyValueCoding
Sets the the private field that corresponds to the specified property to the specified value.
takeStoredValueForKey(Object, Object, String) - Static method in class net.wotonomy.foundation.NSKeyValueCoding.Utility
Calls the appropriate method if the object implements NSKeyValueCoding, otherwise calls the method on DefaultImplementation.
takeStoredValueForKey(Object, Object, String) - Static method in class net.wotonomy.foundation.NSKeyValueCodingSupport
Sets the the private field that corresponds to the specified property to the specified value on the specified object.
takeValueForKey(Object, String) - Method in class net.wotonomy.foundation.NSDictionary
 
takeValueForKey(Object, Object, String) - Static method in class net.wotonomy.foundation.NSKeyValueCoding.DefaultImplementation
Sets the property to the specified value on the specified object.
takeValueForKey(Object, String) - Method in interface net.wotonomy.foundation.NSKeyValueCoding
Sets the property to the specified value.
takeValueForKey(Object, Object, String) - Static method in class net.wotonomy.foundation.NSKeyValueCoding.Utility
Calls the appropriate method if the object implements NSKeyValueCoding, otherwise calls the method on DefaultImplementation.
takeValueForKey(Object, Object, String) - Static method in class net.wotonomy.foundation.NSKeyValueCodingSupport
Sets the property to the specified value on the specified object.
takeValueForKeyPath(Object, Object, String) - Static method in class net.wotonomy.foundation.NSKeyValueCodingAdditions.DefaultImplementation
Provides a reflection-based implementation for classes that don't implement NSKeyValueCodingAdditions.
takeValueForKeyPath(Object, String) - Method in interface net.wotonomy.foundation.NSKeyValueCodingAdditions
Sets the value for the specified key path, which is a series of keys delimited by ".", for example: "createTime.year.length".
takeValueForKeyPath(Object, Object, String) - Static method in class net.wotonomy.foundation.NSKeyValueCodingAdditions.Utility
Calls the appropriate method if the object implements NSKeyValueCodingAdditions, otherwise calls the method on DefaultImplementation.
takeValuesFromDictionary(Object, Map) - Static method in class net.wotonomy.foundation.NSKeyValueCodingAdditions.DefaultImplementation
Provides a reflection-based implementation for classes that don't implement NSKeyValueCodingAdditions.
takeValuesFromDictionary(Map) - Method in interface net.wotonomy.foundation.NSKeyValueCodingAdditions
Takes the keys from the specified map as properties and applies the corresponding values, each of which might be set by calling takeValueForKey.
takeValuesFromDictionary(Object, Map) - Static method in class net.wotonomy.foundation.NSKeyValueCodingAdditions.Utility
Calls the appropriate method if the object implements NSKeyValueCodingAdditions, otherwise calls the method on DefaultImplementation.
throwableAsString(Throwable) - Static method in class net.wotonomy.foundation.NSLog
Convenience to write the throwable's stack trace to a string.
timeIntervalSinceDate(Date) - Method in class net.wotonomy.foundation.NSDate
Returns the interval between this date and the specified date in seconds.
timeIntervalSinceNow() - Method in class net.wotonomy.foundation.NSDate
Returns the interval between this date and the current date in seconds.
timeIntervalSinceNow() - Method in class net.wotonomy.foundation.NSTimestamp
 
timeIntervalSinceReferenceDate() - Method in class net.wotonomy.foundation.NSDate
Returns the interval between this date and 1 January 2001 GMT.
timeIntervalSinceReferenceDate() - Method in class net.wotonomy.foundation.NSTimestamp
 
timeIntervalSinceTimestamp(NSTimestamp) - Method in class net.wotonomy.foundation.NSTimestamp
 
timeIntervalToMilliseconds(double) - Static method in class net.wotonomy.foundation.NSDate
Converts seconds to milliseconds.
timeIntervalToMilliseconds(long) - Static method in class net.wotonomy.foundation.NSTimestamp
 
timestampByAddingGregorianUnits(int, int, int, int, int, int) - Method in class net.wotonomy.foundation.NSTimestamp
 
timestampByAddingTimeInterval(long) - Method in class net.wotonomy.foundation.NSTimestamp
 
timeZone() - Method in class net.wotonomy.foundation.NSTimestamp
 
timeZoneForSecondsFromGMT(int) - Static method in class net.wotonomy.foundation.NSTimeZone
 
timeZoneWithName(String, boolean) - Static method in class net.wotonomy.foundation.NSTimeZone
 
timeZoneWithNameAndData(String, NSData) - Static method in class net.wotonomy.foundation.NSTimeZone
 
toArray() - Method in class net.wotonomy.foundation.NSArray
 
toArray(Object[]) - Method in class net.wotonomy.foundation.NSArray
 
TOKEN_BEGIN - Static variable in class net.wotonomy.foundation.NSPropertyListSerialization
 
TOKEN_END - Static variable in class net.wotonomy.foundation.NSPropertyListSerialization
 
toString() - Method in class net.wotonomy.foundation.internal.QueueMap
Returns a string reprsentation of this class.
toString() - Method in class net.wotonomy.foundation.internal.URLResourceReader
 
toString() - Method in class net.wotonomy.foundation.NSArray
 
toString() - Method in class net.wotonomy.foundation.NSBundle
 
toString() - Method in class net.wotonomy.foundation.NSData
 
toString() - Method in class net.wotonomy.foundation.NSDictionary
 
toString() - Method in exception net.wotonomy.foundation.NSForwardException
 
toString() - Method in class net.wotonomy.foundation.NSKeyValueCoding.Null
 
toString() - Method in class net.wotonomy.foundation.NSLock
 
toString() - Method in class net.wotonomy.foundation.NSMultiReaderLock
 
toString() - Method in class net.wotonomy.foundation.NSNotification
Returns a human-readable string representation.
toString() - Method in class net.wotonomy.foundation.NSNull
Returns a human-readable string representation.
toString() - Method in class net.wotonomy.foundation.NSRange
Returns a string representation of this range.
toString() - Method in class net.wotonomy.foundation.NSRecursiveLock
 
toString() - Method in class net.wotonomy.foundation.NSSelector
A String description of this selector.
toString() - Method in class net.wotonomy.foundation.NSTimestamp.IntRef
 
toString() - Method in class net.wotonomy.foundation.NSTimestamp
 
toString() - Method in class net.wotonomy.foundation.NSTimeZone
 
tryLock() - Method in class net.wotonomy.foundation.NSLock
 
tryLock(long) - Method in class net.wotonomy.foundation.NSLock
 
tryLock(NSTimestamp) - Method in class net.wotonomy.foundation.NSLock
 
tryLock() - Method in class net.wotonomy.foundation.NSRecursiveLock
Pass the buck to tryLock(long), passing zero time as the parameter.
tryLock(long) - Method in class net.wotonomy.foundation.NSRecursiveLock
Attempt to acquire the lock, catching the thrown exception to mirror the behavior of com.webobjects.foundation.NSRecursiveLock.
tryLock(NSTimestamp) - Method in class net.wotonomy.foundation.NSRecursiveLock
Attempt to acquire a lock until the timestamp is reached.
tryLockForReading() - Method in class net.wotonomy.foundation.NSMultiReaderLock
 
tryLockForWriting() - Method in class net.wotonomy.foundation.NSMultiReaderLock
 

U

unableToSetNullForKey(String) - Method in class net.wotonomy.foundation.NSDictionary
 
unableToSetNullForKey(Object, String) - Static method in class net.wotonomy.foundation.NSKeyValueCoding.DefaultImplementation
Called by takeValueForKey when the type of the specified key is not allowed to be null, as is the case with primitive types, if the specified object does not implement NSKeyValueCoding.
unableToSetNullForKey(String) - Method in interface net.wotonomy.foundation.NSKeyValueCoding
Called by takeValueForKey when the type of the specified key is not allowed to be null, as is the case with primitive types.
unableToSetNullForKey(Object, String) - Static method in class net.wotonomy.foundation.NSKeyValueCoding.Utility
Calls the appropriate method if the object implements NSKeyValueCoding, otherwise calls the method on DefaultImplementation.
unableToSetNullForKey(Object, String) - Static method in class net.wotonomy.foundation.NSKeyValueCodingSupport
Called by takeValueForKey when the type of the specified key is not allowed to be null, as is the case with primitive types, if the specified object does not implement NSKeyValueCoding.
unionRange(NSRange) - Method in class net.wotonomy.foundation.NSMutableRange
Modifies this range to be the union of this range and the specified range.
unlock() - Method in class net.wotonomy.foundation.NSLock
 
unlock() - Method in interface net.wotonomy.foundation.NSLocking
 
unlock() - Method in class net.wotonomy.foundation.NSMultiReaderLock
 
unlock() - Method in class net.wotonomy.foundation.NSRecursiveLock
Unlock the current lock precisely once.
unlock(long) - Method in class net.wotonomy.foundation.NSRecursiveLock
Unlock the current lock count times.
unlockForReading() - Method in class net.wotonomy.foundation.NSMultiReaderLock
 
unlockForWriting() - Method in class net.wotonomy.foundation.NSMultiReaderLock
 
URLResourceReader - Class in net.wotonomy.foundation.internal
This implementation of URL Resource Reader assumes 2 types of base urls.
URLResourceReader(URL, boolean) - Constructor for class net.wotonomy.foundation.internal.URLResourceReader
Creates a new URLResourceReader object.
URLResourceReader(URL) - Constructor for class net.wotonomy.foundation.internal.URLResourceReader
equivalent to URLResourceReader(baseurl, false)
URLResourceReader(InputStream) - Constructor for class net.wotonomy.foundation.internal.URLResourceReader
Creates a new URLResourceReader object with the given input stream.
useDaylightTime() - Method in class net.wotonomy.foundation.NSTimeZone
 
userInfo - Variable in class net.wotonomy.foundation.NSNotification
 
userInfo() - Method in class net.wotonomy.foundation.NSNotification
Returns an NSDictionary that is a copy of the map containing application specific information relating to this notification, or null if no such data exists.
userInfoMap() - Method in class net.wotonomy.foundation.NSNotification
Returns a Map containing application specific information relating to this notification, or null if no such data exists.

V

validateTakeValueForKeyPath(Object, String) - Method in class net.wotonomy.foundation.NSDictionary
 
value - Variable in class net.wotonomy.foundation.NSTimestamp.IntRef
 
ValueConverter - Class in net.wotonomy.foundation.internal
A utility class to convert objects to a desired class.
ValueConverter() - Constructor for class net.wotonomy.foundation.internal.ValueConverter
 
valueForKey(String) - Method in class net.wotonomy.foundation.NSDictionary
 
valueForKey(Object, String) - Static method in class net.wotonomy.foundation.NSKeyValueCoding.DefaultImplementation
Returns the value for the specified property key on the specified object.
valueForKey(Object, String) - Static method in class net.wotonomy.foundation.NSKeyValueCoding.Utility
Calls the appropriate method if the object implements NSKeyValueCoding, otherwise calls the method on DefaultImplementation.
valueForKey(String) - Method in interface net.wotonomy.foundation.NSKeyValueCoding
Returns the value for the specified property.
valueForKey(Object, String) - Static method in class net.wotonomy.foundation.NSKeyValueCodingSupport
Returns the value for the specified property key on the specified object.
valueForKeyPath(Object, String) - Static method in class net.wotonomy.foundation.NSKeyValueCodingAdditions.DefaultImplementation
Provides a reflection-based implementation for classes that don't implement NSKeyValueCodingAdditions.
valueForKeyPath(Object, String) - Static method in class net.wotonomy.foundation.NSKeyValueCodingAdditions.Utility
Calls the appropriate method if the object implements NSKeyValueCodingAdditions, otherwise calls the method on DefaultImplementation.
valueForKeyPath(String) - Method in interface net.wotonomy.foundation.NSKeyValueCodingAdditions
Returns the value for the specified key path, which is a series of keys delimited by ".", for example: "createTime.year.length".
values() - Method in class net.wotonomy.foundation.internal.QueueMap
Returns an ordered list of values from the map.
valuesForKeys(Object, List) - Static method in class net.wotonomy.foundation.NSKeyValueCodingAdditions.DefaultImplementation
Provides a reflection-based implementation for classes that don't implement NSKeyValueCodingAdditions.
valuesForKeys(Object, List) - Static method in class net.wotonomy.foundation.NSKeyValueCodingAdditions.Utility
Calls the appropriate method if the object implements NSKeyValueCodingAdditions, otherwise calls the method on DefaultImplementation.
valuesForKeys(List) - Method in interface net.wotonomy.foundation.NSKeyValueCodingAdditions
Returns a Map of the specified keys to their values, each of which might be obtained by calling valueForKey.

W

WILD - Static variable in class net.wotonomy.foundation.internal.Introspector
 
WotonomyException - Exception in net.wotonomy.foundation.internal
This is a simple RuntimeException that can encapsulate another throwable.
WotonomyException() - Constructor for exception net.wotonomy.foundation.internal.WotonomyException
Default constructor.
WotonomyException(String) - Constructor for exception net.wotonomy.foundation.internal.WotonomyException
Standard constructor with message.
WotonomyException(Throwable) - Constructor for exception net.wotonomy.foundation.internal.WotonomyException
Specifies a throwable to wrap.
WotonomyException(String, Throwable) - Constructor for exception net.wotonomy.foundation.internal.WotonomyException
Specifies a message and a throwable to wrap.
wrappedThrowable - Variable in exception net.wotonomy.foundation.internal.WotonomyException
 
wrappedThrowable - Variable in exception net.wotonomy.foundation.NSForwardException
 
writePropertiesForObject(Map, Object) - Static method in class net.wotonomy.foundation.internal.Duplicator
Applies the map of properties and values to the specified object.
writeToURL(URL, boolean) - Method in class net.wotonomy.foundation.NSData
Writes the contents of this data to the specified URL.

X

XMLDecoder - Interface in net.wotonomy.foundation.xml
Defines an interface for classes that can de-serialize java objects from an XML representation.
XMLEncoder - Interface in net.wotonomy.foundation.xml
Defines an interface for classes that can serialize an arbitrary java object into XML format.

Y

yearOfCommonEra() - Method in class net.wotonomy.foundation.NSTimestamp
 

Z

ZeroRange - Static variable in class net.wotonomy.foundation.NSRange
An empty range.

_

_abbreviation - Variable in class net.wotonomy.foundation.NSTimeZone.__NSTZPeriod
 
_ascending - Variable in class net.wotonomy.foundation.NSTimeZone.__NSTZPeriodComparator
 
_classLoader - Static variable in class net.wotonomy.foundation.NSBundle
 
_compareObjects(Comparable, Comparable) - Static method in class net.wotonomy.foundation.NSComparator
 
_data - Variable in class net.wotonomy.foundation.NSTimeZone
 
_decodeBigInteger(NSCoder, int) - Static method in class net.wotonomy.foundation.NSCoding._BigIntegerSupport
Not yet implemented
_decodeUTF8(NSCoder) - Static method in class net.wotonomy.foundation.NSCoding.Support
 
_encodeBigInteger(NSCoder, BigInteger) - Static method in class net.wotonomy.foundation.NSCoding._BigIntegerSupport
Not yet implemented
_encodeUTF8(String, NSCoder) - Static method in class net.wotonomy.foundation.NSCoding.Support
 
_getTimeInMillis() - Method in class net.wotonomy.foundation.NSTimestamp
 
_hashCode - Variable in class net.wotonomy.foundation.NSTimeZone
 
_initialized - Variable in class net.wotonomy.foundation.NSTimeZone
 
_isdst - Variable in class net.wotonomy.foundation.NSTimeZone.__NSTZPeriod
 
_jdkTimeZone - Variable in class net.wotonomy.foundation.NSTimeZone
 
_name - Variable in class net.wotonomy.foundation.NSTimeZone
 
_nstimeZoneWithTimeZone(TimeZone) - Static method in class net.wotonomy.foundation.NSTimeZone
 
_offset - Variable in class net.wotonomy.foundation.NSTimeZone.__NSTZPeriod
 
_padString(long, int) - Method in class net.wotonomy.foundation.NSMultiReaderLock
 
_padString(String, int, boolean) - Method in class net.wotonomy.foundation.NSMultiReaderLock
 
_rawOffset - Variable in class net.wotonomy.foundation.NSTimeZone
 
_startTime - Variable in class net.wotonomy.foundation.NSTimeZone.__NSTZPeriod
 
_timeZonePeriods - Variable in class net.wotonomy.foundation.NSTimeZone
 
_timeZonePeriodsCount - Variable in class net.wotonomy.foundation.NSTimeZone
 
_useDaylightTime - Variable in class net.wotonomy.foundation.NSTimeZone
 

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

Copyright © 2006 null. All Rights Reserved.