Skip navigation links
TrueCommons 2.5.0
A B C D E F G H I K L M N O P Q R S T U V W 

I

ImmutableBuffer - Class in net.java.truecommons.io
A power buffer with immutable properties.
ImplementationsShouldExtend - Annotation Type in net.java.truecommons.shed
Indicates that you should rather extend the specified abstract class than implementing the annotated interface directly in order to maintain binary backwards compatibility when additional methods get added to the annotated interface.
in - Variable in class net.java.truecommons.io.DecoratingInputStream
The nullable decorated input stream.
info(String) - Method in class net.java.truecommons.logging.LocalizedLogger
 
info(String, Object) - Method in class net.java.truecommons.logging.LocalizedLogger
 
info(String, Object, Object) - Method in class net.java.truecommons.logging.LocalizedLogger
 
info(String, Object...) - Method in class net.java.truecommons.logging.LocalizedLogger
 
info(String, Throwable) - Method in class net.java.truecommons.logging.LocalizedLogger
 
info(Marker, String) - Method in class net.java.truecommons.logging.LocalizedLogger
 
info(Marker, String, Object) - Method in class net.java.truecommons.logging.LocalizedLogger
 
info(Marker, String, Object, Object) - Method in class net.java.truecommons.logging.LocalizedLogger
 
info(Marker, String, Object...) - Method in class net.java.truecommons.logging.LocalizedLogger
 
info(Marker, String, Throwable) - Method in class net.java.truecommons.logging.LocalizedLogger
 
InheritableThreadLocalStack<T> - Class in net.java.truecommons.shed
An inheritable thread local stack of elements.
InheritableThreadLocalStack() - Constructor for class net.java.truecommons.shed.InheritableThreadLocalStack
 
init(ProcessingEnvironment) - Method in class net.java.truecommons.annotations.processing.ServiceImplementationProcessor
 
initialCapacity(int) - Static method in class net.java.truecommons.shed.HashMaps
Returns the initial capacity for a hash table with a load factor of 75%.
input(String) - Method in class net.java.truecommons.cio.DecoratingInputService
 
input() - Method in class net.java.truecommons.cio.DecoratingIoBuffer
 
input(String) - Method in interface net.java.truecommons.cio.InputService
Returns an input socket for reading from the entry with the given name.
input() - Method in interface net.java.truecommons.cio.IoEntry
Returns an input socket for reading this entry.
input() - Method in class net.java.truecommons.cio.MemoryBuffer
 
InputBusyException - Exception in net.java.truecommons.cio
Indicates that an entity (an entry or container) could not get read because the entity or its container is busy.
InputBusyException(String) - Constructor for exception net.java.truecommons.cio.InputBusyException
 
InputBusyException(Throwable) - Constructor for exception net.java.truecommons.cio.InputBusyException
 
InputService<E extends Entry> - Interface in net.java.truecommons.cio
A service for reading entries from this container.
InputSocket<E extends Entry> - Interface in net.java.truecommons.cio
A stateless factory for input streams and seekable byte channels which operate on a target entry.
instanceOf(Class<S>, Class<? extends S>) - Method in class net.java.truecommons.services.Loader
Instantiates an implementation class which is named as the value of a system property with the name of the given specification class as the key.
instancesOf(Class<S>) - Method in class net.java.truecommons.services.Loader
Returns a new iterable collection of instances of all implementation classes of the given specification class which are advertised as services on the class path.
instantiate(String) - Method in class net.java.truecommons.jmx.DelegatingMBeanServer
 
instantiate(String, ObjectName) - Method in class net.java.truecommons.jmx.DelegatingMBeanServer
 
instantiate(String, Object[], String[]) - Method in class net.java.truecommons.jmx.DelegatingMBeanServer
 
instantiate(String, ObjectName, Object[], String[]) - Method in class net.java.truecommons.jmx.DelegatingMBeanServer
 
IntervalReadOnlyChannel - Class in net.java.truecommons.io
Provides read-only access to an interval of its decorated seekable byte channel.
IntervalReadOnlyChannel(SeekableByteChannel, long) - Constructor for class net.java.truecommons.io.IntervalReadOnlyChannel
Constructs a new interval seekable byte channel starting at the current position of the file pointer in the decorated seekable byte channel.
IntervalReadOnlyChannel(SeekableByteChannel, long, long) - Constructor for class net.java.truecommons.io.IntervalReadOnlyChannel
Constructs a new interval seekable byte channel starting at the given position of the file pointer in the decorated seekable byte channel.
InvalidKeyFeedbackDecorator - Class in net.java.truecommons.key.swing.spi
An abstract service for providing visible and/or audible feedback to the user when prompting for a key again after an invalid key has been provided before.
InvalidKeyFeedbackDecorator() - Constructor for class net.java.truecommons.key.swing.spi.InvalidKeyFeedbackDecorator
 
InvalidKeyFeedbackLocator - Class in net.java.truecommons.key.swing.sl
A container of the singleton visual and/or audible feedback to the user when prompting for a key again after an invalid key has been provided before.
invoke(ObjectName, String, Object[], String[]) - Method in class net.java.truecommons.jmx.DelegatingMBeanServer
 
invoke(ObjectName, String, Object[], String[]) - Method in class net.java.truecommons.jmx.mmbs.MultiplexingMBeanServer
 
