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

N

NATIVE - Static variable in class java.lang.reflect.Modifier
The int value representing the native modifier.
NORM_PRIORITY - Static variable in class java.lang.Thread
The default priority that is assigned to a thread.
NegativeArraySizeException - exception java.lang.NegativeArraySizeException.
This runtime exception is thrown when an attempt is made to create an array whose size would be less than zero.
NegativeArraySizeException() - Constructor for class java.lang.NegativeArraySizeException
Constructs a new instance of this class with its walkback filled in.
NegativeArraySizeException(String) - Constructor for class java.lang.NegativeArraySizeException
Constructs a new instance of this class with its walkback and message filled in.
NoClassDefFoundError - error java.lang.NoClassDefFoundError.
This error is thrown when the VM is unable to locate a class which it has been asked to load.
NoClassDefFoundError() - Constructor for class java.lang.NoClassDefFoundError
Constructs a new instance of this class with its walkback filled in.
NoClassDefFoundError(String) - Constructor for class java.lang.NoClassDefFoundError
Constructs a new instance of this class with its walkback and message filled in.
NoSuchElementException - exception java.util.NoSuchElementException.
This runtime exception is thrown when trying to retrieve an element past the end of an Enumeration, or the first or last element from an empty Vector.
NoSuchElementException() - Constructor for class java.util.NoSuchElementException
Constructs a new instance of this class with its walkback filled in.
NoSuchElementException(String) - Constructor for class java.util.NoSuchElementException
Constructs a new instance of this class with its walkback and message filled in.
NoSuchFieldError - error java.lang.NoSuchFieldError.
This error is thrown when the VM notices that a an attempt is being made to reference a field of a class which does not exist in that class.
NoSuchFieldError() - Constructor for class java.lang.NoSuchFieldError
Constructs a new instance of this class with its walkback filled in.
NoSuchFieldError(String) - Constructor for class java.lang.NoSuchFieldError
Constructs a new instance of this class with its walkback and message filled in.
NoSuchFieldException - exception java.lang.NoSuchFieldException.
This exception is thrown when a program attempts to access a field which does not exist in a class
NoSuchFieldException() - Constructor for class java.lang.NoSuchFieldException
Constructs a new instance of this class with its walkback filled in.
NoSuchFieldException(String) - Constructor for class java.lang.NoSuchFieldException
Constructs a new instance of this class with its walkback and message filled in.
NoSuchMethodError - error java.lang.NoSuchMethodError.
This error is thrown when the VM notices that a an attempt is being made to reference a method of a class which does not exist in that class.
NoSuchMethodError() - Constructor for class java.lang.NoSuchMethodError
Constructs a new instance of this class with its walkback filled in.
NoSuchMethodError(String) - Constructor for class java.lang.NoSuchMethodError
Constructs a new instance of this class with its walkback and message filled in.
NoSuchMethodException - exception java.lang.NoSuchMethodException.
This exception is thrown when a program attempts to access a method which does not exist in a class.
NoSuchMethodException() - Constructor for class java.lang.NoSuchMethodException
Constructs a new instance of this class with its walkback filled in.
NoSuchMethodException(String) - Constructor for class java.lang.NoSuchMethodException
Constructs a new instance of this class with its walkback and message filled in.
NotActiveException - exception java.io.NotActiveException.
Some methods in ObjectInputStream and ObjectOutputStream can only be called from a nested call to readObject() or writeObject().
NotActiveException() - Constructor for class java.io.NotActiveException
Constructs a new instance of this class with its walkback filled in.
NotActiveException(String) - Constructor for class java.io.NotActiveException
Constructs a new instance of this class with its walkback and message filled in.
NotSerializableException - exception java.io.NotSerializableException.
When an implementation of ObjectOutput.writeObject() is passed an object that is not serializable, it will throw this type of exception.
NotSerializableException() - Constructor for class java.io.NotSerializableException
Constructs a new instance of this class with its walkback filled in.
NotSerializableException(String) - Constructor for class java.io.NotSerializableException
Constructs a new instance of this class with its walkback and message filled in.
NullPointerException - exception java.lang.NullPointerException.
This runtime exception is thrown when an attempt is made to access a field or method of an instance or an element of an array when there is no instance or array to use (i.e. the pointer is null).
NullPointerException() - Constructor for class java.lang.NullPointerException
Constructs a new instance of this class with its walkback filled in.
NullPointerException(String) - Constructor for class java.lang.NullPointerException
Constructs a new instance of this class with its walkback and message filled in.
NumberFormatException - exception java.lang.NumberFormatException.
This runtime exception is thrown when a "string to number" conversion routine is passed an invalid value.
NumberFormatException() - Constructor for class java.lang.NumberFormatException
Constructs a new instance of this class with its walkback filled in.
NumberFormatException(String) - Constructor for class java.lang.NumberFormatException
Constructs a new instance of this class with its walkback and message filled in.
newInstance(Class, int) - Static method in class java.lang.reflect.Array
Creates a new array with the specified component type and length.
newInstance(Class, int[]) - Static method in class java.lang.reflect.Array
Creates a new array with the specified component type and dimensions.
newInstance(Object[]) - Method in class java.lang.reflect.Constructor
Uses the constructor represented by this Constructor object to create and initialize a new instance of the constructor's declaring class, with the specified initialization parameters.
newProxyInstance(ClassLoader, Class[], InvocationHandler) - Static method in class java.lang.reflect.Proxy
Returns an instance of a proxy class for the specified interfaces that dispatches method invocations to the specified invocation handler.
next() - Method in interface java.util.Iterator
Answers the next object in the iteration.
next() - Method in interface java.util.ListIterator
Answers the next object in the iteration.
nextElement() - Method in interface java.util.Enumeration
Answers the next element in this Enumeration.
nextIndex() - Method in interface java.util.ListIterator
Answers the index of the next object in the iteration.

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