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 

S

SAX2ReaderImpl - Class in javolution.xml.sax
This class provides a SAX2-compliant parser wrapping a XMLReaderImpl.
SAX2ReaderImpl() - Constructor for class javolution.xml.sax.SAX2ReaderImpl
Default constructor.
SAXException - Exception in org.xml.sax
Encapsulate a general SAX error or warning.
SAXException() - Constructor for exception org.xml.sax.SAXException
Create a new SAXException.
SAXException(String) - Constructor for exception org.xml.sax.SAXException
Create a new SAXException.
SAXException(Exception) - Constructor for exception org.xml.sax.SAXException
Create a new SAXException wrapping an existing exception.
SAXException(String, Exception) - Constructor for exception org.xml.sax.SAXException
Create a new SAXException from an existing exception.
SAXNotRecognizedException - Exception in org.xml.sax
Exception class for an unrecognized identifier.
SAXNotRecognizedException() - Constructor for exception org.xml.sax.SAXNotRecognizedException
Default constructor.
SAXNotRecognizedException(String) - Constructor for exception org.xml.sax.SAXNotRecognizedException
Construct a new exception with the given message.
SAXNotSupportedException - Exception in org.xml.sax
Exception class for an unsupported operation.
SAXNotSupportedException() - Constructor for exception org.xml.sax.SAXNotSupportedException
Construct a new exception with no message.
SAXNotSupportedException(String) - Constructor for exception org.xml.sax.SAXNotSupportedException
Construct a new exception with the given message.
SAXParseException - Exception in org.xml.sax
Encapsulate an XML parse error or warning.
SAXParseException(String, Locator) - Constructor for exception org.xml.sax.SAXParseException
Create a new SAXParseException from a message and a Locator.
SAXParseException(String, Locator, Exception) - Constructor for exception org.xml.sax.SAXParseException
Wrap an existing exception in a SAXParseException.
SAXParseException(String, String, String, int, int) - Constructor for exception org.xml.sax.SAXParseException
Create a new SAXParseException.
SAXParseException(String, String, String, int, int, Exception) - Constructor for exception org.xml.sax.SAXParseException
Create a new SAXParseException with an embedded exception.
SecurityContext - Class in javolution.context
This class represents a high-level security context (low level security being addressed by the system security manager).
SecurityContext() - Constructor for class javolution.context.SecurityContext
Default constructor.
set(T) - Method in class javolution.context.AllocatorContext.Reference
 
set(T) - Method in class javolution.context.LocalContext.Reference
Sets the local value (referent) for this reference.
set(T) - Method in class javolution.context.PersistentContext.Reference
 
set(long) - Method in class javolution.io.Struct.BitField
 
set(boolean) - Method in class javolution.io.Struct.Bool
 
set(Enum) - Method in class javolution.io.Struct.Enum16
 
set(Enum) - Method in class javolution.io.Struct.Enum32
 
set(Enum) - Method in class javolution.io.Struct.Enum64
 
set(Enum) - Method in class javolution.io.Struct.Enum8
 
set(float) - Method in class javolution.io.Struct.Float32
 
set(double) - Method in class javolution.io.Struct.Float64
 
set(S) - Method in class javolution.io.Struct.Reference32
 
set(S) - Method in class javolution.io.Struct.Reference64
 
set(short) - Method in class javolution.io.Struct.Signed16
 
set(int) - Method in class javolution.io.Struct.Signed32
 
set(long) - Method in class javolution.io.Struct.Signed64
 
set(byte) - Method in class javolution.io.Struct.Signed8
 
set(int) - Method in class javolution.io.Struct.Unsigned16
 
set(long) - Method in class javolution.io.Struct.Unsigned32
 
set(short) - Method in class javolution.io.Struct.Unsigned8
 
set(String) - Method in class javolution.io.Struct.UTF8String
 
