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

P

padLeft(int) - Method in class javolution.text.Text
Pads this text on the left with spaces to make the minimum total length as specified.
padLeft(int, char) - Method in class javolution.text.Text
Pads this text on the left to make the minimum total length as specified.
padRight(int) - Method in class javolution.text.Text
Pads this text on the right with spaces to make the minimum total length as specified.
padRight(int, char) - Method in class javolution.text.Text
Pads this text on the right to make the minimum total length as specified.
parse(CharSequence, Cursor) - Method in class javolution.text.TextFormat
Parses a portion of the specified CharSequence from the specified position to produce an object.
parse(CharSequence) - Method in class javolution.text.TextFormat
Parses a whole character sequence from the beginning to produce an object (convenience method).
parse(InputSource) - Method in class javolution.xml.sax.SAX2ReaderImpl
 
parse(String) - Method in class javolution.xml.sax.SAX2ReaderImpl
 
parse(InputSource) - Method in interface javolution.xml.sax.XMLReader
Parse an XML document.
parse(String) - Method in interface javolution.xml.sax.XMLReader
Parse an XML document from a system identifier (URI).
parse(InputStream) - Method in class javolution.xml.sax.XMLReaderImpl
Parses an XML document from the specified input stream (encoding retrieved from input source and the XML prolog if any).
parse(InputStream, String) - Method in class javolution.xml.sax.XMLReaderImpl
Parses an XML document from the specified input stream and encoding.
parse(Reader) - Method in class javolution.xml.sax.XMLReaderImpl
Parses an XML document using the specified reader.
parse(InputSource) - Method in class javolution.xml.sax.XMLReaderImpl
 
parse(String) - Method in class javolution.xml.sax.XMLReaderImpl
 
