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

N

NBSP - Static variable in class org.clapper.util.text.Unicode
Non-breaking space.
NestedException - Exception in org.clapper.util.misc
NestedException defines a special Exception class that permits exceptions to wrap other exceptions.
NestedException() - Constructor for exception org.clapper.util.misc.NestedException
Default constructor, for an exception with no nested exception and no message.
NestedException(Throwable) - Constructor for exception org.clapper.util.misc.NestedException
Constructs an exception containing another exception, but no message of its own.
NestedException(String) - Constructor for exception org.clapper.util.misc.NestedException
Constructs an exception containing an error message, but no nested exception.
NestedException(String, Throwable) - Constructor for exception org.clapper.util.misc.NestedException
Constructs an exception containing another exception and a message.
NestedException(String, String, String) - Constructor for exception org.clapper.util.misc.NestedException
Constructs an exception containing a resource bundle name, a message key, and a default message (in case the resource bundle can't be found).
NestedException(String, String, String, Object[]) - Constructor for exception org.clapper.util.misc.NestedException
Constructs an exception containing a resource bundle name, a message key, a default message format (in case the resource bundle can't be found), and arguments to be incorporated in the message via java.text.MessageFormat.
NestedException(String, String, String, Throwable) - Constructor for exception org.clapper.util.misc.NestedException
Constructs an exception containing a resource bundle name, a message key, a default message (in case the resource bundle can't be found), and another exception.
NestedException(String, String, String, Object[], Throwable) - Constructor for exception org.clapper.util.misc.NestedException
Constructs an exception containing a resource bundle name, a message key, a default message format (in case the resource bundle can't be found), arguments to be incorporated in the message via java.text.MessageFormat, and another exception.
newBufferAsCharSequence() - Method in class org.clapper.util.text.XStringBufBase
Get a new instance of the underlying buffer type (e.g., StringBuffer, StringBuilder) as a CharSequence object.
newBufferAsCharSequence() - Method in class org.clapper.util.text.XStringBuffer
Get a new instance of the underlying buffer type (e.g., StringBuffer, StringBuilder) as a CharSequence object.
newBufferAsCharSequence() - Method in class org.clapper.util.text.XStringBuilder
Get a new instance of the underlying buffer type (e.g., StringBuilder, StringBuilder) as a CharSequence object.
newValuesCollection() - Method in interface org.clapper.util.misc.MultiValueMap.ValuesCollectionAllocator
Allocate a new Collection class for use in storing the values for a key.
next() - Method in class org.clapper.util.misc.ArrayIterator
Get the next element from the underlying array.
next() - Method in class org.clapper.util.misc.EnumerationIterator
Get the next element from the underlying Enumeration.
next() - Method in class org.clapper.util.misc.MultiIterator
Get the next element from the underlying array.
NO_CREATE - Static variable in class org.clapper.util.misc.FileHashMap
Constructor flag value: If specified, the disk files will not be created if they don't exist; instead, the constructor will throw an exception.
NO_SHORT_OPTION - Static variable in class org.clapper.util.cmdline.UsageInfo
Constant to use for a short option, to indicate that there is no short option.
NON_BREAKING_HYPHEN - Static variable in class org.clapper.util.text.Unicode
Non-breaking hyphen
NoSuchSectionException - Exception in org.clapper.util.config
A NoSuchSectionException is thrown by the Configuration class to signify that a requested configuration section does not exist.
NoSuchSectionException(String) - Constructor for exception org.clapper.util.config.NoSuchSectionException
Constructs an exception.
NoSuchVariableException - Exception in org.clapper.util.config
A NoSuchVariableException is thrown by the Configuration class to signify that a requested configuration variable does not exist.
NoSuchVariableException(String, String) - Constructor for exception org.clapper.util.config.NoSuchVariableException
Constructs an exception.
NotClassFilter - Class in org.clapper.util.classutil
NotClassFilter is a ClassFilter that wraps another ClassFilter and negates the sense of the wrapped filter's accept() method.
NotClassFilter(ClassFilter) - Constructor for class org.clapper.util.classutil.NotClassFilter
Create a new NotClassFilter that wraps the specified ClassFilter.
NotFileFilter - Class in org.clapper.util.io
NotFileFilter is a FileFilter that wraps another FileFilter and negates the sense of the wrapped filter's accept() method.
NotFileFilter(FileFilter) - Constructor for class org.clapper.util.io.NotFileFilter
Create a new NotFileFilter that wraps the specified FileFilter.
NotFilenameFilter - Class in org.clapper.util.io
NotFilenameFilter is a FilenameFilter that wraps another FilenameFilter and negates the sense of the wrapped filter's accept() method.
NotFilenameFilter(FilenameFilter) - Constructor for class org.clapper.util.io.NotFilenameFilter
Create a new NotFilenameFilter that wraps the specified FilenameFilter.

A B C D E F G H I J K L M N O P R S T U V W X Z
Copyright © 2004-2007 Brian M. Clapper. All Rights Reserved.