A B C D E F G H I J K L M N O P R S T U V W X Z 
All Classes All Packages

A

abs() - Method in class com.aoapps.lang.math.BigFraction
Gets the absolute value, but is not reduced.
accept(Resources, String) - Method in interface com.aoapps.lang.i18n.LocalizedConsumerE
 
accept(Resources, String, Serializable...) - Method in interface com.aoapps.lang.i18n.LocalizedConsumerE
 
accept(ZipEntry) - Method in interface com.aoapps.lang.zip.ZipEntryFilter
 
accept(T) - Method in interface com.aoapps.lang.function.ConsumerE
 
accept(T) - Method in interface com.aoapps.lang.io.function.IOConsumer
 
accept(T) - Method in interface com.aoapps.lang.io.function.IOConsumerE
 
accept(T, U) - Method in interface com.aoapps.lang.function.BiConsumerE
 
accept(T, U) - Method in interface com.aoapps.lang.io.function.IOBiConsumer
 
accept(T, U) - Method in interface com.aoapps.lang.io.function.IOBiConsumerE
 
add(int, int) - Method in class com.aoapps.lang.util.UnmodifiableCalendar
 
add(Money) - Method in class com.aoapps.lang.i18n.Money
 
add(Money) - Method in class com.aoapps.lang.i18n.Monies
 
add(Monies) - Method in class com.aoapps.lang.i18n.Monies
 
add(BigFraction) - Method in class com.aoapps.lang.math.BigFraction
Adds two fractions, returning the value in lowest terms.
add(Integer, Integer) - Static method in class com.aoapps.lang.math.NullMath
Adds two integers together while allowing null.
addCustomMessageHandler(ErrorPrinter.CustomMessageHandler) - Static method in class com.aoapps.lang.util.ErrorPrinter
 
addListener(Resources.Listener) - Static method in class com.aoapps.lang.i18n.Resources
Adds a listener.
addSQL(Throwable, String) - Static method in class com.aoapps.lang.util.ErrorPrinter
Adds a new mapping between a throwable and the statement that caused it.
addSQL(Throwable, PreparedStatement) - Static method in class com.aoapps.lang.util.ErrorPrinter
Adds a new mapping between a throwable and the statement that caused it.
addSuppressed(Throwable, Throwable) - Static method in class com.aoapps.lang.Throwables
Adds a suppressed exception, unless already in the list of suppressed exceptions.
addSuppressedAndThrow(Throwable, Class<? extends X>, Function<? super Throwable, ? extends X>, Throwable) - Static method in class com.aoapps.lang.Throwables
Adds a suppressed exception, unless already in the list of suppressed exceptions, wrapping when needed, then throwing the result.
after(Object) - Method in class com.aoapps.lang.util.UnmodifiableCalendar
 
and(BiPredicateE<? super T, ? super U, ? extends Ex>) - Method in interface com.aoapps.lang.function.BiPredicateE
 
and(PredicateE<? super T, ? extends Ex>) - Method in interface com.aoapps.lang.function.PredicateE
 
and(IOPredicateE<? super T, ? extends Ex>) - Method in interface com.aoapps.lang.io.function.IOPredicateE
 
andThen(BiConsumerE<? super T, ? super U, ? extends Ex>) - Method in interface com.aoapps.lang.function.BiConsumerE
 
andThen(ConsumerE<? super T, ? extends Ex>) - Method in interface com.aoapps.lang.function.ConsumerE
 
andThen(FunctionE<? super R, ? extends V, ? extends Ex>) - Method in interface com.aoapps.lang.function.BiFunctionE
 
andThen(FunctionE<? super R, ? extends V, ? extends Ex>) - Method in interface com.aoapps.lang.function.FunctionE
 
andThen(LocalizedConsumerE<? extends Ex>) - Method in interface com.aoapps.lang.i18n.LocalizedConsumerE
 
andThen(IOBiConsumerE<? super T, ? super U, ? extends Ex>) - Method in interface com.aoapps.lang.io.function.IOBiConsumerE
 
andThen(IOConsumerE<? super T, ? extends Ex>) - Method in interface com.aoapps.lang.io.function.IOConsumerE
 
andThen(IOFunctionE<? super R, ? extends V, ? extends Ex>) - Method in interface com.aoapps.lang.io.function.IOFunctionE
 
AoByteArrayInputStream - Class in com.aoapps.lang.io
Provides direct access to the internal byte[]
AoByteArrayInputStream(byte[]) - Constructor for class com.aoapps.lang.io.AoByteArrayInputStream
 
AoByteArrayOutputStream - Class in com.aoapps.lang.io
Provides direct access to the internal byte[]
AoByteArrayOutputStream() - Constructor for class com.aoapps.lang.io.AoByteArrayOutputStream
 
AoByteArrayOutputStream(int) - Constructor for class com.aoapps.lang.io.AoByteArrayOutputStream
 
AoCharArrayWriter - Class in com.aoapps.lang.io
Provides direct access to the internal char[]
AoCharArrayWriter() - Constructor for class com.aoapps.lang.io.AoCharArrayWriter
 
AoCharArrayWriter(int) - Constructor for class com.aoapps.lang.io.AoCharArrayWriter
 
append(char) - Method in class com.aoapps.lang.io.AppendableWriter
 
append(char) - Method in class com.aoapps.lang.io.EncoderWriter
 
append(char) - Method in class com.aoapps.lang.io.NullPrintWriter
 
append(char) - Method in class com.aoapps.lang.io.NullWriter
 
append(char) - Method in class com.aoapps.lang.io.WriterFacade
 
append(char, Appendable) - Method in interface com.aoapps.lang.io.Encoder
 
append(CharSequence) - Method in class com.aoapps.lang.io.AppendableWriter
 
append(CharSequence) - Method in class com.aoapps.lang.io.EncoderWriter
 
append(CharSequence) - Method in class com.aoapps.lang.io.NullPrintWriter
 
append(CharSequence) - Method in class com.aoapps.lang.io.NullWriter
 
append(CharSequence) - Method in class com.aoapps.lang.io.WriterFacade
 
append(CharSequence, int, int) - Method in class com.aoapps.lang.io.AppendableWriter
 
append(CharSequence, int, int) - Method in class com.aoapps.lang.io.EncoderWriter
 
append(CharSequence, int, int) - Method in class com.aoapps.lang.io.NullPrintWriter
 
append(CharSequence, int, int) - Method in class com.aoapps.lang.io.NullWriter
 
append(CharSequence, int, int) - Method in class com.aoapps.lang.io.WriterFacade
 
append(CharSequence, int, int, Appendable) - Method in interface com.aoapps.lang.io.Encoder
 
append(CharSequence, Appendable) - Method in interface com.aoapps.lang.io.Encoder
 
append(Object, Encoder, Appendable) - Static method in class com.aoapps.lang.Coercion
Encodes an object's String representation, supporting streaming for specialized types.
append(Object, Appendable) - Static method in class com.aoapps.lang.Coercion
Appends an object's String representation, supporting streaming for specialized types.
AppendableWriter - Class in com.aoapps.lang.io
Writer that writes to an underlying Appendable.
AppendableWriter(Appendable) - Constructor for class com.aoapps.lang.io.AppendableWriter
 
appendTo(Encoder, Appendable) - Method in interface com.aoapps.lang.io.Writable
Appends a streamed version of the object's String representation using the given encoder.
appendTo(Encoder, Appendable, long, long) - Method in interface com.aoapps.lang.io.Writable
Appends a streamed version of the object's String representation using the given encoder.
appendTo(Appendable) - Method in interface com.aoapps.lang.io.Writable
Appends a streamed version of the object's String representation.
appendTo(Appendable, long, long) - Method in interface com.aoapps.lang.io.Writable
Appends a streamed version of the object's String representation.
apply(T) - Method in interface com.aoapps.lang.function.FunctionE
 
apply(T) - Method in interface com.aoapps.lang.io.function.IOFunction
 
apply(T) - Method in interface com.aoapps.lang.io.function.IOFunctionE
 
apply(T, U) - Method in interface com.aoapps.lang.function.BiFunctionE
 
applyPattern(String) - Method in class com.aoapps.lang.text.UnmodifiableMessageFormat
 
ARABIC - Static variable in class com.aoapps.lang.i18n.Locales
 
args - Variable in exception com.aoapps.lang.concurrent.LocalizedTimeoutException
 
args - Variable in exception com.aoapps.lang.io.LocalizedIOException
 
args - Variable in exception com.aoapps.lang.io.LocalizedUnsupportedEncodingException
 
args - Variable in exception com.aoapps.lang.LocalizedIllegalArgumentException
 
args - Variable in exception com.aoapps.lang.LocalizedIllegalStateException
 
args - Variable in exception com.aoapps.lang.sql.LocalizedSQLException
 
args - Variable in exception com.aoapps.lang.text.LocalizedParseException
 
AtomicSequence - Class in com.aoapps.lang.util
Generates incrementing identifiers in a thread-safe manner using atomic primitives.
AtomicSequence() - Constructor for class com.aoapps.lang.util.AtomicSequence
Starts at the value of 1.
AtomicSequence(long) - Constructor for class com.aoapps.lang.util.AtomicSequence
 
attribute(Class<?>, String) - Method in interface com.aoapps.lang.attribute.Attribute.Name.ScopeFactory
Gets the scope attribute for the given context type and name or null if not handled by this factory.
attribute(Object, String) - Method in interface com.aoapps.lang.attribute.Attribute.Name.ContextFactory
Gets the attribute for the given context and name or null if not handled by this factory.
attribute(String) - Static method in class com.aoapps.lang.attribute.Attribute
Attribute: Uses the given name, still needs scope or context.
attribute(String) - Method in class com.aoapps.lang.attribute.Context
Attribute: Uses the given name within this scope and context.
attribute(String) - Method in class com.aoapps.lang.attribute.Scope
Attribute: Uses the given name within this scope, still needs context.
Attribute<C,​T> - Class in com.aoapps.lang.attribute
An attribute has scope, context, and name and is used for value access.
Attribute(String) - Constructor for class com.aoapps.lang.attribute.Attribute
 
Attribute(String) - Constructor for class com.aoapps.lang.attribute.Scope.Attribute
 
Attribute.Name<T> - Class in com.aoapps.lang.attribute
A name without any specific scope or context.
Attribute.Name.ContextFactory<C,​T> - Interface in com.aoapps.lang.attribute
Supports attributes in extensible contexts, loaded via ServiceLoader.load(java.lang.Class) on each access to Attribute.Name.context(java.lang.Object).
Attribute.Name.ScopeFactory<C,​T> - Interface in com.aoapps.lang.attribute
Supports scope attributes in extensible scopes, loaded via ServiceLoader.load(java.lang.Class) on each access to Attribute.Name.scope(java.lang.Class).
Attribute.OldValue - Class in com.aoapps.lang.attribute
A backup value from before attribute initialization, which must be closed to restore the old value.
AutoCloseables - Class in com.aoapps.lang
Utilities for working with AutoCloseable.
available() - Method in class com.aoapps.lang.io.FastObjectInput
 
available() - Method in class com.aoapps.lang.io.SniffInputStream
 
avg(int...) - Static method in class com.aoapps.lang.math.SafeMath
Computes the average of multiple values without overflow or underflow.
avg(int, int) - Static method in class com.aoapps.lang.math.SafeMath
Computes the average of two values without overflow or underflow.

B

before(Object) - Method in class com.aoapps.lang.util.UnmodifiableCalendar
 
between(Instant, Instant) - Static method in class com.aoapps.lang.time.Duration
Deprecated.
 
BiConsumerE<T,​U,​Ex extends Throwable> - Interface in com.aoapps.lang.function
A biconsumer that is allowed to throw a checked exception.
BiFunctionE<T,​U,​R,​Ex extends Throwable> - Interface in com.aoapps.lang.function
A bifunction that is allowed to throw a checked exception.
BiFunctions - Class in com.aoapps.lang.function
Utilities for working with BiFunction and BiFunctionE.
BigFraction - Class in com.aoapps.lang.math
Stores arbitrary size fractions by their numerator and denominator.
BigFraction(long, long, boolean) - Constructor for class com.aoapps.lang.math.BigFraction
 
BigFraction(String) - Constructor for class com.aoapps.lang.math.BigFraction
 
BigFraction(BigInteger, BigInteger, boolean) - Constructor for class com.aoapps.lang.math.BigFraction
 
BigFraction.DistributionMethod - Enum in com.aoapps.lang.math
 
BiPredicateE<T,​U,​Ex extends Throwable> - Interface in com.aoapps.lang.function
A bipredicate that is allowed to throw a checked exception.
bitCount() - Method in class com.aoapps.lang.math.LongLong
 
BUFFER_SIZE - Static variable in class com.aoapps.lang.util.BufferManager
The size of buffers that are returned.
BufferManager - Class in com.aoapps.lang.util
BufferManager manages a reusable pool of byte[] and char[] buffers.
bufferToChar(byte[]) - Static method in class com.aoapps.lang.io.IoUtils
 
bufferToChar(byte[], int) - Static method in class com.aoapps.lang.io.IoUtils
 
bufferToInt(byte[]) - Static method in class com.aoapps.lang.io.IoUtils
 
bufferToInt(byte[], int) - Static method in class com.aoapps.lang.io.IoUtils
 
bufferToLong(byte[]) - Static method in class com.aoapps.lang.io.IoUtils
 
bufferToLong(byte[], int) - Static method in class com.aoapps.lang.io.IoUtils
 
bufferToShort(byte[]) - Static method in class com.aoapps.lang.io.IoUtils
 
bufferToShort(byte[], int) - Static method in class com.aoapps.lang.io.IoUtils
 
BULGARIAN - Static variable in class com.aoapps.lang.i18n.Locales
 
byteValue() - Method in class com.aoapps.lang.math.LongLong
 

C

CalendarUtils - Class in com.aoapps.lang.util
Calendar utilities.
CalendarUtils.DateTimeProducer<T> - Interface in com.aoapps.lang.util
 
call() - Method in interface com.aoapps.lang.CallableE
Deprecated.
 
call() - Method in interface com.aoapps.lang.concurrent.CallableE
 
call() - Method in class com.aoapps.lang.concurrent.ThreadLocalCallable
 
call() - Method in class com.aoapps.lang.concurrent.ThreadLocalsCallable
 
call(Callable<V>) - Static method in exception com.aoapps.lang.exception.WrappedException
Invokes the given callable, wrapping any checked exceptions.
call(Callable<V>, Object...) - Static method in exception com.aoapps.lang.exception.WrappedException
Invokes the given callable, wrapping any checked exceptions.
call(Callable<V>, String) - Static method in exception com.aoapps.lang.exception.WrappedException
Invokes the given callable, wrapping any checked exceptions.
call(Callable<V>, String, Object...) - Static method in exception com.aoapps.lang.exception.WrappedException
Invokes the given callable, wrapping any checked exceptions.
call(Locale, CallableE<? extends V, ? extends RuntimeException>) - Static method in class com.aoapps.lang.i18n.ThreadLocale
Changes the current thread locale then calls the Callable.
call(Locale, Class<? extends Ex>, CallableE<? extends V, ? extends Ex>) - Static method in class com.aoapps.lang.i18n.ThreadLocale
Changes the current thread locale then calls the Callable.
CallableE<V,​Ex extends Exception> - Interface in com.aoapps.lang
Deprecated.
Please use CallableE
CallableE<V,​Ex extends Throwable> - Interface in com.aoapps.lang.concurrent
Callable interface with a bounded exception type.
callE(CallableE<V, ?>) - Static method in exception com.aoapps.lang.exception.WrappedException
Invokes the given callable, wrapping any checked exceptions.
callE(CallableE<V, ?>, Object...) - Static method in exception com.aoapps.lang.exception.WrappedException
Invokes the given callable, wrapping any checked exceptions.
callE(CallableE<V, ?>, String) - Static method in exception com.aoapps.lang.exception.WrappedException
Invokes the given callable, wrapping any checked exceptions.
callE(CallableE<V, ?>, String, Object...) - Static method in exception com.aoapps.lang.exception.WrappedException
Invokes the given callable, wrapping any checked exceptions.
CANADA - Static variable in class com.aoapps.lang.i18n.Locales
Deprecated.
Please use Locale.CANADA directly.
CANADA_FRENCH - Static variable in class com.aoapps.lang.i18n.Locales
Deprecated.
Please use Locale.CANADA_FRENCH directly.
castByte(int) - Static method in class com.aoapps.lang.math.SafeMath
Casts int to byte, looking for any underflow or overflow.
castByte(long) - Static method in class com.aoapps.lang.math.SafeMath
Casts long to byte, looking for any underflow or overflow.
castInt(long) - Static method in class com.aoapps.lang.math.SafeMath
Casts long to int, looking for any underflow or overflow.
castShort(int) - Static method in class com.aoapps.lang.math.SafeMath
Casts int to short, looking for any underflow or overflow.
castShort(long) - Static method in class com.aoapps.lang.math.SafeMath
Casts long to short, looking for any underflow or overflow.
CATALAN - Static variable in class com.aoapps.lang.i18n.Locales
 
Charsets - Class in com.aoapps.lang.nio.charset
Deprecated.
Use StandardCharsets as of Java 1.7.
charToBuffer(char, byte[]) - Static method in class com.aoapps.lang.io.IoUtils
 
charToBuffer(char, byte[], int) - Static method in class com.aoapps.lang.io.IoUtils
 
checkError() - Method in class com.aoapps.lang.io.NullPrintWriter
 
checkIsDirectory(File) - Static method in class com.aoapps.lang.io.FileUtils
Ensures that the file is a directory.
checkNotNull(T) - Static method in exception com.aoapps.lang.NullArgumentException
Checks an argument and throws an exception if null.
checkNotNull(T, String) - Static method in exception com.aoapps.lang.NullArgumentException
Checks an argument and throws an exception if null.
CHINA - Static variable in class com.aoapps.lang.i18n.Locales
Deprecated.
Please use Locale.CHINA directly.
CHINESE - Static variable in class com.aoapps.lang.i18n.Locales
Deprecated.
Please use Locale.CHINESE directly.
Classes - Class in com.aoapps.lang.reflect
Utilities for dealing with classes.
clearError() - Method in class com.aoapps.lang.io.NullPrintWriter
 
Clock - Class in com.aoapps.lang.time
Deprecated.
Please use standard Java 8 classes.
clone() - Method in class com.aoapps.lang.util.UnmodifiableCalendar
 
clone() - Method in class com.aoapps.lang.util.UnmodifiableDate
Return a copy of this object.
close() - Method in class com.aoapps.lang.attribute.Attribute.OldValue
Restores the old value of the attribute.
close() - Method in class com.aoapps.lang.io.AppendableWriter
 
close() - Method in class com.aoapps.lang.io.FastObjectInput
 
close() - Method in class com.aoapps.lang.io.FastObjectOutput
 
