Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

CDC 1.1.2
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

P

PARAGRAPH_SEPARATOR - Static variable in class java.lang.Character
General category "Zp" in the Unicode specification.
PERCENT - Static variable in class java.text.NumberFormat.Field
Constant identifying the percent field.
PERMILLE - Static variable in class java.text.NumberFormat.Field
Constant identifying the permille field.
PI - Static variable in class java.lang.Math
The double value that is closer than any other to pi, the ratio of the circumference of a circle to its diameter.
PI - Static variable in class java.lang.StrictMath
The double value that is closer than any other to pi, the ratio of the circumference of a circle to its diameter.
PIPE_SIZE - Static variable in class java.io.PipedInputStream
The size of the pipe's circular input buffer.
PM - Static variable in class java.util.Calendar
Value of the AM_PM field indicating the period of the day from noon to just before midnight.
POSITIVE_INFINITY - Static variable in class java.lang.Double
A constant holding the positive infinity of type double.
POSITIVE_INFINITY - Static variable in class java.lang.Float
A constant holding the positive infinity of type float.
PRC - Static variable in class java.util.Locale
Useful constant for country.
PRIVATE - Static variable in class java.lang.reflect.Modifier
The int value representing the private modifier.
PRIVATE_USE - Static variable in class java.lang.Character
General category "Co" in the Unicode specification.
PRIVATE_USE_AREA - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
PROTECTED - Static variable in class java.lang.reflect.Modifier
The int value representing the protected modifier.
PROTOCOL_VERSION_1 - Static variable in interface java.io.ObjectStreamConstants
A Stream Protocol Version.
PROTOCOL_VERSION_2 - Static variable in interface java.io.ObjectStreamConstants
A Stream Protocol Version.
PUBLIC - Static variable in interface java.lang.reflect.Member
Identifies the set of all public members of a class or interface, including inherited members.
PUBLIC - Static variable in class java.lang.reflect.Modifier
The int value representing the public modifier.
Package - class java.lang.Package.
Package objects contain version information about the implementation and specification of a Java package.
ParseException - exception java.text.ParseException.
Signals that an error has been reached unexpectedly while parsing.
ParseException(String, int) - Constructor for class java.text.ParseException
Constructs a ParseException with the specified detail message and offset.
ParsePosition - class java.text.ParsePosition.
ParsePosition is a simple class used by Format and its subclasses to keep track of the current position during parsing.
ParsePosition(int) - Constructor for class java.text.ParsePosition
Create a new ParsePosition with the given initial index.
Permission - class java.security.Permission.
Abstract class for representing access to a system resource.
Permission(String) - Constructor for class java.security.Permission
Constructs a permission with the specified name.
PermissionCollection - class java.security.PermissionCollection.
Abstract class representing a collection of Permission objects.
PermissionCollection() - Constructor for class java.security.PermissionCollection
 
Permissions - class java.security.Permissions.
This class represents a heterogeneous collection of Permissions.
Permissions() - Constructor for class java.security.Permissions
Creates a new Permissions object containing no PermissionCollections.
PhantomReference - class java.lang.ref.PhantomReference.
Phantom reference objects, which are enqueued after the collector determines that their referents may otherwise be reclaimed.
PhantomReference(Object, ReferenceQueue) - Constructor for class java.lang.ref.PhantomReference
Creates a new phantom reference that refers to the given object and is registered with the given queue.
PipedInputStream - class java.io.PipedInputStream.
A piped input stream should be connected to a piped output stream; the piped input stream then provides whatever data bytes are written to the piped output stream.
PipedInputStream(PipedOutputStream) - Constructor for class java.io.PipedInputStream
Creates a PipedInputStream so that it is connected to the piped output stream src.
PipedInputStream() - Constructor for class java.io.PipedInputStream
Creates a PipedInputStream so that it is not yet connected.
PipedOutputStream - class java.io.PipedOutputStream.
A piped output stream can be connected to a piped input stream to create a communications pipe.
PipedOutputStream(PipedInputStream) - Constructor for class java.io.PipedOutputStream
Creates a piped output stream connected to the specified piped input stream.
PipedOutputStream() - Constructor for class java.io.PipedOutputStream
Creates a piped output stream that is not yet connected to a piped input stream.
Policy - class java.security.Policy.
This is an abstract class for representing the system security policy for a Java application environment (specifying which permissions are available for code from various sources).
Policy() - Constructor for class java.security.Policy
 
