Index of all Fields and Methods Packages Classes   A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

N

N_RESIZE_CURSOR. Static variable in class java.awt.Frame
name. Variable in class java.awt.Font
The logical name of this font.
NaN. Static variable in class java.lang.Double
Not-a-Number.
NaN. Static variable in class java.lang.Float
Not-a-Number.
NE_RESIZE_CURSOR. Static variable in class java.awt.Frame
NEGATIVE_INFINITY. Static variable in class java.lang.Double
Negative infinity.
NEGATIVE_INFINITY. Static variable in class java.lang.Float
Negative infinity.
NegativeArraySizeException(). Constructor for class java.lang.NegativeArraySizeException
Constructs a NegativeArraySizeException with no detail message.
NegativeArraySizeException(String). Constructor for class java.lang.NegativeArraySizeException
Constructs a NegativeArraySizeException with the specified detail message.
newInstance(). Method in class java.lang.Class
Creates a new instance of this Class.
newmodel. Variable in class java.awt.image.RGBImageFilter
next(). Method in class sun.tools.debug.RemoteThread
Continue execution of this thread to the next line, but don't step into a method call.
next(Container). Method in class java.awt.CardLayout
Flips to the next card of the specified container.
nextDouble(). Method in class java.util.Random
Generates a pseudorandom uniformally distributed double value between 0.0 and 1.0.
nextElement(). Method in interface java.util.Enumeration
Returns the next element of the enumeration.
nextElement(). Method in class java.util.StringTokenizer
Returns the next element in the Enumeration.
nextFloat(). Method in class java.util.Random
Generates a pseudorandom uniformally distributed float value between 0.0 and 1.0.
nextFocus(). Method in class java.awt.Component
Moves the focus to the next component.
nextFocus(). Method in interface java.awt.peer.ComponentPeer
nextGaussian(). Method in class java.util.Random
Generates a pseudorandom Gaussian distributed double value with mean 0.0 and standard deviation 1.0.
nextInt(). Method in class java.util.Random
Generates a pseudorandom uniformally distributed int value.
nextLong(). Method in class java.util.Random
Generate a pseudorandom uniformally distributed long value.
nextToken(). Method in class java.io.StreamTokenizer
Parses a token from the input stream.
nextToken(). Method in class java.util.StringTokenizer
Returns the next token of the String.
nextToken(String). Method in class java.util.StringTokenizer
Returns the next token, after switching to the new delimiter set.
NoClassDefFoundError(). Constructor for class java.lang.NoClassDefFoundError
Constructs a NoClassDefFoundError with no detail message.
NoClassDefFoundError(String). Constructor for class java.lang.NoClassDefFoundError
Constructs a NoClassDefFoundError with the specified detail message.
NONE. Static variable in class java.awt.GridBagConstraints
NORM_PRIORITY. Static variable in class java.lang.Thread
The default priority that is assigned to a Thread.
NORTH. Static variable in class java.awt.GridBagConstraints
NORTHEAST. Static variable in class java.awt.GridBagConstraints
NORTHWEST. Static variable in class java.awt.GridBagConstraints
NoSuchElementException(). Constructor for class java.util.NoSuchElementException
Constructs a NoSuchElementException with no detail message.
NoSuchElementException(String). Constructor for class java.util.NoSuchElementException
Constructs a NoSuchElementException with the specified detail message.
NoSuchFieldError(). Constructor for class java.lang.NoSuchFieldError
Constructs a NoSuchFieldException without a detail message.
NoSuchFieldError(String). Constructor for class java.lang.NoSuchFieldError
Constructs a NoSuchFieldException with a detail message.
NoSuchMethodError(). Constructor for class java.lang.NoSuchMethodError
NoSuchMethodError(String). Constructor for class java.lang.NoSuchMethodError
Constructs a NoSuchMethodException with a detail message.
NoSuchMethodException(). Constructor for class java.lang.NoSuchMethodException
Constructs a NoSuchMethodException without a detail message.
NoSuchMethodException(String). Constructor for class java.lang.NoSuchMethodException
Constructs a NoSuchMethodException with a detail message.
notify(). Method in class java.lang.Object
Notifies a single waiting thread on a change in condition of another thread.
notifyAll(). Method in class java.lang.Object
Notifies all of the threads waiting for a condition to change.
notifyObservers(). Method in class java.util.Observable
Notifies all observers if an observable change occurs.
notifyObservers(Object). Method in class java.util.Observable
Notifies all observers of the specified observable change which occurred.
npoints. Variable in class java.awt.Polygon
The total number of points.
NullPointerException(). Constructor for class java.lang.NullPointerException
Constructs a NullPointerException with no detail message.
NullPointerException(String). Constructor for class java.lang.NullPointerException
Constructs a NullPointerException with the specified detail message.
Number(). Constructor for class java.lang.Number
NumberFormatException(). Constructor for class java.lang.NumberFormatException
Constructs a NumberFormatException with no detail message.
NumberFormatException(String). Constructor for class java.lang.NumberFormatException
Constructs a NumberFormatException with the specified detail message.
nval. Variable in class java.io.StreamTokenizer
The number value.
NW_RESIZE_CURSOR. Static variable in class java.awt.Frame

O

Object(). Constructor for class java.lang.Object
Observable(). Constructor for class java.util.Observable
openConnection(). Method in class java.net.URL
Creates (if not already in existance) a URLConnection object that contains a connection to the remote object referred to by the URL.
openConnection(URL). Method in class java.net.URLStreamHandler
Opens an input stream to the object referenced by the URL.
openStream(). Method in class java.net.URL
Opens an input stream.
or(BitSet). Method in class java.util.BitSet
Logically ORs this bit set with the specified set of bits.
orange. Static variable in class java.awt.Color
The color orange.
ordinaryChar(int). Method in class java.io.StreamTokenizer
Specifies that this character is 'ordinary': it removes any significance as a word, comment, string, whitespace or number character.
ordinaryChars(int, int). Method in class java.io.StreamTokenizer
Specifies that characters in this range are 'ordinary'.
origmodel. Variable in class java.awt.image.RGBImageFilter
out. Static variable in class java.io.FileDescriptor
Handle to standard output.
out. Variable in class java.io.FilterOutputStream
The actual output stream.
out. Static variable in class java.lang.System
Standard output stream.
OutOfMemoryError(). Constructor for class java.lang.OutOfMemoryError
Constructs an OutOfMemoryError with no detail message.
OutOfMemoryError(String). Constructor for class java.lang.OutOfMemoryError
Constructs an OutOfMemoryError with the specified detail message.
OutputStream(). Constructor for class java.io.OutputStream