- IDENTITY - Static variable in class javolution.util.internal.FastComparator
-
Holds the identity comparator; poorly distributed system hashcodes are
rehashed.
- ignorableWhitespace(char[], int, int) - Method in interface javolution.xml.sax.ContentHandler
-
Receives notification of ignorable whitespace in element content.
- ignorableWhitespace(char[], int, int) - Method in class javolution.xml.sax.DefaultHandler
-
- ignorableWhitespace(char[], int, int) - Method in interface org.xml.sax.ContentHandler
-
Receive notification of ignorable whitespace in element content.
- ignorableWhitespace(char[], int, int) - Method in interface org.xml.sax.DocumentHandler
-
Receive notification of ignorable whitespace in element content.
- ignorableWhitespace(char[], int, int) - Method in class org.xml.sax.HandlerBase
-
Deprecated.
Receive notification of ignorable whitespace in element content.
- ignore(boolean) - Method in class javolution.testing.TestCase
-
Selects whether or not this test case should be ignored.
- ImmortalContext - Class in javolution.context
-
This class represents an allocator from immortal memory (RTSJ).
- Immutable - Interface in javolution.lang
-
This interface identifies classes whose instances are not subject or
susceptible to change or variation after creation.
- increment() - Method in class javolution.text.Cursor
-
Increments the cursor index by one.
- increment(int) - Method in class javolution.text.Cursor
-
Increments the cursor index by the specified value.
- INDENTATION - Static variable in class javolution.xml.stream.XMLOutputFactory
-
Property used to specify an indentation string; non-null indentation
forces the writer to write elements into separate lines
(type: String
, default: null
).
- Index - Class in javolution.util
-
This class represents a unique index which can be used instead of
java.lang.Integer
for primitive data types collections.
- indexIn(CharSequence) - Method in class javolution.text.CharSet
-
- indexIn(CharSequence, int) - Method in class javolution.text.CharSet
-
Returns the first index in the specified character sequence of
one of the character of this set.
- indexIn(char[]) - Method in class javolution.text.CharSet
-
- indexIn(char[], int) - Method in class javolution.text.CharSet
-
Returns the first index in the specified character array of
one of the character of this set.
- indexOf(CharSequence) - Method in class javolution.text.CharArray
-
Returns the index within this character sequence of the first occurrence
of the specified characters sequence searching forward.
- indexOf(char) - Method in class javolution.text.CharArray
-
Returns the index within this character sequence of the first occurrence
of the specified character searching forward.
- indexOf(CharSequence) - Method in class javolution.text.Text
-
Returns the index within this text of the first occurrence
of the specified character sequence searching forward.
- indexOf(CharSequence, int) - Method in class javolution.text.Text
-
Returns the index within this text of the first occurrence
of the specified characters sequence searching forward from
the specified index.
- indexOf(char) - Method in class javolution.text.Text
-
Returns the index within this text of the first occurrence of the
specified character, starting the search at the beginning.
- indexOf(char, int) - Method in class javolution.text.Text
-
Returns the index within this text of the first occurrence of the
specified character, starting the search at the specified index.
- indexOf(Object) - Method in class javolution.util.FastList
-
Returns the index in this list of the first occurrence of the specified
value, or -1 if this list does not contain this value.
- indexOf(Object) - Method in class javolution.util.FastTable
-
Returns the index in this table of the first occurrence of the specified
value, or -1 if this table does not contain this value.
- indexOf(Object) - Method in class javolution.util.internal.collection.SharedCollectionImpl
-
- indexOf(Object) - Method in class javolution.util.internal.collection.UnmodifiableCollectionImpl
-
- indexOf(Object) - Method in class javolution.util.MutableList
-
- indexOfAny(CharSet) - Method in class javolution.text.Text
-
Returns the index within this text of the first occurrence
of any character in the specified character set.
- indexOfAny(CharSet, int) - Method in class javolution.text.Text
-
Returns the index within a region of this text of the first occurrence
of any character in the specified character set.
- indexOfAny(CharSet, int, int) - Method in class javolution.text.Text
-
Returns the index within a region of this text of the first occurrence
of any character in the specified character set.
- Infinity - Static variable in class javolution.lang.MathLib
-
Infinity.
- info(CharSequence) - Static method in class javolution.context.LogContext
-
Logs the specified informative message.
- info(Object) - Static method in class javolution.context.LogContext
-
- info(Object...) - Static method in class javolution.context.LogContext
-
- INITIAL_FIRST - Static variable in class javolution.util.Index
-
Holds the initial first index value (default -1
).
- INITIAL_LAST - Static variable in class javolution.util.Index
-
Holds the initial last index value (default 31
).
- initialize(Class) - Static method in class javolution.lang.ClassInitializer
-
Initializes the specified class.
- initialize(String) - Static method in class javolution.lang.ClassInitializer
-
Initializes the class with the specified name.
- initializeAll() - Static method in class javolution.lang.ClassInitializer
-
Initializes all runtime and classpath classes.
- initializeClassPath() - Static method in class javolution.lang.ClassInitializer
-
Initializes all classes in current classpath.
- initializeDir(String) - Static method in class javolution.lang.ClassInitializer
-
Initializes all the classes in the specified directory.
- initializeJar(String) - Static method in class javolution.lang.ClassInitializer
-
Initializes all the classes in the specified jar file.
- initializeRuntime() - Static method in class javolution.lang.ClassInitializer
-
Initializes runtime classes (bootstrap classes in
System.getProperty("sun.boot.class.path"))
and the
extension .jar
in lib/ext
directory).
- inner(S) - Method in class javolution.io.Struct
-
Defines the specified struct as inner of this struct.
- InputSource - Class in org.xml.sax
-
A single input source for an XML entity.
- InputSource() - Constructor for class org.xml.sax.InputSource
-
Zero-argument default constructor.
- InputSource(String) - Constructor for class org.xml.sax.InputSource
-
Create a new input source with a system identifier.
- InputSource(InputStream) - Constructor for class org.xml.sax.InputSource
-
Create a new input source with a byte stream.
- InputSource(Reader) - Constructor for class org.xml.sax.InputSource
-
Create a new input source with a character stream.
- insert(int, Text) - Method in class javolution.text.Text
-
Returns the text having the specified text inserted at
the specified location.
- insert(int, CharSequence) - Method in class javolution.text.TextBuilder
-
Inserts the specified character sequence at the specified location.
- intern(CharSequence) - Static method in class javolution.text.Text
-
Returns a text equals to the specified character sequence from a pool of
unique text instances in ImmortalMemory
.
- intern(String) - Static method in class javolution.text.Text
-
Returns a text equals to the specified string from a pool of
unique text instances in ImmortalMemory
.
- intersects(FastBitSet) - Method in class javolution.util.FastBitSet
-
Returns true
if this bit set shares at least one
common bit with the specified bit set.
- INTS_FACTORY - Static variable in class javolution.context.ArrayFactory
-
Holds factory for int
arrays.
- intValue() - Method in class javolution.io.Struct.BitField
-
- intValue() - Method in class javolution.util.Index
-
Returns the index value as int
.
- invoke(Object) - Method in interface javolution.lang.Reflection.Method
-
Invokes this method on the specified object which might be
null
if the method is static (convenience method).
- invoke(Object, Object) - Method in interface javolution.lang.Reflection.Method
-
Invokes this method with the specified single argument
on the specified object which might be null
if the method is static (convenience method).
- invoke(Object, Object, Object) - Method in interface javolution.lang.Reflection.Method
-
Invokes this method with the specified two arguments
on the specified object which might be null
if the method is static (convenience method).
- invoke(Object, Object, Object, Object) - Method in interface javolution.lang.Reflection.Method
-
Invokes this method with the specified three arguments
on the specified object which might be null
if the method is static.
- invoke(Object, Object...) - Method in interface javolution.lang.Reflection.Method
-
Invokes this method with the specified arguments
on the specified object which might be null
if the method is static.
- invoke() - Method in class javolution.xml.ws.WebServiceClient
-
Invokes the web service.
- IS_COALESCING - Static variable in class javolution.xml.stream.XMLInputFactory
-
The property that requires the parser to coalesce adjacent character data
sections (type: Boolean
, default: FALSE
)
- IS_REPAIRING_NAMESPACES - Static variable in class javolution.xml.stream.XMLOutputFactory
-
Property used to set prefix defaulting on the output side
(type: Boolean
, default: FALSE
).
- isAttributeSpecified(int) - Method in interface javolution.xml.stream.XMLStreamReader
-
Indicates if this attribute was created by default.
- isAttributeSpecified(int) - Method in class javolution.xml.stream.XMLStreamReaderImpl
-
- isBlank() - Method in class javolution.text.Text
-
Indicates if all characters of this text are whitespaces
(no characters greater than the space character).
- isBlank(int, int) - Method in class javolution.text.Text
-
Indicates if the specified sub-range of characters of this text
are whitespaces (no characters greater than the space character).
- isCharacters() - Method in interface javolution.xml.stream.XMLStreamReader
-
Indicates if the cursor points to character data.
- isCharacters() - Method in class javolution.xml.stream.XMLStreamReaderImpl
-
- isConfigurable(Configurable) - Method in class javolution.context.SecurityContext
-
Indicates if this security context allows changes in the specified
Configurable
(default
true
).
- isDebugLogged() - Static method in class javolution.context.LogContext
-
Indicates if debug messages are currently logged.
- isEmpty() - Method in class javolution.util.FastCollection
-
Indicates if this collection is empty.
- isEmpty() - Method in class javolution.util.FastList
-
- isEmpty() - Method in class javolution.util.FastMap
-
Indicates if this map contains no key-value mappings.
- isEmpty() - Method in class javolution.util.FastTable
-
- isEmpty() - Method in class javolution.util.internal.collection.SharedCollectionImpl
-
- isEmpty() - Method in class javolution.util.internal.collection.UnmodifiableCollectionImpl
-
- isEmpty() - Method in class javolution.util.LocalMap
-
Indicates if this map contains no key-value mappings.
- isEmpty() - Method in class javolution.util.MutableList
-
- isEndElement() - Method in interface javolution.xml.stream.XMLStreamReader
-
Indicates if the cursor points to an end tag.
- isEndElement() - Method in class javolution.xml.stream.XMLStreamReaderImpl
-
- isErrorLogged() - Static method in class javolution.context.LogContext
-
Indicates if error messages are currently logged.
- isIgnored() - Method in class javolution.testing.TestCase
-
Indicates whether or not this test case should be ignored.
- isInfoLogged() - Static method in class javolution.context.LogContext
-
Indicates if info messages are currently logged.
- isLoggable(Level) - Static method in class javolution.util.StandardLog
-
Checks if a message of the given level would actually be logged
by this logger.
- isLogged(String) - Method in class javolution.context.LogContext
-
Indicates if the messages of the specified category are being logged
(default true
all messages are being logged).
- isLogged(String) - Method in class javolution.util.StandardLog
-
- ISO_CONTROLS - Static variable in class javolution.text.CharSet
-
Represents ISO control characters according to Java
(see Character.isISOControl(char)
).
- isPacked() - Method in class javolution.io.Struct
-
Indicates if this struct is packed (configurable).
- isParallelizable() - Method in class javolution.testing.TestSuite
-
Indicates if the test cases of this test suite can be run concurrently
(default true
).
- isParsingSupported() - Method in class javolution.text.TextFormat
-
Indicates if this format supports parsing (default true
).
- isPropertySupported(String) - Method in class javolution.xml.stream.XMLInputFactory
-
Queries the set of properties that this factory supports.
- isPropertySupported(String) - Method in class javolution.xml.stream.XMLOutputFactory
-
Queries the set of properties that this factory supports.
- isReferenceable() - Method in class javolution.xml.XMLFormat
-
Indicates if the object serialized through this format can be referenced
to (default true
).
- isReplaceable() - Method in class javolution.context.SecurityContext
-
Indicates if a new security context can be entered (default
true
).
- isShared() - Method in class javolution.util.FastMap
-
Indicates if this map supports concurrent operations without
synchronization (default unshared).
- isStandalone() - Method in interface javolution.xml.stream.XMLStreamReader
-
Gets the standalone declaration from the xml declaration.
- isStandalone() - Method in class javolution.xml.stream.XMLStreamReaderImpl
-
- isStartElement() - Method in interface javolution.xml.stream.XMLStreamReader
-
Indicates if the cursor points to a start tag.
- isStartElement() - Method in class javolution.xml.stream.XMLStreamReaderImpl
-
- isUnion() - Method in class javolution.io.Struct
-
Indicates if this struct's members are mapped to the same location
in memory (default false
).
- isUnion() - Method in class javolution.io.Union
-
Returns true
.
- isUpToDate() - Method in class javolution.io.Struct.Reference32
-
- isUpToDate() - Method in class javolution.io.Struct.Reference64
-
- isWarningLogged() - Static method in class javolution.context.LogContext
-
Indicates if warning messages are currently logged.
- isWhiteSpace() - Method in interface javolution.xml.stream.XMLStreamReader
-
Indicates if the cursor points to character data that consists
of all whitespace.
- isWhiteSpace() - Method in class javolution.xml.stream.XMLStreamReaderImpl
-
- iterator() - Method in class javolution.util.FastCollection
-
Returns an iterator over the elements in this collection
(allocated on the stack when executed in a
StackContext
).
- iterator() - Method in class javolution.util.FastList
-
Returns a simple iterator over the elements in this list
(allocated on the stack when executed in a
StackContext
).
- iterator() - Method in class javolution.util.FastSet
-
Returns an iterator over the elements in this set
(allocated on the stack when executed in a
StackContext
).
- iterator() - Method in class javolution.util.FastTable
-
Returns an iterator over the elements in this list
(allocated on the stack when executed in a
StackContext
).
- iterator() - Method in class javolution.util.internal.collection.SharedCollectionImpl
-
- iterator() - Method in class javolution.util.internal.collection.UnmodifiableCollectionImpl
-
- iterator() - Method in class javolution.util.MutableList
-