close() - Method in class com.aoapps.lang.io.NoCloseInputStream
Does not close the wrapped stream.
close() - Method in class com.aoapps.lang.io.NoCloseOutputStream
Does not close the wrapped stream.
close() - Method in class com.aoapps.lang.io.NoCloseReader
Does not close the wrapped reader.
close() - Method in class com.aoapps.lang.io.NoCloseWriter
Does not close the wrapped writer.
close() - Method in class com.aoapps.lang.io.NullOutputStream
 
close() - Method in class com.aoapps.lang.io.NullPrintWriter
 
close() - Method in class com.aoapps.lang.io.NullWriter
 
close() - Method in class com.aoapps.lang.io.SniffInputStream
 
close() - Method in class com.aoapps.lang.io.WriterFacade
 
close() - Method in class com.aoapps.lang.io.WriterOutputStream
 
closeAndCatch(AutoCloseable) - Static method in class com.aoapps.lang.AutoCloseables
Closes the given AutoCloseable, catching all Throwable.
closeAndCatch(AutoCloseable...) - Static method in class com.aoapps.lang.AutoCloseables
Closes all of the given AutoCloseable in order, catching all Throwable.
closeAndCatch(Iterable<? extends AutoCloseable>) - Static method in class com.aoapps.lang.AutoCloseables
Closes all of the given AutoCloseable in order, catching all Throwable.
closeAndCatch(Throwable, AutoCloseable) - Static method in class com.aoapps.lang.AutoCloseables
Closes the given AutoCloseable, catching all Throwable.
closeAndCatch(Throwable, AutoCloseable...) - Static method in class com.aoapps.lang.AutoCloseables
Closes all of the given AutoCloseable in order, catching all Throwable.
closeAndCatch(Throwable, Iterable<? extends AutoCloseable>) - Static method in class com.aoapps.lang.AutoCloseables
Closes all of the given AutoCloseable in order, catching all Throwable.
closeAndThrow(Class<? extends X>, Function<? super Throwable, ? extends X>, AutoCloseable) - Static method in class com.aoapps.lang.AutoCloseables
Closes the given AutoCloseable in order, throwing all Throwable, wrapping when needed.
closeAndThrow(Class<? extends X>, Function<? super Throwable, ? extends X>, AutoCloseable...) - Static method in class com.aoapps.lang.AutoCloseables
Closes all of the given AutoCloseable in order, throwing all Throwable, wrapping when needed.
closeAndThrow(Class<? extends X>, Function<? super Throwable, ? extends X>, Iterable<? extends AutoCloseable>) - Static method in class com.aoapps.lang.AutoCloseables
Closes all of the given AutoCloseable in order, throwing all Throwable, wrapping when needed.
closeAndThrow(Throwable, Class<? extends X>, Function<? super Throwable, ? extends X>, AutoCloseable) - Static method in class com.aoapps.lang.AutoCloseables
Closes the given AutoCloseable in order, throwing all Throwable, wrapping when needed.
closeAndThrow(Throwable, Class<? extends X>, Function<? super Throwable, ? extends X>, AutoCloseable...) - Static method in class com.aoapps.lang.AutoCloseables
Closes all of the given AutoCloseable in order, throwing all Throwable, wrapping when needed.
closeAndThrow(Throwable, Class<? extends X>, Function<? super Throwable, ? extends X>, Iterable<? extends AutoCloseable>) - Static method in class com.aoapps.lang.AutoCloseables
Closes all of the given AutoCloseable in order, throwing all Throwable, wrapping when needed.
closeAndWrap(Throwable, Class<? extends X>, Function<? super Throwable, ? extends X>, AutoCloseable) - Static method in class com.aoapps.lang.AutoCloseables
Closes the given AutoCloseable, catching all Throwable.
closeAndWrap(Throwable, Class<? extends X>, Function<? super Throwable, ? extends X>, AutoCloseable...) - Static method in class com.aoapps.lang.AutoCloseables
Closes all of the given AutoCloseable in order, catching all Throwable.
closeAndWrap(Throwable, Class<? extends X>, Function<? super Throwable, ? extends X>, Iterable<? extends AutoCloseable>) - Static method in class com.aoapps.lang.AutoCloseables
Closes all of the given AutoCloseable in order, catching all Throwable.
coalesce(Supplier<? extends T>...) - Static method in class com.aoapps.lang.function.Suppliers
Lazily evaluates a set of suppliers, returning the first non-null result or Optional.EMPTY when no result.
coalesce(T, Function<? super T, ? extends R>...) - Static method in class com.aoapps.lang.function.Functions
Lazily evaluates a set of functions, returning the first non-null result or Optional.EMPTY when no result.
coalesce(T, U, BiFunction<? super T, ? super U, ? extends R>...) - Static method in class com.aoapps.lang.function.BiFunctions
Lazily evaluates a set of bifunctions, returning the first non-null result or Optional.EMPTY when no result.
coalesceE(SupplierE<? extends T, ? extends Ex>...) - Static method in class com.aoapps.lang.function.Suppliers
Lazily evaluates a set of suppliers, returning the first non-null result or Optional.EMPTY when no result.
coalesceE(T, FunctionE<? super T, ? extends R, ? extends Ex>...) - Static method in class com.aoapps.lang.function.Functions
Lazily evaluates a set of functions, returning the first non-null result or Optional.EMPTY when no result.
coalesceE(T, U, BiFunctionE<? super T, ? super U, ? extends R, ? extends Ex>...) - Static method in class com.aoapps.lang.function.BiFunctions
Lazily evaluates a set of bifunctions, returning the first non-null result or Optional.EMPTY when no result.
Coercion - Class in com.aoapps.lang
Coerces objects to String compatible with JSP Expression Language (JSP EL) and the Java Standard Taglib (JSTL).
CoercionOptimizer - Interface in com.aoapps.lang
Implements the optimization of Coercion.
CoercionOptimizerInitializer - Interface in com.aoapps.lang
com.aoapps.lang - module com.aoapps.lang
 
com.aoapps.lang - package com.aoapps.lang
 
com.aoapps.lang.attribute - package com.aoapps.lang.attribute
Utilities for working with various attribute scopes.
com.aoapps.lang.concurrent - package com.aoapps.lang.concurrent
 
com.aoapps.lang.dto - package com.aoapps.lang.dto
 
com.aoapps.lang.exception - package com.aoapps.lang.exception
 
com.aoapps.lang.function - package com.aoapps.lang.function
 
com.aoapps.lang.i18n - package com.aoapps.lang.i18n
Internationalization (i18n) utilities shared by many projects.
com.aoapps.lang.i18n.impl - package com.aoapps.lang.i18n.impl
 
com.aoapps.lang.io - package com.aoapps.lang.io
 
com.aoapps.lang.io.function - package com.aoapps.lang.io.function
 
com.aoapps.lang.math - package com.aoapps.lang.math
 
com.aoapps.lang.nio.charset - package com.aoapps.lang.nio.charset
 
com.aoapps.lang.reflect - package com.aoapps.lang.reflect
 
com.aoapps.lang.sql - package com.aoapps.lang.sql
 
com.aoapps.lang.text - package com.aoapps.lang.text
 
com.aoapps.lang.time - package com.aoapps.lang.time
 
com.aoapps.lang.util - package com.aoapps.lang.util
 
com.aoapps.lang.validation - package com.aoapps.lang.validation
 
com.aoapps.lang.xml - package com.aoapps.lang.xml
 
com.aoapps.lang.zip - package com.aoapps.lang.zip
 
ComparatorUtils - Class in com.aoapps.lang.util
Utilities that help when working with comparators.
compare(boolean, boolean) - Static method in class com.aoapps.lang.util.ComparatorUtils
Deprecated.
compare(int, int) - Static method in class com.aoapps.lang.util.ComparatorUtils
Deprecated.
use Integer.compare(int, int) as of Java 1.7.
compare(long, long) - Static method in class com.aoapps.lang.util.ComparatorUtils
Deprecated.
use Long.compare(long,long) as of Java 1.7.
compare(short, short) - Static method in class com.aoapps.lang.util.ComparatorUtils
Deprecated.
use Short.compare(short,short) as of Java 1.7.
compare(Object, Object) - Method in class com.aoapps.lang.text.SmartComparator
Compares two objects by their Object.toString() values.
compare(String, String) - Method in class com.aoapps.lang.text.SmartComparator
Compares two strings, supporting null.
compare(Currency, Currency) - Method in class com.aoapps.lang.i18n.CurrencyComparator
 
compare(Locale, Locale) - Method in class com.aoapps.lang.i18n.LocaleComparator
 
compareIgnoreCaseConsistentWithEquals(String, String) - Static method in class com.aoapps.lang.util.ComparatorUtils
Compares two strings in a root-locale case-insensitive manner, while remaining strictly consistent with equals.
compareTo(Money) - Method in class com.aoapps.lang.i18n.Money
Sorts by currency code and then value.
compareTo(Monies) - Method in class com.aoapps.lang.i18n.Monies
Compares two Monies by comparing each value matched by Currency.
compareTo(BigFraction) - Method in class com.aoapps.lang.math.BigFraction
 
compareTo(LongLong) - Method in class com.aoapps.lang.math.LongLong
 
compareTo(Duration) - Method in class com.aoapps.lang.time.Duration
Deprecated.
 
compareTo(Instant) - Method in class com.aoapps.lang.time.Instant
Deprecated.
 
compareTo(Calendar) - Method in class com.aoapps.lang.util.UnmodifiableCalendar
 
compareToIgnoreCaseCarefulEquals(String, String) - Static method in class com.aoapps.lang.Strings
Compares two strings in a case insensitive manner.
compareToUnsigned(LongLong) - Method in class com.aoapps.lang.math.LongLong
 
compareUnsigned(long, long) - Static method in class com.aoapps.lang.math.LongLong
Deprecated.
Please use Long.compareUnsigned(long, long) as of Java 8.
complete() - Method in class com.aoapps.lang.util.UnmodifiableCalendar
 
compose(FunctionE<? super V, ? extends T, ? extends Ex>) - Method in interface com.aoapps.lang.function.FunctionE
 
compose(IOFunctionE<? super V, ? extends T, ? extends Ex>) - Method in interface com.aoapps.lang.io.function.IOFunctionE
 
compute(BiFunctionE<? super String, ? super T, ? extends T, ? extends Ex>) - Method in class com.aoapps.lang.attribute.Attribute
computeFields() - Method in class com.aoapps.lang.util.UnmodifiableCalendar
 
computeIfAbsent(FunctionE<? super String, ? extends T, ? extends Ex>) - Method in class com.aoapps.lang.attribute.Attribute
computeIfPresent(BiFunctionE<? super String, ? super T, ? extends T, ? extends Ex>) - Method in class com.aoapps.lang.attribute.Attribute
computeTime() - Method in class com.aoapps.lang.util.UnmodifiableCalendar
 
ConfigurationException - Exception in com.aoapps.lang.exception
An invalid configuration has been detected.
ConfigurationException() - Constructor for exception com.aoapps.lang.exception.ConfigurationException
 
ConfigurationException(String) - Constructor for exception com.aoapps.lang.exception.ConfigurationException
 
ConfigurationException(String, Throwable) - Constructor for exception com.aoapps.lang.exception.ConfigurationException
 
ConfigurationException(Throwable) - Constructor for exception com.aoapps.lang.exception.ConfigurationException
 
ConsumerE<T,​Ex extends Throwable> - Interface in com.aoapps.lang.function
A consumer that is allowed to throw a checked exception.
containsIgnoreCase(String, String) - Static method in class com.aoapps.lang.Strings
 
contentEquals(File, byte[]) - Static method in class com.aoapps.lang.io.FileUtils
Compares the contents of a file to the provided array.
contentEquals(File, File) - Static method in class com.aoapps.lang.io.FileUtils
Compares the contents of two files, not supporting directories.
contentEquals(InputStream, byte[]) - Static method in class com.aoapps.lang.io.IoUtils
Compares the contents retrieved from an InputStream to the provided contents.
contentHashCode(File) - Static method in class com.aoapps.lang.io.FileUtils
Computes a hash code of the file contents, consistent with Arrays.hashCode(byte[]).
ContentType - Class in com.aoapps.lang.io
Some content-type constants for use by various projects.
context(C) - Method in class com.aoapps.lang.attribute.Attribute.Name
Attribute: Uses the given context and this name.
context(C) - Method in class com.aoapps.lang.attribute.Scope.Attribute
Attribute: Uses the given context within this scope and name.
context(C) - Method in class com.aoapps.lang.attribute.Scope
Attribute: Uses the given context within this scope, still needs name.
Context<C> - Class in com.aoapps.lang.attribute
A specifically resolved context.
Context() - Constructor for class com.aoapps.lang.attribute.Context
 
convertByteArrayFromHex(char[]) - Static method in class com.aoapps.lang.Strings
Deprecated.
Please use Hex
convertIntArrayFromHex(char[]) - Static method in class com.aoapps.lang.Strings
Deprecated.
Please use Hex
convertLongArrayFromHex(char[]) - Static method in class com.aoapps.lang.Strings
Deprecated.
Please use Hex
convertToHex(byte[]) - Static method in class com.aoapps.lang.Strings
Deprecated.
Please use Hex
convertToHex(byte[], Appendable) - Static method in class com.aoapps.lang.Strings
Deprecated.
Please use Hex
convertToHex(int) - Static method in class com.aoapps.lang.Strings
Deprecated.
Please use Hex
convertToHex(int, Appendable) - Static method in class com.aoapps.lang.Strings
Deprecated.
Please use Hex
convertToHex(long) - Static method in class com.aoapps.lang.Strings
Deprecated.
Please use Hex
convertToHex(long, Appendable) - Static method in class com.aoapps.lang.Strings
Deprecated.
Please use Hex
copy(File, File) - Static method in class com.aoapps.lang.io.FileUtils
Copies one file over another, possibly creating if needed.
copy(File, OutputStream) - Static method in class com.aoapps.lang.io.FileUtils
Copies a file to an output stream.
copy(File, Writer) - Static method in class com.aoapps.lang.io.FileUtils
Copies a file to a writer in system default locale.
copy(File, Appendable) - Static method in class com.aoapps.lang.io.FileUtils
Copies a file to an appendable in system default locale.
copy(InputStream, OutputStream) - Static method in class com.aoapps.lang.io.IoUtils
copies without flush.
copy(InputStream, OutputStream, boolean) - Static method in class com.aoapps.lang.io.IoUtils
Copies all information from one stream to another.
copy(Reader, Writer) - Static method in class com.aoapps.lang.io.IoUtils
Copies all information from one stream to another.
copy(Reader, Appendable) - Static method in class com.aoapps.lang.io.IoUtils
Copies all information from one stream to an appendable.
copy(Reader, StringBuilder) - Static method in class com.aoapps.lang.io.IoUtils
Copies all information from one stream to another.
copyEntries(File, ZipOutputStream) - Static method in class com.aoapps.lang.zip.ZipUtils
Copies all non-directory entries.
copyEntries(File, ZipOutputStream, ZipEntryFilter) - Static method in class com.aoapps.lang.zip.ZipUtils
Copies all non-directory entries.
copyEntries(ZipFile, ZipOutputStream) - Static method in class com.aoapps.lang.zip.ZipUtils
Copies all non-directory entries.
copyEntries(ZipFile, ZipOutputStream, ZipEntryFilter) - Static method in class com.aoapps.lang.zip.ZipUtils
Copies all entries.
copyRecursive(File, File) - Static method in class com.aoapps.lang.io.FileUtils
Recursively copies source to destination.
copyRecursive(File, File, FileFilter) - Static method in class com.aoapps.lang.io.FileUtils
Recursively copies source to destination.
copyToFile(InputStream, File) - Static method in class com.aoapps.lang.io.FileUtils
Copies a stream to a file.
copyToTempFile(InputStream, String, String) - Static method in class com.aoapps.lang.io.FileUtils
Copies a stream to a newly created temporary file in the given directory.
copyToTempFile(InputStream, String, String, File) - Static method in class com.aoapps.lang.io.FileUtils
Copies a stream to a newly created temporary file.
CorrectedGZIPInputStream - Class in com.aoapps.lang.zip
Works around the "Corrupt GZIP trailer" problem in GZIPInputStream by catching and ignoring this exception.
CorrectedGZIPInputStream(InputStream) - Constructor for class com.aoapps.lang.zip.CorrectedGZIPInputStream
 
CorrectedGZIPInputStream(InputStream, int) - Constructor for class com.aoapps.lang.zip.CorrectedGZIPInputStream
 
countOccurrences(byte[], int, String) - Static method in class com.aoapps.lang.Strings
Counts how many times a word appears in a line.
countOccurrences(byte[], String) - Static method in class com.aoapps.lang.Strings
Counts how many times a word appears in a line.
countOccurrences(String, String) - Static method in class com.aoapps.lang.Strings
Counts how many times a word appears in a line.
createDateTime(GregorianCalendar, int) - Method in interface com.aoapps.lang.util.CalendarUtils.DateTimeProducer
 
createTempDirectory(String, String) - Static method in class com.aoapps.lang.io.FileUtils
Deprecated.
Please use Files.createTempDirectory(java.lang.String, java.nio.file.attribute.FileAttribute...), which does not suffer from any race conditions.
createTempDirectory(String, String, File) - Static method in class com.aoapps.lang.io.FileUtils
Deprecated.
createZipFile(File, File) - Static method in class com.aoapps.lang.zip.ZipUtils
Recursively packages a directory into a file.
createZipFile(File, OutputStream) - Static method in class com.aoapps.lang.zip.ZipUtils
Recursively packages a directory into an output stream.
createZipFile(File, ZipOutputStream) - Static method in class com.aoapps.lang.zip.ZipUtils
Recursively packages a directory into a ZIP output stream.
createZipFile(File, ZipOutputStream, String) - Static method in class com.aoapps.lang.zip.ZipUtils
Recursively packages a directory into a ZIP output stream.
CROATIAN - Static variable in class com.aoapps.lang.i18n.Locales
 
CSS - Static variable in class com.aoapps.lang.io.ContentType
A CSS stylesheet.
CurrencyComparator - Class in com.aoapps.lang.i18n
Compares currencies and orders them by their currency code.
CurrencyUtil - Class in com.aoapps.lang.i18n
Utility methods for working with currencies.
CZECH - Static variable in class com.aoapps.lang.i18n.Locales
 

D

DANISH - Static variable in class com.aoapps.lang.i18n.Locales
 
DEFAULT_NAME - Static variable in class com.aoapps.lang.i18n.Resources
The default bundle name.
DEFAULT_SUBPACKAGE - Static variable in class com.aoapps.lang.i18n.Resources
The default sub-package that should contain resource bundles.
delete(File) - Static method in class com.aoapps.lang.io.FileUtils
Deprecated.
deleteRecursive(File) - Static method in class com.aoapps.lang.io.FileUtils
Disposable - Interface in com.aoapps.lang
Deprecated.
Please use AutoCloseable.
dispose() - Method in interface com.aoapps.lang.Disposable
Deprecated.
Disposes of this object instance.
DisposedException - Exception in com.aoapps.lang
Deprecated.
DisposedException() - Constructor for exception com.aoapps.lang.DisposedException
Deprecated.
 
DisposedException(String) - Constructor for exception com.aoapps.lang.DisposedException
Deprecated.
 