IoBuffer - Interface in net.java.truecommons.cio
A releasable I/O entry.
IoBufferPool - Class in net.java.truecommons.cio
An abstract pool for allocating I/O buffers, which can get used as a volatile storage for bulk I/O.
IoBufferPool() - Constructor for class net.java.truecommons.cio.IoBufferPool
 
IoEntry<This extends IoEntry<This>> - Interface in net.java.truecommons.cio
An entry which provides I/O services.
IoSocket<E extends Entry> - Interface in net.java.truecommons.cio
An I/O socket is a stateless factory for I/O streams and channels which operate on a target entry.
IoSockets - Class in net.java.truecommons.cio
Provides utility methods for IoSockets.
is(E) - Method in class net.java.truecommons.shed.BitField
Equivalent to get(bit).
isAbsolute(String, char) - Static method in class net.java.truecommons.shed.Paths
Returns true iff the given path name is absolute.
isChangeRequested() - Method in class net.java.truecommons.key.spec.prompting.AbstractPromptingPbeParameters
 
isChangeRequested() - Method in interface net.java.truecommons.key.spec.prompting.PromptingKey
Returns whether or not the user shall get prompted for a new key upon the next call to PromptingKeyProvider.getKeyForWriting(), provided that the key has been set before.
isDebugEnabled() - Method in class net.java.truecommons.logging.LocalizedLogger
 
isDebugEnabled(Marker) - Method in class net.java.truecommons.logging.LocalizedLogger
 
isDirect() - Method in class net.java.truecommons.io.PowerBuffer
 
isEmpty() - Method in class net.java.truecommons.shed.BitField
Returns true if and only if all bits are cleared in this bit field.
isEmpty() - Method in class net.java.truecommons.shed.CanonicalStringSet
 
isEmpty() - Method in class net.java.truecommons.shed.InheritableThreadLocalStack
Returns true if this stack is empty.
isErrorEnabled() - Method in class net.java.truecommons.logging.LocalizedLogger
 
isErrorEnabled(Marker) - Method in class net.java.truecommons.logging.LocalizedLogger
 
isInfoEnabled() - Method in class net.java.truecommons.logging.LocalizedLogger
 
isInfoEnabled(Marker) - Method in class net.java.truecommons.logging.LocalizedLogger
 
isInstanceOf(ObjectName, String) - Method in class net.java.truecommons.jmx.DelegatingMBeanServer
 
isInstanceOf(ObjectName, String) - Method in class net.java.truecommons.jmx.mmbs.MultiplexingMBeanServer
 
isMutable() - Method in class net.java.truecommons.io.ImmutableBuffer
 
isMutable() - Method in class net.java.truecommons.io.MutableBuffer
 
isMutable() - Method in class net.java.truecommons.io.PowerBuffer
Returns true if and only if this power buffer is mutable.
isOpen() - Method in class net.java.truecommons.io.ByteBufferChannel
 
isOpen() - Method in class net.java.truecommons.io.DecoratingSeekableChannel
 
isOpen() - Method in class net.java.truecommons.io.DisconnectingInputStream
 
isOpen() - Method in class net.java.truecommons.io.DisconnectingOutputStream
 
isOpen() - Method in class net.java.truecommons.io.DisconnectingSeekableChannel
 
isOpen() - Method in class net.java.truecommons.io.LockSeekableChannel
 
isOpen() - Method in class net.java.truecommons.shed.Resource
Returns true if and only if this resource hasn't been closed yet.
isPermitted(Entry.Access, Entry.Entity) - Method in class net.java.truecommons.cio.DecoratingEntry
 
isPermitted(Entry.Access, Entry.Entity) - Method in interface net.java.truecommons.cio.Entry
Returns true or false if the given access type to this entry for the given entity is respectively permitted or denied.
isPermitted(Entry.Access, Entry.Entity) - Method in class net.java.truecommons.cio.MemoryBuffer
 
isReadOnly() - Method in class net.java.truecommons.io.PowerBuffer
 
isRegistered(ObjectName) - Method in class net.java.truecommons.jmx.DelegatingMBeanServer
 
isRegistered(ObjectName) - Method in class net.java.truecommons.jmx.mmbs.MultiplexingMBeanServer
 
isRoot(String) - Static method in class net.java.truecommons.shed.Paths
Returns true iff the given path name refers to the root directory, i.e.
isSecretSet() - Method in class net.java.truecommons.key.spec.AbstractSecretKey
Returns true if and only if the secret data is not null.
isTraceable() - Static method in error net.java.truecommons.shed.ControlFlowException
Returns true if and only if a control flow exception should have a full stack trace instead of an empty stack trace.
isTraceEnabled() - Method in class net.java.truecommons.logging.LocalizedLogger
 
isTraceEnabled(Marker) - Method in class net.java.truecommons.logging.LocalizedLogger
 
isWarnEnabled() - Method in class net.java.truecommons.logging.LocalizedLogger
 
isWarnEnabled(Marker) - Method in class net.java.truecommons.logging.LocalizedLogger
 
iterator() - Method in interface net.java.truecommons.cio.Container
Returns a new iterator for all entries in this container.
iterator() - Method in class net.java.truecommons.cio.DecoratingContainer
 
iterator() - Method in class net.java.truecommons.shed.BitField
Returns a read-only iterator for the bits in this field.
iterator() - Method in class net.java.truecommons.shed.CanonicalStringSet
 
A B C D E F G H I K L M N O P Q R S T U V W 
Skip navigation links
TrueCommons 2.5.0

Copyright © 2012–2018 Schlichtherle IT Services. All rights reserved.