Module 
Package 
Class 
Use 
 Index 
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 _
FlexDoc/Javadoc 2.0
Demo Java Doc

P
Package - Class in java.lang
Represents metadata about a run-time package associated with a class loader.
PACKAGE - Constant in enum java.lang.annotation.ElementType
Package declaration
PACKAGE - Constant in enum jdk.javadoc.doclet.Taglet.Location
In the documentation for a package.
PAHAWH_HMONG - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Pahawh Hmong" Unicode character block.
PAHAWH_HMONG - Constant in enum java.lang.Character.UnicodeScript
Unicode script "Pahawh Hmong".
PALMYRENE - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Palmyrene" Unicode character block.
PALMYRENE - Constant in enum java.lang.Character.UnicodeScript
Unicode script "Palmyrene".
PARAGRAPH_SEPARATOR - Static variable in class java.lang.Character
General category "Zp" in the Unicode specification.
ParagraphAction() - Constructor for class javax.swing.text.html.HTMLDocument.HTMLReader.ParagraphAction
Constructs a ParagraphAction.
parallelPrefix(T[], BinaryOperator<T>) - Static method in class java.util.Arrays
Cumulates, in parallel, each element of the given array in place, using the supplied function.
parallelPrefix(T[], int, int, BinaryOperator<T>) - Static method in class java.util.Arrays
Performs Arrays.parallelPrefix(Object[], BinaryOperator) for the given subrange of the array.
parallelPrefix(double[], DoubleBinaryOperator) - Static method in class java.util.Arrays
Cumulates, in parallel, each element of the given array in place, using the supplied function.
parallelPrefix(double[], int, int, DoubleBinaryOperator) - Static method in class java.util.Arrays
Performs Arrays.parallelPrefix(double[], DoubleBinaryOperator) for the given subrange of the array.
parallelPrefix(int[], IntBinaryOperator) - Static method in class java.util.Arrays
Cumulates, in parallel, each element of the given array in place, using the supplied function.
parallelPrefix(int[], int, int, IntBinaryOperator) - Static method in class java.util.Arrays
Performs Arrays.parallelPrefix(int[], IntBinaryOperator) for the given subrange of the array.
parallelPrefix(long[], LongBinaryOperator) - Static method in class java.util.Arrays
Cumulates, in parallel, each element of the given array in place, using the supplied function.
parallelPrefix(long[], int, int, LongBinaryOperator) - Static method in class java.util.Arrays
Performs Arrays.parallelPrefix(long[], LongBinaryOperator) for the given subrange of the array.
parallelSetAll(T[], IntFunction<? extends T>) - Static method in class java.util.Arrays
Set all elements of the specified array, in parallel, using the provided generator function to compute each element.
parallelSetAll(double[], IntToDoubleFunction) - Static method in class java.util.Arrays
Set all elements of the specified array, in parallel, using the provided generator function to compute each element.
parallelSetAll(int[], IntUnaryOperator) - Static method in class java.util.Arrays
Set all elements of the specified array, in parallel, using the provided generator function to compute each element.
parallelSetAll(long[], IntToLongFunction) - Static method in class java.util.Arrays
Set all elements of the specified array, in parallel, using the provided generator function to compute each element.
parallelSort(T[]) - Static method in class java.util.Arrays
Sorts the specified array of objects into ascending order, according to the natural ordering of its elements.
parallelSort(T[], Comparator<? super T>) - Static method in class java.util.Arrays
Sorts the specified array of objects according to the order induced by the specified comparator.
parallelSort(T[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the specified array of objects into ascending order, according to the natural ordering of its elements.
parallelSort(T[], int, int, Comparator<? super T>) - Static method in class java.util.Arrays
Sorts the specified range of the specified array of objects according to the order induced by the specified comparator.
parallelSort(byte[]) - Static method in class java.util.Arrays
Sorts the specified array into ascending numerical order.
parallelSort(byte[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the array into ascending numerical order.
parallelSort(char[]) - Static method in class java.util.Arrays
Sorts the specified array into ascending numerical order.
parallelSort(char[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the array into ascending numerical order.
parallelSort(double[]) - Static method in class java.util.Arrays
Sorts the specified array into ascending numerical order.
parallelSort(double[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the array into ascending numerical order.
parallelSort(float[]) - Static method in class java.util.Arrays
Sorts the specified array into ascending numerical order.
parallelSort(float[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the array into ascending numerical order.
parallelSort(int[]) - Static method in class java.util.Arrays
Sorts the specified array into ascending numerical order.
parallelSort(int[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the array into ascending numerical order.
parallelSort(long[]) - Static method in class java.util.Arrays
Sorts the specified array into ascending numerical order.
parallelSort(long[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the array into ascending numerical order.
parallelSort(short[]) - Static method in class java.util.Arrays
Sorts the specified array into ascending numerical order.
parallelSort(short[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the array into ascending numerical order.
parallelStream() - Method in interface java.util.Collection
Returns a possibly parallel Stream with this collection as its source.
PARAMETER - Constant in enum java.lang.annotation.ElementType
Formal parameter declaration
paramString() - Method in class javax.swing.JOptionPane
Returns a string representation of this JOptionPane.
paramString() - Method in class javax.swing.text.JTextComponent
Returns a string representation of this JTextComponent.
parent() - Method in interface java.lang.ProcessHandle
Returns an Optional<ProcessHandle> for the parent process.
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.
parents() - Method in class java.lang.ModuleLayer
Returns an unmodifiable list of this layer's parents, in search order.
parse(String) - Static method in class java.lang.Runtime.Version
Parses the given string as a valid version string containing a version number followed by pre-release and build information.
parse(String) - Static method in class java.util.Date
Deprecated. As of JDK version 1.1, replaced by DateFormat.parse(String s).
parse(String) - Static method in class java.util.Locale.LanguageRange
Parses the given ranges to generate a Language Priority List.
parse(String, Map<String, List<String>>) - Static method in class java.util.Locale.LanguageRange
Parses the given ranges to generate a Language Priority List, and then customizes the list using the given map.
parseBoolean(String) - Static method in class java.lang.Boolean
Parses the string argument as a boolean.
parseBuffer - Variable in class javax.swing.text.html.HTMLDocument.HTMLReader
Buffer to keep building elements.
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.
parseHex(CharSequence) - Method in class java.util.HexFormat
Returns a byte array containing hexadecimal values parsed from the string.
parseHex(CharSequence, int, int) - Method in class java.util.HexFormat
Returns a byte array containing hexadecimal values parsed from a range of the string.
parseHex(char[], int, int) - Method in class java.util.HexFormat
Returns a byte array containing hexadecimal values parsed from a range of the character array.
parseInt(CharSequence, int, int, int) - Static method in class java.lang.Integer
Parses the CharSequence argument as a signed int in the specified radix, beginning at the specified beginIndex and extending to endIndex - 1.
parseInt(String) - Static method in class java.lang.Integer
Parses the string argument as a signed decimal integer.
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.
parseLong(CharSequence, int, int, int) - Static method in class java.lang.Long
Parses the CharSequence argument as a signed long in the specified radix, beginning at the specified beginIndex and extending to endIndex - 1.
parseLong(String) - Static method in class java.lang.Long
Parses the string argument as a signed decimal long.
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.
parseNumbers() - Method in class java.io.StreamTokenizer
Specifies that numbers should be parsed by this tokenizer.
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.
parseUnsignedInt(CharSequence, int, int, int) - Static method in class java.lang.Integer
Parses the CharSequence argument as an unsigned int in the specified radix, beginning at the specified beginIndex and extending to endIndex - 1.
parseUnsignedInt(String) - Static method in class java.lang.Integer
Parses the string argument as an unsigned decimal integer.
parseUnsignedInt(String, int) - Static method in class java.lang.Integer
Parses the string argument as an unsigned integer in the radix specified by the second argument.
parseUnsignedLong(CharSequence, int, int, int) - Static method in class java.lang.Long
Parses the CharSequence argument as an unsigned long in the specified radix, beginning at the specified beginIndex and extending to endIndex - 1.
parseUnsignedLong(String) - Static method in class java.lang.Long
Parses the string argument as an unsigned decimal long.
parseUnsignedLong(String, int) - Static method in class java.lang.Long
Parses the string argument as an unsigned long in the radix specified by the second argument.
PART1_ALPHA2 - Constant in enum java.util.Locale.IsoCountryCode
PART1_ALPHA2 is used to represent the ISO3166-1 alpha-2 two letter country codes.
PART1_ALPHA3 - Constant in enum java.util.Locale.IsoCountryCode
PART1_ALPHA3 is used to represent the ISO3166-1 alpha-3 three letter country codes.
PART3 - Constant in enum java.util.Locale.IsoCountryCode
PART3 is used to represent the ISO3166-3 four letter country codes.
paste(int) - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
Pastes the text from the system clipboard into the text starting at the specified index.
paste() - Method in class javax.swing.text.JTextComponent
Transfers the contents of the system clipboard into the associated text model.
patch() - Method in class java.lang.Runtime.Version
Returns the value of the patch element of the version number, or zero if it is absent.
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.
PAU_CIN_HAU - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Pau Cin Hau" Unicode character block.
PAU_CIN_HAU - Constant in enum java.lang.Character.UnicodeScript
Unicode script "Pau Cin Hau".
peek() - Method in class java.util.ArrayDeque
Retrieves, but does not remove, the head of the queue represented by this deque, or returns null if this deque is empty.
peek() - Method in interface java.util.Deque
Retrieves, but does not remove, the head of the queue represented by this deque (in other words, the first element of this deque), or returns null if this deque is empty.
peek() - Method in class java.util.LinkedList
Retrieves, but does not remove, the head (first element) of this list.
peek() - Method in class java.util.PriorityQueue
Retrieves, but does not remove, the head of this queue, or returns null if this queue is empty.
peek() - Method in interface java.util.Queue
Retrieves, but does not remove, the head of this queue, or returns null if this queue is empty.
peek() - Method in class java.util.Stack
Looks at the object at the top of this stack without removing it from the stack.
peek() - Method in class java.util.concurrent.ArrayBlockingQueue
Retrieves, but does not remove, the head of this queue, or returns null if this queue is empty.
peek() - Method in interface java.util.concurrent.BlockingDeque
Retrieves, but does not remove, the head of the queue represented by this deque (in other words, the first element of this deque), or returns null if this deque is empty.
peek() - Method in class java.util.concurrent.ConcurrentLinkedDeque
Retrieves, but does not remove, the head of the queue represented by this deque (in other words, the first element of this deque), or returns null if this deque is empty.
peek() - Method in class java.util.concurrent.ConcurrentLinkedQueue
Retrieves, but does not remove, the head of this queue, or returns null if this queue is empty.
peek() - Method in class java.util.concurrent.DelayQueue
Retrieves, but does not remove, the head of this queue, or returns null if this queue is empty.
peek() - Method in class java.util.concurrent.LinkedBlockingDeque
Retrieves, but does not remove, the head of this queue, or returns null if this queue is empty.
peek() - Method in class java.util.concurrent.LinkedBlockingQueue
Retrieves, but does not remove, the head of this queue, or returns null if this queue is empty.
peek() - Method in class java.util.concurrent.LinkedTransferQueue
Retrieves, but does not remove, the head of this queue, or returns null if this queue is empty.
peek() - Method in class java.util.concurrent.PriorityBlockingQueue
Retrieves, but does not remove, the head of this queue, or returns null if this queue is empty.
peek() - Method in class java.util.concurrent.SynchronousQueue
Always returns null.
peekFirst() - Method in class java.util.ArrayDeque
Retrieves, but does not remove, the first element of this deque, or returns null if this deque is empty.
peekFirst() - Method in interface java.util.Deque
Retrieves, but does not remove, the first element of this deque, or returns null if this deque is empty.
peekFirst() - Method in class java.util.LinkedList
Retrieves, but does not remove, the first element of this list, or returns null if this list is empty.
peekFirst() - Method in class java.util.concurrent.ConcurrentLinkedDeque
Retrieves, but does not remove, the first element of this deque, or returns null if this deque is empty.
peekFirst() - Method in class java.util.concurrent.LinkedBlockingDeque
Retrieves, but does not remove, the first element of this deque, or returns null if this deque is empty.
peekLast() - Method in class java.util.ArrayDeque
Retrieves, but does not remove, the last element of this deque, or returns null if this deque is empty.
peekLast() - Method in interface java.util.Deque
Retrieves, but does not remove, the last element of this deque, or returns null if this deque is empty.
peekLast() - Method in class java.util.LinkedList
Retrieves, but does not remove, the last element of this list, or returns null if this list is empty.
peekLast() - Method in class java.util.concurrent.ConcurrentLinkedDeque
Retrieves, but does not remove, the last element of this deque, or returns null if this deque is empty.
peekLast() - Method in class java.util.concurrent.LinkedBlockingDeque
Retrieves, but does not remove, the last element of this deque, or returns null if this deque is empty.
peekNextLocalTask() - Static method in class java.util.concurrent.ForkJoinTask
Returns, but does not unschedule or execute, a task queued by the current thread but not yet executed, if one is immediately available.
PHAGS_PA - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Phags-pa" Unicode character block.
PHAGS_PA - Constant in enum java.lang.Character.UnicodeScript
Unicode script "Phags_Pa".
PHAISTOS_DISC - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Phaistos Disc" Unicode character block.
Phaser - Class in java.util.concurrent
A reusable synchronization barrier, similar in functionality to CyclicBarrier and CountDownLatch but supporting more flexible usage.
Phaser() - Constructor for class java.util.concurrent.Phaser
Creates a new phaser with no initially registered parties, no parent, and initial phase number 0.
Phaser(Phaser) - Constructor for class java.util.concurrent.Phaser
Equivalent to Phaser(parent, 0).
Phaser(Phaser, int) - Constructor for class java.util.concurrent.Phaser
Creates a new phaser with the given parent and number of registered unarrived parties.
Phaser(int) - Constructor for class java.util.concurrent.Phaser
Creates a new phaser with the given number of registered unarrived parties, no parent, and initial phase number 0.
PHOENICIAN - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Phoenician" Unicode character block.
PHOENICIAN - Constant in enum java.lang.Character.UnicodeScript
Unicode script "Phoenician".
PHONETIC_EXTENSIONS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Phonetic Extensions" Unicode character block.
PHONETIC_EXTENSIONS_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Phonetic Extensions Supplement" Unicode character block.
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.
pid() - Method in class java.lang.Process
Returns the native process ID of the process.
pid() - Method in interface java.lang.ProcessHandle
Returns the native process ID of the process.
PIPE - Static variable in class java.lang.ProcessBuilder.Redirect
Indicates that subprocess I/O will be connected to the current Java process over a pipe.
PIPE - Constant in enum java.lang.ProcessBuilder.Redirect.Type
The type of Redirect.PIPE.
PIPE_SIZE - Static variable in class java.io.PipedInputStream
The default size of the pipe's circular input buffer.
PipedInputStream - Class in java.io
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() - Constructor for class java.io.PipedInputStream
Creates a PipedInputStream so that it is not yet connected.
PipedInputStream(PipedOutputStream) - Constructor for class java.io.PipedInputStream
Creates a PipedInputStream so that it is connected to the piped output stream src.
PipedInputStream(PipedOutputStream, int) - Constructor for class java.io.PipedInputStream
Creates a PipedInputStream so that it is connected to the piped output stream src and uses the specified pipe size for the pipe's buffer.
PipedInputStream(int) - Constructor for class java.io.PipedInputStream
Creates a PipedInputStream so that it is not yet connected and uses the specified pipe size for the pipe's buffer.
PipedOutputStream - Class in java.io
A piped output stream can be connected to a piped input stream to create a communications pipe.
PipedOutputStream() - Constructor for class java.io.PipedOutputStream
Creates a piped output stream that is not yet connected to a piped input stream.
PipedOutputStream(PipedInputStream) - Constructor for class java.io.PipedOutputStream
Creates a piped output stream connected to the specified piped input stream.
PipedReader - Class in java.io
Piped character-input streams.
PipedReader() - Constructor for class java.io.PipedReader
Creates a PipedReader so that it is not yet connected.
PipedReader(PipedWriter) - Constructor for class java.io.PipedReader
Creates a PipedReader so that it is connected to the piped writer src.
PipedReader(PipedWriter, int) - Constructor for class java.io.PipedReader
Creates a PipedReader so that it is connected to the piped writer src and uses the specified pipe size for the pipe's buffer.
PipedReader(int) - Constructor for class java.io.PipedReader
Creates a PipedReader so that it is not yet connected and uses the specified pipe size for the pipe's buffer.
PipedWriter - Class in java.io
Piped character-output streams.
PipedWriter() - Constructor for class java.io.PipedWriter
Creates a piped writer that is not yet connected to a piped reader.
PipedWriter(PipedReader) - Constructor for class java.io.PipedWriter
Creates a piped writer connected to the specified piped reader.
PLAIN_MESSAGE - Static variable in class javax.swing.JOptionPane
No icon is used.
PLAYING_CARDS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Playing Cards" Unicode character block.
PM - Static variable in class java.util.Calendar
Value of the Calendar.AM_PM field indicating the period of the day from noon to just before midnight.
poll() - Method in class java.util.ArrayDeque
Retrieves and removes the head of the queue represented by this deque (in other words, the first element of this deque), or returns null if this deque is empty.
poll() - Method in interface java.util.Deque
Retrieves and removes the head of the queue represented by this deque (in other words, the first element of this deque), or returns null if this deque is empty.
poll() - Method in class java.util.LinkedList
Retrieves and removes the head (first element) of this list.
poll() - Method in class java.util.PriorityQueue
Retrieves and removes the head of this queue, or returns null if this queue is empty.
poll() - Method in interface java.util.Queue
Retrieves and removes the head of this queue, or returns null if this queue is empty.
poll() - Method in class java.util.concurrent.ArrayBlockingQueue
Retrieves and removes the head of this queue, or returns null if this queue is empty.
poll(long, TimeUnit) - Method in class java.util.concurrent.ArrayBlockingQueue
Retrieves and removes the head of this queue, waiting up to the specified wait time if necessary for an element to become available.
poll() - Method in interface java.util.concurrent.BlockingDeque
Retrieves and removes the head of the queue represented by this deque (in other words, the first element of this deque), or returns null if this deque is empty.
poll(long, TimeUnit) - Method in interface java.util.concurrent.BlockingDeque
Retrieves and removes the head of the queue represented by this deque (in other words, the first element of this deque), waiting up to the specified wait time if necessary for an element to become available.
poll(long, TimeUnit) - Method in interface java.util.concurrent.BlockingQueue
Retrieves and removes the head of this queue, waiting up to the specified wait time if necessary for an element to become available.
poll() - Method in interface java.util.concurrent.CompletionService
Retrieves and removes the Future representing the next completed task, or null if none are present.
poll(long, TimeUnit) - Method in interface java.util.concurrent.CompletionService
Retrieves and removes the Future representing the next completed task, waiting if necessary up to the specified wait time if none are yet present.
poll() - Method in class java.util.concurrent.ConcurrentLinkedDeque
Retrieves and removes the head of the queue represented by this deque (in other words, the first element of this deque), or returns null if this deque is empty.
poll() - Method in class java.util.concurrent.ConcurrentLinkedQueue
Retrieves and removes the head of this queue, or returns null if this queue is empty.
poll() - Method in class java.util.concurrent.DelayQueue
Retrieves and removes the head of this queue, or returns null if this queue has no elements with an expired delay.
poll(long, TimeUnit) - Method in class java.util.concurrent.DelayQueue
Retrieves and removes the head of this queue, waiting if necessary until an element with an expired delay is available on this queue, or the specified wait time expires.
poll() - Method in class java.util.concurrent.ExecutorCompletionService
Retrieves and removes the Future representing the next completed task, or null if none are present.
poll(long, TimeUnit) - Method in class java.util.concurrent.ExecutorCompletionService
Retrieves and removes the Future representing the next completed task, waiting if necessary up to the specified wait time if none are yet present.
poll() - Method in class java.util.concurrent.LinkedBlockingDeque
Retrieves and removes the head of this queue, or returns null if this queue is empty.
poll(long, TimeUnit) - Method in class java.util.concurrent.LinkedBlockingDeque
Retrieves and removes the head of the queue represented by this deque (in other words, the first element of this deque), waiting up to the specified wait time if necessary for an element to become available.
poll() - Method in class java.util.concurrent.LinkedBlockingQueue
Retrieves and removes the head of this queue, or returns null if this queue is empty.
poll(long, TimeUnit) - Method in class java.util.concurrent.LinkedBlockingQueue
Retrieves and removes the head of this queue, waiting up to the specified wait time if necessary for an element to become available.
poll() - Method in class java.util.concurrent.LinkedTransferQueue
Retrieves and removes the head of this queue, or returns null if this queue is empty.
poll(long, TimeUnit) - Method in class java.util.concurrent.LinkedTransferQueue
Retrieves and removes the head of this queue, waiting up to the specified wait time if necessary for an element to become available.
poll() - Method in class java.util.concurrent.PriorityBlockingQueue
Retrieves and removes the head of this queue, or returns null if this queue is empty.
poll(long, TimeUnit) - Method in class java.util.concurrent.PriorityBlockingQueue
Retrieves and removes the head of this queue, waiting up to the specified wait time if necessary for an element to become available.
poll() - Method in class java.util.concurrent.SynchronousQueue
Retrieves and removes the head of this queue, if another thread is currently making an element available.
poll(long, TimeUnit) - Method in class java.util.concurrent.SynchronousQueue
Retrieves and removes the head of this queue, waiting if necessary up to the specified wait time, for another thread to insert it.
pollFirst() - Method in class java.util.ArrayDeque
Retrieves and removes the first element of this deque, or returns null if this deque is empty.
pollFirst() - Method in interface java.util.Deque
Retrieves and removes the first element of this deque, or returns null if this deque is empty.
pollFirst() - Method in class java.util.LinkedList
Retrieves and removes the first element of this list, or returns null if this list is empty.
pollFirst() - Method in interface java.util.NavigableSet
Retrieves and removes the first (lowest) element, or returns null if this set is empty.
pollFirst() - Method in class java.util.TreeSet
Retrieves and removes the first (lowest) element, or returns null if this set is empty.
pollFirst(long, TimeUnit) - Method in interface java.util.concurrent.BlockingDeque
Retrieves and removes the first element of this deque, waiting up to the specified wait time if necessary for an element to become available.
pollFirst() - Method in class java.util.concurrent.ConcurrentLinkedDeque
Retrieves and removes the first element of this deque, or returns null if this deque is empty.
pollFirst() - Method in class java.util.concurrent.ConcurrentSkipListSet
Retrieves and removes the first (lowest) element, or returns null if this set is empty.
pollFirst() - Method in class java.util.concurrent.LinkedBlockingDeque
Retrieves and removes the first element of this deque, or returns null if this deque is empty.
pollFirst(long, TimeUnit) - Method in class java.util.concurrent.LinkedBlockingDeque
Retrieves and removes the first element of this deque, waiting up to the specified wait time if necessary for an element to become available.
pollFirstEntry() - Method in interface java.util.NavigableMap
Removes and returns a key-value mapping associated with the least key in this map, or null if the map is empty.
pollFirstEntry() - Method in class java.util.TreeMap
Removes and returns a key-value mapping associated with the least key in this map, or null if the map is empty.
pollFirstEntry() - Method in class java.util.concurrent.ConcurrentSkipListMap
Removes and returns a key-value mapping associated with the least key in this map, or null if the map is empty.
pollLast() - Method in class java.util.ArrayDeque
Retrieves and removes the last element of this deque, or returns null if this deque is empty.
pollLast() - Method in interface java.util.Deque
Retrieves and removes the last element of this deque, or returns null if this deque is empty.
pollLast() - Method in class java.util.LinkedList
Retrieves and removes the last element of this list, or returns null if this list is empty.
pollLast() - Method in interface java.util.NavigableSet
Retrieves and removes the last (highest) element, or returns null if this set is empty.
pollLast() - Method in class java.util.TreeSet
Retrieves and removes the last (highest) element, or returns null if this set is empty.
pollLast(long, TimeUnit) - Method in interface java.util.concurrent.BlockingDeque
Retrieves and removes the last element of this deque, waiting up to the specified wait time if necessary for an element to become available.
pollLast() - Method in class java.util.concurrent.ConcurrentLinkedDeque
Retrieves and removes the last element of this deque, or returns null if this deque is empty.
pollLast() - Method in class java.util.concurrent.ConcurrentSkipListSet
Retrieves and removes the last (highest) element, or returns null if this set is empty.
pollLast() - Method in class java.util.concurrent.LinkedBlockingDeque
Retrieves and removes the last element of this deque, or returns null if this deque is empty.
pollLast(long, TimeUnit) - Method in class java.util.concurrent.LinkedBlockingDeque
Retrieves and removes the last element of this deque, waiting up to the specified wait time if necessary for an element to become available.
pollLastEntry() - Method in interface java.util.NavigableMap
Removes and returns a key-value mapping associated with the greatest key in this map, or null if the map is empty.
pollLastEntry() - Method in class java.util.TreeMap
Removes and returns a key-value mapping associated with the greatest key in this map, or null if the map is empty.
pollLastEntry() - Method in class java.util.concurrent.ConcurrentSkipListMap
Removes and returns a key-value mapping associated with the greatest key in this map, or null if the map is empty.
pollNextLocalTask() - Static method in class java.util.concurrent.ForkJoinTask
Unschedules and returns, without executing, the next task queued by the current thread but not yet executed, if the current thread is operating in a ForkJoinPool.
pollSubmission() - Method in class java.util.concurrent.ForkJoinPool
Removes and returns the next unexecuted submission if one is available.
pollSubmission() - Static method in class java.util.concurrent.ForkJoinTask
If the current thread is operating in a ForkJoinPool, unschedules and returns, without executing, a task externally submitted to the pool, if one is available.
pollTask() - Static method in class java.util.concurrent.ForkJoinTask
If the current thread is operating in a ForkJoinPool, unschedules and returns, without executing, the next task queued by the current thread but not yet executed, if one is available, or if not available, a task that was forked by some other thread, if available.
pop() - Method in class java.util.ArrayDeque
Pops an element from the stack represented by this deque.
pop() - Method in interface java.util.Deque
Pops an element from the stack represented by this deque.
pop() - Method in class java.util.LinkedList
Pops an element from the stack represented by this list.
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.
pop() - Method in class java.util.concurrent.ConcurrentLinkedDeque
Pops an element from the stack represented by this deque.
pop() - Method in class java.util.concurrent.LinkedBlockingDeque
Pops an element from the stack represented by this deque.
popCharacterStyle() - Method in class javax.swing.text.html.HTMLDocument.HTMLReader
Pops a previously pushed character style off the stack to return to a previous style.
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.CharArrayReader
The current buffer position.
pos - Variable in class java.io.PushbackInputStream
The position within the pushback buffer from which the next byte will be read.
pos - Variable in class java.io.StringBufferInputStream
The index of the next character to read from the input stream buffer.
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.
postEdit(UndoableEdit) - Method in class javax.swing.undo.UndoableEditSupport
DEADLOCK WARNING: Calling this method may call undoableEditHappened in all listeners.
postState - Variable in class javax.swing.undo.StateEdit
The state information after the edit
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.
PRC - Static variable in class java.util.Locale
Useful constant for country.
pre() - Method in class java.lang.Runtime.Version
Returns the optional pre-release information.
PreAction() - Constructor for class javax.swing.text.html.HTMLDocument.HTMLReader.PreAction
Constructs a PreAction.
preContent(char[]) - Method in class javax.swing.text.html.HTMLDocument.HTMLReader
Adds the given content that was encountered in a PRE element.
PREFER - Constant in enum javax.xml.catalog.CatalogFeatures.Feature
The javax.xml.catalog.prefer property as described in item PREFER of the Catalog Features table.
PREFERRED_SIZE - Static variable in class javax.swing.GroupLayout
Indicates the preferred size from the component or gap should be used for a particular range value.
preferredLayoutSize(Container) - Method in class javax.swing.GroupLayout
Returns the preferred size for the specified container.
prefix() - Method in class java.util.HexFormat
Returns the prefix used for each hexadecimal value in formatted hexadecimal strings.
prestartAllCoreThreads() - Method in class java.util.concurrent.ThreadPoolExecutor
Starts all core threads, causing them to idly wait for work.
prestartCoreThread() - Method in class java.util.concurrent.ThreadPoolExecutor
Starts a core thread, causing it to idly wait for work.
preState - Variable in class javax.swing.undo.StateEdit
The state information prior to the edit
previous() - Method in interface java.util.ListIterator
Returns the previous element in the list and moves the cursor position backwards.
previousClearBit(int) - Method in class java.util.BitSet
Returns the index of the nearest bit that is set to false that occurs on or before the specified starting index.
previousIndex() - Method in interface java.util.ListIterator
Returns the index of the element that would be returned by a subsequent call to ListIterator.previous().
previousSetBit(int) - Method in class java.util.BitSet
Returns the index of the nearest bit that is set to true that occurs on or before the specified starting index.
PrimitiveIterator<T,T_CONS> - Interface in java.util
A base type for primitive specializations of Iterator.
PrimitiveIterator.OfDouble - Interface in java.util
An Iterator specialized for double values.
PrimitiveIterator.OfInt - Interface in java.util
An Iterator specialized for int values.
PrimitiveIterator.OfLong - Interface in java.util
An Iterator specialized for long values.
print(Object) - Method in class java.io.PrintStream
Prints an object.
print(String) - Method in class java.io.PrintStream
Prints a string.
print(boolean) - Method in class java.io.PrintStream
Prints a boolean value.
print(char) - Method in class java.io.PrintStream
Prints a character.
print(char[]) - Method in class java.io.PrintStream
Prints an array of characters.
print(double) - Method in class java.io.PrintStream
Prints a double-precision floating-point number.
print(float) - Method in class java.io.PrintStream
Prints a floating-point number.
print(int) - Method in class java.io.PrintStream
Prints an integer.
print(long) - Method in class java.io.PrintStream
Prints a long integer.
print(Object) - Method in class java.io.PrintWriter
Prints an object.
print(String) - Method in class java.io.PrintWriter
Prints a string.
print(boolean) - Method in class java.io.PrintWriter
Prints a boolean value.
print(char) - Method in class java.io.PrintWriter
Prints a character.
print(char[]) - Method in class java.io.PrintWriter
Prints an array of characters.
print(double) - Method in class java.io.PrintWriter
Prints a double-precision floating-point number.
print(float) - Method in class java.io.PrintWriter
Prints a floating-point number.
print(int) - Method in class java.io.PrintWriter
Prints an integer.
print(long) - Method in class java.io.PrintWriter
Prints a long integer.
print() - Method in class javax.swing.text.JTextComponent
A convenience print method that displays a print dialog, and then prints this JTextComponent in interactive mode with no header or footer text.
print(MessageFormat, MessageFormat) - Method in class javax.swing.text.JTextComponent
A convenience print method that displays a print dialog, and then prints this JTextComponent in interactive mode with the specified header and footer text.
print(MessageFormat, MessageFormat, boolean, PrintService, PrintRequestAttributeSet, boolean) - Method in class javax.swing.text.JTextComponent
Prints the content of this JTextComponent.
print(Diagnostic.Kind, DocTreePath, String) - Method in interface jdk.javadoc.doclet.Reporter
Prints a diagnostic message related to a tree node in a documentation comment.
print(Diagnostic.Kind, Element, String) - Method in interface jdk.javadoc.doclet.Reporter
Prints a diagnostic message related to an element.
print(Diagnostic.Kind, FileObject, int, int, int, String) - Method in interface jdk.javadoc.doclet.Reporter
Prints a diagnostic message related to a position within a range of characters in a file.
print(Diagnostic.Kind, String) - Method in interface jdk.javadoc.doclet.Reporter
Prints a diagnostic message.
printf(String, Object...) - Method in class java.io.Console
A convenience method to write a formatted string to this console's output stream using the specified format string and arguments.
printf(Locale, String, Object...) - Method in class java.io.PrintStream
A convenience method to write a formatted string to this output stream using the specified format string and arguments.
printf(String, Object...) - Method in class java.io.PrintStream
A convenience method to write a formatted string to this output stream using the specified format string and arguments.
printf(Locale, String, Object...) - Method in class java.io.PrintWriter
A convenience method to write a formatted string to this writer using the specified format string and arguments.
printf(String, Object...) - Method in class java.io.PrintWriter
A convenience method to write a formatted string to this writer using the specified format string and arguments.
println() - Method in class java.io.PrintStream
Terminates the current line by writing the line separator string.
println(Object) - Method in class java.io.PrintStream
Prints an Object and then terminate the line.
println(String) - Method in class java.io.PrintStream
Prints a String and then terminate the line.
println(boolean) - Method in class java.io.PrintStream
Prints a boolean and then terminate the line.
println(char) - Method in class java.io.PrintStream
Prints a character and then terminate the line.
println(char[]) - Method in class java.io.PrintStream
Prints an array of characters and then terminate the line.
println(double) - Method in class java.io.PrintStream
Prints a double and then terminate the line.
println(float) - Method in class java.io.PrintStream
Prints a float and then terminate the line.
println(int) - Method in class java.io.PrintStream
Prints an integer and then terminate the line.
println(long) - Method in class java.io.PrintStream
Prints a long and then terminate the line.
println() - Method in class java.io.PrintWriter
Terminates the current line by writing the line separator string.
println(Object) - Method in class java.io.PrintWriter
Prints an Object and then terminates the line.
println(String) - Method in class java.io.PrintWriter
Prints a String and then terminates the line.
println(boolean) - Method in class java.io.PrintWriter
Prints a boolean value and then terminates the line.
println(char) - Method in class java.io.PrintWriter
Prints a character and then terminates the line.
println(char[]) - Method in class java.io.PrintWriter
Prints an array of characters and then terminates the line.
println(double) - Method in class java.io.PrintWriter
Prints a double-precision floating-point number and then terminates the line.
println(float) - Method in class java.io.PrintWriter
Prints a floating-point number and then terminates the line.
println(int) - Method in class java.io.PrintWriter
Prints an integer and then terminates the line.
println(long) - Method in class java.io.PrintWriter
Prints a long integer and then terminates the line.
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.
PrintStream - Class in java.io
A PrintStream adds functionality to another output stream, namely the ability to print representations of various data values conveniently.
PrintStream(File) - Constructor for class java.io.PrintStream
Creates a new print stream, without automatic line flushing, with the specified file.
PrintStream(File, Charset) - Constructor for class java.io.PrintStream
Creates a new print stream, without automatic line flushing, with the specified file and charset.
PrintStream(File, String) - Constructor for class java.io.PrintStream
Creates a new print stream, without automatic line flushing, with the specified file and charset.
PrintStream(OutputStream) - Constructor for class java.io.PrintStream
Creates a new print stream, without automatic line flushing, with the specified OutputStream.
PrintStream(OutputStream, boolean) - Constructor for class java.io.PrintStream
Creates a new print stream, with the specified OutputStream and line flushing.
PrintStream(OutputStream, boolean, Charset) - Constructor for class java.io.PrintStream
Creates a new print stream, with the specified OutputStream, line flushing and charset.
PrintStream(OutputStream, boolean, String) - Constructor for class java.io.PrintStream
Creates a new print stream, with the specified OutputStream, line flushing, and character encoding.
PrintStream(String) - Constructor for class java.io.PrintStream
Creates a new print stream, without automatic line flushing, with the specified file name.
PrintStream(String, Charset) - Constructor for class java.io.PrintStream
Creates a new print stream, without automatic line flushing, with the specified file name and charset.
PrintStream(String, String) - Constructor for class java.io.PrintStream
Creates a new print stream, without automatic line flushing, with the specified file name and charset.
PrintWriter - Class in java.io
Prints formatted representations of objects to a text-output stream.
PrintWriter(File) - Constructor for class java.io.PrintWriter
Creates a new PrintWriter, without automatic line flushing, with the specified file.
PrintWriter(File, Charset) - Constructor for class java.io.PrintWriter
Creates a new PrintWriter, without automatic line flushing, with the specified file and charset.
PrintWriter(File, String) - Constructor for class java.io.PrintWriter
Creates a new PrintWriter, without automatic line flushing, with the specified file and charset.
PrintWriter(OutputStream) - Constructor for class java.io.PrintWriter
Creates a new PrintWriter, without automatic line flushing, from an existing OutputStream.
PrintWriter(OutputStream, boolean) - Constructor for class java.io.PrintWriter
Creates a new PrintWriter from an existing OutputStream.
PrintWriter(OutputStream, boolean, Charset) - Constructor for class java.io.PrintWriter
Creates a new PrintWriter from an existing OutputStream.
PrintWriter(String) - Constructor for class java.io.PrintWriter
Creates a new PrintWriter, without automatic line flushing, with the specified file name.
PrintWriter(String, Charset) - Constructor for class java.io.PrintWriter
Creates a new PrintWriter, without automatic line flushing, with the specified file name and charset.
PrintWriter(String, String) - Constructor for class java.io.PrintWriter
Creates a new PrintWriter, without automatic line flushing, with the specified file name and charset.
PrintWriter(Writer) - Constructor for class java.io.PrintWriter
Creates a new PrintWriter, without automatic line flushing.
PrintWriter(Writer, boolean) - Constructor for class java.io.PrintWriter
Creates a new PrintWriter.
PriorityBlockingQueue<E> - Class in java.util.concurrent
An unbounded blocking queue that uses the same ordering rules as class PriorityQueue and supplies blocking retrieval operations.
PriorityBlockingQueue() - Constructor for class java.util.concurrent.PriorityBlockingQueue
Creates a PriorityBlockingQueue with the default initial capacity (11) that orders its elements according to their natural ordering.
PriorityBlockingQueue(Collection<? extends E>) - Constructor for class java.util.concurrent.PriorityBlockingQueue
Creates a PriorityBlockingQueue containing the elements in the specified collection.
PriorityBlockingQueue(int) - Constructor for class java.util.concurrent.PriorityBlockingQueue
Creates a PriorityBlockingQueue with the specified initial capacity that orders its elements according to their natural ordering.
PriorityBlockingQueue(int, Comparator<? super E>) - Constructor for class java.util.concurrent.PriorityBlockingQueue
Creates a PriorityBlockingQueue with the specified initial capacity that orders its elements according to the specified comparator.
PriorityQueue<E> - Class in java.util
An unbounded priority queue based on a priority heap.
PriorityQueue() - Constructor for class java.util.PriorityQueue
Creates a PriorityQueue with the default initial capacity (11) that orders its elements according to their natural ordering.
PriorityQueue(Collection<? extends E>) - Constructor for class java.util.PriorityQueue
Creates a PriorityQueue containing the elements in the specified collection.
PriorityQueue(Comparator<? super E>) - Constructor for class java.util.PriorityQueue
Creates a PriorityQueue with the default initial capacity and whose elements are ordered according to the specified comparator.
PriorityQueue(PriorityQueue<? extends E>) - Constructor for class java.util.PriorityQueue
Creates a PriorityQueue containing the elements in the specified priority queue.
PriorityQueue(SortedSet<? extends E>) - Constructor for class java.util.PriorityQueue
Creates a PriorityQueue containing the elements in the specified sorted set.
PriorityQueue(int) - Constructor for class java.util.PriorityQueue
Creates a PriorityQueue with the specified initial capacity that orders its elements according to their natural ordering.
PriorityQueue(int, Comparator<? super E>) - Constructor for class java.util.PriorityQueue
Creates a PriorityQueue with the specified initial capacity that orders its elements according to the specified comparator.
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 "Private Use Area" Unicode character block.
PRIVATE_USE_EXTENSION - Static variable in class java.util.Locale
The key for the private use extension ('x').
privilegedCallable(Callable<T>) - Static method in class java.util.concurrent.Executors
Deprecated, for removal. This method is only useful in conjunction with the Security Manager, which is deprecated and subject to removal in a future release.
privilegedCallableUsingCurrentClassLoader(Callable<T>) - Static method in class java.util.concurrent.Executors
Deprecated, for removal. This method is only useful in conjunction with the Security Manager, which is deprecated and subject to removal in a future release.
privilegedThreadFactory() - Static method in class java.util.concurrent.Executors
Deprecated, for removal. This method is only useful in conjunction with the Security Manager, which is deprecated and subject to removal in a future release.
Process - Class in java.lang
Process provides control of native processes started by ProcessBuilder.start and Runtime.exec.
Process() - Constructor for class java.lang.Process
Default constructor for Process.
process(String, List<String>) - Method in interface jdk.javadoc.doclet.Doclet.Option
Processes the option and arguments as needed.
ProcessBuilder - Class in java.lang
This class is used to create operating system processes.
ProcessBuilder(List<String>) - Constructor for class java.lang.ProcessBuilder
Constructs a process builder with the specified operating system program and arguments.
ProcessBuilder(String...) - Constructor for class java.lang.ProcessBuilder
Constructs a process builder with the specified operating system program and arguments.
ProcessBuilder.Redirect - Class in java.lang
Represents a source of subprocess input or a destination of subprocess output.
ProcessBuilder.Redirect.Type - Enum in java.lang
The type of a Redirect.
ProcessHandle - Interface in java.lang
ProcessHandle identifies and provides control of native processes.
ProcessHandle.Info - Interface in java.lang
Information snapshot about the process.
processHTMLFrameHyperlinkEvent(HTMLFrameHyperlinkEvent) - Method in class javax.swing.text.html.HTMLDocument
Processes HyperlinkEvents that are generated by documents in an HTML frame.
processInputMethodEvent(InputMethodEvent) - Method in class javax.swing.text.JTextComponent
Processes input method events occurring on this component by dispatching them to any registered InputMethodListener objects.
propagateCompletion() - Method in class java.util.concurrent.CountedCompleter
Equivalent to CountedCompleter.tryComplete() but does not invoke CountedCompleter.onCompletion(CountedCompleter) along the completion path: If the pending count is nonzero, decrements the count; otherwise, similarly tries to complete this task's completer, if one exists, else marks this task as complete.
Properties - Class in java.util
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.
Properties(int) - Constructor for class java.util.Properties
Creates an empty property list with no default values, and with an initial size accommodating the specified number of elements without the need to dynamically resize.
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.
PropertyPermission - Class in java.util
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 in java.util
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 from an InputStream.
PropertyResourceBundle(Reader) - Constructor for class java.util.PropertyResourceBundle
Creates a property resource bundle from a Reader.
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.
PSALTER_PAHLAVI - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Psalter Pahlavi" Unicode character block.
PSALTER_PAHLAVI - Constant in enum java.lang.Character.UnicodeScript
Unicode script "Psalter Pahlavi".
purge() - Method in class java.util.Timer
Removes all cancelled tasks from this timer's task queue.
purge() - Method in class java.util.concurrent.ThreadPoolExecutor
Tries to remove from the work queue all Future tasks that have been cancelled.
push(E) - Method in class java.util.ArrayDeque
Pushes an element onto the stack represented by this deque.
push(E) - Method in interface java.util.Deque
Pushes an element onto the stack represented by this deque (in other words, at the head of this deque) if it is possible to do so immediately without violating capacity restrictions, throwing an IllegalStateException if no space is currently available.
push(E) - Method in class java.util.LinkedList
Pushes an element onto the stack represented by this list.
push(E) - Method in class java.util.Stack
Pushes an item onto the top of this stack.
push(E) - Method in interface java.util.concurrent.BlockingDeque
Pushes an element onto the stack represented by this deque (in other words, at the head of this deque) if it is possible to do so immediately without violating capacity restrictions, throwing an IllegalStateException if no space is currently available.
push(E) - Method in class java.util.concurrent.ConcurrentLinkedDeque
Pushes an element onto the stack represented by this deque (in other words, at the head of this deque) if it is possible to do so immediately without violating capacity restrictions, throwing an IllegalStateException if no space is currently available.
push(E) - Method in class java.util.concurrent.LinkedBlockingDeque
Pushes an element onto the stack represented by this deque (in other words, at the head of this deque) if it is possible to do so immediately without violating capacity restrictions, throwing an IllegalStateException if no space is currently available.
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.
PushbackInputStream - Class in java.io
A PushbackInputStream adds functionality to another input stream, namely the ability to "push back" or "unread" bytes, by storing pushed-back bytes in an internal buffer.
PushbackInputStream(InputStream) - Constructor for class java.io.PushbackInputStream
Creates a PushbackInputStream with a 1-byte pushback buffer, and saves its argument, the input stream in, for later use.
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.
PushbackReader - Class in java.io
A character-stream reader that allows characters to be pushed back into the stream.
PushbackReader(Reader) - Constructor for class java.io.PushbackReader
Creates a new pushback reader with a one-character pushback buffer.
PushbackReader(Reader, int) - Constructor for class java.io.PushbackReader
Creates a new pushback reader with a pushback buffer of the given size.
pushCharacterStyle() - Method in class javax.swing.text.html.HTMLDocument.HTMLReader
Pushes the current character style on a stack in preparation for forming a new nested character style.
put(String, Object) - Method in class java.io.ObjectOutputStream.PutField
Put the value of the named Object field into the persistent 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, double) - Method in class java.io.ObjectOutputStream.PutField
Put the value of the named double 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, 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, short) - Method in class java.io.ObjectOutputStream.PutField
Put the value of the named short field into the persistent field.
put(K, V) - Method in class java.util.AbstractMap
Associates the specified value with the specified key in this map (optional operation).
put(K, V) - Method in class java.util.Dictionary
Maps the specified key to the specified value in this dictionary.
put(K, V) - Method in class java.util.EnumMap
Associates the specified value with the specified key in this map.
put(K, V) - Method in class java.util.HashMap
Associates the specified value with the specified key in this map.
put(K, V) - Method in class java.util.Hashtable
Maps the specified key to the specified value in this hashtable.
put(K, V) - Method in class java.util.IdentityHashMap
Associates the specified value with the specified key in this identity hash map.
put(K, V) - 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.Properties
Maps the specified key to the specified value in this hashtable.
put(K, V) - Method in class java.util.TreeMap
Associates the specified value with the specified key in this map.
put(K, V) - Method in class java.util.WeakHashMap
Associates the specified value with the specified key in this map.
put(E) - Method in class java.util.concurrent.ArrayBlockingQueue
Inserts the specified element at the tail of this queue, waiting for space to become available if the queue is full.
put(E) - Method in interface java.util.concurrent.BlockingDeque
Inserts the specified element into the queue represented by this deque (in other words, at the tail of this deque), waiting if necessary for space to become available.
put(E) - Method in interface java.util.concurrent.BlockingQueue
Inserts the specified element into this queue, waiting if necessary for space to become available.
put(K, V) - Method in class java.util.concurrent.ConcurrentHashMap
Maps the specified key to the specified value in this table.
put(K, V) - Method in class java.util.concurrent.ConcurrentSkipListMap
Associates the specified value with the specified key in this map.
put(E) - Method in class java.util.concurrent.DelayQueue
Inserts the specified element into this delay queue.
put(E) - Method in class java.util.concurrent.LinkedBlockingDeque
Inserts the specified element into the queue represented by this deque (in other words, at the tail of this deque), waiting if necessary for space to become available.
put(E) - Method in class java.util.concurrent.LinkedBlockingQueue
Inserts the specified element at the tail of this queue, waiting if necessary for space to become available.
put(E) - Method in class java.util.concurrent.LinkedTransferQueue
Inserts the specified element at the tail of this queue.
put(E) - Method in class java.util.concurrent.PriorityBlockingQueue
Inserts the specified element into this priority queue.
put(E) - Method in class java.util.concurrent.SynchronousQueue
Adds the specified element to this queue, waiting if necessary for another thread to receive it.
putAll(Map<? extends K, ? extends V>) - Method in class java.util.AbstractMap
Copies all of the mappings from the specified map to this map (optional operation).
putAll(Map<? extends K, ? extends V>) - Method in class java.util.EnumMap
Copies all of the mappings from the specified map to this map.
putAll(Map<? extends K, ? extends V>) - Method in class java.util.HashMap
Copies all of the mappings from the specified map to this map.
putAll(Map<? extends K, ? extends V>) - Method in class java.util.Hashtable
Copies all of the mappings from the specified map to this hashtable.
putAll(Map<? extends K, ? extends V>) - Method in class java.util.IdentityHashMap
Copies all of the mappings from the specified map to this map.
putAll(Map<? extends K, ? extends V>) - 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.Properties
Copies all of the mappings from the specified map to this hashtable.
putAll(Map<? extends K, ? extends V>) - Method in class java.util.TreeMap
Copies all of the mappings from the specified map to this map.
putAll(Map<? extends K, ? extends V>) - Method in class java.util.WeakHashMap
Copies all of the mappings from the specified map to this map.
putAll(Map<? extends K, ? extends V>) - Method in class java.util.concurrent.ConcurrentHashMap
Copies all of the mappings from the specified map to this one.
PutField() - Constructor for class java.io.ObjectOutputStream.PutField
Constructor for subclasses to call.
putFields() - Method in class java.io.ObjectOutputStream
Retrieve the object used to buffer persistent fields to be written to the stream.
putFirst(E) - Method in interface java.util.concurrent.BlockingDeque
Inserts the specified element at the front of this deque, waiting if necessary for space to become available.
putFirst(E) - Method in class java.util.concurrent.LinkedBlockingDeque
Inserts the specified element at the front of this deque, waiting if necessary for space to become available.
putIfAbsent(K, V) - Method in class java.util.HashMap
If the specified key is not already associated with a value (or is mapped to null) associates it with the given value and returns null, else returns the current value.
putIfAbsent(K, V) - Method in class java.util.Hashtable
If the specified key is not already associated with a value (or is mapped to null) associates it with the given value and returns null, else returns the current value.
putIfAbsent(K, V) - Method in interface java.util.Map
If the specified key is not already associated with a value (or is mapped to null) associates it with the given value and returns null, else returns the current value.
putIfAbsent(Object, Object) - Method in class java.util.Properties
If the specified key is not already associated with a value (or is mapped to null) associates it with the given value and returns null, else returns the current value.
putIfAbsent(K, V) - Method in class java.util.TreeMap
If the specified key is not already associated with a value (or is mapped to null) associates it with the given value and returns null, else returns the current value.
putIfAbsent(K, V) - Method in class java.util.concurrent.ConcurrentHashMap
If the specified key is not already associated with a value (or is mapped to null) associates it with the given value and returns null, else returns the current value.
putIfAbsent(K, V) - Method in interface java.util.concurrent.ConcurrentMap
If the specified key is not already associated with a value, associates it with the given value.
putIfAbsent(K, V) - Method in class java.util.concurrent.ConcurrentSkipListMap
If the specified key is not already associated with a value (or is mapped to null) associates it with the given value and returns null, else returns the current value.
putLast(E) - Method in interface java.util.concurrent.BlockingDeque
Inserts the specified element at the end of this deque, waiting if necessary for space to become available.
putLast(E) - Method in class java.util.concurrent.LinkedBlockingDeque
Inserts the specified element at the end of this deque, waiting if necessary for space to become available.
putProperty(Object, Object) - Method in interface javax.swing.text.Document
Associates a property with the document.

Module 
Package 
Class 
Use 
 Index 
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 _
FlexDoc/Javadoc 2.0
Demo Java Doc

Java API documentation generated with FlexDoc/Javadoc 2.0 using JavadocClassic 3.0 template set.
FlexDoc/Javadoc is a template-driven programming tool for rapid development of any Javadoc-based Java API documentation generators (i.e. doclets). If you need to customize your Javadoc without writing a full-blown doclet from scratch, FlexDoc/Javadoc may be the only tool able to help you! Find out more at www.flexdoc.xyz