DisposedException(String, Throwable) - Constructor for exception com.aoapps.lang.DisposedException
Deprecated.
 
DisposedException(Throwable) - Constructor for exception com.aoapps.lang.DisposedException
Deprecated.
 
distributeValue(BigDecimal, BigFraction.DistributionMethod, BigFraction...) - Static method in class com.aoapps.lang.math.BigFraction
Evenly distributes the total value of BigDecimal by fractional amounts.
divide(long, long) - Static method in class com.aoapps.lang.math.UnsignedLong
Divides two unsigned long values.
divide(BigFraction) - Method in class com.aoapps.lang.math.BigFraction
Divides two fractions, returning the value in lowest terms.
doubleValue() - Method in class com.aoapps.lang.math.BigFraction
 
doubleValue() - Method in class com.aoapps.lang.math.LongLong
 
DtoFactory<B> - Interface in com.aoapps.lang.dto
Indicates an object is capable of making a simple Data Transfer Object (DTO) representation of itself.
Duration - Class in com.aoapps.lang.time
Deprecated.
Please use standard Java 8 classes.
Duration(long, int) - Constructor for class com.aoapps.lang.time.Duration
Deprecated.
 
DUTCH - Static variable in class com.aoapps.lang.i18n.Locales
 

E

ECMASCRIPT - Static variable in class com.aoapps.lang.io.ContentType
An ECMA script.
ECMASCRIPT_OLD - Static variable in class com.aoapps.lang.io.ContentType
Deprecated.
EMPTY_BYTE_ARRAY - Static variable in class com.aoapps.lang.EmptyArrays
 
EMPTY_CHAR_ARRAY - Static variable in class com.aoapps.lang.EmptyArrays
 
EMPTY_CLASS_ARRAY - Static variable in class com.aoapps.lang.EmptyArrays
 
EMPTY_INT_ARRAY - Static variable in class com.aoapps.lang.EmptyArrays
 
EMPTY_LONG_ARRAY - Static variable in class com.aoapps.lang.EmptyArrays
 
EMPTY_OBJECT_ARRAY - Static variable in class com.aoapps.lang.EmptyArrays
 
EMPTY_SERIALIZABLE_ARRAY - Static variable in class com.aoapps.lang.EmptyArrays
 
EMPTY_STRING_ARRAY - Static variable in class com.aoapps.lang.EmptyArrays
 
EmptyArrays - Class in com.aoapps.lang
Various empty array constants.
Encoder - Interface in com.aoapps.lang.io
Encodes data as it is written to the provided output.
EncoderWriter - Class in com.aoapps.lang.io
Writer that encodes during write.
EncoderWriter(Encoder, Writer) - Constructor for class com.aoapps.lang.io.EncoderWriter
 
endsWith(String) - Method in class com.aoapps.lang.i18n.LocaleString
 
ENGLISH - Static variable in class com.aoapps.lang.i18n.Locales
Deprecated.
Please use Locale.ENGLISH directly.
EnumUtils - Class in com.aoapps.lang
Utilities that help when working with Enums.
EPOCH - Static variable in class com.aoapps.lang.time.Instant
Deprecated.
 
equals(Duration) - Method in class com.aoapps.lang.time.Duration
Deprecated.
 
equals(Instant) - Method in class com.aoapps.lang.time.Instant
Deprecated.
 
equals(Object) - Method in class com.aoapps.lang.i18n.LocaleString
 
equals(Object) - Method in class com.aoapps.lang.i18n.Money
Equal when has same currency, value, and scale.
equals(Object) - Method in class com.aoapps.lang.i18n.Monies
 
equals(Object) - Method in class com.aoapps.lang.math.BigFraction
Two fractions are equal when they have both the same numerator, denominator, and displayPercentage.
equals(Object) - Method in class com.aoapps.lang.math.LongLong
 
equals(Object) - Method in class com.aoapps.lang.time.Duration
Deprecated.
 
equals(Object) - Method in class com.aoapps.lang.time.Instant
Deprecated.
 
equals(Object) - Method in class com.aoapps.lang.util.UnmodifiableCalendar
 
equals(Object, Object) - Static method in class com.aoapps.lang.ObjectUtils
Deprecated.
use java.util.Objects#equals(Object, Object) as of Java 1.7.
ErrorPrinter - Class in com.aoapps.lang.util
Prints errors with more detail than a standard printStackTrace() call.
ErrorPrinter.CustomMessageHandler - Interface in com.aoapps.lang.util
 
ESTONIAN - Static variable in class com.aoapps.lang.i18n.Locales
 
EX__BASE - Static variable in class com.aoapps.lang.SysExits
base value for error messages
EX__MAX - Static variable in class com.aoapps.lang.SysExits
 
