- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.