PortUnreachableException - exception java.net.PortUnreachableException.
Signals that an ICMP Port Unreachable message has been received on a connected datagram.
PortUnreachableException(String) - Constructor for class java.net.PortUnreachableException
Constructs a new PortUnreachableException with a detail message.
PortUnreachableException() - Constructor for class java.net.PortUnreachableException
Construct a new PortUnreachableException with no detailed message.
Principal - interface java.security.Principal.
This interface represents the abstract notion of a principal, which can be used to represent any entity, such as an individual, a corporation, and a login id.
PrintStream - class java.io.PrintStream.
A PrintStream adds functionality to another output stream, namely the ability to print representations of various data values conveniently.
PrintStream(OutputStream) - Constructor for class java.io.PrintStream
Create a new print stream.
PrintStream(OutputStream, boolean) - Constructor for class java.io.PrintStream
Create a new print stream.
PrintStream(OutputStream, boolean, String) - Constructor for class java.io.PrintStream
Create a new print stream.
PrintWriter - class java.io.PrintWriter.
Print formatted representations of objects to a text-output stream.
PrintWriter(Writer) - Constructor for class java.io.PrintWriter
Create a new PrintWriter, without automatic line flushing.
PrintWriter(Writer, boolean) - Constructor for class java.io.PrintWriter
Create a new PrintWriter.
PrintWriter(OutputStream) - Constructor for class java.io.PrintWriter
Create a new PrintWriter, without automatic line flushing, from an existing OutputStream.
PrintWriter(OutputStream, boolean) - Constructor for class java.io.PrintWriter
Create a new PrintWriter from an existing OutputStream.
PrivilegedAction - interface java.security.PrivilegedAction.
A computation to be performed with privileges enabled.
PrivilegedActionException - exception java.security.PrivilegedActionException.
This exception is thrown by doPrivileged(PrivilegedExceptionAction) and doPrivileged(PrivilegedExceptionAction, AccessControlContext context) to indicate that the action being performed threw a checked exception.
PrivilegedActionException(Exception) - Constructor for class java.security.PrivilegedActionException
Constructs a new PrivilegedActionException "wrapping" the specific Exception.
PrivilegedExceptionAction - interface java.security.PrivilegedExceptionAction.
A computation to be performed with privileges enabled, that throws one or more checked exceptions.
Process - class java.lang.Process.
The Runtime.exec methods create a native process and return an instance of a subclass of Process that can be used to control the process and obtain information about it.
Process() - Constructor for class java.lang.Process
 