EX_CANTCREAT - Static variable in class com.aoapps.lang.SysExits
can't create (user) output file
EX_CONFIG - Static variable in class com.aoapps.lang.SysExits
configuration error
EX_DATAERR - Static variable in class com.aoapps.lang.SysExits
data format error
EX_IOERR - Static variable in class com.aoapps.lang.SysExits
input/output error
EX_NOHOST - Static variable in class com.aoapps.lang.SysExits
host name unknown
EX_NOINPUT - Static variable in class com.aoapps.lang.SysExits
cannot open input
EX_NOPERM - Static variable in class com.aoapps.lang.SysExits
permission denied
EX_NOUSER - Static variable in class com.aoapps.lang.SysExits
addressee unknown
EX_OK - Static variable in class com.aoapps.lang.SysExits
successful termination
EX_OSERR - Static variable in class com.aoapps.lang.SysExits
system error (e.g., can't fork)
EX_OSFILE - Static variable in class com.aoapps.lang.SysExits
critical OS file missing
EX_PROTOCOL - Static variable in class com.aoapps.lang.SysExits
remote error in protocol
EX_SOFTWARE - Static variable in class com.aoapps.lang.SysExits
internal software error
EX_TEMPFAIL - Static variable in class com.aoapps.lang.SysExits
temp failure; user is invited to retry
EX_UNAVAILABLE - Static variable in class com.aoapps.lang.SysExits
service unavailable
EX_USAGE - Static variable in class com.aoapps.lang.SysExits
command line usage error
exec(String...) - Static method in class com.aoapps.lang.ProcessResult
Executes the provided command and gets the result in the system default character set.
exec(String[], Charset) - Static method in class com.aoapps.lang.ProcessResult
Executes the provided command and gets the result in the provided character set.
ExecutionExceptions - Class in com.aoapps.lang.concurrent
Utilities for working with ExecutionException.
ExtraInfo - Interface in com.aoapps.lang.exception
Provides optional extra information related to an exception.

F

FastExternalizable - Interface in com.aoapps.lang.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.aoapps.lang.io
Utilities to read FastExternalizable, Externalizable, and Serializable objects.
FastObjectOutput - Class in com.aoapps.lang.io
Utilities to write FastExternalizable, Externalizable, and Serializable objects.
FileUtils - Class in com.aoapps.lang.io
File utilities.
fillFrom(DataInput) - Method in class com.aoapps.lang.io.AoByteArrayInputStream
 
fillFrom(DataInput, int) - Method in class com.aoapps.lang.io.AoByteArrayInputStream
 
FINNISH - Static variable in class com.aoapps.lang.i18n.Locales
 
firstLineOnly(String, int) - Static method in class com.aoapps.lang.Strings
Returns the first line only, and only up to the maximum number of characters.
floatValue() - Method in class com.aoapps.lang.math.BigFraction
 
floatValue() - Method in class com.aoapps.lang.math.LongLong
 
flush() - Method in class com.aoapps.lang.io.AppendableWriter
 
flush() - Method in class com.aoapps.lang.io.FastObjectOutput
 
flush() - Method in class com.aoapps.lang.io.NullOutputStream
 
flush() - Method in class com.aoapps.lang.io.NullPrintWriter
 
flush() - Method in class com.aoapps.lang.io.NullWriter
 
flush() - Method in class com.aoapps.lang.io.WriterFacade
 
flush() - Method in class com.aoapps.lang.io.WriterOutputStream
 
FORM_DATA - Static variable in class com.aoapps.lang.io.ContentType
Form data that may include <input type="file">.
format(String, Object...) - Method in class com.aoapps.lang.io.NullPrintWriter
 
format(Locale, String, Object...) - Method in class com.aoapps.lang.io.NullPrintWriter
 
formatDate(Calendar) - Static method in class com.aoapps.lang.util.CalendarUtils
Formats a date in "YYYY-MM-DD" format.
formatDate(Calendar, Appendable) - Static method in class com.aoapps.lang.util.CalendarUtils
Formats a date in "YYYY-MM-DD" format.
formatDateTime(Calendar) - Static method in class com.aoapps.lang.util.CalendarUtils
Formats a date and time in "YYYY-MM-DD HH:MM:SS" format.
formatDateTime(Calendar, Appendable) - Static method in class com.aoapps.lang.util.CalendarUtils
Formats a date and time in "YYYY-MM-DD HH:MM:SS" format.
formatTime(Calendar) - Static method in class com.aoapps.lang.util.CalendarUtils
Formats a time in "HH:MM:SS" format.
formatTime(Calendar, Appendable) - Static method in class com.aoapps.lang.util.CalendarUtils
Formats a time in "HH:MM:SS" format.
FRANCE - Static variable in class com.aoapps.lang.i18n.Locales
Deprecated.
Please use Locale.FRANCE directly.
Freezable<F> - Interface in com.aoapps.lang
An object that is freezable begins life as mutable, but once frozen becomes unmodifiable and thread-safe.
freeze() - Method in interface com.aoapps.lang.Freezable
 
FRENCH - Static variable in class com.aoapps.lang.i18n.Locales
Deprecated.
Please use Locale.FRENCH directly.
FrozenException - Exception in com.aoapps.lang
Indicates an attempt was made to modify a frozen object.
FrozenException() - Constructor for exception com.aoapps.lang.FrozenException
 
FrozenException(String) - Constructor for exception com.aoapps.lang.FrozenException
 
FrozenException(String, Throwable) - Constructor for exception com.aoapps.lang.FrozenException
 
FrozenException(Throwable) - Constructor for exception com.aoapps.lang.FrozenException
 
FunctionE<T,​R,​Ex extends Throwable> - Interface in com.aoapps.lang.function
A function that is allowed to throw a checked exception.
Functions - Class in com.aoapps.lang.function
Utilities for working with Function and FunctionE.

G

generateId(String, String) - Static method in class com.aoapps.lang.xml.XmlUtils
Generates a valid ID from an arbitrary string.
GERMAN - Static variable in class com.aoapps.lang.i18n.Locales
Deprecated.
Please use Locale.GERMAN directly.
GERMANY - Static variable in class com.aoapps.lang.i18n.Locales
Deprecated.
Please use Locale.GERMANY directly.
get() - Method in class com.aoapps.lang.attribute.Attribute
Gets the value of this attribute.
get() - Method in interface com.aoapps.lang.function.SupplierE
 
get() - Static method in class com.aoapps.lang.i18n.ThreadLocale
Gets the current thread's locale or the system default if not yet set.
get() - Method in interface com.aoapps.lang.i18n.ThreadLocale.Supplier
Deprecated.
 
get() - Method in interface com.aoapps.lang.io.function.IOSupplier
 
get() - Method in interface com.aoapps.lang.io.function.IOSupplierE
 
get(int) - Method in class com.aoapps.lang.util.UnmodifiableCalendar
 
get(Resources, String) - Method in interface com.aoapps.lang.i18n.LocalizedSupplierE
 
get(Resources, String, Serializable...) - Method in interface com.aoapps.lang.i18n.LocalizedSupplierE
 
get(Currency) - Method in class com.aoapps.lang.i18n.Monies
 
getActualMaximum(int) - Method in class com.aoapps.lang.util.UnmodifiableCalendar
 
getActualMinimum(int) - Method in class com.aoapps.lang.util.UnmodifiableCalendar
 
getAllClasses(Class<?>) - Static method in class com.aoapps.lang.reflect.Classes
Gets all classes and interfaces for a class.
getAllClasses(Class<? extends T>, Class<T>) - Static method in class com.aoapps.lang.reflect.Classes
Gets all classes and interfaces for a class, up to and including the given upper bound.
getApproximateBitRate(long) - Static method in class com.aoapps.lang.Strings
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.aoapps.lang.Strings
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...
getArgs() - Method in exception com.aoapps.lang.concurrent.LocalizedTimeoutException
 
getArgs() - Method in interface com.aoapps.lang.exception.LocalizedException
 
getArgs() - Method in exception com.aoapps.lang.io.LocalizedIOException
 
getArgs() - Method in exception com.aoapps.lang.io.LocalizedUnsupportedEncodingException
 
getArgs() - Method in exception com.aoapps.lang.LocalizedIllegalArgumentException
 
getArgs() - Method in exception com.aoapps.lang.LocalizedIllegalStateException
 
getArgs() - Method in exception com.aoapps.lang.sql.LocalizedSQLException
 
getArgs() - Method in exception com.aoapps.lang.text.LocalizedParseException
 
getArgs() - Method in class com.aoapps.lang.validation.InvalidResult
 
getArgument() - Method in exception com.aoapps.lang.NullArgumentException
Gets the name of the argument that was null.
getArguments(String[]) - Static method in class com.aoapps.lang.util.GetOpt
Gets all of the non-parameter arguments.
getAttributeNames() - Method in class com.aoapps.lang.attribute.Context
Gets the attribute names within this scope and context.
getAvailableProcessors() - Static method in class com.aoapps.lang.RuntimeUtils
Faster way to get the number of processors in the system.
getBaseName() - Method in class com.aoapps.lang.i18n.Resources
Gets the baseName being accessed by these resources.
getBigDecimal(int) - Method in class com.aoapps.lang.math.BigFraction
Gets this fraction as a BigDecimal using RoundingMode.UNNECESSARY
getBigDecimal(int, RoundingMode) - Method in class com.aoapps.lang.math.BigFraction
Gets this fraction as a BigDecimal using the provided rounding mode.
getBigInteger() - Method in class com.aoapps.lang.math.BigFraction
Gets this fraction as a BigInteger using RoundingMode.UNNECESSARY
getBigInteger(RoundingMode) - Method in class com.aoapps.lang.math.BigFraction
Gets this fraction as a BigInteger using the provided rounding mode.
getByteBufferCreates() - Static method in class com.aoapps.lang.util.BufferManager
Gets the number of byte[] buffers instantiated.
getByteBuffersCollected() - Static method in class com.aoapps.lang.util.BufferManager
Gets the number of byte[] buffers detected to have been garbage collected.
getByteBufferUses() - Static method in class com.aoapps.lang.util.BufferManager
Gets the number of time byte[] buffers have been used.
getByteBufferZeroFills() - Static method in class com.aoapps.lang.util.BufferManager
Gets the number of time byte[] buffers have been zero-filled on release.
getBytes() - Static method in class com.aoapps.lang.util.BufferManager
Gets a byte[] of length BUFFER_SIZE that may be temporarily used for any purpose.
getCachedLocale(String, String, String) - Static method in class com.aoapps.lang.i18n.Locales
Gets a cached locale instance.
getCauses() - Method in exception com.aoapps.lang.exception.WrappedExceptions
Gets the unmodifiable list of causes.
getCharBufferCreates() - Static method in class com.aoapps.lang.util.BufferManager
Gets the number of char[] buffers instantiated.
getCharBuffersCollected() - Static method in class com.aoapps.lang.util.BufferManager
Gets the number of char[] buffers detected to have been garbage collected.
getCharBufferUses() - Static method in class com.aoapps.lang.util.BufferManager
Gets the number of time char[] buffers have been used.
getCharBufferZeroFills() - Static method in class com.aoapps.lang.util.BufferManager
Gets the number of time char[] buffers have been zero-filled on release.
getChars() - Static method in class com.aoapps.lang.util.BufferManager
Gets a char[] of length BUFFER_SIZE that may be temporarily used for any purpose.
getChildElementByTagName(Element, String) - Static method in class com.aoapps.lang.xml.XmlUtils
Gets the child element for a tag name or null if not found.
getChildTextContent(Element, String) - Static method in class com.aoapps.lang.xml.XmlUtils
Gets the text content of a child element for a tag name or null if not found.
getContext() - Method in class com.aoapps.lang.attribute.Attribute
Gets the context for this attribute.
getCurrencies() - Method in class com.aoapps.lang.i18n.Monies
 
getCurrency() - Method in class com.aoapps.lang.i18n.Money
 
getDecimalTimeLengthString(long) - Static method in class com.aoapps.lang.Strings
 
getDecimalTimeLengthString(long, boolean) - Static method in class com.aoapps.lang.Strings
 
getDenominator() - Method in class com.aoapps.lang.math.BigFraction
 
getDisplayName(int, int, Locale) - Method in class com.aoapps.lang.util.UnmodifiableCalendar
 
getDisplayNames(int, int, Locale) - Method in class com.aoapps.lang.util.UnmodifiableCalendar
 
getDto() - Method in interface com.aoapps.lang.dto.DtoFactory
 
getEncoder() - Method in class com.aoapps.lang.io.EncoderWriter
 
getEpochSecond() - Method in class com.aoapps.lang.time.Instant
Deprecated.
 
getExitVal() - Method in class com.aoapps.lang.ProcessResult
 
getExtension(String) - Static method in class com.aoapps.lang.io.FileUtils
Gets the extension from the path, not including any period.
getExtraInfo() - Method in interface com.aoapps.lang.exception.ExtraInfo
Gets the optional extra info associated with an exception.
getExtraInfo() - Method in error com.aoapps.lang.exception.WrappedError
 
getExtraInfo() - Method in exception com.aoapps.lang.exception.WrappedException
 
getFile(URL, String, boolean) - Static method in class com.aoapps.lang.io.FileUtils
Deprecated.
Please use TempFileContext as File.deleteOnExit() is prone to memory leaks in long-running applications.
getFirstDayOfWeek() - Method in class com.aoapps.lang.util.UnmodifiableCalendar
 
getGreatestMinimum(int) - Method in class com.aoapps.lang.util.UnmodifiableCalendar
 
getHex(char) - Static method in class com.aoapps.lang.Strings
Deprecated.
Please use Hex
getHexChar(int) - Static method in class com.aoapps.lang.Strings
Deprecated.
Please use Hex
getHigh() - Method in class com.aoapps.lang.math.LongLong
Gets the high-order long.
getInstance() - Static method in class com.aoapps.lang.i18n.CurrencyComparator
 
getInstance() - Static method in class com.aoapps.lang.i18n.LocaleComparator
 
getInstance() - Static method in class com.aoapps.lang.io.NullOutputStream
 
getInstance() - Static method in class com.aoapps.lang.io.NullPrintWriter
 
getInstance() - Static method in class com.aoapps.lang.io.NullWriter
 
getInstance() - Static method in class com.aoapps.lang.validation.ValidResult
 
getInstance(Writer) - Static method in class com.aoapps.lang.io.WriterFacade
Gets an instance of the WriterFacade that wraps the given Writer.
getInternalByteArray() - Method in class com.aoapps.lang.io.AoByteArrayInputStream
Provides direct access to the internal byte[] to avoid unnecessary copying of the array.
getInternalByteArray() - Method in class com.aoapps.lang.io.AoByteArrayOutputStream
Provides direct access to the internal byte[] to avoid unnecessary copying of the array.
getInternalCharArray() - Method in class com.aoapps.lang.io.AoCharArrayWriter
 
getKey() - Method in exception com.aoapps.lang.concurrent.LocalizedTimeoutException
 
getKey() - Method in interface com.aoapps.lang.exception.LocalizedException
 
getKey() - Method in exception com.aoapps.lang.io.LocalizedIOException
 
getKey() - Method in exception com.aoapps.lang.io.LocalizedUnsupportedEncodingException
 
getKey() - Method in exception com.aoapps.lang.LocalizedIllegalArgumentException
 
getKey() - Method in exception com.aoapps.lang.LocalizedIllegalStateException
 
getKey() - Method in exception com.aoapps.lang.sql.LocalizedSQLException
 
getKey() - Method in exception com.aoapps.lang.text.LocalizedParseException
 
getKey() - Method in class com.aoapps.lang.validation.InvalidResult
 
getLeastMaximum(int) - Method in class com.aoapps.lang.util.UnmodifiableCalendar
 
getLength() - Method in class com.aoapps.lang.io.AoCharArrayWriter
 
getLength() - Method in interface com.aoapps.lang.io.Writable
Gets the number of characters represented by this Writable.
getLocale() - Method in class com.aoapps.lang.i18n.LocaleString
 
getLocalizedMessage() - Method in exception com.aoapps.lang.concurrent.LocalizedTimeoutException
 
getLocalizedMessage() - Method in interface com.aoapps.lang.exception.LocalizedException
 
getLocalizedMessage() - Method in error com.aoapps.lang.exception.WrappedError
 
getLocalizedMessage() - Method in exception com.aoapps.lang.exception.WrappedException
 
getLocalizedMessage() - Method in exception com.aoapps.lang.io.LocalizedIOException
 
getLocalizedMessage() - Method in exception com.aoapps.lang.io.LocalizedUnsupportedEncodingException
 
getLocalizedMessage() - Method in exception com.aoapps.lang.LocalizedIllegalArgumentException
 
getLocalizedMessage() - Method in exception com.aoapps.lang.LocalizedIllegalStateException
 
getLocalizedMessage() - Method in exception com.aoapps.lang.NullArgumentException
 
getLocalizedMessage() - Method in exception com.aoapps.lang.reflect.ReflectionException
 
getLocalizedMessage() - Method in exception com.aoapps.lang.sql.LocalizedSQLException
 
getLocalizedMessage() - Method in exception com.aoapps.lang.text.LocalizedParseException
 
getLocalizedMessage() - Method in exception com.aoapps.lang.validation.ValidationException
 
getLow() - Method in class com.aoapps.lang.math.LongLong
Gets the low-order long.
getMap() - Method in class com.aoapps.lang.i18n.Monies
 
getMaximum(int) - Method in class com.aoapps.lang.util.UnmodifiableCalendar
 
getMessage() - Method in error com.aoapps.lang.exception.WrappedError
 
getMessage() - Method in exception com.aoapps.lang.exception.WrappedException
 
getMessage() - Method in exception com.aoapps.lang.reflect.ReflectionException
 
getMessage(String) - Method in class com.aoapps.lang.i18n.Resources
Gets the message with the given key in the current thread's locale.
getMessage(String, Object...) - Method in class com.aoapps.lang.i18n.Resources
Gets the message with the given key in the current thread's locale, optionally message-formatted.
getMessage(Locale, String) - Method in class com.aoapps.lang.i18n.Resources
Gets the message with the given key in the provided locale.
getMessage(Locale, String, Object...) - Method in class com.aoapps.lang.i18n.Resources
Gets the message with the given key in the provided locale, optionally message-formatted.
getMessageFormat(String) - Static method in class com.aoapps.lang.text.MessageFormatFactory
Gets a message format for the provided format in the current thread locale.
getMessageFormat(String, Locale) - Static method in class com.aoapps.lang.text.MessageFormatFactory
Gets a message format for the provided format and locale.
getMinimalDaysInFirstWeek() - Method in class com.aoapps.lang.util.UnmodifiableCalendar
 
getMinimum(int) - Method in class com.aoapps.lang.util.UnmodifiableCalendar
 
getMonth(int) - Static method in class com.aoapps.lang.Strings
Deprecated.
This method is not locale-aware, is no longer used, and will be removed.
getName() - Method in class com.aoapps.lang.attribute.Attribute
Gets the attribute name.
getName() - Method in class com.aoapps.lang.attribute.Attribute.Name
Gets the attribute Name.
getName() - Method in class com.aoapps.lang.attribute.Scope.Attribute
Gets the attribute name.
getNano() - Method in class com.aoapps.lang.time.Duration
Deprecated.
The nanoseconds, to simplify this is always in the positive direction.
getNano() - Method in class com.aoapps.lang.time.Instant
Deprecated.
The nanoseconds, to simplify this is always in the positive direction.
getNextSequenceValue() - Method in class com.aoapps.lang.util.AtomicSequence
 
getNextSequenceValue() - Method in interface com.aoapps.lang.util.Sequence
Gets the next value from the sequence.
getNextSequenceValue() - Method in class com.aoapps.lang.util.UnsynchronizedSequence
 
getNumerator() - Method in class com.aoapps.lang.math.BigFraction
 
getOldValue() - Method in class com.aoapps.lang.attribute.Attribute.OldValue
Gets the old value of the attribute, which will be restored on Attribute.OldValue.close().
getOpt(String[], String, Class<T>) - Static method in class com.aoapps.lang.util.GetOpt
Gets an argument of the provided type.
GetOpt - Class in com.aoapps.lang.util
General-purpose command line argument processor.
getOrDefault(T) - Method in class com.aoapps.lang.attribute.Attribute
Much like Map.getOrDefault(java.lang.Object, java.lang.Object), but for this attribute.
getOut() - Method in class com.aoapps.lang.io.AppendableWriter
Gets the wrapped appendable.
getOut() - Method in class com.aoapps.lang.io.EncoderWriter
Gets the wrapped writer.
getPrefix() - Method in class com.aoapps.lang.i18n.Resources
Gets the prefix applied to all keys directly used on these resources or an empty string when there is no prefix.
getProcessResult(Process) - Static method in class com.aoapps.lang.ProcessResult
Gets the result of the provided process in the system default character set.
getProcessResult(Process, Charset) - Static method in class com.aoapps.lang.ProcessResult
Gets the result of the provided process in the provided character set.
getRelease(String) - Static method in class com.aoapps.lang.Projects
Some projects are packaged with an additional release beyond their effective version number, separated by a single hypen.
getResourceBundle() - Method in class com.aoapps.lang.i18n.Resources
Gets the bundle for the current thread's locale.
getResourceBundle(Locale) - Method in class com.aoapps.lang.i18n.Resources
Gets the bundle for the provided locale.
getResources() - Method in exception com.aoapps.lang.concurrent.LocalizedTimeoutException
 
getResources() - Method in interface com.aoapps.lang.exception.LocalizedException
Gets the resources used to generate the message or null when the message is not localized and uses a default.
getResources() - Method in exception com.aoapps.lang.io.LocalizedIOException
 
getResources() - Method in exception com.aoapps.lang.io.LocalizedUnsupportedEncodingException
 
getResources() - Method in exception com.aoapps.lang.LocalizedIllegalArgumentException
 
getResources() - Method in exception com.aoapps.lang.LocalizedIllegalStateException
 
getResources() - Method in exception com.aoapps.lang.sql.LocalizedSQLException
 
getResources() - Method in exception com.aoapps.lang.text.LocalizedParseException
 
getResources() - Method in class com.aoapps.lang.validation.InvalidResult
 
getResources(SerializableBiFunction<String, Locale, ResourceBundle>, Class<?>) - Static method in class com.aoapps.lang.i18n.Resources
Accesses the resources in the Resources.DEFAULT_SUBPACKAGE sub-package of the given class named Resources.DEFAULT_NAME with clazz.getSimpleName() + '.' as the prefix.
getResources(SerializableBiFunction<String, Locale, ResourceBundle>, Package) - Static method in class com.aoapps.lang.i18n.Resources
Accesses the resources in the Resources.DEFAULT_SUBPACKAGE sub-package of the given package named Resources.DEFAULT_NAME.
getResources(SerializableBiFunction<String, Locale, ResourceBundle>, Package, String) - Static method in class com.aoapps.lang.i18n.Resources
Accesses the resources in the given package (or sub-package) with the given name and no prefix.
getResources(SerializableBiFunction<String, Locale, ResourceBundle>, Package, String, String) - Static method in class com.aoapps.lang.i18n.Resources
Accesses the resources in the given package (or sub-package) with the given name and prefix.
getResources(SerializableBiFunction<String, Locale, ResourceBundle>, String) - Static method in class com.aoapps.lang.i18n.Resources
getResources(SerializableBiFunction<String, Locale, ResourceBundle>, String, String) - Static method in class com.aoapps.lang.i18n.Resources
getResources(Class<?>) - Static method in class com.aoapps.lang.i18n.Resources
Deprecated.
Please use Resources.getResources(com.aoapps.lang.function.SerializableBiFunction, java.lang.Class) instead.

As of Java 9, bundle access is affected by module descriptors. The bundle is looked-up via a direct call to ResourceBundle.getBundle(java.lang.String, java.util.Locale), which requires opens …; in module-info.java.

getResources(Package) - Static method in class com.aoapps.lang.i18n.Resources
Deprecated.
Please use Resources.getResources(com.aoapps.lang.function.SerializableBiFunction, java.lang.Package) instead.

As of Java 9, bundle access is affected by module descriptors. The bundle is looked-up via a direct call to ResourceBundle.getBundle(java.lang.String, java.util.Locale), which requires opens …; in module-info.java.

getResources(Package, String) - Static method in class com.aoapps.lang.i18n.Resources
Deprecated.
Please use Resources.getResources(com.aoapps.lang.function.SerializableBiFunction, java.lang.Package, java.lang.String) instead.

As of Java 9, bundle access is affected by module descriptors. The bundle is looked-up via a direct call to ResourceBundle.getBundle(java.lang.String, java.util.Locale), which requires opens …; in module-info.java.

getResources(Package, String, String) - Static method in class com.aoapps.lang.i18n.Resources
Deprecated.
Please use Resources.getResources(com.aoapps.lang.function.SerializableBiFunction, java.lang.Package, java.lang.String, java.lang.String) instead.

As of Java 9, bundle access is affected by module descriptors. The bundle is looked-up via a direct call to ResourceBundle.getBundle(java.lang.String, java.util.Locale), which requires opens …; in module-info.java.

getResources(String) - Static method in class com.aoapps.lang.i18n.Resources
Deprecated.
Please use Resources.getResources(com.aoapps.lang.function.SerializableBiFunction, java.lang.String) instead.

As of Java 9, bundle access is affected by module descriptors. The bundle is looked-up via a direct call to ResourceBundle.getBundle(java.lang.String, java.util.Locale), which requires opens …; in module-info.java.

getResources(String, String) - Static method in class com.aoapps.lang.i18n.Resources
Deprecated.
Please use Resources.getResources(com.aoapps.lang.function.SerializableBiFunction, java.lang.String, java.lang.String) instead.

As of Java 9, bundle access is affected by module descriptors. The bundle is looked-up via a direct call to ResourceBundle.getBundle(java.lang.String, java.util.Locale), which requires opens …; in module-info.java.

getResult() - Method in exception com.aoapps.lang.validation.ValidationException
 
getScale() - Method in class com.aoapps.lang.i18n.Money
Gets the scale of this currency.
getScope() - Method in class com.aoapps.lang.attribute.Context
Gets the scope for this context.
getSeconds() - Method in class com.aoapps.lang.time.Duration
Deprecated.
 
getSerialVersionUID() - Method in class com.aoapps.lang.i18n.Money
 
getSerialVersionUID() - Method in interface com.aoapps.lang.io.FastExternalizable
Gets the serialVersionUID for this object.
getSQL(Throwable) - Static method in class com.aoapps.lang.util.ErrorPrinter
Gets the mappings between the given throwable and any statements that caused it.
getStackTraces(Throwable) - Static method in class com.aoapps.lang.util.ErrorPrinter
Gets the entire exception report as a String.
getStackTraces(Throwable, Object...) - Static method in class com.aoapps.lang.util.ErrorPrinter
Gets the entire exception report as a String.
getStderr() - Method in class com.aoapps.lang.ProcessResult
 
getStdout() - Method in class com.aoapps.lang.ProcessResult
 
getSymbol(Currency) - Static method in class com.aoapps.lang.i18n.CurrencyUtil
Gets a symbol for a currency in the current thread locale, with some extra hard-coded value when the Java runtime returns the currencyCode as the symbol.
getSymbol(Currency, Locale) - Static method in class com.aoapps.lang.i18n.CurrencyUtil
Gets a symbol for a currency in the provided locale, with some extra hard-coded value when the Java runtime returns the currencyCode as the symbol.
getSysExit(Throwable) - Static method in class com.aoapps.lang.SysExits
Gets a sysexit value for common exception types.
getTimeInMillis() - Method in class com.aoapps.lang.util.UnmodifiableCalendar
 
getTimeLengthString(long) - Static method in class com.aoapps.lang.Strings
 
getTimeZone() - Method in class com.aoapps.lang.util.UnmodifiableCalendar
 
getToday() - Static method in class com.aoapps.lang.util.CalendarUtils
Gets today's date in the default time zone.
getToday(TimeZone) - Static method in class com.aoapps.lang.util.CalendarUtils
Gets today's date in the given time zone.
getUnscaledValue() - Method in class com.aoapps.lang.i18n.Money
Gets the unscaled value of this currency.
getValue() - Method in class com.aoapps.lang.i18n.LocaleString
 
getValue() - Method in class com.aoapps.lang.i18n.Money
 
getValues() - Method in class com.aoapps.lang.i18n.Monies
 
getVersion(Class<?>, String, String) - Static method in class com.aoapps.lang.Projects
Gets the version from a Maven pom.properties file, falling back to Package.getImplementationVersion() then Package.getSpecificationVersion().
getVersion(Class<?>, String, String, String) - Static method in class com.aoapps.lang.Projects
Gets the version from a Maven pom.properties file, falling back to Package.getImplementationVersion() then Package.getSpecificationVersion() then the provided default.
getVersion(ClassLoader, String, String) - Static method in class com.aoapps.lang.Projects
Gets the version from a Maven pom.properties file and the given classloader.
getVersion(ClassLoader, String, String, String) - Static method in class com.aoapps.lang.Projects
Gets the version from a Maven pom.properties file and the given classloader, falling back to the provided default.
getVersion(Package) - Static method in class com.aoapps.lang.Projects
getVersion(Package, String) - Static method in class com.aoapps.lang.Projects
Gets the version from Package.getImplementationVersion(), falling back to Package.getSpecificationVersion() then the provided default.
getVersion(String, String) - Static method in class com.aoapps.lang.Projects
Gets the version from a Maven pom.properties file.
getVersion(String, String, String) - Static method in class com.aoapps.lang.Projects
Gets the version from a Maven pom.properties file, falling back to the provided default.
getZipEntryTime(ZipEntry) - Static method in class com.aoapps.lang.zip.ZipUtils
Gets the time for a ZipEntry, converting from GMT as stored in the ZIP entry to make times correct between time zones.
GIF - Static variable in class com.aoapps.lang.io.ContentType
A GIF image.
GREEK - Static variable in class com.aoapps.lang.i18n.Locales
 
GZIP - Static variable in class com.aoapps.lang.io.ContentType
GZIP compressed data.

H

HALF_UP - com.aoapps.lang.math.BigFraction.DistributionMethod
Distributes values by rounding with HALF_UP method.
hash(Object...) - Static method in class com.aoapps.lang.ObjectUtils
Deprecated.
hashCode() - Method in class com.aoapps.lang.i18n.LocaleString
 
hashCode() - Method in class com.aoapps.lang.i18n.Money
 
hashCode() - Method in class com.aoapps.lang.i18n.Monies
 
hashCode() - Method in class com.aoapps.lang.math.BigFraction
 
hashCode() - Method in class com.aoapps.lang.math.LongLong
 
hashCode() - Method in class com.aoapps.lang.time.Duration
Deprecated.
 
hashCode() - Method in class com.aoapps.lang.time.Instant
Deprecated.
 
hashCode() - Method in class com.aoapps.lang.util.UnmodifiableCalendar
 
hashCode(long, long) - Static method in class com.aoapps.lang.math.LongLong
 
hashCode(Object) - Static method in class com.aoapps.lang.ObjectUtils
Deprecated.
HEBREW - Static variable in class com.aoapps.lang.i18n.Locales
HEBREW is now "he" - this matches Java's backward compatibility
highestOneBit() - Method in class com.aoapps.lang.math.LongLong
 
HINDI - Static variable in class com.aoapps.lang.i18n.Locales
 
HTML - Static variable in class com.aoapps.lang.io.ContentType
An HTML document.
HUNGARIAN - Static variable in class com.aoapps.lang.i18n.Locales
 

I

ICELANDIC - Static variable in class com.aoapps.lang.i18n.Locales
 
identity() - Static method in interface com.aoapps.lang.function.FunctionE
 
identity() - Static method in interface com.aoapps.lang.io.function.IOFunction
 
identity() - Static method in interface com.aoapps.lang.io.function.IOFunctionE
 
indexOf(String, char[]) - Static method in class com.aoapps.lang.Strings
Finds the first occurrence of any of the supplied characters
indexOf(String, char[], int) - Static method in class com.aoapps.lang.Strings
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.aoapps.lang.Strings
Finds the next of a substring like regular String.indexOf, but stops at a certain maximum index.
indexOf(String, BitSet) - Static method in class com.aoapps.lang.Strings
Finds the first occurrence of any of the supplied characters
indexOf(String, BitSet, int) - Static method in class com.aoapps.lang.Strings
Finds the first occurrence of any of the supplied characters starting at the specified index.
INDONESIAN - Static variable in class com.aoapps.lang.i18n.Locales
INDONESIAN is now "id" - this matches Java's backward compatibility
init(T) - Method in class com.aoapps.lang.attribute.Attribute
Initializes this attribute, returning a backup value, which must be closed to restore the old value.
instant() - Static method in class com.aoapps.lang.time.Clock
Deprecated.
Gets the current time with up to millisecond precision.
Instant - Class in com.aoapps.lang.time
Deprecated.
Please use standard Java 8 classes.
Instant(long, int) - Constructor for class com.aoapps.lang.time.Instant
Deprecated.
 
intern() - Method in interface com.aoapps.lang.util.Internable
 
intern(String) - Static method in class com.aoapps.lang.util.InternUtils
Null-safe intern: interns a String if it is not null, returns null if parameter is null.
intern(T) - Static method in class com.aoapps.lang.util.InternUtils
Interns the object, return null when null.
Internable<T extends Internable<T>> - Interface in com.aoapps.lang.util
An object that may be interned to save heap space, similar to String.intern().
InternUtils - Class in com.aoapps.lang.util
 
intToBuffer(int, byte[]) - Static method in class com.aoapps.lang.io.IoUtils
 
intToBuffer(int, byte[], int) - Static method in class com.aoapps.lang.io.IoUtils
 
intValue() - Method in class com.aoapps.lang.math.BigFraction
 
intValue() - Method in class com.aoapps.lang.math.LongLong
 
InvalidResult - Class in com.aoapps.lang.validation
An invalid result with a user-friendly message.
InvalidResult(Resources, String) - Constructor for class com.aoapps.lang.validation.InvalidResult
 
InvalidResult(Resources, String, Serializable...) - Constructor for class com.aoapps.lang.validation.InvalidResult
 
invoke(Class<T>, Object, String) - Static method in class com.aoapps.lang.reflect.Methods
Invokes the provided method on the given object.
invoke(Class<T>, Object, String, Class<?>[], Object[]) - Static method in class com.aoapps.lang.reflect.Methods
Invokes the provided method on the given object.
invoke(Class<T>, Object, String, Class<?>, Object) - Static method in class com.aoapps.lang.reflect.Methods
Invokes the provided method on the given object.
IOBiConsumer<T,​U> - Interface in com.aoapps.lang.io.function
A biconsumer that is allowed to throw IOException.
IOBiConsumerE<T,​U,​Ex extends Throwable> - Interface in com.aoapps.lang.io.function
A biconsumer that is allowed to throw IOException and a checked exception.
IOConsumer<T> - Interface in com.aoapps.lang.io.function
A consumer that is allowed to throw IOException.
IOConsumerE<T,​Ex extends Throwable> - Interface in com.aoapps.lang.io.function
A consumer that is allowed to throw IOException and a checked exception.
IOFunction<T,​R> - Interface in com.aoapps.lang.io.function
A function that is allowed to throw IOException.
IOFunctionE<T,​R,​Ex extends Throwable> - Interface in com.aoapps.lang.io.function
A function that is allowed to throw IOException and a checked exception.
IOPredicate<T> - Interface in com.aoapps.lang.io.function
A predicate that is allowed to throw IOException.
IOPredicateE<T,​Ex extends Throwable> - Interface in com.aoapps.lang.io.function
A predicate that is allowed to throw IOException and a checked exception.
IORunnable - Interface in com.aoapps.lang.io.function
A runnable that is allowed to throw IOException.
IORunnableE<Ex extends Throwable> - Interface in com.aoapps.lang.io.function
A runnable that is allowed to throw IOException and a checked exception.
IOSupplier<T> - Interface in com.aoapps.lang.io.function
A supplier that is allowed to throw IOException.
IOSupplierE<T,​Ex extends Throwable> - Interface in com.aoapps.lang.io.function
A supplier that is allowed to throw IOException and a checked exception.
IoUtils - Class in com.aoapps.lang.io
I/O utilities.
isDisplayPercentage() - Method in class com.aoapps.lang.math.BigFraction
 
isEmpty() - Method in class com.aoapps.lang.i18n.LocaleString
 
isEmpty() - Method in class com.aoapps.lang.i18n.Monies
 
isEmpty(Object) - Static method in class com.aoapps.lang.Coercion
Checks if a value is null or empty.
isEqual(Object) - Static method in interface com.aoapps.lang.function.PredicateE
 
isEqual(Object) - Static method in interface com.aoapps.lang.io.function.IOPredicate
 
isEqual(Object) - Static method in interface com.aoapps.lang.io.function.IOPredicateE
 
isFastToString() - Method in class com.aoapps.lang.io.AoCharArrayWriter
 
isFastToString() - Method in interface com.aoapps.lang.io.Writable
Checks if the writable will be able to be converted toString in an extremely efficient manner.
isHyphen(int) - Static method in class com.aoapps.lang.xml.XmlUtils
Convert a couple other types of hyphens.
isInstanceOf(Class<? extends Calendar>) - Method in class com.aoapps.lang.util.UnmodifiableCalendar
Checks if the calendar is an instance of the given class or is a wrapper around an instance of the given class.
isInstanceOf(Calendar, Class<? extends Calendar>) - Static method in class com.aoapps.lang.util.UnmodifiableCalendar
Checks if the calendar is an instance of the given class or is a wrapper around an instance of the given class.
isLenient() - Method in class com.aoapps.lang.util.UnmodifiableCalendar
 
isNameChar(int) - Static method in class com.aoapps.lang.xml.XmlUtils
isNameStartChar(int) - Static method in class com.aoapps.lang.xml.XmlUtils
ISO_8859_1 - Static variable in class com.aoapps.lang.nio.charset.Charsets
Deprecated.
Use StandardCharsets as of Java 1.7.
isRightToLeft(Locale) - Static method in class com.aoapps.lang.i18n.Locales
Determines if the provided locale should be displayed from right to left.
isSuppressed(Throwable, Throwable) - Static method in class com.aoapps.lang.Throwables
Checks if a throwable is already suppressed.
isValid() - Method in class com.aoapps.lang.validation.InvalidResult
 
isValid() - Method in interface com.aoapps.lang.validation.ValidationResult
Gets the validation result.
isValid() - Method in class com.aoapps.lang.validation.ValidResult
 
isValidId(String) - Static method in class com.aoapps.lang.xml.XmlUtils
Deprecated.
Please use XmlUtils.isValidName(java.lang.String), since "Values of type ID MUST match the Name production."
isValidName(String) - Static method in class com.aoapps.lang.xml.XmlUtils
Makes sure a valid Name.
isValidName(String, int, int) - Static method in class com.aoapps.lang.xml.XmlUtils
Makes sure a valid Name.
isWhitespace(char) - Static method in class com.aoapps.lang.Strings
Determines if a character is whitespace.
isWhitespace(int) - Static method in class com.aoapps.lang.Strings
Determines if a code point is whitespace.
isZero() - Method in class com.aoapps.lang.i18n.Monies
Check if this is empty or all values are zero.
ITALIAN - Static variable in class com.aoapps.lang.i18n.Locales
Deprecated.
Please use Locale.ITALIAN directly.
ITALY - Static variable in class com.aoapps.lang.i18n.Locales
Deprecated.
Please use Locale.ITALY directly.
iterableChildElementsByTagName(Element, String) - Static method in class com.aoapps.lang.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.aoapps.lang.xml.XmlUtils
Iterates over a NodeList, only returning Elements.
iterableNodes(NodeList) - Static method in class com.aoapps.lang.xml.XmlUtils
Iterates over a NodeList.
Iterables - Class in com.aoapps.lang
A set of various Iterable over common Java types, useful to avoid conflict after type erasure.
Iterables.awt - Class in com.aoapps.lang
A set of various Iterable over common Java types from the java.awt package, useful to avoid conflict after type erasure.
Iterables.awt.Polygon<T extends Polygon> - Interface in com.aoapps.lang
An Iterable over Polygon, useful to avoid conflict after type erasure.
Iterables.awt.Rectangle<T extends Rectangle> - Interface in com.aoapps.lang
An Iterable over Rectangle, useful to avoid conflict after type erasure.
Iterables.awt.Shape<T extends Shape> - Interface in com.aoapps.lang
An Iterable over Shape, useful to avoid conflict after type erasure.
Iterables.Boolean<T extends Boolean> - Interface in com.aoapps.lang
An Iterable over Boolean, useful to avoid conflict after type erasure.
Iterables.Byte<T extends Byte> - Interface in com.aoapps.lang
An Iterable over Byte, useful to avoid conflict after type erasure.
Iterables.Character<T extends Character> - Interface in com.aoapps.lang
An Iterable over Character, useful to avoid conflict after type erasure.
Iterables.CharSequence<T extends CharSequence> - Interface in com.aoapps.lang
An Iterable over CharSequence, useful to avoid conflict after type erasure.
Iterables.Double<T extends Double> - Interface in com.aoapps.lang
An Iterable over Double, useful to avoid conflict after type erasure.
Iterables.Enum<E extends Enum<E>,​T extends E> - Interface in com.aoapps.lang
An Iterable over Enum, useful to avoid conflict after type erasure.
Iterables.Float<T extends Float> - Interface in com.aoapps.lang
An Iterable over Float, useful to avoid conflict after type erasure.
Iterables.Integer<T extends Integer> - Interface in com.aoapps.lang
An Iterable over Integer, useful to avoid conflict after type erasure.
Iterables.Long<T extends Long> - Interface in com.aoapps.lang
An Iterable over Long, useful to avoid conflict after type erasure.
Iterables.Number<T extends Number> - Interface in com.aoapps.lang
An Iterable over Number, useful to avoid conflict after type erasure.
Iterables.Short<T extends Short> - Interface in com.aoapps.lang
An Iterable over Short, useful to avoid conflict after type erasure.
Iterables.String<T extends String> - Interface in com.aoapps.lang
An Iterable over String, useful to avoid conflict after type erasure.
Iterables.util - Class in com.aoapps.lang
A set of various Iterable over common Java types from the java.util package, useful to avoid conflict after type erasure.
Iterables.util.Currency<T extends Currency> - Interface in com.aoapps.lang
An Iterable over Currency, useful to avoid conflict after type erasure.
Iterables.util.Locale<T extends Locale> - Interface in com.aoapps.lang
An Iterable over Locale, useful to avoid conflict after type erasure.
iterator() - Method in class com.aoapps.lang.i18n.Monies
 

J

JAPAN - Static variable in class com.aoapps.lang.i18n.Locales
Deprecated.
Please use Locale.JAPAN directly.
JAPANESE - Static variable in class com.aoapps.lang.i18n.Locales
Deprecated.
Please use Locale.JAPANESE directly.
JAVASCRIPT - Static variable in class com.aoapps.lang.io.ContentType
A JavaScript.
JAVASCRIPT_OLD - Static variable in class com.aoapps.lang.io.ContentType
Deprecated.
join(Iterable<?>, String) - Static method in class com.aoapps.lang.Strings
Joins the string representation of objects on the provided delimiter.
join(Iterable<?>, String, A) - Static method in class com.aoapps.lang.Strings
Joins the string representation of objects on the provided delimiter.
join(Object[], String) - Static method in class com.aoapps.lang.Strings
Joins the string representation of objects on the provided delimiter.
join(Object[], String, A) - Static method in class com.aoapps.lang.Strings
Joins the string representation of objects on the provided delimiter.
JPEG - Static variable in class com.aoapps.lang.io.ContentType
A JPEG image.
JSON - Static variable in class com.aoapps.lang.io.ContentType
A JSON structure.

K

key - Variable in exception com.aoapps.lang.concurrent.LocalizedTimeoutException
 
key - Variable in exception com.aoapps.lang.io.LocalizedIOException
 
key - Variable in exception com.aoapps.lang.io.LocalizedUnsupportedEncodingException
 
key - Variable in exception com.aoapps.lang.LocalizedIllegalArgumentException
 
key - Variable in exception com.aoapps.lang.LocalizedIllegalStateException
 
key - Variable in exception com.aoapps.lang.sql.LocalizedSQLException
 
key - Variable in exception com.aoapps.lang.text.LocalizedParseException
 
KOREA - Static variable in class com.aoapps.lang.i18n.Locales
Deprecated.
Please use Locale.KOREA directly.
KOREAN - Static variable in class com.aoapps.lang.i18n.Locales
Deprecated.
Please use Locale.KOREAN directly.

L

LATVIAN - Static variable in class com.aoapps.lang.i18n.Locales
 
LD_JSON - Static variable in class com.aoapps.lang.io.ContentType
A JSON linked data.
LITHUANIAN - Static variable in class com.aoapps.lang.i18n.Locales
 
loadFromFile(File) - Static method in class com.aoapps.lang.util.PropertiesUtils
Loads properties from a file.
loadFromResource(Class<?>, String) - Static method in class com.aoapps.lang.util.PropertiesUtils
Loads properties from a module or classpath resource.
locale - Static variable in class com.aoapps.lang.i18n.impl.ThreadLocaleImpl
 
LocaleComparator - Class in com.aoapps.lang.i18n
Sorts locales by language, country, then variant.
Locales - Class in com.aoapps.lang.i18n
Convenience static access to more locales than provided by the stock Locale class.
LocaleString - Class in com.aoapps.lang.i18n
Associates a locale with a string.
LocaleString(Locale, String) - Constructor for class com.aoapps.lang.i18n.LocaleString
 
LocalizedConsumer - Interface in com.aoapps.lang.i18n
A localized consumer.
LocalizedConsumerE<Ex extends Throwable> - Interface in com.aoapps.lang.i18n
A localized consumer that is allowed to throw a checked exception.
LocalizedException - Interface in com.aoapps.lang.exception
Methods common to localized exceptions, which allows access to i18n resources used to generate LocalizedException.getLocalizedMessage().
LocalizedIllegalArgumentException - Exception in com.aoapps.lang
Extends IllegalArgumentException to provide exceptions in user locale error messages.
LocalizedIllegalArgumentException(Resources, String) - Constructor for exception com.aoapps.lang.LocalizedIllegalArgumentException
 
LocalizedIllegalArgumentException(Resources, String, Serializable...) - Constructor for exception com.aoapps.lang.LocalizedIllegalArgumentException
 
LocalizedIllegalArgumentException(Throwable, Resources, String) - Constructor for exception com.aoapps.lang.LocalizedIllegalArgumentException
 
LocalizedIllegalArgumentException(Throwable, Resources, String, Serializable...) - Constructor for exception com.aoapps.lang.LocalizedIllegalArgumentException
 
LocalizedIllegalStateException - Exception in com.aoapps.lang
Extends IllegalStateException to provide exceptions in user locale error messages.
LocalizedIllegalStateException(Resources, String) - Constructor for exception com.aoapps.lang.LocalizedIllegalStateException
 
LocalizedIllegalStateException(Resources, String, Serializable...) - Constructor for exception com.aoapps.lang.LocalizedIllegalStateException
 
LocalizedIllegalStateException(Throwable, Resources, String) - Constructor for exception com.aoapps.lang.LocalizedIllegalStateException
 
LocalizedIllegalStateException(Throwable, Resources, String, Serializable...) - Constructor for exception com.aoapps.lang.LocalizedIllegalStateException
 
LocalizedIOException - Exception in com.aoapps.lang.io
Extends IOException to provide exceptions with user locale error messages.
LocalizedIOException(Resources, String) - Constructor for exception com.aoapps.lang.io.LocalizedIOException
 
LocalizedIOException(Resources, String, Serializable...) - Constructor for exception com.aoapps.lang.io.LocalizedIOException
 
LocalizedIOException(Throwable, Resources, String) - Constructor for exception com.aoapps.lang.io.LocalizedIOException
 
LocalizedIOException(Throwable, Resources, String, Serializable...) - Constructor for exception com.aoapps.lang.io.LocalizedIOException
 
LocalizedParseException - Exception in com.aoapps.lang.text
Extends ParseException to provide exceptions in user locale error messages.
LocalizedParseException(int, Resources, String) - Constructor for exception com.aoapps.lang.text.LocalizedParseException
 
LocalizedParseException(int, Resources, String, Serializable...) - Constructor for exception com.aoapps.lang.text.LocalizedParseException
 
LocalizedSQLException - Exception in com.aoapps.lang.sql
Extends SQLException to provide exceptions with user locale error messages.
LocalizedSQLException(String, int, Resources, String) - Constructor for exception com.aoapps.lang.sql.LocalizedSQLException
 
LocalizedSQLException(String, int, Resources, String, Serializable...) - Constructor for exception com.aoapps.lang.sql.LocalizedSQLException
 
LocalizedSQLException(String, int, Throwable, Resources, String) - Constructor for exception com.aoapps.lang.sql.LocalizedSQLException
 
LocalizedSQLException(String, int, Throwable, Resources, String, Serializable...) - Constructor for exception com.aoapps.lang.sql.LocalizedSQLException
 
LocalizedSQLException(String, Resources, String) - Constructor for exception com.aoapps.lang.sql.LocalizedSQLException
 
LocalizedSQLException(String, Resources, String, Serializable...) - Constructor for exception com.aoapps.lang.sql.LocalizedSQLException
 
LocalizedSQLException(String, Throwable, Resources, String) - Constructor for exception com.aoapps.lang.sql.LocalizedSQLException
 
LocalizedSQLException(String, Throwable, Resources, String, Serializable...) - Constructor for exception com.aoapps.lang.sql.LocalizedSQLException
 
LocalizedSupplier<T> - Interface in com.aoapps.lang.i18n
A localized supplier.
LocalizedSupplierE<T,​Ex extends Throwable> - Interface in com.aoapps.lang.i18n
A localized supplier that is allowed to throw a checked exception.
LocalizedTimeoutException - Exception in com.aoapps.lang.concurrent
Extends TimeoutException to provide exceptions in user locale error messages.
LocalizedTimeoutException(Resources, String) - Constructor for exception com.aoapps.lang.concurrent.LocalizedTimeoutException
 
LocalizedTimeoutException(Resources, String, Serializable...) - Constructor for exception com.aoapps.lang.concurrent.LocalizedTimeoutException
 
LocalizedUnsupportedEncodingException - Exception in com.aoapps.lang.io
Extends UnsupportedEncodingException to provide exceptions with user locale error messages.
LocalizedUnsupportedEncodingException(Resources, String) - Constructor for exception com.aoapps.lang.io.LocalizedUnsupportedEncodingException
 
LocalizedUnsupportedEncodingException(Resources, String, Serializable...) - Constructor for exception com.aoapps.lang.io.LocalizedUnsupportedEncodingException
 
LocalizedUnsupportedEncodingException(Throwable, Resources, String) - Constructor for exception com.aoapps.lang.io.LocalizedUnsupportedEncodingException
 
LocalizedUnsupportedEncodingException(Throwable, Resources, String, Serializable...) - Constructor for exception com.aoapps.lang.io.LocalizedUnsupportedEncodingException
 
LongLong - Class in com.aoapps.lang.math
128-bit number useful for storing values such as MD5 hashes and IPv6 addresses.
LongLong(long, long) - Constructor for class com.aoapps.lang.math.LongLong
 
LongLong(String) - Constructor for class com.aoapps.lang.math.LongLong
 
longToBuffer(long, byte[]) - Static method in class com.aoapps.lang.io.IoUtils
 
longToBuffer(long, byte[], int) - Static method in class com.aoapps.lang.io.IoUtils
 
longValue() - Method in class com.aoapps.lang.math.BigFraction
 
longValue() - Method in class com.aoapps.lang.math.LongLong
 
lowestOneBit() - Method in class com.aoapps.lang.math.LongLong
 

M

max(BigFraction) - Method in class com.aoapps.lang.math.BigFraction
Gets the higher of the two fractions.
max(E, E) - Static method in class com.aoapps.lang.EnumUtils
Gets the greater of two enums.
MAX_VALUE - Static variable in class com.aoapps.lang.math.LongLong
 
mean(Collection<? extends Number>) - Static method in class com.aoapps.lang.math.Statistics
Computes the average of a set of samples.
merge(T, BiFunctionE<? super T, ? super T, ? extends T, ? extends Ex>) - Method in class com.aoapps.lang.attribute.Attribute
mergeUnzip(ZipEntryFilter, File, File...) - Static method in class com.aoapps.lang.zip.ZipUtils
Combine contents of all ZIP files while unzipping, only allowing duplicates where the file contents are equal.
mergeUnzip(File, File...) - Static method in class com.aoapps.lang.zip.ZipUtils
Combine contents of all ZIP files while unzipping, only allowing duplicates where the file contents are equal.
MessageFormatFactory - Class in com.aoapps.lang.text
Creates MessageFormat objects and caches them.
Methods - Class in com.aoapps.lang.reflect
Simplifies access to a reflection method.
min(BigFraction) - Method in class com.aoapps.lang.math.BigFraction
Gets the lower of the two fractions.
min(E, E) - Static method in class com.aoapps.lang.EnumUtils
Gets the lesser of two enums.
MIN_VALUE - Static variable in class com.aoapps.lang.math.LongLong
 
mkdir(File) - Static method in class com.aoapps.lang.io.FileUtils
mkdirs(File) - Static method in class com.aoapps.lang.io.FileUtils
Money - Class in com.aoapps.lang.i18n
Stores a monetary value as a combination of currency and amount.
Money() - Constructor for class com.aoapps.lang.i18n.Money
 
Money(Currency, long, int) - Constructor for class com.aoapps.lang.i18n.Money
 
Money(Currency, BigDecimal) - Constructor for class com.aoapps.lang.i18n.Money
Will change the scale of the value to match the currency, but will not round.
Monies - Class in com.aoapps.lang.i18n
Stores multiple monetary values, with one value per currency.
multiply(long...) - Static method in class com.aoapps.lang.math.SafeMath
Multiplies any number of longs, looking for any overflow.
multiply(long, long) - Static method in class com.aoapps.lang.math.SafeMath
Deprecated.
multiply(BigFraction) - Method in class com.aoapps.lang.math.BigFraction
Multiplies two fractions, returning the value in lowest terms.
multiply(BigDecimal) - Method in class com.aoapps.lang.i18n.Money
Multiplies without rounding.
multiply(BigDecimal) - Method in class com.aoapps.lang.i18n.Monies
Multiplies without rounding.
multiply(BigDecimal, RoundingMode) - Method in class com.aoapps.lang.i18n.Money
Multiplies with rounding.
multiply(BigDecimal, RoundingMode) - Method in class com.aoapps.lang.i18n.Monies
Multiplies with rounding.
MYSQL - Static variable in class com.aoapps.lang.io.ContentType
The MySQL mysql command line.

N

name - Variable in class com.aoapps.lang.attribute.Attribute
 
name - Variable in class com.aoapps.lang.attribute.Attribute.Name
 
name - Variable in class com.aoapps.lang.attribute.Scope.Attribute
 
Name(String) - Constructor for class com.aoapps.lang.attribute.Attribute.Name
 
negate() - Method in interface com.aoapps.lang.function.BiPredicateE
 
negate() - Method in interface com.aoapps.lang.function.PredicateE
 
negate() - Method in class com.aoapps.lang.i18n.Money
Returns a monetary amount that is the negative of this amount.
negate() - Method in class com.aoapps.lang.i18n.Monies
Returns with monetary amounts that are the negative of these amounts.
negate() - Method in interface com.aoapps.lang.io.function.IOPredicateE
 
negate() - Method in class com.aoapps.lang.math.BigFraction
Negates the value, but is not reduced.
negate() - Method in class com.aoapps.lang.math.LongLong
 
newSurrogate(X) - Static method in class com.aoapps.lang.Throwables
Attempts to create a new instance of the same class as the given template Throwable, with all important state maintained, but with the stack trace of the current Thread.
newSurrogate(X, Throwable) - Static method in class com.aoapps.lang.Throwables
Attempts to create a new instance of the same class as the given template Throwable, with all important state maintained, but with the stack trace of the current Thread.
newSurrogate(X, Throwable) - Method in interface com.aoapps.lang.ThrowableSurrogateFactory
Creates a new Throwable surrogate, when possible to create with a compatible state.
NoCloseInputStream - Class in com.aoapps.lang.io
Overrides NoCloseInputStream.close() to a no-op.
NoCloseInputStream(InputStream) - Constructor for class com.aoapps.lang.io.NoCloseInputStream
 
NoCloseOutputStream - Class in com.aoapps.lang.io
Overrides NoCloseOutputStream.close() to a no-op.
NoCloseOutputStream(OutputStream) - Constructor for class com.aoapps.lang.io.NoCloseOutputStream
 
NoCloseReader - Class in com.aoapps.lang.io
Overrides NoCloseReader.close() to a no-op.
NoCloseReader(Reader) - Constructor for class com.aoapps.lang.io.NoCloseReader
 
NoCloseWriter - Class in com.aoapps.lang.io
Overrides NoCloseWriter.close() to a no-op.
NoCloseWriter(Writer) - Constructor for class com.aoapps.lang.io.NoCloseWriter
 
NORWEGIAN - Static variable in class com.aoapps.lang.i18n.Locales
 
not(PredicateE<? super T, ? extends Ex>) - Static method in interface com.aoapps.lang.function.PredicateE
 
not(IOPredicate<? super T>) - Static method in interface com.aoapps.lang.io.function.IOPredicate
 
not(IOPredicateE<? super T, ? extends Ex>) - Static method in interface com.aoapps.lang.io.function.IOPredicateE
 
NotImplementedException - Exception in com.aoapps.lang.exception
Deprecated.
NotImplementedException() - Constructor for exception com.aoapps.lang.exception.NotImplementedException
Deprecated.
 
NotImplementedException(String) - Constructor for exception com.aoapps.lang.exception.NotImplementedException
Deprecated.
 
NotImplementedException(String, Throwable) - Constructor for exception com.aoapps.lang.exception.NotImplementedException
Deprecated.
 
NotImplementedException(Throwable) - Constructor for exception com.aoapps.lang.exception.NotImplementedException
Deprecated.
 
NullArgumentException - Exception in com.aoapps.lang
Indicates a null argument was passed where not allowed.
NullArgumentException(String) - Constructor for exception com.aoapps.lang.NullArgumentException
 
nullIfEmpty(Object) - Static method in class com.aoapps.lang.Coercion
Returns the provided value (possibly converted to a different form, like String) or null if the value is empty.
nullIfEmpty(String) - Static method in class com.aoapps.lang.Strings
Returns null if the string is null or empty.
NullMath - Class in com.aoapps.lang.math
Math routines that allow null.
NullOutputStream - Class in com.aoapps.lang.io
Discards all data.
NullPrintWriter - Class in com.aoapps.lang.io
Discards all data.
NullWriter - Class in com.aoapps.lang.io
Discards all data.
numberOfLeadingZeros() - Method in class com.aoapps.lang.math.LongLong
 
numberOfTrailingZeros() - Method in class com.aoapps.lang.math.LongLong
 

O

ObjectUtils - Class in com.aoapps.lang
Deprecated.
use Objects as of Java 1.7.
of() - Static method in class com.aoapps.lang.i18n.Monies
 
of(Money) - Static method in class com.aoapps.lang.i18n.Monies
 
of(Money...) - Static method in class com.aoapps.lang.i18n.Monies
Combines all the provided the money, adding together any that have the same currency.
of(Iterable<Money>) - Static method in class com.aoapps.lang.i18n.Monies
Combines all the provided the money, adding together any that have the same currency.
OldValue(Object) - Constructor for class com.aoapps.lang.attribute.Attribute.OldValue
 
ONE - Static variable in class com.aoapps.lang.math.BigFraction
 
onGetMessage(Resources, Locale, String, Object[], String, String) - Method in interface com.aoapps.lang.i18n.Resources.Listener
Called during Resources.getMessage(java.util.Locale, java.lang.String, java.lang.Object...) when a lookup is performed and the key found.
optimize(Writer, Encoder) - Method in interface com.aoapps.lang.CoercionOptimizer
Unwraps a writer to expose any wrapped writer.
or(BiPredicateE<? super T, ? super U, ? extends Ex>) - Method in interface com.aoapps.lang.function.BiPredicateE
 
or(PredicateE<? super T, ? extends Ex>) - Method in interface com.aoapps.lang.function.PredicateE
 
or(IOPredicateE<? super T, ? extends Ex>) - Method in interface com.aoapps.lang.io.function.IOPredicateE
 

P

parse(String, Class<T>) - Static method in class com.aoapps.lang.util.GetOpt
Parses a String value to the provided type.
parseDate(String) - Static method in class com.aoapps.lang.util.CalendarUtils
Gets the date from the "YYYY-MM-DD" format in the default time zone or null if the parameter is null.
parseDate(String, TimeZone) - Static method in class com.aoapps.lang.util.CalendarUtils
Gets the date from the "YYYY-MM-DD" format in the given time zone or null if the parameter is null.
parseDateTime(String) - Static method in class com.aoapps.lang.util.CalendarUtils
Gets the date and time from the "YYYY-MM-DD[ HH:MM[:SS[.mmm]]]" format in the default time zone or null if the parameter is null.
parseDateTime(String, TimeZone) - Static method in class com.aoapps.lang.util.CalendarUtils
Gets the date and time from the "YYYY-MM-DD[ HH:MM[:SS[.mmm]]]" format in the given time zone or null if the parameter is null.
parseDateTime(String, TimeZone, CalendarUtils.DateTimeProducer<T>) - Static method in class com.aoapps.lang.util.CalendarUtils
Gets the date and time from the "YYYY-MM-DD[ HH:MM[:SS[.nnnnnnnnn]]]" format in the given time zone or null if the parameter is null.
parseLocale(String) - Static method in class com.aoapps.lang.i18n.Locales
Parses locales from their toString representation.
parseLongLong(String) - Static method in class com.aoapps.lang.math.LongLong
 
parseLongLong(String, int) - Static method in class com.aoapps.lang.math.LongLong
 
parseMoney(Currency, Locale, String) - Static method in class com.aoapps.lang.i18n.Money
 
parseMoneyAmount(Locale, String, String) - Static method in class com.aoapps.lang.i18n.Money
Parses a monetary amount with an optional symbol prefix.
parseXml(InputStream) - Static method in class com.aoapps.lang.xml.XmlUtils
Parses an XML DOM from an input stream.
parseXml(URL) - Static method in class com.aoapps.lang.xml.XmlUtils
Fetches and parses an XML DOM from a URL.
PERSIAN - Static variable in class com.aoapps.lang.i18n.Locales
 
plusNanos(long) - Method in class com.aoapps.lang.time.Instant
Deprecated.
 
PNG - Static variable in class com.aoapps.lang.io.ContentType
A PNG image.
POLISH - Static variable in class com.aoapps.lang.i18n.Locales
 
PORTUGUESE - Static variable in class com.aoapps.lang.i18n.Locales
 
pow(int) - Method in class com.aoapps.lang.math.BigFraction
Raises this fraction to the provided exponent, returning the value in lowest terms.
PRC - Static variable in class com.aoapps.lang.i18n.Locales
Deprecated.
Please use Locale.PRC directly.
Predicate<T> - Interface in com.aoapps.lang.function
Deprecated.
Please use Predicate directly.
PredicateE<T,​Ex extends Throwable> - Interface in com.aoapps.lang.function
A predicate that is allowed to throw a checked exception.
print(boolean) - Method in class com.aoapps.lang.io.NullPrintWriter
 
print(char) - Method in class com.aoapps.lang.io.NullPrintWriter
 
print(char[]) - Method in class com.aoapps.lang.io.NullPrintWriter
 
print(double) - Method in class com.aoapps.lang.io.NullPrintWriter
 
print(float) - Method in class com.aoapps.lang.io.NullPrintWriter
 
print(int) - Method in class com.aoapps.lang.io.NullPrintWriter
 
print(long) - Method in class com.aoapps.lang.io.NullPrintWriter
 
print(Object) - Method in class com.aoapps.lang.io.NullPrintWriter
 
print(String) - Method in class com.aoapps.lang.io.NullPrintWriter
 
printCustomMessages(Throwable, Appendable, int) - Method in interface com.aoapps.lang.util.ErrorPrinter.CustomMessageHandler
 
printf(String, Object...) - Method in class com.aoapps.lang.io.NullPrintWriter
 
printf(Locale, String, Object...) - Method in class com.aoapps.lang.io.NullPrintWriter
 
println() - Method in class com.aoapps.lang.io.NullPrintWriter
 
println(boolean) - Method in class com.aoapps.lang.io.NullPrintWriter
 
println(char) - Method in class com.aoapps.lang.io.NullPrintWriter
 
println(char[]) - Method in class com.aoapps.lang.io.NullPrintWriter
 
println(double) - Method in class com.aoapps.lang.io.NullPrintWriter
 
println(float) - Method in class com.aoapps.lang.io.NullPrintWriter
 
println(int) - Method in class com.aoapps.lang.io.NullPrintWriter
 
println(long) - Method in class com.aoapps.lang.io.NullPrintWriter
 
println(Object) - Method in class com.aoapps.lang.io.NullPrintWriter
 
println(String) - Method in class com.aoapps.lang.io.NullPrintWriter
 
printMessage(Appendable, int, String, String) - Static method in interface com.aoapps.lang.util.ErrorPrinter.CustomMessageHandler
 
printStackTraces(Throwable) - Static method in class com.aoapps.lang.util.ErrorPrinter
printStackTraces(Throwable, Appendable) - Static method in class com.aoapps.lang.util.ErrorPrinter
 
printStackTraces(Throwable, Appendable, Object...) - Static method in class com.aoapps.lang.util.ErrorPrinter
Prints a detailed error report, including all stack traces, to the provided out.
printStackTraces(Throwable, Object...) - Static method in class com.aoapps.lang.util.ErrorPrinter
ProcessResult - Class in com.aoapps.lang
Contains the result of executing a process, including return code, standard output, and standard error.
Projects - Class in com.aoapps.lang
Utilities that help when working with Package and/or Maven projects.
PropertiesUtils - Class in com.aoapps.lang.util
Property utilities.
PROPORTIONAL - com.aoapps.lang.math.BigFraction.DistributionMethod
Distributes remainders to larger fractions first.
PSQL - Static variable in class com.aoapps.lang.io.ContentType
The PostgreSQL psql command line.

R

read() - Method in class com.aoapps.lang.io.FastObjectInput
 
read() - Method in class com.aoapps.lang.io.SniffInputStream
 
read(byte[]) - Method in class com.aoapps.lang.io.FastObjectInput
 
read(byte[]) - Method in class com.aoapps.lang.io.SniffInputStream
 
read(byte[], int, int) - Method in class com.aoapps.lang.io.FastObjectInput
 
read(byte[], int, int) - Method in class com.aoapps.lang.io.SniffInputStream
 
read(byte[], int, int) - Method in class com.aoapps.lang.zip.CorrectedGZIPInputStream
 
readBoolean() - Method in class com.aoapps.lang.io.FastObjectInput
 
readByte() - Method in class com.aoapps.lang.io.FastObjectInput
 
readChar() - Method in class com.aoapps.lang.io.FastObjectInput
 
readDouble() - Method in class com.aoapps.lang.io.FastObjectInput
 
readExternal(ObjectInput) - Method in class com.aoapps.lang.i18n.Money
 
readFastObject() - Method in class com.aoapps.lang.io.FastObjectInput
Reads a FastExternalizable object from the stream.
readFastUTF() - Method in class com.aoapps.lang.io.FastObjectInput
Reads a fast serialized String from the stream.
readFileAsString(File) - Static method in class com.aoapps.lang.io.FileUtils
Reads the contents of a File and returns as a String in the system default character set.
readFileAsString(File, Charset) - Static method in class com.aoapps.lang.io.FileUtils
Reads the contents of a File and returns as a String in the provided character set.
readFloat() - Method in class com.aoapps.lang.io.FastObjectInput
 
readFully(byte[]) - Method in class com.aoapps.lang.io.FastObjectInput
 
readFully(byte[], int, int) - Method in class com.aoapps.lang.io.FastObjectInput
 
readFully(InputStream) - Static method in class com.aoapps.lang.io.IoUtils
Reads an input stream fully (to end of stream), returning a byte[] of the content read.
readFully(InputStream, byte[]) - Static method in class com.aoapps.lang.io.IoUtils
readFully for any stream.
readFully(InputStream, byte[], int, int) - Static method in class com.aoapps.lang.io.IoUtils
readFully for any stream.
readFully(Reader) - Static method in class com.aoapps.lang.io.IoUtils
Reads a reader fully (to end of stream), returning a String of the content read.
readInt() - Method in class com.aoapps.lang.io.FastObjectInput
 
readLine() - Method in class com.aoapps.lang.io.FastObjectInput
 
readLong() - Method in class com.aoapps.lang.io.FastObjectInput
 
readObject() - Method in class com.aoapps.lang.io.FastObjectInput
Reads a possibly-FastExternalizable object from the stream.
readShort() - Method in class com.aoapps.lang.io.FastObjectInput
 
readUnsignedByte() - Method in class com.aoapps.lang.io.FastObjectInput
 
readUnsignedShort() - Method in class com.aoapps.lang.io.FastObjectInput
 
readUTF() - Method in class com.aoapps.lang.io.FastObjectInput
 
readVersion(String, InputStream, String, String) - Static method in class com.aoapps.lang.Projects
Reads the pom.properties from the given input stream.
readVersion(Function<String, InputStream>, String, String) - Static method in class com.aoapps.lang.Projects
Reads the pom.properties from the given source.
reduce() - Method in class com.aoapps.lang.math.BigFraction
Reduces this fraction to its lowest terms.
ReflectionException - Exception in com.aoapps.lang.reflect
 
ReflectionException(String, Throwable) - Constructor for exception com.aoapps.lang.reflect.ReflectionException
 
ReflectionException(Throwable) - Constructor for exception com.aoapps.lang.reflect.ReflectionException
 
registerOptimizer(CoercionOptimizer) - Static method in class com.aoapps.lang.Coercion
Registers a new coercion optimizer.
registerSurrogateFactory(Class<X>, ThrowableSurrogateFactory<X>) - Static method in class com.aoapps.lang.Throwables
Registers a new throwable surrogate factory for a given type.
release(byte[]) - Static method in class com.aoapps.lang.util.BufferManager
Deprecated.
May obtain greater performance by avoiding zero fill on non-sensitive data.
release(byte[], boolean) - Static method in class com.aoapps.lang.util.BufferManager
Releases a byte[] that was obtained by a call to getBytes.
release(char[]) - Static method in class com.aoapps.lang.util.BufferManager
Deprecated.
May obtain greater performance by avoiding zero fill on non-sensitive data.
release(char[], boolean) - Static method in class com.aoapps.lang.util.BufferManager
Releases a char[] that was obtained by a call to getChars.
remainder(long, long) - Static method in class com.aoapps.lang.math.UnsignedLong
Gets the remainder (modulus) from a division.
remove() - Method in class com.aoapps.lang.attribute.Attribute
Removes the value from this attribute.
remove(T) - Method in class com.aoapps.lang.attribute.Attribute
Much like Map.remove(java.lang.Object, java.lang.Object), but for this attribute.
removeListener(Resources.Listener) - Static method in class com.aoapps.lang.i18n.Resources
Removes all occurrences of the provided listener.
removeZeros() - Method in class com.aoapps.lang.i18n.Monies
Removes all currencies with a zero monetary value.
rename(File, File) - Static method in class com.aoapps.lang.io.FileUtils
Atomically renames one file to another, throwing IOException when unsuccessful.
renameAllowNonAtomic(File, File) - Static method in class com.aoapps.lang.io.FileUtils
Renames one file to another, throwing IOException when unsuccessful.
replace(StringBuffer, String, String) - Static method in class com.aoapps.lang.Strings
Replaces all occurrences of a String with a String.
replace(StringBuilder, String, String) - Static method in class com.aoapps.lang.Strings
Replaces all occurrences of a String with a String.
replace(String, char, String) - Static method in class com.aoapps.lang.Strings
Replaces all occurrences of a character with a String.
replace(String, char, String, Appendable) - Static method in class com.aoapps.lang.Strings
Replaces all occurrences of a character with a String, appends the replacement to out.
replace(String, char, String, Appendable, Encoder) - Static method in class com.aoapps.lang.Strings
Replaces all occurrences of a character with a String, appends the replacement to out.
replace(String, String, String) - Static method in class com.aoapps.lang.Strings
Replaces all occurrences of a String with a String.
replace(String, String, String, Appendable) - Static method in class com.aoapps.lang.Strings
Replaces all occurrences of a String with a String, appends the replacement to out.
replace(String, String, String, Appendable, Encoder) - Static method in class com.aoapps.lang.Strings
Replaces all occurrences of a String with a String, appends the replacement to out.
replace(T) - Method in class com.aoapps.lang.attribute.Attribute
Much like Map.replace(java.lang.Object, java.lang.Object), but for this attribute.
replace(T, T) - Method in class com.aoapps.lang.attribute.Attribute
resources - Variable in exception com.aoapps.lang.concurrent.LocalizedTimeoutException
 
resources - Variable in exception com.aoapps.lang.io.LocalizedIOException
 
resources - Variable in exception com.aoapps.lang.io.LocalizedUnsupportedEncodingException
 
resources - Variable in exception com.aoapps.lang.LocalizedIllegalArgumentException
 
resources - Variable in exception com.aoapps.lang.LocalizedIllegalStateException
 
resources - Variable in exception com.aoapps.lang.sql.LocalizedSQLException
 
resources - Variable in exception com.aoapps.lang.text.LocalizedParseException
 
Resources - Class in com.aoapps.lang.i18n
Provides a simplified interface for obtaining localized and formatted values from a ResourceBundle.
RESOURCES - Static variable in class com.aoapps.lang.util.PropertiesUtils
 
Resources.Listener - Interface in com.aoapps.lang.i18n
Listeners may be registered to be notified as messages are looked-up.
reverse() - Method in class com.aoapps.lang.math.LongLong
 
reverseBytes() - Method in class com.aoapps.lang.math.LongLong
 
roll(int, boolean) - Method in class com.aoapps.lang.util.UnmodifiableCalendar
 
roll(int, int) - Method in class com.aoapps.lang.util.UnmodifiableCalendar
 
ROMANIAN - Static variable in class com.aoapps.lang.i18n.Locales
 
ROOT - Static variable in class com.aoapps.lang.i18n.Locales
Deprecated.
Please use Locale.ROOT directly.
ROOT - Static variable in class com.aoapps.lang.text.SmartComparator
The smart comparator for the root locale.
rotateLeft(int) - Method in class com.aoapps.lang.math.LongLong
TODO: test this.
rotateRight(int) - Method in class com.aoapps.lang.math.LongLong
TODO: test this.
run() - Method in interface com.aoapps.lang.CoercionOptimizerInitializer
 
run() - Method in class com.aoapps.lang.concurrent.ThreadLocalRunnable
 
run() - Method in class com.aoapps.lang.concurrent.ThreadLocalsRunnable
 
run() - Method in interface com.aoapps.lang.io.function.IORunnable
 
run() - Method in interface com.aoapps.lang.io.function.IORunnableE
 
run() - Method in interface com.aoapps.lang.RunnableE
 
run() - Method in interface com.aoapps.lang.ThrowableSurrogateFactoryInitializer
 
run(Locale, Class<? extends Ex>, RunnableE<? extends Ex>) - Static method in class com.aoapps.lang.i18n.ThreadLocale
Changes the current thread locale then runs the RunnableE.
run(Locale, Runnable) - Static method in class com.aoapps.lang.i18n.ThreadLocale
Changes the current thread locale then runs the Runnable.
runAndCatch(Iterable<? extends Runnable>) - Static method in class com.aoapps.lang.Runnables
Runs all of the given Runnable in order, catching all Throwable.
runAndCatch(Runnable) - Static method in class com.aoapps.lang.Runnables
Runs the given Runnable, catching all Throwable.
runAndCatch(Runnable...) - Static method in class com.aoapps.lang.Runnables
Runs all of the given Runnable in order, catching all Throwable.
runAndCatch(Throwable, Iterable<? extends Runnable>) - Static method in class com.aoapps.lang.Runnables
Runs all of the given Runnable in order, catching all Throwable.
runAndCatch(Throwable, Runnable) - Static method in class com.aoapps.lang.Runnables
Runs the given Runnable, catching all Throwable.
runAndCatch(Throwable, Runnable...) - Static method in class com.aoapps.lang.Runnables
Runs all of the given Runnable in order, catching all Throwable.
runE(RunnableE<?>) - Static method in exception com.aoapps.lang.exception.WrappedException
Invokes the given runnable, wrapping any checked exceptions.
runE(RunnableE<?>, Object...) - Static method in exception com.aoapps.lang.exception.WrappedException
Invokes the given runnable, wrapping any checked exceptions.
runE(RunnableE<?>, String) - Static method in exception com.aoapps.lang.exception.WrappedException
Invokes the given runnable, wrapping any checked exceptions.
runE(RunnableE<?>, String, Object...) - Static method in exception com.aoapps.lang.exception.WrappedException
Invokes the given runnable, wrapping any checked exceptions.
RunnableE<Ex extends Throwable> - Interface in com.aoapps.lang
Runnable interface with a bounded exception type.
Runnables - Class in com.aoapps.lang
Utilities for working with Runnable.
RuntimeUtils - Class in com.aoapps.lang
Runtime utilities that enhance behavior of java.lang.Runtime.
RUSSIAN - Static variable in class com.aoapps.lang.i18n.Locales
 

S

SafeMath - Class in com.aoapps.lang.math
Math routines that check for overflow conditions.
SASS - Static variable in class com.aoapps.lang.io.ContentType
scope(Scope<C>) - Method in class com.aoapps.lang.attribute.Attribute.Name
Attribute: Uses the given scope and this name, still needs context.
scope(Class<C>) - Method in class com.aoapps.lang.attribute.Attribute.Name
Attribute: Uses the given scope (located by content type) and this name, still needs context.
Scope<C> - Class in com.aoapps.lang.attribute
The most broad concept is scope.
Scope() - Constructor for class com.aoapps.lang.attribute.Scope
 
Scope.Attribute<C,​T> - Class in com.aoapps.lang.attribute
Attribute: Has scope and name, still needs context.
SCSS - Static variable in class com.aoapps.lang.io.ContentType
Sequence - Interface in com.aoapps.lang.util
Generates unique long identifiers.
SERBIAN - Static variable in class com.aoapps.lang.i18n.Locales
 
SerializableBiFunction<T,​U,​R> - Interface in com.aoapps.lang.function
A bifunction that must be Serializable.
SerializableFunction<T,​R> - Interface in com.aoapps.lang.function
A function that must be Serializable.
set(int, int) - Method in class com.aoapps.lang.util.UnmodifiableCalendar
 
set(Locale) - Static method in class com.aoapps.lang.i18n.ThreadLocale
Sets the current thread's locale.
set(Locale, CallableE<V, Ex>) - Static method in class com.aoapps.lang.i18n.ThreadLocale
set(Locale, ThreadLocale.Supplier<V>) - Static method in class com.aoapps.lang.i18n.ThreadLocale
set(Locale, Callable<V>) - Static method in class com.aoapps.lang.i18n.ThreadLocale
set(Locale, Supplier<V>) - Static method in class com.aoapps.lang.i18n.ThreadLocale
set(T) - Method in class com.aoapps.lang.attribute.Attribute
Sets the value of this attribute.
setDate(int) - Method in class com.aoapps.lang.util.UnmodifiableDate
Deprecated.
setError() - Method in class com.aoapps.lang.io.NullPrintWriter
 
setFirstDayOfWeek(int) - Method in class com.aoapps.lang.util.UnmodifiableCalendar
 
setFormat(int, Format) - Method in class com.aoapps.lang.text.UnmodifiableMessageFormat
 
setFormatByArgumentIndex(int, Format) - Method in class com.aoapps.lang.text.UnmodifiableMessageFormat
 
setFormats(Format[]) - Method in class com.aoapps.lang.text.UnmodifiableMessageFormat
 
setFormatsByArgumentIndex(Format[]) - Method in class com.aoapps.lang.text.UnmodifiableMessageFormat
 
setHours(int) - Method in class com.aoapps.lang.util.UnmodifiableDate
Deprecated.
setIfAbsent(T) - Method in class com.aoapps.lang.attribute.Attribute
Much like Map.putIfAbsent(java.lang.Object, java.lang.Object), but for this attribute.
setLenient(boolean) - Method in class com.aoapps.lang.util.UnmodifiableCalendar
 
setLocale(Locale) - Method in class com.aoapps.lang.text.UnmodifiableMessageFormat
 
setMinimalDaysInFirstWeek(int) - Method in class com.aoapps.lang.util.UnmodifiableCalendar
 
setMinutes(int) - Method in class com.aoapps.lang.util.UnmodifiableDate
Deprecated.
setMonth(int) - Method in class com.aoapps.lang.util.UnmodifiableDate
Deprecated.
setNextSequenceValue(long) - Method in class com.aoapps.lang.util.AtomicSequence
 
setNextSequenceValue(long) - Method in interface com.aoapps.lang.util.Sequence
 
setNextSequenceValue(long) - Method in class com.aoapps.lang.util.UnsynchronizedSequence
 
setSeconds(int) - Method in class com.aoapps.lang.util.UnmodifiableDate
Deprecated.
setTime(long) - Method in class com.aoapps.lang.util.UnmodifiableDate
 
setTimeInMillis(long) - Method in class com.aoapps.lang.util.UnmodifiableCalendar
 
setTimeZone(TimeZone) - Method in class com.aoapps.lang.util.UnmodifiableCalendar
 
setYear(int) - Method in class com.aoapps.lang.util.UnmodifiableDate
Deprecated.
setZipEntryTime(ZipEntry, long) - Static method in class com.aoapps.lang.zip.ZipUtils
Sets the time for a ZipEntry, converting to GMT while storing to the ZIP entry to make times correct between time zones.
SH - Static variable in class com.aoapps.lang.io.ContentType
A Bourne shell script.
shortToBuffer(short, byte[]) - Static method in class com.aoapps.lang.io.IoUtils
 
shortToBuffer(short, byte[], int) - Static method in class com.aoapps.lang.io.IoUtils
 
shortValue() - Method in class com.aoapps.lang.math.LongLong
 
signum() - Method in class com.aoapps.lang.math.BigFraction
Returns the signum function of this BigFraction.
signum() - Method in class com.aoapps.lang.math.LongLong
 
SIMPLIFIED_CHINESE - Static variable in class com.aoapps.lang.i18n.Locales
Deprecated.
Please use Locale.SIMPLIFIED_CHINESE directly.
size() - Method in class com.aoapps.lang.i18n.Monies
 
SIZE - Static variable in class com.aoapps.lang.math.LongLong
 
skip(long) - Method in class com.aoapps.lang.io.FastObjectInput
 
skipBytes(int) - Method in class com.aoapps.lang.io.FastObjectInput
 
SLOVAK - Static variable in class com.aoapps.lang.i18n.Locales
 
SLOVENIAN - Static variable in class com.aoapps.lang.i18n.Locales
 
SmartComparator - Class in com.aoapps.lang.text
Compares strings in a case-insensitive, locale-aware manner.
SmartComparator() - Constructor for class com.aoapps.lang.text.SmartComparator
 
SmartComparator(Collator) - Constructor for class com.aoapps.lang.text.SmartComparator
 
SmartComparator(Locale) - Constructor for class com.aoapps.lang.text.SmartComparator
 
SniffInputStream - Class in com.aoapps.lang.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.aoapps.lang.io.SniffInputStream
 
SPANISH - Static variable in class com.aoapps.lang.i18n.Locales
 
split(String) - Static method in class com.aoapps.lang.Strings
Splits a String into a String[].
split(String, char) - Static method in class com.aoapps.lang.Strings
Splits a string on the given delimiter.
split(String, char[][][]) - Static method in class com.aoapps.lang.Strings
Deprecated.
It is highly unlikely this method is still used
split(String, char, C) - Static method in class com.aoapps.lang.Strings
Splits a string on the given delimiter.
split(String, int, int, char) - Static method in class com.aoapps.lang.Strings
Splits a string on the given delimiter over the given range.
split(String, int, int, char, C) - Static method in class com.aoapps.lang.Strings
Splits a string on the given delimiter over the given range.
split(String, String) - Static method in class com.aoapps.lang.Strings
 
split(String, String[][]) - Static method in class com.aoapps.lang.Strings
Deprecated.
It is highly unlikely this method is still used
splitCommaSpace(String) - Static method in class com.aoapps.lang.Strings
Splits a string into multiple words on either whitespace or commas.
splitLines(String) - Static method in class com.aoapps.lang.Strings
Splits a String into lines on any '\n' characters.
standardDeviation(double, Collection<? extends Number>) - Static method in class com.aoapps.lang.math.Statistics
Computes the standard deviation of a set of samples.
startsWith(String) - Method in class com.aoapps.lang.i18n.LocaleString
 
startsWith(String, int) - Method in class com.aoapps.lang.i18n.LocaleString
 
Statistics - Class in com.aoapps.lang.math
Some basic statistics algorithms.
Strings - Class in com.aoapps.lang
 
stripRelease(String) - Static method in class com.aoapps.lang.Projects
Some projects are packaged with an additional release beyond their effective version number, separated by a single hypen.
sub(Integer, Integer) - Static method in class com.aoapps.lang.math.NullMath
Subtractions one integers from another while allowing null.
subtract(Money) - Method in class com.aoapps.lang.i18n.Money
 
subtract(Money) - Method in class com.aoapps.lang.i18n.Monies
 
subtract(Monies) - Method in class com.aoapps.lang.i18n.Monies
 
subtract(BigFraction) - Method in class com.aoapps.lang.math.BigFraction
Subtracts two fractions, returning the value in lowest terms.
SupplierE<T,​Ex extends Throwable> - Interface in com.aoapps.lang.function
A supplier that is allowed to throw a checked exception.
Suppliers - Class in com.aoapps.lang.function
Utilities for working with Supplier and SupplierE.
SWEDISH - Static variable in class com.aoapps.lang.i18n.Locales
 
SysExits - Class in com.aoapps.lang
POSIX-compatible process exit values.

T

TAIWAN - Static variable in class com.aoapps.lang.i18n.Locales
Deprecated.
Please use Locale.TAIWAN directly.
test(T) - Method in interface com.aoapps.lang.function.Predicate
Deprecated.
 
test(T) - Method in interface com.aoapps.lang.function.PredicateE
 
test(T) - Method in interface com.aoapps.lang.io.function.IOPredicate
 
test(T) - Method in interface com.aoapps.lang.io.function.IOPredicateE
 
test(T, U) - Method in interface com.aoapps.lang.function.BiPredicateE
 
TEXT - Static variable in class com.aoapps.lang.io.ContentType
A plaintext document.
ThreadLocalCallable<T> - Class in com.aoapps.lang.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.aoapps.lang.concurrent.ThreadLocalCallable
 
ThreadLocale - Class in com.aoapps.lang.i18n
Keeps track of the user's locale on a per-thread basis.
ThreadLocale.Supplier<T> - Interface in com.aoapps.lang.i18n
Deprecated.
Please use Supplier directly.
ThreadLocaleImpl - Class in com.aoapps.lang.i18n.impl
Private implementation of ThreadLocale.
ThreadLocalRunnable - Class in com.aoapps.lang.concurrent
Copies a ThreadLocal value from the current thread onto the thread that runs the provided runnable.
ThreadLocalRunnable(Runnable, ThreadLocal<?>) - Constructor for class com.aoapps.lang.concurrent.ThreadLocalRunnable
 
ThreadLocalsCallable<T> - Class in com.aoapps.lang.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.aoapps.lang.concurrent.ThreadLocalsCallable
 
ThreadLocalsRunnable - Class in com.aoapps.lang.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.aoapps.lang.concurrent.ThreadLocalsRunnable
 
Throwables - Class in com.aoapps.lang
Utilities for working with Throwable.
ThrowableSurrogateFactory<X extends Throwable> - Interface in com.aoapps.lang
Implements the creation of Throwable surrogates.
ThrowableSurrogateFactoryInitializer - Interface in com.aoapps.lang
toLowerCase() - Method in class com.aoapps.lang.i18n.LocaleString
 
toNanos() - Method in class com.aoapps.lang.time.Duration
Deprecated.
Gets this duration as a number of nanoseconds only.
toString() - Method in class com.aoapps.lang.i18n.LocaleString
 
toString() - Method in class com.aoapps.lang.i18n.Money
Displays the monetary value as currency symbol (in Locale-specific display) either proceeding or following the value, such as "$100.00", "Can$-100.50", "100,00 $ CA" (with non-breaking spaces).
toString() - Method in class com.aoapps.lang.i18n.Monies
Displays as a comma-separated list of Money.toString() or "" for an empty set.
toString() - Method in interface com.aoapps.lang.io.Writable
Anything writable must have a toString consistent with what would be written by the writeTo and appendTo methods.
toString() - Method in class com.aoapps.lang.math.BigFraction
 
toString() - Method in class com.aoapps.lang.math.LongLong
 
toString() - Method in class com.aoapps.lang.time.Duration
Deprecated.
 
toString() - Method in class com.aoapps.lang.time.Instant
Deprecated.
 
toString() - Method in class com.aoapps.lang.util.UnmodifiableCalendar
 
toString() - Method in class com.aoapps.lang.validation.InvalidResult
 
toString() - Method in interface com.aoapps.lang.validation.ValidationResult
Gets a description of why invalid in the current thread's locale.
toString() - Method in class com.aoapps.lang.validation.ValidResult
 
toString(int, int) - Method in class com.aoapps.lang.io.AoCharArrayWriter
Converts a portion of the input data to a string.
toString(Object) - Static method in class com.aoapps.lang.Coercion
Converts an object to a string.
toString(Object) - Static method in class com.aoapps.lang.ObjectUtils
toString(Document) - Static method in class com.aoapps.lang.xml.XmlUtils
Deprecated.
toString(Node) - Static method in class com.aoapps.lang.xml.XmlUtils
 
toUpperCase() - Method in class com.aoapps.lang.i18n.LocaleString
 
TRADITIONAL_CHINESE - Static variable in class com.aoapps.lang.i18n.Locales
Deprecated.
Please use Locale.TRADITIONAL_CHINESE directly.
trim() - Method in class com.aoapps.lang.i18n.LocaleString
 
trim() - Method in class com.aoapps.lang.io.AoCharArrayWriter
 
trim() - Method in interface com.aoapps.lang.io.Writable
Trims the contents of this writable, as per rules of Strings.isWhitespace(int), returning the instance that represents this writable trimmed.
trim(CharSequence) - Static method in class com.aoapps.lang.Strings
Trims a value, as per rules of Strings.isWhitespace(int).
trim(Object) - Static method in class com.aoapps.lang.Coercion
Returns the provided value trimmed, as per rules of Strings.isWhitespace(int).
trim(String) - Static method in class com.aoapps.lang.Strings
Trims a value, as per rules of Strings.isWhitespace(int).
trimNullIfEmpty(CharSequence) - Static method in class com.aoapps.lang.Strings
Trims a value, as per rules of Strings.isWhitespace(int), returning null if empty after trimming.
trimNullIfEmpty(Object) - Static method in class com.aoapps.lang.Coercion
Returns the provided value trimmed, as per rules of Strings.isWhitespace(int), or null if the value is empty after trimming.
trimNullIfEmpty(String) - Static method in class com.aoapps.lang.Strings
Trims a value, as per rules of Strings.isWhitespace(int), returning null if empty after trimming.
TURKISH - Static variable in class com.aoapps.lang.i18n.Locales
 

U

UK - Static variable in class com.aoapps.lang.i18n.Locales
Deprecated.
Please use Locale.UK directly.
UnmodifiableCalendar - Class in com.aoapps.lang.util
Wraps a Calendar to make it unmodifiable.
UnmodifiableDate - Class in com.aoapps.lang.util
An unmodifiable Date.
UnmodifiableDate() - Constructor for class com.aoapps.lang.util.UnmodifiableDate
 
UnmodifiableDate(long) - Constructor for class com.aoapps.lang.util.UnmodifiableDate
 
UnmodifiableMessageFormat - Class in com.aoapps.lang.text
A MessageFormat that may not be modified.
UnmodifiableMessageFormat(String, Locale) - Constructor for class com.aoapps.lang.text.UnmodifiableMessageFormat
 
UnsignedLong - Class in com.aoapps.lang.math
Static utilities for dealing with long values as if they are unsigned.
UnsynchronizedSequence - Class in com.aoapps.lang.util
Generates incrementing identifiers in a thread-unsafe manner using a simple primitive without any synchronization.
UnsynchronizedSequence() - Constructor for class com.aoapps.lang.util.UnsynchronizedSequence
Starts at the value of 1.
UnsynchronizedSequence(long) - Constructor for class com.aoapps.lang.util.UnsynchronizedSequence
 
unwrap() - Method in class com.aoapps.lang.io.FastObjectInput
Unwraps the object input.
unwrap() - Method in class com.aoapps.lang.io.FastObjectOutput
Unwraps the object output.
unwrapClone(Calendar) - Static method in class com.aoapps.lang.util.UnmodifiableCalendar
Unwraps and returns a modifiable clone of the given calendar.
unzip(File, File) - Static method in class com.aoapps.lang.zip.ZipUtils
Unzips the provided file to the given destination directory.
unzip(File, String, File, ZipEntryFilter) - Static method in class com.aoapps.lang.zip.ZipUtils
Unzips the provided file to the given destination directory.
URL - Static variable in class com.aoapps.lang.io.ContentType
Pseudo content type for a URL.
US - Static variable in class com.aoapps.lang.i18n.Locales
Deprecated.
Please use Locale.US directly.
US_ASCII - Static variable in class com.aoapps.lang.nio.charset.Charsets
Deprecated.
Use StandardCharsets as of Java 1.7.
UTF_16 - Static variable in class com.aoapps.lang.nio.charset.Charsets
Deprecated.
Use StandardCharsets as of Java 1.7.
UTF_16BE - Static variable in class com.aoapps.lang.nio.charset.Charsets
Deprecated.
Use StandardCharsets as of Java 1.7.
UTF_16LE - Static variable in class com.aoapps.lang.nio.charset.Charsets
Deprecated.
Use StandardCharsets as of Java 1.7.
UTF_8 - Static variable in class com.aoapps.lang.nio.charset.Charsets
Deprecated.
Use StandardCharsets as of Java 1.7.

V

ValidationException - Exception in com.aoapps.lang.validation
Thrown when internal object validation fails.
ValidationException(ValidationResult) - Constructor for exception com.aoapps.lang.validation.ValidationException
 
ValidationException(Throwable, ValidationResult) - Constructor for exception com.aoapps.lang.validation.ValidationException
 
ValidationResult - Interface in com.aoapps.lang.validation
For higher performance when validating objects fails, a validator result is returned from the core validation routines instead of immediately throwing ValidationException.
ValidResult - Class in com.aoapps.lang.validation
A valid result singleton.
valueOf(long, long) - Static method in class com.aoapps.lang.math.LongLong
 
valueOf(long, long, boolean) - Static method in class com.aoapps.lang.math.BigFraction
 
valueOf(String) - Static method in enum com.aoapps.lang.math.BigFraction.DistributionMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class com.aoapps.lang.math.LongLong
 
valueOf(String) - Static method in class com.aoapps.lang.time.Instant
Deprecated.
Parses an Instant's string representation.
valueOf(String, int) - Static method in class com.aoapps.lang.math.LongLong
 
valueOf(BigDecimal, boolean) - Static method in class com.aoapps.lang.math.BigFraction
Gets the big decimal as a fraction, reduced.
valueOf(BigInteger, boolean) - Static method in class com.aoapps.lang.math.BigFraction
 
valueOf(BigInteger, BigInteger, boolean) - Static method in class com.aoapps.lang.math.BigFraction
 
values() - Static method in enum com.aoapps.lang.math.BigFraction.DistributionMethod
Returns an array containing the constants of this enum type, in the order they are declared.

W

WEBP - Static variable in class com.aoapps.lang.io.ContentType
A WebP image.
wordWrap(String, int) - Static method in class com.aoapps.lang.Strings
Deprecated.
Use new version with Appendable for higher performance
wordWrap(String, int, Appendable) - Static method in class com.aoapps.lang.Strings
Word wraps a String to be no longer than the provided number of characters wide.
wrap(ObjectInput) - Static method in class com.aoapps.lang.io.FastObjectInput
Gets the wrapper for the provided ObjectInput, creating if needed.
wrap(ObjectOutput) - Static method in class com.aoapps.lang.io.FastObjectOutput
Gets the wrapper for the provided ObjectOutput, creating if needed.
wrap(Appendable) - Static method in class com.aoapps.lang.io.AppendableWriter
Wraps the given Appendable if it is not already a Writer.
wrap(Throwable, Class<? extends X>, Function<? super Throwable, ? extends X>) - Static method in class com.aoapps.lang.Throwables
Wraps an exception, unless is an instance of xClass, Error, or RuntimeException.
wrap(Calendar) - Static method in class com.aoapps.lang.util.UnmodifiableCalendar
Wraps the calendar if needed.
wrapAndThrow(ExecutionException, Class<? extends X>, BiFunction<? super String, ? super ExecutionException, ? extends X>) - Static method in class com.aoapps.lang.concurrent.ExecutionExceptions
Wraps and throws an ExecutionException when its cause is an instance of xClass.
wrapAndThrowWithTemplate(ExecutionException, Class<? extends X>, BiFunction<? super X, ? super ExecutionException, ? extends X>) - Static method in class com.aoapps.lang.concurrent.ExecutionExceptions
Wraps and throws an ExecutionException when its cause is an instance of xClass.
wrapChecked(Callable<V>) - Static method in exception com.aoapps.lang.exception.WrappedException
wrapChecked(Callable<V>, Object...) - Static method in exception com.aoapps.lang.exception.WrappedException
wrapChecked(Callable<V>, String) - Static method in exception com.aoapps.lang.exception.WrappedException
wrapChecked(Callable<V>, String, Object...) - Static method in exception com.aoapps.lang.exception.WrappedException
WrappedError - Error in com.aoapps.lang.exception
A wrapped error may be used to rethrow any throwable in a context where Error is expected.
WrappedError(String, Throwable) - Constructor for error com.aoapps.lang.exception.WrappedError
Uses extra info of the original cause when it is an ExtraInfo.
WrappedError(String, Throwable, Object...) - Constructor for error com.aoapps.lang.exception.WrappedError
 
WrappedError(Throwable) - Constructor for error com.aoapps.lang.exception.WrappedError
Uses extra info of the original cause when it is an ExtraInfo.
WrappedError(Throwable, Object...) - Constructor for error com.aoapps.lang.exception.WrappedError
 
WrappedException - Exception in com.aoapps.lang.exception
A wrapped exception may be used to rethrow checked exceptions in a context where they are otherwise not allowed.
WrappedException() - Constructor for exception com.aoapps.lang.exception.WrappedException
Deprecated.
Please provide cause.
WrappedException(IOException) - Constructor for exception com.aoapps.lang.exception.WrappedException
Deprecated.
WrappedException(IOException, Object...) - Constructor for exception com.aoapps.lang.exception.WrappedException
Deprecated.
WrappedException(String) - Constructor for exception com.aoapps.lang.exception.WrappedException
Deprecated.
Please provide cause.
WrappedException(String, IOException) - Constructor for exception com.aoapps.lang.exception.WrappedException
Deprecated.
WrappedException(String, IOException, Object...) - Constructor for exception com.aoapps.lang.exception.WrappedException
Deprecated.
WrappedException(String, Throwable) - Constructor for exception com.aoapps.lang.exception.WrappedException
Uses extra info of the original cause when it is an ExtraInfo.
WrappedException(String, Throwable, Object...) - Constructor for exception com.aoapps.lang.exception.WrappedException
 
WrappedException(Throwable) - Constructor for exception com.aoapps.lang.exception.WrappedException
Uses extra info of the original cause when it is an ExtraInfo.
WrappedException(Throwable, Object...) - Constructor for exception com.aoapps.lang.exception.WrappedException
 
WrappedExceptions - Exception in com.aoapps.lang.exception
Wraps multiple exceptions into one.
WrappedExceptions(String, Throwable...) - Constructor for exception com.aoapps.lang.exception.WrappedExceptions
 
WrappedExceptions(Throwable...) - Constructor for exception com.aoapps.lang.exception.WrappedExceptions
 
Writable - Interface in com.aoapps.lang.io
Something that may be written to a Writer output instead of being converted toString and then having the String written.
write(byte[]) - Method in class com.aoapps.lang.io.FastObjectOutput
 
write(byte[]) - Method in class com.aoapps.lang.io.NullOutputStream
 
write(byte[], int, int) - Method in class com.aoapps.lang.io.FastObjectOutput
 
write(byte[], int, int) - Method in class com.aoapps.lang.io.NullOutputStream
 
write(byte[], int, int) - Method in class com.aoapps.lang.io.WriterOutputStream
 
write(char[]) - Method in class com.aoapps.lang.io.AppendableWriter
 
write(char[]) - Method in class com.aoapps.lang.io.EncoderWriter
 
write(char[]) - Method in class com.aoapps.lang.io.NullPrintWriter
 
write(char[]) - Method in class com.aoapps.lang.io.NullWriter
 
write(char[]) - Method in class com.aoapps.lang.io.WriterFacade
 
write(char[], int, int) - Method in class com.aoapps.lang.io.AppendableWriter
 
write(char[], int, int) - Method in class com.aoapps.lang.io.EncoderWriter
 
write(char[], int, int) - Method in class com.aoapps.lang.io.NullPrintWriter
 
write(char[], int, int) - Method in class com.aoapps.lang.io.NullWriter
 
write(char[], int, int) - Method in class com.aoapps.lang.io.WriterFacade
 
write(char[], int, int, Writer) - Method in interface com.aoapps.lang.io.Encoder
 
write(char[], Writer) - Method in interface com.aoapps.lang.io.Encoder
 
write(int) - Method in class com.aoapps.lang.io.AppendableWriter
 
write(int) - Method in class com.aoapps.lang.io.EncoderWriter
 
write(int) - Method in class com.aoapps.lang.io.FastObjectOutput
 
write(int) - Method in class com.aoapps.lang.io.NullOutputStream
 
write(int) - Method in class com.aoapps.lang.io.NullPrintWriter
 
write(int) - Method in class com.aoapps.lang.io.NullWriter
 
write(int) - Method in class com.aoapps.lang.io.WriterFacade
 
write(int) - Method in class com.aoapps.lang.io.WriterOutputStream
 
write(int, Writer) - Method in interface com.aoapps.lang.io.Encoder
 
write(Object, Encoder, Writer) - Static method in class com.aoapps.lang.Coercion
Encodes an object's String representation, supporting streaming for specialized types.
write(Object, Writer) - Static method in class com.aoapps.lang.Coercion
Writes an object's String representation, supporting streaming for specialized types.
write(String) - Method in class com.aoapps.lang.io.AppendableWriter
 
write(String) - Method in class com.aoapps.lang.io.EncoderWriter
 
write(String) - Method in class com.aoapps.lang.io.NullPrintWriter
 
write(String) - Method in class com.aoapps.lang.io.NullWriter
 
write(String) - Method in class com.aoapps.lang.io.WriterFacade
 
write(String, int, int) - Method in class com.aoapps.lang.io.AppendableWriter
 
write(String, int, int) - Method in class com.aoapps.lang.io.EncoderWriter
 
write(String, int, int) - Method in class com.aoapps.lang.io.NullPrintWriter
 
write(String, int, int) - Method in class com.aoapps.lang.io.NullWriter
 
write(String, int, int) - Method in class com.aoapps.lang.io.WriterFacade
 
write(String, int, int, Writer) - Method in interface com.aoapps.lang.io.Encoder
 
write(String, Writer) - Method in interface com.aoapps.lang.io.Encoder
 
writeBoolean(boolean) - Method in class com.aoapps.lang.io.FastObjectOutput
 
writeByte(int) - Method in class com.aoapps.lang.io.FastObjectOutput
 
writeBytes(String) - Method in class com.aoapps.lang.io.FastObjectOutput
 
writeChar(int) - Method in class com.aoapps.lang.io.FastObjectOutput
 
writeChars(String) - Method in class com.aoapps.lang.io.FastObjectOutput
 
writeDouble(double) - Method in class com.aoapps.lang.io.FastObjectOutput
 
writeExternal(ObjectOutput) - Method in class com.aoapps.lang.i18n.Money
 
writeFastObject(FastExternalizable) - Method in class com.aoapps.lang.io.FastObjectOutput
Writes a FastExternalizable object to the provided stream, supporting null values.
writeFastUTF(String) - Method in class com.aoapps.lang.io.FastObjectOutput
Writes a String to the output, not writing any duplicates.
writeFloat(float) - Method in class com.aoapps.lang.io.FastObjectOutput
 
writeInt(int) - Method in class com.aoapps.lang.io.FastObjectOutput
 
writeLong(long) - Method in class com.aoapps.lang.io.FastObjectOutput
 
writeObject(Object) - Method in class com.aoapps.lang.io.FastObjectOutput
Writes the provided object in the most efficient manner possible, with no object graph tracking (if possible).
writePrefix() - Method in class com.aoapps.lang.io.EncoderWriter
writePrefixTo(Appendable) - Method in interface com.aoapps.lang.io.Encoder
This is called before any data is written.
WriterFacade - Class in com.aoapps.lang.io
Wraps a writer while passing-through all methods of the writer class.
WriterOutputStream - Class in com.aoapps.lang.io
A writer output stream makes a Writer behave like an OutputStream.
WriterOutputStream(Writer) - Constructor for class com.aoapps.lang.io.WriterOutputStream
Create a new PrintWriter, without automatic line flushing.
writeShort(int) - Method in class com.aoapps.lang.io.FastObjectOutput
 
writeSuffix() - Method in class com.aoapps.lang.io.EncoderWriter
writeSuffixTo(Appendable) - Method in interface com.aoapps.lang.io.Encoder
This is called when no more data will be written.
writeTo(Encoder, Writer) - Method in class com.aoapps.lang.io.AoCharArrayWriter
 
writeTo(Encoder, Writer) - Method in interface com.aoapps.lang.io.Writable
Writes a streamed version of the object's String representation using the given encoder.
writeTo(Encoder, Writer, long, long) - Method in class com.aoapps.lang.io.AoCharArrayWriter
 
writeTo(Encoder, Writer, long, long) - Method in interface com.aoapps.lang.io.Writable
Writes a streamed version of the object's String representation using the given encoder.
writeTo(OutputStream, int, int) - Method in class com.aoapps.lang.io.AoByteArrayOutputStream
Writes a portion of the contents of the buffer to another byte stream.
writeTo(RandomAccessFile) - Method in class com.aoapps.lang.io.AoByteArrayOutputStream
 
writeTo(RandomAccessFile, int, int) - Method in class com.aoapps.lang.io.AoByteArrayOutputStream
 
writeTo(Writer) - Method in interface com.aoapps.lang.io.Writable
Writes a streamed version of the object's String representation.
writeTo(Writer, long, long) - Method in class com.aoapps.lang.io.AoCharArrayWriter
Writes a portion of the contents of the buffer to another character stream.
writeTo(Writer, long, long) - Method in interface com.aoapps.lang.io.Writable
Writes a streamed version of the object's String representation.
writeUTF(String) - Method in class com.aoapps.lang.io.FastObjectOutput
 

X

X_WWW_FORM_URLENCODED - Static variable in class com.aoapps.lang.io.ContentType
URL-encoded form data.
XHTML - Static variable in class com.aoapps.lang.io.ContentType
An XHTML document.
XHTML_ATTRIBUTE - Static variable in class com.aoapps.lang.io.ContentType
Pseudo content type for an XHTML attribute.
XML - Static variable in class com.aoapps.lang.io.ContentType
An XML document.
XML_OLD - Static variable in class com.aoapps.lang.io.ContentType
Deprecated.
Please use ContentType.XML
XmlUtils - Class in com.aoapps.lang.xml
Utilities that help when working with XML.

Z

ZERO - Static variable in class com.aoapps.lang.math.BigFraction
 
ZERO - Static variable in class com.aoapps.lang.time.Duration
Deprecated.
 
ZipEntryFilter - Interface in com.aoapps.lang.zip
Allows filtering ZIP entries in much the same way a FileFilter.
ZipUtils - Class in com.aoapps.lang.zip
ZIP file utilities.
A B C D E F G H I J K L M N O P R S T U V W X Z 
All Classes All Packages