// Load configurables from system properties.
<DT><A HREF="../javolution/lang/Configurable.html#read(java.io.InputStream)"><B>read(InputStream)</B></A> -
Static method in class javolution.lang.<A HREF="../javolution/lang/Configurable.html" title="class in javolution.lang">Configurable</A>
<DD>Convenience method to read configurable values from the specified
XML stream.
<DT><A HREF="../javolution/xml/XMLFormat.html#read(javolution.xml.XMLFormat.InputElement, T)"><B>read(XMLFormat.InputElement, T)</B></A> -
Method in class javolution.xml.<A HREF="../javolution/xml/XMLFormat.html" title="class in javolution.xml">XMLFormat</A>
<DD>Parses an XML input element into the specified object.
<DT><A HREF="../javolution/xml/XMLObjectReader.html#read()"><B>read()</B></A> -
Method in class javolution.xml.<A HREF="../javolution/xml/XMLObjectReader.html" title="class in javolution.xml">XMLObjectReader</A>
<DD>Returns the object corresponding to the next element/data.
<DT><A HREF="../javolution/xml/XMLObjectReader.html#read(java.lang.String)"><B>read(String)</B></A> -
Method in class javolution.xml.<A HREF="../javolution/xml/XMLObjectReader.html" title="class in javolution.xml">XMLObjectReader</A>
<DD>Returns the object corresponding to the next nested element only
if it has the specified local name.
<DT><A HREF="../javolution/xml/XMLObjectReader.html#read(java.lang.String, java.lang.String)"><B>read(String, String)</B></A> -
Method in class javolution.xml.<A HREF="../javolution/xml/XMLObjectReader.html" title="class in javolution.xml">XMLObjectReader</A>
<DD>Returns the object corresponding to the next nested element only
if it has the specified local name and namespace URI.
<DT><A HREF="../javolution/xml/XMLObjectReader.html#read(java.lang.String, java.lang.Class)"><B>read(String, Class<T>)</B></A> -
Method in class javolution.xml.<A HREF="../javolution/xml/XMLObjectReader.html" title="class in javolution.xml">XMLObjectReader</A>
<DD>Returns the object corresponding to the next nested element only
if it has the specified local name; the actual object type is identified
by the specified class parameter.
<DT><A HREF="../javolution/xml/XMLObjectReader.html#read(java.lang.String, java.lang.String, java.lang.Class)"><B>read(String, String, Class<T>)</B></A> -
Method in class javolution.xml.<A HREF="../javolution/xml/XMLObjectReader.html" title="class in javolution.xml">XMLObjectReader</A>
<DD>Returns the object corresponding to the next nested element only
if it has the specified local name and namespace URI; the
actual object type is identified by the specified class parameter.
<DT><A HREF="../javolution/io/Struct.html#readBits(int, int)"><B>readBits(int, int)</B></A> -
Method in class javolution.io.<A HREF="../javolution/io/Struct.html" title="class in javolution.io">Struct</A>
<DD>Reads the specified bits from this Struct as an integer value.
<DT><A HREF="../javolution/xml/XMLBinding.html#readClass(javolution.xml.stream.XMLStreamReader, boolean)"><B>readClass(XMLStreamReader, boolean)</B></A> -
Method in class javolution.xml.<A HREF="../javolution/xml/XMLBinding.html" title="class in javolution.xml">XMLBinding</A>
<DD>Reads the class corresponding to the current XML element.
<DT><A HREF="../javolution/xml/XMLReferenceResolver.html#readReference(javolution.xml.XMLFormat.InputElement)"><B>readReference(XMLFormat.InputElement)</B></A> -
Method in class javolution.xml.<A HREF="../javolution/xml/XMLReferenceResolver.html" title="class in javolution.xml">XMLReferenceResolver</A>
<DD>Reads the object referenced by the specified xml input element if any.
<DT><A HREF="../javolution/util/Index.html#readResolve()"><B>readResolve()</B></A> -
Method in class javolution.util.<A HREF="../javolution/util/Index.html" title="class in javolution.util">Index</A>
<DD>Ensures index unicity during deserialization.
<DT><A HREF="../javolution/xml/ws/WebServiceClient.html#readResponse(javolution.xml.XMLObjectReader)"><B>readResponse(XMLObjectReader)</B></A> -
Method in class javolution.xml.ws.<A HREF="../javolution/xml/ws/WebServiceClient.html" title="class in javolution.xml.ws">WebServiceClient</A>
<DD>Reads the web service response (SOAP body).
<DT><A HREF="../javolution/io/CharSequenceReader.html#ready()"><B>ready()</B></A> -
Method in class javolution.io.<A HREF="../javolution/io/CharSequenceReader.html" title="class in javolution.io">CharSequenceReader</A>
<DD>Indicates if this stream is ready to be read.
<DT><A HREF="../javolution/io/UTF8ByteBufferReader.html#ready()"><B>ready()</B></A> -
Method in class javolution.io.<A HREF="../javolution/io/UTF8ByteBufferReader.html" title="class in javolution.io">UTF8ByteBufferReader</A>
<DD>Indicates if this stream is ready to be read.
<DT><A HREF="../javolution/io/UTF8StreamReader.html#ready()"><B>ready()</B></A> -
Method in class javolution.io.<A HREF="../javolution/io/UTF8StreamReader.html" title="class in javolution.io">UTF8StreamReader</A>
<DD>Indicates if this stream is ready to be read.
<DT><A HREF="../javolution/lang/Realtime.html" title="interface in javolution.lang"><B>Realtime</B></A> - Interface in <A HREF="../javolution/lang/package-summary.html">javolution.lang</A><DD> This interface identifies <a href="http://www.rtsj.org/">RTSJ</a> safe
classes with predictable response time and supporting custom <A HREF="../javolution/context/AllocatorContext.html" title="class in javolution.context"><CODE>allocation</CODE></A> policies (e.g.
<A HREF="../javolution/context/StackContext.html" title="class in javolution.context"><CODE>"stack"</CODE></A> allocations).<DT><A HREF="../javolution/context/Allocator.html#recycle(T)"><B>recycle(T)</B></A> -
Method in class javolution.context.<A HREF="../javolution/context/Allocator.html" title="class in javolution.context">Allocator</A>
<DD>Recycles the specified object to this queue.
<DT><A HREF="../javolution/context/ArrayFactory.html#recycle(T)"><B>recycle(T)</B></A> -
Method in class javolution.context.<A HREF="../javolution/context/ArrayFactory.html" title="class in javolution.context">ArrayFactory</A>
<DD>Recycles the specified arrays.
<DT><A HREF="../javolution/context/ObjectFactory.html#recycle(T)"><B>recycle(T)</B></A> -
Method in class javolution.context.<A HREF="../javolution/context/ObjectFactory.html" title="class in javolution.context">ObjectFactory</A>
<DD>Recycles the specified object.
<DT><A HREF="../javolution/text/Cursor.html#recycle(javolution.text.Cursor)"><B>recycle(Cursor)</B></A> -
Static method in class javolution.text.<A HREF="../javolution/text/Cursor.html" title="class in javolution.text">Cursor</A>
<DD>Recycles the specified factory <A HREF="../javolution/text/Cursor.html#newInstance()"><CODE>produced</CODE></A> cursor.
<DT><A HREF="../javolution/text/TextBuilder.html#recycle(javolution.text.TextBuilder)"><B>recycle(TextBuilder)</B></A> -
Static method in class javolution.text.<A HREF="../javolution/text/TextBuilder.html" title="class in javolution.text">TextBuilder</A>
<DD>Recycles a text builder <A HREF="../javolution/text/TextBuilder.html#newInstance()"><CODE>instance</CODE></A> immediately
(on the stack when executing in a <A HREF="../javolution/context/StackContext.html" title="class in javolution.context"><CODE>StackContext</CODE></A>).
<DT><A HREF="../javolution/util/FastBitSet.html#recycle(javolution.util.FastBitSet)"><B>recycle(FastBitSet)</B></A> -
Static method in class javolution.util.<A HREF="../javolution/util/FastBitSet.html" title="class in javolution.util">FastBitSet</A>
<DD>Recycles a set <A HREF="../javolution/util/FastBitSet.html#newInstance()"><CODE>instance</CODE></A> immediately
(on the stack when executing in a <A HREF="../javolution/context/StackContext.html" title="class in javolution.context"><CODE>StackContext</CODE></A>).
<DT><A HREF="../javolution/util/FastList.html#recycle(javolution.util.FastList)"><B>recycle(FastList)</B></A> -
Static method in class javolution.util.<A HREF="../javolution/util/FastList.html" title="class in javolution.util">FastList</A>
<DD>Recycles a list <A HREF="../javolution/util/FastList.html#newInstance()"><CODE>instance</CODE></A> immediately
(on the stack when executing in a <A HREF="../javolution/context/StackContext.html" title="class in javolution.context"><CODE>StackContext</CODE></A>).
<DT><A HREF="../javolution/util/FastMap.html#recycle(javolution.util.FastMap)"><B>recycle(FastMap)</B></A> -
Static method in class javolution.util.<A HREF="../javolution/util/FastMap.html" title="class in javolution.util">FastMap</A>
<DD>Recycles the specified map instance.
<DT><A HREF="../javolution/util/FastSet.html#recycle(javolution.util.FastSet)"><B>recycle(FastSet)</B></A> -
Static method in class javolution.util.<A HREF="../javolution/util/FastSet.html" title="class in javolution.util">FastSet</A>
<DD>Recycles a set <A HREF="../javolution/util/FastSet.html#newInstance()"><CODE>instance</CODE></A> immediately
(on the stack when executing in a <A HREF="../javolution/context/StackContext.html" title="class in javolution.context"><CODE>StackContext</CODE></A>).
<DT><A HREF="../javolution/util/FastTable.html#recycle(javolution.util.FastTable)"><B>recycle(FastTable)</B></A> -
Static method in class javolution.util.<A HREF="../javolution/util/FastTable.html" title="class in javolution.util">FastTable</A>
<DD>Recycles a table <A HREF="../javolution/util/FastTable.html#newInstance()"><CODE>instance</CODE></A> immediately
(on the stack when executing in a <A HREF="../javolution/context/StackContext.html" title="class in javolution.context"><CODE>StackContext</CODE></A>).
<DT><A HREF="../javolution/util/ReentrantLock.html" title="class in javolution.util"><B>ReentrantLock</B></A> - Class in <A HREF="../javolution/util/package-summary.html">javolution.util</A><DD> This class represents a reentrant lock with the same semantics as
built-in Java synchronized locks: Once a thread has a lock, it can
re-obtain it any number of times without blocking.<DT><A HREF="../javolution/util/ReentrantLock.html#ReentrantLock()"><B>ReentrantLock()</B></A> -
Constructor for class javolution.util.<A HREF="../javolution/util/ReentrantLock.html" title="class in javolution.util">ReentrantLock</A>
<DD>Default constructor.
<DT><A HREF="../javolution/lang/Reference.html" title="interface in javolution.lang"><B>Reference</B></A><<A HREF="../javolution/lang/Reference.html" title="type parameter in Reference">T</A>> - Interface in <A HREF="../javolution/lang/package-summary.html">javolution.lang</A><DD> This interface represents an object reference, the reachability level
of a reference varies based on the actual reference implementation.<DT><A HREF="../javolution/lang/Reflection.html" title="class in javolution.lang"><B>Reflection</B></A> - Class in <A HREF="../javolution/lang/package-summary.html">javolution.lang</A><DD> This utility class greatly facilitates the use of reflection to invoke
constructors or methods which may or may not exist at runtime or
may be loaded dynamically (such as when running on a
<a href="http://www.osgi.org/">OSGI Platform</a>).<DT><A HREF="../javolution/lang/Reflection.html#Reflection()"><B>Reflection()</B></A> -
Constructor for class javolution.lang.<A HREF="../javolution/lang/Reflection.html" title="class in javolution.lang">Reflection</A>
<DD>
<DT><A HREF="../javolution/lang/Reflection.Constructor.html" title="class in javolution.lang"><B>Reflection.Constructor</B></A> - Class in <A HREF="../javolution/lang/package-summary.html">javolution.lang</A><DD>This class represents a run-time constructor obtained through reflection.<DT><A HREF="../javolution/lang/Reflection.Constructor.html#Reflection.Constructor(java.lang.Class[])"><B>Reflection.Constructor(Class[])</B></A> -
Constructor for class javolution.lang.<A HREF="../javolution/lang/Reflection.Constructor.html" title="class in javolution.lang">Reflection.Constructor</A>
<DD>Creates a new constructor having the specified parameter types.
<DT><A HREF="../javolution/lang/Reflection.Method.html" title="class in javolution.lang"><B>Reflection.Method</B></A> - Class in <A HREF="../javolution/lang/package-summary.html">javolution.lang</A><DD>This class represents a run-time method obtained through reflection.<DT><A HREF="../javolution/lang/Reflection.Method.html#Reflection.Method(java.lang.Class[])"><B>Reflection.Method(Class[])</B></A> -
Constructor for class javolution.lang.<A HREF="../javolution/lang/Reflection.Method.html" title="class in javolution.lang">Reflection.Method</A>
<DD>Creates a new constructor having the specified parameter types.
<DT><A HREF="../javolution/testing/TestContext.html#REGRESSION"><B>REGRESSION</B></A> -
Static variable in class javolution.testing.<A HREF="../javolution/testing/TestContext.html" title="class in javolution.testing">TestContext</A>
<DD>Holds an implementation which does not perform any logging but raises
an <A HREF="../javolution/testing/AssertionException.html" title="class in javolution.testing"><CODE>AssertionException</CODE></A> when an assertion fails.
<DT><A HREF="../javolution/testing/TimeContext.html#REGRESSION"><B>REGRESSION</B></A> -
Static variable in class javolution.testing.<A HREF="../javolution/testing/TimeContext.html" title="class in javolution.testing">TimeContext</A>
<DD>Holds an implementation which does not perform any logging but raises an
<A HREF="../javolution/testing/AssertionException.html" title="class in javolution.testing"><CODE>AssertionException</CODE></A> when an assertion fails, including any timing
assertion.
<DT><A HREF="../javolution/util/FastComparator.html#REHASH"><B>REHASH</B></A> -
Static variable in class javolution.util.<A HREF="../javolution/util/FastComparator.html" title="class in javolution.util">FastComparator</A>
<DD>Holds the comparator for objects with uneven hash distribution; objects
hashcodes are rehashed.
<DT><A HREF="../javolution/util/FastComparator.html#REHASH_SYSTEM_HASHCODE"><B>REHASH_SYSTEM_HASHCODE</B></A> -
Static variable in class javolution.util.<A HREF="../javolution/util/FastComparator.html" title="class in javolution.util">FastComparator</A>
<DD>Indicates if the system hash code should be rehashed
(see <a href="../overview-summary.html#configuration">
Javolution Configuration</a> for details).
<DT><A HREF="../javolution/lang/MathLib.html#rem(double, double)"><B>rem(double, double)</B></A> -
Static method in class javolution.lang.<A HREF="../javolution/lang/MathLib.html" title="class in javolution.lang">MathLib</A>
<DD>Returns the remainder of the division of the specified two arguments.
<DT><A HREF="../javolution/lang/Reflection.html#remove(java.lang.Object)"><B>remove(Object)</B></A> -
Method in class javolution.lang.<A HREF="../javolution/lang/Reflection.html" title="class in javolution.lang">Reflection</A>
<DD>Removes the specified class loader from the research tree.
<DT><A HREF="../javolution/util/FastCollection.html#remove(java.lang.Object)"><B>remove(Object)</B></A> -
Method in class javolution.util.<A HREF="../javolution/util/FastCollection.html" title="class in javolution.util">FastCollection</A>
<DD>Removes the first occurrence in this collection of the specified value
(optional operation).
<DT><A HREF="../javolution/util/FastList.html#remove(int)"><B>remove(int)</B></A> -
Method in class javolution.util.<A HREF="../javolution/util/FastList.html" title="class in javolution.util">FastList</A>
<DD>Removes the value at the specified position in this list.
<DT><A HREF="../javolution/util/FastMap.html#remove(java.lang.Object)"><B>remove(Object)</B></A> -
Method in class javolution.util.<A HREF="../javolution/util/FastMap.html" title="class in javolution.util">FastMap</A>
<DD>Removes the entry for the specified key if present.
<DT><A HREF="../javolution/util/FastSet.html#remove(java.lang.Object)"><B>remove(Object)</B></A> -
Method in class javolution.util.<A HREF="../javolution/util/FastSet.html" title="class in javolution.util">FastSet</A>
<DD>
<DT><A HREF="../javolution/util/FastTable.html#remove(int)"><B>remove(int)</B></A> -
Method in class javolution.util.<A HREF="../javolution/util/FastTable.html" title="class in javolution.util">FastTable</A>
<DD>Removes the value at the specified position from this table.
<DT><A HREF="../javolution/util/LocalMap.html#remove(java.lang.Object)"><B>remove(Object)</B></A> -
Method in class javolution.util.<A HREF="../javolution/util/LocalMap.html" title="class in javolution.util">LocalMap</A>
<DD>Removes the mapping for this key from this map if present
(sets the local value to <code>null</code>).
<DT><A HREF="../javolution/util/FastCollection.html#removeAll(java.util.Collection)"><B>removeAll(Collection<?>)</B></A> -
Method in class javolution.util.<A HREF="../javolution/util/FastCollection.html" title="class in javolution.util">FastCollection</A>
<DD>Removes from this collection all the values that are contained in the
specified collection.
<DT><A HREF="../javolution/util/FastList.html#removeFirst()"><B>removeFirst()</B></A> -
Method in class javolution.util.<A HREF="../javolution/util/FastList.html" title="class in javolution.util">FastList</A>
<DD>Removes and returns the first value of this list.
<DT><A HREF="../javolution/util/FastList.html#removeLast()"><B>removeLast()</B></A> -
Method in class javolution.util.<A HREF="../javolution/util/FastList.html" title="class in javolution.util">FastList</A>
<DD>Removes and returns the last value of this list <i>(fast)</i>.
<DT><A HREF="../javolution/util/FastTable.html#removeLast()"><B>removeLast()</B></A> -
Method in class javolution.util.<A HREF="../javolution/util/FastTable.html" title="class in javolution.util">FastTable</A>
<DD>Removes and returns the last value of this table <i>(fast)</i>.
<DT><A HREF="../javolution/util/FastTable.html#removeRange(int, int)"><B>removeRange(int, int)</B></A> -
Method in class javolution.util.<A HREF="../javolution/util/FastTable.html" title="class in javolution.util">FastTable</A>
<DD>Removes the values between <code>[fromIndex..toIndex[<code> from
this table.
<DT><A HREF="../javolution/xml/stream/XMLOutputFactory.html#REPAIRING_PREFIX"><B>REPAIRING_PREFIX</B></A> -
Static variable in class javolution.xml.stream.<A HREF="../javolution/xml/stream/XMLOutputFactory.html" title="class in javolution.xml.stream">XMLOutputFactory</A>
<DD>Property used to specify the prefix to be appended by a trailing
part (a sequence number) in order to make it unique to be usable as
a temporary non-colliding prefix when repairing namespaces
(type: <code>String</code>, default: <code>"ns"</code>).
<DT><A HREF="../javolution/text/Text.html#replace(java.lang.CharSequence, java.lang.CharSequence)"><B>replace(CharSequence, CharSequence)</B></A> -
Method in class javolution.text.<A HREF="../javolution/text/Text.html" title="class in javolution.text">Text</A>
<DD>Replaces each character sequence of this text that matches the specified
target sequence with the specified replacement sequence.
<DT><A HREF="../javolution/text/Text.html#replace(javolution.text.CharSet, java.lang.CharSequence)"><B>replace(CharSet, CharSequence)</B></A> -
Method in class javolution.text.<A HREF="../javolution/text/Text.html" title="class in javolution.text">Text</A>
<DD>Replaces the specified characters in this text with the specified
replacement sequence.
<DT><A HREF="../javolution/xml/stream/XMLStreamReader.html#require(int, java.lang.CharSequence, java.lang.CharSequence)"><B>require(int, CharSequence, CharSequence)</B></A> -
Method in interface javolution.xml.stream.<A HREF="../javolution/xml/stream/XMLStreamReader.html" title="interface in javolution.xml.stream">XMLStreamReader</A>
<DD>Tests if the current event is of the given type and if the namespace and
name match the current namespace and name of the current event.
<DT><A HREF="../javolution/xml/stream/XMLStreamReaderImpl.html#require(int, java.lang.CharSequence, java.lang.CharSequence)"><B>require(int, CharSequence, CharSequence)</B></A> -
Method in class javolution.xml.stream.<A HREF="../javolution/xml/stream/XMLStreamReaderImpl.html" title="class in javolution.xml.stream">XMLStreamReaderImpl</A>
<DD>
<DT><A HREF="../javolution/io/AppendableWriter.html#reset()"><B>reset()</B></A> -
Method in class javolution.io.<A HREF="../javolution/io/AppendableWriter.html" title="class in javolution.io">AppendableWriter</A>
<DD>
<DT><A HREF="../javolution/io/CharSequenceReader.html#reset()"><B>reset()</B></A> -
Method in class javolution.io.<A HREF="../javolution/io/CharSequenceReader.html" title="class in javolution.io">CharSequenceReader</A>
<DD>
<DT><A HREF="../javolution/io/UTF8ByteBufferReader.html#reset()"><B>reset()</B></A> -
Method in class javolution.io.<A HREF="../javolution/io/UTF8ByteBufferReader.html" title="class in javolution.io">UTF8ByteBufferReader</A>
<DD>
<DT><A HREF="../javolution/io/UTF8ByteBufferWriter.html#reset()"><B>reset()</B></A> -
Method in class javolution.io.<A HREF="../javolution/io/UTF8ByteBufferWriter.html" title="class in javolution.io">UTF8ByteBufferWriter</A>
<DD>
<DT><A HREF="../javolution/io/UTF8StreamReader.html#reset()"><B>reset()</B></A> -
Method in class javolution.io.<A HREF="../javolution/io/UTF8StreamReader.html" title="class in javolution.io">UTF8StreamReader</A>
<DD>
<DT><A HREF="../javolution/io/UTF8StreamWriter.html#reset()"><B>reset()</B></A> -
Method in class javolution.io.<A HREF="../javolution/io/UTF8StreamWriter.html" title="class in javolution.io">UTF8StreamWriter</A>
<DD>
<DT><A HREF="../javolution/lang/Reusable.html#reset()"><B>reset()</B></A> -
Method in interface javolution.lang.<A HREF="../javolution/lang/Reusable.html" title="interface in javolution.lang">Reusable</A>
<DD>Resets the internal state of this object to its default values.
<DT><A HREF="../javolution/text/Cursor.html#reset()"><B>reset()</B></A> -
Method in class javolution.text.<A HREF="../javolution/text/Cursor.html" title="class in javolution.text">Cursor</A>
<DD>Resets this cursor instance.
<DT><A HREF="../javolution/text/TextBuilder.html#reset()"><B>reset()</B></A> -
Method in class javolution.text.<A HREF="../javolution/text/TextBuilder.html" title="class in javolution.text">TextBuilder</A>
<DD>Resets this text builder for reuse (equivalent to <A HREF="../javolution/text/TextBuilder.html#clear()"><CODE>TextBuilder.clear()</CODE></A>).
<DT><A HREF="../javolution/util/FastBitSet.html#reset()"><B>reset()</B></A> -
Method in class javolution.util.<A HREF="../javolution/util/FastBitSet.html" title="class in javolution.util">FastBitSet</A>
<DD>
<DT><A HREF="../javolution/util/FastList.html#reset()"><B>reset()</B></A> -
Method in class javolution.util.<A HREF="../javolution/util/FastList.html" title="class in javolution.util">FastList</A>
<DD>
<DT><A HREF="../javolution/util/FastMap.html#reset()"><B>reset()</B></A> -
Method in class javolution.util.<A HREF="../javolution/util/FastMap.html" title="class in javolution.util">FastMap</A>
<DD>
<DT><A HREF="../javolution/util/FastSet.html#reset()"><B>reset()</B></A> -
Method in class javolution.util.<A HREF="../javolution/util/FastSet.html" title="class in javolution.util">FastSet</A>
<DD>
<DT><A HREF="../javolution/util/FastTable.html#reset()"><B>reset()</B></A> -
Method in class javolution.util.<A HREF="../javolution/util/FastTable.html" title="class in javolution.util">FastTable</A>
<DD>
<DT><A HREF="../javolution/xml/sax/SAX2ReaderImpl.html#reset()"><B>reset()</B></A> -
Method in class javolution.xml.sax.<A HREF="../javolution/xml/sax/SAX2ReaderImpl.html" title="class in javolution.xml.sax">SAX2ReaderImpl</A>
<DD>
<DT><A HREF="../javolution/xml/sax/XMLReaderImpl.html#reset()"><B>reset()</B></A> -
Method in class javolution.xml.sax.<A HREF="../javolution/xml/sax/XMLReaderImpl.html" title="class in javolution.xml.sax">XMLReaderImpl</A>
<DD>
<DT><A HREF="../javolution/xml/stream/XMLStreamReaderImpl.html#reset()"><B>reset()</B></A> -
Method in class javolution.xml.stream.<A HREF="../javolution/xml/stream/XMLStreamReaderImpl.html" title="class in javolution.xml.stream">XMLStreamReaderImpl</A>
<DD>
<DT><A HREF="../javolution/xml/stream/XMLStreamWriterImpl.html#reset()"><B>reset()</B></A> -
Method in class javolution.xml.stream.<A HREF="../javolution/xml/stream/XMLStreamWriterImpl.html" title="class in javolution.xml.stream">XMLStreamWriterImpl</A>
<DD>
<DT><A HREF="../javolution/xml/XMLBinding.html#reset()"><B>reset()</B></A> -
Method in class javolution.xml.<A HREF="../javolution/xml/XMLBinding.html" title="class in javolution.xml">XMLBinding</A>
<DD>
<DT><A HREF="../javolution/xml/XMLObjectReader.html#reset()"><B>reset()</B></A> -
Method in class javolution.xml.<A HREF="../javolution/xml/XMLObjectReader.html" title="class in javolution.xml">XMLObjectReader</A>
<DD>Resets this object reader for reuse.
<DT><A HREF="../javolution/xml/XMLObjectWriter.html#reset()"><B>reset()</B></A> -
Method in class javolution.xml.<A HREF="../javolution/xml/XMLObjectWriter.html" title="class in javolution.xml">XMLObjectWriter</A>
<DD>Resets this object writer for reuse.
<DT><A HREF="../javolution/xml/XMLReferenceResolver.html#reset()"><B>reset()</B></A> -
Method in class javolution.xml.<A HREF="../javolution/xml/XMLReferenceResolver.html" title="class in javolution.xml">XMLReferenceResolver</A>
<DD>
<DT><A HREF="../javolution/util/FastCollection.html#retainAll(java.util.Collection)"><B>retainAll(Collection<?>)</B></A> -
Method in class javolution.util.<A HREF="../javolution/util/FastCollection.html" title="class in javolution.util">FastCollection</A>
<DD>Retains only the values in this collection that are contained in the
specified collection.
<DT><A HREF="../javolution/lang/Reusable.html" title="interface in javolution.lang"><B>Reusable</B></A> - Interface in <A HREF="../javolution/lang/package-summary.html">javolution.lang</A><DD> This interfaces identifies mutable objects capable of being used again
or repeatedly; once <A HREF="../javolution/lang/Reusable.html#reset()"><CODE>reset</CODE></A>, reusable objects behave as if
they were brand-new.<DT><A HREF="../javolution/text/TextBuilder.html#reverse()"><B>reverse()</B></A> -
Method in class javolution.text.<A HREF="../javolution/text/TextBuilder.html" title="class in javolution.text">TextBuilder</A>
<DD>Reverses this character sequence.
<DT><A HREF="../javolution/util/FastMap.html#reverse()"><B>reverse()</B></A> -
Method in class javolution.util.<A HREF="../javolution/util/FastMap.html" title="class in javolution.util">FastMap</A>
<DD>Returns the reverse mapping of this map (for which the keys are this
map's values and the values are this map's keys).
<DT><A HREF="../javolution/context/Context.html#ROOT"><B>ROOT</B></A> -
Static variable in class javolution.context.<A HREF="../javolution/context/Context.html" title="class in javolution.context">Context</A>
<DD>Holds the root context.
<DT><A HREF="../javolution/lang/MathLib.html#round(float)"><B>round(float)</B></A> -
Static method in class javolution.lang.<A HREF="../javolution/lang/MathLib.html" title="class in javolution.lang">MathLib</A>
<DD>Returns the closest <code>int</code> to the specified argument.
<DT><A HREF="../javolution/lang/MathLib.html#round(double)"><B>round(double)</B></A> -
Static method in class javolution.lang.<A HREF="../javolution/lang/MathLib.html" title="class in javolution.lang">MathLib</A>
<DD>Returns the closest <code>long</code> to the specified argument.
<DT><A HREF="../javolution/testing/TestContext.html#run(javolution.testing.TestSuite)"><B>run(TestSuite)</B></A> -
Static method in class javolution.testing.<A HREF="../javolution/testing/TestContext.html" title="class in javolution.testing">TestContext</A>
<DD>Executes the specified test suite and logs the results to the
current test context.
<DT><A HREF="../javolution/testing/TestContext.html#run(javolution.testing.TestCase)"><B>run(TestCase)</B></A> -
Static method in class javolution.testing.<A HREF="../javolution/testing/TestContext.html" title="class in javolution.testing">TestContext</A>
<DD>Executes the specified test case and logs the results to the current
test context.
</DL>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
<A HREF="http://javolution.org">
<SPAN CLASS="style0">J</SPAN>
<SPAN CLASS="style1">avolution v5.4 (J2SE 1.6+)</SPAN>
</A>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="index-17.html"><B>PREV LETTER</B></A>
<A HREF="index-19.html"><B>NEXT LETTER</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../index.html?index-filesindex-18.html" target="_top"><B>FRAMES</B></A>
<A HREF="index-18.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">J</A> <A HREF="index-11.html">K</A> <A HREF="index-12.html">L</A> <A HREF="index-13.html">M</A> <A HREF="index-14.html">N</A> <A HREF="index-15.html">O</A> <A HREF="index-16.html">P</A> <A HREF="index-17.html">Q</A> <A HREF="index-18.html">R</A> <A HREF="index-19.html">S</A> <A HREF="index-20.html">T</A> <A HREF="index-21.html">U</A> <A HREF="index-22.html">V</A> <A HREF="index-23.html">W</A> <A HREF="index-24.html">X</A> <A HREF="index-25.html">Z</A> <HR>
<i>Copyright © 2005 - 2009 Javolution.</i>
</BODY>
</HTML>