- ObjectNameBuilder - Class in net.java.truecommons.jmx
-
- ObjectNameBuilder(Package) - Constructor for class net.java.truecommons.jmx.ObjectNameBuilder
-
- ObjectNameModifier - Interface in net.java.truecommons.jmx
-
- ObjectNameModifierDecorator - Class in net.java.truecommons.jmx.spi
-
An abstract service for decorating object name codecs.
- ObjectNameModifierDecorator() - Constructor for class net.java.truecommons.jmx.spi.ObjectNameModifierDecorator
-
- ObjectNameModifierFactory - Class in net.java.truecommons.jmx.spi
-
An abstract service for creating object name codecs.
- ObjectNameModifierFactory() - Constructor for class net.java.truecommons.jmx.spi.ObjectNameModifierFactory
-
- ObjectNameModifierLocator - Class in net.java.truecommons.jmx.sl
-
A container of the singleton object name codec.
- of(E) - Static method in class net.java.truecommons.shed.BitField
-
Returns a bit field which contains the given bit.
- of(E, E...) - Static method in class net.java.truecommons.shed.BitField
-
Returns a bit field which contains the given bits.
- onAfterClose() - Method in class net.java.truecommons.shed.Resource
-
- onBeforeClose() - Method in class net.java.truecommons.shed.Resource
-
A hook which gets called by
Resource.close()
unless this resource has
already been closed.
- OneTimeFoundry<S extends Closeable,C extends Channel> - Class in net.java.truecommons.io
-
A source or sink which provides a given stream or channel at most once.
- OneTimeSink - Class in net.java.truecommons.io
-
A sink which can get used only once to obtain a given output stream or
seekable byte channel.
- OneTimeSink(OutputStream) - Constructor for class net.java.truecommons.io.OneTimeSink
-
- OneTimeSink(SeekableByteChannel) - Constructor for class net.java.truecommons.io.OneTimeSink
-
- OneTimeSource - Class in net.java.truecommons.io
-
A source which can get used only once to obtain a given input stream or
seekable byte channel.
- OneTimeSource(InputStream) - Constructor for class net.java.truecommons.io.OneTimeSource
-
- OneTimeSource(SeekableByteChannel) - Constructor for class net.java.truecommons.io.OneTimeSource
-
- open() - Static method in class net.java.truecommons.key.macosx.keychain.Keychain
-
Opens the default keychain.
- open(String, char[]) - Static method in class net.java.truecommons.key.macosx.keychain.Keychain
-
Opens the specified keychain, creating it first if necessary.
- Option<E> - Class in net.java.truecommons.shed
-
An immutable collection of at most one element.
- or(BitField<E>) - Method in class net.java.truecommons.shed.BitField
-
- order() - Method in class net.java.truecommons.io.PowerBuffer
-
- order(ByteOrder) - Method in class net.java.truecommons.io.PowerBuffer
-
- ordinal() - Method in interface net.java.truecommons.key.spec.KeyStrength
-
Returns the index of the key strength.
- orElse(Option<E>) - Method in class net.java.truecommons.shed.Option
-
If an element is present in this collection, then this collection is
returned, or otherwise the given alternative.
- orNull() - Method in class net.java.truecommons.shed.Option
-
- OsxAesPbeKeyManagerMapModifier - Class in net.java.truecommons.key.macosx
-
Adds the
OsxKeyManager
to the map if and only if this JVM is running
on Mac OS X.
- OsxAesPbeKeyManagerMapModifier() - Constructor for class net.java.truecommons.key.macosx.OsxAesPbeKeyManagerMapModifier
-
- OsxKeyManager<P extends AbstractPromptingPbeParameters<P,?>> - Class in net.java.truecommons.key.macosx
-
Uses Apple's Keychain Services API to persist passwords.
- OsxKeyManager(KeyManager<P>, Class<P>) - Constructor for class net.java.truecommons.key.macosx.OsxKeyManager
-
- out - Variable in class net.java.truecommons.io.DecoratingOutputStream
-
The nullable decorated output stream.
- output() - Method in class net.java.truecommons.cio.DecoratingIoBuffer
-
- output(E) - Method in class net.java.truecommons.cio.DecoratingOutputService
-
- output() - Method in interface net.java.truecommons.cio.IoEntry
-
Returns an output socket for writing this entry.
- output() - Method in class net.java.truecommons.cio.MemoryBuffer
-
- output(E) - Method in interface net.java.truecommons.cio.OutputService
-
Returns an output socket for writing to the given entry.
- OutputBusyException - Exception in net.java.truecommons.cio
-
Indicates that an entity (an entry or container) could not get written
because the entity or its container is busy.
- OutputBusyException(String) - Constructor for exception net.java.truecommons.cio.OutputBusyException
-
- OutputBusyException(Throwable) - Constructor for exception net.java.truecommons.cio.OutputBusyException
-
- OutputService<E extends Entry> - Interface in net.java.truecommons.cio
-
A service for writing entries to this container.
- OutputSocket<E extends Entry> - Interface in net.java.truecommons.cio
-
A
stateless factory for output streams and seekable byte channels
which operate on a
target entry.
- OVERHEAD_SIZE - Static variable in class net.java.truecommons.shed.HashMaps
-
The number of entries which should be additionally accomodatable by a
hash map with a load factor of 75% before resizing it, which is 47.