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.
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.
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.
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.
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.
Static utility methods that
call the appropriate method if the object implements
NSKeyValueCoding, otherwise calls the method
on DefaultImplementation.
NSKeyValueCodingAdditions defines an interface for classes
that need to have more control over the wotonomy's bulk
property copying and cloning facilities.
Static utility methods that
call the appropriate method if the object implements
NSKeyValueCodingAdditions, otherwise calls the method
on DefaultImplementation.
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.
NSRunLoop is provided specifically for EODelayedObserverQueue
and EOEditingContext, which assume the existence of a
prioritized event queue that Java does not provide.
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.
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.
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.