Properties - class java.util.Properties.
The Properties class represents a persistent set of properties.
Properties() - Constructor for class java.util.Properties
Creates an empty property list with no default values.
Properties(Properties) - Constructor for class java.util.Properties
Creates an empty property list with the specified defaults.
PropertyPermission - class java.util.PropertyPermission.
This class is for property permissions.
PropertyPermission(String, String) - Constructor for class java.util.PropertyPermission
Creates a new PropertyPermission object with the specified name.
PropertyResourceBundle - class java.util.PropertyResourceBundle.
PropertyResourceBundle is a concrete subclass of ResourceBundle that manages resources for a locale using a set of static strings from a property file.
PropertyResourceBundle(InputStream) - Constructor for class java.util.PropertyResourceBundle
Creates a property resource bundle.
ProtectionDomain - class java.security.ProtectionDomain.
This ProtectionDomain class encapsulates the characteristics of a domain, which encloses a set of classes whose instances are granted a set of permissions when being executed on behalf of a given set of Principals.
ProtectionDomain(CodeSource, PermissionCollection) - Constructor for class java.security.ProtectionDomain
Creates a new ProtectionDomain with the given CodeSource and Permissions.
ProtectionDomain(CodeSource, PermissionCollection, ClassLoader, Principal[]) - Constructor for class java.security.ProtectionDomain
Creates a new ProtectionDomain qualified by the given CodeSource, Permissions, ClassLoader and array of Principals.
ProtocolException - exception java.net.ProtocolException.
Thrown to indicate that there is an error in the underlying protocol, such as a TCP error.
ProtocolException(String) - Constructor for class java.net.ProtocolException
Constructs a new ProtocolException with the specified detail message.
ProtocolException() - Constructor for class java.net.ProtocolException
Constructs a new ProtocolException with no detail message.
Provider - class java.security.Provider.
This class represents a "provider" for the Java Security API, where a provider implements some or all parts of Java Security.
Provider(String, double, String) - Constructor for class java.security.Provider
Constructs a provider with the specified name, version number, and information.
ProviderException - exception java.security.ProviderException.
A runtime exception for Provider exceptions (such as misconfiguration errors), which may be subclassed by Providers to throw specialized, provider-specific runtime errors.
ProviderException() - Constructor for class java.security.ProviderException
Constructs a ProviderException with no detail message.
ProviderException(String) - Constructor for class java.security.ProviderException
Constructs a ProviderException with the specified detail message.
Proxy - class java.lang.reflect.Proxy.
Proxy provides static methods for creating dynamic proxy classes and instances, and it is also the superclass of all dynamic proxy classes created by those methods.
Proxy(InvocationHandler) - Constructor for class java.lang.reflect.Proxy
Constructs a new Proxy instance from a subclass (typically, a dynamic proxy class) with the specified value for its invocation handler.
PublicKey - interface java.security.PublicKey.
A public key.
PushbackInputStream - class java.io.PushbackInputStream.
A PushbackInputStream adds functionality to another input stream, namely the ability to "push back" or "unread" one byte.
PushbackInputStream(InputStream, int) - Constructor for class java.io.PushbackInputStream
Creates a PushbackInputStream with a pushback buffer of the specified size, and saves its argument, the input stream in, for later use.
PushbackInputStream(InputStream) - Constructor for class java.io.PushbackInputStream
Creates a PushbackInputStream and saves its argument, the input stream in, for later use.
parent - Variable in class java.util.ResourceBundle
The parent bundle of this bundle.
parentOf(ThreadGroup) - Method in class java.lang.ThreadGroup
Tests if this thread group is either the thread group argument or one of its ancestor thread groups.
parse(String, ParsePosition) - Method in class java.text.ChoiceFormat
Parses a Number from the input text.
parse(String) - Method in class java.text.DateFormat
Parses text from the beginning of the given string to produce a date.
parse(String, ParsePosition) - Method in class java.text.DateFormat
Parse a date/time string according to the given parse position.
parse(String, ParsePosition) - Method in class java.text.DecimalFormat
Parses text from a string to produce a Number.
parse(String, ParsePosition) - Method in class java.text.MessageFormat
Parses the string.
parse(String) - Method in class java.text.MessageFormat
Parses text from the beginning of the given string to produce an object array.
parse(String, ParsePosition) - Method in class java.text.NumberFormat
Returns a Long if possible (e.g., within the range [Long.MIN_VALUE, Long.MAX_VALUE] and with no decimals), otherwise a Double.
parse(String) - Method in class java.text.NumberFormat
Parses text from the beginning of the given string to produce a number.
parse(String, ParsePosition) - Method in class java.text.SimpleDateFormat
Parses text from a string to produce a Date.
parseByte(String) - Static method in class java.lang.Byte
Parses the string argument as a signed decimal byte.
parseByte(String, int) - Static method in class java.lang.Byte
Parses the string argument as a signed byte in the radix specified by the second argument.
parseDouble(String) - Static method in class java.lang.Double
Returns a new double initialized to the value represented by the specified String, as performed by the valueOf method of class Double.
parseFloat(String) - Static method in class java.lang.Float
Returns a new float initialized to the value represented by the specified String, as performed by the valueOf method of class Float.
parseInt(String, int) - Static method in class java.lang.Integer
Parses the string argument as a signed integer in the radix specified by the second argument.
parseInt(String) - Static method in class java.lang.Integer
Parses the string argument as a signed decimal integer.
parseLong(String, int) - Static method in class java.lang.Long
Parses the string argument as a signed long in the radix specified by the second argument.
parseLong(String) - Static method in class java.lang.Long
Parses the string argument as a signed decimal long.
parseNumbers() - Method in class java.io.StreamTokenizer
Specifies that numbers should be parsed by this tokenizer.
parseObject(String, ParsePosition) - Method in class java.text.DateFormat
Parses text from a string to produce a Date.
parseObject(String, ParsePosition) - Method in class java.text.Format
Parses text from a string to produce an object.
parseObject(String) - Method in class java.text.Format
Parses text from the beginning of the given string to produce an object.
parseObject(String, ParsePosition) - Method in class java.text.MessageFormat
Parses text from a string to produce an object array.
parseObject(String, ParsePosition) - Method in class java.text.NumberFormat
Parses text from a string to produce a Number.
parseShort(String) - Static method in class java.lang.Short
Parses the string argument as a signed decimal short.
parseShort(String, int) - Static method in class java.lang.Short
Parses the string argument as a signed short in the radix specified by the second argument.
parseURL(URL, String, int, int) - Method in class java.net.URLStreamHandler
Parses the string representation of a URL into a URL object.
pathSeparator - Static variable in class java.io.File
The system-dependent path-separator character, represented as a string for convenience.
pathSeparatorChar - Static variable in class java.io.File
The system-dependent path-separator character.
peek(InetAddress) - Method in class java.net.DatagramSocketImpl
Peek at the packet to see who it is from.
peek() - Method in class java.util.Stack
Looks at the object at the top of this stack without removing it from the stack.
peekData(DatagramPacket) - Method in class java.net.DatagramSocketImpl
Peek at the packet to see who it is from.
poll() - Method in class java.lang.ref.ReferenceQueue
Polls this queue to see if a reference object is available.
pop() - Method in class java.util.Stack
Removes the object at the top of this stack and returns that object as the value of this function.
pos - Variable in class java.io.BufferedInputStream
The current position in the buffer.
pos - Variable in class java.io.ByteArrayInputStream
The index of the next character to read from the input stream buffer.
pos - Variable in class java.io.PushbackInputStream
The position within the pushback buffer from which the next byte will be read.
pow(double, double) - Static method in class java.lang.Math
Returns the value of the first argument raised to the power of the second argument.
pow(double, double) - Static method in class java.lang.StrictMath
Returns the value of the first argument raised to the power of the second argument.
pow(int) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (thisexponent).
previous() - Method in interface java.text.CharacterIterator
Decrements the iterator's index by one and returns the character at the new index.
previous() - Method in interface java.util.ListIterator
Returns the previous element in the list.
previousDouble(double) - Static method in class java.text.ChoiceFormat
Finds the greatest double less than d.
previousIndex() - Method in interface java.util.ListIterator
Returns the index of the element that would be returned by a subsequent call to previous.
print(boolean) - Method in class java.io.PrintStream
Print a boolean value.
print(char) - Method in class java.io.PrintStream
Print a character.
print(int) - Method in class java.io.PrintStream
Print an integer.
print(long) - Method in class java.io.PrintStream
Print a long integer.
print(float) - Method in class java.io.PrintStream
Print a floating-point number.
print(double) - Method in class java.io.PrintStream
Print a double-precision floating-point number.
print(char[]) - Method in class java.io.PrintStream
Print an array of characters.
print(String) - Method in class java.io.PrintStream
Print a string.
print(Object) - Method in class java.io.PrintStream
Print an object.
print(boolean) - Method in class java.io.PrintWriter
Print a boolean value.
print(char) - Method in class java.io.PrintWriter
Print a character.
print(int) - Method in class java.io.PrintWriter
Print an integer.
print(long) - Method in class java.io.PrintWriter
Print a long integer.
print(float) - Method in class java.io.PrintWriter
Print a floating-point number.
print(double) - Method in class java.io.PrintWriter
Print a double-precision floating-point number.
print(char[]) - Method in class java.io.PrintWriter
Print an array of characters.
print(String) - Method in class java.io.PrintWriter
Print a string.
print(Object) - Method in class java.io.PrintWriter
Print an object.
printStackTrace() - Method in class java.lang.Throwable
Prints this throwable and its backtrace to the standard error stream.
printStackTrace(PrintStream) - Method in class java.lang.Throwable
Prints this throwable and its backtrace to the specified print stream.
printStackTrace(PrintWriter) - Method in class java.lang.Throwable
Prints this throwable and its backtrace to the specified print writer.
println() - Method in class java.io.PrintStream
Terminate the current line by writing the line separator string.
println(boolean) - Method in class java.io.PrintStream
Print a boolean and then terminate the line.
println(char) - Method in class java.io.PrintStream
Print a character and then terminate the line.
println(int) - Method in class java.io.PrintStream
Print an integer and then terminate the line.
println(long) - Method in class java.io.PrintStream
Print a long and then terminate the line.
println(float) - Method in class java.io.PrintStream
Print a float and then terminate the line.
println(double) - Method in class java.io.PrintStream
Print a double and then terminate the line.
println(char[]) - Method in class java.io.PrintStream
Print an array of characters and then terminate the line.
println(String) - Method in class java.io.PrintStream
Print a String and then terminate the line.
println(Object) - Method in class java.io.PrintStream
Print an Object and then terminate the line.
println() - Method in class java.io.PrintWriter
Terminate the current line by writing the line separator string.
println(boolean) - Method in class java.io.PrintWriter
Print a boolean value and then terminate the line.
println(char) - Method in class java.io.PrintWriter
Print a character and then terminate the line.
println(int) - Method in class java.io.PrintWriter
Print an integer and then terminate the line.
println(long) - Method in class java.io.PrintWriter
Print a long integer and then terminate the line.
println(float) - Method in class java.io.PrintWriter
Print a floating-point number and then terminate the line.
println(double) - Method in class java.io.PrintWriter
Print a double-precision floating-point number and then terminate the line.
println(char[]) - Method in class java.io.PrintWriter
Print an array of characters and then terminate the line.
println(String) - Method in class java.io.PrintWriter
Print a String and then terminate the line.
println(Object) - Method in class java.io.PrintWriter
Print an Object and then terminate the line.
propertyNames() - Method in class java.util.Properties
Returns an enumeration of all the keys in this property list, including distinct keys in the default property list if a key of the same name has not already been found from the main properties list.
push(Object) - Method in class java.util.Stack
Pushes an item onto the top of this stack.
pushBack() - Method in class java.io.StreamTokenizer
Causes the next call to the nextToken method of this tokenizer to return the current value in the ttype field, and not to modify the value in the nval or sval field.
put(String, boolean) - Method in class java.io.ObjectOutputStream.PutField
Put the value of the named boolean field into the persistent field.
put(String, byte) - Method in class java.io.ObjectOutputStream.PutField
Put the value of the named byte field into the persistent field.
put(String, char) - Method in class java.io.ObjectOutputStream.PutField
Put the value of the named char field into the persistent field.
put(String, short) - Method in class java.io.ObjectOutputStream.PutField
Put the value of the named short field into the persistent field.
put(String, int) - Method in class java.io.ObjectOutputStream.PutField
Put the value of the named int field into the persistent field.
put(String, long) - Method in class java.io.ObjectOutputStream.PutField
Put the value of the named long field into the persistent field.
put(String, float) - Method in class java.io.ObjectOutputStream.PutField
Put the value of the named float field into the persistent field.
put(String, double) - Method in class java.io.ObjectOutputStream.PutField
Put the value of the named double field into the persistent field.
put(String, Object) - Method in class java.io.ObjectOutputStream.PutField
Put the value of the named Object field into the persistent field.
put(Object, Object) - Method in class java.security.Provider
Sets the key property to have the specified value.
put(Object, Object) - Method in class java.util.AbstractMap
Associates the specified value with the specified key in this map (optional operation).
put(Object, Object) - Method in class java.util.Dictionary
Maps the specified key to the specified value in this dictionary.
put(Object, Object) - Method in class java.util.HashMap
Associates the specified value with the specified key in this map.
put(Object, Object) - Method in class java.util.Hashtable
Maps the specified key to the specified value in this hashtable.
put(Object, Object) - Method in class java.util.IdentityHashMap
Associates the specified value with the specified key in this identity hash map.
put(Object, Object) - Method in interface java.util.Map
Associates the specified value with the specified key in this map (optional operation).
put(Object, Object) - Method in class java.util.TreeMap
Associates the specified value with the specified key in this map.
put(Object, Object) - Method in class java.util.WeakHashMap
Associates the specified value with the specified key in this map.
put(Object, Object) - Method in class java.util.jar.Attributes
Associates the specified value with the specified attribute name (key) in this Map.
putAll(Map) - Method in class java.security.Provider
Copies all of the mappings from the specified Map to this provider.
putAll(Map) - Method in class java.util.AbstractMap
Copies all of the mappings from the specified map to this map (optional operation).
putAll(Map) - Method in class java.util.HashMap
Copies all of the mappings from the specified map to this map These mappings will replace any mappings that this map had for any of the keys currently in the specified map.
putAll(Map) - Method in class java.util.Hashtable
Copies all of the mappings from the specified Map to this Hashtable These mappings will replace any mappings that this Hashtable had for any of the keys currently in the specified Map.
putAll(Map) - Method in class java.util.IdentityHashMap
Copies all of the mappings from the specified map to this map These mappings will replace any mappings that this map had for any of the keys currently in the specified map.
putAll(Map) - Method in interface java.util.Map
Copies all of the mappings from the specified map to this map (optional operation).
putAll(Map) - Method in class java.util.TreeMap
Copies all of the mappings from the specified map to this map.
putAll(Map) - Method in class java.util.WeakHashMap
Copies all of the mappings from the specified map to this map These mappings will replace any mappings that this map had for any of the keys currently in the specified map.
putAll(Map) - Method in class java.util.jar.Attributes
Copies all of the attribute name-value mappings from the specified Attributes to this Map.
putFields() - Method in class java.io.ObjectOutputStream
Retrieve the object used to buffer persistent fields to be written to the stream.
putValue(String, String) - Method in class java.util.jar.Attributes
Associates the specified value with the specified attribute name, specified as a String.

CDC 1.1.2
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
Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 218 specification.