parse(InputSource) - Method in interface org.xml.sax.Parser
Deprecated.
Parse an XML document.
parse(String) - Method in interface org.xml.sax.Parser
Deprecated.
Parse an XML document from a system identifier (URI).
parse(InputSource) - Method in interface org.xml.sax.XMLReader
Parse an XML document.
parse(String) - Method in interface org.xml.sax.XMLReader
Parse an XML document from a system identifier (URI).
parseBoolean(CharSequence) - Static method in class javolution.text.TypeFormat
Parses the specified character sequence as a boolean.
parseBoolean(String) - Static method in class javolution.text.TypeFormat
Equivalent to TypeFormat.parseBoolean(CharSequence) (for J2ME compatibility).
parseBoolean(CharSequence, Cursor) - Static method in class javolution.text.TypeFormat
Parses the specified character sequence from the specified position as a boolean.
parseByte(CharSequence) - Static method in class javolution.text.TypeFormat
Parses the specified character sequence as a signed decimal byte.
parseByte(CharSequence, int) - Static method in class javolution.text.TypeFormat
Parses the specified character sequence as a signed byte in the specified radix.
parseByte(CharSequence, int, Cursor) - Static method in class javolution.text.TypeFormat
Parses the specified character sequence from the specified position as a signed byte in the specified radix.
parseDouble(CharSequence) - Static method in class javolution.text.TypeFormat
Parses the specified character sequence as a double.
parseDouble(String) - Static method in class javolution.text.TypeFormat
Equivalent to TypeFormat.parseDouble(CharSequence) (for J2ME compatibility).
parseDouble(CharSequence, Cursor) - Static method in class javolution.text.TypeFormat
Parses the specified character sequence from the specified position as a double.
parseFloat(CharSequence) - Static method in class javolution.text.TypeFormat
Parses the specified character sequence as a float.
parseFloat(String) - Static method in class javolution.text.TypeFormat
Equivalent to TypeFormat.parseFloat(CharSequence) (for J2ME compatibility).
parseFloat(CharSequence, Cursor) - Static method in class javolution.text.TypeFormat
Parses the specified character sequence from the specified position as a float.
parseInt(CharSequence) - Static method in class javolution.text.TypeFormat
Parses the specified character sequence as a signed int.
parseInt(String) - Static method in class javolution.text.TypeFormat
Equivalent to TypeFormat.parseInt(CharSequence) (for J2ME compatibility).
parseInt(CharSequence, int) - Static method in class javolution.text.TypeFormat
Parses the specified character sequence as a signed int in the specified radix.
parseInt(String, int) - Static method in class javolution.text.TypeFormat
Equivalent to TypeFormat.parseInt(CharSequence, int) (for J2ME compatibility).
parseInt(CharSequence, int, Cursor) - Static method in class javolution.text.TypeFormat
Parses the specified character sequence from the specified position as a signed int in the specified radix.
parseLong(CharSequence) - Static method in class javolution.text.TypeFormat
Parses the specified character sequence as a decimal long.
parseLong(String) - Static method in class javolution.text.TypeFormat
Equivalent to TypeFormat.parseLong(CharSequence) (for J2ME compatibility).
parseLong(CharSequence, int) - Static method in class javolution.text.TypeFormat
Parses the specified character sequence as a signed long in the specified radix.
parseLong(String, int) - Static method in class javolution.text.TypeFormat
Equivalent to TypeFormat.parseLong(CharSequence, int) (for J2ME compatibility).
parseLong(CharSequence, int, Cursor) - Static method in class javolution.text.TypeFormat
Parses the specified character sequence from the specified position as a signed long in the specified radix.
Parser - Interface in org.xml.sax
Deprecated.
This interface has been replaced by the SAX2 XMLReader interface, which includes Namespace support.
parseShort(CharSequence) - Static method in class javolution.text.TypeFormat
Parses the specified character sequence as a signed decimal short.
parseShort(CharSequence, int) - Static method in class javolution.text.TypeFormat
Parses the specified character sequence as a signed short in the specified radix.
parseShort(CharSequence, int, Cursor) - Static method in class javolution.text.TypeFormat
Parses the specified character sequence from the specified position as a signed short in the specified radix.
PersistentContext - Class in javolution.context
This class represents a context persistent accross multiple program executions.
PersistentContext() - Constructor for class javolution.context.PersistentContext
Default constructor.
PersistentContext.Reference<T> - Class in javolution.context
This class represents a reference over an object which can be kept persistent accross multiple program executions.
PI - Static variable in class javolution.lang.MathLib
The ratio of the circumference of a circle to its diameter.
PI_SQUARE - Static variable in class javolution.lang.MathLib
plus(CharSet) - Method in class javolution.text.CharSet
Returns the character set containing the characters from this character set plus the characters from the character set specified.
plus(Object) - Method in class javolution.text.Text
Returns the concatenation of this text and the textual representation of the specified object.
plus(String) - Method in class javolution.text.Text
Returns the concatenation of this text and the specified String (optimization).
PoolContext - Class in javolution.context
This class represents a shared pool context for object allocation/recycling.
PoolContext() - Constructor for class javolution.context.PoolContext
Default constructor.
pow(double, double) - Static method in class javolution.lang.MathLib
Returns the value of the first argument raised to the power of the second argument.
print() - Method in class javolution.text.Text
Prints out this text to System.out (UTF-8 encoding).
print(Writer) - Method in class javolution.text.Text
Prints out this text to the specified writer.
print() - Method in class javolution.text.TextBuilder
Prints out this text builder to System.out (UTF-8 encoding).
print(Writer) - Method in class javolution.text.TextBuilder
Prints out this text builder to the specified writer.
println() - Method in class javolution.text.Text
Prints out this text to System.out and then terminates the line.
println(Writer) - Method in class javolution.text.Text
Prints out this text to the specified writer and then terminates the line.
println() - Method in class javolution.text.TextBuilder
Prints out this text builder to System.out and then terminates the line.
println(Writer) - Method in class javolution.text.TextBuilder
Prints out this text builder to the specified writer and then terminates the line.
printStatistics(PrintStream) - Method in class javolution.text.Text
Prints the current statistics on this text tree structure.
printStatistics(PrintStream) - Method in class javolution.util.FastMap
Prints the current statistics on this map.
PROCESSING_INSTRUCTION - Static variable in interface javolution.xml.stream.XMLStreamConstants
Indicates an event is a processing instruction.
processingInstruction(CharArray, CharArray) - Method in interface javolution.xml.sax.ContentHandler
Receives notification of a processing instruction.
processingInstruction(CharArray, CharArray) - Method in class javolution.xml.sax.DefaultHandler
 
processingInstruction(String, String) - Method in interface org.xml.sax.ContentHandler
Receive notification of a processing instruction.
processingInstruction(String, String) - Method in interface org.xml.sax.DocumentHandler
Receive notification of a processing instruction.
processingInstruction(String, String) - Method in class org.xml.sax.HandlerBase
Deprecated.
Receive notification of a processing instruction.
put(K, V) - Method in class javolution.util.FastMap
Associates the specified value with the specified key in this map.
put(K, V) - Method in class javolution.util.LocalMap
Associates the specified value with the specified key in this map.
putAll(Map<? extends K, ? extends V>) - Method in class javolution.util.FastMap
Copies all of the mappings from the specified map to this map.
putAll(Map<? extends K, ? extends V>) - Method in class javolution.util.LocalMap
Copies all of the mappings from the specified map to this map.
putDefault(K, V) - Method in class javolution.util.LocalMap
Sets the default value for the specified key (typically done at initialization).
putEntry(K, V) - Method in class javolution.util.FastMap
Associates the specified value with the specified key in this map and returns the corresponding entry.
putIfAbsent(K, V) - Method in class javolution.util.FastMap
Associates the specified value only if the specified key is not already associated.
A B C D E F G H I J K L M N O P Q R S T U V W X Z 
Skip navigation links
J avolution Backport v5.6.9 (J2SE 1.5+)

Copyright © 2005 - 2007 Javolution.