Fork me on GitHub

AO Logo AOCode Public

Reusable Java library of general tools with minimal external dependencies.

Project Links

Contact Us

For questions or support, please contact us:

Email: support@aoindustries.com
Phone: 1-800-519-9541
Phone: +1-251-607-9556
Web: https://www.aoindustries.com/contact

Skip navigation links
AOCode Public 1.8.2
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

A

abort(Executor) - Method in class com.aoindustries.sql.PostgresqlConnectionWrapper
 
abs() - Method in class com.aoindustries.math.BigFraction
Gets the absolute value, but is not reduced.
AbstractPersistentBlockBuffer - Class in com.aoindustries.util.persistent
Base class for any implementation that treats a PersistentBuffer as a set of allocatable blocks.
AbstractPersistentBlockBuffer(PersistentBuffer) - Constructor for class com.aoindustries.util.persistent.AbstractPersistentBlockBuffer
 
AbstractPersistentBuffer - Class in com.aoindustries.util.persistent
Provides a base implementation of PersistentBuffer in terms of basic read/write methods.
AbstractPersistentBuffer(ProtectionLevel) - Constructor for class com.aoindustries.util.persistent.AbstractPersistentBuffer
 
accept(ZipEntry) - Method in interface com.aoindustries.util.zip.ZipEntryFilter
 
accessor - Static variable in class com.aoindustries.servlet.http.ApplicationResources
 
accessor - Static variable in class com.aoindustries.util.ApplicationResources
 
AccountDisabledException - Exception in com.aoindustries.security
 
AccountDisabledException() - Constructor for exception com.aoindustries.security.AccountDisabledException
 
AccountDisabledException(String) - Constructor for exception com.aoindustries.security.AccountDisabledException
 
AccountDisabledException(Throwable) - Constructor for exception com.aoindustries.security.AccountDisabledException
 
AccountDisabledException(String, Throwable) - Constructor for exception com.aoindustries.security.AccountDisabledException
 
AccountNotFoundException - Exception in com.aoindustries.security
 
AccountNotFoundException() - Constructor for exception com.aoindustries.security.AccountNotFoundException
 
AccountNotFoundException(String) - Constructor for exception com.aoindustries.security.AccountNotFoundException
 
AccountNotFoundException(Throwable) - Constructor for exception com.aoindustries.security.AccountNotFoundException
 
AccountNotFoundException(String, Throwable) - Constructor for exception com.aoindustries.security.AccountNotFoundException
 
actionPerformed(ActionEvent) - Method in class com.aoindustries.swing.ErrorDialog
 
add(int, T) - Method in class com.aoindustries.io.FileList
 
add(BigFraction) - Method in class com.aoindustries.math.BigFraction
Adds two fractions, returning the value in lowest terms.
add(Integer, Integer) - Static method in class com.aoindustries.math.NullMath
Adds two integers together while allowing null.
add(E) - Method in class com.aoindustries.util.ArraySet
 
add(E) - Method in class com.aoindustries.util.ArraySortedSet
 
add(int, E) - Method in class com.aoindustries.util.AutoGrowArrayList
 
add(T) - Method in interface com.aoindustries.util.graph.Weight
Adds this weight to another weight, returning the new weight.
add(Money) - Method in class com.aoindustries.util.i18n.Money
 
add(Integer) - Method in class com.aoindustries.util.IntArrayList
Appends the specified element to the end of this list.
add(int) - Method in class com.aoindustries.util.IntArrayList
Appends the specified element to the end of this list.
add(int, Integer) - Method in class com.aoindustries.util.IntArrayList
Inserts the specified element at the specified position in this list.
add(int, int) - Method in class com.aoindustries.util.IntArrayList
Inserts the specified element at the specified position in this list.
add(int) - Method in interface com.aoindustries.util.IntCollection
 
add(int, int) - Method in interface com.aoindustries.util.IntList
 
add(Long) - Method in class com.aoindustries.util.LongArrayList
Appends the specified element to the end of this list.
add(long) - Method in class com.aoindustries.util.LongArrayList
Appends the specified element to the end of this list.
add(int, Long) - Method in class com.aoindustries.util.LongArrayList
Inserts the specified element at the specified position in this list.
add(int, long) - Method in class com.aoindustries.util.LongArrayList
Inserts the specified element at the specified position in this list.
add(long) - Method in interface com.aoindustries.util.LongCollection
 
add(int, long) - Method in interface com.aoindustries.util.LongList
 
add(List<E>, E) - Static method in class com.aoindustries.util.MinimalList
Adds a new element to a list, returning the (possibly new) list.
add(E) - Method in class com.aoindustries.util.persistent.PersistentLinkedList
Appends the specified element to the end of this list.
add(int, E) - Method in class com.aoindustries.util.persistent.PersistentLinkedList
Inserts the specified element at the specified position in this list.
add(E) - Method in class com.aoindustries.util.SortedArrayList
Adds the specified element in sorted position within this list.
add(int, E) - Method in class com.aoindustries.util.SortedArrayList
Not allowed to add to specific indexes.
add(int) - Method in class com.aoindustries.util.SortedIntArrayList
Adds the specified element in sorted position within this list.
add(int, int) - Method in class com.aoindustries.util.SortedIntArrayList
Not allowed to add to specific indexes.
add(long) - Method in class com.aoindustries.util.SortedLongArrayList
Adds the specified element in sorted position within this list.
add(int, long) - Method in class com.aoindustries.util.SortedLongArrayList
Not allowed to add to specific indexes.
add(E) - Method in class com.aoindustries.util.UnionSet
 
add(E) - Method in class com.aoindustries.util.UnmodifiableArraySet
 
add(int, int) - Method in class com.aoindustries.util.UnmodifiableCalendar
 
addAll(Collection<? extends T>) - Method in class com.aoindustries.io.FileList
 
addAll(int, Collection<? extends T>) - Method in class com.aoindustries.io.FileList
 
addAll(Collection<? extends E>) - Method in class com.aoindustries.util.ArraySet
 
addAll(Collection<? extends E>) - Method in class com.aoindustries.util.ArraySortedSet
 
addAll(int, Collection<? extends E>) - Method in class com.aoindustries.util.AutoGrowArrayList
 
addAll(Collection<? extends Integer>) - Method in class com.aoindustries.util.IntArrayList
Appends all of the elements in the specified Collection to the end of this list, in the order that they are returned by the specified Collection's Iterator.
addAll(int, Collection<? extends Integer>) - Method in class com.aoindustries.util.IntArrayList
Inserts all of the elements in the specified Collection into this list, starting at the specified position.
addAll(Collection<? extends Long>) - Method in class com.aoindustries.util.LongArrayList
Appends all of the elements in the specified Collection to the end of this list, in the order that they are returned by the specified Collection's Iterator.
addAll(int, Collection<? extends Long>) - Method in class com.aoindustries.util.LongArrayList
Inserts all of the elements in the specified Collection into this list, starting at the specified position.
addAll(Collection<? extends E>) - Method in class com.aoindustries.util.persistent.PersistentLinkedList
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator.
addAll(int, Collection<? extends E>) - Method in class com.aoindustries.util.persistent.PersistentLinkedList
Inserts all of the elements in the specified collection into this list, starting at the specified position.
addAll(Collection<? extends E>) - Method in class com.aoindustries.util.SortedArrayList
Adds all of the elements in the specified Collection and sorts during the add.
addAll(int, Collection<? extends E>) - Method in class com.aoindustries.util.SortedArrayList
Not allowed to add to a specific index.
addAll(Collection<? extends Integer>) - Method in class com.aoindustries.util.SortedIntArrayList
Adds all of the elements in the specified Collection and sorts during the add.
addAll(int, Collection<? extends Integer>) - Method in class com.aoindustries.util.SortedIntArrayList
Not allowed to add to a specific index.
addAll(Collection<? extends Long>) - Method in class com.aoindustries.util.SortedLongArrayList
Adds all of the elements in the specified Collection and sorts during the add.
addAll(int, Collection<? extends Long>) - Method in class com.aoindustries.util.SortedLongArrayList
Not allowed to add to a specific index.
addAll(Collection<? extends E>) - Method in class com.aoindustries.util.UnionClassSet
Must be a set.
addAll(Set<? extends E>) - Method in class com.aoindustries.util.UnionClassSet
 
addAll(Collection<? extends E>) - Method in class com.aoindustries.util.UnionSet
Triggers combining.
addAll(Set<? extends E>) - Method in class com.aoindustries.util.UnionSet
If the set has size > MAXIMUM_COMBINE_SIZE, the set will be added to the added list, which may then be later combined only when needed.
addAll(Collection<? extends E>) - Method in class com.aoindustries.util.UnmodifiableArraySet
 
addCookie(HttpServletRequest, HttpServletResponse, String, String, String, int, boolean, boolean) - Static method in class com.aoindustries.servlet.http.Cookies
Adds a cookie.
addFirst(E) - Method in class com.aoindustries.util.persistent.PersistentLinkedList
Inserts the specified element at the beginning of this list.
addLast(E) - Method in class com.aoindustries.util.persistent.PersistentLinkedList
Appends the specified element to the end of this list.
addLastModified(ServletContext, HttpServletRequest, String, String, LastModifiedServlet.AddLastModifiedWhen) - Static method in class com.aoindustries.servlet.http.LastModifiedServlet
Adds a last modified time (to the nearest second) to a URL if the resource is directly available as a local resource.
addLayoutComponent(String, Component) - Method in class com.aoindustries.awt.LabelledGridLayout
 
addLayoutComponent(Component, Object) - Method in class com.aoindustries.awt.MultiBorderLayout
 
addLayoutComponent(String, Component) - Method in class com.aoindustries.awt.MultiBorderLayout
Deprecated.
replaced by addLayoutComponent(Component, Object).
addParameter(String, String) - Method in class com.aoindustries.net.HttpParametersMap
 
addParameter(String, String) - Method in interface com.aoindustries.net.MutableHttpParameters
 
addParams(String, HttpParameters, String) - Static method in class com.aoindustries.net.HttpParametersUtils
Adds all of the parameters to a URL.
addRecord(int) - Method in class com.aoindustries.io.FixedRecordFile
 
addRecords(int, int) - Method in class com.aoindustries.io.FixedRecordFile
 
addStats(long) - Method in class com.aoindustries.io.FifoFileInputStream
Adds to the stats of this stream.
addStats(long) - Method in class com.aoindustries.io.FifoFileOutputStream
Adds to the stats of this stream.
addTableListener(TableListener) - Method in interface com.aoindustries.table.Table
Registers a TableListener to be notified when the cached data for this table expires.
addTableListener(TableListener, long) - Method in interface com.aoindustries.table.Table
Registers a TableListener to be notified when the cached data for this table expires.
after(Object) - Method in class com.aoindustries.util.UnmodifiableCalendar
 
ALGORITHM - Static variable in class com.aoindustries.security.HashedKey
 
allEquals(byte[], int, int, byte) - Static method in class com.aoindustries.util.AoArrays
Checks if all the values in the provided range are equal to value.
allocate(long) - Method in class com.aoindustries.util.persistent.DynamicPersistentBlockBuffer
This will call barrier as necessary during block splitting.
allocate(long) - Method in class com.aoindustries.util.persistent.FixedPersistentBlockBuffer
Allocates a block.
allocate(long) - Method in interface com.aoindustries.util.persistent.PersistentBlockBuffer
Allocates a new block buffer that is at least as large as the requested space.
AoArrays - Class in com.aoindustries.util
General-purpose array utilities and constants.
AoByteArrayInputStream - Class in com.aoindustries.io
Provides direct access to the internal byte[]
AoByteArrayInputStream(byte[]) - Constructor for class com.aoindustries.io.AoByteArrayInputStream
 
AoByteArrayOutputStream - Class in com.aoindustries.io
Provides direct access to the internal byte[]
AoByteArrayOutputStream() - Constructor for class com.aoindustries.io.AoByteArrayOutputStream
 
AoByteArrayOutputStream(int) - Constructor for class com.aoindustries.io.AoByteArrayOutputStream
 
AoCharArrayWriter - Class in com.aoindustries.io
Provides direct access to the internal char[]
AoCharArrayWriter() - Constructor for class com.aoindustries.io.AoCharArrayWriter
 
AoCharArrayWriter(int) - Constructor for class com.aoindustries.io.AoCharArrayWriter
 
AoCollections - Class in com.aoindustries.util
General-purpose collection utilities and constants.
AoCollections.PeekIterator<E> - Class in com.aoindustries.util
Allows peeking the first element of iteration.
AOConnectionPool - Class in com.aoindustries.sql
Reusable connection pooling with dynamic flaming tiger feature.
AOConnectionPool(String, String, String, String, int, long, Logger) - Constructor for class com.aoindustries.sql.AOConnectionPool
 
AOPool<C,E extends Exception,I extends Exception> - Class in com.aoindustries.io
Reusable generic connection pooling with dynamic flaming tiger feature.
AOPool(String, int, long, Logger) - Constructor for class com.aoindustries.io.AOPool
 
AOPool(int, int, String, int, long, Logger) - Constructor for class com.aoindustries.io.AOPool
 
append(char, Appendable) - Method in interface com.aoindustries.io.Encoder
 
append(CharSequence, Appendable) - Method in interface com.aoindustries.io.Encoder
 
append(CharSequence, int, int, Appendable) - Method in interface com.aoindustries.io.Encoder
 
append(char) - Method in class com.aoindustries.io.EncoderWriter
 
append(CharSequence) - Method in class com.aoindustries.io.EncoderWriter
 
append(CharSequence, int, int) - Method in class com.aoindustries.io.EncoderWriter
 
append(CharSequence) - Method in class com.aoindustries.io.FindReplaceWriter
 
append(CharSequence, int, int) - Method in class com.aoindustries.io.FindReplaceWriter
 
append(char) - Method in class com.aoindustries.io.FindReplaceWriter
 
append(CharSequence) - Method in class com.aoindustries.io.NullPrintWriter
 
append(CharSequence, int, int) - Method in class com.aoindustries.io.NullPrintWriter
 
append(char) - Method in class com.aoindustries.io.NullPrintWriter
 
append(CharSequence) - Method in class com.aoindustries.io.NullWriter
 
append(CharSequence, int, int) - Method in class com.aoindustries.io.NullWriter
 
append(char) - Method in class com.aoindustries.io.NullWriter
 
append(CharSequence) - Method in class com.aoindustries.io.StringBuilderWriter
 
append(CharSequence, int, int) - Method in class com.aoindustries.io.StringBuilderWriter
 
append(char) - Method in class com.aoindustries.io.StringBuilderWriter
 
append(CharSequence) - Method in class com.aoindustries.io.WriterFacade
 
append(CharSequence, int, int) - Method in class com.aoindustries.io.WriterFacade
 
append(char) - Method in class com.aoindustries.io.WriterFacade
 
appendPrefixTo(MarkupType, Appendable) - Method in interface com.aoindustries.util.i18n.BundleLookupMarkup
Appends the prefix to the given out using the given markup type.
appendPrefixTo(MarkupType, Encoder, Appendable) - Method in interface com.aoindustries.util.i18n.BundleLookupMarkup
Appends the prefix to the given out using the given encoder and markup type.
appendSuffixTo(MarkupType, Appendable) - Method in interface com.aoindustries.util.i18n.BundleLookupMarkup
Appends the suffix to the given out using the given markup type.
appendSuffixTo(MarkupType, Encoder, Appendable) - Method in interface com.aoindustries.util.i18n.BundleLookupMarkup
Appends the suffix to the given out using the given encoder and markup type.
ApplicationResources - Class in com.aoindustries.io
Provides a simplified interface for obtaining localized values from the ApplicationResources.properties files.
ApplicationResources() - Constructor for class com.aoindustries.io.ApplicationResources
Do not use directly.
ApplicationResources - Class in com.aoindustries.lang
Provides a simplified interface for obtaining localized values from the ApplicationResources.properties files.
ApplicationResources() - Constructor for class com.aoindustries.lang.ApplicationResources
Do not use directly.
ApplicationResources - Class in com.aoindustries.servlet.http
Provides a simplified interface for obtaining localized values from the ApplicationResources.properties files.
ApplicationResources() - Constructor for class com.aoindustries.servlet.http.ApplicationResources
Do not use directly.
ApplicationResources - Class in com.aoindustries.servlet.jsp.tagext
Provides a simplified interface for obtaining localized values from the ApplicationResources.properties files.
ApplicationResources() - Constructor for class com.aoindustries.servlet.jsp.tagext.ApplicationResources
Do not use directly.
ApplicationResources - Class in com.aoindustries.sql
Provides a simplified interface for obtaining localized values from the ApplicationResources.properties files.
ApplicationResources() - Constructor for class com.aoindustries.sql.ApplicationResources
Do not use directly.
ApplicationResources - Class in com.aoindustries.swing
Provides a simplified interface for obtaining localized values from the ApplicationResources.properties files.
ApplicationResources() - Constructor for class com.aoindustries.swing.ApplicationResources
Do not use directly.
ApplicationResources - Class in com.aoindustries.util
Provides a simplified interface for obtaining localized values from the ApplicationResources.properties files.
ApplicationResources() - Constructor for class com.aoindustries.util.ApplicationResources
Do not use directly.
ApplicationResources - Class in com.aoindustries.util.i18n
Provides a simplified interface for obtaining localized values from the ApplicationResources.properties files.
ApplicationResources() - Constructor for class com.aoindustries.util.i18n.ApplicationResources
Do not use directly.
ApplicationResources - Class in com.aoindustries.version
Provides a simplified interface for obtaining localized values from the ApplicationResources.properties files.
ApplicationResources() - Constructor for class com.aoindustries.version.ApplicationResources
Do not use directly.
ApplicationResources_ja - Class in com.aoindustries.io
Provides a simplified interface for obtaining localized values from the ApplicationResources.properties files.
ApplicationResources_ja() - Constructor for class com.aoindustries.io.ApplicationResources_ja
Do not use directly.
ApplicationResources_ja - Class in com.aoindustries.lang
Provides a simplified interface for obtaining localized values from the ApplicationResources.properties files.
ApplicationResources_ja() - Constructor for class com.aoindustries.lang.ApplicationResources_ja
Do not use directly.
ApplicationResources_ja - Class in com.aoindustries.servlet.http
Provides a simplified interface for obtaining localized values from the ApplicationResources.properties files.
ApplicationResources_ja() - Constructor for class com.aoindustries.servlet.http.ApplicationResources_ja
Do not use directly.
ApplicationResources_ja - Class in com.aoindustries.servlet.jsp.tagext
Provides a simplified interface for obtaining localized values from the ApplicationResources.properties files.
ApplicationResources_ja() - Constructor for class com.aoindustries.servlet.jsp.tagext.ApplicationResources_ja
Do not use directly.
ApplicationResources_ja - Class in com.aoindustries.sql
Provides a simplified interface for obtaining localized values from the ApplicationResources.properties files.
ApplicationResources_ja() - Constructor for class com.aoindustries.sql.ApplicationResources_ja
Do not use directly.
ApplicationResources_ja - Class in com.aoindustries.swing
Provides a simplified interface for obtaining localized values from the ApplicationResources.properties files.
ApplicationResources_ja() - Constructor for class com.aoindustries.swing.ApplicationResources_ja
Do not use directly.
ApplicationResources_ja - Class in com.aoindustries.util
Provides a simplified interface for obtaining localized values from the ApplicationResources.properties files.
ApplicationResources_ja() - Constructor for class com.aoindustries.util.ApplicationResources_ja
Do not use directly.
ApplicationResources_ja - Class in com.aoindustries.util.i18n
Provides a simplified interface for obtaining localized values from the ApplicationResources.properties files.
ApplicationResources_ja() - Constructor for class com.aoindustries.util.i18n.ApplicationResources_ja
Do not use directly.
ApplicationResources_ja - Class in com.aoindustries.version
Provides a simplified interface for obtaining localized values from the ApplicationResources.properties files.
ApplicationResources_ja() - Constructor for class com.aoindustries.version.ApplicationResources_ja
Do not use directly.
ApplicationResourcesAccessor - Class in com.aoindustries.util.i18n
Provides a simplified interface for obtaining localized and formatted values from a ResourceBundle.
applyPattern(String) - Method in class com.aoindustries.text.UnmodifiableMessageFormat
 
ARABIC - Static variable in class com.aoindustries.util.i18n.Locales
Some locale constants not provided directly by Java, along with those provided by Java.
ARG_MAP_REQUEST_ATTRIBUTE_NAME - Static variable in class com.aoindustries.servlet.http.Dispatcher
The name of the request-scope Map that will contain the arguments for the current page.
ArraySet<E> - Class in com.aoindustries.util
A compact Set implementation that stores the elements in hashCode order.
ArraySet() - Constructor for class com.aoindustries.util.ArraySet
Deprecated.
This is for convention only, please provide a previously sorted ArrayList for best performance.
ArraySet(int) - Constructor for class com.aoindustries.util.ArraySet
Deprecated.
This is for convention only, please provide a previously sorted ArrayList for best performance.
ArraySet(Collection<? extends E>) - Constructor for class com.aoindustries.util.ArraySet
Deprecated.
This is for convention only, please provide a previously sorted ArrayList for best performance.
ArraySet(ArrayList<E>) - Constructor for class com.aoindustries.util.ArraySet
Uses the provided elements list without copying, which must already be sorted in hashCode order and unique.
ArraySortedSet<E> - Class in com.aoindustries.util
A compact SortedSet implementation that stores the elements in order.
ArraySortedSet() - Constructor for class com.aoindustries.util.ArraySortedSet
 
ArraySortedSet(int) - Constructor for class com.aoindustries.util.ArraySortedSet
 
ArraySortedSet(Comparator<? super E>) - Constructor for class com.aoindustries.util.ArraySortedSet
 
ArraySortedSet(Comparator<? super E>, int) - Constructor for class com.aoindustries.util.ArraySortedSet
 
ArraySortedSet(Collection<? extends E>) - Constructor for class com.aoindustries.util.ArraySortedSet
 
ArraySortedSet(SortedSet<E>) - Constructor for class com.aoindustries.util.ArraySortedSet
 
asHex(byte[]) - Static method in class com.aoindustries.md5.MD5
Turns array of bytes into string representing each byte as unsigned hex number.
asHex() - Method in class com.aoindustries.md5.MD5
Returns 32-character hex representation of this objects hash
asUnmodifiableSet(E...) - Static method in class com.aoindustries.util.AoArrays
Gets an unmodifiable set view with the contents of a backing array.
AsymmetricException - Exception in com.aoindustries.util.graph
Thrown when edges are not symmetric in a symmetric graph.
AtomicSequence - Class in com.aoindustries.util
Generates incrementing identifiers in a thread-safe manner using atomic primitives.
AtomicSequence() - Constructor for class com.aoindustries.util.AtomicSequence
Starts at the value of 1.
AtomicSequence(long) - Constructor for class com.aoindustries.util.AtomicSequence
 
attributesOff() - Method in class com.aoindustries.io.TerminalWriter
 
AutoGrowArrayList<E> - Class in com.aoindustries.util
Automatically extends the size of the list instead of throwing exceptions on set, add, and addAll.
AutoGrowArrayList() - Constructor for class com.aoindustries.util.AutoGrowArrayList
 
AutoGrowArrayList(int) - Constructor for class com.aoindustries.util.AutoGrowArrayList
 
AutoGrowArrayList(Collection<E>) - Constructor for class com.aoindustries.util.AutoGrowArrayList
 
AutoSort - Class in com.aoindustries.util.sort
Attempts to automatically select the best sort algorithm based on information available in the list.
available() - Method in class com.aoindustries.io.FastObjectInput
 
available() - Method in class com.aoindustries.io.FifoFileInputStream
Determines the number of bytes that may be read without blocking.
available() - Method in class com.aoindustries.io.FifoFileOutputStream
Gets the number of bytes that may be written before the queue is full and blocks writes.
available() - Method in class com.aoindustries.io.LogFollower
 
available() - Method in class com.aoindustries.io.MultiFileInputStream
 
available() - Method in class com.aoindustries.io.SniffInputStream
 
avg(int, int) - Static method in class com.aoindustries.math.SafeMath
Computes the average of two values without overflow or underflow.

B

BackgroundCache<K,V,E extends Exception> - Class in com.aoindustries.cache
A cache that is refreshed in the background, implementing only get, put, and size.
BackgroundCache(String, Class<E>, long, long, Logger) - Constructor for class com.aoindustries.cache.BackgroundCache
 
BackgroundCache(String, Class<E>, long, long) - Constructor for class com.aoindustries.cache.BackgroundCache
Uses the default logger.
BackgroundCache.Refresher<K,V,E extends Exception> - Interface in com.aoindustries.cache
A callable used to refresh the cache.
BackgroundCache.Result<V,E extends Exception> - Class in com.aoindustries.cache
The result of a refresh.
BadPasswordException - Exception in com.aoindustries.security
 
BadPasswordException() - Constructor for exception com.aoindustries.security.BadPasswordException
 
BadPasswordException(String) - Constructor for exception com.aoindustries.security.BadPasswordException
 
BadPasswordException(Throwable) - Constructor for exception com.aoindustries.security.BadPasswordException
 
BadPasswordException(String, Throwable) - Constructor for exception com.aoindustries.security.BadPasswordException
 
BandwidthLimitingTunnel - Class in com.aoindustries.net
Provides a tunnel for TCP sockets that limits the bandwidth for both upstream and downstream bandwidth.
BandwidthLimitingTunnel(boolean, String, int, String, int, Long, Long) - Constructor for class com.aoindustries.net.BandwidthLimitingTunnel
 
BandwidthLimitingTunnelHandler - Class in com.aoindustries.net
Handles one connection for a BandwidthLimitingTunnel.
BandwidthLimitingTunnelHandler(boolean, String, int, Long, Long, Socket) - Constructor for class com.aoindustries.net.BandwidthLimitingTunnelHandler
 
BandwidthLimitingTunnelHandlerDownstreamThread - Class in com.aoindustries.net
Handles the downstream bandwidth for one connection for a BandwidthLimitingTunnel.
BandwidthLimitingTunnelHandlerDownstreamThread(boolean, Long, Socket, Socket) - Constructor for class com.aoindustries.net.BandwidthLimitingTunnelHandlerDownstreamThread
 
BandwidthLimitingTunnelHandlerThread - Class in com.aoindustries.net
Handles one direction of bandwidth for one connection for a BandwidthLimitingTunnel.
BandwidthLimitingTunnelHandlerThread(boolean, Long, Socket, Socket) - Constructor for class com.aoindustries.net.BandwidthLimitingTunnelHandlerThread
 
BandwidthLimitingTunnelHandlerUpstreamThread - Class in com.aoindustries.net
Handles the upstream bandwidth for one connection for a BandwidthLimitingTunnel.
BandwidthLimitingTunnelHandlerUpstreamThread(boolean, Long, Socket, Socket) - Constructor for class com.aoindustries.net.BandwidthLimitingTunnelHandlerUpstreamThread
 
barrier(boolean) - Method in class com.aoindustries.util.persistent.AbstractPersistentBlockBuffer
 
barrier(boolean) - Method in class com.aoindustries.util.persistent.LargeMappedPersistentBuffer
There is not currently a way to provide a barrier without using force.
barrier(boolean) - Method in class com.aoindustries.util.persistent.MappedPersistentBuffer
There is not currently a way to provide a barrier without using force.
barrier(boolean) - Method in interface com.aoindustries.util.persistent.PersistentBlockBuffer
Ensures that all writes before this barrier occur before all writes after this barrier.
barrier(boolean) - Method in interface com.aoindustries.util.persistent.PersistentBuffer
Ensures that all writes before this barrier occur before all writes after this barrier.
barrier(boolean) - Method in class com.aoindustries.util.persistent.RandomAccessFileBuffer
There is not currently a way to provide a barrier without using force.
barrier(boolean) - Method in class com.aoindustries.util.persistent.TwoCopyBarrierBuffer
 
Base64Coder - Class in com.aoindustries.util
Obtained from: http://www.source-code.biz/snippets/java/Base64Coder.java.txt A Base64 Encoder/Decoder.
before(Object) - Method in class com.aoindustries.util.UnmodifiableCalendar
 
Benchmark - Class in com.aoindustries.io
A simple disk concurrency scalability benchmark.
BenchmarkCounterBlockDevice - Class in com.aoindustries.io
Times how long a counter block device takes to scan all counters.
BenchmarkCounterBlockDevice() - Constructor for class com.aoindustries.io.BenchmarkCounterBlockDevice
 
between(Instant, Instant) - Static method in class com.aoindustries.time.Duration
 
BigFraction - Class in com.aoindustries.math
Stores arbitrary size fractions by their numerator and denominator.
BigFraction(String) - Constructor for class com.aoindustries.math.BigFraction
 
BigFraction(long, long, boolean) - Constructor for class com.aoindustries.math.BigFraction
 
BigFraction(BigInteger, BigInteger, boolean) - Constructor for class com.aoindustries.math.BigFraction
 
BigFraction.DistributionMethod - Enum in com.aoindustries.math
 
binarySearch(int) - Method in class com.aoindustries.util.SortedIntArrayList
Performs a binary search for the provide value.
binarySearch(long) - Method in class com.aoindustries.util.SortedLongArrayList
Performs a binary search for the provide value.
binarySearchHashCode(int) - Method in class com.aoindustries.util.SortedArrayList
Performs a binary search on hashCode values only.
bitCount() - Method in class com.aoindustries.math.LongLong
 
BitRate - Class in com.aoindustries.io
A BitRate consists of a long quantity and an optional unit.
BitRate(long) - Constructor for class com.aoindustries.io.BitRate
 
BitRate(long, BitRate.Unit) - Constructor for class com.aoindustries.io.BitRate
 
BitRate(String) - Constructor for class com.aoindustries.io.BitRate
 
BitRate.Unit - Enum in com.aoindustries.io
 
BitRateInputStream - Class in com.aoindustries.io
A BitRateInputStream regulates an InputStream to a specific bit rate.
BitRateInputStream(InputStream, BitRateProvider) - Constructor for class com.aoindustries.io.BitRateInputStream
 
BitRateOutputStream - Class in com.aoindustries.io
A BitRateOutputStream regulates an OutputStream to a specific bit rate.
BitRateOutputStream(OutputStream, BitRateProvider) - Constructor for class com.aoindustries.io.BitRateOutputStream
 
BitRateProvider - Interface in com.aoindustries.io
A BitRateProvider specifies precisely how many bits per second of bandwidth a task should use.
boldOn() - Method in class com.aoindustries.io.TerminalWriter
 
BooleanSerializer - Class in com.aoindustries.util.persistent
Serializes Boolean objects.
BooleanSerializer() - Constructor for class com.aoindustries.util.persistent.BooleanSerializer
 
BUFFER_SIZE - Static variable in class com.aoindustries.util.BufferManager
The size of buffers that are returned.
BufferedSerializer<E> - Class in com.aoindustries.util.persistent
Serializes any objects by using a buffer between the getSerializedSize and serialize calls.
BufferedSerializer() - Constructor for class com.aoindustries.util.persistent.BufferedSerializer
 
BufferManager - Class in com.aoindustries.util
BufferManager manages a reusable pool of byte[] and char[] buffers.
bufferToChar(byte[]) - Static method in class com.aoindustries.util.persistent.PersistentCollections
 
bufferToChar(byte[], int) - Static method in class com.aoindustries.util.persistent.PersistentCollections
 
bufferToInt(byte[]) - Static method in class com.aoindustries.util.persistent.PersistentCollections
 
bufferToInt(byte[], int) - Static method in class com.aoindustries.util.persistent.PersistentCollections
 
bufferToLong(byte[]) - Static method in class com.aoindustries.util.persistent.PersistentCollections
 
bufferToLong(byte[], int) - Static method in class com.aoindustries.util.persistent.PersistentCollections
 
bufferToShort(byte[]) - Static method in class com.aoindustries.util.persistent.PersistentCollections
 
bufferToShort(byte[], int) - Static method in class com.aoindustries.util.persistent.PersistentCollections
 
buildEmailList(String[]) - Static method in class com.aoindustries.util.StringUtility
Deprecated.
This method is no longer used and will be removed.
buildList(String[]) - Static method in class com.aoindustries.util.StringUtility
Deprecated.
Please use join(objects, ", ") instead.
buildList(Object[]) - Static method in class com.aoindustries.util.StringUtility
Deprecated.
Please use join(objects, ", ") instead.
buildList(Iterable<?>) - Static method in class com.aoindustries.util.StringUtility
Deprecated.
Please use join(objects, ", ") instead.
buildUrl(ServletContext, HttpServletRequest, HttpServletResponse, String, HttpParameters, boolean, LastModifiedServlet.AddLastModifiedWhen) - Static method in class com.aoindustries.net.UrlUtils
Performs all the proper URL conversions along with optionally adding a lastModified parameter.
buildUrl(PageContext, String, HttpParameters, boolean, LastModifiedServlet.AddLastModifiedWhen) - Static method in class com.aoindustries.net.UrlUtils
 
buildUrl(JspContext, String, HttpParameters, boolean, LastModifiedServlet.AddLastModifiedWhen) - Static method in class com.aoindustries.net.UrlUtils
 
BULGARIAN - Static variable in class com.aoindustries.util.i18n.Locales
Some locale constants not provided directly by Java, along with those provided by Java.
BundleLookupMarkup - Interface in com.aoindustries.util.i18n
The result of a bundle lookup, with possible prefix and suffix values that represent markup to be added for any in-context translation editors.
BundleLookupThreadContext - Class in com.aoindustries.util.i18n
Each thread has a markup context associated with it.
ByteArraySerializer - Class in com.aoindustries.util.persistent
Serializes byte[] objects.
ByteArraySerializer() - Constructor for class com.aoindustries.util.persistent.ByteArraySerializer
 
ByteCount - Class in com.aoindustries.io
A ByteCount consists of a long quantity and an optional unit.
ByteCount(long) - Constructor for class com.aoindustries.io.ByteCount
 
ByteCount(long, ByteCount.Unit) - Constructor for class com.aoindustries.io.ByteCount
 
ByteCount(String) - Constructor for class com.aoindustries.io.ByteCount
 
ByteCount.Unit - Enum in com.aoindustries.io
 
ByteCountInputStream - Class in com.aoindustries.io
Wraps an InputStream to count the number of bytes transferred.
ByteCountInputStream(InputStream) - Constructor for class com.aoindustries.io.ByteCountInputStream
 
ByteCountOutputStream - Class in com.aoindustries.io
Wraps an OutputStream to count the number of bytes transferred.
ByteCountOutputStream(OutputStream) - Constructor for class com.aoindustries.io.ByteCountOutputStream
 
ByteSerializer - Class in com.aoindustries.util.persistent
Serializes Byte objects.
ByteSerializer() - Constructor for class com.aoindustries.util.persistent.ByteSerializer
 
byteValue() - Method in class com.aoindustries.math.LongLong
 

C

CalendarUtils - Class in com.aoindustries.util
Calendar utilities.
call(K) - Method in interface com.aoindustries.cache.BackgroundCache.Refresher
 
call() - Method in class com.aoindustries.util.concurrent.ThreadLocalCallable
 
call() - Method in class com.aoindustries.util.concurrent.ThreadLocalsCallable
 
CANADA - Static variable in class com.aoindustries.util.i18n.Locales
Some locale constants not provided directly by Java, along with those provided by Java.
CANADA_FRENCH - Static variable in class com.aoindustries.util.i18n.Locales
Some locale constants not provided directly by Java, along with those provided by Java.
capacity() - Method in class com.aoindustries.util.persistent.LargeMappedPersistentBuffer
 
capacity() - Method in class com.aoindustries.util.persistent.MappedPersistentBuffer
 
capacity() - Method in interface com.aoindustries.util.persistent.PersistentBuffer
Gets the capacity of this buffer.
capacity() - Method in class com.aoindustries.util.persistent.RandomAccessFileBuffer
 
capacity() - Method in class com.aoindustries.util.persistent.TwoCopyBarrierBuffer
 
castByte(int) - Static method in class com.aoindustries.math.SafeMath
Casts int to byte, looking for any underflow or overflow.
castByte(long) - Static method in class com.aoindustries.math.SafeMath
Casts long to byte, looking for any underflow or overflow.
castInt(long) - Static method in class com.aoindustries.math.SafeMath
Casts long to int, looking for any underflow or overflow.
castShort(int) - Static method in class com.aoindustries.math.SafeMath
Casts int to short, looking for any underflow or overflow.
CATALAN - Static variable in class com.aoindustries.util.i18n.Locales
Some locale constants not provided directly by Java, along with those provided by Java.
center - Variable in class com.aoindustries.awt.MultiBorderLayout
 
center(Component) - Method in class com.aoindustries.swing.DefaultJDialog
 
cgap - Variable in class com.aoindustries.awt.LabelledGridLayout
 
CharacterSerializer - Class in com.aoindustries.util.persistent
Serializes Character objects.
CharacterSerializer() - Constructor for class com.aoindustries.util.persistent.CharacterSerializer
 
CharArraySerializer - Class in com.aoindustries.util.persistent
Serializes char[] objects.
CharArraySerializer() - Constructor for class com.aoindustries.util.persistent.CharArraySerializer
 
Charsets - Class in com.aoindustries.nio.charset
Defines some constants for handling standard character sets.
charToBuffer(char, byte[]) - Static method in class com.aoindustries.util.persistent.PersistentCollections
 
charToBuffer(char, byte[], int) - Static method in class com.aoindustries.util.persistent.PersistentCollections
 
checkConsistency(boolean) - Method in class com.aoindustries.util.persistent.PersistentLinkedList
Performs a check that this linked list is in a consistent state, optionally correcting problems that may occur during an unclean shutdown.
checkError() - Method in class com.aoindustries.io.NullPrintWriter
 
checkGraph() - Method in interface com.aoindustries.util.graph.GraphChecker
 
checkGraph() - Method in class com.aoindustries.util.graph.SymmetricAcyclicGraphChecker
Test the graph for cycles and makes sure that all connections are consistent with back connections.
checkIsDirectory(File) - Static method in class com.aoindustries.io.FileUtils
Ensures that the file is a directory.
checkNotNull(T) - Static method in exception com.aoindustries.lang.NullArgumentException
Checks an argument and throws an exception if null.
checkNotNull(T, String) - Static method in exception com.aoindustries.lang.NullArgumentException
Checks an argument and throws an exception if null.
checkScheduleFrom(Calendar, String) - Method in class com.aoindustries.util.schedule.Recurring
Checks if the schedule can start on the given day.
checkScheduleFrom(Calendar, String) - Method in class com.aoindustries.util.schedule.Recurring.DayOfWeekList
 
CHINA - Static variable in class com.aoindustries.util.i18n.Locales
Some locale constants not provided directly by Java, along with those provided by Java.
CHINESE - Static variable in class com.aoindustries.util.i18n.Locales
Some locale constants not provided directly by Java, along with those provided by Java.
clear() - Method in class com.aoindustries.io.FileList
 
clear() - Method in class com.aoindustries.util.ArraySet
 
clear() - Method in class com.aoindustries.util.ArraySortedSet
 
clear() - Method in class com.aoindustries.util.IntArrayList
Removes all of the elements from this list.
clear() - Method in class com.aoindustries.util.LongArrayList
Removes all of the elements from this list.
clear() - Method in class com.aoindustries.util.persistent.PersistentLinkedList
Clears the list.
clear(String[]) - Method in class com.aoindustries.util.ShellInterpreter
Clears the screen.
clear() - Method in class com.aoindustries.util.UnionClassSet
 
clear() - Method in class com.aoindustries.util.UnionSet
 
clear() - Method in class com.aoindustries.util.UnmodifiableArraySet
 
clearError() - Method in class com.aoindustries.io.NullPrintWriter
 
clearScreen() - Method in class com.aoindustries.io.TerminalWriter
 
clearWarnings() - Method in class com.aoindustries.sql.PostgresqlConnectionWrapper
 
Clock - Class in com.aoindustries.time
Access to the current system clock.
clone() - Method in class com.aoindustries.util.IntArrayList
Returns a shallow copy of this ArrayList instance.
clone() - Method in class com.aoindustries.util.LongArrayList
Returns a shallow copy of this ArrayList instance.
clone() - Method in class com.aoindustries.util.UnmodifiableCalendar
 
close(C) - Method in class com.aoindustries.io.AOPool
 
close() - Method in class com.aoindustries.io.AOPool
Shuts down the pool, exceptions during close will be logged as a warning and not thrown.
close() - Method in class com.aoindustries.io.BitRateInputStream
 
close() - Method in class com.aoindustries.io.BitRateOutputStream
 
close() - Method in class com.aoindustries.io.DontCloseInputStream
Does nothing on close to protect the wrapped InputStream.
close() - Method in class com.aoindustries.io.DontCloseOutputStream
Does nothing on close to protect the wrapped OutputStream.
close() - Method in class com.aoindustries.io.FastObjectInput
 
close() - Method in class com.aoindustries.io.FastObjectOutput
 
close() - Method in class com.aoindustries.io.FifoFile
 
close() - Method in class com.aoindustries.io.FifoFileInputStream
 
close() - Method in class com.aoindustries.io.FifoFileOutputStream
 
close() - Method in class com.aoindustries.io.FileList
 
close() - Method in class com.aoindustries.io.FindReplaceWriter
 
close() - Method in class com.aoindustries.io.LogFollower
 
close() - Method in class com.aoindustries.io.MultiFileInputStream
 
close() - Method in class com.aoindustries.io.MultiFileOutputStream
 
close() - Method in class com.aoindustries.io.NullOutputStream
 
close() - Method in class com.aoindustries.io.NullPrintWriter
 
close() - Method in class com.aoindustries.io.NullWriter
 
close() - Method in class com.aoindustries.io.PaddingOutputStream
Pads, flushes, and closes the underlying stream.
close() - Method in class com.aoindustries.io.PrintStreamOutputStream
 
close() - Method in class com.aoindustries.io.SniffInputStream
 
close() - Method in class com.aoindustries.io.StringBuilderWriter
Does nothing on close.
close() - Method in class com.aoindustries.io.WriterFacade
 
close() - Method in class com.aoindustries.io.WriterOutputStream
 
close() - Method in class com.aoindustries.servlet.NullServletOutputStream
 
close(Connection) - Method in class com.aoindustries.sql.AOConnectionPool
 
close() - Method in class com.aoindustries.sql.PostgresqlConnectionWrapper
 
close() - Method in class com.aoindustries.util.logging.QueuedHandler
 
close() - Method in class com.aoindustries.util.persistent.AbstractPersistentBlockBuffer
 
close() - Method in class com.aoindustries.util.persistent.LargeMappedPersistentBuffer
 
close() - Method in class com.aoindustries.util.persistent.MappedPersistentBuffer
 
close() - Method in interface com.aoindustries.util.persistent.PersistentBlockBuffer
Closes this buffer.
close() - Method in interface com.aoindustries.util.persistent.PersistentBuffer
Closes this buffer.
close() - Method in class com.aoindustries.util.persistent.PersistentLinkedList
Closes the random access file backing this list.
close() - Method in class com.aoindustries.util.persistent.RandomAccessFileBuffer
 
close() - Method in class com.aoindustries.util.persistent.TwoCopyBarrierBuffer
 
closeWindow() - Method in class com.aoindustries.swing.DefaultJDialog
 
Column - Class in com.aoindustries.table
An abstract structure for columns.
Column(String, IndexType) - Constructor for class com.aoindustries.table.Column
 
columns - Variable in class com.aoindustries.awt.LabelledGridLayout
 
com.aoindustries.awt - package com.aoindustries.awt
 
com.aoindustries.awt.image - package com.aoindustries.awt.image
 
com.aoindustries.cache - package com.aoindustries.cache
 
com.aoindustries.email - package com.aoindustries.email
 
com.aoindustries.io - package com.aoindustries.io
 
com.aoindustries.lang - package com.aoindustries.lang
 
com.aoindustries.lang.reflect - package com.aoindustries.lang.reflect
 
com.aoindustries.math - package com.aoindustries.math
 
com.aoindustries.md5 - package com.aoindustries.md5
 
com.aoindustries.net - package com.aoindustries.net
 
com.aoindustries.nio.charset - package com.aoindustries.nio.charset
 
com.aoindustries.rmi - package com.aoindustries.rmi
 
com.aoindustries.security - package com.aoindustries.security
 
com.aoindustries.servlet - package com.aoindustries.servlet
 
com.aoindustries.servlet.http - package com.aoindustries.servlet.http
 
com.aoindustries.servlet.jsp - package com.aoindustries.servlet.jsp
 
com.aoindustries.servlet.jsp.tagext - package com.aoindustries.servlet.jsp.tagext
 
com.aoindustries.sql - package com.aoindustries.sql
 
com.aoindustries.swing - package com.aoindustries.swing
 
com.aoindustries.swing.table - package com.aoindustries.swing.table
 
com.aoindustries.table - package com.aoindustries.table
 
com.aoindustries.text - package com.aoindustries.text
 
com.aoindustries.time - package com.aoindustries.time
 
com.aoindustries.util - package com.aoindustries.util
 
com.aoindustries.util.concurrent - package com.aoindustries.util.concurrent
 
com.aoindustries.util.graph - package com.aoindustries.util.graph
 
com.aoindustries.util.i18n - package com.aoindustries.util.i18n
 
com.aoindustries.util.i18n.servlet - package com.aoindustries.util.i18n.servlet
 
com.aoindustries.util.logging - package com.aoindustries.util.logging
 
com.aoindustries.util.persistent - package com.aoindustries.util.persistent
 
com.aoindustries.util.schedule - package com.aoindustries.util.schedule
 
com.aoindustries.util.sort - package com.aoindustries.util.sort
 
com.aoindustries.util.tree - package com.aoindustries.util.tree
 
com.aoindustries.util.zip - package com.aoindustries.util.zip
 
com.aoindustries.version - package com.aoindustries.version
 
com.aoindustries.ws - package com.aoindustries.ws
 
com.aoindustries.xml - package com.aoindustries.xml
 
commit() - Method in class com.aoindustries.sql.PostgresqlConnectionWrapper
 
comparator() - Method in class com.aoindustries.util.ArraySortedSet
 
ComparatorUtils - Class in com.aoindustries.util
Utilities that help when working with comparators.
compare(Object, Object) - Method in class com.aoindustries.text.SmartComparator
 
compare(String, String) - Method in class com.aoindustries.text.SmartComparator
 
compare(byte[], byte[]) - Static method in class com.aoindustries.util.AoArrays
Compares two byte[].
compare(int, int) - Static method in class com.aoindustries.util.ComparatorUtils
Compares two integers.
compare(boolean, boolean) - Static method in class com.aoindustries.util.ComparatorUtils
Compares two booleans.
compare(long, long) - Static method in class com.aoindustries.util.ComparatorUtils
Compares two longs.
compare(Object, Object) - Method in class com.aoindustries.util.HashCodeComparator
 
compare(Currency, Currency) - Method in class com.aoindustries.util.i18n.CurrencyComparator
 
compare(Locale, Locale) - Method in class com.aoindustries.util.i18n.LocaleComparator
 
compare(Number, Number) - Method in class com.aoindustries.util.sort.IntValueComparator
 
compareTo(BitRate) - Method in class com.aoindustries.io.BitRate
 
compareTo(ByteCount) - Method in class com.aoindustries.io.ByteCount
 
compareTo(FilesystemIterator) - Method in class com.aoindustries.io.FilesystemIterator
 
compareTo(BigFraction) - Method in class com.aoindustries.math.BigFraction
 
compareTo(LongLong) - Method in class com.aoindustries.math.LongLong
 
compareTo(HashedKey) - Method in class com.aoindustries.security.HashedKey
 
compareTo(Identifier) - Method in class com.aoindustries.security.Identifier
Unsigned ordering.
compareTo(SmallIdentifier) - Method in class com.aoindustries.security.SmallIdentifier
Unsigned ordering.
compareTo(Interval) - Method in class com.aoindustries.sql.Interval
 
compareTo(MicroInterval) - Method in class com.aoindustries.sql.MicroInterval
 
compareTo(MilliInterval) - Method in class com.aoindustries.sql.MilliInterval
 
compareTo(NanoInterval) - Method in class com.aoindustries.sql.NanoInterval
 
compareTo(Column) - Method in class com.aoindustries.table.Column
Ordered by column name only.
compareTo(Duration) - Method in class com.aoindustries.time.Duration
 
compareTo(Instant) - Method in class com.aoindustries.time.Instant
 
compareTo(EditableResourceBundle) - Method in class com.aoindustries.util.i18n.EditableResourceBundle
The natural sorting is based on classname.
compareTo(Money) - Method in class com.aoindustries.util.i18n.Money
Sorts by currency code and then value.
compareTo(Calendar) - Method in class com.aoindustries.util.UnmodifiableCalendar
 
compareToDDMMYYYY(String, String) - Static method in class com.aoindustries.util.StringUtility
Compare one date to another, must be in the DDMMYYYY format.
compareToIgnoreCaseCarefulEquals(String, String) - Static method in class com.aoindustries.util.StringUtility
Compares two strings in a case insensitive manner.
compareToUnsigned(LongLong) - Method in class com.aoindustries.math.LongLong
 
compareUnsigned(long, long) - Static method in class com.aoindustries.math.LongLong
Compares two longs as unsigned.
ComparisonSortAlgorithm<E> - Interface in com.aoindustries.util.sort
Generalized structure for sort algorithms that are based on comparisons.
complete() - Method in class com.aoindustries.util.UnmodifiableCalendar
 
componentHidden(ComponentEvent) - Method in class com.aoindustries.swing.DefaultJDialog
 
componentMoved(ComponentEvent) - Method in class com.aoindustries.swing.DefaultJDialog
 
componentResized(ComponentEvent) - Method in class com.aoindustries.swing.DefaultJDialog
 
componentShown(ComponentEvent) - Method in class com.aoindustries.swing.DefaultJDialog
 
CompressedDataInputStream - Class in com.aoindustries.io
Adds compressed data transfer to DataInputStream.
CompressedDataInputStream(InputStream) - Constructor for class com.aoindustries.io.CompressedDataInputStream
 
CompressedDataOutputStream - Class in com.aoindustries.io
Adds compressed data transfer to DataOutputStream.
CompressedDataOutputStream(OutputStream) - Constructor for class com.aoindustries.io.CompressedDataOutputStream
 
computeFields() - Method in class com.aoindustries.util.UnmodifiableCalendar
 
computeTime() - Method in class com.aoindustries.util.UnmodifiableCalendar
 
contains(Object) - Method in class com.aoindustries.util.ArraySet
 
contains(Object) - Method in class com.aoindustries.util.ArraySortedSet
 
contains(Object) - Method in class com.aoindustries.util.IntArrayList
Returns true if this list contains the specified element.
contains(int) - Method in class com.aoindustries.util.IntArrayList
Returns true if this list contains the specified element.
contains(int) - Method in interface com.aoindustries.util.IntCollection
 
contains(int) - Method in class com.aoindustries.util.IntsAndLongs
 
contains(Object) - Method in class com.aoindustries.util.LongArrayList
Returns true if this list contains the specified element.
contains(long) - Method in class com.aoindustries.util.LongArrayList
Returns true if this list contains the specified element.
contains(long) - Method in interface com.aoindustries.util.LongCollection
 
contains(Object) - Method in class com.aoindustries.util.persistent.PersistentLinkedList
Returns true if this list contains the specified element.
contains(Object) - Method in class com.aoindustries.util.UnionClassSet
 
contains(Object) - Method in class com.aoindustries.util.UnionMethodSet
 
contains(Object, Object) - Method in interface com.aoindustries.util.UnionMethodSet.Method
Checks if the set returned by the method contains the non-null object element.
contains(Object, Object) - Method in class com.aoindustries.util.UnionMethodSet.SetMethod
 
contains(Object, Object) - Method in class com.aoindustries.util.UnionMethodSet.SingletonMethod
 
contains(Object) - Method in class com.aoindustries.util.UnionSet
 
contains(Object) - Method in class com.aoindustries.util.UnmodifiableArraySet
 
containsAll(Collection<?>) - Method in class com.aoindustries.util.ArraySet
 
containsAll(Collection<?>) - Method in class com.aoindustries.util.ArraySortedSet
 
containsAll(Collection<?>) - Method in class com.aoindustries.util.UnionSet
 
containsAll(Collection<?>) - Method in class com.aoindustries.util.UnmodifiableArraySet
 
containsIgnoreCase(String, String) - Static method in class com.aoindustries.util.StringUtility
 
containsKey(Map<K, V>, K) - Static method in class com.aoindustries.util.MinimalMap
Checks if a key is contained in the map.
contentEquals(File, byte[]) - Static method in class com.aoindustries.io.FileUtils
Compares the contents of a file to the provided array.
contentEquals(File, File) - Static method in class com.aoindustries.io.FileUtils
Compares the contents of two files, not supporting directories.
contentEquals(InputStream, byte[]) - Static method in class com.aoindustries.io.IoUtils
Compares the contents retrieved from an InputStream to the provided contents.
contentHashCode(File) - Static method in class com.aoindustries.io.FileUtils
Computes a hash code of the file contents, consistent with Arrays.hashCode(byte[]).
contextDestroyed(ServletContextEvent) - Method in class com.aoindustries.servlet.ServletContextCacheListener
 
contextInitialized(ServletContextEvent) - Method in class com.aoindustries.servlet.ServletContextCacheListener
 
convertByteArrayFromHex(char[]) - Static method in class com.aoindustries.util.StringUtility
 
convertIntArrayFromHex(char[]) - Static method in class com.aoindustries.util.StringUtility
 
convertLongArrayFromHex(char[]) - Static method in class com.aoindustries.util.StringUtility
 
convertStringDateToTime(String) - Static method in class com.aoindustries.util.StringUtility
 
convertToHex(byte[], Appendable) - Static method in class com.aoindustries.util.StringUtility
 
convertToHex(byte[]) - Static method in class com.aoindustries.util.StringUtility
 
convertToHex(int, Appendable) - Static method in class com.aoindustries.util.StringUtility
Converts an int to a full 8-character hex code.
convertToHex(int) - Static method in class com.aoindustries.util.StringUtility
Converts an int to a full 8-character hex code.
convertToHex(long, Appendable) - Static method in class com.aoindustries.util.StringUtility
Converts a long integer to a full 16-character hex code.
convertToHex(long) - Static method in class com.aoindustries.util.StringUtility
Converts a long integer to a full 16-character hex code.
Cookies - Class in com.aoindustries.servlet.http
Helper utility to get and set cookies
copy(File, File) - Static method in class com.aoindustries.io.FileUtils
Copies one file over another, possibly creating if needed.
copy(File, OutputStream) - Static method in class com.aoindustries.io.FileUtils
Copies a file to an output stream.
copy(File, Writer) - Static method in class com.aoindustries.io.FileUtils
Copies a file to a writer in system default locale.
copy(File, Appendable) - Static method in class com.aoindustries.io.FileUtils
Copies a file to an appendable in system default locale.
copy(InputStream, OutputStream) - Static method in class com.aoindustries.io.IoUtils
copies without flush.
copy(InputStream, OutputStream, boolean) - Static method in class com.aoindustries.io.IoUtils
Copies all information from one stream to another.
copy(Reader, Writer) - Static method in class com.aoindustries.io.IoUtils
Copies all information from one stream to another.
copy(Reader, Appendable) - Static method in class com.aoindustries.io.IoUtils
Copies all information from one stream to an appendable.
copy(Reader, StringBuilder) - Static method in class com.aoindustries.io.IoUtils
Copies all information from one stream to another.
copy(List<E>) - Static method in class com.aoindustries.util.MinimalList
Performs a shallow copy of a list.
copy(Map<K, V>) - Static method in class com.aoindustries.util.MinimalMap
Performs a shallow copy of a map.
copyBytes(RandomAccessFile, long, RandomAccessFile, long, long) - Static method in class com.aoindustries.io.FixedRecordFile
 
copyEntries(File, ZipOutputStream) - Static method in class com.aoindustries.util.zip.ZipUtils
Copies all non-directory entries.
copyEntries(File, ZipOutputStream, ZipEntryFilter) - Static method in class com.aoindustries.util.zip.ZipUtils
Copies all non-directory entries.
copyEntries(ZipFile, ZipOutputStream) - Static method in class com.aoindustries.util.zip.ZipUtils
Copies all non-directory entries.
copyEntries(ZipFile, ZipOutputStream, ZipEntryFilter) - Static method in class com.aoindustries.util.zip.ZipUtils
Copies all entries.
copyRecords(FixedRecordFile, long, FixedRecordFile, long, long) - Static method in class com.aoindustries.io.FixedRecordFile
 
copyRecursive(File, File) - Static method in class com.aoindustries.io.FileUtils
Recursively copies source to destination.
copyRecursive(File, File, FileFilter) - Static method in class com.aoindustries.io.FileUtils
Recursively copies source to destination.
copyToTempFile(InputStream, String, String) - Static method in class com.aoindustries.io.FileUtils
Copies a stream to a newly created temporary file.
copyToTempFile(InputStream, String, String, File) - Static method in class com.aoindustries.io.FileUtils
Copies a stream to a newly created temporary file.
CorrectedGZIPInputStream - Class in com.aoindustries.util.zip
Works around the "Corrupt GZIP trailer" problem in GZIPInputStream by catching and ignoring this exception.
CorrectedGZIPInputStream(InputStream) - Constructor for class com.aoindustries.util.zip.CorrectedGZIPInputStream
 
CorrectedGZIPInputStream(InputStream, int) - Constructor for class com.aoindustries.util.zip.CorrectedGZIPInputStream
 
countOccurances(byte[], int, String) - Static method in class com.aoindustries.util.StringUtility
Deprecated.
Corrected spelling
countOccurances(byte[], String) - Static method in class com.aoindustries.util.StringUtility
Deprecated.
Corrected spelling
countOccurances(String, String) - Static method in class com.aoindustries.util.StringUtility
Deprecated.
Corrected spelling
countOccurrences(byte[], int, String) - Static method in class com.aoindustries.util.StringUtility
Counts how many times a word appears in a line.
countOccurrences(byte[], String) - Static method in class com.aoindustries.util.StringUtility
Counts how many times a word appears in a line.
countOccurrences(String, String) - Static method in class com.aoindustries.util.StringUtility
Counts how many times a word appears in a line.
Country - Enum in com.aoindustries.util.i18n
ISO 3166-1 alpha-2 country codes.
createArrayOf(String, Object[]) - Method in class com.aoindustries.sql.PostgresqlConnectionWrapper
 
createBlob() - Method in class com.aoindustries.sql.PostgresqlConnectionWrapper
 
createClob() - Method in class com.aoindustries.sql.PostgresqlConnectionWrapper
 
createInstance() - Method in interface com.aoindustries.io.FileListObjectFactory
 
createNClob() - Method in class com.aoindustries.sql.PostgresqlConnectionWrapper
 
createRegistry(int, RMIClientSocketFactory, RMIServerSocketFactory) - Static method in class com.aoindustries.rmi.RegistryManager
Creates a registry or returns the registry that is already using the port.
createServerSocket(int) - Method in class com.aoindustries.rmi.RMIServerSocketFactorySSL
 
createServerSocket(int) - Method in class com.aoindustries.rmi.RMIServerSocketFactoryTCP
 
createSocket(String, int) - Method in class com.aoindustries.rmi.RMIClientSocketFactorySSL
 
createSocket(String, int) - Method in class com.aoindustries.rmi.RMIClientSocketFactoryTCP
 
createSQLXML() - Method in class com.aoindustries.sql.PostgresqlConnectionWrapper
 
createStatement() - Method in class com.aoindustries.sql.PostgresqlConnectionWrapper
 
createStatement(int, int) - Method in class com.aoindustries.sql.PostgresqlConnectionWrapper
 
createStatement(int, int, int) - Method in class com.aoindustries.sql.PostgresqlConnectionWrapper
 
createStruct(String, Object[]) - Method in class com.aoindustries.sql.PostgresqlConnectionWrapper
 
createTempDirectory(String, String) - Static method in class com.aoindustries.io.FileUtils
Creates a temporary directory.
createTempDirectory(String, String, File) - Static method in class com.aoindustries.io.FileUtils
Creates a temporary directory.
createTempFile() - Method in class com.aoindustries.io.TempFileList
Creates a new temp file while adding it to the list of files that will be explicitely deleted when this list is deleted.
createZipFile(File, File) - Static method in class com.aoindustries.util.zip.ZipUtils
Recursively packages a directory into a file.
createZipFile(File, OutputStream) - Static method in class com.aoindustries.util.zip.ZipUtils
Recursively packages a directory into an output stream.
createZipFile(File, ZipOutputStream) - Static method in class com.aoindustries.util.zip.ZipUtils
Recursively packages a directory into a ZIP output stream.
createZipFile(File, ZipOutputStream, String) - Static method in class com.aoindustries.util.zip.ZipUtils
Recursively packages a directory into a ZIP output stream.
CROATIAN - Static variable in class com.aoindustries.util.i18n.Locales
Some locale constants not provided directly by Java, along with those provided by Java.
crypt(String) - Static method in class com.aoindustries.util.UnixCrypt
Deprecated.
This is not secure anymore.
crypt(String, String) - Static method in class com.aoindustries.util.UnixCrypt
Deprecated.
This is not secure anymore.
CurrencyComparator - Class in com.aoindustries.util.i18n
Compares currencies and orders them by their currency code.
CycleException - Exception in com.aoindustries.util.graph
Thrown when a cycle has been detected in an acyclic graph.
CZECH - Static variable in class com.aoindustries.util.i18n.Locales
Some locale constants not provided directly by Java, along with those provided by Java.

D

DANISH - Static variable in class com.aoindustries.util.i18n.Locales
Some locale constants not provided directly by Java, along with those provided by Java.
DayDuration - Class in com.aoindustries.util.schedule
Represents a number of days.
DayDuration(int, DayDuration.Unit) - Constructor for class com.aoindustries.util.schedule.DayDuration
 
DayDuration.Unit - Enum in com.aoindustries.util.schedule
 
DayOfWeek - Enum in com.aoindustries.util.schedule
 
DayOfWeekList(Collection<DayOfWeek>) - Constructor for class com.aoindustries.util.schedule.Recurring.DayOfWeekList
 
deallocate(long) - Method in class com.aoindustries.util.persistent.DynamicPersistentBlockBuffer
 
deallocate(long) - Method in class com.aoindustries.util.persistent.FixedPersistentBlockBuffer
Deallocates the block for the provided id.
deallocate(long) - Method in interface com.aoindustries.util.persistent.PersistentBlockBuffer
Deallocates the block with the provided id.
decode(String) - Static method in class com.aoindustries.util.Base64Coder
Decodes a byte array from Base64 format.
decode(char[]) - Static method in class com.aoindustries.util.Base64Coder
Decodes a byte array from Base64 format.
decode(String) - Static method in class com.aoindustries.ws.WsEncoder
 
decodeString(String) - Static method in class com.aoindustries.sql.SQLUtility
 
decodeString(String) - Static method in class com.aoindustries.util.Base64Coder
Decodes a string from Base64 format.
decodeUrlPath(String, String) - Static method in class com.aoindustries.net.UrlUtils
Decodes the URL up to the first ?, if present.
DEFAULT_CONNECT_TIMEOUT - Static variable in class com.aoindustries.io.AOPool
 
DEFAULT_DELAY_TIME - Static variable in class com.aoindustries.io.AOPool
 
DEFAULT_FILE_SIZE - Static variable in class com.aoindustries.io.MultiFileOutputStream
 
DEFAULT_MAX_CONNECTION_AGE - Static variable in class com.aoindustries.io.AOPool
 
DEFAULT_MAX_IDLE_TIME - Static variable in class com.aoindustries.io.AOPool
 
DEFAULT_MIME_TYPE - Static variable in class com.aoindustries.email.MimeType
 
DEFAULT_MIN_HEIGHT - Static variable in class com.aoindustries.swing.DefaultJDialog
 
DEFAULT_MIN_WIDTH - Static variable in class com.aoindustries.swing.DefaultJDialog
 
DEFAULT_POLL_INTERVAL - Static variable in class com.aoindustries.io.LogFollower
 
DEFAULT_SOCKET_SO_LINGER - Static variable in class com.aoindustries.io.AOPool
 
DefaultJDialog - Class in com.aoindustries.swing
 
DefaultJDialog(JFrame, String, boolean) - Constructor for class com.aoindustries.swing.DefaultJDialog
 
DefaultJDialog(JFrame, String, boolean, int, int) - Constructor for class com.aoindustries.swing.DefaultJDialog
 
delete(File) - Static method in class com.aoindustries.io.FileUtils
Deletes the provided file, throwing IOException if unsuccessful.
delete() - Method in class com.aoindustries.io.TempFile
Deletes the underlying temp file immediately.
delete() - Method in class com.aoindustries.io.TempFileList
Deletes all of the underlying temp files immediately.
deleteRecursive(File) - Static method in class com.aoindustries.io.FileUtils
Recursively deletes the provided file, being careful to not follow symbolic links (but there are still unavoidable race conditions).
descendingIterator() - Method in class com.aoindustries.util.persistent.PersistentLinkedList
 
deserialize(InputStream) - Method in class com.aoindustries.util.persistent.BooleanSerializer
 
deserialize(InputStream) - Method in class com.aoindustries.util.persistent.ByteArraySerializer
 
deserialize(InputStream) - Method in class com.aoindustries.util.persistent.ByteSerializer
 
deserialize(InputStream) - Method in class com.aoindustries.util.persistent.CharacterSerializer
 
deserialize(InputStream) - Method in class com.aoindustries.util.persistent.CharArraySerializer
 
deserialize(InputStream) - Method in class com.aoindustries.util.persistent.DoubleSerializer
 
deserialize(InputStream) - Method in class com.aoindustries.util.persistent.FloatSerializer
 
deserialize(InputStream) - Method in class com.aoindustries.util.persistent.GZIPSerializer
 
deserialize(InputStream) - Method in class com.aoindustries.util.persistent.IntegerSerializer
 
deserialize(InputStream) - Method in class com.aoindustries.util.persistent.LongSerializer
 
deserialize(InputStream) - Method in class com.aoindustries.util.persistent.ObjectSerializer
 
deserialize(InputStream) - Method in interface com.aoindustries.util.persistent.Serializer
Restores an object from an InputStream.
deserialize(InputStream) - Method in class com.aoindustries.util.persistent.ShortSerializer
 
destroy() - Method in class com.aoindustries.util.i18n.servlet.EditableResourceServletFilter
 
DirectoryMetaSnapshot - Class in com.aoindustries.io
Recursively (but not following symbolic links), gets a snapshot of the meta data for a directory.
DirectoryMetaSnapshot(String) - Constructor for class com.aoindustries.io.DirectoryMetaSnapshot
 
DirectoryMetaSnapshot.FileMetaSnapshot - Class in com.aoindustries.io
 
Dispatcher - Class in com.aoindustries.servlet.http
Static utilities that may be useful by servlet/JSP/taglib environments.
dispatchInclude(RequestDispatcher, HttpServletRequest, HttpServletResponse) - Static method in class com.aoindustries.servlet.http.Includer
Performs the actual include, supporting propagation of SkipPageException and sendError.
Disposable - Interface in com.aoindustries.lang
Any object that should be disposed programatically.
dispose() - Method in interface com.aoindustries.lang.Disposable
Disposes of this object instance.
DisposedException - Exception in com.aoindustries.lang
A method has been invoked on a disposed object.
DisposedException() - Constructor for exception com.aoindustries.lang.DisposedException
 
DisposedException(String) - Constructor for exception com.aoindustries.lang.DisposedException
 
DisposedException(Throwable) - Constructor for exception com.aoindustries.lang.DisposedException
 
DisposedException(String, Throwable) - Constructor for exception com.aoindustries.lang.DisposedException
 
distributeValue(BigDecimal, BigFraction.DistributionMethod, BigFraction...) - Static method in class com.aoindustries.math.BigFraction
Evenly distributes the total value of BigDecimal by fractional amounts.
divide(BigFraction) - Method in class com.aoindustries.math.BigFraction
Divides two fractions, returning the value in lowest terms.
divide(long, long) - Static method in class com.aoindustries.math.UnsignedLong
Divides two unsigned long values.
doCustomLogging(Formatter, LogRecord, String) - Method in class com.aoindustries.util.logging.QueuedHandler
This is called in a background Thread.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.aoindustries.util.i18n.servlet.EditableResourceServletFilter
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.aoindustries.servlet.http.LastModifiedServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.aoindustries.util.i18n.servlet.SetResourceBundleValue
 
DontCloseInputStream - Class in com.aoindustries.io
Wraps an InputStream to protect it from close calls.
DontCloseInputStream(InputStream) - Constructor for class com.aoindustries.io.DontCloseInputStream
 
DontCloseOutputStream - Class in com.aoindustries.io
Wraps an OutputStream to protect it from close calls.
DontCloseOutputStream(OutputStream) - Constructor for class com.aoindustries.io.DontCloseOutputStream
 
doOptions(HttpServletResponse, Class<S>, Class<? extends S>, String, String, String, String, Class<?>[]) - Static method in class com.aoindustries.servlet.http.ServletUtil
A reusable doOptions implementation for servlets.
DoubleSerializer - Class in com.aoindustries.util.persistent
Serializes Double objects.
DoubleSerializer() - Constructor for class com.aoindustries.util.persistent.DoubleSerializer
 
doubleValue() - Method in class com.aoindustries.math.BigFraction
 
doubleValue() - Method in class com.aoindustries.math.LongLong
 
Duration - Class in com.aoindustries.time
Wraps a duration as the number of seconds as well as positive nanoseconds into an immutable value type.
Duration(long, int) - Constructor for class com.aoindustries.time.Duration
 
DUTCH - Static variable in class com.aoindustries.util.i18n.Locales
Some locale constants not provided directly by Java, along with those provided by Java.
DynamicPersistentBlockBuffer - Class in com.aoindustries.util.persistent
Treats a PersistentBuffer as a set of allocatable blocks.
DynamicPersistentBlockBuffer(PersistentBuffer) - Constructor for class com.aoindustries.util.persistent.DynamicPersistentBlockBuffer
Creates a buffer.

E

eastComponents - Variable in class com.aoindustries.awt.MultiBorderLayout
 
Edge<V> - Class in com.aoindustries.util.graph
An edge (or arc) between two vertices.
Edge(V, V) - Constructor for class com.aoindustries.util.graph.Edge
 
EditableResourceBundle - Class in com.aoindustries.util.i18n
Wraps the resources with XHTML and scripts to allow the modification of the resource bundle contents directly through the web interface.
EditableResourceBundle(Locale, EditableResourceBundleSet, File...) - Constructor for class com.aoindustries.util.i18n.EditableResourceBundle
 
EditableResourceBundleSet - Class in com.aoindustries.util.i18n
Groups resource bundles into a set.
EditableResourceBundleSet(String, Collection<Locale>) - Constructor for class com.aoindustries.util.i18n.EditableResourceBundleSet
 
EditableResourceBundleSet(String, Locale...) - Constructor for class com.aoindustries.util.i18n.EditableResourceBundleSet
 
EditableResourceServletFilter - Class in com.aoindustries.util.i18n.servlet
Allows any user with the role of translator to edit the translation of the site.
EditableResourceServletFilter() - Constructor for class com.aoindustries.util.i18n.servlet.EditableResourceServletFilter
 
element() - Method in class com.aoindustries.util.persistent.PersistentLinkedList
Retrieves, but does not remove, the head (first element) of this list.
elementData - Variable in class com.aoindustries.util.IntArrayList
The array buffer into which the elements of the ArrayList are stored.
elementData - Variable in class com.aoindustries.util.LongArrayList
The array buffer into which the elements of the ArrayList are stored.
empty() - Method in class com.aoindustries.util.Stack
Deprecated.
This exists only for source compatibility with java.util.Stack, please use isEmpty instead.
EMPTY_BYTE_ARRAY - Static variable in class com.aoindustries.util.AoArrays
 
EMPTY_CHAR_ARRAY - Static variable in class com.aoindustries.util.AoArrays
 
EMPTY_CLASS_ARRAY - Static variable in class com.aoindustries.util.AoArrays
 
EMPTY_DISPLAY - Static variable in class com.aoindustries.util.i18n.EditableResourceBundle
Value used for empty strings, to avoid ambiguity.
EMPTY_INT_ARRAY - Static variable in class com.aoindustries.util.AoArrays
 
EMPTY_LONG_ARRAY - Static variable in class com.aoindustries.util.AoArrays
 
EMPTY_OBJECT_ARRAY - Static variable in class com.aoindustries.util.AoArrays
 
EMPTY_SERIALIZABLE_ARRAY - Static variable in class com.aoindustries.util.AoArrays
 
EMPTY_SORTED_SET - Static variable in class com.aoindustries.util.AoCollections
 
EMPTY_STRING_ARRAY - Static variable in class com.aoindustries.util.AoArrays
 
EMPTY_TREE - Static variable in class com.aoindustries.util.tree.Trees
 
emptyIterator() - Static method in class com.aoindustries.util.AoCollections
Gets the empty iterator.
EmptyParameters - Class in com.aoindustries.net
Empty parameters singleton.
emptySortedSet() - Static method in class com.aoindustries.util.AoCollections
Java 1.8: use standard version
emptyTree() - Static method in class com.aoindustries.util.tree.Trees
Returns the empty list (immutable).
encode(byte[]) - Static method in class com.aoindustries.util.Base64Coder
Encodes a byte array into Base64 format.
encode(byte[], int) - Static method in class com.aoindustries.util.Base64Coder
Encodes a byte array into Base64 format.
encode(String) - Static method in class com.aoindustries.ws.WsEncoder
Encodes string for binary transparency over SOAP.
encodeHtml(Object, Appendable) - Static method in class com.aoindustries.util.EncodingUtils
Deprecated.
the effects of makeBr and makeNbsp should be handled by CSS white-space property.
encodeHtml(CharSequence, int, int, Appendable) - Static method in class com.aoindustries.util.EncodingUtils
Deprecated.
the effects of makeBr and makeNbsp should be handled by CSS white-space property.
encodeHtml(Object) - Static method in class com.aoindustries.util.EncodingUtils
Deprecated.
the effects of makeBr and makeNbsp should be handled by CSS white-space property.
encodeHtml(char, Appendable) - Static method in class com.aoindustries.util.EncodingUtils
Deprecated.
the effects of makeBr and makeNbsp should be handled by CSS white-space property.
encodeHtml(Object, boolean, boolean, Appendable) - Static method in class com.aoindustries.util.EncodingUtils
Deprecated.
the effects of makeBr and makeNbsp should be handled by CSS white-space property.
encodeHtml(CharSequence, int, int, boolean, boolean, Appendable) - Static method in class com.aoindustries.util.EncodingUtils
Deprecated.
the effects of makeBr and makeNbsp should be handled by CSS white-space property.
encodeHtml(Object, boolean, boolean) - Static method in class com.aoindustries.util.EncodingUtils
Deprecated.
the effects of makeBr and makeNbsp should be handled by CSS white-space property.
encodeHtml(char, boolean, boolean, Appendable) - Static method in class com.aoindustries.util.EncodingUtils
Deprecated.
the effects of makeBr and makeNbsp should be handled by CSS white-space property.
encodeLastModified(long) - Static method in class com.aoindustries.servlet.http.LastModifiedServlet
Encodes a last modified value.
Encoder - Interface in com.aoindustries.io
Encodes data as it is written to the provided output.
EncoderWriter - Class in com.aoindustries.io
Writer that encodes during write.
EncoderWriter(Encoder, Writer) - Constructor for class com.aoindustries.io.EncoderWriter
 
encodeString(String) - Static method in class com.aoindustries.sql.SQLUtility
 
encodeString(String) - Static method in class com.aoindustries.util.Base64Coder
Encodes a string into Base64 format with UTF-8 encoding.
encodeUrlPath(String, String) - Static method in class com.aoindustries.net.UrlUtils
Encodes the URL up to the first ?, if present.
EncodingUtils - Class in com.aoindustries.util
Deprecated.
Use new encoding package instead.
endsWith(String) - Method in class com.aoindustries.util.i18n.LocaleString
 
ENGLISH - Static variable in class com.aoindustries.util.i18n.Locales
Some locale constants not provided directly by Java, along with those provided by Java.
ensureCapacity(int) - Method in class com.aoindustries.util.IntArrayList
Increases the capacity of this ArrayList instance, if necessary, to ensure that it can hold at least the number of elements specified by the minimum capacity argument.
ensureCapacity(int) - Method in class com.aoindustries.util.LongArrayList
Increases the capacity of this ArrayList instance, if necessary, to ensure that it can hold at least the number of elements specified by the minimum capacity argument.
ensureCapacity(long) - Method in class com.aoindustries.util.persistent.AbstractPersistentBlockBuffer
Ensures the underlying persistent buffer is of adequate capacity.
ensureCapacity(long) - Method in class com.aoindustries.util.persistent.DynamicPersistentBlockBuffer
The capacity should always be enough because the capacity ensured here is constrained to a single block, and blocks are always allocated fully.
ensureCapacity(long) - Method in class com.aoindustries.util.persistent.FixedPersistentBlockBuffer
This class takes a lazy approach on allocating buffer space.
ensureZeros(long, long) - Method in class com.aoindustries.util.persistent.LargeMappedPersistentBuffer
 
ensureZeros(long, long) - Method in class com.aoindustries.util.persistent.MappedPersistentBuffer
 
ensureZeros(long, long) - Method in interface com.aoindustries.util.persistent.PersistentBuffer
Ensures that all values from the position for the provided length are zeros.
ensureZeros(RandomAccessFile, long, long) - Static method in class com.aoindustries.util.persistent.PersistentCollections
Writes the requested number of zeros to the provided RandomAccessFile, but only if they do not already contain zeros.
ensureZeros(ByteBuffer, int, int) - Static method in class com.aoindustries.util.persistent.PersistentCollections
Stores the requested number of zeros to the provided ByteBuffer, but only if they do not already contain zeros.
ensureZeros(long, long) - Method in class com.aoindustries.util.persistent.RandomAccessFileBuffer
 
ensureZeros(long, long) - Method in class com.aoindustries.util.persistent.TwoCopyBarrierBuffer
 
EnterJButton - Class in com.aoindustries.swing
 
EnterJButton() - Constructor for class com.aoindustries.swing.EnterJButton
 
EnterJButton(String) - Constructor for class com.aoindustries.swing.EnterJButton
 
EnterJButton(String, Icon) - Constructor for class com.aoindustries.swing.EnterJButton
 
EnterJButton(Action) - Constructor for class com.aoindustries.swing.EnterJButton
 
EnterJButton(Icon) - Constructor for class com.aoindustries.swing.EnterJButton
 
EnumerationIterator<E> - Class in com.aoindustries.util
Bridges the gap between Enumeration and Iterator in the opposite direction of Collections.enumeration(Collection);
EnumerationIterator(Enumeration<E>) - Constructor for class com.aoindustries.util.EnumerationIterator
 
EnumUtils - Class in com.aoindustries.lang
Utilities that help when working with Enums.
EPOCH - Static variable in class com.aoindustries.time.Instant
 
EQSort - Class in com.aoindustries.util.sort
An enhanced quick sort demonstration algorithm SortAlgorithm.java, Thu Oct 27 10:32:35 1994
equals(Object) - Method in class com.aoindustries.io.BitRate
Two BitRates are equal when they have the same quantity and the same unit.
equals(Object) - Method in class com.aoindustries.io.ByteCount
Two BitRates are equal when they have the same quantity and the same unit.
equals(Object) - Method in class com.aoindustries.io.DirectoryMetaSnapshot
Checks that all meta data is equal in the two directory tree snapshots.
equals(Object) - Method in class com.aoindustries.io.DirectoryMetaSnapshot.FileMetaSnapshot
 
equals(Object, Object) - Static method in class com.aoindustries.lang.ObjectUtils
Compares the equality of two objects, including their null states.
equals(Object) - Method in class com.aoindustries.math.BigFraction
Two fractions are equal when they have both the same numerator, denominator, and displayPercentage.
equals(Object) - Method in class com.aoindustries.math.LongLong
 
equals(Object) - Method in class com.aoindustries.rmi.RMIClientSocketFactorySSL
 
equals(Object) - Method in class com.aoindustries.rmi.RMIClientSocketFactoryTCP
 
equals(Object) - Method in class com.aoindustries.rmi.RMIServerSocketFactorySSL
 
equals(Object) - Method in class com.aoindustries.rmi.RMIServerSocketFactoryTCP
 
equals(Object) - Method in class com.aoindustries.security.HashedKey
 
equals(Object) - Method in class com.aoindustries.security.Identifier
 
equals(Identifier) - Method in class com.aoindustries.security.Identifier
 
equals(Object) - Method in class com.aoindustries.security.SmallIdentifier
 
equals(SmallIdentifier) - Method in class com.aoindustries.security.SmallIdentifier
 
equals(Object) - Method in class com.aoindustries.table.Column
Two column with the same name are equal.
equals(Object) - Method in class com.aoindustries.time.Duration
 
equals(Duration) - Method in class com.aoindustries.time.Duration
 
equals(Object) - Method in class com.aoindustries.time.Instant
 
equals(Instant) - Method in class com.aoindustries.time.Instant
 
equals(byte[], byte[], int, int) - Static method in class com.aoindustries.util.AoArrays
Checks if the subrange of two byte arrays is equal.
equals(byte[], int, byte[], int, int) - Static method in class com.aoindustries.util.AoArrays
Checks if the subrange of two byte arrays is equal.
equals(Collection<?>, Collection<?>) - Static method in class com.aoindustries.util.AoCollections
Two collections are considered equal when they are the same size and have the same elements in the same iteration order.
equals(Object) - Method in class com.aoindustries.util.graph.Edge
Two edges are equal if they have equal from and to.
equals(Object) - Method in class com.aoindustries.util.i18n.LocaleString
 
equals(Object) - Method in class com.aoindustries.util.i18n.Money
Equal when has same currency, value, and scale.
equals(Object) - Method in class com.aoindustries.util.IdentityKey
 
equals(Object) - Method in class com.aoindustries.util.schedule.Recurring.DayOfWeekList
 
equals(Object) - Method in class com.aoindustries.util.schedule.Recurring
Recurring schedules are equal when they have both the same type and schedule.
equals(Object) - Method in class com.aoindustries.util.schedule.Recurring.Every
 
equals(Object) - Method in class com.aoindustries.util.schedule.Recurring.MonthList
 
equals(Object) - Method in class com.aoindustries.util.Tuple2
 
equals(Object) - Method in class com.aoindustries.util.Tuple3
 
equals(Object) - Method in class com.aoindustries.util.UnmodifiableCalendar
 
equals(Object) - Method in class com.aoindustries.version.Version
 
err - Variable in class com.aoindustries.util.ShellInterpreter
 
ErrorDialog - Class in com.aoindustries.swing
 
ErrorDialog(Component, String, Throwable) - Constructor for class com.aoindustries.swing.ErrorDialog
 
ErrorDialog(Component, String, Throwable, Object[]) - Constructor for class com.aoindustries.swing.ErrorDialog
 
ErrorPrinter - Class in com.aoindustries.util
Prints errors with more detail than a standard printStackTrace() call.
ErrorPrinterFormatter - Class in com.aoindustries.util.logging
Uses ErrorPrinter to format log messages.
escapeSQL(String) - Static method in class com.aoindustries.sql.SQLUtility
Deprecated.
use PreparedStatement instead
escapeSQL(String, StringBuilder) - Static method in class com.aoindustries.sql.SQLUtility
Deprecated.
use PreparedStatement instead
escapeSQL(String) - Static method in class com.aoindustries.util.StringUtility
Deprecated.
Please use SQLUtility.escapeSQL(s.replace('*', '%'))
ESTONIAN - Static variable in class com.aoindustries.util.i18n.Locales
Some locale constants not provided directly by Java, along with those provided by Java.
Every(int, int) - Constructor for class com.aoindustries.util.schedule.Recurring.Every
 
EVERYDAY - Static variable in class com.aoindustries.util.schedule.Recurring
 
EX__BASE - Static variable in class com.aoindustries.lang.SysExits
base value for error messages
EX__MAX - Static variable in class com.aoindustries.lang.SysExits
 
EX_CANTCREAT - Static variable in class com.aoindustries.lang.SysExits
can't create (user) output file
EX_CONFIG - Static variable in class com.aoindustries.lang.SysExits
configuration error
EX_DATAERR - Static variable in class com.aoindustries.lang.SysExits
data format error
EX_IOERR - Static variable in class com.aoindustries.lang.SysExits
input/output error
EX_NOHOST - Static variable in class com.aoindustries.lang.SysExits
host name unknown
EX_NOINPUT - Static variable in class com.aoindustries.lang.SysExits
cannot open input
EX_NOPERM - Static variable in class com.aoindustries.lang.SysExits
permission denied
EX_NOUSER - Static variable in class com.aoindustries.lang.SysExits
addressee unknown
EX_OK - Static variable in class com.aoindustries.lang.SysExits
successful termination
EX_OSERR - Static variable in class com.aoindustries.lang.SysExits
system error (e.g., can't fork)
EX_OSFILE - Static variable in class com.aoindustries.lang.SysExits
critical OS file missing
EX_PROTOCOL - Static variable in class com.aoindustries.lang.SysExits
remote error in protocol
EX_SOFTWARE - Static variable in class com.aoindustries.lang.SysExits
internal software error
EX_TEMPFAIL - Static variable in class com.aoindustries.lang.SysExits
temp failure; user is invited to retry
EX_UNAVAILABLE - Static variable in class com.aoindustries.lang.SysExits
service unavailable
EX_USAGE - Static variable in class com.aoindustries.lang.SysExits
command line usage error
exec(String[]) - Static method in class com.aoindustries.lang.ProcessResult
Executes the provided command and gets the result in the system default character set.
exec(String[], Charset) - Static method in class com.aoindustries.lang.ProcessResult
Executes the provided command and gets the result in the provided character set.
expandCapacity(long, long) - Method in class com.aoindustries.util.persistent.FixedPersistentBlockBuffer
 

F

FastExternalizable - Interface in com.aoindustries.io
A FastExternalizable object does not have any loops in its object graph, or is able to restore the loops itself upon deserialization.
FastObjectInput - Class in com.aoindustries.io
Utilities to read FastExternalizable, Externalizable, and Serializable objects.
FastObjectOutput - Class in com.aoindustries.io
Utilities to write FastExternalizable, Externalizable, and Serializable objects.
FastQSort - Class in com.aoindustries.util.sort
A quick sort demonstration algorithm SortAlgorithm.java
FifoFile - Class in com.aoindustries.io
A FifoFile allows code to read and write to an on-disk managed FIFO.
FifoFile(String, long) - Constructor for class com.aoindustries.io.FifoFile
 
FifoFile(File, long) - Constructor for class com.aoindustries.io.FifoFile
 
FifoFileInputStream - Class in com.aoindustries.io
 
FifoFileOutputStream - Class in com.aoindustries.io
 
FileExistsRule - Class in com.aoindustries.io
Conditionally uses one of two rules based on the existence of a file on the current server.
FileExistsRule(String[], FilesystemIteratorRule, FilesystemIteratorRule) - Constructor for class com.aoindustries.io.FileExistsRule
 
FileList<T extends FileListObject> - Class in com.aoindustries.io
A FileList is a List that stores its objects in a fixed-record-size file.
FileList(String, String, int, FileListObjectFactory<T>) - Constructor for class com.aoindustries.io.FileList
 
FileListObject - Interface in com.aoindustries.io
A FileListObject is able to be placed into a FileList.
FileListObjectFactory<T extends FileListObject> - Interface in com.aoindustries.io
A FileListObject is able to be placed into a FileList.
FilesystemIterator - Class in com.aoindustries.io
Iterates through all of the files in a file system.
FilesystemIterator(Map<String, FilesystemIteratorRule>, Map<String, FilesystemIteratorRule>) - Constructor for class com.aoindustries.io.FilesystemIterator
Constructs an iterator without any filename conversions and starting at all roots.
FilesystemIterator(Map<String, FilesystemIteratorRule>, Map<String, FilesystemIteratorRule>, boolean, boolean) - Constructor for class com.aoindustries.io.FilesystemIterator
Constructs an iterator without any filename conversions and starting at all roots.
FilesystemIterator(Map<String, FilesystemIteratorRule>, Map<String, FilesystemIteratorRule>, String) - Constructor for class com.aoindustries.io.FilesystemIterator
Constructs a file system iterator with the provided rules and conversion.
FilesystemIterator(Map<String, FilesystemIteratorRule>, Map<String, FilesystemIteratorRule>, String, boolean, boolean) - Constructor for class com.aoindustries.io.FilesystemIterator
Constructs a file system iterator with the provided rules and conversion.
FilesystemIteratorRule - Interface in com.aoindustries.io
Controls the behavior of a FilesystemIterator.
FileUtils - Class in com.aoindustries.io
File utilities.
fillFrom(DataInput) - Method in class com.aoindustries.io.AoByteArrayInputStream
 
fillFrom(DataInput, int) - Method in class com.aoindustries.io.AoByteArrayInputStream
 
fillFrom(PersistentBuffer, long, int) - Method in class com.aoindustries.io.AoByteArrayInputStream
 
filter(List<E>, Class<R>) - Static method in class com.aoindustries.util.AoCollections
Filters a list for all elements of a given class.
Final() - Method in class com.aoindustries.md5.MD5
Returns array of bytes (16 bytes) representing hash as of the current state of this object.
finalize() - Method in class com.aoindustries.io.FileList
 
finalize() - Method in class com.aoindustries.io.LogFollower
 
finalize() - Method in class com.aoindustries.io.TempFile
 
finalize() - Method in class com.aoindustries.util.persistent.LargeMappedPersistentBuffer
 
finalize() - Method in class com.aoindustries.util.persistent.MappedPersistentBuffer
 
finalize() - Method in class com.aoindustries.util.persistent.PersistentLinkedList
 
finalize() - Method in class com.aoindustries.util.persistent.RandomAccessFileBuffer
 
finalize() - Method in class com.aoindustries.util.persistent.TwoCopyBarrierBuffer
 
findAncestor(JspTag, Class<? extends T>) - Static method in class com.aoindustries.servlet.jsp.tagext.JspTagUtils
Finds the first parent tag of the provided class (or subclass) or implementing the provided interface.
findImage(BufferedImage, BufferedImage, double) - Static method in class com.aoindustries.awt.image.Images
Finds one image within another.
findImage(int[], int, int, int[], int, int, double) - Static method in class com.aoindustries.awt.image.Images
Finds one image within another.
FindReplaceProxy - Class in com.aoindustries.io
Listens on a socket, connects to another socket, while finding and replacing values in the communication.
FindReplaceWriter - Class in com.aoindustries.io
Replaces strings while writing.
FindReplaceWriter(Writer, String, String) - Constructor for class com.aoindustries.io.FindReplaceWriter
 
FindReplaceWriter(Writer, char[], char[]) - Constructor for class com.aoindustries.io.FindReplaceWriter
 
finish() - Method in class com.aoindustries.io.PaddingOutputStream
Pads and flushes without closing the underlying stream.
finished() - Method in class com.aoindustries.util.logging.ProcessTimer
 
FINNISH - Static variable in class com.aoindustries.util.i18n.Locales
Some locale constants not provided directly by Java, along with those provided by Java.
first() - Method in class com.aoindustries.util.ArraySortedSet
 
firstLineOnly(String, int) - Static method in class com.aoindustries.util.StringUtility
Returns the first line only, and only up to the maximum number of characters.
FixedPersistentBlockBuffer - Class in com.aoindustries.util.persistent
Treats a PersistentBuffer as a set of allocatable blocks.
FixedPersistentBlockBuffer(PersistentBuffer, long) - Constructor for class com.aoindustries.util.persistent.FixedPersistentBlockBuffer
Creates a persistent buffer with the provided block size.
FixedRecordFile - Class in com.aoindustries.io
A way to more easily manipulate files with fixed-record-size rows.
FixedRecordFile(String, String, int) - Constructor for class com.aoindustries.io.FixedRecordFile
 
FixedRecordFile(File, String, int) - Constructor for class com.aoindustries.io.FixedRecordFile
 
FloatSerializer - Class in com.aoindustries.util.persistent
Serializes Float objects.
FloatSerializer() - Constructor for class com.aoindustries.util.persistent.FloatSerializer
 
floatValue() - Method in class com.aoindustries.math.BigFraction
 
floatValue() - Method in class com.aoindustries.math.LongLong
 
flush() - Method in class com.aoindustries.io.BitRateOutputStream
 
flush() - Method in class com.aoindustries.io.FastObjectOutput
 
flush() - Method in class com.aoindustries.io.FifoFileOutputStream
Flushes all updates to this file to the underlying storage device.
flush() - Method in class com.aoindustries.io.FindReplaceWriter
 
flush() - Method in class com.aoindustries.io.MultiFileOutputStream
 
flush() - Method in class com.aoindustries.io.NullOutputStream
 
flush() - Method in class com.aoindustries.io.NullPrintWriter
 
flush() - Method in class com.aoindustries.io.NullWriter
 
flush() - Method in class com.aoindustries.io.PrintStreamOutputStream
 
flush() - Method in class com.aoindustries.io.StringBuilderWriter
Does nothing on flush.
flush() - Method in class com.aoindustries.io.WriterFacade
 
flush() - Method in class com.aoindustries.io.WriterOutputStream
 
flush() - Method in class com.aoindustries.servlet.NullServletOutputStream
 
flush() - Method in class com.aoindustries.util.logging.QueuedHandler
 
format(String, Object...) - Method in class com.aoindustries.io.NullPrintWriter
 
format(Locale, String, Object...) - Method in class com.aoindustries.io.NullPrintWriter
 
format(LogRecord, Appendable) - Method in class com.aoindustries.util.logging.ErrorPrinterFormatter
 
format(LogRecord) - Method in class com.aoindustries.util.logging.ErrorPrinterFormatter
 
formatDate(Calendar) - Static method in class com.aoindustries.util.CalendarUtils
Formats a date in YYYY-MM-DD format.
formatDate(Calendar, Appendable) - Static method in class com.aoindustries.util.CalendarUtils
Formats a date in YYYY-MM-DD format.
forward(ServletContext, String, HttpServletRequest, HttpServletResponse, Map<String, ?>) - Static method in class com.aoindustries.servlet.http.Dispatcher
Performs a forward, allowing page-relative paths and setting all values compatible with <ao:forward> tag.
forward(ServletContext, String, HttpServletRequest, HttpServletResponse) - Static method in class com.aoindustries.servlet.http.Dispatcher
 
FRANCE - Static variable in class com.aoindustries.util.i18n.Locales
Some locale constants not provided directly by Java, along with those provided by Java.
FRENCH - Static variable in class com.aoindustries.util.i18n.Locales
Some locale constants not provided directly by Java, along with those provided by Java.
from - Variable in class com.aoindustries.util.graph.Edge
 

G

generateKey() - Static method in class com.aoindustries.security.HashedKey
Generates a random plaintext key of HASH_BYTES bytes in length.
generateSalt() - Static method in class com.aoindustries.security.HashedPassword
Generates a random salt of SALT_BYTES bytes in length.
GERMAN - Static variable in class com.aoindustries.util.i18n.Locales
Some locale constants not provided directly by Java, along with those provided by Java.
GERMANY - Static variable in class com.aoindustries.util.i18n.Locales
Some locale constants not provided directly by Java, along with those provided by Java.
get(K, BackgroundCache.Refresher<? super K, ? extends V, ? extends E>) - Method in class com.aoindustries.cache.BackgroundCache
Gets the value if currently in the cache.
get(K) - Method in class com.aoindustries.cache.BackgroundCache
Gets a cached result for the given key, null if not cached.
get(int) - Method in class com.aoindustries.io.FileList
 
get() - Static method in class com.aoindustries.util.i18n.ThreadLocale
Gets the current thread's locale or the system default if not yet set.
get(int) - Method in class com.aoindustries.util.IntArrayList
Returns the element at the specified position in this list.
get(int) - Method in class com.aoindustries.util.LongArrayList
Returns the element at the specified position in this list.
get(List<E>, int) - Static method in class com.aoindustries.util.MinimalList
Gets an element from a list.
get(Map<K, V>, K) - Static method in class com.aoindustries.util.MinimalMap
Gets an element from a map.
get(long, long, byte[], int, int) - Method in class com.aoindustries.util.persistent.AbstractPersistentBlockBuffer
 
get(long, byte[], int, int) - Method in class com.aoindustries.util.persistent.AbstractPersistentBuffer
Implemented as calls to getSome(long,byte[],int,int)
get(long) - Method in class com.aoindustries.util.persistent.AbstractPersistentBuffer
Implemented as call to get(long,byte[],int,int).
get(long, byte[], int, int) - Method in class com.aoindustries.util.persistent.LargeMappedPersistentBuffer
 
get(long) - Method in class com.aoindustries.util.persistent.LargeMappedPersistentBuffer
Gets a single byte from the buffer.
get(long, byte[], int, int) - Method in class com.aoindustries.util.persistent.MappedPersistentBuffer
 
get(long) - Method in class com.aoindustries.util.persistent.MappedPersistentBuffer
Gets a single byte from the buffer.
get(long, long, byte[], int, int) - Method in interface com.aoindustries.util.persistent.PersistentBlockBuffer
Gets bytes from this block.
get(long, byte[], int, int) - Method in interface com.aoindustries.util.persistent.PersistentBuffer
Reads to the provided byte[], starting at the provided position and for the designated number of bytes.
get(long) - Method in interface com.aoindustries.util.persistent.PersistentBuffer
Reads a byte at the provided position.
get(int) - Method in class com.aoindustries.util.persistent.PersistentLinkedList
Returns the element at the specified position in this list.
get(long) - Method in class com.aoindustries.util.persistent.RandomAccessFileBuffer
Gets a single byte from the buffer.
get(long) - Method in class com.aoindustries.util.persistent.TwoCopyBarrierBuffer
 
get(int) - Method in class com.aoindustries.util.UnmodifiableCalendar
 
getAbsolutePath(String, String) - Static method in class com.aoindustries.servlet.http.ServletUtil
Converts a possibly-relative path to a context-relative absolute path.
getAbsolutePath(HttpServletRequest, String) - Static method in class com.aoindustries.servlet.http.ServletUtil
 
getAbsoluteURL(HttpServletRequest, String) - Static method in class com.aoindustries.servlet.http.ServletUtil
 
getAbsoluteURL(HttpServletRequest, String, Appendable) - Static method in class com.aoindustries.servlet.http.ServletUtil
Gets an absolute URL for the given context-relative path.
getAbsoluteURL(HttpServletRequest, String, Encoder, Appendable) - Static method in class com.aoindustries.servlet.http.ServletUtil
Gets an absolute URL for the given context-relative path.
getActualMaximum(int) - Method in class com.aoindustries.util.UnmodifiableCalendar
 
getActualMinimum(int) - Method in class com.aoindustries.util.UnmodifiableCalendar
 
getAlgorithmSwitchCount() - Method in class com.aoindustries.util.sort.SortStatistics
 
getAllDeclaredMethods(Class<?>, Class<?>) - Static method in class com.aoindustries.servlet.http.ServletUtil
 
getApproximateBitRate(long) - Static method in class com.aoindustries.util.StringUtility
Gets the approximate bit rate (where k=1000) in this format: x xx xxx x.x k xx.x k xxx k x.x M xx.x M xxx M x.x G xx.x G xxx G x.x T xx.x T xxx T xxx...
getApproximateSize(long) - Static method in class com.aoindustries.util.StringUtility
Gets the approximate size (where k=1024) of a file in this format: x byte(s) xx bytes xxx bytes x.x k xx.x k xxx k x.x M xx.x M xxx M x.x G xx.x G xxx G x.x T xx.x T xxx T xxx...
getArgument() - Method in exception com.aoindustries.lang.NullArgumentException
Gets the name of the argument that was null.
getArguments(String[]) - Static method in class com.aoindustries.util.GetOpt
Gets all of the non-parameter arguments.
getAutoCommit() - Method in class com.aoindustries.sql.PostgresqlConnectionWrapper
 
getAvailableProcessors() - Static method in class com.aoindustries.lang.RuntimeUtils
Faster way to get the number of processors in the system.
getBaseName() - Method in class com.aoindustries.util.i18n.ApplicationResourcesAccessor
Gets the baseName being accessed by this accessor.
getBaseName() - Method in class com.aoindustries.util.i18n.EditableResourceBundleSet
 
getBigDecimal(int) - Method in class com.aoindustries.math.BigFraction
Gets this fraction as a BigDecimal using RoundingMode.UNNECESSARY
getBigDecimal(int, RoundingMode) - Method in class com.aoindustries.math.BigFraction
Gets this fraction as a BigDecimal using the provided rounding mode.
getBigInteger() - Method in class com.aoindustries.math.BigFraction
Gets this fraction as a BigInteger using RoundingMode.UNNECESSARY
getBigInteger(RoundingMode) - Method in class com.aoindustries.math.BigFraction
Gets this fraction as a BigInteger using the provided rounding mode.
getBitRate() - Method in class com.aoindustries.io.BitRate
 
getBitRate() - Method in interface com.aoindustries.io.BitRateProvider
Gets the bit rate in bits per second, null indicates unlimited bandwidth.
getBitRate() - Method in class com.aoindustries.net.BandwidthLimitingTunnelHandlerThread
 
getBlockAddress(long) - Method in class com.aoindustries.util.persistent.AbstractPersistentBlockBuffer
Gets the address of the block in the underlying persistent buffer.
getBlockAddress(long) - Method in class com.aoindustries.util.persistent.DynamicPersistentBlockBuffer
 
getBlockAddress(long) - Method in class com.aoindustries.util.persistent.FixedPersistentBlockBuffer
Gets the address that stores the beginning of the block with the provided id.
getBlockSize() - Method in interface com.aoindustries.io.BitRateProvider
Gets the block size in bytes.
getBlockSize() - Method in class com.aoindustries.io.FifoFile
 
getBlockSize() - Method in class com.aoindustries.net.BandwidthLimitingTunnelHandlerThread
 
getBlockSize(long) - Method in class com.aoindustries.util.persistent.DynamicPersistentBlockBuffer
Gets the maximum amount of data that may be stored in the entry.
getBlockSize(long) - Method in class com.aoindustries.util.persistent.FixedPersistentBlockBuffer
 
getBlockSize(long) - Method in interface com.aoindustries.util.persistent.PersistentBlockBuffer
Gets the block size for the provided id.
getBoolean(long) - Method in class com.aoindustries.util.persistent.AbstractPersistentBuffer
Implemented as call to readByte(long)
getBoolean(long) - Method in class com.aoindustries.util.persistent.LargeMappedPersistentBuffer
 
getBoolean(long) - Method in class com.aoindustries.util.persistent.MappedPersistentBuffer
 
getBoolean(long) - Method in interface com.aoindustries.util.persistent.PersistentBuffer
Reads a boolean at the provided position, zero is considered false and any non-zero value is true.
getBuffer() - Method in class com.aoindustries.io.StringBuilderWriter
Gets the StringBuilder used as the buffer.
getBuild() - Method in class com.aoindustries.version.PropertiesVersions
Gets the build number that is applied to all products.
getBuild() - Method in class com.aoindustries.version.Version
Gets the build number.
getByCalendarDayOfWeek(int) - Static method in enum com.aoindustries.util.schedule.DayOfWeek
Gets the day of the week from the Calendar value.
getByCalendarMonth(int) - Static method in enum com.aoindustries.util.schedule.Month
Gets the month from the Calendar value.
getByteBufferCreates() - Static method in class com.aoindustries.util.BufferManager
 
getByteBufferUses() - Static method in class com.aoindustries.util.BufferManager
 
getByteCount() - Method in class com.aoindustries.io.ByteCount
 
getBytes() - Static method in class com.aoindustries.util.BufferManager
Gets a byte[] of length BUFFER_SIZE that may be temporarily used for any purpose.
getCache(ServletContext) - Static method in class com.aoindustries.servlet.ServletContextCache
Gets or creates the cache for the provided servlet context.
getCachedLocale(String, String, String) - Static method in class com.aoindustries.util.i18n.Locales
Gets a cached locale instance.
getCalendarDayOfWeek() - Method in enum com.aoindustries.util.schedule.DayOfWeek
Gets the day of week value used by the Calendar class.
getCalendarMonth() - Method in enum com.aoindustries.util.schedule.Month
Gets the month value used by the Calendar class.
getCatalog() - Method in class com.aoindustries.sql.PostgresqlConnectionWrapper
 
getCauses() - Method in exception com.aoindustries.util.WrappedExceptions
Gets the unmodifiable list of causes.
getCharBufferCreates() - Static method in class com.aoindustries.util.BufferManager
 
getCharBufferUses() - Static method in class com.aoindustries.util.BufferManager
 
getChars() - Static method in class com.aoindustries.util.BufferManager
Gets a char[] of length BUFFER_SIZE that may be temporarily used for any purpose.
getChildren() - Method in interface com.aoindustries.util.tree.Node
Gets the list of direct children of this node.
getChildren() - Method in class com.aoindustries.util.tree.NodeCopy
 
getClientInfo(String) - Method in class com.aoindustries.sql.PostgresqlConnectionWrapper
 
getClientInfo() - Method in class com.aoindustries.sql.PostgresqlConnectionWrapper
 
getCoefficient() - Method in enum com.aoindustries.io.BitRate.Unit
 
getCoefficient() - Method in enum com.aoindustries.io.ByteCount.Unit
 
getColor(String) - Static method in class com.aoindustries.awt.RGBColor
Gets color integers provided color names.
getColumn(int) - Method in interface com.aoindustries.table.Row
Gets the data contained within one column index in this row.
getConcurrency() - Method in class com.aoindustries.io.AOPool
Gets the number of connections that are currently busy.
getConnected() - Method in exception com.aoindustries.util.graph.AsymmetricException
Gets the connected vertex that doesn't back connect.
getConnection() - Method in class com.aoindustries.io.AOPool
Gets a connection, warning of a connection is already used by this thread.
getConnection(int) - Method in class com.aoindustries.io.AOPool
Gets either an available connection or creates a new connection.
getConnection() - Method in class com.aoindustries.sql.AOConnectionPool
Gets a read/write connection to the database with a transaction level of Connection.TRANSACTION_READ_COMMITTED and a maximum connections of 1.
getConnection(boolean) - Method in class com.aoindustries.sql.AOConnectionPool
Gets a connection to the database with a transaction level of Connection.TRANSACTION_READ_COMMITTED and a maximum connections of 1.
getConnection(int, boolean) - Method in class com.aoindustries.sql.AOConnectionPool
Gets a connection to the database with a maximum connections of 1.
getConnection(int, boolean, int) - Method in class com.aoindustries.sql.AOConnectionPool
 
getConnectionCount() - Method in class com.aoindustries.io.AOPool
Gets the number of connections currently connected.
getConnectionObject() - Method in class com.aoindustries.io.AOPool
Creates a new connection.
getConnectionObject() - Method in class com.aoindustries.sql.AOConnectionPool
 
getConnects() - Method in class com.aoindustries.io.AOPool
Gets the total number of connects for the entire pool.
getContextRequestUri(HttpServletRequest) - Static method in class com.aoindustries.servlet.http.ServletUtil
Gets the current request URI in context-relative form.
getCookie(HttpServletRequest, String) - Static method in class com.aoindustries.servlet.http.Cookies
Gets a cookie value given its name or null if not found.
getCount() - Method in class com.aoindustries.io.ByteCountInputStream
 
getCount() - Method in class com.aoindustries.io.ByteCountOutputStream
 
getCount() - Method in class com.aoindustries.util.schedule.DayDuration
 
getCurrency() - Method in class com.aoindustries.util.i18n.Money
 
getCurrentPagePath(HttpServletRequest) - Static method in class com.aoindustries.servlet.http.Dispatcher
Gets the current page path, including any effects from include/forward.
getDate(long) - Static method in class com.aoindustries.sql.SQLUtility
 
getDate(String) - Static method in class com.aoindustries.sql.SQLUtility
 
getDateMMDDYYYY(String) - Static method in class com.aoindustries.util.StringUtility
Converts a date in a the format MMDDYYYY to a Date.
getDateString(long) - Static method in class com.aoindustries.util.StringUtility
Deprecated.
Please use SQLUtility.getDate(long)
getDateString(Date) - Static method in class com.aoindustries.util.StringUtility
Deprecated.
Please use SQLUtility.getDate(date.getTime())
getDateStringMMDDYYYY(Date) - Static method in class com.aoindustries.util.StringUtility
Deprecated.
Please use SQLUtility.getDate(date.getTime())
getDateStringSecond(long) - Static method in class com.aoindustries.util.StringUtility
Deprecated.
Please use SQLUtility.getDateTime(long)
getDateStringSecond(String) - Static method in class com.aoindustries.util.StringUtility
Deprecated.
Please use SQLUtility.getDateTime(long)
getDateTime(String) - Static method in class com.aoindustries.sql.SQLUtility
Gets the date and time from the YYYY-MM-DD HH:MM:SS format.
getDateTime(long) - Static method in class com.aoindustries.sql.SQLUtility
Gets the database format for a date/time field.
getDaysFromMillis(long) - Static method in class com.aoindustries.sql.SQLUtility
Gets the number of days from epoch
getDecimal(int) - Static method in class com.aoindustries.sql.SQLUtility
Converts a number of pennies into decimal representation.
getDecimal(long) - Static method in class com.aoindustries.sql.SQLUtility
Converts a number of pennies into decimal representation.
getDecimalTimeLengthString(long) - Static method in class com.aoindustries.util.StringUtility
 
getDecimalTimeLengthString(long, boolean) - Static method in class com.aoindustries.util.StringUtility
 
getDenominator() - Method in class com.aoindustries.math.BigFraction
 
getDirection() - Method in class com.aoindustries.net.BandwidthLimitingTunnelHandlerDownstreamThread
 
getDirection() - Method in class com.aoindustries.net.BandwidthLimitingTunnelHandlerThread
 
getDirection() - Method in class com.aoindustries.net.BandwidthLimitingTunnelHandlerUpstreamThread
 
getDispatchedPage(ServletRequest) - Static method in class com.aoindustries.servlet.http.Dispatcher
Gets the current-thread dispatched page or null if not set.
getDisplayName(int, int, Locale) - Method in class com.aoindustries.util.UnmodifiableCalendar
 
getDisplayNames(int, int, Locale) - Method in class com.aoindustries.util.UnmodifiableCalendar
 
getEdgesFrom(V) - Method in interface com.aoindustries.util.graph.Graph
Gets the edges from the provided vertex.
getEdgesFrom(V) - Method in interface com.aoindustries.util.graph.MultiGraph
Gets the edges from the provided vertex.
getEdgesFrom(V) - Method in class com.aoindustries.util.graph.TrivialGraph
 
getEdgesTo(V) - Method in interface com.aoindustries.util.graph.SymmetricGraph
Gets the edges to the provided vertex.
getEdgesTo(V) - Method in interface com.aoindustries.util.graph.SymmetricMultiGraph
Gets the edges to the provided vertex.
getEdgesTo(V) - Method in class com.aoindustries.util.graph.TrivialGraph
 
getEffectiveRule(String) - Method in class com.aoindustries.io.FileExistsRule
 
getElement1() - Method in class com.aoindustries.util.Tuple2
 
getElement1() - Method in class com.aoindustries.util.Tuple3
 
getElement2() - Method in class com.aoindustries.util.Tuple2
 
getElement2() - Method in class com.aoindustries.util.Tuple3
 
getElement3() - Method in class com.aoindustries.util.Tuple3
 
getEncoder() - Method in class com.aoindustries.io.EncoderWriter
 
getEpochSecond() - Method in class com.aoindustries.time.Instant
 
getException() - Method in class com.aoindustries.cache.BackgroundCache.Result
Gets the exception that occurred during refresh.
getExitVal() - Method in class com.aoindustries.lang.ProcessResult
 
getExtension(String) - Static method in class com.aoindustries.io.FileUtils
Gets the extension from the path, not including any period.
getExtraInfo() - Method in exception com.aoindustries.util.WrappedException
 
getFile(URL, String, boolean) - Static method in class com.aoindustries.io.FileUtils
Gets a File for a URL, retrieving the contents into a temporary file if needed.
getFile() - Method in class com.aoindustries.io.TempFile
Gets the temp file.
getFileLength() - Method in class com.aoindustries.io.FifoFile
 
getFilenameExtension() - Method in class com.aoindustries.io.FileList
 
getFilenameIterator() - Method in class com.aoindustries.io.FilesystemIterator
Gets an iterator of filenames.
getFilenamePrefix() - Method in class com.aoindustries.io.FileList
 
getFiles() - Method in class com.aoindustries.io.DirectoryMetaSnapshot
 
getFiles() - Method in class com.aoindustries.io.MultiFileOutputStream
 
getFilesystemRoots() - Method in class com.aoindustries.io.FilesystemIterator
Gets the file system roots.
getFirst() - Method in class com.aoindustries.util.persistent.PersistentLinkedList
Returns the first element in this list.
getFirstDayOfWeek() - Method in class com.aoindustries.util.UnmodifiableCalendar
 
getFirstIndex() - Method in class com.aoindustries.io.FifoFile
Gets the data index of the next value that will be read.
getFrom() - Method in class com.aoindustries.util.graph.Edge
The vertex the edge is from.
getGetCount() - Method in class com.aoindustries.util.sort.SortStatistics
 
getGreatestMinimum(int) - Method in class com.aoindustries.util.UnmodifiableCalendar
 
getHex(char) - Static method in class com.aoindustries.util.StringUtility
Converts one hex digit to an integer
getHexChar(int) - Static method in class com.aoindustries.util.StringUtility
Gets the hexadecimal character for the low-order four bits of the provided int.
getHi() - Method in class com.aoindustries.security.Identifier
 
getHigh() - Method in class com.aoindustries.math.LongLong
Gets the high-order long.
getHoldability() - Method in class com.aoindustries.sql.PostgresqlConnectionWrapper
 
getImageFromResources(Class<?>, String) - Static method in class com.aoindustries.awt.image.Images
Loads an image from a resource using the default toolkit.
getImageFromResources(Class<?>, String, Toolkit) - Static method in class com.aoindustries.awt.image.Images
Loads an image from a resource using the provided toolkit.
getImageSize(File) - Static method in class com.aoindustries.awt.image.ImageSizeCache
 
getIndexType() - Method in class com.aoindustries.table.Column
 
getInListComparisons() - Method in class com.aoindustries.util.sort.SortStatistics
 
getInputStream() - Method in class com.aoindustries.io.FifoFile
 
getInputStream(Socket, Socket) - Method in class com.aoindustries.net.BandwidthLimitingTunnelHandlerDownstreamThread
 
getInputStream(Socket, Socket) - Method in class com.aoindustries.net.BandwidthLimitingTunnelHandlerThread
 
getInputStream(Socket, Socket) - Method in class com.aoindustries.net.BandwidthLimitingTunnelHandlerUpstreamThread
 
getInputStream(long, long, long) - Method in class com.aoindustries.util.persistent.AbstractPersistentBlockBuffer
 
getInputStream(long, long) - Method in class com.aoindustries.util.persistent.AbstractPersistentBuffer
Implemented as calls to get(long) and getSome(long,byte[],int,int)
getInputStream(long, long, long) - Method in interface com.aoindustries.util.persistent.PersistentBlockBuffer
Gets an input stream that reads from this buffer.
getInputStream(long, long) - Method in interface com.aoindustries.util.persistent.PersistentBuffer
Gets an input stream that reads from this buffer.
getInstance(Writer) - Static method in class com.aoindustries.io.NativeToUnixWriter
Gets an instance of the Writer that performs the conversion.
getInstance() - Static method in class com.aoindustries.io.NullOutputStream
 
getInstance() - Static method in class com.aoindustries.io.NullPrintWriter
 
getInstance() - Static method in class com.aoindustries.io.NullWriter
 
getInstance(Writer) - Static method in class com.aoindustries.io.WriterFacade
Gets an instance of the WriterFacade that wraps the given Writer.
getInstance() - Static method in class com.aoindustries.net.EmptyParameters
 
getInstance() - Static method in class com.aoindustries.servlet.NullServletOutputStream
 
getInstance() - Static method in class com.aoindustries.util.HashCodeComparator
 
getInstance(String) - Static method in class com.aoindustries.util.i18n.ApplicationResourcesAccessor
 
getInstance() - Static method in class com.aoindustries.util.i18n.CurrencyComparator
 
getInstance() - Static method in class com.aoindustries.util.i18n.LocaleComparator
 
getInstance() - Static method in class com.aoindustries.util.logging.ErrorPrinterFormatter
 
getInstance(int, DayDuration.Unit) - Static method in class com.aoindustries.util.schedule.DayDuration
 
getInstance() - Static method in class com.aoindustries.util.sort.AutoSort
 
getInstance() - Static method in class com.aoindustries.util.sort.EQSort
 
getInstance() - Static method in class com.aoindustries.util.sort.FastQSort
 
getInstance() - Static method in class com.aoindustries.util.sort.HeapSort
 
getInstance() - Static method in class com.aoindustries.util.sort.IntegerRadixSort
Gets the default IntegerRadixSort using the default executor service.
getInstance(ExecutorService) - Static method in class com.aoindustries.util.sort.IntegerRadixSort
Gets a IntegerRadixSort that uses the provided ExecutorService.
getInstance() - Static method in class com.aoindustries.util.sort.IntegerRadixSortExperimental
 
getInstance() - Static method in class com.aoindustries.util.sort.IntValueComparator
 
getInstance() - Static method in class com.aoindustries.util.sort.JavaSort
 
getInstance() - Static method in class com.aoindustries.util.sort.QubbleSort
 
getInstance() - Static method in class com.aoindustries.util.sort.ShellSort
 
getInstance(String) - Static method in class com.aoindustries.util.WildcardPatternMatcher
Gets the matcher for the comma and/or space separated patterns.
getInstance(int, int, int, int) - Static method in class com.aoindustries.version.Version
Gets a version number instance from its component parts.
getInt(int) - Method in class com.aoindustries.util.IntArrayList
Returns the element at the specified position in this list.
getInt(int) - Method in interface com.aoindustries.util.IntList
 
getInt(int) - Method in class com.aoindustries.util.IntsAndLongs
 
getInt(long, long) - Method in class com.aoindustries.util.persistent.AbstractPersistentBlockBuffer
 
getInt(long) - Method in class com.aoindustries.util.persistent.AbstractPersistentBuffer
Implemented as call to get(long,byte[],int,int)
getInt(long) - Method in class com.aoindustries.util.persistent.LargeMappedPersistentBuffer
 
getInt(long) - Method in class com.aoindustries.util.persistent.MappedPersistentBuffer
 
getInt(long, long) - Method in interface com.aoindustries.util.persistent.PersistentBlockBuffer
Gets an integer from this block.
getInt(long) - Method in interface com.aoindustries.util.persistent.PersistentBuffer
Reads an integer at the provided position.
getInternalByteArray() - Method in class com.aoindustries.io.AoByteArrayInputStream
Provides direct access to the internal byte[] to avoid unnecessary copying of the array.
getInternalByteArray() - Method in class com.aoindustries.io.AoByteArrayOutputStream
Provides direct access to the internal byte[] to avoid unnecessary copying of the array.
getInternalCharArray() - Method in class com.aoindustries.io.AoCharArrayWriter
 
getInterval() - Method in class com.aoindustries.sql.Interval
Gets the interval in seconds.
getIntervalMicros() - Method in class com.aoindustries.sql.MicroInterval
Gets the interval in microseconds.
getIntervalMillis() - Method in class com.aoindustries.sql.MilliInterval
Gets the interval in milliseconds.
getIntervalNanos() - Method in class com.aoindustries.sql.NanoInterval
Gets the interval in nanoseconds.
getKeys() - Method in class com.aoindustries.util.i18n.ModifiablePropertiesResourceBundle
 
getLabel() - Method in class com.aoindustries.util.graph.LabeledEdge
The label of the edge.
getLast() - Method in class com.aoindustries.util.persistent.PersistentLinkedList
Returns the last element in this list.
getLastModified() - Method in class com.aoindustries.io.DirectoryMetaSnapshot.FileMetaSnapshot
 
getLastModified(ServletContext, HttpServletRequest, String, String) - Static method in class com.aoindustries.servlet.http.LastModifiedServlet
Gets a last modified time given a context-relative path starting with a slash (/).
getLastModified(ServletContext, HttpServletRequest, String) - Static method in class com.aoindustries.servlet.http.LastModifiedServlet
Automatically determines extension from path.
getLastModified(HttpServletRequest) - Method in class com.aoindustries.servlet.http.LastModifiedServlet
 
getLayoutSize(Container, boolean) - Method in class com.aoindustries.awt.MultiBorderLayout
 
getLeastMaximum(int) - Method in class com.aoindustries.util.UnmodifiableCalendar
 
getLength() - Method in class com.aoindustries.io.AoCharArrayWriter
 
getLength() - Method in class com.aoindustries.io.DirectoryMetaSnapshot.FileMetaSnapshot
 
getLength() - Method in class com.aoindustries.io.FifoFile
Gets the number of bytes currently contained by the FIFO.
getLength() - Method in interface com.aoindustries.io.Writable
Gets the number of characters represented by this Writable.
getLo() - Method in class com.aoindustries.security.Identifier
 
getLocale() - Method in class com.aoindustries.util.i18n.LocaleString
 
getLocales() - Method in class com.aoindustries.util.i18n.EditableResourceBundleSet
Gets the unmodifiable set of all locales supported by this bundle set.
getLocalizedMessage() - Method in exception com.aoindustries.io.LocalizedIOException
 
getLocalizedMessage() - Method in exception com.aoindustries.lang.LocalizedIllegalArgumentException
 
getLocalizedMessage() - Method in exception com.aoindustries.lang.NullArgumentException
 
getLocalizedMessage() - Method in exception com.aoindustries.servlet.jsp.LocalizedJspException
 
getLocalizedMessage() - Method in exception com.aoindustries.servlet.jsp.LocalizedJspTagException
 
getLocalizedMessage() - Method in exception com.aoindustries.servlet.LocalizedServletException
 
getLocalizedMessage() - Method in exception com.aoindustries.sql.LocalizedSQLException
 
getLogger() - Method in class com.aoindustries.io.AOPool
 
getLong(int) - Method in class com.aoindustries.util.IntsAndLongs
 
getLong(int) - Method in class com.aoindustries.util.LongArrayList
Returns the element at the specified position in this list.
getLong(int) - Method in interface com.aoindustries.util.LongList
 
getLong(long, long) - Method in class com.aoindustries.util.persistent.AbstractPersistentBlockBuffer
 
getLong(long) - Method in class com.aoindustries.util.persistent.AbstractPersistentBuffer
Implemented as call to get(long,byte[],int,int)
getLong(long) - Method in class com.aoindustries.util.persistent.LargeMappedPersistentBuffer
 
getLong(long) - Method in class com.aoindustries.util.persistent.MappedPersistentBuffer
 
getLong(long, long) - Method in interface com.aoindustries.util.persistent.PersistentBlockBuffer
Gets a long from this block.
getLong(long) - Method in interface com.aoindustries.util.persistent.PersistentBuffer
Reads a long at the provided position.
getLongName() - Method in enum com.aoindustries.util.schedule.DayOfWeek
 
getLongName() - Method in enum com.aoindustries.util.schedule.Month
 
getLookupMarkup(String) - Method in class com.aoindustries.util.i18n.BundleLookupThreadContext
Gets the lookup markup for the given String or null if not found.
getLow() - Method in class com.aoindustries.math.LongLong
Gets the low-order long.
getLowerName() - Method in enum com.aoindustries.servlet.http.LastModifiedServlet.AddLastModifiedWhen
 
getMajor() - Method in class com.aoindustries.version.Version
Gets the major version number.
getMatchAll() - Static method in class com.aoindustries.util.WildcardPatternMatcher
Gets the match all matcher.
getMatchNone() - Static method in class com.aoindustries.util.WildcardPatternMatcher
Gets the match none matcher.
getMaxConcurrency() - Method in class com.aoindustries.io.AOPool
 
getMaxConnectionAge() - Method in class com.aoindustries.io.AOPool
Gets the maximum age for connections.
getMaximum(int) - Method in class com.aoindustries.util.UnmodifiableCalendar
 
getMaximumFifoLength() - Method in class com.aoindustries.io.FifoFile
 
getMaxRecursion() - Method in class com.aoindustries.util.sort.SortStatistics
 
getMD5Hi(byte[]) - Static method in class com.aoindustries.md5.MD5
 
getMD5Hi(String) - Static method in class com.aoindustries.md5.MD5
 
getMD5Lo(byte[]) - Static method in class com.aoindustries.md5.MD5
 
getMD5Lo(String) - Static method in class com.aoindustries.md5.MD5
 
getMD5String(long, long) - Static method in class com.aoindustries.md5.MD5
 
getMessage(String) - Method in class com.aoindustries.util.i18n.ApplicationResourcesAccessor
Gets the message.
getMessage(Locale, String) - Method in class com.aoindustries.util.i18n.ApplicationResourcesAccessor
Gets the message.
getMessage(String, Object...) - Method in class com.aoindustries.util.i18n.ApplicationResourcesAccessor
Gets the message.
getMessage(Locale, String, Object...) - Method in class com.aoindustries.util.i18n.ApplicationResourcesAccessor
Gets the message.
getMessageFormat(String) - Static method in class com.aoindustries.text.MessageFormatFactory
Gets a message format for the provided format in the current thread locale.
getMessageFormat(String, Locale) - Static method in class com.aoindustries.text.MessageFormatFactory
Gets a message format for the provided format and locale.
getMetaData() - Method in class com.aoindustries.sql.PostgresqlConnectionWrapper
 
getMethod() - Method in class com.aoindustries.util.UnionMethodSet.ReflectionMethod
 
getMilliDecimal(int) - Static method in class com.aoindustries.sql.SQLUtility
Converts a number of millis into decimal representation.
getMilliDecimal(long) - Static method in class com.aoindustries.sql.SQLUtility
Converts a number of millis into decimal representation.
getMillis(String) - Static method in class com.aoindustries.sql.SQLUtility
Gets the number of millis represented by a String containing a decimal(8,3) type.
getMillisFromDays(long) - Static method in class com.aoindustries.sql.SQLUtility
Gets the number of millis from epoch
getMimeType(String) - Static method in class com.aoindustries.email.MimeType
 
getMinimalDaysInFirstWeek() - Method in class com.aoindustries.util.UnmodifiableCalendar
 
getMinimum(int) - Method in class com.aoindustries.util.UnmodifiableCalendar
 
getMinor() - Method in class com.aoindustries.version.Version
Gets the minor version number.
getModifiedTime(String) - Method in class com.aoindustries.util.i18n.ModifiablePropertiesResourceBundle
Provides direct read access to the modified times.
getMonth(int) - Static method in class com.aoindustries.util.StringUtility
Deprecated.
This method is not locale-aware, is no longer used, and will be removed.
getName() - Method in enum com.aoindustries.io.BitRate.Unit
 
getName() - Method in enum com.aoindustries.io.ByteCount.Unit
 
getName() - Method in class com.aoindustries.table.Column
 
getName() - Method in class com.aoindustries.util.ShellInterpreter
 
getNano() - Method in class com.aoindustries.time.Duration
The nanoseconds, to simplify this is always in the positive direction.
getNano() - Method in class com.aoindustries.time.Instant
The nanoseconds, to simplify this is always in the positive direction.
getNetworkTimeout() - Method in class com.aoindustries.sql.PostgresqlConnectionWrapper
 
getNextFile() - Method in class com.aoindustries.io.FilesystemIterator
Gets the next file from the iterator or null if the iterator has completed the iteration of the file system.
getNextFiles(File[], int) - Method in class com.aoindustries.io.FilesystemIterator
Gets the next files, up to batchSize.
getNextSequenceValue() - Method in class com.aoindustries.util.AtomicSequence
 
getNextSequenceValue() - Method in interface com.aoindustries.util.Sequence
Gets the next value from the sequence.
getNextSequenceValue() - Method in class com.aoindustries.util.UnsynchronizedSequence
 
getNumerator() - Method in class com.aoindustries.math.BigFraction
 
getObjectComparisons() - Method in class com.aoindustries.util.sort.SortStatistics
 
getObjectFactory() - Method in class com.aoindustries.io.FileList
 
GetOpt - Class in com.aoindustries.util
General-purpose command line argument processor.
getOpt(String[], String, Class<T>) - Static method in class com.aoindustries.util.GetOpt
Gets an argument of the provided type.
getOptimalIndexColorModel(BufferedImage) - Static method in class com.aoindustries.awt.OptimalIndexColorModel
 
getOriginalPage(ServletRequest) - Static method in class com.aoindustries.servlet.http.Dispatcher
Gets the current request original page or null if not set.
getOriginalPagePath(HttpServletRequest) - Static method in class com.aoindustries.servlet.http.Dispatcher
Gets the original page path corresponding to the original request before any forward/include.
getOut() - Method in class com.aoindustries.io.EncoderWriter
Gets the wrapped writer.
getOutputStream() - Method in class com.aoindustries.io.FifoFile
 
getOutputStream(Socket, Socket) - Method in class com.aoindustries.net.BandwidthLimitingTunnelHandlerDownstreamThread
 
getOutputStream(Socket, Socket) - Method in class com.aoindustries.net.BandwidthLimitingTunnelHandlerThread
 
getOutputStream(Socket, Socket) - Method in class com.aoindustries.net.BandwidthLimitingTunnelHandlerUpstreamThread
 
getOutputStream() - Method in class com.aoindustries.servlet.http.NullHttpServletResponseWrapper
 
getOutputStream(long, long, long) - Method in class com.aoindustries.util.persistent.AbstractPersistentBlockBuffer
 
getOutputStream(long, long) - Method in class com.aoindustries.util.persistent.AbstractPersistentBuffer
Implemented as calls to put(long,byte) and put(long,byte[],int,int).
getOutputStream(long, long, long) - Method in interface com.aoindustries.util.persistent.PersistentBlockBuffer
Gets an output stream that writes to this buffer.
getOutputStream(long, long) - Method in interface com.aoindustries.util.persistent.PersistentBuffer
Gets an output stream that writes to this buffer.
getParameter(String) - Method in class com.aoindustries.net.EmptyParameters
 
getParameter(String) - Method in interface com.aoindustries.net.HttpParameters
Gets the value for the provided parameter name or null if doesn't exist.
getParameter(String) - Method in class com.aoindustries.net.HttpParametersMap
 
getParameter(String) - Method in class com.aoindustries.net.ServletRequestParameters
 
getParameter(String) - Method in class com.aoindustries.net.UnmodifiableHttpParameters
 
getParameterMap() - Method in class com.aoindustries.net.EmptyParameters
 
getParameterMap() - Method in interface com.aoindustries.net.HttpParameters
Gets an unmodifiable map view of all parameters.
getParameterMap() - Method in class com.aoindustries.net.HttpParametersMap
 
getParameterMap() - Method in class com.aoindustries.net.ServletRequestParameters
 
getParameterMap() - Method in class com.aoindustries.net.UnmodifiableHttpParameters
 
getParameterNames() - Method in class com.aoindustries.net.EmptyParameters
 
getParameterNames() - Method in interface com.aoindustries.net.HttpParameters
Gets an unmodifiable interator of the parameter names.
getParameterNames() - Method in class com.aoindustries.net.HttpParametersMap
 
getParameterNames() - Method in class com.aoindustries.net.ServletRequestParameters
 
getParameterNames() - Method in class com.aoindustries.net.UnmodifiableHttpParameters
 
getParameterValues(String) - Method in class com.aoindustries.net.EmptyParameters
 
getParameterValues(String) - Method in interface com.aoindustries.net.HttpParameters
Gets an unmodifiable view of all values for a multi-value parameter or null if has no values.
getParameterValues(String) - Method in class com.aoindustries.net.HttpParametersMap
 
getParameterValues(String) - Method in class com.aoindustries.net.ServletRequestParameters
 
getParameterValues(String) - Method in class com.aoindustries.net.UnmodifiableHttpParameters
 
getPennies(String) - Static method in class com.aoindustries.sql.SQLUtility
Gets the number of pennies represented by a String containing a decimal type.
getPenniesLong(String) - Static method in class com.aoindustries.sql.SQLUtility
Gets the number of pennies represented by a String containing a decimal type.
getPersistentBlockBuffer(Serializer<?>, PersistentBuffer, long) - Static method in class com.aoindustries.util.persistent.PersistentCollections
Gets the most efficient PersistentBlockBuffer for the provided provided Serializer.
getPersistentBuffer(long) - Static method in class com.aoindustries.util.persistent.PersistentCollections
Selects the most efficient temporary PersistentBuffer for the current machine and the provided maximum buffer size.
getPersistentBuffer(RandomAccessFile, ProtectionLevel, long) - Static method in class com.aoindustries.util.persistent.PersistentCollections
Selects the most efficient PersistentBuffer for the current machine and the provided maximum buffer size.
getPID() - Method in class com.aoindustries.util.ShellInterpreter
 
getPollInterval() - Method in class com.aoindustries.io.LogFollower
 
getPoolSize() - Method in class com.aoindustries.io.AOPool
 
getPreferredSize() - Method in class com.aoindustries.swing.ImageCanvas
 
getProcessResult(Process) - Static method in class com.aoindustries.lang.ProcessResult
Gets the result of the provided process in the system default character set.
getProcessResult(Process, Charset) - Static method in class com.aoindustries.lang.ProcessResult
Gets the result of the provided process in the provided character set.
getPrompt() - Method in class com.aoindustries.util.ShellInterpreter
 
getProtectionLevel() - Method in class com.aoindustries.util.persistent.AbstractPersistentBlockBuffer
 
getProtectionLevel() - Method in class com.aoindustries.util.persistent.AbstractPersistentBuffer
 
getProtectionLevel() - Method in interface com.aoindustries.util.persistent.PersistentBlockBuffer
Gets the protection level currently implemented by the buffer.
getProtectionLevel() - Method in interface com.aoindustries.util.persistent.PersistentBuffer
Gets the protection level currently enforced by the buffer.
getQuantity() - Method in class com.aoindustries.io.BitRate
 
getQuantity() - Method in class com.aoindustries.io.ByteCount
 
getReadBytes() - Method in class com.aoindustries.io.FifoFileInputStream
Gets the number of bytes read from this stream.
getReadCount() - Method in class com.aoindustries.io.FifoFileInputStream
Gets the number of reads performed on this stream.
getRealPath(String) - Method in class com.aoindustries.servlet.ServletContextCache
 
getRealPath(ServletContext, String) - Static method in class com.aoindustries.servlet.ServletContextCache
 
getRecommendedSortAlgorithm(List<T>) - Static method in class com.aoindustries.util.sort.AutoSort
 
getRecommendedSortAlgorithm(T[]) - Static method in class com.aoindustries.util.sort.AutoSort
 
getRecordCount() - Method in class com.aoindustries.io.FixedRecordFile
 
getRecordLength() - Method in class com.aoindustries.io.FixedRecordFile
 
getRecurringDisplay() - Method in class com.aoindustries.util.schedule.Recurring.DayOfWeekList
 
getRecurringDisplay() - Method in class com.aoindustries.util.schedule.Recurring.Every
 
getRecurringDisplay() - Method in class com.aoindustries.util.schedule.Recurring
 
getRecurringDisplay() - Method in class com.aoindustries.util.schedule.Recurring.MonthList
 
getRedirectLocation(HttpServletRequest, HttpServletResponse, String, String) - Static method in class com.aoindustries.servlet.http.ServletUtil
Gets the absolute URL that should be used for a redirect.
getRelease() - Method in class com.aoindustries.version.Version
Gets the release number.
getRequestEncoding(ServletRequest) - Static method in class com.aoindustries.servlet.http.ServletUtil
Gets the request encoding or ISO-8859-1 when not available.
getResource(ServletContext, String) - Static method in class com.aoindustries.servlet.http.ServletUtil
Deprecated.
Use regular methods directly
getResource(ServletContext, HttpServletRequest, String) - Static method in class com.aoindustries.servlet.http.ServletUtil
Deprecated.
Use regular methods directly
getResource(String) - Method in class com.aoindustries.servlet.ServletContextCache
Gets the possibly cached URL.
getResource(ServletContext, String) - Static method in class com.aoindustries.servlet.ServletContextCache
 
getResourceBundle(Locale) - Method in class com.aoindustries.util.i18n.ApplicationResourcesAccessor
Gets the bundle for the provided locale.
getResourceBundle(Locale) - Method in class com.aoindustries.util.i18n.EditableResourceBundleSet
Gets the editable bundle for the provided locale.
getRGB(BufferedImage) - Static method in class com.aoindustries.awt.image.Images
Gets the RGB pixels for the given image into a new array.
getRGB(BufferedImage, int[]) - Static method in class com.aoindustries.awt.image.Images
Gets the RGB pixels for the given image into the given array.
getRGBArray(int, int) - Static method in class com.aoindustries.awt.image.Images
Gets an array big enough to hold the pixels for an image of the given size.
getRGBArray(Dimension) - Static method in class com.aoindustries.awt.image.Images
Gets an array big enough to hold the pixels for an image of the given size.
getRGBArray(BufferedImage) - Static method in class com.aoindustries.awt.image.Images
Gets an array big enough to hold the provided image pixels.
getRootNodes() - Method in interface com.aoindustries.util.tree.Tree
Gets the list of root nodes.
getRootNodes() - Method in class com.aoindustries.util.tree.TreeCopy
Gets the list of root nodes.
getRows() - Method in interface com.aoindustries.table.Table
 
getScale() - Method in class com.aoindustries.util.i18n.Money
Gets the scale of this currency.
getScheduleIterator(Calendar) - Method in class com.aoindustries.util.schedule.Recurring.DayOfWeekList
 
getScheduleIterator(Calendar) - Method in class com.aoindustries.util.schedule.Recurring.Every
 
getScheduleIterator(Calendar) - Method in class com.aoindustries.util.schedule.Recurring
Gets an iterator over dates in the YYYY-MM-DD format.
getScheduleIterator(Calendar) - Method in class com.aoindustries.util.schedule.Recurring.MonthList
 
getSchema() - Method in class com.aoindustries.sql.PostgresqlConnectionWrapper
 
getSeconds() - Method in class com.aoindustries.time.Duration
 
getSerializedSize(Boolean) - Method in class com.aoindustries.util.persistent.BooleanSerializer
 
getSerializedSize(E) - Method in class com.aoindustries.util.persistent.BufferedSerializer
 
getSerializedSize(byte[]) - Method in class com.aoindustries.util.persistent.ByteArraySerializer
 
getSerializedSize(Byte) - Method in class com.aoindustries.util.persistent.ByteSerializer
 
getSerializedSize(Character) - Method in class com.aoindustries.util.persistent.CharacterSerializer
 
getSerializedSize(char[]) - Method in class com.aoindustries.util.persistent.CharArraySerializer
 
getSerializedSize(Double) - Method in class com.aoindustries.util.persistent.DoubleSerializer
 
getSerializedSize(Float) - Method in class com.aoindustries.util.persistent.FloatSerializer
 
getSerializedSize(E) - Method in class com.aoindustries.util.persistent.GZIPSerializer
 
getSerializedSize(Integer) - Method in class com.aoindustries.util.persistent.IntegerSerializer
 
getSerializedSize(Long) - Method in class com.aoindustries.util.persistent.LongSerializer
 
getSerializedSize(E) - Method in interface com.aoindustries.util.persistent.Serializer
Determines the size of the object after serialization.
getSerializedSize(Short) - Method in class com.aoindustries.util.persistent.ShortSerializer
 
getSerializer(Class<E>) - Static method in class com.aoindustries.util.persistent.PersistentCollections
Selects the most efficient Serializer for the provided class.
getSerialVersionUID() - Method in interface com.aoindustries.io.FastExternalizable
Gets the serialVersionUID for this object.
getSerialVersionUID() - Method in class com.aoindustries.util.i18n.Money
 
getSet(Object) - Method in interface com.aoindustries.util.UnionMethodSet.Method
Gets the set view of the method result or null if set is not applicable.
getSet(Object) - Method in class com.aoindustries.util.UnionMethodSet.SetMethod
 
getSet(Object) - Method in class com.aoindustries.util.UnionMethodSet.SingletonMethod
 
getSetCount() - Method in class com.aoindustries.util.sort.SortStatistics
 
getShortName() - Method in enum com.aoindustries.util.schedule.DayOfWeek
 
getShortName() - Method in enum com.aoindustries.util.schedule.Month
 
getSince() - Method in enum com.aoindustries.util.i18n.Country
Gets the year this country code was created.
getSingleThreadedInstance() - Static method in class com.aoindustries.util.sort.IntegerRadixSort
Gets a single-threaded instance of IntegerRadixSort, that will not ever sort concurrently.
getSingleton(Object) - Method in interface com.aoindustries.util.UnionMethodSet.Method
Gets the single value that represents the set or null if cannot be represented as a single value.
getSingleton(Object) - Method in class com.aoindustries.util.UnionMethodSet.SetMethod
 
getSingleton(Object) - Method in class com.aoindustries.util.UnionMethodSet.SingletonMethod
 
getSome(long, byte[], int, int) - Method in class com.aoindustries.util.persistent.LargeMappedPersistentBuffer
 
getSome(long, byte[], int, int) - Method in class com.aoindustries.util.persistent.MappedPersistentBuffer
 
getSome(long, byte[], int, int) - Method in interface com.aoindustries.util.persistent.PersistentBuffer
Reads to the provided byte[], may read fewer than len bytes, but will always read at least one byte.
getSome(long, byte[], int, int) - Method in class com.aoindustries.util.persistent.RandomAccessFileBuffer
 
getSome(long, byte[], int, int) - Method in class com.aoindustries.util.persistent.TwoCopyBarrierBuffer
 
getSqlString() - Method in exception com.aoindustries.sql.WrappedSQLException
 
getStackTraces(Throwable) - Static method in class com.aoindustries.util.ErrorPrinter
Gets the entire exception report as a String.
getStackTraces(Throwable, Object[]) - Static method in class com.aoindustries.util.ErrorPrinter
Gets the entire exception report as a String.
getStartPath() - Method in class com.aoindustries.io.FilesystemIterator
Gets the start path for this iterator.
getStates() - Method in enum com.aoindustries.util.i18n.Country
Gets the unmodifiable list of states or null if unknown.
getStderr() - Method in class com.aoindustries.lang.ProcessResult
 
getStdout() - Method in class com.aoindustries.lang.ProcessResult
 
getStringArray(List<?>) - Static method in class com.aoindustries.util.StringUtility
Deprecated.
Please use List.toArray(Object[])
getSwapCount() - Method in class com.aoindustries.util.sort.SortStatistics
 
getTableName() - Method in interface com.aoindustries.table.Table
 
getTempFile(String, String) - Static method in class com.aoindustries.io.FileList
 
getThreadContext(boolean) - Static method in class com.aoindustries.util.i18n.BundleLookupThreadContext
Gets the current context or null if none set and none created.
getThreadCount() - Static method in class com.aoindustries.util.ThreadUtility
 
getTime(long) - Static method in class com.aoindustries.sql.SQLUtility
Gets the database format for a time field.
getTimeInMillis() - Method in class com.aoindustries.util.UnmodifiableCalendar
 
getTimeLengthString(long) - Static method in class com.aoindustries.util.StringUtility
 
getTimeZone() - Method in class com.aoindustries.util.UnmodifiableCalendar
 
getTo() - Method in class com.aoindustries.util.graph.Edge
The vertex the edge is to.
getToday() - Static method in class com.aoindustries.util.CalendarUtils
Gets today's date.
getTopLevelThreadGroup() - Static method in class com.aoindustries.util.ThreadUtility
 
getTotalTime() - Method in class com.aoindustries.io.AOPool
 
getTotalTime() - Method in class com.aoindustries.util.sort.SortStatistics
 
getTransactionCount() - Method in class com.aoindustries.io.AOPool
 
getTransactionIsolation() - Method in class com.aoindustries.sql.PostgresqlConnectionWrapper
 
getTypeMap() - Method in class com.aoindustries.sql.PostgresqlConnectionWrapper
 
getUnit() - Method in class com.aoindustries.io.BitRate
 
getUnit() - Method in class com.aoindustries.io.ByteCount
 
getUnit() - Method in class com.aoindustries.util.schedule.DayDuration
 
getUnscaledValue() - Method in class com.aoindustries.util.i18n.Money
Gets the unscaled value of this currency.
getValidatedTime(String) - Method in class com.aoindustries.util.i18n.ModifiablePropertiesResourceBundle
Provides direct read access to the validated times.
getValue() - Method in class com.aoindustries.cache.BackgroundCache.Result
Gets the value for this entry, is always null when there is an exception.
getValue() - Method in class com.aoindustries.security.SmallIdentifier
 
getValue() - Method in class com.aoindustries.util.i18n.LocaleString
 
getValue(String) - Method in class com.aoindustries.util.i18n.ModifiablePropertiesResourceBundle
Provides direct read access to the value.
getValue() - Method in class com.aoindustries.util.i18n.Money
 
getValue() - Method in class com.aoindustries.util.IdentityKey
 
getValue() - Method in interface com.aoindustries.util.tree.Node
Gets the value contained in this node.
getValue() - Method in class com.aoindustries.util.tree.NodeCopy
 
getVersion(String) - Method in class com.aoindustries.version.PropertiesVersions
Gets the version number for the provided product.
getVertex() - Method in exception com.aoindustries.util.graph.AsymmetricException
Gets the vertex that the connection was from.
getVertices() - Method in exception com.aoindustries.util.graph.CycleException
Gets all vertices that are part of the cycle in the order they create the cycle.
getVertices() - Method in interface com.aoindustries.util.graph.MultiGraph
Gets the set of vertices for this graph.
getVertices() - Method in class com.aoindustries.util.graph.TrivialGraph
 
getWarnings() - Method in class com.aoindustries.sql.PostgresqlConnectionWrapper
 
getWeight() - Method in class com.aoindustries.util.graph.WeightedEdge
The weight of the edge.
getWriteBytes() - Method in class com.aoindustries.io.FifoFileOutputStream
Gets the number of bytes written to this stream.
getWriteCount() - Method in class com.aoindustries.io.FifoFileOutputStream
Gets the number of writes performed on this stream.
getWriter() - Method in class com.aoindustries.servlet.http.NullHttpServletResponseWrapper
 
getZipEntryTime(ZipEntry) - Static method in class com.aoindustries.util.zip.ZipUtils
Gets the time for a ZipEntry, converting from GMT as stored in the ZIP entry to make times correct between time zones.
Graph<V,E extends Edge<V>,EX extends Exception> - Interface in com.aoindustries.util.graph
A graph is a set of vertices that are connected by directed edges.
GraphChecker<EX extends Exception> - Interface in com.aoindustries.util.graph
Checks a graph for consistency.
GraphException - Exception in com.aoindustries.util.graph
Exceptions indicating problems have been detected in graph state.
GraphException() - Constructor for exception com.aoindustries.util.graph.GraphException
 
GraphException(String) - Constructor for exception com.aoindustries.util.graph.GraphException
 
GraphException(Throwable) - Constructor for exception com.aoindustries.util.graph.GraphException
 
GraphException(String, Throwable) - Constructor for exception com.aoindustries.util.graph.GraphException
 
GraphSorter<V,EX extends Exception> - Interface in com.aoindustries.util.graph
Sorts the vertices a graph into particular order.
GREEK - Static variable in class com.aoindustries.util.i18n.Locales
Some locale constants not provided directly by Java, along with those provided by Java.
GZIPSerializer<E> - Class in com.aoindustries.util.persistent
Wraps a serializer and compresses the data using GZIP.
GZIPSerializer(Serializer<E>) - Constructor for class com.aoindustries.util.persistent.GZIPSerializer
 

H

handleCommand(String[]) - Method in class com.aoindustries.util.ShellInterpreter
Processes one command and returns.
handleGetObject(String) - Method in class com.aoindustries.util.i18n.EditableResourceBundle
Gets an object.
handleGetObject(String) - Method in class com.aoindustries.util.i18n.ModifiablePropertiesResourceBundle
 
handleKeySet() - Method in class com.aoindustries.util.i18n.ModifiablePropertiesResourceBundle
 
handleRemoveKey(String) - Method in class com.aoindustries.util.i18n.ModifiablePropertiesResourceBundle
 
handleRemoveKey(String) - Method in class com.aoindustries.util.i18n.ModifiableResourceBundle
This will only be called on modifiable bundles.
handleSetObject(String, Object, boolean) - Method in class com.aoindustries.util.i18n.ModifiablePropertiesResourceBundle
 
handleSetObject(String, Object, boolean) - Method in class com.aoindustries.util.i18n.ModifiableResourceBundle
This will only be called on modifiable bundles.
hash(Object...) - Static method in class com.aoindustries.lang.ObjectUtils
Gets the hashCode for a set of objects or 0 when null.
hash() - Method in class com.aoindustries.md5.MD5InputStream
Returns array of bytes representing hash of the stream as finalized for the current state.
hash() - Method in class com.aoindustries.md5.MD5OutputStream
Returns array of bytes representing hash of the stream as finalized for the current state.
hash(byte[]) - Static method in class com.aoindustries.security.HashedKey
SHA-256 hashes the given key.
hash(String, byte[], int) - Static method in class com.aoindustries.security.HashedPassword
Hash the given password
HASH_BYTES - Static variable in class com.aoindustries.security.HashedKey
The number of bytes in the SHA-256 hash.
HASH_BYTES - Static variable in class com.aoindustries.security.HashedPassword
The number of bytes in the hash.
hashCode() - Method in class com.aoindustries.io.BitRate
 
hashCode() - Method in class com.aoindustries.io.ByteCount
 
hashCode() - Method in class com.aoindustries.io.DirectoryMetaSnapshot.FileMetaSnapshot
 
hashCode() - Method in class com.aoindustries.io.DirectoryMetaSnapshot
 
hashCode(Object) - Static method in class com.aoindustries.lang.ObjectUtils
Gets the hashCode for an object or 0 when null.
hashCode() - Method in class com.aoindustries.math.BigFraction
 
hashCode() - Method in class com.aoindustries.math.LongLong
 
hashCode() - Method in class com.aoindustries.rmi.RMIClientSocketFactorySSL
 
hashCode() - Method in class com.aoindustries.rmi.RMIClientSocketFactoryTCP
 
hashCode() - Method in class com.aoindustries.rmi.RMIServerSocketFactorySSL
 
hashCode() - Method in class com.aoindustries.rmi.RMIServerSocketFactoryTCP
 
hashCode() - Method in class com.aoindustries.security.HashedKey
The hash code is just the first 32 bits of the hash.
hashCode() - Method in class com.aoindustries.security.Identifier
 
hashCode() - Method in class com.aoindustries.security.SmallIdentifier
 
hashCode() - Method in class com.aoindustries.table.Column
Hashed by column name only.
hashCode() - Method in class com.aoindustries.time.Duration
 
hashCode() - Method in class com.aoindustries.time.Instant
 
hashCode(byte[], int, int) - Static method in class com.aoindustries.util.AoArrays
Computes hashCode compatible with Arrays.hashCode, but only across the given subset of the array.
hashCode(Iterable<?>) - Static method in class com.aoindustries.util.AoCollections
Computes the hashCode of a collection in a manner consistent with AbstractList.
hashCode() - Method in class com.aoindustries.util.graph.Edge
The hashCode is generated from the from and to.
hashCode() - Method in class com.aoindustries.util.i18n.LocaleString
 
hashCode() - Method in class com.aoindustries.util.i18n.Money
 
hashCode() - Method in class com.aoindustries.util.IdentityKey
 
hashCode() - Method in class com.aoindustries.util.schedule.Recurring.DayOfWeekList
 
hashCode() - Method in class com.aoindustries.util.schedule.Recurring.Every
 
hashCode() - Method in class com.aoindustries.util.schedule.Recurring
 
hashCode() - Method in class com.aoindustries.util.schedule.Recurring.MonthList
 
hashCode() - Method in class com.aoindustries.util.Tuple2
 
hashCode() - Method in class com.aoindustries.util.Tuple3
 
hashCode() - Method in class com.aoindustries.util.UnmodifiableCalendar
 
hashCode() - Method in class com.aoindustries.version.Version
 
HashCodeComparator - Class in com.aoindustries.util
Orders objects by hashCode.
HashedKey - Class in com.aoindustries.security
A hashed random key.
HashedKey(byte[]) - Constructor for class com.aoindustries.security.HashedKey
 
HashedPassword - Class in com.aoindustries.security
A salted, hashed and key stretched password.
HashedPassword(byte[], int, byte[]) - Constructor for class com.aoindustries.security.HashedPassword
 
hasNext() - Method in class com.aoindustries.util.AoCollections.PeekIterator
 
hasNext() - Method in class com.aoindustries.util.EnumerationIterator
 
headSet(E) - Method in class com.aoindustries.util.ArraySortedSet
 
HeapSort - Class in com.aoindustries.util.sort
A heap sort demonstration algorithm SortAlgorithm.java, Thu Oct 27 10:32:35 1994
HEBREW - Static variable in class com.aoindustries.util.i18n.Locales
Some locale constants not provided directly by Java, along with those provided by Java.
hgap - Variable in class com.aoindustries.awt.LabelledGridLayout
 
highestOneBit() - Method in class com.aoindustries.math.LongLong
 
HINDI - Static variable in class com.aoindustries.util.i18n.Locales
Some locale constants not provided directly by Java, along with those provided by Java.
HttpParameters - Interface in com.aoindustries.net
Provides read-only access to HttpParameters.
HttpParametersMap - Class in com.aoindustries.net
A modifiable parameter map.
HttpParametersMap() - Constructor for class com.aoindustries.net.HttpParametersMap
Creates an empty set of parameters.
HttpParametersMap(String, String) - Constructor for class com.aoindustries.net.HttpParametersMap
Parses the provided URL-Encoded parameter string.
HttpParametersUtils - Class in com.aoindustries.net
Utilities using HttpParameters.
HUNGARIAN - Static variable in class com.aoindustries.util.i18n.Locales
Some locale constants not provided directly by Java, along with those provided by Java.

I

I18nThreadLocalCallable<T> - Class in com.aoindustries.util.i18n
Invokes the provided callable in the same internationalization context.
I18nThreadLocalCallable(Callable<T>) - Constructor for class com.aoindustries.util.i18n.I18nThreadLocalCallable
 
I18nThreadLocalRunnable - Class in com.aoindustries.util.i18n
Invokes the provided runnable in the same internationalization context.
I18nThreadLocalRunnable(Runnable) - Constructor for class com.aoindustries.util.i18n.I18nThreadLocalRunnable
 
ICELANDIC - Static variable in class com.aoindustries.util.i18n.Locales
Some locale constants not provided directly by Java, along with those provided by Java.
Identifier - Class in com.aoindustries.security
A 128-bit random identifier internally stored as two long values.
Identifier() - Constructor for class com.aoindustries.security.Identifier
Creates a new, random Identifier using the default SecureRandom instance.
Identifier(Random) - Constructor for class com.aoindustries.security.Identifier
Creates a new, random Identifier using the provided Random source.
Identifier(long, long) - Constructor for class com.aoindustries.security.Identifier
 
Identifier(String) - Constructor for class com.aoindustries.security.Identifier
 
IdentityKey<T> - Class in com.aoindustries.util
Allows any object to be used as a hash key, with identity used for hashCode and equals.
IdentityKey(T) - Constructor for class com.aoindustries.util.IdentityKey
 
ImageCanvas - Class in com.aoindustries.swing
 
ImageCanvas(Image) - Constructor for class com.aoindustries.swing.ImageCanvas
 
ImageCanvas(URL) - Constructor for class com.aoindustries.swing.ImageCanvas
 
ImageCanvas(URL, Window) - Constructor for class com.aoindustries.swing.ImageCanvas
 
imageComplete(int) - Method in class com.aoindustries.awt.ImageLoader
 
ImageLoader - Class in com.aoindustries.awt
Preloads an image for use in Graphics.drawImage calls.
ImageLoader(Image, Logger) - Constructor for class com.aoindustries.awt.ImageLoader
 
Images - Class in com.aoindustries.awt.image
 
ImageSizeCache - Class in com.aoindustries.awt.image
Gets and caches image size information.
imageUpdate(Image, int, int, int, int, int) - Method in class com.aoindustries.swing.ImageCanvas
 
in - Variable in class com.aoindustries.util.ShellInterpreter
 
include(ServletContext, String, HttpServletRequest, HttpServletResponse, Map<String, ?>) - Static method in class com.aoindustries.servlet.http.Dispatcher
Performs an include, allowing page-relative paths and setting all values compatible with <ao:include> tag.
include(ServletContext, String, HttpServletRequest, HttpServletResponse) - Static method in class com.aoindustries.servlet.http.Dispatcher
 
Includer - Class in com.aoindustries.servlet.http
Performs an include while allowing SkipPageException and sendError to escape the include.
IncompleteLoginException - Exception in com.aoindustries.security
 
IncompleteLoginException() - Constructor for exception com.aoindustries.security.IncompleteLoginException
 
IncompleteLoginException(String) - Constructor for exception com.aoindustries.security.IncompleteLoginException
 
IncompleteLoginException(Throwable) - Constructor for exception com.aoindustries.security.IncompleteLoginException
 
IncompleteLoginException(String, Throwable) - Constructor for exception com.aoindustries.security.IncompleteLoginException
 
indexOf(E[], E) - Static method in class com.aoindustries.util.AoArrays
Finds the first index of an element or -1 if not found.
indexOf(E[], E, int) - Static method in class com.aoindustries.util.AoArrays
Finds the first index of an element or -1 if not found.
indexOf(E[], E) - Static method in class com.aoindustries.util.AoArrays
Finds the first index of an element or -1 if not found.
indexOf(E[], E, int) - Static method in class com.aoindustries.util.AoArrays
Finds the first index of an element or -1 if not found.
indexOf(byte[], byte) - Static method in class com.aoindustries.util.AoArrays
Finds the first index of an element or -1 if not found.
indexOf(byte[], byte, int) - Static method in class com.aoindustries.util.AoArrays
Finds the first index of an element or -1 if not found.
indexOf(short[], short) - Static method in class com.aoindustries.util.AoArrays
Finds the first index of an element or -1 if not found.
indexOf(short[], short, int) - Static method in class com.aoindustries.util.AoArrays
Finds the first index of an element or -1 if not found.
indexOf(int[], int) - Static method in class com.aoindustries.util.AoArrays
Finds the first index of an element or -1 if not found.
indexOf(int[], int, int) - Static method in class com.aoindustries.util.AoArrays
Finds the first index of an element or -1 if not found.
indexOf(long[], long) - Static method in class com.aoindustries.util.AoArrays
Finds the first index of an element or -1 if not found.
indexOf(long[], long, int) - Static method in class com.aoindustries.util.AoArrays
Finds the first index of an element or -1 if not found.
indexOf(float[], float) - Static method in class com.aoindustries.util.AoArrays
Finds the first index of an element or -1 if not found.
indexOf(float[], float, int) - Static method in class com.aoindustries.util.AoArrays
Finds the first index of an element or -1 if not found.
indexOf(double[], double) - Static method in class com.aoindustries.util.AoArrays
Finds the first index of an element or -1 if not found.
indexOf(double[], double, int) - Static method in class com.aoindustries.util.AoArrays
Finds the first index of an element or -1 if not found.
indexOf(char[], char) - Static method in class com.aoindustries.util.AoArrays
Finds the first index of an element or -1 if not found.
indexOf(char[], char, int) - Static method in class com.aoindustries.util.AoArrays
Finds the first index of an element or -1 if not found.
indexOf(Object) - Method in class com.aoindustries.util.IntArrayList
Searches for the first occurrence of the given argument, testing for equality using the equals method.
indexOf(int) - Method in class com.aoindustries.util.IntArrayList
Searches for the first occurrence of the given argument, testing for equality using the equals method.
indexOf(int) - Method in interface com.aoindustries.util.IntList
 
indexOf(int) - Method in class com.aoindustries.util.IntsAndLongs
 
indexOf(Object) - Method in class com.aoindustries.util.LongArrayList
Searches for the first occurrence of the given argument, testing for equality using the equals method.
indexOf(long) - Method in class com.aoindustries.util.LongArrayList
Searches for the first occurrence of the given argument, testing for equality using the equals method.
indexOf(long) - Method in interface com.aoindustries.util.LongList
 
indexOf(Object) - Method in class com.aoindustries.util.persistent.PersistentLinkedList
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
indexOf(Object) - Method in class com.aoindustries.util.SortedArrayList
Searches for the first occurrence of the given argument, testing for equality using the equals method.
indexOf(int) - Method in class com.aoindustries.util.SortedArrayList
Finds the first index where the object has the provided hashCode
indexOf(int) - Method in class com.aoindustries.util.SortedIntArrayList
Searches for the first occurrence of the given value.
indexOf(long) - Method in class com.aoindustries.util.SortedLongArrayList
Searches for the first occurrence of the given value.
indexOf(String, char[]) - Static method in class com.aoindustries.util.StringUtility
Finds the first occurrence of any of the supplied characters
indexOf(String, char[], int) - Static method in class com.aoindustries.util.StringUtility
Finds the first occurrence of any of the supplied characters starting at the specified index.
indexOf(String, String, int, int) - Static method in class com.aoindustries.util.StringUtility
Finds the next of a substring like regular String.indexOf, but stops at a certain maximum index.
IndexType - Enum in com.aoindustries.table
The set of possible index types.
INDONESIAN - Static variable in class com.aoindustries.util.i18n.Locales
Some locale constants not provided directly by Java, along with those provided by Java.
Init() - Method in class com.aoindustries.md5.MD5
Initialize MD5 internal state (object can be reused just by calling Init() after every Final()
init() - Method in class com.aoindustries.swing.EnterJButton
 
init(FilterConfig) - Method in class com.aoindustries.util.i18n.servlet.EditableResourceServletFilter
 
init(ServletConfig) - Method in class com.aoindustries.util.i18n.servlet.SetResourceBundleValue
 
instant() - Static method in class com.aoindustries.time.Clock
Gets the current time with up to millisecond precision.
Instant - Class in com.aoindustries.time
Wraps the number of seconds from the Epoch as well as positive nanoseconds into an immutable value type.
Instant(long, int) - Constructor for class com.aoindustries.time.Instant
 
IntArrayList - Class in com.aoindustries.util
An ArrayList that stores things using int[] instead of Object[].
IntArrayList(int) - Constructor for class com.aoindustries.util.IntArrayList
Constructs an empty list with the specified initial capacity.
IntArrayList() - Constructor for class com.aoindustries.util.IntArrayList
Constructs an empty list with an initial capacity of ten.
IntArrayList(Collection<? extends Number>) - Constructor for class com.aoindustries.util.IntArrayList
Constructs a list containing the elements of the specified collection, in the order they are returned by the collection's iterator.
IntArrayList(int[]) - Constructor for class com.aoindustries.util.IntArrayList
 
IntCollection - Interface in com.aoindustries.util
A primitive collection.
IntegerRadixSort - Class in com.aoindustries.util.sort
A radix sort implementation for numeric data, sorting by its integer representation.
IntegerRadixSortExperimental - Class in com.aoindustries.util.sort
A radix sort implementation for numeric data, sorting by its integer representation.
IntegerSerializer - Class in com.aoindustries.util.persistent
Serializes Integer objects.
IntegerSerializer() - Constructor for class com.aoindustries.util.persistent.IntegerSerializer
 
IntegerSortAlgorithm - Interface in com.aoindustries.util.sort
A sort implementation that sorts int[] primitives as was as integer representation of numeric objects.
intern() - Method in interface com.aoindustries.util.Internable
 
intern(T) - Static method in class com.aoindustries.util.InternUtils
Interns the object, return null when null.
intern(String) - Static method in class com.aoindustries.util.InternUtils
Null-safe intern: interns a String if it is not null, returns null if parameter is null.
intern(String) - Static method in class com.aoindustries.util.StringUtility
Deprecated.
Use InternUtils instead.
Internable<T extends Internable<T>> - Interface in com.aoindustries.util
An object that may be interned to save heap space, similar to String.intern().
InternUtils - Class in com.aoindustries.util
 
Interval - Class in com.aoindustries.sql
Encapsulates an interval in seconds.
Interval(long) - Constructor for class com.aoindustries.sql.Interval
 
Interval(long, long) - Constructor for class com.aoindustries.sql.Interval
 
Interval(long, long, long) - Constructor for class com.aoindustries.sql.Interval
 
IntList - Interface in com.aoindustries.util
A List that stores things using int[] instead of Object[].
IntsAndLongs - Class in com.aoindustries.util
Provides access to an associated list of int's and booleans.
IntsAndLongs(IntList, LongList) - Constructor for class com.aoindustries.util.IntsAndLongs
 
intToBuffer(int, byte[]) - Static method in class com.aoindustries.util.persistent.PersistentCollections
 
intToBuffer(int, byte[], int) - Static method in class com.aoindustries.util.persistent.PersistentCollections
 
intValue() - Method in class com.aoindustries.math.BigFraction
 
intValue() - Method in class com.aoindustries.math.LongLong
 
IntValueComparator - Class in com.aoindustries.util.sort
Orders numbers by their integer representation.
invoke(Class<T>, Object, String) - Static method in class com.aoindustries.lang.reflect.Methods
Invokes the provided method on the given object.
invoke(Class<T>, Object, String, Class<?>, Object) - Static method in class com.aoindustries.lang.reflect.Methods
Invokes the provided method on the given object.
invoke(Class<T>, Object, String, Class<?>[], Object[]) - Static method in class com.aoindustries.lang.reflect.Methods
Invokes the provided method on the given object.
IoUtils - Class in com.aoindustries.io
I/O utilities.
isAlive() - Method in class com.aoindustries.util.ShellInterpreter
 
isCellEditable(int, int) - Method in class com.aoindustries.swing.table.UneditableDefaultTableModel
 
isClosed(C) - Method in class com.aoindustries.io.AOPool
 
isClosed(Connection) - Method in class com.aoindustries.sql.AOConnectionPool
 
isClosed() - Method in class com.aoindustries.sql.PostgresqlConnectionWrapper
 
isClosed() - Method in class com.aoindustries.util.persistent.AbstractPersistentBlockBuffer
 
isClosed() - Method in class com.aoindustries.util.persistent.LargeMappedPersistentBuffer
 
isClosed() - Method in class com.aoindustries.util.persistent.MappedPersistentBuffer
 
isClosed() - Method in interface com.aoindustries.util.persistent.PersistentBlockBuffer
Checks if this buffer is closed.
isClosed() - Method in interface com.aoindustries.util.persistent.PersistentBuffer
Checks if this buffer is closed.
isClosed() - Method in class com.aoindustries.util.persistent.RandomAccessFileBuffer
 
isClosed() - Method in class com.aoindustries.util.persistent.TwoCopyBarrierBuffer
 
isDisplayPercentage() - Method in class com.aoindustries.math.BigFraction
 
isEmpty() - Method in class com.aoindustries.util.ArraySet
 
isEmpty() - Method in class com.aoindustries.util.ArraySortedSet
 
isEmpty() - Method in class com.aoindustries.util.i18n.LocaleString
 
isEmpty() - Method in class com.aoindustries.util.IntArrayList
Tests if this list has no elements.
isEmpty() - Method in class com.aoindustries.util.LongArrayList
Tests if this list has no elements.
isEmpty() - Method in class com.aoindustries.util.UnionMethodSet
Checks if this set is empty.
isEmpty() - Method in class com.aoindustries.util.UnionSet
 
isEmpty() - Method in class com.aoindustries.util.UnmodifiableArraySet
 
isEmpty() - Method in class com.aoindustries.util.WildcardPatternMatcher
Checks if this is empty (has no patterns).
isEnabled() - Method in class com.aoindustries.io.TerminalWriter
 
isFastToString() - Method in class com.aoindustries.io.AoCharArrayWriter
 
isFastToString() - Method in interface com.aoindustries.io.Writable
Checks if the writable will be able to be converted toString in an extremely efficient manner.
isFilesystemRoot(String) - Method in class com.aoindustries.io.FilesystemIterator
Determines if a path is a possible file system root
isFixedSerializedSize() - Method in class com.aoindustries.util.persistent.BooleanSerializer
 
isFixedSerializedSize() - Method in class com.aoindustries.util.persistent.BufferedSerializer
 
isFixedSerializedSize() - Method in class com.aoindustries.util.persistent.ByteArraySerializer
 
isFixedSerializedSize() - Method in class com.aoindustries.util.persistent.ByteSerializer
 
isFixedSerializedSize() - Method in class com.aoindustries.util.persistent.CharacterSerializer
 
isFixedSerializedSize() - Method in class com.aoindustries.util.persistent.CharArraySerializer
 
isFixedSerializedSize() - Method in class com.aoindustries.util.persistent.DoubleSerializer
 
isFixedSerializedSize() - Method in class com.aoindustries.util.persistent.FloatSerializer
 
isFixedSerializedSize() - Method in class com.aoindustries.util.persistent.GZIPSerializer
 
isFixedSerializedSize() - Method in class com.aoindustries.util.persistent.IntegerSerializer
 
isFixedSerializedSize() - Method in class com.aoindustries.util.persistent.LongSerializer
 
isFixedSerializedSize() - Method in interface com.aoindustries.util.persistent.Serializer
If a serializer always creates the same number of bytes, containers can choose a fixed-size block for higher performance.
isFixedSerializedSize() - Method in class com.aoindustries.util.persistent.ShortSerializer
 
isGooglebot(HttpServletRequest) - Static method in class com.aoindustries.servlet.http.ServletUtil
Determines if the requestor is Googlebot as described at: http://www.google.com/support/webmasters/bin/answer.py?answer=80553
isInBounds(long, long, long) - Method in class com.aoindustries.util.persistent.AbstractPersistentBlockBuffer
Checks that a request is within the bounds of the block.
isIncluded(String) - Method in class com.aoindustries.io.FileExistsRule
 
isIncluded(String) - Method in interface com.aoindustries.io.FilesystemIteratorRule
Gets if this item should be included.
isInteractive() - Method in class com.aoindustries.util.ShellInterpreter
 
isLenient() - Method in class com.aoindustries.util.UnmodifiableCalendar
 
isMatch(String) - Method in class com.aoindustries.util.WildcardPatternMatcher
 
isModifiable() - Method in class com.aoindustries.util.i18n.ModifiablePropertiesResourceBundle
 
isModifiable() - Method in class com.aoindustries.util.i18n.ModifiableResourceBundle
Checks if this bundle is currently modifiable.
isNodeFiltered(Node<E>) - Method in interface com.aoindustries.util.tree.NodeFilter
 
ISO_8859_1 - Static variable in class com.aoindustries.nio.charset.Charsets
Java 1.7: deprecated Use java.nio.charset.StandardCharsets as of Java 1.7
isPreorder() - Method in class com.aoindustries.io.FilesystemIterator
Gets the preorder flag for this iterator.
isReadOnly() - Method in class com.aoindustries.sql.PostgresqlConnectionWrapper
 
isRightToLeft(Locale) - Static method in class com.aoindustries.util.i18n.Locales
Determines if the provided locale should be displayed from right to left.
isSorted() - Method in class com.aoindustries.io.FilesystemIterator
Gets the sort flag for this iterator.
isStable() - Method in class com.aoindustries.util.sort.AutoSort
 
isStable() - Method in class com.aoindustries.util.sort.EQSort
 
isStable() - Method in class com.aoindustries.util.sort.FastQSort
 
isStable() - Method in class com.aoindustries.util.sort.HeapSort
 
isStable() - Method in class com.aoindustries.util.sort.IntegerRadixSort
 
isStable() - Method in class com.aoindustries.util.sort.IntegerRadixSortExperimental
 
isStable() - Method in class com.aoindustries.util.sort.JavaSort
 
isStable() - Method in class com.aoindustries.util.sort.QubbleSort
 
isStable() - Method in class com.aoindustries.util.sort.ShellSort
 
isStable() - Method in interface com.aoindustries.util.sort.SortAlgorithm
Checks if this is a stable sort.
isSupported() - Static method in class com.aoindustries.io.TerminalWriter
 
isTrackingKey(String) - Static method in class com.aoindustries.util.i18n.ModifiablePropertiesResourceBundle
Checks if a key is used for tracking status.
isValid(int) - Method in class com.aoindustries.sql.PostgresqlConnectionWrapper
 
isValidDate(String) - Static method in class com.aoindustries.util.StringUtility
Deprecated.
Please use Calendar class instead.
isWrapperFor(Class<?>) - Method in class com.aoindustries.sql.PostgresqlConnectionWrapper
 
ITALIAN - Static variable in class com.aoindustries.util.i18n.Locales
Some locale constants not provided directly by Java, along with those provided by Java.
ITALY - Static variable in class com.aoindustries.util.i18n.Locales
Some locale constants not provided directly by Java, along with those provided by Java.
iterableChildElementsByTagName(Element, String) - Static method in class com.aoindustries.xml.XmlUtils
Iterates the children of the given element, returning only returning child elements of the given name.
iterableElements(NodeList) - Static method in class com.aoindustries.xml.XmlUtils
Iterates over a NodeList, only returning Elements.
iterableNodes(NodeList) - Static method in class com.aoindustries.xml.XmlUtils
Iterates over a NodeList.
iterateBlockIds() - Method in class com.aoindustries.util.persistent.DynamicPersistentBlockBuffer
 
iterateBlockIds() - Method in class com.aoindustries.util.persistent.FixedPersistentBlockBuffer
 
iterateBlockIds() - Method in interface com.aoindustries.util.persistent.PersistentBlockBuffer
Iterates over the allocated block IDs in no specific order, with one exception: the first block allocated must be the first block iterated.
iterator() - Method in class com.aoindustries.util.ArraySet
 
iterator() - Method in class com.aoindustries.util.ArraySortedSet
 
iterator() - Method in class com.aoindustries.util.UnionClassSet
 
iterator() - Method in class com.aoindustries.util.UnionMethodSet
 
iterator() - Method in class com.aoindustries.util.UnionSet
Triggers combining.
iterator() - Method in class com.aoindustries.util.UnmodifiableArraySet
 

J

JAPAN - Static variable in class com.aoindustries.util.i18n.Locales
Some locale constants not provided directly by Java, along with those provided by Java.
JAPANESE - Static variable in class com.aoindustries.util.i18n.Locales
Some locale constants not provided directly by Java, along with those provided by Java.
JavaSort - Class in com.aoindustries.util.sort
A sort algorithm using the standard Java sort methods.
jobs(String[]) - Method in class com.aoindustries.util.ShellInterpreter
 
join(Iterable<?>, String) - Static method in class com.aoindustries.util.StringUtility
Joins the string representation of objects on the provided delimiter.
join(Object[], String) - Static method in class com.aoindustries.util.StringUtility
Joins the string representation of objects on the provided delimiter.
JspTagUtils - Class in com.aoindustries.servlet.jsp.tagext
Static utilities for JSP taglibs.

K

keyPressed(KeyEvent) - Method in class com.aoindustries.swing.EnterJButton
 
keyReleased(KeyEvent) - Method in class com.aoindustries.swing.EnterJButton
 
keys() - Method in class com.aoindustries.util.SortedProperties
 
keySetNoParents() - Method in class com.aoindustries.util.i18n.ModifiablePropertiesResourceBundle
 
keyTyped(KeyEvent) - Method in class com.aoindustries.swing.EnterJButton
 
KOREA - Static variable in class com.aoindustries.util.i18n.Locales
Some locale constants not provided directly by Java, along with those provided by Java.
KOREAN - Static variable in class com.aoindustries.util.i18n.Locales
Some locale constants not provided directly by Java, along with those provided by Java.

L

label - Variable in class com.aoindustries.util.graph.LabeledEdge
 
LabeledEdge<V,L> - Class in com.aoindustries.util.graph
A weighted edge (or arc) between two vertices.
LabeledEdge(V, V, L) - Constructor for class com.aoindustries.util.graph.LabeledEdge
 
LabelledGridLayout - Class in com.aoindustries.awt
Used to layout components in a grid.
LabelledGridLayout(int, int) - Constructor for class com.aoindustries.awt.LabelledGridLayout
 
LabelledGridLayout(int, int, int, int, int) - Constructor for class com.aoindustries.awt.LabelledGridLayout
 
LabelledGridLayout(int, int, int, int, int, boolean) - Constructor for class com.aoindustries.awt.LabelledGridLayout
 
LargeMappedPersistentBuffer - Class in com.aoindustries.util.persistent
Uses a set of MappedByteBuffer for persistence.
LargeMappedPersistentBuffer() - Constructor for class com.aoindustries.util.persistent.LargeMappedPersistentBuffer
Creates a read-write buffer backed by a temporary file.
LargeMappedPersistentBuffer(String) - Constructor for class com.aoindustries.util.persistent.LargeMappedPersistentBuffer
Creates a read-write buffer with BARRIER protection level.
LargeMappedPersistentBuffer(String, ProtectionLevel) - Constructor for class com.aoindustries.util.persistent.LargeMappedPersistentBuffer
Creates a buffer.
LargeMappedPersistentBuffer(File) - Constructor for class com.aoindustries.util.persistent.LargeMappedPersistentBuffer
Creates a read-write buffer with BARRIER protection level.
LargeMappedPersistentBuffer(File, ProtectionLevel) - Constructor for class com.aoindustries.util.persistent.LargeMappedPersistentBuffer
Creates a buffer.
LargeMappedPersistentBuffer(RandomAccessFile, ProtectionLevel) - Constructor for class com.aoindustries.util.persistent.LargeMappedPersistentBuffer
Creates a buffer using the provided RandomAccessFile.
last() - Method in class com.aoindustries.util.ArraySortedSet
 
LAST_MODIFIED_HEADER_NAME - Static variable in class com.aoindustries.servlet.http.LastModifiedServlet
The header that may be used to disable automatic lastModified parameters.
LAST_MODIFIED_PARAMETER_NAME - Static variable in class com.aoindustries.servlet.http.LastModifiedServlet
The name of the last modified parameter that is optionally added.
lastIndexOf(E[], E) - Static method in class com.aoindustries.util.AoArrays
Finds the last index of an element or -1 if not found.
lastIndexOf(E[], E, int) - Static method in class com.aoindustries.util.AoArrays
Finds the last index of an element or -1 if not found.
lastIndexOf(E[], E) - Static method in class com.aoindustries.util.AoArrays
Finds the last index of an element or -1 if not found.
lastIndexOf(E[], E, int) - Static method in class com.aoindustries.util.AoArrays
Finds the last index of an element or -1 if not found.
lastIndexOf(byte[], byte) - Static method in class com.aoindustries.util.AoArrays
Finds the last index of an element or -1 if not found.
lastIndexOf(byte[], byte, int) - Static method in class com.aoindustries.util.AoArrays
Finds the last index of an element or -1 if not found.
lastIndexOf(short[], short) - Static method in class com.aoindustries.util.AoArrays
Finds the last index of an element or -1 if not found.
lastIndexOf(short[], short, int) - Static method in class com.aoindustries.util.AoArrays
Finds the last index of an element or -1 if not found.
lastIndexOf(int[], int) - Static method in class com.aoindustries.util.AoArrays
Finds the last index of an element or -1 if not found.
lastIndexOf(int[], int, int) - Static method in class com.aoindustries.util.AoArrays
Finds the last index of an element or -1 if not found.
lastIndexOf(long[], long) - Static method in class com.aoindustries.util.AoArrays
Finds the last index of an element or -1 if not found.
lastIndexOf(long[], long, int) - Static method in class com.aoindustries.util.AoArrays
Finds the last index of an element or -1 if not found.
lastIndexOf(float[], float) - Static method in class com.aoindustries.util.AoArrays
Finds the last index of an element or -1 if not found.
lastIndexOf(float[], float, int) - Static method in class com.aoindustries.util.AoArrays
Finds the last index of an element or -1 if not found.
lastIndexOf(double[], double) - Static method in class com.aoindustries.util.AoArrays
Finds the last index of an element or -1 if not found.
lastIndexOf(double[], double, int) - Static method in class com.aoindustries.util.AoArrays
Finds the last index of an element or -1 if not found.
lastIndexOf(char[], char) - Static method in class com.aoindustries.util.AoArrays
Finds the last index of an element or -1 if not found.
lastIndexOf(char[], char, int) - Static method in class com.aoindustries.util.AoArrays
Finds the last index of an element or -1 if not found.
lastIndexOf(Object) - Method in class com.aoindustries.util.IntArrayList
Returns the index of the last occurrence of the specified object in this list.
lastIndexOf(int) - Method in class com.aoindustries.util.IntArrayList
Returns the index of the last occurrence of the specified object in this list.
lastIndexOf(int) - Method in interface com.aoindustries.util.IntList
 
lastIndexOf(Object) - Method in class com.aoindustries.util.LongArrayList
Returns the index of the last occurrence of the specified object in this list.
lastIndexOf(long) - Method in class com.aoindustries.util.LongArrayList
Returns the index of the last occurrence of the specified object in this list.
lastIndexOf(long) - Method in interface com.aoindustries.util.LongList
 
lastIndexOf(Object) - Method in class com.aoindustries.util.persistent.PersistentLinkedList
Returns the index of the last occurrence of the specified element in this list, or -1 if this list does not contain the element.
lastIndexOf(Object) - Method in class com.aoindustries.util.SortedArrayList
Returns the index of the last occurrence of the specified object in this list.
lastIndexOf(int) - Method in class com.aoindustries.util.SortedIntArrayList
Returns the index of the last occurrence of the specified object in this list.
lastIndexOf(long) - Method in class com.aoindustries.util.SortedLongArrayList
Returns the index of the last occurrence of the specified object in this list.
LastModifiedServlet - Class in com.aoindustries.servlet.http
Sets the modified time to that of the file itself and all dependencies.
LastModifiedServlet() - Constructor for class com.aoindustries.servlet.http.LastModifiedServlet
 
LastModifiedServlet.AddLastModifiedWhen - Enum in com.aoindustries.servlet.http
 
LATVIAN - Static variable in class com.aoindustries.util.i18n.Locales
Some locale constants not provided directly by Java, along with those provided by Java.
layoutContainer(Container) - Method in class com.aoindustries.awt.LabelledGridLayout
Fix the layout when stretchComponenets==false and the number of components is not evenly divisible by the number of cols or rows.
layoutContainer(Container) - Method in class com.aoindustries.awt.MultiBorderLayout
 
leapYear(int) - Static method in class com.aoindustries.util.StringUtility
Deprecated.
Please use Calendar class instead.
length() - Method in class com.aoindustries.io.MultiFileInputStream
Gets the total number of bytes in all the files that will be read.
listIterator(int) - Method in class com.aoindustries.util.persistent.PersistentLinkedList
Returns a list-iterator of the elements in this list (in proper sequence), starting at the specified position in the list.
LITHUANIAN - Static variable in class com.aoindustries.util.i18n.Locales
Some locale constants not provided directly by Java, along with those provided by Java.
loadFromFile(File) - Static method in class com.aoindustries.util.PropertiesUtils
Loads properties from a file.
loadFromResource(ServletContext, String) - Static method in class com.aoindustries.servlet.PropertiesUtils
Loads properties from a web resource.
loadFromResource(Class<?>, String) - Static method in class com.aoindustries.util.PropertiesUtils
Loads properties from a classpath resource.
loadImage() - Method in class com.aoindustries.awt.ImageLoader
Loads an image and returns when a frame is done, the image is done, an error occurs, or the image is aborted.
LocaleComparator - Class in com.aoindustries.util.i18n
Sorts locales by language, country, then variant.
Locales - Class in com.aoindustries.util.i18n
Convenience static access to more locales than provided by the stock Locale class.
LocaleString - Class in com.aoindustries.util.i18n
Associates a locale with a string.
LocaleString(Locale, String) - Constructor for class com.aoindustries.util.i18n.LocaleString
 
LocalizedIllegalArgumentException - Exception in com.aoindustries.lang
Extends IllegalArgumentException to provide exceptions in user locale error messages.
LocalizedIllegalArgumentException(ApplicationResourcesAccessor, String) - Constructor for exception com.aoindustries.lang.LocalizedIllegalArgumentException
 
LocalizedIllegalArgumentException(ApplicationResourcesAccessor, String, Serializable...) - Constructor for exception com.aoindustries.lang.LocalizedIllegalArgumentException
 
LocalizedIllegalArgumentException(Throwable, ApplicationResourcesAccessor, String) - Constructor for exception com.aoindustries.lang.LocalizedIllegalArgumentException
 
LocalizedIllegalArgumentException(Throwable, ApplicationResourcesAccessor, String, Serializable...) - Constructor for exception com.aoindustries.lang.LocalizedIllegalArgumentException
 
LocalizedIOException - Exception in com.aoindustries.io
Extends IOException to provide exceptions with user locale error messages.
LocalizedIOException(ApplicationResourcesAccessor, String) - Constructor for exception com.aoindustries.io.LocalizedIOException
 
LocalizedIOException(ApplicationResourcesAccessor, String, Serializable...) - Constructor for exception com.aoindustries.io.LocalizedIOException
 
LocalizedIOException(Throwable, ApplicationResourcesAccessor, String) - Constructor for exception com.aoindustries.io.LocalizedIOException
 
LocalizedIOException(Throwable, ApplicationResourcesAccessor, String, Serializable...) - Constructor for exception com.aoindustries.io.LocalizedIOException
 
LocalizedJspException - Exception in com.aoindustries.servlet.jsp
Extends JspException to provide exceptions with user locale error messages.
LocalizedJspException(ApplicationResourcesAccessor, String) - Constructor for exception com.aoindustries.servlet.jsp.LocalizedJspException
 
LocalizedJspException(ApplicationResourcesAccessor, String, Serializable...) - Constructor for exception com.aoindustries.servlet.jsp.LocalizedJspException
 
LocalizedJspException(Throwable, ApplicationResourcesAccessor, String) - Constructor for exception com.aoindustries.servlet.jsp.LocalizedJspException
 
LocalizedJspException(Throwable, ApplicationResourcesAccessor, String, Serializable...) - Constructor for exception com.aoindustries.servlet.jsp.LocalizedJspException
 
LocalizedJspTagException - Exception in com.aoindustries.servlet.jsp
Extends JspTagException to provide exceptions with user locale error messages.
LocalizedJspTagException(ApplicationResourcesAccessor, String) - Constructor for exception com.aoindustries.servlet.jsp.LocalizedJspTagException
 
LocalizedJspTagException(ApplicationResourcesAccessor, String, Serializable...) - Constructor for exception com.aoindustries.servlet.jsp.LocalizedJspTagException
 
LocalizedJspTagException(Throwable, ApplicationResourcesAccessor, String) - Constructor for exception com.aoindustries.servlet.jsp.LocalizedJspTagException
 
LocalizedJspTagException(Throwable, ApplicationResourcesAccessor, String, Serializable...) - Constructor for exception com.aoindustries.servlet.jsp.LocalizedJspTagException
 
LocalizedServletException - Exception in com.aoindustries.servlet
Extends ServletException to provide exceptions with user locale error messages.
LocalizedServletException(ApplicationResourcesAccessor, String) - Constructor for exception com.aoindustries.servlet.LocalizedServletException
 
LocalizedServletException(ApplicationResourcesAccessor, String, Serializable...) - Constructor for exception com.aoindustries.servlet.LocalizedServletException
 
LocalizedServletException(Throwable, ApplicationResourcesAccessor, String) - Constructor for exception com.aoindustries.servlet.LocalizedServletException
 
LocalizedServletException(Throwable, ApplicationResourcesAccessor, String, Serializable...) - Constructor for exception com.aoindustries.servlet.LocalizedServletException
 
LocalizedSQLException - Exception in com.aoindustries.sql
Extends SQLException to provide exceptions with user locale error messages.
LocalizedSQLException(ApplicationResourcesAccessor, String) - Constructor for exception com.aoindustries.sql.LocalizedSQLException
 
LocalizedSQLException(ApplicationResourcesAccessor, String, Serializable...) - Constructor for exception com.aoindustries.sql.LocalizedSQLException
 
LocalizedSQLException(Throwable, ApplicationResourcesAccessor, String) - Constructor for exception com.aoindustries.sql.LocalizedSQLException
 
LocalizedSQLException(Throwable, ApplicationResourcesAccessor, String, Serializable...) - Constructor for exception com.aoindustries.sql.LocalizedSQLException
 
LogFollower - Class in com.aoindustries.io
Reads data as is it appended to a log file.
LogFollower(String) - Constructor for class com.aoindustries.io.LogFollower
 
LogFollower(File) - Constructor for class com.aoindustries.io.LogFollower
 
LogFollower(String, int) - Constructor for class com.aoindustries.io.LogFollower
 
LogFollower(File, int) - Constructor for class com.aoindustries.io.LogFollower
 
logger - Variable in class com.aoindustries.io.AOPool
All warnings are sent here if available, otherwise will be written to System.err.
LoggingProxy - Class in com.aoindustries.io
Listens on a socket, connects to another socket, and dumps all communication line-by-line to a single log file.
LoginException - Exception in com.aoindustries.security
 
LoginException() - Constructor for exception com.aoindustries.security.LoginException
 
LoginException(String) - Constructor for exception com.aoindustries.security.LoginException
 
LoginException(Throwable) - Constructor for exception com.aoindustries.security.LoginException
 
LoginException(String, Throwable) - Constructor for exception com.aoindustries.security.LoginException
 
LongArrayList - Class in com.aoindustries.util
An ArrayList that stores things using long[] instead of Object[].
LongArrayList(int) - Constructor for class com.aoindustries.util.LongArrayList
Constructs an empty list with the specified initial capacity.
LongArrayList() - Constructor for class com.aoindustries.util.LongArrayList
Constructs an empty list with an initial capacity of ten.
LongArrayList(Collection<? extends Number>) - Constructor for class com.aoindustries.util.LongArrayList
Constructs a list containing the elements of the specified collection, in the order they are returned by the collection's iterator.
LongArrayList(long[]) - Constructor for class com.aoindustries.util.LongArrayList
 
LongCollection - Interface in com.aoindustries.util
A primitive collection.
LongList - Interface in com.aoindustries.util
A List that stores things using long[] instead of Object[].
LongLong - Class in com.aoindustries.math
128-bit number useful for storing values such as MD5 hashes and IPv6 addresses.
LongLong(long, long) - Constructor for class com.aoindustries.math.LongLong
 
LongLong(String) - Constructor for class com.aoindustries.math.LongLong
 
LongSerializer - Class in com.aoindustries.util.persistent
Serializes Long objects.
LongSerializer() - Constructor for class com.aoindustries.util.persistent.LongSerializer
 
longToBuffer(long, byte[]) - Static method in class com.aoindustries.util.persistent.PersistentCollections
 
longToBuffer(long, byte[], int) - Static method in class com.aoindustries.util.persistent.PersistentCollections
 
longValue() - Method in class com.aoindustries.math.BigFraction
 
longValue() - Method in class com.aoindustries.math.LongLong
 
lowestOneBit() - Method in class com.aoindustries.math.LongLong
 

M

main(String[]) - Static method in class com.aoindustries.io.Benchmark
 
main(String[]) - Static method in class com.aoindustries.io.BenchmarkCounterBlockDevice
 
main(String[]) - Static method in class com.aoindustries.io.FindReplaceProxy
 
main(String[]) - Static method in class com.aoindustries.io.LoggingProxy
 
main(String[]) - Static method in class com.aoindustries.io.ParallelDelete
Deletes multiple directories in parallel (but not concurrently).
main(String[]) - Static method in class com.aoindustries.io.RateLimitCat
 
main(String[]) - Static method in class com.aoindustries.io.SyncFile
 
main(String[]) - Static method in class com.aoindustries.io.ZeroFile
 
main(String[]) - Static method in class com.aoindustries.net.BandwidthLimitingTunnel
 
main(String[]) - Static method in class com.aoindustries.security.Identifier
 
main(String[]) - Static method in class com.aoindustries.util.UnixCrypt
Deprecated.
This is not secure anymore.
MappedPersistentBuffer - Class in com.aoindustries.util.persistent
Uses MappedByteBuffer for persistence.
MappedPersistentBuffer() - Constructor for class com.aoindustries.util.persistent.MappedPersistentBuffer
Creates a read-write buffer backed by a temporary file.
MappedPersistentBuffer(String) - Constructor for class com.aoindustries.util.persistent.MappedPersistentBuffer
Creates a read-write buffer with BARRIER protection level.
MappedPersistentBuffer(String, ProtectionLevel) - Constructor for class com.aoindustries.util.persistent.MappedPersistentBuffer
Creates a buffer.
MappedPersistentBuffer(File) - Constructor for class com.aoindustries.util.persistent.MappedPersistentBuffer
Creates a read-write buffer with BARRIER protection level.
MappedPersistentBuffer(File, ProtectionLevel) - Constructor for class com.aoindustries.util.persistent.MappedPersistentBuffer
Creates a buffer.
MappedPersistentBuffer(RandomAccessFile, ProtectionLevel) - Constructor for class com.aoindustries.util.persistent.MappedPersistentBuffer
Creates a buffer using the provided RandomAccessFile.
mark(int) - Method in class com.aoindustries.io.MultiFileInputStream
 
markSupported() - Method in class com.aoindustries.io.MultiFileInputStream
 
MarkupType - Enum in com.aoindustries.util.i18n
The different type of markups allowed for translation integration.
matches(String) - Method in class com.aoindustries.security.HashedPassword
Checks if this matches the provided password.
max(E, E) - Static method in class com.aoindustries.lang.EnumUtils
Gets the greater of two enums.
max(BigFraction) - Method in class com.aoindustries.math.BigFraction
Gets the higher of the two fractions.
MAX_CATCHUP_TIME - Static variable in class com.aoindustries.io.BitRateInputStream
 
MAX_CATCHUP_TIME - Static variable in class com.aoindustries.io.BitRateOutputStream
 
MAX_VALUE - Static variable in class com.aoindustries.math.LongLong
 
MD5 - Class in com.aoindustries.md5
Implementation of RSA's MD5 hash generator
MD5() - Constructor for class com.aoindustries.md5.MD5
Class constructor
MD5(Object) - Constructor for class com.aoindustries.md5.MD5
Initialize class, and update hash with ob.toString()
md5(String) - Static method in class com.aoindustries.md5.MD5Utils
Gets the MD5 hashcode of a file.
md5(File) - Static method in class com.aoindustries.md5.MD5Utils
Gets the MD5 hashcode of a file.
md5(InputStream) - Static method in class com.aoindustries.md5.MD5Utils
Gets the MD5 hashcode of an input stream.
MD5InputStream - Class in com.aoindustries.md5
MD5InputStream is a subclass of FilterInputStream adding MD5 hashing of the read input.
MD5InputStream(InputStream) - Constructor for class com.aoindustries.md5.MD5InputStream
Creates a MD5InputStream
MD5OutputStream - Class in com.aoindustries.md5
MD5OutputStream is a subclass of FilterOutputStream adding MD5 hashing of the read output.
MD5OutputStream(OutputStream) - Constructor for class com.aoindustries.md5.MD5OutputStream
Creates MD5OutputStream
MD5Utils - Class in com.aoindustries.md5
Utilities that help when working with MD5 hashes.
mean(Collection<? extends Number>) - Static method in class com.aoindustries.math.Statistics
Computes the average of a set of samples.
merge(Class<V>, Collection<? extends Collection<? extends V>>, Comparator<? super V>) - Static method in class com.aoindustries.util.AoArrays
Merges multiple already-sorted collections into one big array.
mergeUnzip(File, File...) - Static method in class com.aoindustries.util.zip.ZipUtils
Combine contents of all ZIP files while unzipping, only allowing duplicates where the file contents are equal.
mergeUnzip(ZipEntryFilter, File, File...) - Static method in class com.aoindustries.util.zip.ZipUtils
Combine contents of all ZIP files while unzipping, only allowing duplicates where the file contents are equal.
MessageFormatFactory - Class in com.aoindustries.text
Creates MessageFormat objects and caches them.
method - Variable in class com.aoindustries.util.UnionMethodSet.ReflectionMethod
 
METHOD_DELETE - Static variable in class com.aoindustries.servlet.http.ServletUtil
 
METHOD_GET - Static variable in class com.aoindustries.servlet.http.ServletUtil
 
METHOD_HEAD - Static variable in class com.aoindustries.servlet.http.ServletUtil
 
METHOD_OPTIONS - Static variable in class com.aoindustries.servlet.http.ServletUtil
 
METHOD_POST - Static variable in class com.aoindustries.servlet.http.ServletUtil
 
METHOD_PUT - Static variable in class com.aoindustries.servlet.http.ServletUtil
 
METHOD_TRACE - Static variable in class com.aoindustries.servlet.http.ServletUtil
 
Methods - Class in com.aoindustries.lang.reflect
Simplifies access to a reflection method.
MicroInterval - Class in com.aoindustries.sql
Encapsulates an interval in microseconds.
MicroInterval(long) - Constructor for class com.aoindustries.sql.MicroInterval
 
MilliInterval - Class in com.aoindustries.sql
Encapsulates an interval in milliseconds.
MilliInterval(long) - Constructor for class com.aoindustries.sql.MilliInterval
 
MimeType - Class in com.aoindustries.email
Obtains MIME types for file names.
min(E, E) - Static method in class com.aoindustries.lang.EnumUtils
Gets the lesser of two enums.
min(BigFraction) - Method in class com.aoindustries.math.BigFraction
Gets the lower of the two fractions.
MIN_VALUE - Static variable in class com.aoindustries.math.LongLong
 
MinimalList - Class in com.aoindustries.util
MinimalList provides a set of static methods to dynamically choose the most efficient List implementation.
MinimalMap - Class in com.aoindustries.util
MinimalMap provides a set of static methods to dynamically choose the most efficient Map implementation.
MINIMUM_BIT_RATE - Static variable in interface com.aoindustries.io.BitRateProvider
The recommended minimum bit rate.
minimumLayoutSize(Container) - Method in class com.aoindustries.awt.LabelledGridLayout
 
minimumLayoutSize(Container) - Method in class com.aoindustries.awt.MultiBorderLayout
 
mkdir(File) - Static method in class com.aoindustries.io.FileUtils
Makes a directory.
mkdirs(File) - Static method in class com.aoindustries.io.FileUtils
Makes a directory and all of its parents.
ModifiablePropertiesResourceBundle - Class in com.aoindustries.util.i18n
Wraps the resources with XHTML and scripts to allow the modification of the resource bundle contents directly through the web interface.
ModifiablePropertiesResourceBundle(File...) - Constructor for class com.aoindustries.util.i18n.ModifiablePropertiesResourceBundle
 
ModifiableResourceBundle - Class in com.aoindustries.util.i18n
A modifiable resource bundle allows the resources to be changed during the execution of the application.
ModifiableResourceBundle() - Constructor for class com.aoindustries.util.i18n.ModifiableResourceBundle
 
Money - Class in com.aoindustries.util.i18n
Stores a monetary value as a combination of currency and amount.
Money(Currency, BigDecimal) - Constructor for class com.aoindustries.util.i18n.Money
Will change the scale of the value to match the currency, but will not round.
Money(Currency, long, int) - Constructor for class com.aoindustries.util.i18n.Money
 
Money() - Constructor for class com.aoindustries.util.i18n.Money
 
Month - Enum in com.aoindustries.util.schedule
 
MonthList(Collection<Month>) - Constructor for class com.aoindustries.util.schedule.Recurring.MonthList
 
MONTHLY - Static variable in class com.aoindustries.util.schedule.Recurring
 
MultiBorderLayout - Class in com.aoindustries.awt
Overrides BorderLayout to support multiple components in all of the four borders.
MultiBorderLayout() - Constructor for class com.aoindustries.awt.MultiBorderLayout
 
MultiBorderLayout(int, int) - Constructor for class com.aoindustries.awt.MultiBorderLayout
 
MultiFileInputStream - Class in com.aoindustries.io
A MultiFileInputStream reads multiple Files as if they were one contiguous file.
MultiFileInputStream(File[]) - Constructor for class com.aoindustries.io.MultiFileInputStream
 
MultiFileOutputStream - Class in com.aoindustries.io
A MultiFileOutputStream writes to multiple Files as if they were one contiguous file.
MultiFileOutputStream(File, String, String) - Constructor for class com.aoindustries.io.MultiFileOutputStream
 
MultiFileOutputStream(File, String, String, long) - Constructor for class com.aoindustries.io.MultiFileOutputStream
 
MultiGraph<V,E extends Edge<V>,EX extends Exception> - Interface in com.aoindustries.util.graph
A multi graph is a set of vertices that are connected by directed edges.
multiply(BigFraction) - Method in class com.aoindustries.math.BigFraction
Multiplies two fractions, returning the value in lowest terms.
multiply(long, long) - Static method in class com.aoindustries.math.SafeMath
Multiplies two longs, looking for any overflow.
multiply(BigDecimal) - Method in class com.aoindustries.util.i18n.Money
Multiplies without rounding.
multiply(BigDecimal, RoundingMode) - Method in class com.aoindustries.util.i18n.Money
Multiplies with rounding.
MutableHttpParameters - Interface in com.aoindustries.net
Provides read-write access to HttpParameters.

N

NanoInterval - Class in com.aoindustries.sql
Encapsulates an interval in nanoseconds.
NanoInterval(long) - Constructor for class com.aoindustries.sql.NanoInterval
 
nativeSQL(String) - Method in class com.aoindustries.sql.PostgresqlConnectionWrapper
 
NativeToUnixWriter - Class in com.aoindustries.io
Converts native line endings to Unix format ('\n') while writing.
negate() - Method in class com.aoindustries.math.BigFraction
Negates the value, but is not reduced.
negate() - Method in class com.aoindustries.math.LongLong
 
negate() - Method in class com.aoindustries.util.i18n.Money
Returns a monetary amount that is the negative of this amount.
negIntIfEmpty(String) - Static method in class com.aoindustries.sql.SQLUtility
Removes the milliseconds from a time, rounds down every time.
negLongIfEmpty(String) - Static method in class com.aoindustries.sql.SQLUtility
Removes the milliseconds from a time, rounds down every time.
newException(String, Throwable) - Method in class com.aoindustries.io.AOPool
 
newException(String, Throwable) - Method in class com.aoindustries.sql.AOConnectionPool
 
newInterruptedException(String, Throwable) - Method in class com.aoindustries.io.AOPool
 
newInterruptedException(String, Throwable) - Method in class com.aoindustries.sql.AOConnectionPool
 
newShellInterpreter(Reader, TerminalWriter, TerminalWriter, String[]) - Method in class com.aoindustries.util.ShellInterpreter
 
next() - Method in class com.aoindustries.util.AoCollections.PeekIterator
 
next() - Method in class com.aoindustries.util.EnumerationIterator
 
Node<E> - Interface in com.aoindustries.util.tree
An abstract structure for trees.
NodeCopy<E> - Class in com.aoindustries.util.tree
Creates a copy of a Node.
NodeCopy(Node<E>) - Constructor for class com.aoindustries.util.tree.NodeCopy
 
NodeCopy(Node<E>, NodeFilter<E>) - Constructor for class com.aoindustries.util.tree.NodeCopy
 
NodeFilter<E> - Interface in com.aoindustries.util.tree
Filters may be applied while copying trees.
northComponents - Variable in class com.aoindustries.awt.MultiBorderLayout
 
NORWEGIAN - Static variable in class com.aoindustries.util.i18n.Locales
Some locale constants not provided directly by Java, along with those provided by Java.
NotAuthenticatedException - Exception in com.aoindustries.security
Thrown when code that requires authentication is invoked in a context that doesn't have an authenticated user.
NotAuthenticatedException() - Constructor for exception com.aoindustries.security.NotAuthenticatedException
 
NotAuthenticatedException(String) - Constructor for exception com.aoindustries.security.NotAuthenticatedException
 
NotAuthenticatedException(Throwable) - Constructor for exception com.aoindustries.security.NotAuthenticatedException
 
NotAuthenticatedException(String, Throwable) - Constructor for exception com.aoindustries.security.NotAuthenticatedException
 
NotImplementedException - Exception in com.aoindustries.lang
Indicates some part of the code has not been implemented yet.
NotImplementedException() - Constructor for exception com.aoindustries.lang.NotImplementedException
 
NotImplementedException(String) - Constructor for exception com.aoindustries.lang.NotImplementedException
 
NotImplementedException(Throwable) - Constructor for exception com.aoindustries.lang.NotImplementedException
 
NotImplementedException(String, Throwable) - Constructor for exception com.aoindustries.lang.NotImplementedException
 
NullArgumentException - Exception in com.aoindustries.lang
Indicates a null argument was passed where not allowed.
NullArgumentException(String) - Constructor for exception com.aoindustries.lang.NullArgumentException
 
NullHttpServletResponseWrapper - Class in com.aoindustries.servlet.http
Discards all output.
NullHttpServletResponseWrapper(HttpServletResponse) - Constructor for class com.aoindustries.servlet.http.NullHttpServletResponseWrapper
 
nullIfEmpty(String) - Static method in class com.aoindustries.sql.SQLUtility
nullIfEmpty(String) - Static method in class com.aoindustries.util.StringUtility
Returns null if the string is null or empty.
NullMath - Class in com.aoindustries.math
Math routines that allow null.
NullOutputStream - Class in com.aoindustries.io
Discards all data.
NullPrintWriter - Class in com.aoindustries.io
Discards all data.
NullServletOutputStream - Class in com.aoindustries.servlet
Discards all data.
NullWriter - Class in com.aoindustries.io
Discards all data.
numberOfLeadingZeros() - Method in class com.aoindustries.math.LongLong
 
numberOfTrailingZeros() - Method in class com.aoindustries.math.LongLong
 

O

ObjectSerializer<E> - Class in com.aoindustries.util.persistent
Serializes any Serializable objects.
ObjectSerializer(Class<E>) - Constructor for class com.aoindustries.util.persistent.ObjectSerializer
 
ObjectUtils - Class in com.aoindustries.lang
Utilities that help when working with objects.
offer(E) - Method in class com.aoindustries.util.persistent.PersistentLinkedList
Adds the specified element as the tail (last element) of this list.
offerFirst(E) - Method in class com.aoindustries.util.persistent.PersistentLinkedList
Inserts the specified element at the front of this list.
offerLast(E) - Method in class com.aoindustries.util.persistent.PersistentLinkedList
Inserts the specified element at the end of this list.
offset(Calendar) - Method in class com.aoindustries.util.schedule.DayDuration
Offsets the given calendar by the unit and count.
OK - Static variable in interface com.aoindustries.io.FilesystemIteratorRule
A rule that will always be backed-up.
ONE - Static variable in class com.aoindustries.math.BigFraction
 
OptimalIndexColorModel - Class in com.aoindustries.awt
Generates a 255 + alpha IndexColorModel to best match a BufferedImage.
optimalUnmodifiableCollection(Collection<T>) - Static method in class com.aoindustries.util.AoCollections
Gets the optimal implementation for unmodifiable collection.
optimalUnmodifiableList(List<T>) - Static method in class com.aoindustries.util.AoCollections
Gets the optimal implementation for unmodifiable list.
optimalUnmodifiableMap(Map<K, V>) - Static method in class com.aoindustries.util.AoCollections
Gets the optimal implementation for unmodifiable map.
optimalUnmodifiableSet(Set<T>) - Static method in class com.aoindustries.util.AoCollections
Gets the optimal implementation for unmodifiable set.
optimalUnmodifiableSortedMap(SortedMap<K, V>) - Static method in class com.aoindustries.util.AoCollections
Gets the optimal implementation for unmodifiable sorted map.
optimalUnmodifiableSortedSet(SortedSet<T>) - Static method in class com.aoindustries.util.AoCollections
Gets the optimal implementation for unmodifiable sorted set.
out - Variable in class com.aoindustries.util.ShellInterpreter
 

P

pack() - Method in class com.aoindustries.swing.DefaultJDialog
 
PaddingOutputStream - Class in com.aoindustries.io
Pads the last block with the necessary number of bytes before closing the stream.
PaddingOutputStream(OutputStream, int, byte) - Constructor for class com.aoindustries.io.PaddingOutputStream
 
paint(Graphics) - Method in class com.aoindustries.swing.ImageCanvas
 
ParallelDelete - Class in com.aoindustries.io
Our backup directories contain parallel directories with many hard links.
parallelDelete(List<File>, PrintStream, boolean) - Static method in class com.aoindustries.io.ParallelDelete
Recursively deletes all of the files in the provided directories.
parse(String, Class<T>) - Static method in class com.aoindustries.util.GetOpt
Parses a String value to the provided type.
parse(String) - Static method in class com.aoindustries.util.schedule.Recurring
Parses a human-readable representation of a recurring schedule.
parseDate(String) - Static method in class com.aoindustries.util.CalendarUtils
Gets the date from the YYYY-MM-DD format or null if the parameter is null.
parseLocale(String) - Static method in class com.aoindustries.util.i18n.Locales
Parses locales from their toString representation.
parseLongLong(String, int) - Static method in class com.aoindustries.math.LongLong
 
parseLongLong(String) - Static method in class com.aoindustries.math.LongLong
 
parseXml(URL) - Static method in class com.aoindustries.xml.XmlUtils
Fetches and parses an XML DOM from a URL.
parseXml(InputStream) - Static method in class com.aoindustries.xml.XmlUtils
Parses an XML DOM from an input stream.
pbuffer - Variable in class com.aoindustries.util.persistent.AbstractPersistentBlockBuffer
 
peek() - Method in class com.aoindustries.util.AoCollections.PeekIterator
Gets the next value without removing it.
peek() - Method in class com.aoindustries.util.persistent.PersistentLinkedList
 
peek() - Method in class com.aoindustries.util.Stack
Deprecated.
 
peekFirst() - Method in class com.aoindustries.util.persistent.PersistentLinkedList
Retrieves, but does not remove, the first element of this list, or returns null if this list is empty.
peekIterator(Iterator<? extends E>) - Static method in class com.aoindustries.util.AoCollections
Wraps the provided iterator, allowing peek of first element.
peekLast() - Method in class com.aoindustries.util.persistent.PersistentLinkedList
Retrieves, but does not remove, the last element of this list, or returns null if this list is empty.
PERSIAN - Static variable in class com.aoindustries.util.i18n.Locales
Some locale constants not provided directly by Java, along with those provided by Java.
PersistentBlockBuffer - Interface in com.aoindustries.util.persistent
A persistent set of blocks of arbitrary data.
PersistentBuffer - Interface in com.aoindustries.util.persistent
A persistent buffer retains its data between uses.
PersistentCollections - Class in com.aoindustries.util.persistent
A set of static utility methods to help in the selection, creation, and management of persistent collections.
PersistentLinkedList<E> - Class in com.aoindustries.util.persistent
Serializes and stores objects in a persistent buffer.
PersistentLinkedList(Class<E>) - Constructor for class com.aoindustries.util.persistent.PersistentLinkedList
Constructs a list backed by a temporary file using standard serialization.
PersistentLinkedList(Class<E>, Collection<? extends E>) - Constructor for class com.aoindustries.util.persistent.PersistentLinkedList
Constructs a list with a temporary file using standard serialization containing all of the provided elements.
PersistentLinkedList(PersistentBuffer, Class<E>) - Constructor for class com.aoindustries.util.persistent.PersistentLinkedList
Constructs a list backed by the provided persistent buffer using the most efficient serialization for the provided type.
PersistentLinkedList(PersistentBuffer, Serializer<E>) - Constructor for class com.aoindustries.util.persistent.PersistentLinkedList
Constructs a list backed by the provided persistent buffer.
plusNanos(long) - Method in class com.aoindustries.time.Instant
 
POLISH - Static variable in class com.aoindustries.util.i18n.Locales
Some locale constants not provided directly by Java, along with those provided by Java.
poll() - Method in class com.aoindustries.util.persistent.PersistentLinkedList
Retrieves and removes the head (first element) of this list
pollFirst() - Method in class com.aoindustries.util.persistent.PersistentLinkedList
Retrieves and removes the first element of this list, or returns null if this list is empty.
pollLast() - Method in class com.aoindustries.util.persistent.PersistentLinkedList
Retrieves and removes the last element of this list, or returns null if this list is empty.
pop() - Method in class com.aoindustries.util.persistent.PersistentLinkedList
Pops an element from the stack represented by this list.
pop() - Method in class com.aoindustries.util.Stack
Deprecated.
 
PORTUGUESE - Static variable in class com.aoindustries.util.i18n.Locales
Some locale constants not provided directly by Java, along with those provided by Java.
PostgresqlConnectionWrapper - Class in com.aoindustries.sql
Wraps a Connection and caches the transaction level, intended to avoid unnecessary round-trips imposed by PostgreSQL getTransactionIsolation and setTransactionIsolation.
pow(int) - Method in class com.aoindustries.math.BigFraction
Raises this fraction to the provided exponent, returning the value in lowest terms.
PRC - Static variable in class com.aoindustries.util.i18n.Locales
Some locale constants not provided directly by Java, along with those provided by Java.
preferredLayoutSize(Container) - Method in class com.aoindustries.awt.LabelledGridLayout
 
preferredLayoutSize(Container) - Method in class com.aoindustries.awt.MultiBorderLayout
 
prepareCall(String) - Method in class com.aoindustries.sql.PostgresqlConnectionWrapper
 
prepareCall(String, int, int) - Method in class com.aoindustries.sql.PostgresqlConnectionWrapper
 
prepareCall(String, int, int, int) - Method in class com.aoindustries.sql.PostgresqlConnectionWrapper
 
prepareStatement(String) - Method in class com.aoindustries.sql.PostgresqlConnectionWrapper
 
prepareStatement(String, int, int) - Method in class com.aoindustries.sql.PostgresqlConnectionWrapper
 
prepareStatement(String, int, int, int) - Method in class com.aoindustries.sql.PostgresqlConnectionWrapper
 
prepareStatement(String, int) - Method in class com.aoindustries.sql.PostgresqlConnectionWrapper
 
prepareStatement(String, int[]) - Method in class com.aoindustries.sql.PostgresqlConnectionWrapper
 
prepareStatement(String, String[]) - Method in class com.aoindustries.sql.PostgresqlConnectionWrapper
 
print(boolean) - Method in class com.aoindustries.io.NullPrintWriter
 
print(char) - Method in class com.aoindustries.io.NullPrintWriter
 
print(int) - Method in class com.aoindustries.io.NullPrintWriter
 
print(long) - Method in class com.aoindustries.io.NullPrintWriter
 
print(float) - Method in class com.aoindustries.io.NullPrintWriter
 
print(double) - Method in class com.aoindustries.io.NullPrintWriter
 
print(char[]) - Method in class com.aoindustries.io.NullPrintWriter
 
print(String) - Method in class com.aoindustries.io.NullPrintWriter
 
print(Object) - Method in class com.aoindustries.io.NullPrintWriter
 
print(String) - Method in class com.aoindustries.servlet.NullServletOutputStream
 
print(boolean) - Method in class com.aoindustries.servlet.NullServletOutputStream
 
print(char) - Method in class com.aoindustries.servlet.NullServletOutputStream
 
print(int) - Method in class com.aoindustries.servlet.NullServletOutputStream
 
print(long) - Method in class com.aoindustries.servlet.NullServletOutputStream
 
print(float) - Method in class com.aoindustries.servlet.NullServletOutputStream
 
print(double) - Method in class com.aoindustries.servlet.NullServletOutputStream
 
printConnectionStats(Appendable) - Method in class com.aoindustries.io.AOPool
Prints additional connection pool details.
printConnectionStats(Appendable) - Method in class com.aoindustries.sql.AOConnectionPool
 
printEditableResourceBundleLookups(Encoder, Encoder, Appendable, int, boolean) - Static method in class com.aoindustries.util.i18n.EditableResourceBundle
Prints the resource bundle lookup editor.
printf(String, Object...) - Method in class com.aoindustries.io.NullPrintWriter
 
printf(Locale, String, Object...) - Method in class com.aoindustries.io.NullPrintWriter
 
println() - Method in class com.aoindustries.io.NullPrintWriter
 
println(boolean) - Method in class com.aoindustries.io.NullPrintWriter
 
println(char) - Method in class com.aoindustries.io.NullPrintWriter
 
println(int) - Method in class com.aoindustries.io.NullPrintWriter
 
println(long) - Method in class com.aoindustries.io.NullPrintWriter
 
println(float) - Method in class com.aoindustries.io.NullPrintWriter
 
println(double) - Method in class com.aoindustries.io.NullPrintWriter
 
println(char[]) - Method in class com.aoindustries.io.NullPrintWriter
 
println(String) - Method in class com.aoindustries.io.NullPrintWriter
 
println(Object) - Method in class com.aoindustries.io.NullPrintWriter
 
println() - Method in class com.aoindustries.servlet.NullServletOutputStream
 
println(String) - Method in class com.aoindustries.servlet.NullServletOutputStream
 
println(boolean) - Method in class com.aoindustries.servlet.NullServletOutputStream
 
println(char) - Method in class com.aoindustries.servlet.NullServletOutputStream
 
println(int) - Method in class com.aoindustries.servlet.NullServletOutputStream
 
println(long) - Method in class com.aoindustries.servlet.NullServletOutputStream
 
println(float) - Method in class com.aoindustries.servlet.NullServletOutputStream
 
println(double) - Method in class com.aoindustries.servlet.NullServletOutputStream
 
printResultSetHTMLTable(ResultSet, Appendable, String, boolean) - Static method in class com.aoindustries.sql.SQLUtility
 
printStackTraces(Throwable) - Static method in class com.aoindustries.util.ErrorPrinter
 
printStackTraces(Throwable, Object[]) - Static method in class com.aoindustries.util.ErrorPrinter
 
printStackTraces(Throwable, Appendable) - Static method in class com.aoindustries.util.ErrorPrinter
 
printStackTraces(Throwable, Appendable, Object[]) - Static method in class com.aoindustries.util.ErrorPrinter
Prints a detailed error report, including all stack traces, to the provided out.
printStatisticsHTML(Appendable) - Method in class com.aoindustries.io.AOPool
Prints complete statistics about connection pool use.
printStats(PrintWriter) - Method in class com.aoindustries.util.sort.SortStatistics
 
PrintStreamOutputStream - Class in com.aoindustries.io
Wraps a PrintStream to be an OutputStream.
PrintStreamOutputStream(PrintStream) - Constructor for class com.aoindustries.io.PrintStreamOutputStream
 
printTable(Object[], Object[], Appendable, boolean, boolean[]) - Static method in class com.aoindustries.sql.SQLUtility
 
printTable(Object[], Collection<Object>, Appendable, boolean, boolean[]) - Static method in class com.aoindustries.sql.SQLUtility
 
ProcessResult - Class in com.aoindustries.lang
Contains the result of executing a process, including return code, standard output, and standard error.
ProcessTimer - Class in com.aoindustries.util.logging
A ProcessTimer monitors how long something takes, and logs info when the task takes too long.
ProcessTimer(Logger, Random, String, String, String, String, long, long) - Constructor for class com.aoindustries.util.logging.ProcessTimer
 
progressOutput(String, String, PrintStream) - Static method in class com.aoindustries.io.TerminalWriter
(Over)writes a progress line to the given PrintStream.
progressOutput(String, String, Writer) - Static method in class com.aoindustries.io.TerminalWriter
(Over)writes a progress line to the given PrintStream.
progressOutput(String, String) - Method in class com.aoindustries.io.TerminalWriter
 
PropertiesUtils - Class in com.aoindustries.servlet
Property utilities for servlet environments.
PropertiesUtils - Class in com.aoindustries.util
Property utilities.
PropertiesVersions - Class in com.aoindustries.version
Loads version numbers from a properties file.
PropertiesVersions(Class<?>, String) - Constructor for class com.aoindustries.version.PropertiesVersions
Loads properties from the classpath.
PropertiesVersions(InputStream) - Constructor for class com.aoindustries.version.PropertiesVersions
Loads properties from the provided inputstream.
PropertiesVersions(Properties) - Constructor for class com.aoindustries.version.PropertiesVersions
Uses the provided properties directly, no defensive copy is made.
protectionLevel - Variable in class com.aoindustries.util.persistent.AbstractPersistentBuffer
 
ProtectionLevel - Enum in com.aoindustries.util.persistent
The different protection levels offered.
publish(LogRecord) - Method in class com.aoindustries.util.logging.QueuedHandler
 
push(E) - Method in class com.aoindustries.util.persistent.PersistentLinkedList
Pushes an element onto the stack represented by this list.
push(E) - Method in class com.aoindustries.util.Stack
Deprecated.
 
put(K, BackgroundCache.Refresher<? super K, ? extends V, ? extends E>) - Method in class com.aoindustries.cache.BackgroundCache
Runs the refresher immediately to obtain the result, then places an entry into the cache, replacing any existing entry under this key.
put(K, BackgroundCache.Refresher<? super K, ? extends V, ? extends E>, V) - Method in class com.aoindustries.cache.BackgroundCache
Places a result into the cache, replacing any existing entry under this key.
put(K, BackgroundCache.Refresher<? super K, ? extends V, ? extends E>, E) - Method in class com.aoindustries.cache.BackgroundCache
Places a result into the cache, replacing any existing entry under this key.
put(Map<K, V>, K, V) - Static method in class com.aoindustries.util.MinimalMap
Puts a new element in a map, returning the (possibly new) map.
put(long, long, byte[], int, int) - Method in class com.aoindustries.util.persistent.AbstractPersistentBlockBuffer
 
put(long, byte) - Method in class com.aoindustries.util.persistent.AbstractPersistentBuffer
Implemented as call to put(long,byte[],int,int).
put(long, byte) - Method in class com.aoindustries.util.persistent.LargeMappedPersistentBuffer
Puts a single byte in the buffer.
put(long, byte[], int, int) - Method in class com.aoindustries.util.persistent.LargeMappedPersistentBuffer
 
put(long, byte) - Method in class com.aoindustries.util.persistent.MappedPersistentBuffer
Puts a single byte in the buffer.
put(long, byte[], int, int) - Method in class com.aoindustries.util.persistent.MappedPersistentBuffer
 
put(long, long, byte[], int, int) - Method in interface com.aoindustries.util.persistent.PersistentBlockBuffer
Puts bytes to this block.
put(long, byte) - Method in interface com.aoindustries.util.persistent.PersistentBuffer
Puts a single value in the buffer.
put(long, byte[], int, int) - Method in interface com.aoindustries.util.persistent.PersistentBuffer
Writes the bytes to the provided position.
put(long, byte) - Method in class com.aoindustries.util.persistent.RandomAccessFileBuffer
Puts a single byte in the buffer.
put(long, byte[], int, int) - Method in class com.aoindustries.util.persistent.RandomAccessFileBuffer
 
put(long, byte) - Method in class com.aoindustries.util.persistent.TwoCopyBarrierBuffer
 
put(long, byte[], int, int) - Method in class com.aoindustries.util.persistent.TwoCopyBarrierBuffer
 
putInt(long, long, int) - Method in class com.aoindustries.util.persistent.AbstractPersistentBlockBuffer
 
putInt(long, int) - Method in class com.aoindustries.util.persistent.AbstractPersistentBuffer
Implemented as call to write(long,byte[],int,int)
putInt(long, int) - Method in class com.aoindustries.util.persistent.LargeMappedPersistentBuffer
 
putInt(long, int) - Method in class com.aoindustries.util.persistent.MappedPersistentBuffer
 
putInt(long, long, int) - Method in interface com.aoindustries.util.persistent.PersistentBlockBuffer
Puts an integer to this block.
putInt(long, int) - Method in interface com.aoindustries.util.persistent.PersistentBuffer
Writes an integer at the provided position.
putLong(long, long, long) - Method in class com.aoindustries.util.persistent.AbstractPersistentBlockBuffer
 
putLong(long, long) - Method in class com.aoindustries.util.persistent.AbstractPersistentBuffer
Implemented as call to write(long,byte[],int,int)
putLong(long, long) - Method in class com.aoindustries.util.persistent.LargeMappedPersistentBuffer
 
putLong(long, long) - Method in class com.aoindustries.util.persistent.MappedPersistentBuffer
 
putLong(long, long, long) - Method in interface com.aoindustries.util.persistent.PersistentBlockBuffer
Puts a long to this block.
putLong(long, long) - Method in interface com.aoindustries.util.persistent.PersistentBuffer
Writes a long at the provided position.

Q

QubbleSort - Class in com.aoindustries.util.sort
An quick sort with buble sort speedup demonstration algorithm SortAlgorithm.java, Thu Oct 27 10:32:35 1994
QueuedHandler - Class in com.aoindustries.util.logging
An implementation of Handler that queues log records and handles them in the background.
QueuedHandler(String, String) - Constructor for class com.aoindustries.util.logging.QueuedHandler
 

R

RandomAccessFileBuffer - Class in com.aoindustries.util.persistent
Uses RandomAccessFile for persistence.
RandomAccessFileBuffer() - Constructor for class com.aoindustries.util.persistent.RandomAccessFileBuffer
Creates a read-write buffer backed by a temporary file.
RandomAccessFileBuffer(String) - Constructor for class com.aoindustries.util.persistent.RandomAccessFileBuffer
Creates a read-write buffer with BARRIER protection level.
RandomAccessFileBuffer(String, ProtectionLevel) - Constructor for class com.aoindustries.util.persistent.RandomAccessFileBuffer
Creates a buffer.
RandomAccessFileBuffer(File) - Constructor for class com.aoindustries.util.persistent.RandomAccessFileBuffer
Creates a read-write buffer with BARRIER protection level.
RandomAccessFileBuffer(File, ProtectionLevel) - Constructor for class com.aoindustries.util.persistent.RandomAccessFileBuffer
Creates a buffer.
RandomAccessFileBuffer(RandomAccessFile, ProtectionLevel) - Constructor for class com.aoindustries.util.persistent.RandomAccessFileBuffer
Creates a buffer using the provided RandomAccessFile.
RateLimitCat - Class in com.aoindustries.io
Concatenates files similar to the Unix cat command, but with a limited throughput.
read() - Method in class com.aoindustries.io.BitRateInputStream
 
read(byte[]) - Method in class com.aoindustries.io.BitRateInputStream
 
read(byte[], int, int) - Method in class com.aoindustries.io.BitRateInputStream
 
read() - Method in class com.aoindustries.io.ByteCountInputStream
 
read(byte[]) - Method in class com.aoindustries.io.ByteCountInputStream
 
read(byte[], int, int) - Method in class com.aoindustries.io.ByteCountInputStream
 
read() - Method in class com.aoindustries.io.FastObjectInput
 
read(byte[]) - Method in class com.aoindustries.io.FastObjectInput
 
read(byte[], int, int) - Method in class com.aoindustries.io.FastObjectInput
 
read() - Method in class com.aoindustries.io.FifoFileInputStream
Reads data from the file, blocks until the data is available.
read(byte[]) - Method in class com.aoindustries.io.FifoFileInputStream
Reads data from the file, blocks until at least one byte is available.
read(byte[], int, int) - Method in class com.aoindustries.io.FifoFileInputStream
Reads data from the file, blocks until at least one byte is available.
read() - Method in class com.aoindustries.io.LogFollower
 
read(byte[], int, int) - Method in class com.aoindustries.io.LogFollower
 
read() - Method in class com.aoindustries.io.MultiFileInputStream
 
read(byte[]) - Method in class com.aoindustries.io.MultiFileInputStream
 
read(byte[], int, int) - Method in class com.aoindustries.io.MultiFileInputStream
 
read() - Method in class com.aoindustries.io.SniffInputStream
 
read(byte[]) - Method in class com.aoindustries.io.SniffInputStream
 
read(byte[], int, int) - Method in class com.aoindustries.io.SniffInputStream
 
read(CompressedDataInputStream) - Method in interface com.aoindustries.io.Streamable
 
read() - Method in class com.aoindustries.md5.MD5InputStream
Read a byte of data.
read(byte[], int, int) - Method in class com.aoindustries.md5.MD5InputStream
Reads into an array of bytes.
read(byte[], int, int) - Method in class com.aoindustries.util.zip.CorrectedGZIPInputStream
 
readBoolean() - Method in class com.aoindustries.io.FastObjectInput
 
readByte() - Method in class com.aoindustries.io.FastObjectInput
 
readChar() - Method in class com.aoindustries.io.FastObjectInput
 
readCompressedInt(InputStream) - Static method in class com.aoindustries.io.CompressedDataInputStream
Reads a compressed integer from the stream.
readCompressedInt() - Method in class com.aoindustries.io.CompressedDataInputStream
Reads a compressed integer from the stream.
readCompressedUTF() - Method in class com.aoindustries.io.CompressedDataInputStream
 
readDouble() - Method in class com.aoindustries.io.FastObjectInput
 
readExternal(ObjectInput) - Method in class com.aoindustries.util.i18n.Money
 
readExternal(ObjectInput) - Method in class com.aoindustries.util.UnmodifiableArraySet
 
readFastObject() - Method in class com.aoindustries.io.FastObjectInput
Reads a fast serializable object from the stream.
readFastUTF() - Method in class com.aoindustries.io.FastObjectInput
Reads a fast serialized String from the stream.
readFileAsString(File) - Static method in class com.aoindustries.io.FileUtils
Reads the contents of a File and returns as a String.
readFloat() - Method in class com.aoindustries.io.FastObjectInput
 
readFully(byte[]) - Method in class com.aoindustries.io.FastObjectInput
 
readFully(byte[], int, int) - Method in class com.aoindustries.io.FastObjectInput
 
readFully(InputStream, byte[]) - Static method in class com.aoindustries.io.IoUtils
readFully for any stream.
readFully(InputStream, byte[], int, int) - Static method in class com.aoindustries.io.IoUtils
readFully for any stream.
readFully(InputStream) - Static method in class com.aoindustries.io.IoUtils
Reads an input stream fully (to end of stream), returning a byte[] of the content read.
readFully(Reader) - Static method in class com.aoindustries.io.IoUtils
Reads a reader fully (to end of stream), returning a String of the content read.
readInt() - Method in class com.aoindustries.io.FastObjectInput
 
readLine() - Method in class com.aoindustries.io.FastObjectInput
 
readLong() - Method in class com.aoindustries.io.FastObjectInput
 
readLongUTF() - Method in class com.aoindustries.io.CompressedDataInputStream
Reads a string of any length.
readNullEnum(Class<T>) - Method in class com.aoindustries.io.CompressedDataInputStream
 
readNullInteger() - Method in class com.aoindustries.io.CompressedDataInputStream
 
readNullLong() - Method in class com.aoindustries.io.CompressedDataInputStream
 
readNullLongUTF() - Method in class com.aoindustries.io.CompressedDataInputStream
Reads a string of any length, supporting null.
readNullUTF() - Method in class com.aoindustries.io.CompressedDataInputStream
 
readObject() - Method in class com.aoindustries.io.FastObjectInput
Reads a possibly-fast externalizable object from the stream.
readRecord(DataInputStream) - Method in interface com.aoindustries.io.FileListObject
 
readShort() - Method in class com.aoindustries.io.FastObjectInput
 
readUnsignedByte() - Method in class com.aoindustries.io.FastObjectInput
 
readUnsignedShort() - Method in class com.aoindustries.io.FastObjectInput
 
readUTF() - Method in class com.aoindustries.io.FastObjectInput
 
RECOMMENDED_ITERATIONS - Static variable in class com.aoindustries.security.HashedPassword
The recommended number of iterations for typical usage.
Recurring - Class in com.aoindustries.util.schedule
 
Recurring() - Constructor for class com.aoindustries.util.schedule.Recurring
 
Recurring.DayOfWeekList - Class in com.aoindustries.util.schedule
 
Recurring.Every - Class in com.aoindustries.util.schedule
 
Recurring.MonthList - Class in com.aoindustries.util.schedule
 
reduce() - Method in class com.aoindustries.math.BigFraction
Reduces this fraction to its lowest terms.
ReflectionException - Exception in com.aoindustries.lang.reflect
 
ReflectionException(Throwable) - Constructor for exception com.aoindustries.lang.reflect.ReflectionException
 
ReflectionMethod(Class<?>, String) - Constructor for class com.aoindustries.util.UnionMethodSet.ReflectionMethod
 
ReflectionMethod(Method) - Constructor for class com.aoindustries.util.UnionMethodSet.ReflectionMethod
 
RegistryManager - Class in com.aoindustries.rmi
Controls the Registry, making sure only one registry is created per port.
release(byte[]) - Static method in class com.aoindustries.util.BufferManager
Deprecated.
May obtain greater performance by avoiding zero fill on non-sensitive data.
release(byte[], boolean) - Static method in class com.aoindustries.util.BufferManager
Releases a byte[] that was obtained by a call to getBytes.
release(char[]) - Static method in class com.aoindustries.util.BufferManager
Deprecated.
May obtain greater performance by avoiding zero fill on non-sensitive data.
release(char[], boolean) - Static method in class com.aoindustries.util.BufferManager
Releases a char[] that was obtained by a call to getChars.
releaseConnection(C) - Method in class com.aoindustries.io.AOPool
Releases the database Connection to the Connection pool.
releaseSavepoint(Savepoint) - Method in class com.aoindustries.sql.PostgresqlConnectionWrapper
 
remainder(long, long) - Static method in class com.aoindustries.math.UnsignedLong
Gets the remainder (modulus) from a division.
remove(Object, List<Component>) - Static method in class com.aoindustries.awt.MultiBorderLayout
 
remove(int) - Method in class com.aoindustries.io.FileList
 
remove() - Method in class com.aoindustries.util.AoCollections.PeekIterator
 
remove(Object) - Method in class com.aoindustries.util.ArraySet
 
remove(Object) - Method in class com.aoindustries.util.ArraySortedSet
 
remove() - Method in class com.aoindustries.util.EnumerationIterator
 
remove(int) - Method in class com.aoindustries.util.IntArrayList
Removes the element at the specified position in this list.
remove(Object) - Method in class com.aoindustries.util.IntArrayList
Removes a single instance of the specified element from this list, if it is present (optional operation).
remove(int) - Method in class com.aoindustries.util.LongArrayList
Removes the element at the specified position in this list.
remove(Object) - Method in class com.aoindustries.util.LongArrayList
Removes a single instance of the specified element from this list, if it is present (optional operation).
remove(Map<K, V>, K) - Static method in class com.aoindustries.util.MinimalMap
Removes an element from a map, returning the (possibly new) map.
remove(Object) - Method in class com.aoindustries.util.persistent.PersistentLinkedList
Removes the first occurrence of the specified element from this list, if it is present.
remove(int) - Method in class com.aoindustries.util.persistent.PersistentLinkedList
Removes the element at the specified position in this list.
remove() - Method in class com.aoindustries.util.persistent.PersistentLinkedList
Retrieves and removes the head (first element) of this list.
remove(Object) - Method in class com.aoindustries.util.SortedArrayList
Removes a single instance of the specified element from this list, if it is present (optional operation).
remove(Object) - Method in class com.aoindustries.util.UnionSet
Triggers combining.
remove(Object) - Method in class com.aoindustries.util.UnmodifiableArraySet
 
removeAll(Collection<?>) - Method in class com.aoindustries.util.ArraySet
 
removeAll(Collection<?>) - Method in class com.aoindustries.util.ArraySortedSet
 
removeAll(Collection<?>) - Method in class com.aoindustries.util.UnionSet
Triggers combining.
removeAll(Collection<?>) - Method in class com.aoindustries.util.UnmodifiableArraySet
 
removeAllRecords() - Method in class com.aoindustries.io.FixedRecordFile
 
removeAtIndex(int) - Method in class com.aoindustries.util.IntArrayList
Removes the element at the specified position in this list.
removeAtIndex(int) - Method in interface com.aoindustries.util.IntList
 
removeAtIndex(int) - Method in class com.aoindustries.util.LongArrayList
Removes the element at the specified position in this list.
removeAtIndex(int) - Method in interface com.aoindustries.util.LongList
 
removeByValue(int) - Method in class com.aoindustries.util.IntArrayList
Removes a single instance of the specified element from this list, if it is present (optional operation).
removeByValue(int) - Method in interface com.aoindustries.util.IntCollection
 
removeByValue(long) - Method in class com.aoindustries.util.LongArrayList
Removes a single instance of the specified element from this list, if it is present (optional operation).
removeByValue(long) - Method in interface com.aoindustries.util.LongCollection
 
removeByValue(int) - Method in class com.aoindustries.util.SortedIntArrayList
Removes a single instance of the specified element from this list, if it is present (optional operation).
removeByValue(long) - Method in class com.aoindustries.util.SortedLongArrayList
Removes a single instance of the specified element from this list, if it is present (optional operation).
removeChars(String, char[]) - Static method in class com.aoindustries.util.StringUtility
Deprecated.
this method is slow and no longer supported
removeChars(String, char) - Static method in class com.aoindustries.util.StringUtility
Deprecated.
this method is slow and no longer supported
removeCookie(HttpServletRequest, HttpServletResponse, String, boolean, boolean) - Static method in class com.aoindustries.servlet.http.Cookies
Removes a cookie by adding it with maxAge of zero.
removeFirst() - Method in class com.aoindustries.util.persistent.PersistentLinkedList
Removes and returns the first element from this list.
removeFirstOccurrence(Object) - Method in class com.aoindustries.util.persistent.PersistentLinkedList
Removes the first occurrence of the specified element in this list (when traversing the list from head to tail).
removeKey(String) - Method in class com.aoindustries.util.i18n.ModifiableResourceBundle
Removes a string.
removeLast() - Method in class com.aoindustries.util.persistent.PersistentLinkedList
Removes and returns the last element from this list.
removeLastOccurrence(Object) - Method in class com.aoindustries.util.persistent.PersistentLinkedList
Removes the last occurrence of the specified element in this list (when traversing the list from head to tail).
removeLayoutComponent(Component) - Method in class com.aoindustries.awt.LabelledGridLayout
 
removeLayoutComponent(Component) - Method in class com.aoindustries.awt.MultiBorderLayout
 
removeRange(int, int) - Method in class com.aoindustries.util.IntArrayList
Removes from this List all of the elements whose index is between fromIndex, inclusive and toIndex, exclusive.
removeRange(int, int) - Method in class com.aoindustries.util.LongArrayList
Removes from this List all of the elements whose index is between fromIndex, inclusive and toIndex, exclusive.
removeRecord(int) - Method in class com.aoindustries.io.FixedRecordFile
 
removeTableListener(TableListener) - Method in interface com.aoindustries.table.Table
Removes a TableListener from the list of objects being notified when the data is updated.
removeThreadContext() - Static method in class com.aoindustries.util.i18n.BundleLookupThreadContext
Removes any current context.
rename(File, File) - Static method in class com.aoindustries.io.FileUtils
Atomically renames one file to another, throwing IOException when unsuccessful.
renameAllowNonAtomic(File, File) - Static method in class com.aoindustries.io.FileUtils
Renames one file to another, throwing IOException when unsuccessful.
replace(String, char, String) - Static method in class com.aoindustries.util.StringUtility
Replaces all occurrences of a character with a String
replace(String, String, String) - Static method in class com.aoindustries.util.StringUtility
Replaces all occurrences of a String with a String Please consider the variant with the Appendable for higher performance.
replace(String, String, String, Appendable) - Static method in class com.aoindustries.util.StringUtility
Replaces all occurrences of a String with a String, appends the replacement to out.
replace(StringBuffer, String, String) - Static method in class com.aoindustries.util.StringUtility
Replaces all occurrences of a String with a String.
replace(StringBuilder, String, String) - Static method in class com.aoindustries.util.StringUtility
Replaces all occurrences of a String with a String.
reset() - Method in class com.aoindustries.io.FifoFile
Resets this FifoFile to contain no contents and start writing at the beginning of the file.
reset() - Method in class com.aoindustries.io.MultiFileInputStream
 
reset() - Method in class com.aoindustries.util.i18n.BundleLookupThreadContext
Removes all lookups stored in this context.
reset() - Method in class com.aoindustries.util.sort.SortStatistics
 
resetConnection(C) - Method in class com.aoindustries.io.AOPool
 
resetConnection(Connection) - Method in class com.aoindustries.sql.AOConnectionPool
 
resetRequest(boolean, String, boolean) - Static method in class com.aoindustries.util.i18n.EditableResourceBundle
Any page that allows the editing of resources must set this at the beginning of the request.
resourceExists(ServletContext, String) - Static method in class com.aoindustries.servlet.http.ServletUtil
Deprecated.
Use regular methods directly
resourceExists(ServletContext, HttpServletRequest, String) - Static method in class com.aoindustries.servlet.http.ServletUtil
Deprecated.
Use regular methods directly
retainAll(Collection<?>) - Method in class com.aoindustries.util.ArraySet
 
retainAll(Collection<?>) - Method in class com.aoindustries.util.ArraySortedSet
 
retainAll(Collection<?>) - Method in class com.aoindustries.util.UnionSet
Triggers combining.
retainAll(Collection<?>) - Method in class com.aoindustries.util.UnmodifiableArraySet
 
reverse() - Method in class com.aoindustries.math.LongLong
 
reverseBytes() - Method in class com.aoindustries.math.LongLong
 
RGBColor - Class in com.aoindustries.awt
Gets color integers provided color names.
RMIClientSocketFactorySSL - Class in com.aoindustries.rmi
SSL client factory.
RMIClientSocketFactorySSL() - Constructor for class com.aoindustries.rmi.RMIClientSocketFactorySSL
Will establish connections with the system default local address.
RMIClientSocketFactorySSL(String) - Constructor for class com.aoindustries.rmi.RMIClientSocketFactorySSL
Will establish connections with the provided local address.
RMIClientSocketFactoryTCP - Class in com.aoindustries.rmi
TCP client factory (non-SSL).
RMIClientSocketFactoryTCP() - Constructor for class com.aoindustries.rmi.RMIClientSocketFactoryTCP
Will establish connections with the system default local address.
RMIClientSocketFactoryTCP(String) - Constructor for class com.aoindustries.rmi.RMIClientSocketFactoryTCP
Will establish connections with the provided local address.
RMIServerSocketFactorySSL - Class in com.aoindustries.rmi
SSL server factory.
RMIServerSocketFactorySSL() - Constructor for class com.aoindustries.rmi.RMIServerSocketFactorySSL
Will listen on the default listen address.
RMIServerSocketFactorySSL(String) - Constructor for class com.aoindustries.rmi.RMIServerSocketFactorySSL
Will listen on the provided listen address.
RMIServerSocketFactoryTCP - Class in com.aoindustries.rmi
TCP server factory (non-SSL).
RMIServerSocketFactoryTCP() - Constructor for class com.aoindustries.rmi.RMIServerSocketFactoryTCP
Will listen on the default listen address.
RMIServerSocketFactoryTCP(String) - Constructor for class com.aoindustries.rmi.RMIServerSocketFactoryTCP
Will listen on the provided listen address.
roll(int, boolean) - Method in class com.aoindustries.util.UnmodifiableCalendar
 
roll(int, int) - Method in class com.aoindustries.util.UnmodifiableCalendar
 
rollback() - Method in class com.aoindustries.sql.PostgresqlConnectionWrapper
 
rollback(Savepoint) - Method in class com.aoindustries.sql.PostgresqlConnectionWrapper
 
ROMANIAN - Static variable in class com.aoindustries.util.i18n.Locales
Some locale constants not provided directly by Java, along with those provided by Java.
ROOT - Static variable in class com.aoindustries.util.i18n.Locales
Some locale constants not provided directly by Java, along with those provided by Java.
rotateLeft(int) - Method in class com.aoindustries.math.LongLong
TODO: test this.
rotateRight(int) - Method in class com.aoindustries.math.LongLong
TODO: test this.
roundToDay(long) - Static method in class com.aoindustries.sql.SQLUtility
Rounds the time to an exact day.
Row - Interface in com.aoindustries.table
An abstract structure for rows in a table.
rows - Variable in class com.aoindustries.awt.LabelledGridLayout
 
run() - Method in class com.aoindustries.io.AOPool
The RefreshConnection thread polls every connection in the connection pool.
run() - Method in class com.aoindustries.net.BandwidthLimitingTunnel
 
run() - Method in class com.aoindustries.net.BandwidthLimitingTunnelHandlerThread
 
run() - Method in class com.aoindustries.util.concurrent.ThreadLocalRunnable
 
run() - Method in class com.aoindustries.util.concurrent.ThreadLocalsRunnable
 
run() - Method in class com.aoindustries.util.logging.ProcessTimer
 
run() - Method in class com.aoindustries.util.ShellInterpreter
If arguments were provided, executes that command.
RuntimeUtils - Class in com.aoindustries.lang
Runtime utilities that enhance behavior of java.lang.Runtime.
RUSSIAN - Static variable in class com.aoindustries.util.i18n.Locales
Some locale constants not provided directly by Java, along with those provided by Java.

S

SafeMath - Class in com.aoindustries.math
Math routines that check for overflow conditions.
SALT_BYTES - Static variable in class com.aoindustries.security.HashedPassword
The number of bytes in the random salt.
search(Object) - Method in class com.aoindustries.util.Stack
Deprecated.
 
seekToExistingRecord(int) - Method in class com.aoindustries.io.FixedRecordFile
 
sendError(HttpServletRequest, HttpServletResponse, int, String) - Static method in class com.aoindustries.servlet.http.Includer
Sends an error.
sendError(HttpServletRequest, HttpServletResponse, int) - Static method in class com.aoindustries.servlet.http.Includer
 
sendRedirect(HttpServletResponse, String, int) - Static method in class com.aoindustries.servlet.http.ServletUtil
Sends a redirect to the provided absolute URL location.
sendRedirect(HttpServletRequest, HttpServletResponse, String, int) - Static method in class com.aoindustries.servlet.http.ServletUtil
Sends a redirect with relative paths determined from the request servlet path.
Sequence - Interface in com.aoindustries.util
Generates unique long identifiers.
SERBIAN - Static variable in class com.aoindustries.util.i18n.Locales
Some locale constants not provided directly by Java, along with those provided by Java.
serialize(Boolean, OutputStream) - Method in class com.aoindustries.util.persistent.BooleanSerializer
 
serialize(E, OutputStream) - Method in class com.aoindustries.util.persistent.BufferedSerializer
 
serialize(E, ByteArrayOutputStream) - Method in class com.aoindustries.util.persistent.BufferedSerializer
 
serialize(byte[], OutputStream) - Method in class com.aoindustries.util.persistent.ByteArraySerializer
 
serialize(Byte, OutputStream) - Method in class com.aoindustries.util.persistent.ByteSerializer
 
serialize(Character, OutputStream) - Method in class com.aoindustries.util.persistent.CharacterSerializer
 
serialize(char[], OutputStream) - Method in class com.aoindustries.util.persistent.CharArraySerializer
 
serialize(Double, OutputStream) - Method in class com.aoindustries.util.persistent.DoubleSerializer
 
serialize(Float, OutputStream) - Method in class com.aoindustries.util.persistent.FloatSerializer
 
serialize(E, OutputStream) - Method in class com.aoindustries.util.persistent.GZIPSerializer
 
serialize(Integer, OutputStream) - Method in class com.aoindustries.util.persistent.IntegerSerializer
 
serialize(Long, OutputStream) - Method in class com.aoindustries.util.persistent.LongSerializer
 
serialize(E, ByteArrayOutputStream) - Method in class com.aoindustries.util.persistent.ObjectSerializer
 
serialize(E, OutputStream) - Method in interface com.aoindustries.util.persistent.Serializer
Writes the object to the OutputStream.
serialize(Short, OutputStream) - Method in class com.aoindustries.util.persistent.ShortSerializer
 
Serializer<E> - Interface in com.aoindustries.util.persistent
Writes and reads serialized forms of objects to and from OutputStream and InputStreams.
ServletContextCache - Class in com.aoindustries.servlet
ServletContext methods can be somewhat slow, this offers a cache that refreshes the recently used values in the background.
ServletContextCacheListener - Class in com.aoindustries.servlet
Automatically adds and removes the cache.
ServletContextCacheListener() - Constructor for class com.aoindustries.servlet.ServletContextCacheListener
 
ServletRequestParameters - Class in com.aoindustries.net
Gets unmodifiable parameters from the provided request.
ServletRequestParameters(ServletRequest) - Constructor for class com.aoindustries.net.ServletRequestParameters
 
ServletUtil - Class in com.aoindustries.servlet.http
Static utilities that may be useful by servlet/JSP/taglib environments.
set(int, T) - Method in class com.aoindustries.io.FileList
 
set(int, E) - Method in class com.aoindustries.util.AutoGrowArrayList
 
set(Locale) - Static method in class com.aoindustries.util.i18n.ThreadLocale
Sets the current thread's locale.
set(Locale, Callable<V>) - Static method in class com.aoindustries.util.i18n.ThreadLocale
Changes the current thread locale and calls the Callable.
set(int, Integer) - Method in class com.aoindustries.util.IntArrayList
Replaces the element at the specified position in this list with the specified element.
set(int, int) - Method in class com.aoindustries.util.IntArrayList
Replaces the element at the specified position in this list with the specified element.
set(int, int) - Method in interface com.aoindustries.util.IntList
 
set(int, Long) - Method in class com.aoindustries.util.LongArrayList
Replaces the element at the specified position in this list with the specified element.
set(int, long) - Method in class com.aoindustries.util.LongArrayList
Replaces the element at the specified position in this list with the specified element.
set(int, long) - Method in interface com.aoindustries.util.LongList
 
set(int, E) - Method in class com.aoindustries.util.persistent.PersistentLinkedList
Replaces the element at the specified position in this list with the specified element.
set(int, E) - Method in class com.aoindustries.util.SortedArrayList
Not allowed to set specific indexes.
set(int, int) - Method in class com.aoindustries.util.SortedIntArrayList
Not allowed to set specific indexes.
set(int, long) - Method in class com.aoindustries.util.SortedLongArrayList
Not allowed to set specific indexes.
set(int, int) - Method in class com.aoindustries.util.UnmodifiableCalendar
 
setAutoCommit(boolean) - Method in class com.aoindustries.sql.PostgresqlConnectionWrapper
 
setCapacity(long) - Method in class com.aoindustries.util.persistent.LargeMappedPersistentBuffer
 
setCapacity(long) - Method in class com.aoindustries.util.persistent.MappedPersistentBuffer
 
setCapacity(long) - Method in interface com.aoindustries.util.persistent.PersistentBuffer
Sets the capacity of this buffer.
setCapacity(long) - Method in class com.aoindustries.util.persistent.RandomAccessFileBuffer
 
setCapacity(long) - Method in class com.aoindustries.util.persistent.TwoCopyBarrierBuffer
 
setCatalog(String) - Method in class com.aoindustries.sql.PostgresqlConnectionWrapper
 
setClientInfo(String, String) - Method in class com.aoindustries.sql.PostgresqlConnectionWrapper
 
setClientInfo(Properties) - Method in class com.aoindustries.sql.PostgresqlConnectionWrapper
 
setColorModel(ColorModel) - Method in class com.aoindustries.awt.ImageLoader
 
setDate(int) - Method in class com.aoindustries.sql.UnmodifiableTimestamp
Deprecated.
As of JDK version 1.1,
setDate(int) - Method in class com.aoindustries.util.UnmodifiableDate
Deprecated.
setDimensions(int, int) - Method in class com.aoindustries.awt.ImageLoader
 
setDispatchedPage(ServletRequest, String) - Static method in class com.aoindustries.servlet.http.Dispatcher
Sets the current-thread dispatched page.
setEnabled(boolean) - Method in class com.aoindustries.io.TerminalWriter
Enables the special features of the terminal writer.
setError() - Method in class com.aoindustries.io.NullPrintWriter
 
setFirstDayOfWeek(int) - Method in class com.aoindustries.util.UnmodifiableCalendar
 
setFirstIndex(long) - Method in class com.aoindustries.io.FifoFile
Sets the data index of the next value that will be read.
setFormat(int, Format) - Method in class com.aoindustries.text.UnmodifiableMessageFormat
 
setFormatByArgumentIndex(int, Format) - Method in class com.aoindustries.text.UnmodifiableMessageFormat
 
setFormats(Format[]) - Method in class com.aoindustries.text.UnmodifiableMessageFormat
 
setFormatsByArgumentIndex(Format[]) - Method in class com.aoindustries.text.UnmodifiableMessageFormat
 
setHints(int) - Method in class com.aoindustries.awt.ImageLoader
 
setHoldability(int) - Method in class com.aoindustries.sql.PostgresqlConnectionWrapper
 
setHours(int) - Method in class com.aoindustries.sql.UnmodifiableTimestamp
Deprecated.
As of JDK version 1.1,
setHours(int) - Method in class com.aoindustries.util.UnmodifiableDate
Deprecated.
setLength(long) - Method in class com.aoindustries.io.FifoFile
Sets the number of bytes currently contained by the FIFO.
setLenient(boolean) - Method in class com.aoindustries.util.UnmodifiableCalendar
 
setLocale(Locale) - Method in class com.aoindustries.text.UnmodifiableMessageFormat
 
setLocation(HttpServletRequest, HttpServletResponse, String) - Static method in class com.aoindustries.servlet.http.Includer
Sets a Location header.
SetMethod(Class<?>, String) - Constructor for class com.aoindustries.util.UnionMethodSet.SetMethod
 
SetMethod(Method) - Constructor for class com.aoindustries.util.UnionMethodSet.SetMethod
 
setMinimalDaysInFirstWeek(int) - Method in class com.aoindustries.util.UnmodifiableCalendar
 
setMinutes(int) - Method in class com.aoindustries.sql.UnmodifiableTimestamp
Deprecated.
As of JDK version 1.1,
setMinutes(int) - Method in class com.aoindustries.util.UnmodifiableDate
Deprecated.
setMonth(int) - Method in class com.aoindustries.sql.UnmodifiableTimestamp
Deprecated.
As of JDK version 1.1,
setMonth(int) - Method in class com.aoindustries.util.UnmodifiableDate
Deprecated.
setNanos(int) - Method in class com.aoindustries.sql.UnmodifiableTimestamp
 
setNetworkTimeout(Executor, int) - Method in class com.aoindustries.sql.PostgresqlConnectionWrapper
 
setNextSequenceValue(long) - Method in class com.aoindustries.util.AtomicSequence
 
setNextSequenceValue(long) - Method in interface com.aoindustries.util.Sequence
 
setNextSequenceValue(long) - Method in class com.aoindustries.util.UnsynchronizedSequence
 
setObject(String, Object, boolean) - Method in class com.aoindustries.util.i18n.ModifiableResourceBundle
Adds or updates the value associated with the provided key and sets the verified time to the current time.
setOriginalPage(ServletRequest, String) - Static method in class com.aoindustries.servlet.http.Dispatcher
Sets the current request original page.
setPageSkipped(ServletRequest) - Static method in class com.aoindustries.servlet.http.Includer
Sets the skip page flag.
setPixels(int, int, int, int, ColorModel, byte[], int, int) - Method in class com.aoindustries.awt.ImageLoader
 
setPixels(int, int, int, int, ColorModel, int[], int, int) - Method in class com.aoindustries.awt.ImageLoader
 
setProperties(Hashtable<?, ?>) - Method in class com.aoindustries.awt.ImageLoader
 
setReadOnly(boolean) - Method in class com.aoindustries.sql.PostgresqlConnectionWrapper
 
SetResourceBundleValue - Class in com.aoindustries.util.i18n.servlet
Sets the resource bundle value.
SetResourceBundleValue() - Constructor for class com.aoindustries.util.i18n.servlet.SetResourceBundleValue
 
setSavepoint() - Method in class com.aoindustries.sql.PostgresqlConnectionWrapper
 
setSavepoint(String) - Method in class com.aoindustries.sql.PostgresqlConnectionWrapper
 
setSchema(String) - Method in class com.aoindustries.sql.PostgresqlConnectionWrapper
 
setSeconds(int) - Method in class com.aoindustries.sql.UnmodifiableTimestamp
Deprecated.
As of JDK version 1.1,
setSeconds(int) - Method in class com.aoindustries.util.UnmodifiableDate
Deprecated.
setString(String, String, boolean) - Method in class com.aoindustries.util.i18n.ModifiableResourceBundle
 
setStringArray(String, String[], boolean) - Method in class com.aoindustries.util.i18n.ModifiableResourceBundle
 
setTime(long) - Method in class com.aoindustries.sql.UnmodifiableTimestamp
 
setTime(long) - Method in class com.aoindustries.util.UnmodifiableDate
 
setTimeInMillis(long) - Method in class com.aoindustries.util.UnmodifiableCalendar
 
setTimeZone(TimeZone) - Method in class com.aoindustries.util.UnmodifiableCalendar
 
setTransactionIsolation(int) - Method in class com.aoindustries.sql.PostgresqlConnectionWrapper
 
setTypeMap(Map<String, Class<?>>) - Method in class com.aoindustries.sql.PostgresqlConnectionWrapper
 
setYear(int) - Method in class com.aoindustries.sql.UnmodifiableTimestamp
Deprecated.
As of JDK version 1.1,
setYear(int) - Method in class com.aoindustries.util.UnmodifiableDate
Deprecated.
setZipEntryTime(ZipEntry, long) - Static method in class com.aoindustries.util.zip.ZipUtils
Sets the time for a ZipEntry, converting to GMT while storing to the ZIP entry to make times correct between time zones.
ShellInterpreter - Class in com.aoindustries.util
AOSH is a Bourne-shell-like command interpreter to control the AOServ Client utilities.
ShellInterpreter(Reader, TerminalWriter, TerminalWriter) - Constructor for class com.aoindustries.util.ShellInterpreter
 
ShellInterpreter(Reader, TerminalWriter, TerminalWriter, String...) - Constructor for class com.aoindustries.util.ShellInterpreter
 
ShellInterpreter(Reader, Writer, Writer) - Constructor for class com.aoindustries.util.ShellInterpreter
 
ShellInterpreter(Reader, Writer, Writer, String[]) - Constructor for class com.aoindustries.util.ShellInterpreter
 
ShellSort - Class in com.aoindustries.util.sort
A shell sort demonstration algorithm SortAlgorithm.java, Thu Oct 27 10:32:35 1994 Note: Invented by Donald Lewis Shell [CACM, July, 1959, pages 30-32]
ShortSerializer - Class in com.aoindustries.util.persistent
Serializes Short objects.
ShortSerializer() - Constructor for class com.aoindustries.util.persistent.ShortSerializer
 
shortToBuffer(short, byte[]) - Static method in class com.aoindustries.util.persistent.PersistentCollections
 
shortToBuffer(short, byte[], int) - Static method in class com.aoindustries.util.persistent.PersistentCollections
 
shortValue() - Method in class com.aoindustries.math.LongLong
 
signum() - Method in class com.aoindustries.math.BigFraction
Returns the signum function of this BigFraction.
signum() - Method in class com.aoindustries.math.LongLong
 
SIMPLIFIED_CHINESE - Static variable in class com.aoindustries.util.i18n.Locales
Some locale constants not provided directly by Java, along with those provided by Java.
singletonIterator(E) - Static method in class com.aoindustries.util.AoCollections
Gets an unmodifiable iterator for a single object.
SingletonMethod(Class<?>, String) - Constructor for class com.aoindustries.util.UnionMethodSet.SingletonMethod
 
SingletonMethod(Method) - Constructor for class com.aoindustries.util.UnionMethodSet.SingletonMethod
 
singletonSortedSet(T) - Static method in class com.aoindustries.util.AoCollections
 
size() - Method in class com.aoindustries.cache.BackgroundCache
Gets the current size of the cache.
size() - Method in class com.aoindustries.io.FileList
 
SIZE - Static variable in class com.aoindustries.math.LongLong
 
size() - Method in class com.aoindustries.util.ArraySet
 
size() - Method in class com.aoindustries.util.ArraySortedSet
 
size - Variable in class com.aoindustries.util.IntArrayList
The size of the ArrayList (the number of elements it contains).
size() - Method in class com.aoindustries.util.IntArrayList
Returns the number of elements in this list.
size() - Method in class com.aoindustries.util.IntsAndLongs
 
size - Variable in class com.aoindustries.util.LongArrayList
The size of the ArrayList (the number of elements it contains).
size() - Method in class com.aoindustries.util.LongArrayList
Returns the number of elements in this list.
size() - Method in class com.aoindustries.util.persistent.PersistentLinkedList
Gets the number of elements in this list.
size() - Method in class com.aoindustries.util.UnionClassSet
 
size() - Method in class com.aoindustries.util.UnionMethodSet
This is an expensive operation, since every single method is called, and when there are multiple methods for one class, the sets must be merged to avoid redundant values.
size() - Method in class com.aoindustries.util.UnionSet
Triggers combining.
size() - Method in class com.aoindustries.util.UnmodifiableArraySet
 
skip(long) - Method in class com.aoindustries.io.FastObjectInput
 
skip(long) - Method in class com.aoindustries.io.FifoFileInputStream
Skips data in the queue, blocks until at least one byte is skipped.
SKIP - Static variable in interface com.aoindustries.io.FilesystemIteratorRule
A rule that will not be backed-up.
skip(long) - Method in class com.aoindustries.io.LogFollower
 
skip(long) - Method in class com.aoindustries.io.MultiFileInputStream
 
skipBytes(int) - Method in class com.aoindustries.io.FastObjectInput
 
SkipLinesReader - Class in com.aoindustries.io
Skips the specified number of lines at the beginning of a reader.
SkipLinesReader(Reader, int) - Constructor for class com.aoindustries.io.SkipLinesReader
 
SLOVAK - Static variable in class com.aoindustries.util.i18n.Locales
Some locale constants not provided directly by Java, along with those provided by Java.
SLOVENIAN - Static variable in class com.aoindustries.util.i18n.Locales
Some locale constants not provided directly by Java, along with those provided by Java.
SmallIdentifier - Class in com.aoindustries.security
A 64-bit random identifier internally stored as a long value.
SmallIdentifier() - Constructor for class com.aoindustries.security.SmallIdentifier
Creates a new, random Identifier using the default SecureRandom instance.
SmallIdentifier(Random) - Constructor for class com.aoindustries.security.SmallIdentifier
Creates a new, random Identifier using the provided Random source.
SmallIdentifier(long) - Constructor for class com.aoindustries.security.SmallIdentifier
 
SmallIdentifier(String) - Constructor for class com.aoindustries.security.SmallIdentifier
 
SmartComparator - Class in com.aoindustries.text
Compares strings in a case-insensitive, locale-aware manner.
SmartComparator(Collator) - Constructor for class com.aoindustries.text.SmartComparator
 
SmartComparator(Locale) - Constructor for class com.aoindustries.text.SmartComparator
 
SmartComparator() - Constructor for class com.aoindustries.text.SmartComparator
 
SniffInputStream - Class in com.aoindustries.io
As data is read from the input stream it is also written to the given output stream.
SniffInputStream(InputStream, OutputStream) - Constructor for class com.aoindustries.io.SniffInputStream
 
sort(List<T>) - Method in class com.aoindustries.util.sort.AutoSort
 
sort(T[]) - Method in class com.aoindustries.util.sort.AutoSort
 
sort(List<T>, SortStatistics) - Method in class com.aoindustries.util.sort.AutoSort
 
sort(T[], SortStatistics) - Method in class com.aoindustries.util.sort.AutoSort
 
sort(List<T>, Comparator<? super T>) - Method in class com.aoindustries.util.sort.AutoSort
 
sort(T[], Comparator<? super T>) - Method in class com.aoindustries.util.sort.AutoSort
 
sort(List<T>, Comparator<? super T>, SortStatistics) - Method in class com.aoindustries.util.sort.AutoSort
 
sort(T[], Comparator<? super T>, SortStatistics) - Method in class com.aoindustries.util.sort.AutoSort
 
sort(List<T>, Comparator<? super T>) - Method in interface com.aoindustries.util.sort.ComparisonSortAlgorithm
 
sort(T[], Comparator<? super T>) - Method in interface com.aoindustries.util.sort.ComparisonSortAlgorithm
 
sort(List<T>, Comparator<? super T>, SortStatistics) - Method in interface com.aoindustries.util.sort.ComparisonSortAlgorithm
 
sort(T[], Comparator<? super T>, SortStatistics) - Method in interface com.aoindustries.util.sort.ComparisonSortAlgorithm
 
sort(List<T>, Comparator<? super T>, SortStatistics) - Method in class com.aoindustries.util.sort.EQSort
 
sort(T[], Comparator<? super T>, SortStatistics) - Method in class com.aoindustries.util.sort.EQSort
 
sort(List<T>, Comparator<? super T>, SortStatistics) - Method in class com.aoindustries.util.sort.FastQSort
 
sort(T[], Comparator<? super T>, SortStatistics) - Method in class com.aoindustries.util.sort.FastQSort
 
sort(List<T>, Comparator<? super T>, SortStatistics) - Method in class com.aoindustries.util.sort.HeapSort
 
sort(T[], Comparator<? super T>, SortStatistics) - Method in class com.aoindustries.util.sort.HeapSort
 
sort(List<N>, SortStatistics) - Method in class com.aoindustries.util.sort.IntegerRadixSort
 
sort(N[], SortStatistics) - Method in class com.aoindustries.util.sort.IntegerRadixSort
 
sort(IntList, SortStatistics) - Method in class com.aoindustries.util.sort.IntegerRadixSort
 
sort(int[], SortStatistics) - Method in class com.aoindustries.util.sort.IntegerRadixSort
 
sort(List<N>, SortStatistics) - Method in class com.aoindustries.util.sort.IntegerRadixSortExperimental
 
sort(N[], SortStatistics) - Method in class com.aoindustries.util.sort.IntegerRadixSortExperimental
 
sort(IntList, SortStatistics) - Method in class com.aoindustries.util.sort.IntegerRadixSortExperimental
 
sort(int[], SortStatistics) - Method in class com.aoindustries.util.sort.IntegerRadixSortExperimental
 
sort(int[], int, int, int, Queue<Future<?>>) - Static method in class com.aoindustries.util.sort.IntegerRadixSortExperimental
 
sort(IntList) - Method in interface com.aoindustries.util.sort.IntegerSortAlgorithm
 
sort(int[]) - Method in interface com.aoindustries.util.sort.IntegerSortAlgorithm
 
sort(IntList, SortStatistics) - Method in interface com.aoindustries.util.sort.IntegerSortAlgorithm
 
sort(int[], SortStatistics) - Method in interface com.aoindustries.util.sort.IntegerSortAlgorithm
 
sort(List<T>, Comparator<? super T>, SortStatistics) - Method in class com.aoindustries.util.sort.JavaSort
 
sort(T[], Comparator<? super T>, SortStatistics) - Method in class com.aoindustries.util.sort.JavaSort
 
sort(List<T>, Comparator<? super T>, SortStatistics) - Method in class com.aoindustries.util.sort.QubbleSort
 
sort(T[], Comparator<? super T>, SortStatistics) - Method in class com.aoindustries.util.sort.QubbleSort
 
sort(List<T>, Comparator<? super T>, SortStatistics) - Method in class com.aoindustries.util.sort.ShellSort
 
sort(T[], Comparator<? super T>, SortStatistics) - Method in class com.aoindustries.util.sort.ShellSort
 
sort(List<T>) - Method in interface com.aoindustries.util.sort.SortAlgorithm
 
sort(T[]) - Method in interface com.aoindustries.util.sort.SortAlgorithm
 
sort(List<T>, SortStatistics) - Method in interface com.aoindustries.util.sort.SortAlgorithm
 
sort(T[], SortStatistics) - Method in interface com.aoindustries.util.sort.SortAlgorithm
 
SortAlgorithm<E> - Interface in com.aoindustries.util.sort
Generalized structure for sort algorithms.
SortedArrayList<E> - Class in com.aoindustries.util
A SortedArrayList stores its elements in hashCode order and provides means of quickly locating objects.
SortedArrayList(int) - Constructor for class com.aoindustries.util.SortedArrayList
Constructs an empty list with the specified initial capacity.
SortedArrayList() - Constructor for class com.aoindustries.util.SortedArrayList
Constructs an empty list with an initial capacity of ten.
SortedIntArrayList - Class in com.aoindustries.util
A SortedIntArrayList stores is elements in numerical order and provides means of quickly locating objects.
SortedIntArrayList(int) - Constructor for class com.aoindustries.util.SortedIntArrayList
Constructs an empty list with the specified initial capacity.
SortedIntArrayList() - Constructor for class com.aoindustries.util.SortedIntArrayList
Constructs an empty list with an initial capacity of ten.
SortedLongArrayList - Class in com.aoindustries.util
A SortedLongArrayList stores is elements in numerical order and provides means of quickly locating objects.
SortedLongArrayList(int) - Constructor for class com.aoindustries.util.SortedLongArrayList
Constructs an empty list with the specified initial capacity.
SortedLongArrayList() - Constructor for class com.aoindustries.util.SortedLongArrayList
Constructs an empty list with an initial capacity of ten.
SortedProperties - Class in com.aoindustries.util
A Properties implementation that returns and writes its keys in alphabetical (English) order.
SortedProperties() - Constructor for class com.aoindustries.util.SortedProperties
 
SortedProperties(Properties) - Constructor for class com.aoindustries.util.SortedProperties
 
sortEnding() - Method in class com.aoindustries.util.sort.SortStatistics
 
sortGetting() - Method in class com.aoindustries.util.sort.SortStatistics
 
sortGetting(int) - Method in class com.aoindustries.util.sort.SortStatistics
 
sortGraph() - Method in interface com.aoindustries.util.graph.GraphSorter
 
sortGraph() - Method in class com.aoindustries.util.graph.TopologicalSorter
 
sortInListComparing() - Method in class com.aoindustries.util.sort.SortStatistics
 
sortObjectComparing() - Method in class com.aoindustries.util.sort.SortStatistics
 
sortRecursing() - Method in class com.aoindustries.util.sort.SortStatistics
 
sortSetting() - Method in class com.aoindustries.util.sort.SortStatistics
 
sortSetting(int) - Method in class com.aoindustries.util.sort.SortStatistics
 
sortStarting() - Method in class com.aoindustries.util.sort.SortStatistics
 
SortStatistics - Class in com.aoindustries.util.sort
Sorting statistics to help determine best algorithm for a specific task.
SortStatistics() - Constructor for class com.aoindustries.util.sort.SortStatistics
 
sortSwapping() - Method in class com.aoindustries.util.sort.SortStatistics
 
sortSwitchingAlgorithms() - Method in class com.aoindustries.util.sort.SortStatistics
 
sortUnrecursing() - Method in class com.aoindustries.util.sort.SortStatistics
 
southComponents - Variable in class com.aoindustries.awt.MultiBorderLayout
 
SPANISH - Static variable in class com.aoindustries.util.i18n.Locales
Some locale constants not provided directly by Java, along with those provided by Java.
splitLines(String) - Static method in class com.aoindustries.util.StringUtility
Splits a String into lines on any '\n' characters.
splitString(String) - Static method in class com.aoindustries.util.StringUtility
Splits a String into a String[].
splitString(String, char[][][]) - Static method in class com.aoindustries.util.StringUtility
Splits a String into a String[].
splitString(String, String[][]) - Static method in class com.aoindustries.util.StringUtility
Splits a String into a String[].
splitString(String, char) - Static method in class com.aoindustries.util.StringUtility
Splits a string on the given delimiter.
splitString(String, char, C) - Static method in class com.aoindustries.util.StringUtility
Splits a string on the given delimiter.
splitString(String, int, int, char) - Static method in class com.aoindustries.util.StringUtility
Splits a string on the given delimiter over the given range.
splitString(String, int, int, char, C) - Static method in class com.aoindustries.util.StringUtility
Splits a string on the given delimiter over the given range.
splitString(String, String) - Static method in class com.aoindustries.util.StringUtility
 
splitStringCommaSpace(String) - Static method in class com.aoindustries.util.StringUtility
Splits a string into multiple words on either whitespace or commas
SQLUtility - Class in com.aoindustries.sql
SQL utilities.
Stack<E> - Class in com.aoindustries.util
Deprecated.
With escape analysis in the JVM, there is really no point in this class, just use the stock Stack implementation.
Stack() - Constructor for class com.aoindustries.util.Stack
Deprecated.
 
standardDeviation(double, Collection<? extends Number>) - Static method in class com.aoindustries.math.Statistics
Computes the standard deviation of a set of samples.
start() - Method in class com.aoindustries.net.BandwidthLimitingTunnelHandlerThread
 
startsWith(String) - Method in class com.aoindustries.util.i18n.LocaleString
 
startsWith(String, int) - Method in class com.aoindustries.util.i18n.LocaleString
 
Statistics - Class in com.aoindustries.math
Some basic statistics algorithms.
status - Variable in class com.aoindustries.util.ShellInterpreter
 
stop() - Method in class com.aoindustries.cache.BackgroundCache
Stops this cache.
Streamable - Interface in com.aoindustries.io
Indicates that an object may be sent across a CompressedDataInputStream and CompressedDataOutputStream.
stretchComponents - Variable in class com.aoindustries.awt.LabelledGridLayout
 
StringBuilderWriter - Class in com.aoindustries.io
A Writer that buffers its content into a StringBuilder.
StringBuilderWriter() - Constructor for class com.aoindustries.io.StringBuilderWriter
 
StringBuilderWriter(int) - Constructor for class com.aoindustries.io.StringBuilderWriter
 
StringBuilderWriter(StringBuilder) - Constructor for class com.aoindustries.io.StringBuilderWriter
 
StringUtility - Class in com.aoindustries.util
 
sub(Integer, Integer) - Static method in class com.aoindustries.math.NullMath
Subtractions one integers from another while allowing null.
subSet(E, E) - Method in class com.aoindustries.util.ArraySortedSet
 
subtract(BigFraction) - Method in class com.aoindustries.math.BigFraction
Subtracts two fractions, returning the value in lowest terms.
swap(int, int) - Method in class com.aoindustries.io.FileList
 
swap(int, int) - Method in class com.aoindustries.io.FixedRecordFile
 
SWEDISH - Static variable in class com.aoindustries.util.i18n.Locales
Some locale constants not provided directly by Java, along with those provided by Java.
SymmetricAcyclicGraphChecker<V,EX extends Exception> - Class in com.aoindustries.util.graph
A symmetric directed acyclic graph checker.
SymmetricAcyclicGraphChecker(SymmetricMultiGraph<V, ?, ? extends EX>, boolean) - Constructor for class com.aoindustries.util.graph.SymmetricAcyclicGraphChecker
 
SymmetricGraph<V,E extends Edge<V>,EX extends Exception> - Interface in com.aoindustries.util.graph
A graph where each edge has an edge in the opposite direction.
SymmetricMultiGraph<V,E extends Edge<V>,EX extends Exception> - Interface in com.aoindustries.util.graph
A multi graph where each edge has an edge in the opposite direction.
SyncFile - Class in com.aoindustries.io
Copies one file to another, only writing the blocks of the destination file if they either didn't already exist or contain different content.
SyncFile() - Constructor for class com.aoindustries.io.SyncFile
 
syncFile(InputStream, RandomAccessFile) - Static method in class com.aoindustries.io.SyncFile
Synchronized the input to the provided output, only writing data that doesn't already match the input.
synchronize(List<? extends E>) - Method in class com.aoindustries.swing.SynchronizingComboBoxModel
Synchronizes the list, adding and removing only a minimum number of elements.
synchronize(List<? extends E>) - Method in class com.aoindustries.swing.SynchronizingListModel
Synchronizes the list, adding and removing only a minimum number of elements.
synchronize(DefaultTreeModel, Tree<E>) - Method in class com.aoindustries.swing.SynchronizingMutableTreeNode
Synchronizes the children of this node with the roots of the provided tree while adding and removing only a minimum number of nodes.
synchronize(DefaultTreeModel, List<Node<E>>) - Method in class com.aoindustries.swing.SynchronizingMutableTreeNode
Synchronizes the children of this node with the provided children while adding and removing only a minimum number of nodes.
SynchronizingComboBoxModel<E> - Class in com.aoindustries.swing
When requested, it will synchronize its list of elements to an externally- provided list.
SynchronizingComboBoxModel() - Constructor for class com.aoindustries.swing.SynchronizingComboBoxModel
 
SynchronizingComboBoxModel(E) - Constructor for class com.aoindustries.swing.SynchronizingComboBoxModel
 
SynchronizingListModel<E> - Class in com.aoindustries.swing
When requested, it will synchronize its list of elements to an externally- provided list.
SynchronizingListModel() - Constructor for class com.aoindustries.swing.SynchronizingListModel
 
SynchronizingListModel(E) - Constructor for class com.aoindustries.swing.SynchronizingListModel
 
SynchronizingMutableTreeNode<E> - Class in com.aoindustries.swing
When requested, it will recursively synchronize its children to an externally- provided tree.
SynchronizingMutableTreeNode() - Constructor for class com.aoindustries.swing.SynchronizingMutableTreeNode
 
SynchronizingMutableTreeNode(Object) - Constructor for class com.aoindustries.swing.SynchronizingMutableTreeNode
 
SynchronizingMutableTreeNode(Object, boolean) - Constructor for class com.aoindustries.swing.SynchronizingMutableTreeNode
 
SysExits - Class in com.aoindustries.lang
POSIX-compatible process exit values.

T

Table<T extends Row> - Interface in com.aoindustries.table
An abstract structure for tables.
TableListener - Interface in com.aoindustries.table
When registered as a listener on a Table, a TableListener is notified when the data in a table has been updated.
tableUpdated(Table<?>) - Method in interface com.aoindustries.table.TableListener
Invoked when a Table is updated.
tailSet(E) - Method in class com.aoindustries.util.ArraySortedSet
 
TAIWAN - Static variable in class com.aoindustries.util.i18n.Locales
Some locale constants not provided directly by Java, along with those provided by Java.
TempFile - Class in com.aoindustries.io
Holds a reference to a temp file.
TempFile(String) - Constructor for class com.aoindustries.io.TempFile
 
TempFile(String, String) - Constructor for class com.aoindustries.io.TempFile
 
TempFile(String, String, File) - Constructor for class com.aoindustries.io.TempFile
Creates the temp directory if missing.
TempFileList - Class in com.aoindustries.io
Manages a set of temporary files.
TempFileList(String) - Constructor for class com.aoindustries.io.TempFileList
 
TempFileList(String, String) - Constructor for class com.aoindustries.io.TempFileList
 
TempFileList(String, String, File) - Constructor for class com.aoindustries.io.TempFileList
 
TerminalWriter - Class in com.aoindustries.io
A writer that controls advanced features of VT/100 terminals, while silently reverting to standard behavior where the functions are not supported.
TerminalWriter(Writer) - Constructor for class com.aoindustries.io.TerminalWriter
 
TerminalWriter(Writer, boolean) - Constructor for class com.aoindustries.io.TerminalWriter
 
ThreadLocalCallable<T> - Class in com.aoindustries.util.concurrent
Copies a ThreadLocal value from the current thread onto the thread that runs the provided callable.
ThreadLocalCallable(Callable<T>, ThreadLocal<?>) - Constructor for class com.aoindustries.util.concurrent.ThreadLocalCallable
 
ThreadLocale - Class in com.aoindustries.util.i18n
Keeps track of the user's locale on a per-thread basis.
ThreadLocalRunnable - Class in com.aoindustries.util.concurrent
Copies a ThreadLocal value from the current thread onto the thread that runs the provided runnable.
ThreadLocalRunnable(Runnable, ThreadLocal<?>) - Constructor for class com.aoindustries.util.concurrent.ThreadLocalRunnable
 
ThreadLocalsCallable<T> - Class in com.aoindustries.util.concurrent
Copies any number of ThreadLocal values from the current thread onto the thread that runs the provided callable.
ThreadLocalsCallable(Callable<T>, ThreadLocal<?>...) - Constructor for class com.aoindustries.util.concurrent.ThreadLocalsCallable
 
ThreadLocalsRunnable - Class in com.aoindustries.util.concurrent
Copies any number of ThreadLocal values from the current thread onto the thread that runs the provided runnable.
ThreadLocalsRunnable(Runnable, ThreadLocal<?>...) - Constructor for class com.aoindustries.util.concurrent.ThreadLocalsRunnable
 
ThreadUtility - Class in com.aoindustries.util
 
to - Variable in class com.aoindustries.util.graph.Edge
 
toArray() - Method in class com.aoindustries.util.ArraySet
 
toArray(T[]) - Method in class com.aoindustries.util.ArraySet
 
toArray() - Method in class com.aoindustries.util.ArraySortedSet
 
toArray(T[]) - Method in class com.aoindustries.util.ArraySortedSet
 
toArray() - Method in class com.aoindustries.util.IntArrayList
Returns an array containing all of the elements in this list in the correct order.
toArray(T[]) - Method in class com.aoindustries.util.IntArrayList
Returns an array containing all of the elements in this list in the correct order; the runtime type of the returned array is that of the specified array.
toArray() - Method in class com.aoindustries.util.LongArrayList
Returns an array containing all of the elements in this list in the correct order.
toArray(T[]) - Method in class com.aoindustries.util.LongArrayList
Returns an array containing all of the elements in this list in the correct order; the runtime type of the returned array is that of the specified array.
toArray() - Method in class com.aoindustries.util.persistent.PersistentLinkedList
 
toArray(T[]) - Method in class com.aoindustries.util.persistent.PersistentLinkedList
 
toArray() - Method in class com.aoindustries.util.UnionSet
Triggers combining.
toArray(T[]) - Method in class com.aoindustries.util.UnionSet
Triggers combining.
toArray() - Method in class com.aoindustries.util.UnmodifiableArraySet
 
toArray(T[]) - Method in class com.aoindustries.util.UnmodifiableArraySet
 
toArrayInt() - Method in class com.aoindustries.util.IntArrayList
Returns an array containing all of the elements in this list in the correct order.
toArrayInt() - Method in interface com.aoindustries.util.IntCollection
 
toArrayLong() - Method in class com.aoindustries.util.LongArrayList
Returns an array containing all of the elements in this list in the correct order.
toArrayLong() - Method in interface com.aoindustries.util.LongCollection
 
toLowerCase() - Method in class com.aoindustries.util.i18n.LocaleString
 
toNanos() - Method in class com.aoindustries.time.Duration
Gets this duration as a number of nanoseconds only.
TopologicalSorter<V,EX extends Exception> - Class in com.aoindustries.util.graph
Performs a topological sort of all the vertices in the provided symmetric multi graph.
TopologicalSorter(SymmetricMultiGraph<V, ?, ? extends EX>, boolean) - Constructor for class com.aoindustries.util.graph.TopologicalSorter
 
toString() - Method in class com.aoindustries.cache.BackgroundCache
 
toString(int, int) - Method in class com.aoindustries.io.AoCharArrayWriter
Converts a portion of the input data to a string.
toString() - Method in class com.aoindustries.io.BitRate
 
toString() - Method in enum com.aoindustries.io.BitRate.Unit
 
toString() - Method in class com.aoindustries.io.ByteCount
 
toString() - Method in enum com.aoindustries.io.ByteCount.Unit
 
toString() - Method in class com.aoindustries.io.StringBuilderWriter
Gets the captured body as a String.
toString() - Method in class com.aoindustries.io.TempFile
 
toString() - Method in class com.aoindustries.io.TempFileList
 
toString() - Method in interface com.aoindustries.io.Writable
Anything writable must have a toString consistent with what would be written by the writeTo methods.
toString(Object) - Static method in class com.aoindustries.lang.ObjectUtils
Calls toString if non-null, returns null when null.
toString() - Method in class com.aoindustries.math.BigFraction
 
toString() - Method in class com.aoindustries.math.LongLong
 
toString() - Method in class com.aoindustries.security.HashedKey
 
toString() - Method in class com.aoindustries.security.HashedPassword
 
toString() - Method in class com.aoindustries.security.Identifier
The external representation is a string of characters encoded in base 57, with the first 11 characters for "hi" and the last 11 characters for "lo".
toString() - Method in class com.aoindustries.security.SmallIdentifier
The external representation is a string of characters encoded in base 57, with 11 characters for "value".
toString() - Method in class com.aoindustries.sql.AOConnectionPool
 
toString() - Method in class com.aoindustries.sql.Interval
 
toString(long) - Static method in class com.aoindustries.sql.Interval
 
toString() - Method in class com.aoindustries.sql.MicroInterval
 
toString(long) - Static method in class com.aoindustries.sql.MicroInterval
 
toString() - Method in class com.aoindustries.sql.MilliInterval
 
toString(long) - Static method in class com.aoindustries.sql.MilliInterval
 
toString() - Method in class com.aoindustries.sql.NanoInterval
 
toString(long) - Static method in class com.aoindustries.sql.NanoInterval
 
toString() - Method in class com.aoindustries.table.Column
 
toString() - Method in enum com.aoindustries.table.IndexType
 
toString() - Method in class com.aoindustries.time.Duration
 
toString() - Method in class com.aoindustries.time.Instant
 
toString(Object) - Static method in class com.aoindustries.util.EncodingUtils
Deprecated.
Use Coercion.toString(Object) instead.
toString() - Method in class com.aoindustries.util.graph.Edge
 
toString() - Method in class com.aoindustries.util.graph.LabeledEdge
 
toString() - Method in class com.aoindustries.util.graph.WeightedEdge
 
toString() - Method in enum com.aoindustries.util.i18n.Country
 
toString() - Method in class com.aoindustries.util.i18n.LocaleString
 
toString() - Method in class com.aoindustries.util.i18n.Money
Displays the monetary value as currency symbol (in Locale-specific display) followed by value, such as $100.00 or $-100.50.
toString() - Method in class com.aoindustries.util.IdentityKey
 
toString() - Method in class com.aoindustries.util.schedule.DayDuration
 
toString(StringBuilder) - Method in class com.aoindustries.util.schedule.DayDuration
 
toString() - Method in enum com.aoindustries.util.schedule.DayOfWeek
 
toString() - Method in enum com.aoindustries.util.schedule.Month
 
toString() - Method in class com.aoindustries.util.Tuple2
 
toString() - Method in class com.aoindustries.util.Tuple3
 
toString() - Method in class com.aoindustries.util.UnmodifiableCalendar
 
toString() - Method in class com.aoindustries.version.Version
The toString representation is major.minor.release.build
toString(Document) - Static method in class com.aoindustries.xml.XmlUtils
 
toUpperCase() - Method in class com.aoindustries.util.i18n.LocaleString
 
TRADITIONAL_CHINESE - Static variable in class com.aoindustries.util.i18n.Locales
Some locale constants not provided directly by Java, along with those provided by Java.
Tree<E> - Interface in com.aoindustries.util.tree
An abstract structure for trees.
TreeCopy<E> - Class in com.aoindustries.util.tree
Creates a deep copy of a tree.
TreeCopy(Tree<E>) - Constructor for class com.aoindustries.util.tree.TreeCopy
 
TreeCopy(Tree<E>, NodeFilter<E>) - Constructor for class com.aoindustries.util.tree.TreeCopy
 
Trees - Class in com.aoindustries.util.tree
A set of static Tree-related classes, in the flavor of java.util.Collections.
trim() - Method in class com.aoindustries.util.i18n.LocaleString
 
trimToSize() - Method in class com.aoindustries.util.ArraySet
 
trimToSize() - Method in class com.aoindustries.util.ArraySortedSet
 
trimToSize() - Method in class com.aoindustries.util.IntArrayList
Trims the capacity of this ArrayList instance to be the list's current size.
trimToSize() - Method in class com.aoindustries.util.LongArrayList
Trims the capacity of this ArrayList instance to be the list's current size.
TrivialGraph<V,E extends Edge<V>,EX extends Exception> - Class in com.aoindustries.util.graph
A trivial graph is unmodifiable and has one vertex and no edges.
TrivialGraph(V) - Constructor for class com.aoindustries.util.graph.TrivialGraph
 
Tuple2<E1,E2> - Class in com.aoindustries.util
Two objects combined into a single.
Tuple2(E1, E2) - Constructor for class com.aoindustries.util.Tuple2
 
Tuple3<E1,E2,E3> - Class in com.aoindustries.util
Three objects combined into a single.
Tuple3(E1, E2, E3) - Constructor for class com.aoindustries.util.Tuple3
 
TURKISH - Static variable in class com.aoindustries.util.i18n.Locales
Some locale constants not provided directly by Java, along with those provided by Java.
TwoCopyBarrierBuffer - Class in com.aoindustries.util.persistent
Java does not support write barriers without a complete force call, this class works-around this issue by maintaining two copies of the file and updating the older copy to be the newer copy occasionally on barrier(false) and immediately on barrier(true) (if protectionLevel is high enough).
TwoCopyBarrierBuffer() - Constructor for class com.aoindustries.util.persistent.TwoCopyBarrierBuffer
Creates a read-write buffer backed by temporary files.
TwoCopyBarrierBuffer(String) - Constructor for class com.aoindustries.util.persistent.TwoCopyBarrierBuffer
Creates a read-write buffer with BARRIER protection level.
TwoCopyBarrierBuffer(String, ProtectionLevel) - Constructor for class com.aoindustries.util.persistent.TwoCopyBarrierBuffer
Creates a buffer.
TwoCopyBarrierBuffer(File) - Constructor for class com.aoindustries.util.persistent.TwoCopyBarrierBuffer
Creates a read-write buffer with BARRIER protection level.
TwoCopyBarrierBuffer(File, ProtectionLevel) - Constructor for class com.aoindustries.util.persistent.TwoCopyBarrierBuffer
Creates a buffer.
TwoCopyBarrierBuffer(File, ProtectionLevel, int, long, long) - Constructor for class com.aoindustries.util.persistent.TwoCopyBarrierBuffer
Creates a buffer.

U

UK - Static variable in class com.aoindustries.util.i18n.Locales
Some locale constants not provided directly by Java, along with those provided by Java.
UneditableDefaultTableModel - Class in com.aoindustries.swing.table
Makes an uneditable version of DefaultTableModel.
UneditableDefaultTableModel(int, int) - Constructor for class com.aoindustries.swing.table.UneditableDefaultTableModel
 
UneditableDefaultTableModel(Object[], int) - Constructor for class com.aoindustries.swing.table.UneditableDefaultTableModel
 
UnionClassSet<E> - Class in com.aoindustries.util
A union set that assumes objects of different classes are not equal.
UnionClassSet() - Constructor for class com.aoindustries.util.UnionClassSet
 
UnionClassSet(Collection<? extends E>) - Constructor for class com.aoindustries.util.UnionClassSet
 
UnionClassSet(Set<? extends E>) - Constructor for class com.aoindustries.util.UnionClassSet
 
UnionMethodSet<E> - Class in com.aoindustries.util
A union set that assumes objects of different classes are not equal.
UnionMethodSet(Object, Class<E>, Map<Class<? extends E>, ? extends List<? extends UnionMethodSet.Method<? extends E>>>) - Constructor for class com.aoindustries.util.UnionMethodSet
 
UnionMethodSet.Method<E> - Interface in com.aoindustries.util
 
UnionMethodSet.ReflectionMethod<E> - Class in com.aoindustries.util
 
UnionMethodSet.SetMethod<E> - Class in com.aoindustries.util
A set of values will be obtained from the call to the method.
UnionMethodSet.SingletonMethod<E> - Class in com.aoindustries.util
A single value will be obtained from the call to the method.
UnionSet<E> - Class in com.aoindustries.util
In order to efficiently provide a union of fewer, larger sets, this provides a set view on top of other sets.
UnionSet() - Constructor for class com.aoindustries.util.UnionSet
 
UnionSet(Collection<? extends E>) - Constructor for class com.aoindustries.util.UnionSet
 
UnionSet(Set<? extends E>) - Constructor for class com.aoindustries.util.UnionSet
 
UnixCrypt - Class in com.aoindustries.util
Deprecated.
This is not secure anymore.
UNLIMITED_MAX_CONNECTION_AGE - Static variable in class com.aoindustries.io.AOPool
 
unmodifiable(List<E>) - Static method in class com.aoindustries.util.MinimalList
Gets an unmodifiable wrapper around this list.
unmodifiable(Map<K, V>) - Static method in class com.aoindustries.util.MinimalMap
Gets an unmodifiable wrapper around this list.
UnmodifiableArraySet<E> - Class in com.aoindustries.util
An unmodifiable compact Set implementation that stores the elements in hashCode order.
UnmodifiableArraySet(E...) - Constructor for class com.aoindustries.util.UnmodifiableArraySet
Uses the provided elements, which must already be sorted in hashCode order and unique.
UnmodifiableArraySet(Collection<E>) - Constructor for class com.aoindustries.util.UnmodifiableArraySet
Uses the provided elements collection, which must already be sorted in hashCode order and unique.
UnmodifiableArraySet() - Constructor for class com.aoindustries.util.UnmodifiableArraySet
 
UnmodifiableCalendar - Class in com.aoindustries.util
Wraps a Calendar to make it unmodifiable.
unmodifiableCopyCollection(Collection<T>) - Static method in class com.aoindustries.util.AoCollections
Performs defensive shallow copy and returns unmodifiable collection.
unmodifiableCopyList(Collection<T>) - Static method in class com.aoindustries.util.AoCollections
Performs defensive shallow copy and returns unmodifiable list.
unmodifiableCopyMap(Map<K, V>) - Static method in class com.aoindustries.util.AoCollections
Performs defensive shallow copy and returns unmodifiable map.
unmodifiableCopySet(Collection<T>) - Static method in class com.aoindustries.util.AoCollections
Performs defensive shallow copy and returns unmodifiable set.
unmodifiableCopySortedMap(Map<K, V>) - Static method in class com.aoindustries.util.AoCollections
Performs defensive shallow copy and returns unmodifiable sorted map.
unmodifiableCopySortedSet(Collection<T>) - Static method in class com.aoindustries.util.AoCollections
Performs defensive shallow copy and returns unmodifiable sorted set.
UnmodifiableDate - Class in com.aoindustries.util
An unmodifiable Date.
UnmodifiableDate() - Constructor for class com.aoindustries.util.UnmodifiableDate
 
UnmodifiableDate(long) - Constructor for class com.aoindustries.util.UnmodifiableDate
 
UnmodifiableHttpParameters - Class in com.aoindustries.net
Protects a set of parameters from modification.
unmodifiableIterator(Iterator<E>) - Static method in class com.aoindustries.util.AoCollections
Wraps an iterator to make it unmodifiable.
UnmodifiableMessageFormat - Class in com.aoindustries.text
A MessageFormat that may not be modified.
UnmodifiableMessageFormat(String, Locale) - Constructor for class com.aoindustries.text.UnmodifiableMessageFormat
 
UnmodifiableTimestamp - Class in com.aoindustries.sql
An unmodifiable Timestamp that may be used in return values and shared between threads.
UnmodifiableTimestamp(long, int) - Constructor for class com.aoindustries.sql.UnmodifiableTimestamp
 
UnmodifiableTimestamp(long) - Constructor for class com.aoindustries.sql.UnmodifiableTimestamp
 
UnmodifiableTimestamp(int, int, int, int, int, int, int) - Constructor for class com.aoindustries.sql.UnmodifiableTimestamp
Deprecated.
instead use the constructor Timestamp(long millis)
UnsignedLong - Class in com.aoindustries.math
Static utilities for dealing with long values as if they are unsigned.
UnsynchronizedSequence - Class in com.aoindustries.util
Generates incrementing identifiers in a thread-unsafe manner using a simple primitive without any synchronization.
UnsynchronizedSequence() - Constructor for class com.aoindustries.util.UnsynchronizedSequence
Starts at the value of 1.
UnsynchronizedSequence(long) - Constructor for class com.aoindustries.util.UnsynchronizedSequence
 
unwrap() - Method in class com.aoindustries.io.FastObjectInput
Unwraps the object input.
unwrap() - Method in class com.aoindustries.io.FastObjectOutput
Unwraps the object output.
unwrap(Class<T>) - Method in class com.aoindustries.sql.PostgresqlConnectionWrapper
 
unwrapClone(Calendar) - Static method in class com.aoindustries.util.UnmodifiableCalendar
Unwraps and returns a modifiable clone of the given calendar.
unzip(File, File) - Static method in class com.aoindustries.util.zip.ZipUtils
Unzips the provided file to the given destination directory.
unzip(File, String, File, ZipEntryFilter) - Static method in class com.aoindustries.util.zip.ZipUtils
Unzips the provided file to the given destination directory.
Update(byte[], int, int) - Method in class com.aoindustries.md5.MD5
Plain update, updates this object
Update(byte[], int) - Method in class com.aoindustries.md5.MD5
 
Update(byte[]) - Method in class com.aoindustries.md5.MD5
Updates hash with given array of bytes
Update(byte) - Method in class com.aoindustries.md5.MD5
Updates hash with a single byte
Update(String) - Method in class com.aoindustries.md5.MD5
Update buffer with given string.
Update(int) - Method in class com.aoindustries.md5.MD5
Update buffer with a single integer (only & 0xff part is used, as a byte)
update(Graphics) - Method in class com.aoindustries.swing.ImageCanvas
 
UrlUtils - Class in com.aoindustries.net
Encoding helper utilities.
US - Static variable in class com.aoindustries.util.i18n.Locales
Some locale constants not provided directly by Java, along with those provided by Java.
US_ASCII - Static variable in class com.aoindustries.nio.charset.Charsets
Java 1.7: deprecated Use java.nio.charset.StandardCharsets as of Java 1.7
useCustomLogging(LogRecord) - Method in class com.aoindustries.util.logging.QueuedHandler
The log record will only be queued when this returns true.
UTF_16 - Static variable in class com.aoindustries.nio.charset.Charsets
Java 1.7: deprecated Use java.nio.charset.StandardCharsets as of Java 1.7
UTF_16BE - Static variable in class com.aoindustries.nio.charset.Charsets
Java 1.7: deprecated Use java.nio.charset.StandardCharsets as of Java 1.7
UTF_16LE - Static variable in class com.aoindustries.nio.charset.Charsets
Java 1.7: deprecated Use java.nio.charset.StandardCharsets as of Java 1.7
UTF_8 - Static variable in class com.aoindustries.nio.charset.Charsets
Java 1.7: deprecated Use java.nio.charset.StandardCharsets as of Java 1.7

V

validateObject() - Method in class com.aoindustries.time.Duration
 
validateObject() - Method in class com.aoindustries.time.Instant
 
validateObject() - Method in class com.aoindustries.util.i18n.Money
 
valueOf(String) - Static method in enum com.aoindustries.io.BitRate.Unit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class com.aoindustries.io.BitRate
 
valueOf(String) - Static method in enum com.aoindustries.io.ByteCount.Unit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class com.aoindustries.io.ByteCount
 
valueOf(String) - Static method in enum com.aoindustries.math.BigFraction.DistributionMethod
Returns the enum constant of this type with the specified name.
valueOf(long, long, boolean) - Static method in class com.aoindustries.math.BigFraction
 
valueOf(BigInteger, boolean) - Static method in class com.aoindustries.math.BigFraction
 
valueOf(BigDecimal, boolean) - Static method in class com.aoindustries.math.BigFraction
Gets the big decimal as a fraction, reduced.
valueOf(BigInteger, BigInteger, boolean) - Static method in class com.aoindustries.math.BigFraction
 
valueOf(String, int) - Static method in class com.aoindustries.math.LongLong
 
valueOf(String) - Static method in class com.aoindustries.math.LongLong
 
valueOf(long, long) - Static method in class com.aoindustries.math.LongLong
 
valueOf(String) - Static method in class com.aoindustries.security.Identifier
 
valueOf(String) - Static method in class com.aoindustries.security.SmallIdentifier
 
valueOf(String) - Static method in enum com.aoindustries.servlet.http.LastModifiedServlet.AddLastModifiedWhen
Returns the enum constant of this type with the specified name.
valueOf(Timestamp) - Static method in class com.aoindustries.sql.UnmodifiableTimestamp
Creates a new UnmodifiableTimestamp from a Timestamp.
valueOf(String) - Static method in enum com.aoindustries.table.IndexType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class com.aoindustries.time.Instant
Parses an Instant's string representation.
valueOf(String) - Static method in enum com.aoindustries.util.i18n.Country
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aoindustries.util.i18n.MarkupType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aoindustries.util.persistent.ProtectionLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aoindustries.util.schedule.DayDuration.Unit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class com.aoindustries.util.schedule.DayDuration
Parses a duration compatible with results of toString.
valueOf(String) - Static method in enum com.aoindustries.util.schedule.DayOfWeek
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aoindustries.util.schedule.Month
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class com.aoindustries.version.Version
Parses a version number from its string representation.
valueOfLowerName(String) - Static method in enum com.aoindustries.servlet.http.LastModifiedServlet.AddLastModifiedWhen
 
values() - Static method in enum com.aoindustries.io.BitRate.Unit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aoindustries.io.ByteCount.Unit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aoindustries.math.BigFraction.DistributionMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aoindustries.servlet.http.LastModifiedServlet.AddLastModifiedWhen
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aoindustries.table.IndexType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aoindustries.util.i18n.Country
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aoindustries.util.i18n.MarkupType
Returns an array containing the constants of this enum type, in the order they are declared.
values(Map<K, V>) - Static method in class com.aoindustries.util.MinimalMap
Gets the value collection.
values() - Static method in enum com.aoindustries.util.persistent.ProtectionLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aoindustries.util.schedule.DayDuration.Unit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aoindustries.util.schedule.DayOfWeek
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aoindustries.util.schedule.Month
Returns an array containing the constants of this enum type, in the order they are declared.
valuesCopy(Map<K, V>) - Static method in class com.aoindustries.util.MinimalMap
Performs a shallow copy of the value collection.
Version - Class in com.aoindustries.version
A software version consisting of four integer components.
vgap - Variable in class com.aoindustries.awt.LabelledGridLayout
 
VISIBILITY_COOKIE_NAME - Static variable in class com.aoindustries.util.i18n.EditableResourceBundle
 

W

WEEKDAYS - Static variable in class com.aoindustries.util.schedule.Recurring
 
WEEKLY - Static variable in class com.aoindustries.util.schedule.Recurring
 
Weight<T> - Interface in com.aoindustries.util.graph
A weight is anything that can be compared and added.
weight - Variable in class com.aoindustries.util.graph.WeightedEdge
 
WeightedEdge<V,W extends Weight<?>> - Class in com.aoindustries.util.graph
A weighted edge (or arc) between two vertices.
WeightedEdge(V, V, W) - Constructor for class com.aoindustries.util.graph.WeightedEdge
 
westComponents - Variable in class com.aoindustries.awt.MultiBorderLayout
 
WildcardPatternMatcher - Class in com.aoindustries.util
Matches simple wildcard patterns, supporting prefix, suffix, and exact value.
windowActivated(WindowEvent) - Method in class com.aoindustries.swing.DefaultJDialog
 
windowClosed(WindowEvent) - Method in class com.aoindustries.swing.DefaultJDialog
 
windowClosing(WindowEvent) - Method in class com.aoindustries.swing.DefaultJDialog
 
windowDeactivated(WindowEvent) - Method in class com.aoindustries.swing.DefaultJDialog
 
windowDeiconified(WindowEvent) - Method in class com.aoindustries.swing.DefaultJDialog
 
windowIconified(WindowEvent) - Method in class com.aoindustries.swing.DefaultJDialog
 
windowOpened(WindowEvent) - Method in class com.aoindustries.swing.DefaultJDialog
 
wordWrap(String, int) - Static method in class com.aoindustries.util.StringUtility
Deprecated.
Use new version with Appendable for higher performance
wordWrap(String, int, Appendable) - Static method in class com.aoindustries.util.StringUtility
Word wraps a String to be no longer than the provided number of characters wide.
wrap(ObjectInput) - Static method in class com.aoindustries.io.FastObjectInput
Gets the wrapper for the provided ObjectOutput, creating if needed.
wrap(ObjectOutput) - Static method in class com.aoindustries.io.FastObjectOutput
Gets the wrapper for the provided ObjectOutput, creating if needed.
wrap(HttpParameters) - Static method in class com.aoindustries.net.UnmodifiableHttpParameters
Wraps the given parameters to ensure they are unmodifiable.
wrap(Calendar) - Static method in class com.aoindustries.util.UnmodifiableCalendar
Wraps the calendar if needed.
WrappedException - Exception in com.aoindustries.util
 
WrappedException() - Constructor for exception com.aoindustries.util.WrappedException
Deprecated.
Please provide cause.
WrappedException(String) - Constructor for exception com.aoindustries.util.WrappedException
Deprecated.
Please provide cause.
WrappedException(Throwable) - Constructor for exception com.aoindustries.util.WrappedException
 
WrappedException(Throwable, Object[]) - Constructor for exception com.aoindustries.util.WrappedException
 
WrappedException(String, Throwable) - Constructor for exception com.aoindustries.util.WrappedException
 
WrappedException(String, Throwable, Object[]) - Constructor for exception com.aoindustries.util.WrappedException
 
WrappedExceptions - Exception in com.aoindustries.util
Wraps multiple exceptions into one.
WrappedExceptions(Throwable...) - Constructor for exception com.aoindustries.util.WrappedExceptions
 
WrappedExceptions(String, Throwable...) - Constructor for exception com.aoindustries.util.WrappedExceptions
 
WrappedSQLException - Exception in com.aoindustries.sql
Wraps a SQLException to include its source SQL statement.
WrappedSQLException(SQLException, PreparedStatement) - Constructor for exception com.aoindustries.sql.WrappedSQLException
 
WrappedSQLException(SQLException, String) - Constructor for exception com.aoindustries.sql.WrappedSQLException
 
Writable - Interface in com.aoindustries.io
Something that may be written to a Writer output instead of being converted toString and then having the String written.
write(int) - Method in class com.aoindustries.io.BitRateOutputStream
 
write(byte[]) - Method in class com.aoindustries.io.BitRateOutputStream
 
write(byte[], int, int) - Method in class com.aoindustries.io.BitRateOutputStream
 
write(int) - Method in class com.aoindustries.io.ByteCountOutputStream
 
write(byte[]) - Method in class com.aoindustries.io.ByteCountOutputStream
 
write(byte[], int, int) - Method in class com.aoindustries.io.ByteCountOutputStream
 
write(int, Writer) - Method in interface com.aoindustries.io.Encoder
 
write(char[], Writer) - Method in interface com.aoindustries.io.Encoder
 
write(char[], int, int, Writer) - Method in interface com.aoindustries.io.Encoder
 
write(String, Writer) - Method in interface com.aoindustries.io.Encoder
 
write(String, int, int, Writer) - Method in interface com.aoindustries.io.Encoder
 
write(int) - Method in class com.aoindustries.io.EncoderWriter
 
write(char[]) - Method in class com.aoindustries.io.EncoderWriter
 
write(char[], int, int) - Method in class com.aoindustries.io.EncoderWriter
 
write(String) - Method in class com.aoindustries.io.EncoderWriter
 
write(String, int, int) - Method in class com.aoindustries.io.EncoderWriter
 
write(int) - Method in class com.aoindustries.io.FastObjectOutput
 
write(byte[]) - Method in class com.aoindustries.io.FastObjectOutput
 
write(byte[], int, int) - Method in class com.aoindustries.io.FastObjectOutput
 
write(int) - Method in class com.aoindustries.io.FifoFileOutputStream
 
write(byte[]) - Method in class com.aoindustries.io.FifoFileOutputStream
 
write(byte[], int, int) - Method in class com.aoindustries.io.FifoFileOutputStream
 
write(int) - Method in class com.aoindustries.io.FindReplaceWriter
 
write(char[], int, int) - Method in class com.aoindustries.io.FindReplaceWriter
 
write(String, int, int) - Method in class com.aoindustries.io.FindReplaceWriter
 
write(byte[]) - Method in class com.aoindustries.io.MultiFileOutputStream
 
write(byte[], int, int) - Method in class com.aoindustries.io.MultiFileOutputStream
 
write(int) - Method in class com.aoindustries.io.MultiFileOutputStream
 
write(byte[]) - Method in class com.aoindustries.io.NullOutputStream
 
write(byte[], int, int) - Method in class com.aoindustries.io.NullOutputStream
 
write(int) - Method in class com.aoindustries.io.NullOutputStream
 
write(int) - Method in class com.aoindustries.io.NullPrintWriter
 
write(char[]) - Method in class com.aoindustries.io.NullPrintWriter
 
write(char[], int, int) - Method in class com.aoindustries.io.NullPrintWriter
 
write(String) - Method in class com.aoindustries.io.NullPrintWriter
 
write(String, int, int) - Method in class com.aoindustries.io.NullPrintWriter
 
write(int) - Method in class com.aoindustries.io.NullWriter
 
write(char[]) - Method in class com.aoindustries.io.NullWriter
 
write(char[], int, int) - Method in class com.aoindustries.io.NullWriter
 
write(String) - Method in class com.aoindustries.io.NullWriter
 
write(String, int, int) - Method in class com.aoindustries.io.NullWriter
 
write(int) - Method in class com.aoindustries.io.PaddingOutputStream
 
write(byte[]) - Method in class com.aoindustries.io.PaddingOutputStream
 
write(byte[], int, int) - Method in class com.aoindustries.io.PaddingOutputStream
 
write(int) - Method in class com.aoindustries.io.PrintStreamOutputStream
 
write(byte[]) - Method in class com.aoindustries.io.PrintStreamOutputStream
 
write(byte[], int, int) - Method in class com.aoindustries.io.PrintStreamOutputStream
 
write(CompressedDataOutputStream, String) - Method in interface com.aoindustries.io.Streamable
 
write(int) - Method in class com.aoindustries.io.StringBuilderWriter
 
write(char[]) - Method in class com.aoindustries.io.StringBuilderWriter
 
write(char[], int, int) - Method in class com.aoindustries.io.StringBuilderWriter
 
write(String) - Method in class com.aoindustries.io.StringBuilderWriter
 
write(String, int, int) - Method in class com.aoindustries.io.StringBuilderWriter
 
write(int) - Method in class com.aoindustries.io.WriterFacade
 
write(char[]) - Method in class com.aoindustries.io.WriterFacade
 
write(char[], int, int) - Method in class com.aoindustries.io.WriterFacade
 
write(String) - Method in class com.aoindustries.io.WriterFacade
 
write(String, int, int) - Method in class com.aoindustries.io.WriterFacade
 
write(byte[], int, int) - Method in class com.aoindustries.io.WriterOutputStream
 
write(int) - Method in class com.aoindustries.io.WriterOutputStream
 
write(int) - Method in class com.aoindustries.md5.MD5OutputStream
Writes a byte.
write(byte[], int, int) - Method in class com.aoindustries.md5.MD5OutputStream
Writes a sub array of bytes.
write(byte[]) - Method in class com.aoindustries.servlet.NullServletOutputStream
 
write(byte[], int, int) - Method in class com.aoindustries.servlet.NullServletOutputStream
 
write(int) - Method in class com.aoindustries.servlet.NullServletOutputStream
 
writeBoolean(boolean) - Method in class com.aoindustries.io.FastObjectOutput
 
writeByte(int) - Method in class com.aoindustries.io.FastObjectOutput
 
writeBytes(String) - Method in class com.aoindustries.io.FastObjectOutput
 
writeChar(int) - Method in class com.aoindustries.io.FastObjectOutput
 
writeChars(String) - Method in class com.aoindustries.io.FastObjectOutput
 
writeCompressedInt(int, OutputStream) - Static method in class com.aoindustries.io.CompressedDataOutputStream
 
writeCompressedInt(int) - Method in class com.aoindustries.io.CompressedDataOutputStream
 
writeCompressedUTF(String) - Method in class com.aoindustries.io.CompressedDataOutputStream
 
writeCompressedUTF(String, int) - Method in class com.aoindustries.io.CompressedDataOutputStream
Writes a String to the stream while using prefix compression.
writeDouble(double) - Method in class com.aoindustries.io.FastObjectOutput
 
writeExternal(ObjectOutput) - Method in class com.aoindustries.util.i18n.Money
 
writeExternal(ObjectOutput) - Method in class com.aoindustries.util.UnmodifiableArraySet
 
writeFastObject(FastExternalizable) - Method in class com.aoindustries.io.FastObjectOutput
Writes a fast externalizable object to the provided stream, supporting null values.
writeFastUTF(String) - Method in class com.aoindustries.io.FastObjectOutput
Writes a string to the output, not writing any duplicates.
writeFloat(float) - Method in class com.aoindustries.io.FastObjectOutput
 
writeInt(int) - Method in class com.aoindustries.io.FastObjectOutput
 
writeLong(long) - Method in class com.aoindustries.io.FastObjectOutput
 
writeLongUTF(String) - Method in class com.aoindustries.io.CompressedDataOutputStream
Writes a string of any length.
writeNullEnum(Enum<?>) - Method in class com.aoindustries.io.CompressedDataOutputStream
 
writeNullInteger(Integer) - Method in class com.aoindustries.io.CompressedDataOutputStream
 
writeNullLong(Long) - Method in class com.aoindustries.io.CompressedDataOutputStream
 
writeNullLongUTF(String) - Method in class com.aoindustries.io.CompressedDataOutputStream
Writes a string of any length, supporting null.
writeNullUTF(String) - Method in class com.aoindustries.io.CompressedDataOutputStream
 
writeObject(Object) - Method in class com.aoindustries.io.FastObjectOutput
Writes the provided object in the most efficient manner possible, with no object graph tracking (if possible).
writePrefix() - Method in class com.aoindustries.io.EncoderWriter
 
writePrefixTo(Appendable) - Method in interface com.aoindustries.io.Encoder
This is called before any data is written.
writeRecord(DataOutputStream) - Method in interface com.aoindustries.io.FileListObject
 
WriterFacade - Class in com.aoindustries.io
Wraps a writer while passing-through all methods of the writer class.
WriterOutputStream - Class in com.aoindustries.io
A writer output stream makes a Writer behave like an OutputStream.
WriterOutputStream(Writer) - Constructor for class com.aoindustries.io.WriterOutputStream
Create a new PrintWriter, without automatic line flushing.
writeShort(int) - Method in class com.aoindustries.io.FastObjectOutput
 
writeSuffix() - Method in class com.aoindustries.io.EncoderWriter
 
writeSuffixTo(Appendable) - Method in interface com.aoindustries.io.Encoder
This is called when no more data will be written.
writeTo(OutputStream, int, int) - Method in class com.aoindustries.io.AoByteArrayOutputStream
Writes a portion of the contents of the buffer to another byte stream.
writeTo(RandomAccessFile) - Method in class com.aoindustries.io.AoByteArrayOutputStream
 
writeTo(RandomAccessFile, int, int) - Method in class com.aoindustries.io.AoByteArrayOutputStream
 
writeTo(Writer, long, long) - Method in class com.aoindustries.io.AoCharArrayWriter
Writes a portion of the contents of the buffer to another character stream.
writeTo(Encoder, Writer) - Method in class com.aoindustries.io.AoCharArrayWriter
 
writeTo(Encoder, Writer, long, long) - Method in class com.aoindustries.io.AoCharArrayWriter
 
writeTo(Writer) - Method in interface com.aoindustries.io.Writable
Writes a streamed version of the object's String representation.
writeTo(Writer, long, long) - Method in interface com.aoindustries.io.Writable
Writes a streamed version of the object's String representation.
writeTo(Encoder, Writer) - Method in interface com.aoindustries.io.Writable
Writes a streamed version of the object's String representation using the given encoder.
writeTo(Encoder, Writer, long, long) - Method in interface com.aoindustries.io.Writable
Writes a streamed version of the object's String representation using the given encoder.
writeUTF(String) - Method in class com.aoindustries.io.FastObjectOutput
 
WsEncoder - Class in com.aoindustries.ws
SOAP web services cannot send invalid whitespace characters.

X

XmlUtils - Class in com.aoindustries.xml
Utilities that help when working with XML.

Y

YEARLY - Static variable in class com.aoindustries.util.schedule.Recurring
 

Z

ZERO - Static variable in class com.aoindustries.math.BigFraction
 
ZERO - Static variable in class com.aoindustries.time.Duration
 
ZERO_DAYS - Static variable in class com.aoindustries.util.schedule.DayDuration
Some commonly used constant durations.
ZeroFile - Class in com.aoindustries.io
Zeros-out a file, only writing the blocks of the destination that contain any non-zero value.
ZeroFile() - Constructor for class com.aoindustries.io.ZeroFile
 
zeroFile(int, int, RandomAccessFile) - Static method in class com.aoindustries.io.ZeroFile
Zeroes the provided random access file, only writing blocks that contain non-zero.
ZipEntryFilter - Interface in com.aoindustries.util.zip
Allows filtering ZIP entries in much the same way a FileFilter.
ZipUtils - Class in com.aoindustries.util.zip
ZIP file utilities.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Skip navigation links
AOCode Public 1.8.2

Copyright © 2000–2016 AO Industries, Inc.. All rights reserved.