J avolution v5.2 (J2SE 1.5+)
A B C D E F G H I J K L M N O P Q R S T U V W X Z

N

NAMESPACE - Static variable in interface javolution.xml.stream.XMLStreamConstants
Indicates the event is a namespace declaration.
NamespaceContext - Interface in javolution.xml.stream
This interface represents the XML namespace context stack while parsing.
NaN - Static variable in class javolution.lang.MathLib
Not-A-Number.
newEntry() - Method in class javolution.util.FastMap
Returns a new entry for this map; this method can be overriden by custom map implementations.
newInstance() - Static method in class javolution.context.AllocatorContext.Reference
Returns a new stack reference instance allocated on the current stack when executing in a StackContext.
newInstance() - Method in class javolution.lang.Reflection.Constructor
Invokes this constructor with no argument (convenience method).
newInstance(Object) - Method in class javolution.lang.Reflection.Constructor
Invokes this constructor with the specified single argument.
newInstance(Object, Object) - Method in class javolution.lang.Reflection.Constructor
Invokes this constructor with the specified two arguments.
newInstance(Object, Object, Object) - Method in class javolution.lang.Reflection.Constructor
Invokes this constructor with the specified three arguments.
newInstance(Object, Object, Object, Object) - Method in class javolution.lang.Reflection.Constructor
Invokes this constructor with the specified four arguments.
newInstance() - Static method in class javolution.text.TextBuilder
Returns a new, preallocated or recycled text builder (on the stack when executing in a StackContext).
newInstance(int, int) - Static method in class javolution.text.TextFormat.Cursor
Returns a new, preallocated or recycled cursor instance (on the stack when executing in a StackContext).
newInstance() - Static method in class javolution.util.FastList
Returns a new, preallocated or recycled list instance (on the stack when executing in a StackContext).
newInstance() - Static method in class javolution.util.FastMap
Returns a potentially recycled map instance.
newInstance() - Static method in class javolution.util.FastSet
Returns a new, preallocated or recycled set instance (on the stack when executing in a StackContext).
newInstance() - Static method in class javolution.util.FastTable
Returns a new, preallocated or recycled table instance (on the stack when executing in a StackContext).
newInstance() - Static method in class javolution.xml.stream.XMLInputFactory
Returns a new instance of the XMLInputFactory.DEFAULT input factory implementation which may be configurated by the user (see XMLInputFactory.setProperty(String, Object)).
newInstance() - Static method in class javolution.xml.stream.XMLOutputFactory
Returns a new instance of the XMLOutputFactory.DEFAULT output factory implementation which may be configurated by the user (see XMLOutputFactory.setProperty(String, Object)).
newInstance(Class<T>, XMLFormat.InputElement) - Method in class javolution.xml.XMLFormat
Allocates a new object of the specified class from the specified XML input element.
newInstance(InputStream) - Static method in class javolution.xml.XMLObjectReader
Returns a XML object reader (potentially recycled) having the specified input stream as input.
newInstance(InputStream, String) - Static method in class javolution.xml.XMLObjectReader
Returns a XML object reader (potentially recycled) having the specified input stream/encoding as input.
newInstance(Reader) - Static method in class javolution.xml.XMLObjectReader
Returns a XML object reader (potentially recycled) having the specified reader as input.
newInstance(OutputStream) - Static method in class javolution.xml.XMLObjectWriter
Returns a XML object writer (potentially recycled) having the specified output stream as output.
newInstance(OutputStream, String) - Static method in class javolution.xml.XMLObjectWriter
Returns a XML object writer (potentially recycled) having the specified output stream/encoding as output.
newInstance(Writer) - Static method in class javolution.xml.XMLObjectWriter
Returns a XML object writer (potentially recycled) having the specified writer as output.
newNode() - Method in class javolution.util.FastList
Returns a new node for this list; this method can be overriden by custom list implementation.
next() - Method in class javolution.context.Allocator
Returns the next available object from this allocator queue or Allocator.allocate() one if none available.
next(CharSequence) - Method in class javolution.text.TextFormat.Cursor
Returns the next character at the cursor position in the specified character sequence and increments the cursor position by one.
next() - Method in interface javolution.xml.stream.XMLStreamReader
Gets next parsing event - contiguous character data is returned into a single chunk.
next() - Method in class javolution.xml.stream.XMLStreamReaderImpl
 
nextTag() - Method in interface javolution.xml.stream.XMLStreamReader
Skips any white space (isWhiteSpace() returns true), COMMENT, or PROCESSING_INSTRUCTION, until a START_ELEMENT or END_ELEMENT is reached.
nextTag() - Method in class javolution.xml.stream.XMLStreamReaderImpl
 
NOTATION_DECLARATION - Static variable in interface javolution.xml.stream.XMLStreamConstants
Indicates a Notation.
notifyChange() - Method in class javolution.context.PersistentContext.Reference
Notifies this reference that its value has changed (for example a new persistent context has been loaded).
notifyChange() - Method in class javolution.lang.Configurable
Notifies this configurable that its runtime value has been changed.
NULL - Static variable in class javolution.context.LogContext
Holds a logging context implementation ignoring logging events.
NULL - Static variable in class javolution.util.FastMap.Entry
Holds NULL entries (to fill empty hole).

J avolution v5.2 (J2SE 1.5+)
A B C D E F G H I J K L M N O P Q R S T U V W X Z
Copyright © 2005 - 2007 Javolution.