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

N

name - Variable in class com.springsource.util.osgi.manifest.internal.BaseParameterised
 
NAME_HEADER - Static variable in class com.springsource.util.parser.manifest.RecoveringManifestParser
 
nameMask - Static variable in class com.springsource.util.parser.manifest.internal.RecoveringManifestLexer
 
names - Variable in class com.springsource.util.osgi.manifest.parse.standard.StandardHeaderDeclaration
 
names - Variable in class com.springsource.util.osgi.manifest.parse.standard.StandardHeaderVisitor
 
NATURAL_NUMBER_RANGE - Static variable in class com.springsource.util.osgi.VersionRange
 
naturalNumberRange() - Static method in class com.springsource.util.osgi.VersionRange
Creates a VersionRange encompassing all the natural numbers: [0.0.0, ?).
NetUtils - Class in com.springsource.util.io
Utility methods for working with network IO code.
NetUtils() - Constructor for class com.springsource.util.io.NetUtils
 
newChild(String) - Method in class com.springsource.util.io.PathReference
Creates a new PathReference by concatenating the path of this PathReference with the supplied name.
newEntry(String) - Method in class com.springsource.util.osgi.manifest.internal.CompoundParseable
 
newEntry(String) - Method in class com.springsource.util.osgi.manifest.internal.StandardDynamicImportPackage
newEntry(String) - Method in class com.springsource.util.osgi.manifest.internal.StandardExportPackage
newEntry(String) - Method in class com.springsource.util.osgi.manifest.internal.StandardImportBundle
newEntry(String) - Method in class com.springsource.util.osgi.manifest.internal.StandardImportLibrary
newEntry(String) - Method in class com.springsource.util.osgi.manifest.internal.StandardImportPackage
newEntry(String) - Method in class com.springsource.util.osgi.manifest.internal.StandardRequireBundle
newHeaderParser(ParserLogger) - Static method in class com.springsource.util.osgi.manifest.parse.HeaderParserFactory
Creates a new HeaderParser that logs to the supplied ParserLogger.
NEWLINE_VALUE - Static variable in class com.springsource.util.parser.manifest.internal.ManifestToken
 
newlineChar - Static variable in class com.springsource.util.parser.manifest.internal.RecoveringManifestLexer
 
newlineTokens - Variable in class com.springsource.util.parser.manifest.internal.RecoveringManifestLexer
 
next() - Method in class com.springsource.util.common.CaseInsensitiveMap.EntrySet.EntrySetIterator
next() - Method in class com.springsource.util.common.CaseInsensitiveMap.KeySet.KeySetIterator
next() - Method in class com.springsource.util.common.IterableEnumeration.EnumerationIterator
 
next() - Method in class com.springsource.util.common.SynchronizedIterator
next() - Method in class com.springsource.util.osgi.manifest.parse.standard.HeaderTokenStream
 
next() - Method in class com.springsource.util.parser.manifest.internal.SimpleTokenStream
 
next() - Method in interface com.springsource.util.parser.manifest.internal.TokenStream
 
nextIndex() - Method in class com.springsource.util.common.SynchronizedListIterator
NONE - Static variable in class com.springsource.util.osgi.manifest.parse.standard.MultiplexingVisitor
 
notEmpty(Object[], String, Object...) - Static method in class com.springsource.util.common.Assert
Assert that an array has elements; that is, it must not be null and must have at least one element.
notEmpty(Collection<T>, String, Object...) - Static method in class com.springsource.util.common.Assert
Assert that a collection has elements; that is, it must not be null and must have at least one element.
notEmpty(Map<K, V>, String, Object...) - Static method in class com.springsource.util.common.Assert
Assert that a Map has entries; that is, it must not be null and must have at least one entry.
notifyListeners(String, FileSystemEvent) - Method in class com.springsource.util.io.FileSystemChecker
 
notNull(Object, String, Object...) - Static method in class com.springsource.util.common.Assert
Assert that an object is not null.
NULL_STRING - Static variable in class com.springsource.util.common.ObjectUtils
 
nullSafeClassName(Object) - Static method in class com.springsource.util.common.ObjectUtils
Determine the class name for the given object.
nullSafeEquals(Object, Object) - Static method in class com.springsource.util.common.ObjectUtils
Determine if the given objects are equal, returning true if both are null or false if only one is null.
nullSafeHashCode(Object) - Static method in class com.springsource.util.common.ObjectUtils
Return as hash code for the given object; typically the value of Object.hashCode().
nullSafeHashCode(Object[]) - Static method in class com.springsource.util.common.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(boolean[]) - Static method in class com.springsource.util.common.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(byte[]) - Static method in class com.springsource.util.common.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(char[]) - Static method in class com.springsource.util.common.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(double[]) - Static method in class com.springsource.util.common.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(float[]) - Static method in class com.springsource.util.common.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(int[]) - Static method in class com.springsource.util.common.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(long[]) - Static method in class com.springsource.util.common.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(short[]) - Static method in class com.springsource.util.common.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeToString(Object) - Static method in class com.springsource.util.common.ObjectUtils
Return a String representation of the specified Object.
nullSafeToString(Object[]) - Static method in class com.springsource.util.common.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(boolean[]) - Static method in class com.springsource.util.common.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(byte[]) - Static method in class com.springsource.util.common.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(char[]) - Static method in class com.springsource.util.common.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(double[]) - Static method in class com.springsource.util.common.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(float[]) - Static method in class com.springsource.util.common.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(int[]) - Static method in class com.springsource.util.common.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(long[]) - Static method in class com.springsource.util.common.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(short[]) - Static method in class com.springsource.util.common.ObjectUtils
Return a String representation of the contents of the specified array.
numChildren() - Method in class com.springsource.util.common.ThreadSafeArrayListTree
 

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