set(T) - Method in interface javolution.lang.Reference
Sets the value this reference referes to.
set(int) - Method in class javolution.util.FastBitSet
Adds the specified integer to this set (corresponding bit is set to true.
set(int, boolean) - Method in class javolution.util.FastBitSet
Sets the bit at the given index to the specified value.
set(int, int) - Method in class javolution.util.FastBitSet
Sets the bits from the specified fromIndex (inclusive) to the specified toIndex (exclusive) to true.
set(int, int, boolean) - Method in class javolution.util.FastBitSet
Sets the bits between from (inclusive) and to (exclusive) to the specified value.
set(int, E) - Method in class javolution.util.FastList
Replaces the value at the specified position in this list with the specified value.
set(int, E) - Method in class javolution.util.FastTable
Replaces the value at the specified position in this table with the specified value.
set(int, E) - Method in class javolution.util.internal.collection.SharedCollectionImpl
 
set(int, E) - Method in class javolution.util.internal.collection.UnmodifiableCollectionImpl
 
set(int, E) - Method in class javolution.util.MutableList
 
setAddress(String) - Method in class javolution.xml.ws.WebServiceClient
Sets the address of this web service.
setAlias(Class, QName) - Method in class javolution.xml.XMLBinding
Sets the qualified alias for the specified class.
setAlias(Class, String) - Method in class javolution.xml.XMLBinding
Convenient method equivalent to setAlias(cls, QName.valueOf(alias)).
setArray(char[], int, int) - Method in class javolution.text.CharArray
Sets the underlying array of this CharArray.
setAttribute(String, CharSequence) - Method in class javolution.xml.XMLFormat.OutputElement
Sets the specified CharSequence attribute (null values are ignored).
setAttribute(String, String) - Method in class javolution.xml.XMLFormat.OutputElement
Sets the specified String attribute (null values are ignored).
setAttribute(String, boolean) - Method in class javolution.xml.XMLFormat.OutputElement
Sets the specified boolean attribute.
setAttribute(String, char) - Method in class javolution.xml.XMLFormat.OutputElement
Sets the specified char attribute.
setAttribute(String, byte) - Method in class javolution.xml.XMLFormat.OutputElement
Sets the specified byte attribute.
setAttribute(String, short) - Method in class javolution.xml.XMLFormat.OutputElement
Sets the specified short attribute.
setAttribute(String, int) - Method in class javolution.xml.XMLFormat.OutputElement
Sets the specified int attribute.
setAttribute(String, long) - Method in class javolution.xml.XMLFormat.OutputElement
Sets the specified long attribute.
setAttribute(String, float) - Method in class javolution.xml.XMLFormat.OutputElement
Sets the specified float attribute.
setAttribute(String, double) - Method in class javolution.xml.XMLFormat.OutputElement
Sets the specified double attribute.
setAttribute(String, Object) - Method in class javolution.xml.XMLFormat.OutputElement
Sets the specified attribute using its associated TextFormat.
setAutomaticEmptyElements(boolean) - Method in class javolution.xml.stream.XMLStreamWriterImpl
Requires this writer to automatically output empty elements when a start element is immediately followed by matching end element (default false).
setBinding(XMLBinding) - Method in class javolution.xml.XMLObjectReader
Sets the XML binding to use with this object reader.
setBinding(XMLBinding) - Method in class javolution.xml.XMLObjectWriter
Sets the XML binding to use with this object writer.
setByteBuffer(ByteBuffer, int) - Method in class javolution.io.Struct
Sets the current byte buffer for this struct.
setByteBuffer(ByteBuffer) - Method in class javolution.io.UTF8ByteBufferReader
setByteBuffer(ByteBuffer) - Method in class javolution.io.UTF8ByteBufferWriter
setByteBufferPosition(int) - Method in class javolution.io.Struct
Sets the byte position of this struct within its byte buffer.
setByteStream(InputStream) - Method in class org.xml.sax.InputSource
Set the byte stream for this input source.
setCharacterStream(Reader) - Method in class org.xml.sax.InputSource
Set the character stream for this input source.
setCharAt(int, char) - Method in class javolution.text.TextBuilder
Sets the character at the specified position.
setClassAttribute(QName) - Method in class javolution.xml.XMLBinding
Sets the qualified name of the attribute holding the class identifier.
setClassAttribute(String) - Method in class javolution.xml.XMLBinding
Convenience method equivalent to setClassAttribute(QName.valueOf(name)).
setConcurrency(int) - Static method in class javolution.context.ConcurrentContext
Set the local concurrency.
setConcurrentContext(ConcurrentContext) - Static method in class javolution.context.Context
Sets the current context, used by ConcurrentContext exclusively.
setContentHandler(ContentHandler) - Method in class javolution.xml.sax.SAX2ReaderImpl
 
setContentHandler(ContentHandler) - Method in interface javolution.xml.sax.XMLReader
Allow an application to register a content event handler.
setContentHandler(ContentHandler) - Method in class javolution.xml.sax.XMLReaderImpl
 
setContentHandler(ContentHandler) - Method in interface org.xml.sax.XMLReader
Allow an application to register a content event handler.
setCurrentPersistentContext(PersistentContext) - Static method in class javolution.context.PersistentContext
Sets the persistent instance.
setDefault(T) - Method in class javolution.context.LocalContext.Reference
Sets the default value for this reference.
setDefaultNamespace(CharSequence) - Method in interface javolution.xml.stream.XMLStreamWriter
Binds a URI to the default namespace.
setDefaultNamespace(CharSequence) - Method in class javolution.xml.stream.XMLStreamWriterImpl
 
setDocumentHandler(DocumentHandler) - Method in interface org.xml.sax.Parser
Deprecated.
Allow an application to register a document event handler.
setDocumentLocator(Locator) - Method in interface javolution.xml.sax.ContentHandler
Receives an object for locating the origin of SAX document events.
setDocumentLocator(Locator) - Method in class javolution.xml.sax.DefaultHandler
 
setDocumentLocator(Locator) - Method in interface org.xml.sax.ContentHandler
Receive an object for locating the origin of SAX document events.
setDocumentLocator(Locator) - Method in interface org.xml.sax.DocumentHandler
Receive an object for locating the origin of SAX document events.
setDocumentLocator(Locator) - Method in class org.xml.sax.HandlerBase
Deprecated.
Receive a Locator object for document events.
setDTDHandler(DTDHandler) - Method in class javolution.xml.sax.SAX2ReaderImpl
 
setDTDHandler(DTDHandler) - Method in interface javolution.xml.sax.XMLReader
Allow an application to register a DTD event handler.
setDTDHandler(DTDHandler) - Method in class javolution.xml.sax.XMLReaderImpl
 
setDTDHandler(DTDHandler) - Method in interface org.xml.sax.Parser
Deprecated.
Allow an application to register a DTD event handler.
setDTDHandler(DTDHandler) - Method in interface org.xml.sax.XMLReader
Allow an application to register a DTD event handler.
setEncoding(String) - Method in class org.xml.sax.InputSource
Set the character encoding, if known.
setEntities(Map) - Method in class javolution.xml.stream.XMLStreamReaderImpl
Defines a custom entities to replacement text mapping for this reader.
setEntityResolver(EntityResolver) - Method in class javolution.xml.sax.SAX2ReaderImpl
 
setEntityResolver(EntityResolver) - Method in interface javolution.xml.sax.XMLReader
Allow an application to register an entity resolver.
setEntityResolver(EntityResolver) - Method in class javolution.xml.sax.XMLReaderImpl
 
setEntityResolver(EntityResolver) - Method in interface org.xml.sax.Parser
Deprecated.
Allow an application to register a custom entity resolver.
setEntityResolver(EntityResolver) - Method in interface org.xml.sax.XMLReader
Allow an application to register an entity resolver.
setErrorHandler(ErrorHandler) - Method in class javolution.xml.sax.SAX2ReaderImpl
 
setErrorHandler(ErrorHandler) - Method in interface javolution.xml.sax.XMLReader
Allow an application to register an error event handler.
setErrorHandler(ErrorHandler) - Method in class javolution.xml.sax.XMLReaderImpl
 
setErrorHandler(ErrorHandler) - Method in interface org.xml.sax.Parser
Deprecated.
Allow an application to register an error event handler.
setErrorHandler(ErrorHandler) - Method in interface org.xml.sax.XMLReader
Allow an application to register an error event handler.
setFeature(String, boolean) - Method in class javolution.xml.sax.SAX2ReaderImpl
 
setFeature(String, boolean) - Method in interface javolution.xml.sax.XMLReader
Set the value of a feature flag.
setFeature(String, boolean) - Method in class javolution.xml.sax.XMLReaderImpl
 
setFeature(String, boolean) - Method in interface org.xml.sax.XMLReader
Set the value of a feature flag.
setField(T, Class, Class<T>) - Method in class javolution.lang.Reflection
Attaches a field of specified type to a class (the attached field is dereferenced when the class is unloaded).
setIdentifierAttribute(String) - Method in class javolution.xml.XMLReferenceResolver
Sets the name of the identifier attribute (by default"id").
setIdentifierAttribute(String, String) - Method in class javolution.xml.XMLReferenceResolver
Sets the local name and namespace URI of the identifier attribute.
setIndentation(String) - Method in class javolution.xml.stream.XMLStreamWriterImpl
Specifies the indentation string; non-null indentation forces the writer to write elements into separate lines (default null).
setIndentation(String) - Method in class javolution.xml.XMLObjectWriter
Sets the indentation to be used by this writer (no indentation by default).
setIndex(int) - Method in class javolution.text.Cursor
Sets the cursor current index.
setInput(CharSequence) - Method in class javolution.io.CharSequenceReader
Sets the character sequence to use for reading.
setInput(ByteBuffer) - Method in class javolution.io.UTF8ByteBufferReader
Sets the ByteBuffer to use for reading available bytes from current buffer position.
setInput(InputStream) - Method in class javolution.io.UTF8StreamReader
Sets the input stream to use for reading until this reader is closed.
setInput(InputStream) - Method in class javolution.xml.stream.XMLStreamReaderImpl
Sets the input stream source for this XML stream reader (encoding retrieved from XML prolog if any).
setInput(InputStream, String) - Method in class javolution.xml.stream.XMLStreamReaderImpl
Sets the input stream source and encoding for this XML stream reader.
setInput(Reader) - Method in class javolution.xml.stream.XMLStreamReaderImpl
Sets the reader input source for this XML stream reader.
setInput(InputStream) - Method in class javolution.xml.XMLObjectReader
Sets the input stream source for this XML object reader (encoding retrieved from XML prolog if any).
setInput(InputStream, String) - Method in class javolution.xml.XMLObjectReader
Sets the input stream source and encoding for this XML object reader.
setInput(Reader) - Method in class javolution.xml.XMLObjectReader
Sets the reader input source for this XML stream reader.
setInputStream(InputStream) - Method in class javolution.io.UTF8StreamReader
setInstance(ObjectFactory<T>, Class<T>) - Static method in class javolution.context.ObjectFactory
Sets explicitely the factory to be used for the specified class (see ObjectFactory.getInstance(java.lang.Class<T>)).
setInstance(Class<? extends T>, TextFormat<T>) - Static method in class javolution.text.TextFormat
Overrides the default format for the specified class (local setting).
setKeyComparator(FastComparator<? super K>) - Method in class javolution.util.FastMap
Sets the key comparator for this fast map.
setKeyComparator(FastComparator<? super K>) - Method in class javolution.util.LocalMap
Sets the key comparator for this local map.
setLength(int) - Method in class javolution.text.TextBuilder
Convenience method equivalent to setLength(newLength, '').
setLength(int, char) - Method in class javolution.text.TextBuilder
Sets the length of this character builder.
setLineSeparator(String) - Method in class javolution.xml.stream.XMLStreamWriterImpl
Specifies the line separator (default "\n").
setMaximum(T) - Method in class javolution.context.PersistentContext.Reference
Sets this reference to the specified value only if (value.compareTo(this.get()) < 0).
setMinimum(T) - Method in class javolution.context.PersistentContext.Reference
Sets this reference to the specified value only if (value.compareTo(this.get()) > 0).
setMinimumRange(int, int) - Static method in class javolution.util.Index
Creates the indices for the specified range of values if they don't exist.
setNoEmptyElementTag(boolean) - Method in class javolution.xml.stream.XMLStreamWriterImpl
Prevent this writer from using empty element tags (default false).
setOutput(Appendable) - Method in class javolution.io.AppendableWriter
Sets the appendable output being written to.
setOutput(ByteBuffer) - Method in class javolution.io.UTF8ByteBufferWriter
Sets the byte buffer to use for writing until this writer is closed.
setOutput(OutputStream) - Method in class javolution.io.UTF8StreamWriter
Sets the output stream to use for writing until this writer is closed.
setOutput(OutputStream) - Method in class javolution.xml.stream.XMLStreamWriterImpl
Sets the output stream destination for this XML stream writer (UTF-8 encoding).
setOutput(OutputStream, String) - Method in class javolution.xml.stream.XMLStreamWriterImpl
Sets the output stream destination and encoding for this XML stream writer.
setOutput(Writer) - Method in class javolution.xml.stream.XMLStreamWriterImpl
Sets the writer output destination for this XML stream writer.
setOutput(OutputStream) - Method in class javolution.xml.XMLObjectWriter
Sets the output stream for this XML object writer.
setOutput(OutputStream, String) - Method in class javolution.xml.XMLObjectWriter
Sets the output stream and encoding for this XML object writer.
setOutput(Writer) - Method in class javolution.xml.XMLObjectWriter
Sets the output writer for this XML object writer.
setOutputStream(OutputStream) - Method in class javolution.io.UTF8StreamWriter
setParent(XMLReader) - Method in interface org.xml.sax.XMLFilter
Set the parent reader.
setPrefix(CharSequence, CharSequence) - Method in interface javolution.xml.stream.XMLStreamWriter
Sets the prefix the uri is bound to.
setPrefix(CharSequence, CharSequence) - Method in class javolution.xml.stream.XMLStreamWriterImpl
 
setProperty(String, Object) - Method in class javolution.xml.sax.SAX2ReaderImpl
 
setProperty(String, Object) - Method in interface javolution.xml.sax.XMLReader
Set the value of a property.
setProperty(String, Object) - Method in class javolution.xml.sax.XMLReaderImpl
 
setProperty(String, Object) - Method in class javolution.xml.stream.XMLInputFactory
Allows the user to set specific feature/property on the underlying implementation.
setProperty(String, Object) - Method in class javolution.xml.stream.XMLOutputFactory
Allows the user to set specific features/properties on the underlying implementation.
setProperty(String, Object) - Method in interface org.xml.sax.XMLReader
Set the value of a property.
setPublicId(String) - Method in class org.xml.sax.InputSource
Set the public identifier for this input source.
setReferenceAttribute(String) - Method in class javolution.xml.XMLReferenceResolver
Sets the name of the reference attribute (by default"ref").
setReferenceAttribute(String, String) - Method in class javolution.xml.XMLReferenceResolver
Sets the local name and namespace URI of the identifier attribute.
setReferenceResolver(XMLReferenceResolver) - Method in class javolution.xml.XMLObjectReader
Sets the XML reference resolver to use with this object reader (the same resolver can be used accross multiple readers).
setReferenceResolver(XMLReferenceResolver) - Method in class javolution.xml.XMLObjectWriter
Sets the XML reference resolver to use with this object writer (the same reference resolver can be used accross multiple writers).
setRepairingNamespaces(boolean) - Method in class javolution.xml.stream.XMLStreamWriterImpl
Requires this writer to create a new prefix when a namespace has none (default false).
setRepairingPrefix(String) - Method in class javolution.xml.stream.XMLStreamWriterImpl
Specifies the prefix to be append 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 (default "ns").
setShared(boolean) - Method in class javolution.util.FastMap
Deprecated.
Replaced by FastMap.shared()
setSize(int) - Method in class javolution.util.FastTable
Sets the size of this table.
setSystemId(String) - Method in class org.xml.sax.InputSource
Set the system identifier for this input source.
setUp() - Method in class javolution.testing.TestCase
Prepares the test case execution (the default implementation does nothing).
setUp() - Method in class javolution.testing.TestSuite
Prepares the test suite execution (the default implementation does nothing).
setValue(V) - Method in class javolution.util.FastMap.Entry
Sets the value for this entry.
setValueComparator(FastComparator<? super E>) - Method in class javolution.util.FastList
Sets the comparator to use for value equality.
setValueComparator(FastComparator<? super V>) - Method in class javolution.util.FastMap
Sets the value comparator for this map.
setValueComparator(FastComparator<? super E>) - Method in class javolution.util.FastSet
Sets the comparator to use for value equality.
setValueComparator(FastComparator<? super E>) - Method in class javolution.util.FastTable
Sets the comparator to use for value equality or comparison if the collection is ordered (see FastTable.sort()).
setValueComparator(FastComparator<? super V>) - Method in class javolution.util.LocalMap
Sets the value comparator for this local map.
severe(String) - Static method in class javolution.util.StandardLog
Logs a SEVERE message.
shared() - Method in class javolution.util.FastCollection
Returns a thread-safe read-write view of this collection.
shared() - Method in class javolution.util.FastList
 
shared() - Method in class javolution.util.FastMap
Sets the shared status of this map (whether the map is thread-safe or not).
shared() - Method in class javolution.util.FastTable
 
shared() - Method in class javolution.util.MutableList
 
SharedCollectionImpl<E> - Class in javolution.util.internal.collection
A shared view over a collection (reads-write locks).
SharedCollectionImpl(MutableList<E>) - Constructor for class javolution.util.internal.collection.SharedCollectionImpl
 
SHORTS_FACTORY - Static variable in class javolution.context.ArrayFactory
Holds factory for short arrays.
shortValue() - Method in class javolution.io.Struct.BitField
 
Signed16() - Constructor for class javolution.io.Struct.Signed16
 
Signed16(int) - Constructor for class javolution.io.Struct.Signed16
 
Signed32() - Constructor for class javolution.io.Struct.Signed32
 
Signed32(int) - Constructor for class javolution.io.Struct.Signed32
 
Signed64() - Constructor for class javolution.io.Struct.Signed64
 
Signed64(int) - Constructor for class javolution.io.Struct.Signed64
 
Signed8() - Constructor for class javolution.io.Struct.Signed8
 
Signed8(int) - Constructor for class javolution.io.Struct.Signed8
 
sin(double) - Static method in class javolution.lang.MathLib
Returns the trigonometric sine of the specified angle in radians.
sinh(double) - Static method in class javolution.lang.MathLib
Returns the hyperbolic sine of x.
size() - Method in class javolution.io.Struct
Returns the size in bytes of this struct.
size() - Method in class javolution.util.FastBitSet
Returns the cardinality of this bit set (number of bits set).
size() - Method in class javolution.util.FastCollection
Returns the number of values in this collection.
size() - Method in class javolution.util.FastList
 
size() - Method in class javolution.util.FastMap
Returns the number of key-value mappings in this FastMap.
size() - Method in class javolution.util.FastSet
Returns the number of elements in this set (its cardinality).
size() - Method in class javolution.util.FastTable
 
size() - Method in class javolution.util.internal.collection.SharedCollectionImpl
 
size() - Method in class javolution.util.internal.collection.UnmodifiableCollectionImpl
 
size() - Method in class javolution.util.LocalMap
Returns the number of key-value mappings in this map.
size() - Method in class javolution.util.MutableList
 
skip(char, CharSequence) - Method in class javolution.text.Cursor
Moves this cursor forward only if at the specified character.
skip(CharSet, CharSequence) - Method in class javolution.text.Cursor
Moves this cursor forward only if at any of the specified character.
skip(String, CharSequence) - Method in class javolution.text.Cursor
Moves this cursor forward only if at the specified string.
skipAny(char, CharSequence) - Method in class javolution.text.Cursor
Moves this cursor forward until it points to a character different from the specified character.
skipAny(CharSet, CharSequence) - Method in class javolution.text.Cursor
Moves this cursor forward until it points to a character different from any of the character in the specified set.
skippedEntity(CharArray) - Method in interface javolution.xml.sax.ContentHandler
Receives notification of a skipped entity.
skippedEntity(CharArray) - Method in class javolution.xml.sax.DefaultHandler
 
skippedEntity(String) - Method in interface org.xml.sax.ContentHandler
Receive notification of a skipped entity.
sort() - Method in class javolution.util.FastTable
Sorts this table in place (quick sort) using this table value comparator (smallest first).
SPACE - Static variable in interface javolution.xml.stream.XMLStreamConstants
The characters are white space (see [XML], 2.10 "White Space Handling").
SPACES - Static variable in class javolution.text.CharSet
Represents spaces characters according to Java (see Character.isSpaceChar(char)).
sqrt(double) - Static method in class javolution.lang.MathLib
Returns the positive square root of the specified value.
SQRT2 - Static variable in class javolution.lang.MathLib
The square root of two.
StackContext - Class in javolution.context
This class represents a stack allocator context; (using thread-local pools or RTSJ ScopedMemory).
StackContext() - Constructor for class javolution.context.StackContext
 
standaloneSet() - Method in interface javolution.xml.stream.XMLStreamReader
Checks if standalone was set in the document.
standaloneSet() - Method in class javolution.xml.stream.XMLStreamReaderImpl
 
STANDARD - Static variable in class javolution.context.LogContext
Holds the logging context implementation forwarding log events to the root java.util.logging.Logger (default logging context).
StandardLog - Class in javolution.util
This class represents a specialized logging context forwarding events to a standard logger (java.util.logging.Logger).
StandardLog() - Constructor for class javolution.util.StandardLog
Creates a logging context forwarding events to the root logger (Logger.getLogger("")).
StandardLog(Logger) - Constructor for class javolution.util.StandardLog
Creates a standard log context forwarding events to the specified logger.
START_DOCUMENT - Static variable in interface javolution.xml.stream.XMLStreamConstants
Indicates an event is a start document.
START_ELEMENT - Static variable in interface javolution.xml.stream.XMLStreamConstants
Indicates an event is a start element.
startDocument() - Method in interface javolution.xml.sax.ContentHandler
Receives notification of the beginning of a document.
startDocument() - Method in class javolution.xml.sax.DefaultHandler
 
startDocument() - Method in interface org.xml.sax.ContentHandler
Receive notification of the beginning of a document.
startDocument() - Method in interface org.xml.sax.DocumentHandler
Receive notification of the beginning of a document.
startDocument() - Method in class org.xml.sax.HandlerBase
Deprecated.
Receive notification of the beginning of the document.
startElement(CharArray, CharArray, CharArray, Attributes) - Method in interface javolution.xml.sax.ContentHandler
Receives notification of the beginning of an element.
startElement(CharArray, CharArray, CharArray, Attributes) - Method in class javolution.xml.sax.DefaultHandler
 
startElement(CharArray, CharArray, CharArray, Attributes) - Static method in class javolution.xml.sax.DefaultHandler
Generates compile-time error if startElement is not correctly overriden.
startElement(String, String, String, Attributes) - Method in interface org.xml.sax.ContentHandler
Receive notification of the beginning of an element.
startElement(String, AttributeList) - Method in interface org.xml.sax.DocumentHandler
Receive notification of the beginning of an element.
startElement(String, AttributeList) - Method in class org.xml.sax.HandlerBase
Deprecated.
Receive notification of the start of an element.
startPrefixMapping(CharArray, CharArray) - Method in interface javolution.xml.sax.ContentHandler
Begins the scope of a prefix-URI Namespace mapping.
startPrefixMapping(CharArray, CharArray) - Method in class javolution.xml.sax.DefaultHandler
 
startPrefixMapping(String, String) - Method in interface org.xml.sax.ContentHandler
Begin the scope of a prefix-URI Namespace mapping.
startsWith(CharSequence) - Method in class javolution.text.Text
Indicates if this text starts with the specified prefix.
startsWith(CharSequence, int) - Method in class javolution.text.Text
Indicates if this text starts with the specified prefix at the specified index.
STRING - Static variable in class javolution.util.internal.FastComparator
Holds a fast comparator for java.lang.String.
Struct - Class in javolution.io
This class represents a C/C++ struct; it confers interoperability between Java classes and C/C++ struct.
Struct() - Constructor for class javolution.io.Struct
Default constructor.
struct() - Method in class javolution.io.Struct.Member
Returns the outer struct container.
Struct.BitField - Class in javolution.io
This class represents an arbitrary size (unsigned) bit field with no word size constraint (they can straddle words boundaries).
Struct.Bool - Class in javolution.io
This class represents a 8 bits boolean with true represented by 1 and false represented by 0.
Struct.Enum16<T extends java.lang.Enum> - Class in javolution.io
This class represents a 16 bits Enum.
Struct.Enum32<T extends java.lang.Enum> - Class in javolution.io
This class represents a 32 bits Enum.
Struct.Enum64<T extends java.lang.Enum> - Class in javolution.io
This class represents a 64 bits Enum.
Struct.Enum8<T extends java.lang.Enum> - Class in javolution.io
This class represents a 8 bits Enum.
Struct.Float32 - Class in javolution.io
This class represents a 32 bits float (C/C++/Java float).
Struct.Float64 - Class in javolution.io
This class represents a 64 bits float (C/C++/Java double).
Struct.Member - Class in javolution.io
This inner class represents the base class for all Struct members.
Struct.Reference32<S extends Struct> - Class in javolution.io
This class represents a 32 bits reference (C/C++ pointer) to a Struct object (other types may require a Struct wrapper).
Struct.Reference64<S extends Struct> - Class in javolution.io
This class represents a 64 bits reference (C/C++ pointer) to a Struct object (other types may require a Struct wrapper).
Struct.Signed16 - Class in javolution.io
This class represents a 16 bits signed integer.
Struct.Signed32 - Class in javolution.io
This class represents a 32 bits signed integer.
Struct.Signed64 - Class in javolution.io
This class represents a 64 bits signed integer.
Struct.Signed8 - Class in javolution.io
This class represents a 8 bits signed integer.
Struct.Unsigned16 - Class in javolution.io
This class represents a 16 bits unsigned integer.
Struct.Unsigned32 - Class in javolution.io
This class represents a 32 bits unsigned integer.
Struct.Unsigned8 - Class in javolution.io
This class represents a 8 bits unsigned integer.
Struct.UTF8String - Class in javolution.io
This class represents a UTF-8 character string, null terminated (for C/C++ compatibility)
subList(int, int) - Method in class javolution.util.FastList
Returns a view of the portion of this list between the specified indexes (allocated from the "stack" when executing in a StackContext).
subList(int, int) - Method in class javolution.util.FastTable
Returns a view of the portion of this list between the specified indexes (instance of FastList allocated from the "stack" when executing in a StackContext).
subList(int, int) - Method in class javolution.util.internal.collection.SharedCollectionImpl
 
subList(int, int) - Method in class javolution.util.internal.collection.UnmodifiableCollectionImpl
 
subList(int, int) - Method in class javolution.util.MutableList
 
subSequence(int, int) - Method in class javolution.text.CharArray
 
subSequence(int, int) - Method in class javolution.text.Text
subSequence(int, int) - Method in class javolution.text.TextBuilder
Returns a CharSequence corresponding to the character sequence between the specified indexes.
subSequence(int, int) - Method in class javolution.xml.QName
Returns a new character sequence that is a subsequence of this sequence.
subtext(int) - Method in class javolution.text.Text
Returns a portion of this text.
subtext(int, int) - Method in class javolution.text.Text
Returns a portion of this text.
SYSTEM_OUT - Static variable in class javolution.context.LogContext
Holds a context logging debug/informative/warning/error messages to System.out.
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 

Copyright © 2005 - 2007 Javolution.