- cardinality() - Method in class javolution.util.FastBitSet
-
Returns the number of bits set to true
(or the size of this
set).
- CDATA - Static variable in interface javolution.xml.stream.XMLStreamConstants
-
Indicates an event is a CDATA section.
- ceil(double) - Static method in class javolution.lang.MathLib
-
Returns the smallest (closest to negative infinity)
double
value that is not less than the argument and is
equal to a mathematical integer.
- characters(char[], int, int) - Method in interface javolution.xml.sax.ContentHandler
-
Receives notification of character data.
- characters(char[], int, int) - Method in class javolution.xml.sax.DefaultHandler
-
- CHARACTERS - Static variable in interface javolution.xml.stream.XMLStreamConstants
-
Indicates an event is characters.
- characters(char[], int, int) - Method in interface org.xml.sax.ContentHandler
-
Receive notification of character data.
- characters(char[], int, int) - Method in interface org.xml.sax.DocumentHandler
-
Receive notification of character data.
- characters(char[], int, int) - Method in class org.xml.sax.HandlerBase
-
Deprecated.
Receive notification of character data inside an element.
- CharArray - Class in javolution.text
-
This class represents a CharSequence
backed up by a char
array.
- CharArray() - Constructor for class javolution.text.CharArray
-
Default constructor (empty character array).
- CharArray(int) - Constructor for class javolution.text.CharArray
-
Creates a character array of specified default capacity.
- CharArray(String) - Constructor for class javolution.text.CharArray
-
Creates a character array from the specified String.
- charAt(int) - Method in class javolution.text.CharArray
-
- charAt(int) - Method in class javolution.text.Text
-
Returns the character at the specified index.
- charAt(int) - Method in class javolution.text.TextBuilder
-
Returns the character at the specified index.
- charAt(int) - Method in class javolution.xml.QName
-
Returns the character at the specified index.
- CHARS_FACTORY - Static variable in class javolution.context.ArrayFactory
-
Holds factory for char
arrays.
- CharSequenceReader - Class in javolution.io
-
This class allows any CharSequence
to be used as
a reader.
- CharSequenceReader() - Constructor for class javolution.io.CharSequenceReader
-
Creates a new character sequence reader for which the character
sequence input is not set.
- CharSet - Class in javolution.text
-
This class represents a set of characters.
- CLASS - Static variable in class javolution.lang.Reflection
-
Holds the default implementation (configurable).
- CLASS - Static variable in class javolution.xml.stream.XMLInputFactory
-
Holds the XMLInputFactory implementation (configurable).
- CLASS - Static variable in class javolution.xml.stream.XMLOutputFactory
-
Holds the XMLOutputFactory implementation (configurable).
- ClassInitializer - Class in javolution.lang
-
This utility class allows for initialization of all classes
at startup to avoid initialization delays at an innapropriate time.
- cleanup(T) - Method in class javolution.context.ObjectFactory
-
Cleans-up this factory's objects for future reuse.
- clear() - Method in class javolution.text.TextBuilder
-
Removes all the characters of this text builder
(equivalent to this.delete(start, this.length())
).
- clear() - Method in class javolution.util.FastBitSet
-
Sets all bits in the set to false
(empty the set).
- clear(int) - Method in class javolution.util.FastBitSet
-
Removes the specified integer value from this set.
- clear(int, int) - Method in class javolution.util.FastBitSet
-
Sets the bits from the specified fromIndex
(inclusive) to the
specified toIndex
(exclusive) to false
.
- clear() - Method in class javolution.util.FastCollection
-
Removes all of the values from this collection (optional operation).
- clear() - Method in class javolution.util.FastList
-
- clear() - Method in class javolution.util.FastMap
-
Removes all map's entries.
- clear() - Method in class javolution.util.FastSet
-
- clear() - Method in class javolution.util.FastTable
-
- clear() - Method in class javolution.util.internal.collection.SharedCollectionImpl
-
- clear() - Method in class javolution.util.internal.collection.UnmodifiableCollectionImpl
-
- clear() - Method in class javolution.util.LocalMap
-
Removes all mappings from this map (sets the local values to
null
).
- clear() - Method in class javolution.util.MutableList
-
- close() - Method in class javolution.io.AppendableWriter
-
Closes and
resets
this writer for reuse.
- close() - Method in class javolution.io.CharSequenceReader
-
Closes and
resets
this reader for reuse.
- close() - Method in class javolution.io.UTF8ByteBufferReader
-
Closes and
resets
this reader for reuse.
- close() - Method in class javolution.io.UTF8ByteBufferWriter
-
Closes and
resets
this writer for reuse.
- close() - Method in class javolution.io.UTF8StreamReader
-
Closes and
resets
this reader for reuse.
- close() - Method in class javolution.io.UTF8StreamWriter
-
Closes and
resets
this writer for reuse.
- close() - Method in interface javolution.xml.stream.XMLStreamReader
-
Frees any resources associated with this Reader.
- close() - Method in class javolution.xml.stream.XMLStreamReaderImpl
-
- close() - Method in interface javolution.xml.stream.XMLStreamWriter
-
Close this writer and free any resources associated with the writer.
- close() - Method in class javolution.xml.stream.XMLStreamWriterImpl
-
- close() - Method in class javolution.xml.XMLObjectReader
-
Closes this reader and its underlying input then
reset
this reader for potential reuse.
- close() - Method in class javolution.xml.XMLObjectWriter
-
Ends document writting, closes this writer and its underlying
output then
reset
this Writer for potential reuse.
- COMMENT - Static variable in interface javolution.xml.stream.XMLStreamConstants
-
Indicates an event is a comment.
- compare(T, T) - Method in class javolution.util.internal.FastComparator
-
Compares the specified objects for order.
- compareTo(Object) - Method in class javolution.text.CharArray
-
Compares this character array with the specified character
sequence lexicographically.
- compareTo(Object) - Method in class javolution.text.Text
-
Compares this text to another character sequence or string
lexicographically.
- compareTo(Index) - Method in class javolution.util.Index
-
- concat(Text) - Method in class javolution.text.Text
-
Concatenates the specified text to the end of this text.
- ConcurrentContext - Class in javolution.context
-
This class represents a context to take advantage of concurrent
algorithms on multi-processors systems.
- ConcurrentContext() - Constructor for class javolution.context.ConcurrentContext
-
Default constructor.
- ConcurrentException - Exception in javolution.context
-
- config(String) - Static method in class javolution.util.StandardLog
-
Logs a CONFIG
message.
- Configurable<T> - Class in javolution.lang
-
This class facilitates separation of concerns between the configuration
logic and the application code.
- Configurable(T) - Constructor for class javolution.lang.Configurable
-
Creates a new configurable having the specified default value.
- configure(Configurable<T>, T) - Static method in class javolution.lang.Configurable
-
Sets the run-time value of the specified configurable.
- CONSOLE - Static variable in class javolution.context.LogContext
-
Holds a context logging debug/informative/warnings/errors events to
the system console (JVM 1.6+).
- CONSOLE - Static variable in class javolution.testing.TestContext
-
Holds a test context logging test results to the system console.
- contains(char) - Method in class javolution.text.CharSet
-
Indicates if the specified character is contained by this character set.
- contains(Object) - Method in class javolution.util.FastCollection
-
Indicates if this collection contains the specified value.
- contains(Object) - Method in class javolution.util.FastList
-
- contains(Object) - Method in class javolution.util.FastSet
-
- contains(Object) - Method in class javolution.util.FastTable
-
- contains(Object) - Method in class javolution.util.internal.collection.SharedCollectionImpl
-
- contains(Object) - Method in class javolution.util.internal.collection.UnmodifiableCollectionImpl
-
- contains(Object) - Method in class javolution.util.MutableList
-
- containsAll(Collection<?>) - Method in class javolution.util.FastCollection
-
Indicates if this collection contains all of the values of the
specified collection.
- containsAll(Collection<?>) - Method in class javolution.util.internal.collection.SharedCollectionImpl
-
- containsAll(Collection<?>) - Method in class javolution.util.internal.collection.UnmodifiableCollectionImpl
-
- containsKey(Object) - Method in class javolution.util.FastMap
-
Indicates if this map contains a mapping for the specified key.
- containsKey(Object) - Method in class javolution.util.LocalMap
-
Indicates if this map contains a mapping for the specified key.
- containsValue(Object) - Method in class javolution.util.FastMap
-
Indicates if this map associates one or more keys to the specified value.
- containsValue(Object) - Method in class javolution.util.LocalMap
-
Indicates if this map associates one or more keys to the
specified value.
- contentEquals(CharSequence) - Method in class javolution.text.Text
-
Indicates if this text has the same character content as the specified
character sequence.
- contentEquals(CharSequence) - Method in class javolution.text.TextBuilder
-
Indicates if this text builder has the same character content as the
specified character sequence.
- contentEquals(String) - Method in class javolution.text.TextBuilder
-
- contentEqualsIgnoreCase(CharSequence) - Method in class javolution.text.Text
-
Indicates if this text has the same character contend as the specified
character sequence ignoring case considerations.
- ContentHandler - Interface in javolution.xml.sax
-
Receives notification of the logical content of a document.
- ContentHandler - Interface in org.xml.sax
-
Receive notification of the logical content of a document.
- Context - Class in javolution.context
-
This class represents an execution context; they can be associated to
particular threads or objects.
- Context() - Constructor for class javolution.context.Context
-
Default constructor.
- copy() - Method in interface javolution.lang.ValueType
-
Returns a deep copy of this object allocated in the memory area (RTSJ)
and/or
context
(Javolution)
of the calling thread (the one making the copy).
- copy() - Method in class javolution.text.Text
-
- cos(double) - Static method in class javolution.lang.MathLib
-
Returns the trigonometric cosine of the specified angle in radians.
- cosh(double) - Static method in class javolution.lang.MathLib
-
Returns the hyperbolic cosine of x.
- count() - Method in class javolution.testing.TestCase
-
The number of times the test case is exercised (default 1
).
- create(int) - Method in class javolution.context.ArrayFactory
-
Constructs a new array of specified size from this factory
(using the new
keyword).
- create() - Method in class javolution.context.ObjectFactory
-
Constructs a new object for this factory (using the new
keyword).
- createReference(Object, XMLFormat.InputElement) - Method in class javolution.xml.XMLReferenceResolver
-
Creates a reference for the specified object (the identifier
being specified by the input XML element).
- createXMLStreamReader(Reader) - Method in class javolution.xml.stream.XMLInputFactory
-
Returns a XML stream reader for the specified I/O reader.
- createXMLStreamReader(InputStream) - Method in class javolution.xml.stream.XMLInputFactory
-
Returns a XML stream reader for the specified input stream
(encoding autodetected).
- createXMLStreamReader(InputStream, String) - Method in class javolution.xml.stream.XMLInputFactory
-
Returns a XML stream reader for the specified input stream using the
specified encoding.
- createXMLStreamWriter(Writer) - Method in class javolution.xml.stream.XMLOutputFactory
-
Returns a XML stream writer to the specified i/o writer.
- createXMLStreamWriter(OutputStream) - Method in class javolution.xml.stream.XMLOutputFactory
-
Returns a XML stream writer to the specified output stream (UTF-8
encoding).
- createXMLStreamWriter(OutputStream, String) - Method in class javolution.xml.stream.XMLOutputFactory
-
Returns a XML stream writer to the specified output stream using the
specified encoding.
- currentAllocator() - Method in class javolution.context.ObjectFactory
-
Returns the factory allocator for the current thread (equivalent
to AllocatorContext.current().getAllocator(this)
).
- Cursor - Class in javolution.text
-
This class represents a parsing cursor over characters.
- Cursor() - Constructor for class javolution.text.Cursor
-
Default constructor.