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

A

abbreviate(String, int) - Static method in class com.landawn.abacus.util.StringUtil
Abbreviates a String using ellipses.
abbreviate(String, String, int) - Static method in class com.landawn.abacus.util.StringUtil
Abbreviates a String using another given String as replacement marker.
abbreviateMiddle(String, String, int) - Static method in class com.landawn.abacus.util.StringUtil
Abbreviates a String to the length passed, replacing the middle characters with the supplied replacement String.
abs(String) - Static method in class com.landawn.abacus.condition.Expression
 
abs() - Method in class com.landawn.abacus.util.Duration
 
abs() - Method in class com.landawn.abacus.util.Fraction
Gets a fraction that is the positive equivalent of this one.
ABS - Static variable in class com.landawn.abacus.util.WD
Field ABS.
absolute(int) - Method in interface com.landawn.abacus.DataSet
Move the cursor to the specified row.
absolute(int) - Method in interface com.landawn.abacus.PaginatedDataSet
 
AbstractCondition - Class in com.landawn.abacus.condition
 
AbstractPool - Class in com.landawn.abacus.pool
 
AbstractPoolable - Class in com.landawn.abacus.pool
 
accept(Throwables.Consumer<? super DataSet, E>) - Method in interface com.landawn.abacus.DataSet
 
ACCEPT - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP Accept header field name.
accept(T, U) - Method in interface com.landawn.abacus.util.function.BiConsumer
 
accept(int, int, T) - Method in interface com.landawn.abacus.util.function.BiIntObjConsumer
 
accept(boolean, boolean) - Method in interface com.landawn.abacus.util.function.BooleanBiConsumer
 
accept(boolean) - Method in interface com.landawn.abacus.util.function.BooleanConsumer
 
accept(byte, byte) - Method in interface com.landawn.abacus.util.function.ByteBiConsumer
 
accept(byte) - Method in interface com.landawn.abacus.util.function.ByteConsumer
 
accept(char, char) - Method in interface com.landawn.abacus.util.function.CharBiConsumer
 
accept(char) - Method in interface com.landawn.abacus.util.function.CharConsumer
 
accept(T) - Method in interface com.landawn.abacus.util.function.Consumer
 
accept(double, double) - Method in interface com.landawn.abacus.util.function.DoubleBiConsumer
 
accept(double) - Method in interface com.landawn.abacus.util.function.DoubleConsumer
 
accept(float, float) - Method in interface com.landawn.abacus.util.function.FloatBiConsumer
 
accept(float) - Method in interface com.landawn.abacus.util.function.FloatConsumer
 
accept(U, int, T) - Method in interface com.landawn.abacus.util.function.IndexedBiConsumer
 
accept(int, T) - Method in interface com.landawn.abacus.util.function.IndexedConsumer
 
accept(int, int) - Method in interface com.landawn.abacus.util.function.IntBiConsumer
 
accept(int) - Method in interface com.landawn.abacus.util.function.IntConsumer
 
accept(int, T) - Method in interface com.landawn.abacus.util.function.IntObjConsumer
 
accept(long, long) - Method in interface com.landawn.abacus.util.function.LongBiConsumer
 
accept(long) - Method in interface com.landawn.abacus.util.function.LongConsumer
 
accept(T, double) - Method in interface com.landawn.abacus.util.function.ObjDoubleConsumer
 
accept(T, int) - Method in interface com.landawn.abacus.util.function.ObjIntConsumer
 
accept(T, long) - Method in interface com.landawn.abacus.util.function.ObjLongConsumer
 
accept(A, B, C, D) - Method in interface com.landawn.abacus.util.function.QuadConsumer
 
accept(short, short) - Method in interface com.landawn.abacus.util.function.ShortBiConsumer
 
accept(short) - Method in interface com.landawn.abacus.util.function.ShortConsumer
 
accept(A, B, C) - Method in interface com.landawn.abacus.util.function.TriConsumer
 
accept(Throwables.Consumer<? super Multimap<K, E, V>, X>) - Method in class com.landawn.abacus.util.Multimap
 
accept(Throwables.Consumer<? super Multiset<T>, E>) - Method in class com.landawn.abacus.util.Multiset
 
accept(Consumer<? super T[]>) - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableArray
 
accept(Consumer<? super boolean[]>) - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableBooleanArray
 
accept(Consumer<? super byte[]>) - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableByteArray
 
accept(Consumer<? super char[]>) - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableCharArray
 
accept(Consumer<? super Deque<T>>) - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableDeque
 
accept(Consumer<? super double[]>) - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableDoubleArray
 
accept(Consumer<? super Map.Entry<K, V>>) - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableEntry
 
accept(Consumer<? super float[]>) - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableFloatArray
 
accept(Consumer<? super int[]>) - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableIntArray
 
accept(Consumer<? super long[]>) - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableLongArray
 
accept(Consumer<? super short[]>) - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableShortArray
 
accept(Throwables.BiConsumer<? super L, ? super R, E>) - Method in class com.landawn.abacus.util.Pair
 
accept(Throwables.Consumer<? super Pair<L, R>, E>) - Method in class com.landawn.abacus.util.Pair
 
accept(Throwables.Consumer<? super SQLBuilder.SP, E>) - Method in class com.landawn.abacus.util.SQLBuilder
 
accept(Throwables.BiConsumer<? super String, ? super List<Object>, E>) - Method in class com.landawn.abacus.util.SQLBuilder
 
accept(T, U) - Method in interface com.landawn.abacus.util.Throwables.BiConsumer
 
accept(int, int, T) - Method in interface com.landawn.abacus.util.Throwables.BiIntObjConsumer
 
accept(boolean, boolean) - Method in interface com.landawn.abacus.util.Throwables.BooleanBiConsumer
 
accept(boolean) - Method in interface com.landawn.abacus.util.Throwables.BooleanConsumer
 
accept(boolean, boolean, boolean) - Method in interface com.landawn.abacus.util.Throwables.BooleanTriConsumer
 
accept(byte, byte) - Method in interface com.landawn.abacus.util.Throwables.ByteBiConsumer
 
accept(byte) - Method in interface com.landawn.abacus.util.Throwables.ByteConsumer
 
accept(byte, byte, byte) - Method in interface com.landawn.abacus.util.Throwables.ByteTriConsumer
 
accept(char, char) - Method in interface com.landawn.abacus.util.Throwables.CharBiConsumer
 
accept(char) - Method in interface com.landawn.abacus.util.Throwables.CharConsumer
 
accept(char, char, char) - Method in interface com.landawn.abacus.util.Throwables.CharTriConsumer
 
accept(T) - Method in interface com.landawn.abacus.util.Throwables.Consumer
 
accept(double, double) - Method in interface com.landawn.abacus.util.Throwables.DoubleBiConsumer
 
accept(double) - Method in interface com.landawn.abacus.util.Throwables.DoubleConsumer
 
accept(double, double, double) - Method in interface com.landawn.abacus.util.Throwables.DoubleTriConsumer
 
accept(T, U) - Method in interface com.landawn.abacus.util.Throwables.EE.BiConsumer
 
accept(T) - Method in interface com.landawn.abacus.util.Throwables.EE.Consumer
 
accept(A, B, C) - Method in interface com.landawn.abacus.util.Throwables.EE.TriConsumer
 
accept(T, U) - Method in interface com.landawn.abacus.util.Throwables.EEE.BiConsumer
 
accept(T) - Method in interface com.landawn.abacus.util.Throwables.EEE.Consumer
 
accept(A, B, C) - Method in interface com.landawn.abacus.util.Throwables.EEE.TriConsumer
 
accept(float, float) - Method in interface com.landawn.abacus.util.Throwables.FloatBiConsumer
 
accept(float) - Method in interface com.landawn.abacus.util.Throwables.FloatConsumer
 
accept(float, float, float) - Method in interface com.landawn.abacus.util.Throwables.FloatTriConsumer
 
accept(U, int, T) - Method in interface com.landawn.abacus.util.Throwables.IndexedBiConsumer
 
accept(int, boolean) - Method in interface com.landawn.abacus.util.Throwables.IndexedBooleanConsumer
 
accept(int, byte) - Method in interface com.landawn.abacus.util.Throwables.IndexedByteConsumer
 
accept(int, char) - Method in interface com.landawn.abacus.util.Throwables.IndexedCharConsumer
 
accept(int, T) - Method in interface com.landawn.abacus.util.Throwables.IndexedConsumer
 
accept(int, double) - Method in interface com.landawn.abacus.util.Throwables.IndexedDoubleConsumer
 
accept(int, float) - Method in interface com.landawn.abacus.util.Throwables.IndexedFloatConsumer
 
accept(int, int) - Method in interface com.landawn.abacus.util.Throwables.IndexedIntConsumer
 
accept(int, long) - Method in interface com.landawn.abacus.util.Throwables.IndexedLongConsumer
 
accept(int, short) - Method in interface com.landawn.abacus.util.Throwables.IndexedShortConsumer
 
accept(int, int) - Method in interface com.landawn.abacus.util.Throwables.IntBiConsumer
 
accept(int) - Method in interface com.landawn.abacus.util.Throwables.IntConsumer
 
accept(int, T) - Method in interface com.landawn.abacus.util.Throwables.IntObjConsumer
 
accept(int, int, int) - Method in interface com.landawn.abacus.util.Throwables.IntTriConsumer
 
accept(long, long) - Method in interface com.landawn.abacus.util.Throwables.LongBiConsumer
 
accept(long) - Method in interface com.landawn.abacus.util.Throwables.LongConsumer
 
accept(long, long, long) - Method in interface com.landawn.abacus.util.Throwables.LongTriConsumer
 
accept(T, boolean) - Method in interface com.landawn.abacus.util.Throwables.ObjBooleanConsumer
 
accept(T, byte) - Method in interface com.landawn.abacus.util.Throwables.ObjByteConsumer
 
accept(T, char) - Method in interface com.landawn.abacus.util.Throwables.ObjCharConsumer
 
accept(T, double) - Method in interface com.landawn.abacus.util.Throwables.ObjDoubleConsumer
 
accept(T, float) - Method in interface com.landawn.abacus.util.Throwables.ObjFloatConsumer
 
accept(T, int) - Method in interface com.landawn.abacus.util.Throwables.ObjIntConsumer
 
accept(T, long) - Method in interface com.landawn.abacus.util.Throwables.ObjLongConsumer
 
accept(T, short) - Method in interface com.landawn.abacus.util.Throwables.ObjShortConsumer
 
accept(A, B, C, D) - Method in interface com.landawn.abacus.util.Throwables.QuadConsumer
 
accept(short, short) - Method in interface com.landawn.abacus.util.Throwables.ShortBiConsumer
 
accept(short) - Method in interface com.landawn.abacus.util.Throwables.ShortConsumer
 
accept(short, short, short) - Method in interface com.landawn.abacus.util.Throwables.ShortTriConsumer
 
accept(A, B, C) - Method in interface com.landawn.abacus.util.Throwables.TriConsumer
 
accept(Throwables.TriConsumer<? super L, ? super M, ? super R, E>) - Method in class com.landawn.abacus.util.Triple
 
accept(Throwables.Consumer<? super Triple<L, M, R>, E>) - Method in class com.landawn.abacus.util.Triple
 
accept(Throwables.Consumer<? super TP, E>) - Method in class com.landawn.abacus.util.Tuple
 
accept(Throwables.BiConsumer<? super T1, ? super T2, E>) - Method in class com.landawn.abacus.util.Tuple.Tuple2
 
accept(Throwables.TriConsumer<? super T1, ? super T2, ? super T3, E>) - Method in class com.landawn.abacus.util.Tuple.Tuple3
 
ACCEPT_CHARSET - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP Accept-Charset header field name.
ACCEPT_ENCODING - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP Accept-Encoding header field name.
ACCEPT_LANGUAGE - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP Accept-Language header field name.
ACCEPT_RANGES - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP Accept-Ranges header field name.
acceptByKey(Consumer<? super K>) - Static method in class com.landawn.abacus.util.Fn
Accept by key.
acceptByKey(Throwables.Consumer<? super K, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
 
acceptByValue(Consumer<? super V>) - Static method in class com.landawn.abacus.util.Fn
Accept by value.
acceptByValue(Throwables.Consumer<? super V, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
 
acceptIfNotEmpty(Throwables.Consumer<? super ExceptionalStream<T, E>, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
acceptIfNotEmpty(Throwables.Consumer<? super Multiset<T>, E>) - Method in class com.landawn.abacus.util.Multiset
Accept if not empty.
acceptKeyVal(BiConsumer<? super K, ? super V>) - Static method in class com.landawn.abacus.util.Fn
Accept key val.
ACCESS_CONTROL_ALLOW_CREDENTIALS - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP Access-Control-Allow-Credentials header field name.
ACCESS_CONTROL_ALLOW_HEADERS - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP Access-Control-Allow-Headers header field name.
ACCESS_CONTROL_ALLOW_METHODS - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP Access-Control-Allow-Methods header field name.
ACCESS_CONTROL_ALLOW_ORIGIN - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP Access-Control-Allow-Origin header field name.
ACCESS_CONTROL_EXPOSE_HEADERS - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP Access-Control-Expose-Headers header field name.
ACCESS_CONTROL_MAX_AGE - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP Access-Control-Max-Age header field name.
ACCESS_CONTROL_REQUEST_HEADERS - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP Access-Control-Request-Headers header field name.
ACCESS_CONTROL_REQUEST_METHOD - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP Access-Control-Request-Method header field name.
AccessFieldByMethod - Annotation Type in com.landawn.abacus.annotation
 
accumulator() - Method in interface com.landawn.abacus.util.stream.Collector
 
ACK - Static variable in class com.landawn.abacus.util.Ascii
Acknowledge: A communication control character transmitted by a receiver as an affirmative response to a sender.
acos(String) - Static method in class com.landawn.abacus.condition.Expression
 
ACOS - Static variable in class com.landawn.abacus.util.WD
Field ACOS.
acosh(double) - Static method in class com.landawn.abacus.util.Numbers
Compute the inverse hyperbolic cosine of a number.
activityPrint() - Method in class com.landawn.abacus.pool.AbstractPoolable
 
ActivityPrint - Class in com.landawn.abacus.pool
 
ActivityPrint(long, long) - Constructor for class com.landawn.abacus.pool.ActivityPrint
 
activityPrint() - Method in interface com.landawn.abacus.pool.Poolable
 
add(Criteria, Condition...) - Static method in class com.landawn.abacus.condition.CriteriaUtil
 
add(Criteria, Collection<Condition>) - Static method in class com.landawn.abacus.condition.CriteriaUtil
 
add(Condition...) - Method in class com.landawn.abacus.condition.Junction
 
add(Collection<? extends Condition>) - Method in class com.landawn.abacus.condition.Junction
 
add(E) - Method in class com.landawn.abacus.pool.GenericObjectPool
 
add(E, boolean) - Method in class com.landawn.abacus.pool.GenericObjectPool
 
add(E, long, TimeUnit) - Method in class com.landawn.abacus.pool.GenericObjectPool
 
add(E, long, TimeUnit, boolean) - Method in class com.landawn.abacus.pool.GenericObjectPool
 
add(E) - Method in interface com.landawn.abacus.pool.ObjectPool
 
add(E, boolean) - Method in interface com.landawn.abacus.pool.ObjectPool
 
add(E, long, TimeUnit) - Method in interface com.landawn.abacus.pool.ObjectPool
 
add(E, long, TimeUnit, boolean) - Method in interface com.landawn.abacus.pool.ObjectPool
 
add(E) - Method in class com.landawn.abacus.util.ArrayHashSet
 
add(Fraction) - Method in class com.landawn.abacus.util.Fraction
Adds the value of this fraction to another, returning the result in reduced form.
add(T) - Method in class com.landawn.abacus.util.IdentityHashSet
 
add(E) - Method in class com.landawn.abacus.util.ImmutableCollection
Deprecated.
throws UnsupportedOperationException
add(int, E) - Method in class com.landawn.abacus.util.ImmutableList
Deprecated.
throws UnsupportedOperationException
add(double) - Method in class com.landawn.abacus.util.KahanSummation
 
add(T) - Method in class com.landawn.abacus.util.Multiset
 
add(T, int) - Method in class com.landawn.abacus.util.Multiset
 
add(byte) - Method in class com.landawn.abacus.util.MutableByte
Adds a value to the value of this instance.
add(char) - Method in class com.landawn.abacus.util.MutableChar
Adds a value to the value of this instance.
add(double) - Method in class com.landawn.abacus.util.MutableDouble
Adds a value to the value of this instance.
add(float) - Method in class com.landawn.abacus.util.MutableFloat
Adds a value to the value of this instance.
add(int) - Method in class com.landawn.abacus.util.MutableInt
Adds a value to the value of this instance.
add(long) - Method in class com.landawn.abacus.util.MutableLong
Adds a value to the value of this instance.
add(short) - Method in class com.landawn.abacus.util.MutableShort
Adds a value to the value of this instance.
add(boolean[], boolean) - Static method in class com.landawn.abacus.util.N
Copies the given array and adds the given elementToAdd at the end of the new array.
add(char[], char) - Static method in class com.landawn.abacus.util.N
Copies the given array and adds the given elementToAdd at the end of the new array.
add(byte[], byte) - Static method in class com.landawn.abacus.util.N
Copies the given array and adds the given elementToAdd at the end of the new array.
add(short[], short) - Static method in class com.landawn.abacus.util.N
Copies the given array and adds the given elementToAdd at the end of the new array.
add(int[], int) - Static method in class com.landawn.abacus.util.N
Copies the given array and adds the given elementToAdd at the end of the new array.
add(long[], long) - Static method in class com.landawn.abacus.util.N
Copies the given array and adds the given elementToAdd at the end of the new array.
add(float[], float) - Static method in class com.landawn.abacus.util.N
Copies the given array and adds the given elementToAdd at the end of the new array.
add(double[], double) - Static method in class com.landawn.abacus.util.N
Copies the given array and adds the given elementToAdd at the end of the new array.
add(String[], String) - Static method in class com.landawn.abacus.util.N
Copies the given array and adds the given elementToAdd at the end of the new array.
add(T[], T) - Static method in class com.landawn.abacus.util.N
Copies the given array and adds the given elementToAdd at the end of the new array.
addAll(Collection<? extends E>) - Method in class com.landawn.abacus.util.ArrayHashSet
Adds the all.
addAll(Collection<? extends T>) - Method in class com.landawn.abacus.util.IdentityHashSet
Adds the all.
addAll(Collection<? extends E>) - Method in class com.landawn.abacus.util.ImmutableCollection
Deprecated.
throws UnsupportedOperationException
addAll(int, Collection<? extends E>) - Method in class com.landawn.abacus.util.ImmutableList
Deprecated.
throws UnsupportedOperationException
addAll(double[]) - Method in class com.landawn.abacus.util.KahanSummation
Adds the all.
addAll(Collection<? extends T>) - Method in class com.landawn.abacus.util.Multiset
Adds the all.
addAll(Collection<? extends T>, int) - Method in class com.landawn.abacus.util.Multiset
Adds the all.
addAll(Map<? extends T, Integer>) - Method in class com.landawn.abacus.util.Multiset
Adds the all.
addAll(Multiset<? extends T>) - Method in class com.landawn.abacus.util.Multiset
Adds the all.
addAll(boolean[], boolean...) - Static method in class com.landawn.abacus.util.N
Adds all the elementToAdds of the given arrays into a new array.
addAll(char[], char...) - Static method in class com.landawn.abacus.util.N
Adds all the elementToAdds of the given arrays into a new array.
addAll(byte[], byte...) - Static method in class com.landawn.abacus.util.N
Adds all the elementToAdds of the given arrays into a new array.
addAll(short[], short...) - Static method in class com.landawn.abacus.util.N
Adds all the elementToAdds of the given arrays into a new array.
addAll(int[], int...) - Static method in class com.landawn.abacus.util.N
Adds all the elementToAdds of the given arrays into a new array.
addAll(long[], long...) - Static method in class com.landawn.abacus.util.N
Adds all the elementToAdds of the given arrays into a new array.
addAll(float[], float...) - Static method in class com.landawn.abacus.util.N
Adds all the elementToAdds of the given arrays into a new array.
addAll(double[], double...) - Static method in class com.landawn.abacus.util.N
Adds all the elementToAdds of the given arrays into a new array.
addAll(String[], String...) - Static method in class com.landawn.abacus.util.N
Adds all the elementToAdds of the given arrays into a new array.
addAll(T[], T...) - Static method in class com.landawn.abacus.util.N
Adds all the elementToAdds of the given arrays into a new array.
addAll(Collection<T>, Iterator<? extends T>) - Static method in class com.landawn.abacus.util.N
 
addAndGet(T) - Method in class com.landawn.abacus.util.Multiset
Adds the and get.
addAndGet(T, int) - Method in class com.landawn.abacus.util.Multiset
Adds the and get.
addAndGet(byte) - Method in class com.landawn.abacus.util.MutableByte
Adds the given value to the current value.
addAndGet(char) - Method in class com.landawn.abacus.util.MutableChar
Adds the given value to the current value.
addAndGet(double) - Method in class com.landawn.abacus.util.MutableDouble
Adds the given value to the current value.
addAndGet(float) - Method in class com.landawn.abacus.util.MutableFloat
Adds the given value to the current value.
addAndGet(int) - Method in class com.landawn.abacus.util.MutableInt
Adds the given value to the current value.
addAndGet(long) - Method in class com.landawn.abacus.util.MutableLong
Adds the given value to the current value.
addAndGet(short) - Method in class com.landawn.abacus.util.MutableShort
Adds the given value to the current value.
addColumn(String, List<?>) - Method in interface com.landawn.abacus.DataSet
 
addColumn(int, String, List<?>) - Method in interface com.landawn.abacus.DataSet
 
addColumn(String, String, Throwables.Function<T, ?, E>) - Method in interface com.landawn.abacus.DataSet
Generate the new column values from the specified column by the specified Function.
addColumn(int, String, String, Throwables.Function<T, ?, E>) - Method in interface com.landawn.abacus.DataSet
Generate the new column values from the specified column by the specified Function.
addColumn(String, Collection<String>, Throwables.Function<? super NoCachingNoUpdating.DisposableObjArray, ?, E>) - Method in interface com.landawn.abacus.DataSet
Generate the new column values from the specified columns by the specified Function.
addColumn(int, String, Collection<String>, Throwables.Function<? super NoCachingNoUpdating.DisposableObjArray, ?, E>) - Method in interface com.landawn.abacus.DataSet
Generate the new column values from the specified columns by the specified Function.
addColumn(String, Tuple.Tuple2<String, String>, Throwables.BiFunction<?, ?, ?, E>) - Method in interface com.landawn.abacus.DataSet
Generate the new column values from the specified columns by the specified Function.
addColumn(int, String, Tuple.Tuple2<String, String>, Throwables.BiFunction<?, ?, ?, E>) - Method in interface com.landawn.abacus.DataSet
Generate the new column values from the specified columns by the specified Function.
addColumn(String, Tuple.Tuple3<String, String, String>, Throwables.TriFunction<?, ?, ?, ?, E>) - Method in interface com.landawn.abacus.DataSet
Generate the new column values from the specified columns by the specified Function.
addColumn(int, String, Tuple.Tuple3<String, String, String>, Throwables.TriFunction<?, ?, ?, ?, E>) - Method in interface com.landawn.abacus.DataSet
Generate the new column values from the specified columns by the specified Function.
addDays(T, int) - Static method in class com.landawn.abacus.util.DateUtil
Adds a number of days to a date returning a new object.
addDays(T, int) - Static method in class com.landawn.abacus.util.DateUtil
Adds a number of days to a calendar returning a new object.
addDelayedShutdownHook(ExecutorService, long, TimeUnit) - Static method in class com.landawn.abacus.util.MoreExecutors
Adds the delayed shutdown hook.
addExact(int, int) - Static method in class com.landawn.abacus.util.Numbers
Returns the sum of a and b, provided it does not overflow.
addExact(long, long) - Static method in class com.landawn.abacus.util.Numbers
Returns the sum of a and b, provided it does not overflow.
addHeader(String, String) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
Deprecated.
no use case?
addHours(T, int) - Static method in class com.landawn.abacus.util.DateUtil
Adds a number of hours to a date returning a new object.
addHours(T, int) - Static method in class com.landawn.abacus.util.DateUtil
Adds a number of hours to a calendar returning a new object.
addIfAbsent(T) - Method in class com.landawn.abacus.util.Multiset
Adds the if absent.
addIfAbsent(T, int) - Method in class com.landawn.abacus.util.Multiset
Adds the if absent.
addMethodStatisticsList(Profiler.LoopStatistics) - Method in class com.landawn.abacus.util.Profiler.MultiLoopsStatistics
Adds the method statistics list.
addMilliseconds(T, int) - Static method in class com.landawn.abacus.util.DateUtil
Adds a number of milliseconds to a date returning a new object.
addMilliseconds(T, int) - Static method in class com.landawn.abacus.util.DateUtil
Adds a number of milliseconds to a calendar returning a new object.
addMinutes(T, int) - Static method in class com.landawn.abacus.util.DateUtil
Adds a number of minutes to a date returning a new object.
addMinutes(T, int) - Static method in class com.landawn.abacus.util.DateUtil
Adds a number of minutes to a calendar returning a new object.
addMonths(T, int) - Static method in class com.landawn.abacus.util.DateUtil
Adds a number of months to a date returning a new object.
addMonths(T, int) - Static method in class com.landawn.abacus.util.DateUtil
Adds a number of months to a calendar returning a new object.
addRow(Object) - Method in interface com.landawn.abacus.DataSet
Adds the row.
addRow(int, Object) - Method in interface com.landawn.abacus.DataSet
Adds the row.
addSeconds(T, int) - Static method in class com.landawn.abacus.util.DateUtil
Adds a number of seconds to a date returning a new object.
addSeconds(T, int) - Static method in class com.landawn.abacus.util.DateUtil
Adds a number of seconds to a calendar returning a new object.
addWeeks(T, int) - Static method in class com.landawn.abacus.util.DateUtil
Adds a number of weeks to a date returning a new object.
addWeeks(T, int) - Static method in class com.landawn.abacus.util.DateUtil
Adds a number of weeks to a calendar returning a new object.
addYears(T, int) - Static method in class com.landawn.abacus.util.DateUtil
Adds a number of years to a date returning a new object.
addYears(T, int) - Static method in class com.landawn.abacus.util.DateUtil
Adds a number of years to a calendar returning a new object.
advance(Iterator<?>, long) - Static method in class com.landawn.abacus.util.Iterators
Note: copied from Google Guava under Apache license v2
Calls next() on iterator, either numberToAdvance times or until hasNext() returns false, whichever comes first.
AGE - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP Age header field name.
All - Class in com.landawn.abacus.condition
 
All(SubQuery) - Constructor for class com.landawn.abacus.condition.All
 
all(SubQuery) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
ALL - Static variable in class com.landawn.abacus.util.SQLBuilder
 
ALL - Static variable in class com.landawn.abacus.util.WD
Field ALL.
allMatch(Throwables.Predicate<? super T, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
allMatch(T[], Throwables.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
allMatch(Collection<? extends T>, Throwables.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
allMatch(Iterator<? extends T>, Throwables.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
allMaxOccurrences() - Method in class com.landawn.abacus.util.Multiset
All max occurrences.
allMinOccurrences() - Method in class com.landawn.abacus.util.Multiset
All min occurrences.
allNull() - Method in class com.landawn.abacus.util.Tuple
 
allNull() - Method in class com.landawn.abacus.util.Tuple.Tuple1
 
allNull() - Method in class com.landawn.abacus.util.Tuple.Tuple2
 
allNull() - Method in class com.landawn.abacus.util.Tuple.Tuple3
 
allNull() - Method in class com.landawn.abacus.util.Tuple.Tuple4
 
allNull() - Method in class com.landawn.abacus.util.Tuple.Tuple5
 
allNull() - Method in class com.landawn.abacus.util.Tuple.Tuple6
 
allNull() - Method in class com.landawn.abacus.util.Tuple.Tuple7
 
allNull() - Method in class com.landawn.abacus.util.Tuple.Tuple8
 
allNull() - Method in class com.landawn.abacus.util.Tuple.Tuple9
 
allOf(boolean[], boolean) - Static method in class com.landawn.abacus.util.Index
Finds the indices of the given value in the array.
allOf(boolean[], int, boolean) - Static method in class com.landawn.abacus.util.Index
Finds the indices of the given value in the a starting at the given index.
allOf(byte[], byte) - Static method in class com.landawn.abacus.util.Index
Finds the indices of the given value in the array.
allOf(byte[], int, byte) - Static method in class com.landawn.abacus.util.Index
Finds the indices of the given value in the a starting at the given index.
allOf(char[], char) - Static method in class com.landawn.abacus.util.Index
Finds the indices of the given value in the array.
allOf(char[], int, char) - Static method in class com.landawn.abacus.util.Index
Finds the indices of the given value in the a starting at the given index.
allOf(short[], short) - Static method in class com.landawn.abacus.util.Index
Finds the indices of the given value in the array.
allOf(short[], int, short) - Static method in class com.landawn.abacus.util.Index
Finds the indices of the given value in the a starting at the given index.
allOf(int[], int) - Static method in class com.landawn.abacus.util.Index
Finds the indices of the given value in the array.
allOf(int[], int, int) - Static method in class com.landawn.abacus.util.Index
Finds the indices of the given value in the a starting at the given index.
allOf(long[], long) - Static method in class com.landawn.abacus.util.Index
Finds the indices of the given value in the array.
allOf(long[], int, long) - Static method in class com.landawn.abacus.util.Index
Finds the indices of the given value in the a starting at the given index.
allOf(float[], float) - Static method in class com.landawn.abacus.util.Index
Finds the indices of the given value in the array.
allOf(float[], int, float) - Static method in class com.landawn.abacus.util.Index
Finds the indices of the given value in the a starting at the given index.
allOf(double[], double) - Static method in class com.landawn.abacus.util.Index
Finds the indices of the given value in the array.
allOf(double[], int, double) - Static method in class com.landawn.abacus.util.Index
Finds the indices of the given value in the a starting at the given index.
allOf(double[], double, double) - Static method in class com.landawn.abacus.util.Index
Finds the indices of the given value within a given tolerance in the array.
allOf(double[], int, double, double) - Static method in class com.landawn.abacus.util.Index
Finds the indices of the given value in the a starting at the given index.
allOf(Object[], Object) - Static method in class com.landawn.abacus.util.Index
Finds the indices of the given object in the array.
allOf(Object[], int, Object) - Static method in class com.landawn.abacus.util.Index
Finds the indices of the given object in the a starting at the given index.
allOf(Collection<?>, Object) - Static method in class com.landawn.abacus.util.Index
Finds the indices of the given object in the array.
allOf(Collection<?>, int, Object) - Static method in class com.landawn.abacus.util.Index
Finds the indices of the given object in the a starting at the given index.
ALLOW - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP Allow header field name.
ALTER - Static variable in class com.landawn.abacus.util.WD
Field ALTER.
alternated() - Static method in class com.landawn.abacus.util.Fn
Returns a stateful BiFunction.
alternated() - Static method in enum com.landawn.abacus.util.MergeResult
Deprecated.
Use Fn.alternated() instead
ALWAYS_FALSE - Static variable in interface com.landawn.abacus.util.function.BooleanBiPredicate
 
ALWAYS_FALSE - Static variable in interface com.landawn.abacus.util.function.BooleanPredicate
 
ALWAYS_FALSE - Static variable in interface com.landawn.abacus.util.function.ByteBiPredicate
 
ALWAYS_FALSE - Static variable in interface com.landawn.abacus.util.function.BytePredicate
 
ALWAYS_FALSE - Static variable in interface com.landawn.abacus.util.function.CharBiPredicate
 
ALWAYS_FALSE - Static variable in interface com.landawn.abacus.util.function.CharPredicate
 
ALWAYS_FALSE - Static variable in interface com.landawn.abacus.util.function.DoubleBiPredicate
 
ALWAYS_FALSE - Static variable in interface com.landawn.abacus.util.function.DoublePredicate
 
ALWAYS_FALSE - Static variable in interface com.landawn.abacus.util.function.FloatBiPredicate
 
ALWAYS_FALSE - Static variable in interface com.landawn.abacus.util.function.FloatPredicate
 
ALWAYS_FALSE - Static variable in interface com.landawn.abacus.util.function.IntBiPredicate
 
ALWAYS_FALSE - Static variable in interface com.landawn.abacus.util.function.IntPredicate
 
ALWAYS_FALSE - Static variable in interface com.landawn.abacus.util.function.LongBiPredicate
 
ALWAYS_FALSE - Static variable in interface com.landawn.abacus.util.function.LongPredicate
 
ALWAYS_FALSE - Static variable in interface com.landawn.abacus.util.function.ShortBiPredicate
 
ALWAYS_FALSE - Static variable in interface com.landawn.abacus.util.function.ShortPredicate
 
ALWAYS_TRUE - Static variable in interface com.landawn.abacus.util.function.BooleanBiPredicate
 
ALWAYS_TRUE - Static variable in interface com.landawn.abacus.util.function.BooleanPredicate
 
ALWAYS_TRUE - Static variable in interface com.landawn.abacus.util.function.ByteBiPredicate
 
ALWAYS_TRUE - Static variable in interface com.landawn.abacus.util.function.BytePredicate
 
ALWAYS_TRUE - Static variable in interface com.landawn.abacus.util.function.CharBiPredicate
 
ALWAYS_TRUE - Static variable in interface com.landawn.abacus.util.function.CharPredicate
 
ALWAYS_TRUE - Static variable in interface com.landawn.abacus.util.function.DoubleBiPredicate
 
ALWAYS_TRUE - Static variable in interface com.landawn.abacus.util.function.DoublePredicate
 
ALWAYS_TRUE - Static variable in interface com.landawn.abacus.util.function.FloatBiPredicate
 
ALWAYS_TRUE - Static variable in interface com.landawn.abacus.util.function.FloatPredicate
 
ALWAYS_TRUE - Static variable in interface com.landawn.abacus.util.function.IntBiPredicate
 
ALWAYS_TRUE - Static variable in interface com.landawn.abacus.util.function.IntPredicate
 
ALWAYS_TRUE - Static variable in interface com.landawn.abacus.util.function.LongBiPredicate
 
ALWAYS_TRUE - Static variable in interface com.landawn.abacus.util.function.LongPredicate
 
ALWAYS_TRUE - Static variable in interface com.landawn.abacus.util.function.ShortBiPredicate
 
ALWAYS_TRUE - Static variable in interface com.landawn.abacus.util.function.ShortPredicate
 
alwaysFalse() - Static method in class com.landawn.abacus.condition.ConditionFactory
Deprecated.
alwaysFalse() - Static method in class com.landawn.abacus.util.Fn
 
alwaysFalse() - Static method in class com.landawn.abacus.util.Fn.BiPredicates
 
alwaysFalse() - Static method in class com.landawn.abacus.util.Fn.Fnn
 
alwaysFalse() - Static method in class com.landawn.abacus.util.Fn.TriPredicates
 
alwaysTrue() - Static method in class com.landawn.abacus.condition.ConditionFactory
 
alwaysTrue() - Static method in class com.landawn.abacus.util.Fn
 
alwaysTrue() - Static method in class com.landawn.abacus.util.Fn.BiPredicates
 
alwaysTrue() - Static method in class com.landawn.abacus.util.Fn.Fnn
 
alwaysTrue() - Static method in class com.landawn.abacus.util.Fn.TriPredicates
 
AMPERSAND - Static variable in class com.landawn.abacus.util.WD
Field AMPERSAND.
and(Condition) - Method in class com.landawn.abacus.condition.AbstractCondition
 
And - Class in com.landawn.abacus.condition
 
And(Condition...) - Constructor for class com.landawn.abacus.condition.And
 
And(Collection<? extends Condition>) - Constructor for class com.landawn.abacus.condition.And
 
and(Condition) - Method in class com.landawn.abacus.condition.And
 
and(Condition) - Method in class com.landawn.abacus.condition.Clause
 
and(Condition) - Method in interface com.landawn.abacus.condition.Condition
 
and(Condition...) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
and(Collection<? extends Condition>) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
and(String...) - Static method in class com.landawn.abacus.condition.Expression
 
and(Condition) - Method in class com.landawn.abacus.condition.Limit
 
and(String) - Method in class com.landawn.abacus.util.DynamicSQLBuilder.Having
 
and(String) - Method in class com.landawn.abacus.util.DynamicSQLBuilder.Where
 
and(BooleanSupplier, BooleanSupplier) - Static method in class com.landawn.abacus.util.Fn
 
and(BooleanSupplier, BooleanSupplier, BooleanSupplier) - Static method in class com.landawn.abacus.util.Fn
 
and(Predicate<? super T>, Predicate<? super T>) - Static method in class com.landawn.abacus.util.Fn
 
and(Predicate<? super T>, Predicate<? super T>, Predicate<? super T>) - Static method in class com.landawn.abacus.util.Fn
 
and(Collection<Predicate<? super T>>) - Static method in class com.landawn.abacus.util.Fn
 
and(BiPredicate<? super T, ? super U>, BiPredicate<? super T, ? super U>) - Static method in class com.landawn.abacus.util.Fn
 
and(BiPredicate<? super T, ? super U>, BiPredicate<? super T, ? super U>, BiPredicate<? super T, ? super U>) - Static method in class com.landawn.abacus.util.Fn
 
and(List<BiPredicate<? super T, ? super U>>) - Static method in class com.landawn.abacus.util.Fn
 
AND - Static variable in class com.landawn.abacus.util.WD
Field AND.
AND_OP - Static variable in class com.landawn.abacus.util.WD
Field AND2.
AndroidUtil - Class in com.landawn.abacus.util
 
annotations - Variable in class com.landawn.abacus.parser.ParserUtil.EntityInfo
 
annotations - Variable in class com.landawn.abacus.parser.ParserUtil.PropInfo
 
Any - Class in com.landawn.abacus.condition
 
Any(SubQuery) - Constructor for class com.landawn.abacus.condition.Any
 
any(SubQuery) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
ANY - Static variable in class com.landawn.abacus.util.WD
Field ANY.
anyMatch(Throwables.Predicate<? super T, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
anyMatch(T[], Throwables.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
anyMatch(Collection<? extends T>, Throwables.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
anyMatch(Iterator<? extends T>, Throwables.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
anyNull() - Method in class com.landawn.abacus.util.Tuple
 
anyNull() - Method in class com.landawn.abacus.util.Tuple.Tuple1
 
anyNull() - Method in class com.landawn.abacus.util.Tuple.Tuple2
 
anyNull() - Method in class com.landawn.abacus.util.Tuple.Tuple3
 
anyNull() - Method in class com.landawn.abacus.util.Tuple.Tuple4
 
anyNull() - Method in class com.landawn.abacus.util.Tuple.Tuple5
 
anyNull() - Method in class com.landawn.abacus.util.Tuple.Tuple6
 
anyNull() - Method in class com.landawn.abacus.util.Tuple.Tuple7
 
anyNull() - Method in class com.landawn.abacus.util.Tuple.Tuple8
 
anyNull() - Method in class com.landawn.abacus.util.Tuple.Tuple9
 
append(CharSequence) - Method in class com.landawn.abacus.util.BufferedWriter
 
append(CharSequence, int, int) - Method in class com.landawn.abacus.util.BufferedWriter
 
append(char) - Method in class com.landawn.abacus.util.BufferedWriter
 
append(String) - Method in class com.landawn.abacus.util.DynamicSQLBuilder.From
 
append(String, String) - Method in class com.landawn.abacus.util.DynamicSQLBuilder.From
 
append(String) - Method in class com.landawn.abacus.util.DynamicSQLBuilder.GroupBy
 
append(String) - Method in class com.landawn.abacus.util.DynamicSQLBuilder.Having
 
append(String) - Method in class com.landawn.abacus.util.DynamicSQLBuilder.OrderBy
 
append(String) - Method in class com.landawn.abacus.util.DynamicSQLBuilder.Select
 
append(String, String) - Method in class com.landawn.abacus.util.DynamicSQLBuilder.Select
 
append(String) - Method in class com.landawn.abacus.util.DynamicSQLBuilder.Where
 
append(T...) - Method in class com.landawn.abacus.util.ExceptionalStream
 
append(Collection<? extends T>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
append(ExceptionalStream<T, E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
append(File, byte[]) - Static method in class com.landawn.abacus.util.IOUtil
 
append(File, byte[], int, int) - Static method in class com.landawn.abacus.util.IOUtil
 
append(File, char[]) - Static method in class com.landawn.abacus.util.IOUtil
 
append(File, char[], Charset) - Static method in class com.landawn.abacus.util.IOUtil
 
append(File, char[], int, int) - Static method in class com.landawn.abacus.util.IOUtil
 
append(File, char[], int, int, Charset) - Static method in class com.landawn.abacus.util.IOUtil
 
append(File, CharSequence) - Static method in class com.landawn.abacus.util.IOUtil
 
append(File, CharSequence, Charset) - Static method in class com.landawn.abacus.util.IOUtil
 
append(File, InputStream) - Static method in class com.landawn.abacus.util.IOUtil
 
append(File, InputStream, long, long) - Static method in class com.landawn.abacus.util.IOUtil
 
append(File, Reader) - Static method in class com.landawn.abacus.util.IOUtil
 
append(File, Reader, Charset) - Static method in class com.landawn.abacus.util.IOUtil
 
append(File, Reader, long, long) - Static method in class com.landawn.abacus.util.IOUtil
 
append(File, Reader, long, long, Charset) - Static method in class com.landawn.abacus.util.IOUtil
 
append(File, File) - Static method in class com.landawn.abacus.util.IOUtil
 
append(File, File, long, long) - Static method in class com.landawn.abacus.util.IOUtil
 
append(boolean) - Method in class com.landawn.abacus.util.Joiner
 
append(char) - Method in class com.landawn.abacus.util.Joiner
 
append(int) - Method in class com.landawn.abacus.util.Joiner
 
append(long) - Method in class com.landawn.abacus.util.Joiner
 
append(float) - Method in class com.landawn.abacus.util.Joiner
 
append(double) - Method in class com.landawn.abacus.util.Joiner
 
append(String) - Method in class com.landawn.abacus.util.Joiner
 
append(CharSequence) - Method in class com.landawn.abacus.util.Joiner
 
append(CharSequence, int, int) - Method in class com.landawn.abacus.util.Joiner
 
append(StringBuffer) - Method in class com.landawn.abacus.util.Joiner
 
append(char[]) - Method in class com.landawn.abacus.util.Joiner
 
append(char[], int, int) - Method in class com.landawn.abacus.util.Joiner
 
append(Object) - Method in class com.landawn.abacus.util.Joiner
 
append(Condition) - Method in class com.landawn.abacus.util.SQLBuilder
 
append(String) - Method in class com.landawn.abacus.util.SQLBuilder
 
append(CharSequence) - Method in class com.landawn.abacus.util.StringWriter
 
append(CharSequence, int, int) - Method in class com.landawn.abacus.util.StringWriter
 
append(char) - Method in class com.landawn.abacus.util.StringWriter
 
appendAll(boolean[]) - Method in class com.landawn.abacus.util.Joiner
 
appendAll(boolean[], int, int) - Method in class com.landawn.abacus.util.Joiner
 
appendAll(char[]) - Method in class com.landawn.abacus.util.Joiner
 
appendAll(char[], int, int) - Method in class com.landawn.abacus.util.Joiner
 
appendAll(byte[]) - Method in class com.landawn.abacus.util.Joiner
 
appendAll(byte[], int, int) - Method in class com.landawn.abacus.util.Joiner
 
appendAll(short[]) - Method in class com.landawn.abacus.util.Joiner
 
appendAll(short[], int, int) - Method in class com.landawn.abacus.util.Joiner
 
appendAll(int[]) - Method in class com.landawn.abacus.util.Joiner
 
appendAll(int[], int, int) - Method in class com.landawn.abacus.util.Joiner
 
appendAll(long[]) - Method in class com.landawn.abacus.util.Joiner
 
appendAll(long[], int, int) - Method in class com.landawn.abacus.util.Joiner
 
appendAll(float[]) - Method in class com.landawn.abacus.util.Joiner
 
appendAll(float[], int, int) - Method in class com.landawn.abacus.util.Joiner
 
appendAll(double[]) - Method in class com.landawn.abacus.util.Joiner
 
appendAll(double[], int, int) - Method in class com.landawn.abacus.util.Joiner
 
appendAll(Object[]) - Method in class com.landawn.abacus.util.Joiner
 
appendAll(Object[], int, int) - Method in class com.landawn.abacus.util.Joiner
 
appendAll(Collection<?>) - Method in class com.landawn.abacus.util.Joiner
 
appendAll(Collection<?>, int, int) - Method in class com.landawn.abacus.util.Joiner
 
appendAll(Iterable<?>) - Method in class com.landawn.abacus.util.Joiner
 
appendAll(Iterator<?>) - Method in class com.landawn.abacus.util.Joiner
 
appendEntries(Map<?, ?>) - Method in class com.landawn.abacus.util.Joiner
 
appendEntries(Map<?, ?>, int, int) - Method in class com.landawn.abacus.util.Joiner
 
appendEntries(Object) - Method in class com.landawn.abacus.util.Joiner
 
appendEntries(Object, Collection<String>) - Method in class com.landawn.abacus.util.Joiner
 
appendEntriesExclusively(Object, Set<String>) - Method in class com.landawn.abacus.util.Joiner
 
appendEntry(String, boolean) - Method in class com.landawn.abacus.util.Joiner
 
appendEntry(String, char) - Method in class com.landawn.abacus.util.Joiner
 
appendEntry(String, int) - Method in class com.landawn.abacus.util.Joiner
 
appendEntry(String, long) - Method in class com.landawn.abacus.util.Joiner
 
appendEntry(String, float) - Method in class com.landawn.abacus.util.Joiner
 
appendEntry(String, double) - Method in class com.landawn.abacus.util.Joiner
 
appendEntry(String, String) - Method in class com.landawn.abacus.util.Joiner
 
appendEntry(String, CharSequence) - Method in class com.landawn.abacus.util.Joiner
 
appendEntry(String, StringBuffer) - Method in class com.landawn.abacus.util.Joiner
 
appendEntry(String, char[]) - Method in class com.landawn.abacus.util.Joiner
 
appendEntry(String, Object) - Method in class com.landawn.abacus.util.Joiner
 
appendEntry(Map.Entry<?, ?>) - Method in class com.landawn.abacus.util.Joiner
 
appendIf(boolean, String) - Method in class com.landawn.abacus.util.DynamicSQLBuilder.From
 
appendIf(boolean, String) - Method in class com.landawn.abacus.util.DynamicSQLBuilder.GroupBy
 
appendIf(boolean, String) - Method in class com.landawn.abacus.util.DynamicSQLBuilder.Having
 
appendIf(boolean, String) - Method in class com.landawn.abacus.util.DynamicSQLBuilder.OrderBy
 
appendIf(boolean, String) - Method in class com.landawn.abacus.util.DynamicSQLBuilder.Select
 
appendIf(boolean, String) - Method in class com.landawn.abacus.util.DynamicSQLBuilder.Where
 
appendIf(boolean, Supplier<?>) - Method in class com.landawn.abacus.util.Joiner
 
appendIfEmpty(T...) - Method in class com.landawn.abacus.util.ExceptionalStream
 
appendIfEmpty(Collection<? extends T>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
appendIfEmpty(Supplier<? extends ExceptionalStream<T, E>>) - Method in class com.landawn.abacus.util.ExceptionalStream
Append if empty.
appendIfMissing(String, String) - Static method in class com.landawn.abacus.util.StringUtil
Append if missing.
appendIfMissingIgnoreCase(String, String) - Static method in class com.landawn.abacus.util.StringUtil
 
appendIfNotNull(Object) - Method in class com.landawn.abacus.util.Joiner
Append if not null.
appendIfOrElse(boolean, String, String) - Method in class com.landawn.abacus.util.DynamicSQLBuilder.From
 
appendIfOrElse(boolean, String, String) - Method in class com.landawn.abacus.util.DynamicSQLBuilder.GroupBy
 
appendIfOrElse(boolean, String, String) - Method in class com.landawn.abacus.util.DynamicSQLBuilder.Having
 
appendIfOrElse(boolean, String, String) - Method in class com.landawn.abacus.util.DynamicSQLBuilder.OrderBy
 
appendIfOrElse(boolean, String, String) - Method in class com.landawn.abacus.util.DynamicSQLBuilder.Select
 
appendIfOrElse(boolean, String, String) - Method in class com.landawn.abacus.util.DynamicSQLBuilder.Where
 
appendLine(File, CharSequence) - Static method in class com.landawn.abacus.util.IOUtil
 
appendLine(File, CharSequence, Charset) - Static method in class com.landawn.abacus.util.IOUtil
 
APPLICATION_JSON - Static variable in class com.landawn.abacus.http.HttpHeaders.Values
The Constant APPLICATION_JSON.
APPLICATION_KRYO - Static variable in class com.landawn.abacus.http.HttpHeaders.Values
The Constant APPLICATION_KRYO.
APPLICATION_URL_ENCODED - Static variable in class com.landawn.abacus.http.HttpHeaders.Values
The default HTML form content type.
APPLICATION_XML - Static variable in class com.landawn.abacus.http.HttpHeaders.Values
The Constant APPLICATION_XML.
apply(Throwables.Function<? super DataSet, R, E>) - Method in interface com.landawn.abacus.DataSet
 
apply(T, U) - Method in interface com.landawn.abacus.util.function.BiFunction
 
apply(boolean, boolean) - Method in interface com.landawn.abacus.util.function.BooleanBiFunction
 
apply(boolean) - Method in interface com.landawn.abacus.util.function.BooleanFunction
 
apply(byte, byte) - Method in interface com.landawn.abacus.util.function.ByteBiFunction
 
apply(byte) - Method in interface com.landawn.abacus.util.function.ByteFunction
 
apply(char, char) - Method in interface com.landawn.abacus.util.function.CharBiFunction
 
apply(char) - Method in interface com.landawn.abacus.util.function.CharFunction
 
apply(double, double) - Method in interface com.landawn.abacus.util.function.DoubleBiFunction
 
apply(double) - Method in interface com.landawn.abacus.util.function.DoubleFunction
 
apply(float, float) - Method in interface com.landawn.abacus.util.function.FloatBiFunction
 
apply(float) - Method in interface com.landawn.abacus.util.function.FloatFunction
 
apply(T) - Method in interface com.landawn.abacus.util.function.Function
 
apply(U, int, T) - Method in interface com.landawn.abacus.util.function.IndexedBiFunction
 
apply(int, T) - Method in interface com.landawn.abacus.util.function.IndexedFunction
 
apply(int, int) - Method in interface com.landawn.abacus.util.function.IntBiFunction
 
apply(int) - Method in interface com.landawn.abacus.util.function.IntFunction
 
apply(long, long) - Method in interface com.landawn.abacus.util.function.LongBiFunction
 
apply(long) - Method in interface com.landawn.abacus.util.function.LongFunction
 
apply(A, B, C, D) - Method in interface com.landawn.abacus.util.function.QuadFunction
 
apply(short, short) - Method in interface com.landawn.abacus.util.function.ShortBiFunction
 
apply(short) - Method in interface com.landawn.abacus.util.function.ShortFunction
 
apply(A, B, C) - Method in interface com.landawn.abacus.util.function.TriFunction
 
apply(Throwables.Function<? super Multimap<K, E, V>, R, X>) - Method in class com.landawn.abacus.util.Multimap
 
apply(Throwables.Function<? super Multiset<T>, R, E>) - Method in class com.landawn.abacus.util.Multiset
 
apply(Function<? super T[], R>) - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableArray
 
apply(Function<? super boolean[], R>) - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableBooleanArray
 
apply(Function<? super byte[], R>) - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableByteArray
 
apply(Function<? super char[], R>) - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableCharArray
 
apply(Function<? super Deque<T>, R>) - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableDeque
 
apply(Function<? super double[], R>) - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableDoubleArray
 
apply(Function<? super Map.Entry<K, V>, R>) - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableEntry
 
apply(Function<? super float[], R>) - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableFloatArray
 
apply(Function<? super int[], R>) - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableIntArray
 
apply(Function<? super long[], R>) - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableLongArray
 
apply(Function<? super short[], R>) - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableShortArray
 
apply(Throwables.Function<? super SQLBuilder.SP, T, E>) - Method in class com.landawn.abacus.util.SQLBuilder
 
apply(Throwables.BiFunction<? super String, ? super List<Object>, T, E>) - Method in class com.landawn.abacus.util.SQLBuilder
 
apply(T, U) - Method in interface com.landawn.abacus.util.Throwables.BiFunction
 
apply(boolean, boolean) - Method in interface com.landawn.abacus.util.Throwables.BooleanBiFunction
 
apply(boolean) - Method in interface com.landawn.abacus.util.Throwables.BooleanFunction
 
apply(boolean, boolean, boolean) - Method in interface com.landawn.abacus.util.Throwables.BooleanTriFunction
 
apply(byte, byte) - Method in interface com.landawn.abacus.util.Throwables.ByteBiFunction
 
apply(byte) - Method in interface com.landawn.abacus.util.Throwables.ByteFunction
 
apply(byte, byte, byte) - Method in interface com.landawn.abacus.util.Throwables.ByteTriFunction
 
apply(char, char) - Method in interface com.landawn.abacus.util.Throwables.CharBiFunction
 
apply(char) - Method in interface com.landawn.abacus.util.Throwables.CharFunction
 
apply(char, char, char) - Method in interface com.landawn.abacus.util.Throwables.CharTriFunction
 
apply(double, double) - Method in interface com.landawn.abacus.util.Throwables.DoubleBiFunction
 
apply(double) - Method in interface com.landawn.abacus.util.Throwables.DoubleFunction
 
apply(double, double, double) - Method in interface com.landawn.abacus.util.Throwables.DoubleTriFunction
 
apply(T, U) - Method in interface com.landawn.abacus.util.Throwables.EE.BiFunction
 
apply(T) - Method in interface com.landawn.abacus.util.Throwables.EE.Function
 
apply(A, B, C) - Method in interface com.landawn.abacus.util.Throwables.EE.TriFunction
 
apply(T, U) - Method in interface com.landawn.abacus.util.Throwables.EEE.BiFunction
 
apply(T) - Method in interface com.landawn.abacus.util.Throwables.EEE.Function
 
apply(A, B, C) - Method in interface com.landawn.abacus.util.Throwables.EEE.TriFunction
 
apply(float, float) - Method in interface com.landawn.abacus.util.Throwables.FloatBiFunction
 
apply(float) - Method in interface com.landawn.abacus.util.Throwables.FloatFunction
 
apply(float, float, float) - Method in interface com.landawn.abacus.util.Throwables.FloatTriFunction
 
apply(T) - Method in interface com.landawn.abacus.util.Throwables.Function
 
apply(U, int, T) - Method in interface com.landawn.abacus.util.Throwables.IndexedBiFunction
 
apply(int, T) - Method in interface com.landawn.abacus.util.Throwables.IndexedFunction
 
apply(int, int) - Method in interface com.landawn.abacus.util.Throwables.IntBiFunction
 
apply(int) - Method in interface com.landawn.abacus.util.Throwables.IntFunction
 
apply(int, int, int) - Method in interface com.landawn.abacus.util.Throwables.IntTriFunction
 
apply(long, long) - Method in interface com.landawn.abacus.util.Throwables.LongBiFunction
 
apply(long) - Method in interface com.landawn.abacus.util.Throwables.LongFunction
 
apply(long, long, long) - Method in interface com.landawn.abacus.util.Throwables.LongTriFunction
 
apply(A, B, C, D) - Method in interface com.landawn.abacus.util.Throwables.QuadFunction
 
apply(short, short) - Method in interface com.landawn.abacus.util.Throwables.ShortBiFunction
 
apply(short) - Method in interface com.landawn.abacus.util.Throwables.ShortFunction
 
apply(short, short, short) - Method in interface com.landawn.abacus.util.Throwables.ShortTriFunction
 
apply(A, B, C) - Method in interface com.landawn.abacus.util.Throwables.TriFunction
 
applyAsBoolean(boolean, boolean) - Method in interface com.landawn.abacus.util.Throwables.BooleanBinaryOperator
Apply as boolean.
applyAsBoolean(boolean, boolean, boolean) - Method in interface com.landawn.abacus.util.Throwables.BooleanTernaryOperator
Apply as boolean.
applyAsBoolean(boolean) - Method in interface com.landawn.abacus.util.Throwables.BooleanUnaryOperator
Apply as boolean.
applyAsBoolean(T) - Method in interface com.landawn.abacus.util.Throwables.ToBooleanFunction
Apply as boolean.
applyAsByte(byte, byte) - Method in interface com.landawn.abacus.util.Throwables.ByteBinaryOperator
Apply as byte.
applyAsByte(byte, byte, byte) - Method in interface com.landawn.abacus.util.Throwables.ByteTernaryOperator
Apply as byte.
applyAsByte(byte) - Method in interface com.landawn.abacus.util.Throwables.ByteUnaryOperator
Apply as byte.
applyAsByte(T) - Method in interface com.landawn.abacus.util.Throwables.ToByteFunction
Apply as byte.
applyAsChar(char, char) - Method in interface com.landawn.abacus.util.Throwables.CharBinaryOperator
Apply as char.
applyAsChar(char, char, char) - Method in interface com.landawn.abacus.util.Throwables.CharTernaryOperator
Apply as char.
applyAsChar(char) - Method in interface com.landawn.abacus.util.Throwables.CharUnaryOperator
Apply as char.
applyAsChar(T) - Method in interface com.landawn.abacus.util.Throwables.ToCharFunction
Apply as char.
applyAsDouble(int) - Method in interface com.landawn.abacus.util.function.IntToDoubleFunction
 
applyAsDouble(long) - Method in interface com.landawn.abacus.util.function.LongToDoubleFunction
 
applyAsDouble(T, U) - Method in interface com.landawn.abacus.util.function.ToDoubleBiFunction
 
applyAsDouble(T) - Method in interface com.landawn.abacus.util.function.ToDoubleFunction
 
applyAsDouble(double, double) - Method in interface com.landawn.abacus.util.Throwables.DoubleBinaryOperator
Apply as double.
applyAsDouble(double, double, double) - Method in interface com.landawn.abacus.util.Throwables.DoubleTernaryOperator
Apply as double.
applyAsDouble(double) - Method in interface com.landawn.abacus.util.Throwables.DoubleUnaryOperator
Apply as double.
applyAsDouble(T) - Method in interface com.landawn.abacus.util.Throwables.ToDoubleFunction
Apply as double.
applyAsFloat(T, U) - Method in interface com.landawn.abacus.util.function.ToFloatBiFunction
 
applyAsFloat(T) - Method in interface com.landawn.abacus.util.function.ToFloatFunction
 
applyAsFloat(float, float) - Method in interface com.landawn.abacus.util.Throwables.FloatBinaryOperator
Apply as float.
applyAsFloat(float, float, float) - Method in interface com.landawn.abacus.util.Throwables.FloatTernaryOperator
Apply as float.
applyAsFloat(float) - Method in interface com.landawn.abacus.util.Throwables.FloatUnaryOperator
Apply as float.
applyAsFloat(T) - Method in interface com.landawn.abacus.util.Throwables.ToFloatFunction
Apply as float.
applyAsInt(double) - Method in interface com.landawn.abacus.util.function.DoubleToIntFunction
 
applyAsInt(int) - Method in interface com.landawn.abacus.util.function.IntUnaryOperator
 
applyAsInt(long) - Method in interface com.landawn.abacus.util.function.LongToIntFunction
 
applyAsInt(T, U) - Method in interface com.landawn.abacus.util.function.ToIntBiFunction
 
applyAsInt(T) - Method in interface com.landawn.abacus.util.function.ToIntFunction
 
applyAsInt(int, int) - Method in interface com.landawn.abacus.util.Throwables.IntBinaryOperator
Apply as int.
applyAsInt(int, int, int) - Method in interface com.landawn.abacus.util.Throwables.IntTernaryOperator
Apply as int.
applyAsInt(int) - Method in interface com.landawn.abacus.util.Throwables.IntUnaryOperator
Apply as int.
applyAsInt(T) - Method in interface com.landawn.abacus.util.Throwables.ToIntFunction
Apply as int.
applyAsLong(double) - Method in interface com.landawn.abacus.util.function.DoubleToLongFunction
 
applyAsLong(int) - Method in interface com.landawn.abacus.util.function.IntToLongFunction
 
applyAsLong(T, U) - Method in interface com.landawn.abacus.util.function.ToLongBiFunction
 
applyAsLong(T) - Method in interface com.landawn.abacus.util.function.ToLongFunction
 
applyAsLong(long, long) - Method in interface com.landawn.abacus.util.Throwables.LongBinaryOperator
Apply as long.
applyAsLong(long, long, long) - Method in interface com.landawn.abacus.util.Throwables.LongTernaryOperator
Apply as long.
applyAsLong(long) - Method in interface com.landawn.abacus.util.Throwables.LongUnaryOperator
Apply as long.
applyAsLong(T) - Method in interface com.landawn.abacus.util.Throwables.ToLongFunction
Apply as long.
applyAsShort(short, short) - Method in interface com.landawn.abacus.util.Throwables.ShortBinaryOperator
Apply as short.
applyAsShort(short, short, short) - Method in interface com.landawn.abacus.util.Throwables.ShortTernaryOperator
Apply as short.
applyAsShort(short) - Method in interface com.landawn.abacus.util.Throwables.ShortUnaryOperator
Apply as short.
applyAsShort(T) - Method in interface com.landawn.abacus.util.Throwables.ToShortFunction
Apply as short.
applyByKey(Function<? super K, R>) - Static method in class com.landawn.abacus.util.Fn
Apply by key.
applyByKey(Throwables.Function<? super K, R, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
 
applyByValue(Function<? super V, R>) - Static method in class com.landawn.abacus.util.Fn
Apply by value.
applyByValue(Throwables.Function<? super V, R, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
 
applyIfNotEmpty(Throwables.Function<? super ExceptionalStream<T, E>, R, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
applyIfNotEmpty(Throwables.Function<? super Multiset<T>, R, E>) - Method in class com.landawn.abacus.util.Multiset
Apply if not empty.
applyIfNotNullOrDefault(Function<A, B>, Function<B, R>, R) - Static method in class com.landawn.abacus.util.Fn
Apply if not null or default.
applyIfNotNullOrDefault(Function<A, B>, Function<B, C>, Function<C, R>, R) - Static method in class com.landawn.abacus.util.Fn
Apply if not null or default.
applyIfNotNullOrDefault(Function<A, B>, Function<B, C>, Function<C, D>, Function<D, R>, R) - Static method in class com.landawn.abacus.util.Fn
Apply if not null or default.
applyIfNotNullOrGet(Function<A, B>, Function<B, R>, Supplier<R>) - Static method in class com.landawn.abacus.util.Fn
Apply if not null or get.
applyIfNotNullOrGet(Function<A, B>, Function<B, C>, Function<C, R>, Supplier<R>) - Static method in class com.landawn.abacus.util.Fn
Apply if not null or get.
applyIfNotNullOrGet(Function<A, B>, Function<B, C>, Function<C, D>, Function<D, R>, Supplier<R>) - Static method in class com.landawn.abacus.util.Fn
Apply if not null or get.
applyKeyVal(BiFunction<? super K, ? super V, R>) - Static method in class com.landawn.abacus.util.Fn
Apply key val.
applyToEach(T[], Throwables.Function<? super T, ? extends T, E>) - Static method in class com.landawn.abacus.util.N
Updates each element in the specified array a with specified function converter.
applyToEach(List<T>, Throwables.Function<? super T, ? extends T, E>) - Static method in class com.landawn.abacus.util.N
 
areEqual() - Method in class com.landawn.abacus.util.Difference
 
areEqual() - Method in class com.landawn.abacus.util.Difference.MapDifference
 
arity() - Method in class com.landawn.abacus.util.Tuple
 
arity() - Method in class com.landawn.abacus.util.Tuple.Tuple1
 
arity() - Method in class com.landawn.abacus.util.Tuple.Tuple2
 
arity() - Method in class com.landawn.abacus.util.Tuple.Tuple3
 
arity() - Method in class com.landawn.abacus.util.Tuple.Tuple4
 
arity() - Method in class com.landawn.abacus.util.Tuple.Tuple5
 
arity() - Method in class com.landawn.abacus.util.Tuple.Tuple6
 
arity() - Method in class com.landawn.abacus.util.Tuple.Tuple7
 
arity() - Method in class com.landawn.abacus.util.Tuple.Tuple8
 
arity() - Method in class com.landawn.abacus.util.Tuple.Tuple9
 
ARRAY - Static variable in class com.landawn.abacus.parser.XMLConstants
Field ARRAY.
Array - Class in com.landawn.abacus.util
 
array() - Method in class com.landawn.abacus.util.ByteArrayOutputStream
 
ARRAY_ELE_END - Static variable in class com.landawn.abacus.parser.XMLConstants
Field ARRAY_ELE_END.
ARRAY_ELE_START - Static variable in class com.landawn.abacus.parser.XMLConstants
Field ARRAY_ELE_START.
ARRAY_NULL_ELE - Static variable in class com.landawn.abacus.parser.XMLConstants
Field ARRAY_NULL_ELE.
ArrayHashMap<K,V> - Class in com.landawn.abacus.util
It's designed to supported primitive/object array key.
ArrayHashMap() - Constructor for class com.landawn.abacus.util.ArrayHashMap
 
ArrayHashMap(int) - Constructor for class com.landawn.abacus.util.ArrayHashMap
 
ArrayHashMap(Class<? extends Map>) - Constructor for class com.landawn.abacus.util.ArrayHashMap
 
ArrayHashMap(Map<? extends K, ? extends V>) - Constructor for class com.landawn.abacus.util.ArrayHashMap
 
ArrayHashSet<E> - Class in com.landawn.abacus.util
It's designed to supported primitive/object array.
ArrayHashSet() - Constructor for class com.landawn.abacus.util.ArrayHashSet
 
ArrayHashSet(int) - Constructor for class com.landawn.abacus.util.ArrayHashSet
 
ArrayHashSet(Class<? extends Set>) - Constructor for class com.landawn.abacus.util.ArrayHashSet
 
ArrayHashSet(Collection<? extends E>) - Constructor for class com.landawn.abacus.util.ArrayHashSet
 
AS - Static variable in class com.landawn.abacus.util.WD
Field AS.
ASC - Static variable in class com.landawn.abacus.condition.ConditionFactory
 
ASC - Static variable in class com.landawn.abacus.util.WD
Field ASC.
Ascii - Class in com.landawn.abacus.util
Note: It's copied from Google Guava under Apache License 2.0 Static methods pertaining to ASCII characters (those in the range of values 0x00 through 0x7F), and to strings containing such characters.
asin(String) - Static method in class com.landawn.abacus.condition.Expression
 
ASIN - Static variable in class com.landawn.abacus.util.WD
Field ASIN.
asinh(double) - Static method in class com.landawn.abacus.util.Numbers
Compute the inverse hyperbolic sine of a number.
asList(T...) - Static method in class com.landawn.abacus.util.Array
Returns a fixed-size list backed by the specified array if it's not null or empty, otherwise an immutable empty list is returned.
ASTERISK - Static variable in class com.landawn.abacus.util.SQLBuilder
 
ASTERISK - Static variable in class com.landawn.abacus.util.WD
Field ASTERISK.
atan(String) - Static method in class com.landawn.abacus.condition.Expression
 
ATAN - Static variable in class com.landawn.abacus.util.WD
Field ATAN.
ATAN2 - Static variable in class com.landawn.abacus.util.WD
Field ATAN2.
atanh(double) - Static method in class com.landawn.abacus.util.Numbers
Compute the inverse hyperbolic tangent of a number.
AUTHORIZATION - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP Authorization header field name.
available() - Method in class com.landawn.abacus.util.LZ4BlockInputStream
 
available() - Method in class com.landawn.abacus.util.SnappyInputStream
 
average(String) - Static method in class com.landawn.abacus.condition.Expression
 
average() - Static method in class com.landawn.abacus.util.Fn.FnB
 
average() - Static method in class com.landawn.abacus.util.Fn.FnD
 
average() - Static method in class com.landawn.abacus.util.Fn.FnF
 
average() - Static method in class com.landawn.abacus.util.Fn.FnI
 
average() - Static method in class com.landawn.abacus.util.Fn.FnL
 
average() - Static method in class com.landawn.abacus.util.Fn.FnS
 
average() - Method in class com.landawn.abacus.util.KahanSummation
 
average(char...) - Static method in class com.landawn.abacus.util.N
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
average(char[], int, int) - Static method in class com.landawn.abacus.util.N
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
average(byte...) - Static method in class com.landawn.abacus.util.N
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
average(byte[], int, int) - Static method in class com.landawn.abacus.util.N
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
average(short...) - Static method in class com.landawn.abacus.util.N
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
average(short[], int, int) - Static method in class com.landawn.abacus.util.N
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
average(int...) - Static method in class com.landawn.abacus.util.N
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
average(int[], int, int) - Static method in class com.landawn.abacus.util.N
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
average(long...) - Static method in class com.landawn.abacus.util.N
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
average(long[], int, int) - Static method in class com.landawn.abacus.util.N
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
average(float...) - Static method in class com.landawn.abacus.util.N
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
average(float[], int, int) - Static method in class com.landawn.abacus.util.N
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
average(double...) - Static method in class com.landawn.abacus.util.N
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
average(double[], int, int) - Static method in class com.landawn.abacus.util.N
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
average() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableByteArray
 
average() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableCharArray
 
average() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableDoubleArray
 
average() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableFloatArray
 
average() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableIntArray
 
average() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableLongArray
 
average() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableShortArray
 
averageDouble(Throwables.ToDoubleFunction<? super T, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
averageDouble(T[]) - Static method in class com.landawn.abacus.util.Iterables
Returns OptionalDouble.empty() if the specified Array/Collection is null or empty, or fromIndex == toIndex.
averageDouble(T[], int, int) - Static method in class com.landawn.abacus.util.Iterables
Returns OptionalDouble.empty() if the specified Array/Collection is null or empty, or fromIndex == toIndex.
averageDouble(T[], Throwables.ToDoubleFunction<? super T, E>) - Static method in class com.landawn.abacus.util.Iterables
Returns OptionalDouble.empty() if the specified Array/Collection is null or empty, or fromIndex == toIndex.
averageDouble(T[], int, int, Throwables.ToDoubleFunction<? super T, E>) - Static method in class com.landawn.abacus.util.Iterables
Returns OptionalDouble.empty() if the specified Array/Collection is null or empty, or fromIndex == toIndex.
averageDouble(Collection<? extends T>) - Static method in class com.landawn.abacus.util.Iterables
Returns OptionalDouble.empty() if the specified Array/Collection is null or empty, or fromIndex == toIndex.
averageDouble(Collection<? extends T>, int, int) - Static method in class com.landawn.abacus.util.Iterables
Returns OptionalDouble.empty() if the specified Array/Collection is null or empty, or fromIndex == toIndex.
averageDouble(Collection<? extends T>, Throwables.ToDoubleFunction<? super T, E>) - Static method in class com.landawn.abacus.util.Iterables
Returns OptionalDouble.empty() if the specified Array/Collection is null or empty, or fromIndex == toIndex.
averageDouble(Collection<? extends T>, int, int, Throwables.ToDoubleFunction<? super T, E>) - Static method in class com.landawn.abacus.util.Iterables
Returns OptionalDouble.empty() if the specified Array/Collection is null or empty, or fromIndex == toIndex.
averageDouble(T[]) - Static method in class com.landawn.abacus.util.N
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
averageDouble(T[], int, int) - Static method in class com.landawn.abacus.util.N
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
averageDouble(T[], Throwables.ToDoubleFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
averageDouble(T[], int, int, Throwables.ToDoubleFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
averageDouble(Collection<? extends T>) - Static method in class com.landawn.abacus.util.N
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
averageDouble(Collection<? extends T>, int, int) - Static method in class com.landawn.abacus.util.N
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
averageDouble(Collection<? extends T>, Throwables.ToDoubleFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
averageDouble(Collection<? extends T>, int, int, Throwables.ToDoubleFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
averageInt(Throwables.ToIntFunction<? super T, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
averageInt(T[]) - Static method in class com.landawn.abacus.util.Iterables
Returns OptionalDouble.empty() if the specified Array/Collection is null or empty, or fromIndex == toIndex.
averageInt(T[], int, int) - Static method in class com.landawn.abacus.util.Iterables
Returns OptionalDouble.empty() if the specified Array/Collection is null or empty, or fromIndex == toIndex.
averageInt(T[], Throwables.ToIntFunction<? super T, E>) - Static method in class com.landawn.abacus.util.Iterables
Returns OptionalDouble.empty() if the specified Array/Collection is null or empty, or fromIndex == toIndex.
averageInt(T[], int, int, Throwables.ToIntFunction<? super T, E>) - Static method in class com.landawn.abacus.util.Iterables
Returns OptionalDouble.empty() if the specified Array/Collection is null or empty, or fromIndex == toIndex.
averageInt(Collection<? extends T>) - Static method in class com.landawn.abacus.util.Iterables
Returns OptionalDouble.empty() if the specified Array/Collection is null or empty, or fromIndex == toIndex.
averageInt(Collection<? extends T>, int, int) - Static method in class com.landawn.abacus.util.Iterables
Returns OptionalDouble.empty() if the specified Array/Collection is null or empty, or fromIndex == toIndex.
averageInt(Collection<? extends T>, Throwables.ToIntFunction<? super T, E>) - Static method in class com.landawn.abacus.util.Iterables
Returns OptionalDouble.empty() if the specified Array/Collection is null or empty, or fromIndex == toIndex.
averageInt(Collection<? extends T>, int, int, Throwables.ToIntFunction<? super T, E>) - Static method in class com.landawn.abacus.util.Iterables
Returns OptionalDouble.empty() if the specified Array/Collection is null or empty, or fromIndex == toIndex.
averageInt(T[]) - Static method in class com.landawn.abacus.util.N
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
averageInt(T[], int, int) - Static method in class com.landawn.abacus.util.N
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
averageInt(T[], Throwables.ToIntFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
averageInt(T[], int, int, Throwables.ToIntFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
averageInt(Collection<? extends T>) - Static method in class com.landawn.abacus.util.N
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
averageInt(Collection<? extends T>, int, int) - Static method in class com.landawn.abacus.util.N
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
averageInt(Collection<? extends T>, Throwables.ToIntFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
averageInt(Collection<? extends T>, int, int, Throwables.ToIntFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
averageLong(Throwables.ToLongFunction<? super T, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
averageLong(T[]) - Static method in class com.landawn.abacus.util.Iterables
Returns OptionalDouble.empty() if the specified Array/Collection is null or empty, or fromIndex == toIndex.
averageLong(T[], int, int) - Static method in class com.landawn.abacus.util.Iterables
Returns OptionalDouble.empty() if the specified Array/Collection is null or empty, or fromIndex == toIndex.
averageLong(T[], Throwables.ToLongFunction<? super T, E>) - Static method in class com.landawn.abacus.util.Iterables
Returns OptionalDouble.empty() if the specified Array/Collection is null or empty, or fromIndex == toIndex.
averageLong(T[], int, int, Throwables.ToLongFunction<? super T, E>) - Static method in class com.landawn.abacus.util.Iterables
Returns OptionalDouble.empty() if the specified Array/Collection is null or empty, or fromIndex == toIndex.
averageLong(Collection<? extends T>) - Static method in class com.landawn.abacus.util.Iterables
Returns OptionalDouble.empty() if the specified Array/Collection is null or empty, or fromIndex == toIndex.
averageLong(Collection<? extends T>, int, int) - Static method in class com.landawn.abacus.util.Iterables
Returns OptionalDouble.empty() if the specified Array/Collection is null or empty, or fromIndex == toIndex.
averageLong(Collection<? extends T>, Throwables.ToLongFunction<? super T, E>) - Static method in class com.landawn.abacus.util.Iterables
Returns OptionalDouble.empty() if the specified Array/Collection is null or empty, or fromIndex == toIndex.
averageLong(Collection<? extends T>, int, int, Throwables.ToLongFunction<? super T, E>) - Static method in class com.landawn.abacus.util.Iterables
Returns OptionalDouble.empty() if the specified Array/Collection is null or empty, or fromIndex == toIndex.
averageLong(T[]) - Static method in class com.landawn.abacus.util.N
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
averageLong(T[], int, int) - Static method in class com.landawn.abacus.util.N
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
averageLong(T[], Throwables.ToLongFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
averageLong(T[], int, int, Throwables.ToLongFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
averageLong(Collection<? extends T>) - Static method in class com.landawn.abacus.util.N
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
averageLong(Collection<? extends T>, int, int) - Static method in class com.landawn.abacus.util.N
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
averageLong(Collection<? extends T>, Throwables.ToLongFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
averageLong(Collection<? extends T>, int, int, Throwables.ToLongFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
averageOfOccurrences() - Method in class com.landawn.abacus.util.Multiset
Average of occurrences.
averagingBigDecimal(Function<? super T, BigDecimal>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
averagingBigDecimalForNonEmpty(Function<? super T, BigDecimal>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
averagingBigInteger(Function<? super T, BigInteger>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
averagingBigIntegerForNonEmpty(Function<? super T, BigInteger>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
averagingDouble(ToDoubleFunction<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
averagingDoubleForNonEmpty(ToDoubleFunction<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
averagingInt(ToIntFunction<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
averagingIntForNonEmpty(ToIntFunction<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
averagingLong(ToLongFunction<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
averagingLongForNonEmpty(ToLongFunction<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
AVG - Static variable in class com.landawn.abacus.util.WD
Field AVG.

B

BACKSLASH - Static variable in class com.landawn.abacus.util.WD
Field BACKSLASH.
basicAuth(String, Object) - Method in class com.landawn.abacus.http.HttpRequest
 
basicAuth(String, Object) - Method in class com.landawn.abacus.http.HttpSettings
 
basicAuth(String, Object) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
 
batchInsert(Collection<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.ACSB
Deprecated.
Generate the MySQL style batch insert sql.
batchInsert(Collection<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.LCSB
Deprecated.
Generate the MySQL style batch insert sql.
batchInsert(Collection<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.MAC
Deprecated.
Generate the MySQL style batch insert sql.
batchInsert(Collection<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.MLC
Deprecated.
Generate the MySQL style batch insert sql.
batchInsert(Collection<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.MSB
Deprecated.
Generate the MySQL style batch insert sql.
batchInsert(Collection<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.MSC
Deprecated.
Generate the MySQL style batch insert sql.
batchInsert(Collection<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.NAC
Generate the MySQL style batch insert sql.
batchInsert(Collection<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.NLC
Generate the MySQL style batch insert sql.
batchInsert(Collection<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.NSB
Generate the MySQL style batch insert sql.
batchInsert(Collection<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.NSC
Generate the MySQL style batch insert sql.
batchInsert(Collection<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.PAC
Generate the MySQL style batch insert sql.
batchInsert(Collection<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.PLC
Generate the MySQL style batch insert sql.
batchInsert(Collection<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.PSB
Generate the MySQL style batch insert sql.
batchInsert(Collection<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.PSC
Generate the MySQL style batch insert sql.
batchInsert(Collection<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.SCSB
Deprecated.
Generate the MySQL style batch insert sql.
BEGIN_TRANSACTION - Static variable in class com.landawn.abacus.util.WD
Field BEGIN_TRANSACTION.
BEL - Static variable in class com.landawn.abacus.util.Ascii
Bell ('\a'): A character for use when there is a need to call for human attention.
Beta - Annotation Type in com.landawn.abacus.annotation
 
Between - Class in com.landawn.abacus.condition
 
Between(String, Object, Object) - Constructor for class com.landawn.abacus.condition.Between
 
between(String, Object, Object) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
between(String) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
between(String, Object, Object) - Static method in class com.landawn.abacus.condition.Expression
 
between(T, T) - Static method in class com.landawn.abacus.util.Fn
Deprecated.
replaced by gtAndLt.
BETWEEN - Static variable in class com.landawn.abacus.util.WD
Field BETWEEN.
BiConsumer<T,U> - Interface in com.landawn.abacus.util.function
BiFunction<T,U,R> - Interface in com.landawn.abacus.util.function
BiIntObjConsumer<T> - Interface in com.landawn.abacus.util.function
BiIterator<A,B> - Class in com.landawn.abacus.util
 
BiIterator() - Constructor for class com.landawn.abacus.util.BiIterator
 
BiMap<K,V> - Class in com.landawn.abacus.util
A BiMap (or "bidirectional map") is a map that preserves the uniqueness of its values as well as that of its keys.
BiMap() - Constructor for class com.landawn.abacus.util.BiMap
 
BiMap(int) - Constructor for class com.landawn.abacus.util.BiMap
 
BiMap(int, float) - Constructor for class com.landawn.abacus.util.BiMap
 
BiMap(Class<? extends Map>, Class<? extends Map>) - Constructor for class com.landawn.abacus.util.BiMap
 
BiMap(Supplier<? extends Map<K, V>>, Supplier<? extends Map<V, K>>) - Constructor for class com.landawn.abacus.util.BiMap
 
Binary - Class in com.landawn.abacus.condition
 
Binary(String, Operator, Object) - Constructor for class com.landawn.abacus.condition.Binary
 
binary(String, Operator, Object) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
BinaryOperator<T> - Interface in com.landawn.abacus.util.function
binnomial(int, int) - Static method in class com.landawn.abacus.util.Numbers
Returns n choose k, also known as the binomial coefficient of n and k, that is, n! / (k! (n - k)!).
binomial(int, int) - Static method in class com.landawn.abacus.util.Numbers
Returns n choose k, also known as the binomial coefficient of n and k, or Integer.MAX_VALUE if the result does not fit in an int.
binomiall(int, int) - Static method in class com.landawn.abacus.util.Numbers
Returns n choose k, also known as the binomial coefficient of n and k, or Long.MAX_VALUE if the result does not fit in a long.
BiPredicate<T,U> - Interface in com.landawn.abacus.util.function
bitwiseAnd(Object...) - Static method in class com.landawn.abacus.condition.Expression
 
bitwiseOr(Object...) - Static method in class com.landawn.abacus.condition.Expression
 
bitwiseXOr(Object...) - Static method in class com.landawn.abacus.condition.Expression
Bitwise X or.
BLANK - Static variable in class com.landawn.abacus.util.WD
Field BLANK.
body() - Method in class com.landawn.abacus.http.HttpResponse
 
body(Class<T>) - Method in class com.landawn.abacus.http.HttpResponse
 
body(Map<?, ?>) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
Deprecated.
body(Object) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
Deprecated.
body(RequestBody) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
 
body(String, MediaType) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
 
body(byte[], MediaType) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
 
body(byte[], int, int, MediaType) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
 
body(File, MediaType) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
 
BODY - Static variable in class com.landawn.abacus.parser.XMLConstants
Field BODY.
BOOLEAN_ARRAY_COMPARATOR - Static variable in class com.landawn.abacus.util.Comparators
 
BooleanBiConsumer - Interface in com.landawn.abacus.util.function
 
BooleanBiFunction<R> - Interface in com.landawn.abacus.util.function
 
BooleanBiPredicate - Interface in com.landawn.abacus.util.function
 
BooleanConsumer - Interface in com.landawn.abacus.util.function
 
BooleanFunction<R> - Interface in com.landawn.abacus.util.function
 
BooleanPredicate - Interface in com.landawn.abacus.util.function
 
BooleanSupplier - Interface in com.landawn.abacus.util.function
 
BOTH_FALSE - Static variable in interface com.landawn.abacus.util.function.BooleanBiPredicate
 
BOTH_TRUE - Static variable in interface com.landawn.abacus.util.function.BooleanBiPredicate
 
boundType() - Method in class com.landawn.abacus.util.Range
 
box(boolean...) - Static method in class com.landawn.abacus.util.Array
Converts an array of primitive booleans to objects.
box(boolean[], int, int) - Static method in class com.landawn.abacus.util.Array
 
box(char...) - Static method in class com.landawn.abacus.util.Array
Converts an array of primitive chars to objects.
box(char[], int, int) - Static method in class com.landawn.abacus.util.Array
 
box(byte...) - Static method in class com.landawn.abacus.util.Array
Converts an array of primitive bytes to objects.
box(byte[], int, int) - Static method in class com.landawn.abacus.util.Array
 
box(short...) - Static method in class com.landawn.abacus.util.Array
Converts an array of primitive shorts to objects.
box(short[], int, int) - Static method in class com.landawn.abacus.util.Array
 
box(int...) - Static method in class com.landawn.abacus.util.Array
Converts an array of primitive ints to objects.
box(int[], int, int) - Static method in class com.landawn.abacus.util.Array
 
box(long...) - Static method in class com.landawn.abacus.util.Array
Converts an array of primitive longs to objects.
box(long[], int, int) - Static method in class com.landawn.abacus.util.Array
 
box(float...) - Static method in class com.landawn.abacus.util.Array
Converts an array of primitive floats to objects.
box(float[], int, int) - Static method in class com.landawn.abacus.util.Array
 
box(double...) - Static method in class com.landawn.abacus.util.Array
Converts an array of primitive doubles to objects.
box(double[], int, int) - Static method in class com.landawn.abacus.util.Array
 
box(boolean[][]) - Static method in class com.landawn.abacus.util.Array
 
box(char[][]) - Static method in class com.landawn.abacus.util.Array
 
box(byte[][]) - Static method in class com.landawn.abacus.util.Array
 
box(short[][]) - Static method in class com.landawn.abacus.util.Array
 
box(int[][]) - Static method in class com.landawn.abacus.util.Array
 
box(long[][]) - Static method in class com.landawn.abacus.util.Array
 
box(float[][]) - Static method in class com.landawn.abacus.util.Array
 
box(double[][]) - Static method in class com.landawn.abacus.util.Array
 
box(boolean[][][]) - Static method in class com.landawn.abacus.util.Array
 
box(char[][][]) - Static method in class com.landawn.abacus.util.Array
 
box(byte[][][]) - Static method in class com.landawn.abacus.util.Array
 
box(short[][][]) - Static method in class com.landawn.abacus.util.Array
 
box(int[][][]) - Static method in class com.landawn.abacus.util.Array
 
box(long[][][]) - Static method in class com.landawn.abacus.util.Array
 
box(float[][][]) - Static method in class com.landawn.abacus.util.Array
 
box(double[][][]) - Static method in class com.landawn.abacus.util.Array
 
BOX - Static variable in interface com.landawn.abacus.util.function.BooleanFunction
 
BOX - Static variable in interface com.landawn.abacus.util.function.ByteFunction
 
BOX - Static variable in interface com.landawn.abacus.util.function.CharFunction
 
BOX - Static variable in interface com.landawn.abacus.util.function.DoubleFunction
 
BOX - Static variable in interface com.landawn.abacus.util.function.FloatFunction
 
BOX - Static variable in interface com.landawn.abacus.util.function.IntFunction
 
BOX - Static variable in interface com.landawn.abacus.util.function.LongFunction
 
BOX - Static variable in interface com.landawn.abacus.util.function.ShortFunction
 
box() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableBooleanArray
 
box() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableByteArray
 
box() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableCharArray
 
box() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableDoubleArray
 
box() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableFloatArray
 
box() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableIntArray
 
box() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableLongArray
 
box() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableShortArray
 
boxed() - Method in class com.landawn.abacus.util.u.OptionalBoolean
 
boxed() - Method in class com.landawn.abacus.util.u.OptionalByte
 
boxed() - Method in class com.landawn.abacus.util.u.OptionalChar
 
boxed() - Method in class com.landawn.abacus.util.u.OptionalDouble
 
boxed() - Method in class com.landawn.abacus.util.u.OptionalFloat
 
boxed() - Method in class com.landawn.abacus.util.u.OptionalInt
 
boxed() - Method in class com.landawn.abacus.util.u.OptionalLong
 
boxed() - Method in class com.landawn.abacus.util.u.OptionalShort
 
BRACE_L - Static variable in class com.landawn.abacus.util.WD
Field BRACE_L.
BRACE_R - Static variable in class com.landawn.abacus.util.WD
Field BRACE_R.
BRACKET_L - Static variable in class com.landawn.abacus.util.WD
Field BRACKET_L.
BRACKET_R - Static variable in class com.landawn.abacus.util.WD
Field BRACKET_R.
BS - Static variable in class com.landawn.abacus.util.Ascii
Backspace ('\b'): A format effector which controls the movement of the printing position one printing space backward on the same printing line.
bt(String, Object, Object) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
bt(String) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
bt(String, Object, Object) - Static method in class com.landawn.abacus.condition.Expression
 
bt(Object, Object) - Method in class com.landawn.abacus.condition.NamedProperty
 
buffer(long, TimeUnit) - Method in class com.landawn.abacus.util.Observer
 
buffer(long, TimeUnit, int) - Method in class com.landawn.abacus.util.Observer
 
buffer(long, long, TimeUnit) - Method in class com.landawn.abacus.util.Observer
 
buffer(long, long, TimeUnit, int) - Method in class com.landawn.abacus.util.Observer
 
BufferedJSONWriter - Class in com.landawn.abacus.util
 
BufferedReader - Class in com.landawn.abacus.util
It's not multi-thread safety.
BufferedWriter - Class in com.landawn.abacus.util
It's not multi-thread safety.
BufferedXMLWriter - Class in com.landawn.abacus.util
 
build() - Method in class com.landawn.abacus.util.DynamicSQLBuilder
 
build() - Method in class com.landawn.abacus.util.ImmutableMap.Builder
 
builder() - Static method in class com.landawn.abacus.util.ImmutableMap
 
builder(Map<K, V>) - Static method in class com.landawn.abacus.util.ImmutableMap
 
BYTE_ARRAY_COMPARATOR - Static variable in class com.landawn.abacus.util.Comparators
 
BYTE_MINUS_ONE - Static variable in class com.landawn.abacus.util.Numbers
Reusable Byte constant for minus one.
BYTE_ONE - Static variable in class com.landawn.abacus.util.Numbers
Reusable Byte constant for one.
BYTE_ZERO - Static variable in class com.landawn.abacus.util.Numbers
Reusable Byte constant for zero.
ByteArrayOutputStream - Class in com.landawn.abacus.util
 
ByteArrayOutputStream() - Constructor for class com.landawn.abacus.util.ByteArrayOutputStream
 
ByteArrayOutputStream(int) - Constructor for class com.landawn.abacus.util.ByteArrayOutputStream
 
ByteBiConsumer - Interface in com.landawn.abacus.util.function
 
ByteBiFunction<R> - Interface in com.landawn.abacus.util.function
 
ByteBiPredicate - Interface in com.landawn.abacus.util.function
 
ByteConsumer - Interface in com.landawn.abacus.util.function
 
ByteFunction<R> - Interface in com.landawn.abacus.util.function
 
BytePredicate - Interface in com.landawn.abacus.util.function
 
bytes2Chars(byte[]) - Static method in class com.landawn.abacus.util.IOUtil
Bytes 2 chars.
bytes2Chars(byte[], Charset) - Static method in class com.landawn.abacus.util.IOUtil
Bytes 2 chars.
bytes2Chars(byte[], int, int, Charset) - Static method in class com.landawn.abacus.util.IOUtil
Bytes 2 chars.
ByteSupplier - Interface in com.landawn.abacus.util.function
 
byteValue() - Method in class com.landawn.abacus.util.MutableByte
Returns the value of this MutableByte as a byte.

C

c(Consumer<T>) - Static method in class com.landawn.abacus.util.Fn
 
c(A, BiConsumer<A, T>) - Static method in class com.landawn.abacus.util.Fn
 
c(A, B, TriConsumer<A, B, T>) - Static method in class com.landawn.abacus.util.Fn
 
c(BiConsumer<T, U>) - Static method in class com.landawn.abacus.util.Fn
 
c(A, TriConsumer<A, T, U>) - Static method in class com.landawn.abacus.util.Fn
 
c(TriConsumer<A, B, C>) - Static method in class com.landawn.abacus.util.Fn
 
c(Callable<R>) - Static method in class com.landawn.abacus.util.Fn
 
c(BiConsumer<? super K, ? super V>) - Static method in class com.landawn.abacus.util.Fn.Entries
 
c(ByteConsumer) - Static method in class com.landawn.abacus.util.Fn.FnB
 
c(CharConsumer) - Static method in class com.landawn.abacus.util.Fn.FnC
 
c(DoubleConsumer) - Static method in class com.landawn.abacus.util.Fn.FnD
 
c(FloatConsumer) - Static method in class com.landawn.abacus.util.Fn.FnF
 
c(IntConsumer) - Static method in class com.landawn.abacus.util.Fn.FnI
 
c(LongConsumer) - Static method in class com.landawn.abacus.util.Fn.FnL
 
c(Throwables.Consumer<T, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
 
c(A, Throwables.BiConsumer<A, T, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
 
c(A, B, Throwables.TriConsumer<A, B, T, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
 
c(Throwables.BiConsumer<T, U, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
 
c(A, Throwables.TriConsumer<A, T, U, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
 
c(Throwables.TriConsumer<A, B, C, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
 
c(Throwables.Callable<R, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
 
c(ShortConsumer) - Static method in class com.landawn.abacus.util.Fn.FnS
 
c2f(Consumer<? super T>) - Static method in class com.landawn.abacus.util.Fn
 
c2f(Consumer<? super T>, R) - Static method in class com.landawn.abacus.util.Fn
 
c2f(BiConsumer<? super T, ? super U>) - Static method in class com.landawn.abacus.util.Fn
 
c2f(BiConsumer<? super T, ? super U>, R) - Static method in class com.landawn.abacus.util.Fn
 
c2f(TriConsumer<? super A, ? super B, ? super C>) - Static method in class com.landawn.abacus.util.Fn
 
c2f(TriConsumer<? super A, ? super B, ? super C>, R) - Static method in class com.landawn.abacus.util.Fn
 
c2f(Throwables.Consumer<T, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
 
c2f(Throwables.Consumer<T, E>, R) - Static method in class com.landawn.abacus.util.Fn.Fnn
 
c2f(Throwables.BiConsumer<T, U, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
 
c2f(Throwables.BiConsumer<T, U, E>, R) - Static method in class com.landawn.abacus.util.Fn.Fnn
 
c2f(Throwables.TriConsumer<A, B, C, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
 
c2f(Throwables.TriConsumer<A, B, C, E>, R) - Static method in class com.landawn.abacus.util.Fn.Fnn
 
c2jc(Throwables.Callable<R, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
 
c2r(Callable<R>) - Static method in class com.landawn.abacus.util.Fn
 
c2r(Throwables.Callable<R, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
 
CACHE_CONTROL - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP Cache-Control header field name.
cacheControl(CacheControl) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
Sets this request's Cache-Control header, replacing any cache control headers already present.
CalendarUnit - Enum in com.landawn.abacus.util
The Enum CalendarUnit.
call(Callable<T>) - Method in class com.landawn.abacus.util.Retry
 
call(Throwables.Callable<T, RuntimeException>) - Method in class com.landawn.abacus.util.Retry.RetryR
 
call(Throwables.Callable<R, ? extends Throwable>) - Static method in class com.landawn.abacus.util.Throwables
 
call(Throwables.Callable<R, ? extends Throwable>, Function<? super Throwable, R>) - Static method in class com.landawn.abacus.util.Throwables
 
call(Throwables.Callable<R, ? extends Throwable>, Supplier<R>) - Static method in class com.landawn.abacus.util.Throwables
 
call(Throwables.Callable<R, ? extends Throwable>, R) - Static method in class com.landawn.abacus.util.Throwables
 
call(Throwables.Callable<R, ? extends Throwable>, Predicate<? super Throwable>, Supplier<R>) - Static method in class com.landawn.abacus.util.Throwables
 
call(Throwables.Callable<R, ? extends Throwable>, Predicate<? super Throwable>, R) - Static method in class com.landawn.abacus.util.Throwables
 
call() - Method in interface com.landawn.abacus.util.Throwables.Callable
 
call() - Method in interface com.landawn.abacus.util.Throwables.EE.Callable
 
call() - Method in interface com.landawn.abacus.util.Throwables.EEE.Callable
 
call(Callable<R>) - Static method in class com.landawn.abacus.util.Try
 
call(Callable<R>, Function<? super Exception, R>) - Static method in class com.landawn.abacus.util.Try
 
call(Callable<R>, Supplier<R>) - Static method in class com.landawn.abacus.util.Try
 
call(Callable<R>, R) - Static method in class com.landawn.abacus.util.Try
 
call(Callable<R>, Predicate<? super Exception>, Supplier<R>) - Static method in class com.landawn.abacus.util.Try
 
call(Callable<R>, Predicate<? super Exception>, R) - Static method in class com.landawn.abacus.util.Try
 
call(Throwables.Function<? super T, R, ? extends Exception>) - Method in class com.landawn.abacus.util.Try
 
call(Throwables.Function<? super T, R, ? extends Exception>, Function<? super Exception, R>) - Method in class com.landawn.abacus.util.Try
 
call(Throwables.Function<? super T, R, ? extends Exception>, Supplier<R>) - Method in class com.landawn.abacus.util.Try
 
call(Throwables.Function<? super T, R, ? extends Exception>, R) - Method in class com.landawn.abacus.util.Try
 
call(Throwables.Function<? super T, R, ? extends Exception>, Predicate<? super Exception>, Supplier<R>) - Method in class com.landawn.abacus.util.Try
 
call(Throwables.Function<? super T, R, ? extends Exception>, Predicate<? super Exception>, R) - Method in class com.landawn.abacus.util.Try
 
callable(Callable<R>) - Static method in class com.landawn.abacus.util.Fn
Deprecated.
replaced by Fn.c(Callable)
callable(Throwables.Callable<R, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
Callable<R> - Interface in com.landawn.abacus.util.function
 
callUninterruptibly(Throwables.Callable<T, InterruptedException>) - Static method in class com.landawn.abacus.util.N
Note: Copied from Google Guava under Apache License v2.0

If a thread is interrupted during such a call, the call continues to block until the result is available or the timeout elapses, and only then re-interrupts the thread.
callUninterruptibly(long, Throwables.LongFunction<T, InterruptedException>) - Static method in class com.landawn.abacus.util.N
Note: Copied from Google Guava under Apache License v2.0

If a thread is interrupted during such a call, the call continues to block until the result is available or the timeout elapses, and only then re-interrupts the thread.
callUninterruptibly(long, TimeUnit, Throwables.BiFunction<Long, TimeUnit, T, InterruptedException>) - Static method in class com.landawn.abacus.util.N
Note: Copied from Google Guava under Apache License v2.0

If a thread is interrupted during such a call, the call continues to block until the result is available or the timeout elapses, and only then re-interrupts the thread.
CAN - Static variable in class com.landawn.abacus.util.Ascii
Cancel: A control character used to indicate that the data with which it is sent is in error or is to be disregarded.
canonicalClassName - Variable in class com.landawn.abacus.parser.ParserUtil.EntityInfo
 
capacity() - Method in class com.landawn.abacus.util.ByteArrayOutputStream
 
capitalize(String) - Static method in class com.landawn.abacus.util.StringUtil
 
cartesianProduct(DataSet) - Method in interface com.landawn.abacus.DataSet
 
cast(Class<U>) - Static method in class com.landawn.abacus.util.Fn
 
CAST - Static variable in class com.landawn.abacus.util.WD
Field CAST.
castExact(long) - Static method in class com.landawn.abacus.util.Numbers
Returns the int value that is equal to value, if possible.
castIfAssignable(Object, Class<T>) - Static method in class com.landawn.abacus.util.N
Returns an empty Nullable if val is null while targetType is primitive or can not be assigned to targetType.
cc(Throwables.Consumer<T, E>) - Static method in class com.landawn.abacus.util.Fn
 
cc(A, Throwables.BiConsumer<A, T, E>) - Static method in class com.landawn.abacus.util.Fn
 
cc(A, B, Throwables.TriConsumer<A, B, T, E>) - Static method in class com.landawn.abacus.util.Fn
 
cc(Throwables.BiConsumer<T, U, E>) - Static method in class com.landawn.abacus.util.Fn
 
cc(A, Throwables.TriConsumer<A, T, U, E>) - Static method in class com.landawn.abacus.util.Fn
 
cc(Throwables.TriConsumer<A, B, C, E>) - Static method in class com.landawn.abacus.util.Fn
 
cc(Throwables.Callable<R, E>) - Static method in class com.landawn.abacus.util.Fn
 
cc(Throwables.BiConsumer<? super K, ? super V, E>) - Static method in class com.landawn.abacus.util.Fn.Entries
 
cc(Consumer<T>) - Static method in class com.landawn.abacus.util.Fn.Fnn
 
cc(A, BiConsumer<A, T>) - Static method in class com.landawn.abacus.util.Fn.Fnn
 
cc(A, B, TriConsumer<A, B, T>) - Static method in class com.landawn.abacus.util.Fn.Fnn
 
cc(BiConsumer<T, U>) - Static method in class com.landawn.abacus.util.Fn.Fnn
 
cc(A, TriConsumer<A, T, U>) - Static method in class com.landawn.abacus.util.Fn.Fnn
 
cc(TriConsumer<A, B, C>) - Static method in class com.landawn.abacus.util.Fn.Fnn
 
cc(Callable<R>) - Static method in class com.landawn.abacus.util.Fn.Fnn
 
ceil(String) - Static method in class com.landawn.abacus.condition.Expression
 
CEIL - Static variable in class com.landawn.abacus.util.WD
Field CEIL.
ceiling(T, int) - Static method in class com.landawn.abacus.util.DateUtil
Copied from Apache Commons Lang under Apache License v2.
ceiling(T, int) - Static method in class com.landawn.abacus.util.DateUtil
Copied from Apache Commons Lang under Apache License v2.
ceiling(E) - Method in class com.landawn.abacus.util.ImmutableNavigableSet
 
ceilingEntry(K) - Method in class com.landawn.abacus.util.ImmutableNavigableMap
 
ceilingKey(K) - Method in class com.landawn.abacus.util.ImmutableNavigableMap
 
ceilingPowerOfTwo(long) - Static method in class com.landawn.abacus.util.Numbers
Returns the smallest power of two greater than or equal to x.
ceilingPowerOfTwo(BigInteger) - Static method in class com.landawn.abacus.util.Numbers
Ceiling power of two.
Cell - Class in com.landawn.abacus.condition
 
Cell(Operator, Condition) - Constructor for class com.landawn.abacus.condition.Cell
 
cell(Operator, Condition) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
center(String, int) - Static method in class com.landawn.abacus.util.StringUtil
Centers a String in a larger String of size size using the space character (' ').
center(String, int, char) - Static method in class com.landawn.abacus.util.StringUtil
Centers a String in a larger String of size size.
center(String, int, String) - Static method in class com.landawn.abacus.util.StringUtil
Centers a String in a larger String of size minLength.
Chain - Class in com.landawn.abacus.util
 
Chain.ComparisonChain - Class in com.landawn.abacus.util
The Class ComparisonChain.
Chain.EquivalenceChain - Class in com.landawn.abacus.util
The Class EquivalenceChain.
Chain.HashCodeChain - Class in com.landawn.abacus.util
The Class HashCodeChain.
CHAR_0 - Static variable in class com.landawn.abacus.util.WD
 
CHAR_ARRAY_COMPARATOR - Static variable in class com.landawn.abacus.util.Comparators
 
CHAR_CR - Static variable in class com.landawn.abacus.util.WD
carriage return CR ('\r').
CHAR_LF - Static variable in class com.landawn.abacus.util.WD
linefeed LF ('\n').
characteristics() - Method in interface com.landawn.abacus.util.stream.Collector
 
CharacterWriter - Class in com.landawn.abacus.util
 
CharBiConsumer - Interface in com.landawn.abacus.util.function
 
CharBiFunction<R> - Interface in com.landawn.abacus.util.function
 
CharBiPredicate - Interface in com.landawn.abacus.util.function
 
CharConsumer - Interface in com.landawn.abacus.util.function
 
CharFunction<R> - Interface in com.landawn.abacus.util.function
 
CharPredicate - Interface in com.landawn.abacus.util.function
 
chars2Bytes(char[]) - Static method in class com.landawn.abacus.util.IOUtil
Chars 2 bytes.
chars2Bytes(char[], Charset) - Static method in class com.landawn.abacus.util.IOUtil
Chars 2 bytes.
chars2Bytes(char[], int, int, Charset) - Static method in class com.landawn.abacus.util.IOUtil
Chars 2 bytes.
CharSequenceTranslator() - Constructor for class com.landawn.abacus.util.EscapeUtil.CharSequenceTranslator
 
Charsets - Class in com.landawn.abacus.util
 
CharSupplier - Interface in com.landawn.abacus.util.function
 
chomp(String) - Static method in class com.landawn.abacus.util.StringUtil
Removes one newline from end of a String if it's there, otherwise leave it alone.
chomp(String[]) - Static method in class com.landawn.abacus.util.StringUtil
 
chop(String) - Static method in class com.landawn.abacus.util.StringUtil
Remove the last character from a String.
chop(String[]) - Static method in class com.landawn.abacus.util.StringUtil
 
CIRCUMFLEX - Static variable in class com.landawn.abacus.util.WD
Field CIRCUMFLEX.
CLASS_MASK - Static variable in class com.landawn.abacus.util.ClassUtil
Deprecated.
for internal only.
ClassUtil - Class in com.landawn.abacus.util
 
Clause - Class in com.landawn.abacus.condition
 
clazz - Variable in class com.landawn.abacus.parser.ParserUtil.PropInfo
 
Clazz - Class in com.landawn.abacus.util
It's designed to provide a convenient way to parameterized the generic type (e.g.
cleanDirectory(File) - Static method in class com.landawn.abacus.util.IOUtil
Cleans a directory without deleting it.
clear() - Method in class com.landawn.abacus.condition.Criteria
Clear.
clear() - Method in class com.landawn.abacus.condition.Junction
Clear.
clear() - Method in interface com.landawn.abacus.DataSet
Method clear.
clear() - Method in class com.landawn.abacus.http.HttpHeaders
Clear.
clear() - Method in class com.landawn.abacus.pool.GenericKeyedObjectPool
Clear.
clear() - Method in class com.landawn.abacus.pool.GenericObjectPool
Clear.
clear() - Method in interface com.landawn.abacus.pool.Pool
Clear.
clear() - Method in class com.landawn.abacus.util.ArrayHashMap
Clear.
clear() - Method in class com.landawn.abacus.util.ArrayHashSet
Clear.
clear() - Method in class com.landawn.abacus.util.BiMap
Clear.
clear() - Method in class com.landawn.abacus.util.IdentityHashSet
Clear.
clear() - Method in class com.landawn.abacus.util.ImmutableCollection
Deprecated.
throws UnsupportedOperationException
clear() - Method in class com.landawn.abacus.util.ImmutableMap
Deprecated.
clear() - Method in class com.landawn.abacus.util.Multimap
 
clear() - Method in class com.landawn.abacus.util.Multiset
Clear.
clear() - Method in class com.landawn.abacus.util.ObjectPool
Clear.
clear() - Method in class com.landawn.abacus.util.Properties
Clear.
clearParameters() - Method in class com.landawn.abacus.condition.Between
Clear parameters.
clearParameters() - Method in class com.landawn.abacus.condition.Binary
Clear parameters.
clearParameters() - Method in class com.landawn.abacus.condition.Cell
Clear parameters.
clearParameters() - Method in interface com.landawn.abacus.condition.Condition
Method clearParameters.
clearParameters() - Method in class com.landawn.abacus.condition.Criteria
Clear parameters.
clearParameters() - Method in class com.landawn.abacus.condition.Expression
Clear parameters.
clearParameters() - Method in class com.landawn.abacus.condition.In
Clear parameters.
clearParameters() - Method in class com.landawn.abacus.condition.InSubQuery
 
clearParameters() - Method in class com.landawn.abacus.condition.Join
Clear parameters.
clearParameters() - Method in class com.landawn.abacus.condition.Junction
Clear parameters.
clearParameters() - Method in class com.landawn.abacus.condition.Limit
Clear parameters.
clearParameters() - Method in class com.landawn.abacus.condition.NotIn
Clear parameters.
clearParameters() - Method in class com.landawn.abacus.condition.NotInSubQuery
 
clearParameters() - Method in class com.landawn.abacus.condition.SubQuery
Clear parameters.
clone() - Method in interface com.landawn.abacus.DataSet
Deeply copy each element in this DataSet by Serialization/Deserialization.
clone(boolean) - Method in interface com.landawn.abacus.DataSet
Deeply copy each element in this DataSet by Serialization/Deserialization.
clone(T) - Method in class com.landawn.abacus.parser.KryoParser
Copy the property values deeply.
clone() - Method in class com.landawn.abacus.pool.ActivityPrint
 
clone() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableArray
 
clone() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableBooleanArray
 
clone() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableByteArray
 
clone() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableCharArray
 
clone() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableDoubleArray
 
clone() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableFloatArray
 
clone() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableIntArray
 
clone() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableLongArray
 
clone() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableShortArray
 
cloneArray() - Static method in class com.landawn.abacus.util.Fn.Disposables
 
close() - Method in class com.landawn.abacus.http.HttpClient
Close.
close() - Method in class com.landawn.abacus.pool.GenericKeyedObjectPool
Close.
close() - Method in class com.landawn.abacus.pool.GenericObjectPool
Close.
close() - Method in interface com.landawn.abacus.pool.Pool
Close.
close() - Method in class com.landawn.abacus.util.BufferedReader
 
close() - Method in class com.landawn.abacus.util.BufferedWriter
 
close() - Method in class com.landawn.abacus.util.ByteArrayOutputStream
 
close() - Method in class com.landawn.abacus.util.ExceptionalStream
 
close(AutoCloseable) - Static method in class com.landawn.abacus.util.Fn
 
close() - Static method in class com.landawn.abacus.util.Fn
 
close() - Static method in class com.landawn.abacus.util.Fn.Fnn
 
close(AutoCloseable) - Static method in class com.landawn.abacus.util.IOUtil
 
close() - Method in class com.landawn.abacus.util.Joiner
Close.
close() - Method in class com.landawn.abacus.util.LineIterator
Closes the underlying Reader quietly.
close() - Method in class com.landawn.abacus.util.LZ4BlockInputStream
 
close() - Method in class com.landawn.abacus.util.LZ4BlockOutputStream
 
close() - Method in class com.landawn.abacus.util.SnappyInputStream
 
close() - Method in class com.landawn.abacus.util.SnappyOutputStream
 
close() - Method in class com.landawn.abacus.util.StringWriter
 
CLOSE_ATTR_AND_ELE - Static variable in class com.landawn.abacus.parser.XMLConstants
Field CLOSE_ATTR_AND_ELE.
closeAll(AutoCloseable...) - Static method in class com.landawn.abacus.util.Fn
 
closeAll(Collection<? extends AutoCloseable>) - Static method in class com.landawn.abacus.util.Fn
 
closeAll(AutoCloseable...) - Static method in class com.landawn.abacus.util.IOUtil
 
closeAll(Collection<? extends AutoCloseable>) - Static method in class com.landawn.abacus.util.IOUtil
 
closeAllQuietly(AutoCloseable...) - Static method in class com.landawn.abacus.util.Fn
Close all quietly.
closeAllQuietly(Collection<? extends AutoCloseable>) - Static method in class com.landawn.abacus.util.Fn
Close all quietly.
closeAllQuietly(AutoCloseable...) - Static method in class com.landawn.abacus.util.IOUtil
Close all quietly.
closeAllQuietly(Collection<? extends AutoCloseable>) - Static method in class com.landawn.abacus.util.IOUtil
Close all quietly.
closed(T, T) - Static method in class com.landawn.abacus.util.Range
 
closedOpen(T, T) - Static method in class com.landawn.abacus.util.Range
 
closeQuietly(AutoCloseable) - Static method in class com.landawn.abacus.util.Fn
 
closeQuietly() - Static method in class com.landawn.abacus.util.Fn
 
closeQuietly() - Static method in class com.landawn.abacus.util.Fn.Fnn
 
closeQuietly(AutoCloseable) - Static method in class com.landawn.abacus.util.IOUtil
 
cls - Variable in class com.landawn.abacus.parser.ParserUtil.EntityInfo
 
code() - Method in class com.landawn.abacus.http.HttpResponse
 
collapse(Throwables.BiPredicate<? super T, ? super T, ? extends E>, Supplier<? extends C>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
collapse(Throwables.BiPredicate<? super T, ? super T, ? extends E>, Throwables.BiFunction<? super T, ? super T, T, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
Merge series of adjacent elements which satisfy the given predicate using the merger function and return a new stream.
collapse(Throwables.BiPredicate<? super T, ? super T, ? extends E>, U, Throwables.BiFunction<U, ? super T, U, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
collapse(Throwables.BiPredicate<? super T, ? super T, ? extends E>, Throwables.Supplier<R, E>, Throwables.BiConsumer<? super R, ? super T, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
collapse(Throwables.BiPredicate<? super T, ? super T, ? extends E>, Collector<? super T, A, R>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
collect(Throwables.Supplier<R, ? extends E2>, Throwables.BiConsumer<? super R, ? super T, ? extends E3>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
collect(Throwables.Supplier<R, ? extends E2>, Throwables.BiConsumer<? super R, ? super T, ? extends E3>, Throwables.Function<? super R, ? extends RR, ? extends E4>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
collect(Collector<? super T, A, R>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
collectAndThen(Collector<? super T, A, R>, Throwables.Function<? super R, ? extends RR, ? extends E2>) - Method in class com.landawn.abacus.util.ExceptionalStream
Collect and then.
collectingAndThen(Collector<T, A, R>, Function<R, RR>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
COLLECTION - Static variable in class com.landawn.abacus.parser.XMLConstants
Field COLLECTION.
COLLECTION_COMPARATOR - Static variable in class com.landawn.abacus.util.Comparators
 
COLLECTION_ELE_END - Static variable in class com.landawn.abacus.parser.XMLConstants
Field COLLECTION_ELE_END.
COLLECTION_ELE_START - Static variable in class com.landawn.abacus.parser.XMLConstants
Field COLLECTION_ELE_START.
COLLECTION_NULL_ELE - Static variable in class com.landawn.abacus.parser.XMLConstants
Field COLLECTION_NULL_ELE.
Collector<T,A,R> - Interface in com.landawn.abacus.util.stream
 
Collector.Characteristics - Enum in com.landawn.abacus.util.stream
 
Collectors - Class in com.landawn.abacus.util.stream
 
Collectors.MoreCollectors - Class in com.landawn.abacus.util.stream
 
COLON - Static variable in class com.landawn.abacus.util.WD
Field COLON.
COLON_SPACE - Static variable in class com.landawn.abacus.util.WD
Field COLON_SPACE.
Column - Annotation Type in com.landawn.abacus.annotation
 
columnMap() - Method in interface com.landawn.abacus.DataSet
 
columnName - Variable in class com.landawn.abacus.parser.ParserUtil.PropInfo
 
columnNameList() - Method in interface com.landawn.abacus.DataSet
Return the column name list in this DataSet.
com.landawn.abacus - package com.landawn.abacus
 
com.landawn.abacus.annotation - package com.landawn.abacus.annotation
 
com.landawn.abacus.condition - package com.landawn.abacus.condition
 
com.landawn.abacus.exception - package com.landawn.abacus.exception
 
com.landawn.abacus.http - package com.landawn.abacus.http
 
com.landawn.abacus.http.okhttp - package com.landawn.abacus.http.okhttp
 
com.landawn.abacus.parser - package com.landawn.abacus.parser
 
com.landawn.abacus.pool - package com.landawn.abacus.pool
 
com.landawn.abacus.util - package com.landawn.abacus.util
 
com.landawn.abacus.util.function - package com.landawn.abacus.util.function
 
com.landawn.abacus.util.stream - package com.landawn.abacus.util.stream
 
combine(long, double) - Method in class com.landawn.abacus.util.KahanSummation
 
combine(KahanSummation) - Method in class com.landawn.abacus.util.KahanSummation
 
combine(Collector<? super T, A1, R1>, Collector<? super T, A2, R2>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
combine(Collector<? super T, A1, R1>, Collector<? super T, A2, R2>, BiFunction<? super R1, ? super R2, R>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
combine(Collector<? super T, A1, R1>, Collector<? super T, A2, R2>, Collector<? super T, A3, R3>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
combine(Collector<? super T, A1, R1>, Collector<? super T, A2, R2>, Collector<? super T, A3, R3>, TriFunction<? super R1, ? super R2, ? super R3, R>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
combine(Collector<? super T, A1, R1>, Collector<? super T, A2, R2>, Collector<? super T, A3, R3>, Collector<? super T, A4, R4>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
combine(Collector<? super T, A1, R1>, Collector<? super T, A2, R2>, Collector<? super T, A3, R3>, Collector<? super T, A4, R4>, Collector<? super T, A5, R5>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
combine(List<? extends Collector<? super T, ?, ?>>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
combineColumns(Collection<String>, String, Class<?>) - Method in interface com.landawn.abacus.DataSet
 
combineColumns(Collection<String>, String, Throwables.Function<? super NoCachingNoUpdating.DisposableObjArray, ?, E>) - Method in interface com.landawn.abacus.DataSet
 
combineColumns(Tuple.Tuple2<String, String>, String, Throwables.BiFunction<?, ?, ?, E>) - Method in interface com.landawn.abacus.DataSet
 
combineColumns(Tuple.Tuple3<String, String, String>, String, Throwables.TriFunction<?, ?, ?, ?, E>) - Method in interface com.landawn.abacus.DataSet
 
combineColumns(Throwables.Predicate<String, E>, String, Class<?>) - Method in interface com.landawn.abacus.DataSet
 
combineColumns(Throwables.Predicate<String, E>, String, Throwables.Function<? super NoCachingNoUpdating.DisposableObjArray, ?, E2>) - Method in interface com.landawn.abacus.DataSet
 
combiner() - Method in interface com.landawn.abacus.util.stream.Collector
 
COMMA - Static variable in class com.landawn.abacus.util.WD
Field COMMA.
COMMA_SPACE - Static variable in class com.landawn.abacus.util.WD
Field COMMA_SPACE.
COMMIT - Static variable in class com.landawn.abacus.util.WD
Field COMMIT.
commonPrefix() - Static method in class com.landawn.abacus.util.stream.Collectors
It's copied from StreamEx: https://github.com/amaembo/streamex under Apache License v2 and may be modified.
commonPrefix(String, String) - Static method in class com.landawn.abacus.util.StringUtil
Note: copy rights: Google Guava.
commonPrefix(String...) - Static method in class com.landawn.abacus.util.StringUtil
 
commonSet(Collection<? extends T>, Collection<?>) - Static method in class com.landawn.abacus.util.N
Common set.
commonSet(Collection<? extends Collection<? extends T>>) - Static method in class com.landawn.abacus.util.N
Common set.
commonSuffix() - Static method in class com.landawn.abacus.util.stream.Collectors
It's copied from StreamEx: https://github.com/amaembo/streamex under Apache License v2 and may be modified.
commonSuffix(String, String) - Static method in class com.landawn.abacus.util.StringUtil
Note: copy rights: Google Guava.
commonSuffix(String...) - Static method in class com.landawn.abacus.util.StringUtil
 
comparator() - Method in class com.landawn.abacus.util.ImmutableSortedMap
 
comparator() - Method in class com.landawn.abacus.util.ImmutableSortedSet
 
Comparators - Class in com.landawn.abacus.util
Factory utility class for Comparator.
compare(T, T) - Static method in class com.landawn.abacus.util.Chain
Compares two comparable objects as specified by Comparable.compareTo(T), if the result of this comparison chain has not already been determined.
compare(T, T, Comparator<T>) - Static method in class com.landawn.abacus.util.Chain
Compares two objects using a comparator, if the result of this comparison chain has not already been determined.
compare(T, T, Throwables.BiFunction<? super T, ? super T, Integer, E>) - Static method in class com.landawn.abacus.util.Chain
 
compare(char, char) - Static method in class com.landawn.abacus.util.Chain
Compares two char values as specified by CommonUtil.compare(boolean, boolean), if the result of this comparison chain has not already been determined.
compare(byte, byte) - Static method in class com.landawn.abacus.util.Chain
Compares two byte values as specified by CommonUtil.compare(boolean, boolean), if the result of this comparison chain has not already been determined.
compare(short, short) - Static method in class com.landawn.abacus.util.Chain
Compares two short values as specified by CommonUtil.compare(boolean, boolean), if the result of this comparison chain has not already been determined.
compare(int, int) - Static method in class com.landawn.abacus.util.Chain
Compares two int values as specified by CommonUtil.compare(boolean, boolean), if the result of this comparison chain has not already been determined.
compare(long, long) - Static method in class com.landawn.abacus.util.Chain
Compares two long values as specified by CommonUtil.compare(boolean, boolean), if the result of this comparison chain has not already been determined.
compare(float, float) - Static method in class com.landawn.abacus.util.Chain
Compares two float values as specified by Float.compare(float, float), if the result of this comparison chain has not already been determined.
compare(double, double) - Static method in class com.landawn.abacus.util.Chain
Compares two double values as specified by Double.compare(double, double), if the result of this comparison chain has not already been determined.
compare(T, T) - Method in class com.landawn.abacus.util.Chain.ComparisonChain
Compares two comparable objects as specified by Comparable.compareTo(T), if the result of this comparison chain has not already been determined.
compare(T, T, Comparator<T>) - Method in class com.landawn.abacus.util.Chain.ComparisonChain
Compares two objects using a comparator, if the result of this comparison chain has not already been determined.
compare(T, T, Throwables.BiFunction<? super T, ? super T, Integer, E>) - Method in class com.landawn.abacus.util.Chain.ComparisonChain
 
compare(char, char) - Method in class com.landawn.abacus.util.Chain.ComparisonChain
Compares two char values as specified by CommonUtil.compare(boolean, boolean), if the result of this comparison chain has not already been determined.
compare(byte, byte) - Method in class com.landawn.abacus.util.Chain.ComparisonChain
Compares two byte values as specified by CommonUtil.compare(boolean, boolean), if the result of this comparison chain has not already been determined.
compare(short, short) - Method in class com.landawn.abacus.util.Chain.ComparisonChain
Compares two short values as specified by CommonUtil.compare(boolean, boolean), if the result of this comparison chain has not already been determined.
compare(int, int) - Method in class com.landawn.abacus.util.Chain.ComparisonChain
Compares two int values as specified by CommonUtil.compare(boolean, boolean), if the result of this comparison chain has not already been determined.
compare(long, long) - Method in class com.landawn.abacus.util.Chain.ComparisonChain
Compares two long values as specified by CommonUtil.compare(boolean, boolean), if the result of this comparison chain has not already been determined.
compare(float, float) - Method in class com.landawn.abacus.util.Chain.ComparisonChain
Compares two float values as specified by Float.compare(float, float), if the result of this comparison chain has not already been determined.
compare(double, double) - Method in class com.landawn.abacus.util.Chain.ComparisonChain
Compares two double values as specified by Double.compare(double, double), if the result of this comparison chain has not already been determined.
compare() - Static method in class com.landawn.abacus.util.Fn
 
compare(Comparator<? super T>) - Static method in class com.landawn.abacus.util.Fn
 
compareFalseLess(boolean, boolean) - Static method in class com.landawn.abacus.util.Chain
Compares two boolean values, considering false to be less than true, if the result of this comparison chain has not already been determined.
compareFalseLess(boolean, boolean) - Method in class com.landawn.abacus.util.Chain.ComparisonChain
Compares two boolean values, considering false to be less than true, if the result of this comparison chain has not already been determined.
compareNullBigger(T, T) - Static method in class com.landawn.abacus.util.Chain
null is bigger.
compareNullBigger(T, T) - Method in class com.landawn.abacus.util.Chain.ComparisonChain
null is bigger.
compareNullLess(T, T) - Static method in class com.landawn.abacus.util.Chain
null is smaller.
compareNullLess(T, T) - Method in class com.landawn.abacus.util.Chain.ComparisonChain
null is smaller.
compareTo(Duration) - Method in class com.landawn.abacus.util.Duration
 
compareTo(T) - Static method in class com.landawn.abacus.util.Fn
 
compareTo(T, Comparator<? super T>) - Static method in class com.landawn.abacus.util.Fn
 
compareTo(Fraction) - Method in class com.landawn.abacus.util.Fraction
Compares this object to another based on size.
compareTo(MutableBoolean) - Method in class com.landawn.abacus.util.MutableBoolean
Compares this mutable to another in ascending order.
compareTo(MutableByte) - Method in class com.landawn.abacus.util.MutableByte
Compares this mutable to another in ascending order.
compareTo(MutableChar) - Method in class com.landawn.abacus.util.MutableChar
Compares this mutable to another in ascending order.
compareTo(MutableDouble) - Method in class com.landawn.abacus.util.MutableDouble
Compares this mutable to another in ascending order.
compareTo(MutableFloat) - Method in class com.landawn.abacus.util.MutableFloat
Compares this mutable to another in ascending order.
compareTo(MutableInt) - Method in class com.landawn.abacus.util.MutableInt
Compares this mutable to another in ascending order.
compareTo(MutableLong) - Method in class com.landawn.abacus.util.MutableLong
Compares this mutable to another in ascending order.
compareTo(MutableShort) - Method in class com.landawn.abacus.util.MutableShort
Compares this mutable to another in ascending order.
compareTo(T) - Method in class com.landawn.abacus.util.Range
Checks where the specified element occurs relative to this range.
compareTo(u.OptionalBoolean) - Method in class com.landawn.abacus.util.u.OptionalBoolean
 
compareTo(u.OptionalByte) - Method in class com.landawn.abacus.util.u.OptionalByte
 
compareTo(u.OptionalChar) - Method in class com.landawn.abacus.util.u.OptionalChar
 
compareTo(u.OptionalDouble) - Method in class com.landawn.abacus.util.u.OptionalDouble
 
compareTo(u.OptionalFloat) - Method in class com.landawn.abacus.util.u.OptionalFloat
 
compareTo(u.OptionalInt) - Method in class com.landawn.abacus.util.u.OptionalInt
 
compareTo(u.OptionalLong) - Method in class com.landawn.abacus.util.u.OptionalLong
 
compareTo(u.OptionalShort) - Method in class com.landawn.abacus.util.u.OptionalShort
 
compareTrueLess(boolean, boolean) - Static method in class com.landawn.abacus.util.Chain
Compares two boolean values, considering true to be less than false, if the result of this comparison chain has not already been determined.
compareTrueLess(boolean, boolean) - Method in class com.landawn.abacus.util.Chain.ComparisonChain
Compares two boolean values, considering true to be less than false, if the result of this comparison chain has not already been determined.
comparingArray(Comparator<T>) - Static method in class com.landawn.abacus.util.Comparators
 
comparingBy(Function<? super T, ? extends U>) - Static method in class com.landawn.abacus.util.Comparators
 
comparingBy(Function<? super T, ? extends U>, Comparator<? super U>) - Static method in class com.landawn.abacus.util.Comparators
 
comparingByKey() - Static method in class com.landawn.abacus.util.Comparators
Comparing by key.
comparingByKey(Comparator<? super K>) - Static method in class com.landawn.abacus.util.Comparators
Comparing by key.
comparingByLength() - Static method in class com.landawn.abacus.util.Comparators
Comparing by length.
comparingByMapSize() - Static method in class com.landawn.abacus.util.Comparators
Comparing by sizee.
comparingBySize() - Static method in class com.landawn.abacus.util.Comparators
Comparing by size.
comparingByValue() - Static method in class com.landawn.abacus.util.Comparators
Comparing by value.
comparingByValue(Comparator<? super V>) - Static method in class com.landawn.abacus.util.Comparators
Comparing by value.
comparingCollection(Comparator<T>) - Static method in class com.landawn.abacus.util.Comparators
 
comparingDouble(ToDoubleFunction<? super T>) - Static method in class com.landawn.abacus.util.Comparators
 
comparingFloat(ToFloatFunction<? super T>) - Static method in class com.landawn.abacus.util.Comparators
 
comparingIgnoreCase() - Static method in class com.landawn.abacus.util.Comparators
Comparing ignore case.
comparingIgnoreCase(Function<? super T, String>) - Static method in class com.landawn.abacus.util.Comparators
Comparing ignore case.
comparingInt(ToIntFunction<? super T>) - Static method in class com.landawn.abacus.util.Comparators
 
comparingLong(ToLongFunction<? super T>) - Static method in class com.landawn.abacus.util.Comparators
 
complete(BlockingQueue<?>) - Static method in class com.landawn.abacus.util.Observer
 
CompressionMode - Enum in com.landawn.abacus.util
The Enum CompressionMode.
compute(K, Throwables.BiFunction<? super K, ? super V, ? extends V, X>) - Method in class com.landawn.abacus.util.Multimap
The implementation is equivalent to performing the following steps for this Multimap:
compute(T, Throwables.BiFunction<? super T, Integer, Integer, E>) - Method in class com.landawn.abacus.util.Multiset
The implementation is equivalent to performing the following steps for this Multiset:
computeIfAbsent(K, Throwables.Function<? super K, ? extends V, X>) - Method in class com.landawn.abacus.util.Multimap
The implementation is equivalent to performing the following steps for this Multimap:
computeIfAbsent(T, Throwables.Function<? super T, Integer, E>) - Method in class com.landawn.abacus.util.Multiset
The implementation is equivalent to performing the following steps for this Multiset:
computeIfPresent(K, Throwables.BiFunction<? super K, ? super V, ? extends V, X>) - Method in class com.landawn.abacus.util.Multimap
The implementation is equivalent to performing the following steps for this Multimap:
computeIfPresent(T, Throwables.BiFunction<? super T, Integer, Integer, E>) - Method in class com.landawn.abacus.util.Multiset
The implementation is equivalent to performing the following steps for this Multiset:
concat(String, String) - Static method in class com.landawn.abacus.condition.Expression
 
concat(boolean[][], boolean[][]) - Static method in class com.landawn.abacus.util.Array
 
concat(boolean[][][], boolean[][][]) - Static method in class com.landawn.abacus.util.Array
 
concat(char[][], char[][]) - Static method in class com.landawn.abacus.util.Array
 
concat(char[][][], char[][][]) - Static method in class com.landawn.abacus.util.Array
 
concat(byte[][], byte[][]) - Static method in class com.landawn.abacus.util.Array
 
concat(byte[][][], byte[][][]) - Static method in class com.landawn.abacus.util.Array
 
concat(short[][], short[][]) - Static method in class com.landawn.abacus.util.Array
 
concat(short[][][], short[][][]) - Static method in class com.landawn.abacus.util.Array
 
concat(int[][], int[][]) - Static method in class com.landawn.abacus.util.Array
 
concat(int[][][], int[][][]) - Static method in class com.landawn.abacus.util.Array
 
concat(long[][], long[][]) - Static method in class com.landawn.abacus.util.Array
 
concat(long[][][], long[][][]) - Static method in class com.landawn.abacus.util.Array
 
concat(float[][], float[][]) - Static method in class com.landawn.abacus.util.Array
 
concat(float[][][], float[][][]) - Static method in class com.landawn.abacus.util.Array
 
concat(double[][], double[][]) - Static method in class com.landawn.abacus.util.Array
 
concat(double[][][], double[][][]) - Static method in class com.landawn.abacus.util.Array
 
concat(Enumeration<? extends T>...) - Static method in class com.landawn.abacus.util.Enumerations
 
concat(Collection<? extends Enumeration<? extends T>>) - Static method in class com.landawn.abacus.util.Enumerations
 
concat(T[]...) - Static method in class com.landawn.abacus.util.ExceptionalStream
 
concat(Collection<? extends T>...) - Static method in class com.landawn.abacus.util.ExceptionalStream
 
concat(ExceptionalStream<? extends T, E>...) - Static method in class com.landawn.abacus.util.ExceptionalStream
 
concat(Collection<? extends ExceptionalStream<? extends T, E>>) - Static method in class com.landawn.abacus.util.ExceptionalStream
 
concat(T[]...) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
 
concat(Collection<? extends T>...) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
 
concat(T[]...) - Static method in class com.landawn.abacus.util.Iterators
 
concat(Collection<? extends T>...) - Static method in class com.landawn.abacus.util.Iterators
 
concat(Map<? extends K, ? extends V>...) - Static method in class com.landawn.abacus.util.Iterators
 
concat(Iterator<? extends T>...) - Static method in class com.landawn.abacus.util.Iterators
 
concat(Collection<? extends Iterator<? extends T>>) - Static method in class com.landawn.abacus.util.Iterators
 
concat(BiIterator<A, B>...) - Static method in class com.landawn.abacus.util.Iterators
 
concat(Map<? extends K, ? extends E>, Map<? extends K, ? extends E>) - Static method in class com.landawn.abacus.util.ListMultimap
 
concat(Map<? extends K, ? extends E>, Map<? extends K, ? extends E>, Map<? extends K, ? extends E>) - Static method in class com.landawn.abacus.util.ListMultimap
 
concat(Map<? extends K, ? extends E>, Map<? extends K, ? extends E>, IntFunction<? extends M>) - Static method in class com.landawn.abacus.util.ListMultimap
Deprecated.
concat(Map<? extends K, ? extends E>, Map<? extends K, ? extends E>, Map<? extends K, ? extends E>, IntFunction<? extends M>) - Static method in class com.landawn.abacus.util.ListMultimap
Deprecated.
concat(Map<? extends K, ? extends E>, Map<? extends K, ? extends E>, IntFunction<? extends M>) - Static method in class com.landawn.abacus.util.Multimap
 
concat(Map<? extends K, ? extends E>, Map<? extends K, ? extends E>, Map<? extends K, ? extends E>, IntFunction<? extends M>) - Static method in class com.landawn.abacus.util.Multimap
 
concat(boolean[], boolean[]) - Static method in class com.landawn.abacus.util.N
 
concat(boolean[]...) - Static method in class com.landawn.abacus.util.N
 
concat(char[], char[]) - Static method in class com.landawn.abacus.util.N
 
concat(char[]...) - Static method in class com.landawn.abacus.util.N
 
concat(byte[], byte[]) - Static method in class com.landawn.abacus.util.N
 
concat(byte[]...) - Static method in class com.landawn.abacus.util.N
 
concat(short[], short[]) - Static method in class com.landawn.abacus.util.N
 
concat(short[]...) - Static method in class com.landawn.abacus.util.N
 
concat(int[], int[]) - Static method in class com.landawn.abacus.util.N
 
concat(int[]...) - Static method in class com.landawn.abacus.util.N
 
concat(long[], long[]) - Static method in class com.landawn.abacus.util.N
 
concat(long[]...) - Static method in class com.landawn.abacus.util.N
 
concat(float[], float[]) - Static method in class com.landawn.abacus.util.N
 
concat(float[]...) - Static method in class com.landawn.abacus.util.N
 
concat(double[], double[]) - Static method in class com.landawn.abacus.util.N
 
concat(double[]...) - Static method in class com.landawn.abacus.util.N
 
concat(T[], T[]) - Static method in class com.landawn.abacus.util.N
 
concat(T[]...) - Static method in class com.landawn.abacus.util.N
 
concat(Collection<? extends T>, Collection<? extends T>) - Static method in class com.landawn.abacus.util.N
 
concat(Collection<? extends T>...) - Static method in class com.landawn.abacus.util.N
 
concat(Collection<? extends Collection<? extends T>>) - Static method in class com.landawn.abacus.util.N
 
concat(Collection<? extends Collection<? extends T>>, IntFunction<? extends C>) - Static method in class com.landawn.abacus.util.N
 
concat(Iterator<? extends T>, Iterator<? extends T>) - Static method in class com.landawn.abacus.util.N
 
concat(Iterator<? extends T>...) - Static method in class com.landawn.abacus.util.N
 
concat(Map<? extends K, ? extends E>, Map<? extends K, ? extends E>) - Static method in class com.landawn.abacus.util.SetMultimap
 
concat(Map<? extends K, ? extends E>, Map<? extends K, ? extends E>, Map<? extends K, ? extends E>) - Static method in class com.landawn.abacus.util.SetMultimap
 
concat(Map<? extends K, ? extends E>, Map<? extends K, ? extends E>, IntFunction<? extends M>) - Static method in class com.landawn.abacus.util.SetMultimap
Deprecated.
concat(Map<? extends K, ? extends E>, Map<? extends K, ? extends E>, Map<? extends K, ? extends E>, IntFunction<? extends M>) - Static method in class com.landawn.abacus.util.SetMultimap
Deprecated.
concat(String, String) - Static method in class com.landawn.abacus.util.StringUtil
Returns a + b.
concat(String, String, String) - Static method in class com.landawn.abacus.util.StringUtil
 
concat(String, String, String, String) - Static method in class com.landawn.abacus.util.StringUtil
 
concat(String, String, String, String, String) - Static method in class com.landawn.abacus.util.StringUtil
 
concat(String, String, String, String, String, String) - Static method in class com.landawn.abacus.util.StringUtil
 
concat(String, String, String, String, String, String, String) - Static method in class com.landawn.abacus.util.StringUtil
 
concat(String, String, String, String, String, String, String, String) - Static method in class com.landawn.abacus.util.StringUtil
 
concat(String, String, String, String, String, String, String, String, String) - Static method in class com.landawn.abacus.util.StringUtil
 
concat(String...) - Static method in class com.landawn.abacus.util.StringUtil
 
concat(Object, Object) - Static method in class com.landawn.abacus.util.StringUtil
Returns N.toString(a) + N.toString(b).
concat(Object, Object, Object) - Static method in class com.landawn.abacus.util.StringUtil
 
concat(Object, Object, Object, Object) - Static method in class com.landawn.abacus.util.StringUtil
 
concat(Object, Object, Object, Object, Object) - Static method in class com.landawn.abacus.util.StringUtil
 
concat(Object, Object, Object, Object, Object, Object) - Static method in class com.landawn.abacus.util.StringUtil
 
concat(Object, Object, Object, Object, Object, Object, Object) - Static method in class com.landawn.abacus.util.StringUtil
Returns N.toString(a) + N.toString(b) + N.toString(c) + N.toString(d) + N.toString(e) + N.toString(f) + N.toString(g).
concat(Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class com.landawn.abacus.util.StringUtil
Returns N.toString(a) + N.toString(b) + N.toString(c) + N.toString(d) + N.toString(e) + N.toString(f) + N.toString(g) + N.toString(h).
concat(Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class com.landawn.abacus.util.StringUtil
Returns N.toString(a) + N.toString(b) + N.toString(c) + N.toString(d) + N.toString(e) + N.toString(f) + N.toString(g) + N.toString(h) + N.toString(i).
CONCAT - Static variable in class com.landawn.abacus.util.WD
Field CONCAT.
concatt(T[][], T[][]) - Static method in class com.landawn.abacus.util.Array
 
concatt(T[][][], T[][][]) - Static method in class com.landawn.abacus.util.Array
 
concatt(Collection<? extends Collection<? extends T>>) - Static method in class com.landawn.abacus.util.Iterators
 
concurrentDistinct() - Static method in class com.landawn.abacus.util.Fn.Predicates
Returns a stateful Predicate.
concurrentDistinctBy(Function<? super T, ?>) - Static method in class com.landawn.abacus.util.Fn.Predicates
Returns a stateful Predicate.
Condition - Interface in com.landawn.abacus.condition
 
ConditionFactory - Class in com.landawn.abacus.condition
A factory for creating Condition objects.
ConditionFactory.CB - Class in com.landawn.abacus.condition
 
ConditionFactory.CF - Class in com.landawn.abacus.condition
The Class CF.
CONNECTION - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP Connection header field name.
connectionTimeout(int) - Method in class com.landawn.abacus.http.HttpRequest
 
Consumer<T> - Interface in com.landawn.abacus.util.function
contains(String, Object) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
contains(Object) - Method in class com.landawn.abacus.condition.NamedProperty
 
contains(E) - Method in class com.landawn.abacus.pool.GenericObjectPool
 
contains(E) - Method in interface com.landawn.abacus.pool.ObjectPool
 
contains(Object) - Method in class com.landawn.abacus.util.ArrayHashSet
 
contains(String) - Static method in class com.landawn.abacus.util.Fn
 
contains(Object) - Method in class com.landawn.abacus.util.IdentityHashSet
 
contains(Object) - Method in class com.landawn.abacus.util.ImmutableCollection
 
contains(Map<?, ?>, Map.Entry<?, ?>) - Static method in class com.landawn.abacus.util.Maps
Check if the specified Map contains the specified Entry.
contains(Map<?, ?>, Object, Object) - Static method in class com.landawn.abacus.util.Maps
 
contains(Object, Object) - Method in class com.landawn.abacus.util.Multimap
 
contains(Object) - Method in class com.landawn.abacus.util.Multiset
 
contains(boolean[], boolean) - Static method in class com.landawn.abacus.util.N
 
contains(char[], char) - Static method in class com.landawn.abacus.util.N
 
contains(byte[], byte) - Static method in class com.landawn.abacus.util.N
 
contains(short[], short) - Static method in class com.landawn.abacus.util.N
 
contains(int[], int) - Static method in class com.landawn.abacus.util.N
 
contains(long[], long) - Static method in class com.landawn.abacus.util.N
 
contains(float[], float) - Static method in class com.landawn.abacus.util.N
 
contains(double[], double) - Static method in class com.landawn.abacus.util.N
 
contains(Object[], Object) - Static method in class com.landawn.abacus.util.N
 
contains(Collection<?>, Object) - Static method in class com.landawn.abacus.util.N
 
contains(Iterator<?>, Object) - Static method in class com.landawn.abacus.util.N
 
contains(T) - Method in class com.landawn.abacus.util.Range
Checks whether the specified element occurs within this range.
contains(String, int) - Static method in class com.landawn.abacus.util.StringUtil
 
contains(String, String) - Static method in class com.landawn.abacus.util.StringUtil
 
contains(String, String, String) - Static method in class com.landawn.abacus.util.StringUtil
 
contains(Object) - Method in class com.landawn.abacus.util.Tuple
 
contains(Object) - Method in class com.landawn.abacus.util.Tuple.Tuple1
 
contains(Object) - Method in class com.landawn.abacus.util.Tuple.Tuple2
 
contains(Object) - Method in class com.landawn.abacus.util.Tuple.Tuple3
 
contains(Object) - Method in class com.landawn.abacus.util.Tuple.Tuple4
 
contains(Object) - Method in class com.landawn.abacus.util.Tuple.Tuple5
 
contains(Object) - Method in class com.landawn.abacus.util.Tuple.Tuple6
 
contains(Object) - Method in class com.landawn.abacus.util.Tuple.Tuple7
 
contains(Object) - Method in class com.landawn.abacus.util.Tuple.Tuple8
 
contains(Object) - Method in class com.landawn.abacus.util.Tuple.Tuple9
 
contains(T) - Method in class com.landawn.abacus.util.u.Nullable
 
contains(T) - Method in class com.landawn.abacus.util.u.Optional
 
containsAll(Collection<?>) - Method in class com.landawn.abacus.util.ArrayHashSet
 
containsAll(T...) - Method in class com.landawn.abacus.util.ExceptionalStream
 
containsAll(Collection<? extends T>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
containsAll(Collection<?>) - Method in class com.landawn.abacus.util.IdentityHashSet
 
containsAll(Object, Collection<?>) - Method in class com.landawn.abacus.util.Multimap
 
containsAll(Collection<?>) - Method in class com.landawn.abacus.util.Multiset
 
containsAll(Collection<?>, Collection<?>) - Static method in class com.landawn.abacus.util.N
Contains all.
containsAll(Collection<?>, Object[]) - Static method in class com.landawn.abacus.util.N
Contains all.
containsAll(Iterator<?>, Collection<?>) - Static method in class com.landawn.abacus.util.N
 
containsAll(Collection<? extends T>) - Method in class com.landawn.abacus.util.Range
 
containsAllColumns(Collection<String>) - Method in interface com.landawn.abacus.DataSet
Check if this DataSet contains all the specified columns.
containsAny(T...) - Method in class com.landawn.abacus.util.ExceptionalStream
 
containsAny(Collection<? extends T>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
containsAny(Collection<?>, Collection<?>) - Static method in class com.landawn.abacus.util.N
Contains any.
containsAny(Collection<?>, Object[]) - Static method in class com.landawn.abacus.util.N
Contains any.
containsAny(Iterator<?>, Set<?>) - Static method in class com.landawn.abacus.util.N
 
containsAny(String, char...) - Static method in class com.landawn.abacus.util.StringUtil
 
containsColumn(String) - Method in interface com.landawn.abacus.DataSet
 
containsIgnoreCase(String, String) - Static method in class com.landawn.abacus.util.StringUtil
Contains ignore case.
containsKey(K) - Method in class com.landawn.abacus.pool.GenericKeyedObjectPool
 
containsKey(K) - Method in interface com.landawn.abacus.pool.KeyedObjectPool
 
containsKey(Object) - Method in class com.landawn.abacus.util.ArrayHashMap
 
containsKey(Object) - Method in class com.landawn.abacus.util.BiMap
 
containsKey(Object) - Method in class com.landawn.abacus.util.ImmutableMap
 
containsKey(Object) - Method in class com.landawn.abacus.util.Multimap
 
containsKey(Object) - Method in class com.landawn.abacus.util.ObjectPool
 
containsKey(Object) - Method in class com.landawn.abacus.util.Properties
 
containsNone(String, char...) - Static method in class com.landawn.abacus.util.StringUtil
 
containsOnly(String, char...) - Static method in class com.landawn.abacus.util.StringUtil
 
containsRange(Range<T>) - Method in class com.landawn.abacus.util.Range
Checks whether this range contains all the elements of the specified range.
containsValue(E) - Method in class com.landawn.abacus.pool.GenericKeyedObjectPool
 
containsValue(E) - Method in interface com.landawn.abacus.pool.KeyedObjectPool
 
containsValue(Object) - Method in class com.landawn.abacus.util.ArrayHashMap
 
containsValue(Object) - Method in class com.landawn.abacus.util.BiMap
 
containsValue(Object) - Method in class com.landawn.abacus.util.ImmutableMap
 
containsValue(Object) - Method in class com.landawn.abacus.util.Multimap
 
containsValue(Object) - Method in class com.landawn.abacus.util.ObjectPool
 
containsValue(Object) - Method in class com.landawn.abacus.util.Properties
 
containsWhitespace(String) - Static method in class com.landawn.abacus.util.StringUtil
 
CONTENT_DISPOSITION - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP Content-Disposition header field name.
CONTENT_ENCODING - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP Content-Encoding header field name.
CONTENT_LANGUAGE - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP Content-Language header field name.
CONTENT_LENGTH - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP Content-Length header field name.
CONTENT_LOCATION - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP Content-Location header field name.
CONTENT_MD5 - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP Content-MD5 header field name.
CONTENT_RANGE - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP Content-Range header field name.
CONTENT_SECURITY_POLICY - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP Content-Security-Policy header field name.
CONTENT_SECURITY_POLICY_REPORT_ONLY - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP Content-Security-Policy-Report-Only header field name.
CONTENT_TYPE - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP Content-Type header field name.
contentEncoding() - Method in enum com.landawn.abacus.http.ContentFormat
 
ContentFormat - Enum in com.landawn.abacus.http
 
contentType() - Method in enum com.landawn.abacus.http.ContentFormat
 
convert(String) - Method in enum com.landawn.abacus.util.NamingPolicy
 
convertColumn(String, Class<?>) - Method in interface com.landawn.abacus.DataSet
Convert the specified column to target type.
convertColumns(Map<String, Class<?>>) - Method in interface com.landawn.abacus.DataSet
Convert the specified columns to target types.
COOKIE - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP Cookie header field name.
copy() - Method in class com.landawn.abacus.condition.AbstractCondition
 
copy() - Method in class com.landawn.abacus.condition.Between
 
copy() - Method in class com.landawn.abacus.condition.Binary
 
copy() - Method in class com.landawn.abacus.condition.Cell
 
copy() - Method in interface com.landawn.abacus.condition.Condition
 
copy() - Method in class com.landawn.abacus.condition.Criteria
 
copy() - Method in class com.landawn.abacus.condition.In
 
copy() - Method in class com.landawn.abacus.condition.InSubQuery
 
copy() - Method in class com.landawn.abacus.condition.Join
 
copy() - Method in class com.landawn.abacus.condition.Junction
 
copy() - Method in class com.landawn.abacus.condition.NotIn
 
copy() - Method in class com.landawn.abacus.condition.NotInSubQuery
 
copy() - Method in class com.landawn.abacus.condition.SubQuery
 
copy() - Method in interface com.landawn.abacus.DataSet
Returns the copy of this DataSet.
copy(Collection<String>) - Method in interface com.landawn.abacus.DataSet
Returns the copy of this DataSet with specified column name list.
copy(int, int) - Method in interface com.landawn.abacus.DataSet
Returns the copy of this DataSet from the specified fromRowIndex to toRowIndex.
copy(Collection<String>, int, int) - Method in interface com.landawn.abacus.DataSet
Returns the copy of this DataSet with specified column name list from the specified fromRowIndex to toRowIndex.
copy() - Method in class com.landawn.abacus.http.HttpHeaders
 
copy() - Method in class com.landawn.abacus.http.HttpSettings
 
copy(T) - Method in class com.landawn.abacus.parser.KryoParser
Copy the property values shallowly.
copy() - Method in class com.landawn.abacus.parser.ParserConfig
 
copy() - Method in class com.landawn.abacus.util.BiMap
 
copy(Path, Path, CopyOption...) - Static method in class com.landawn.abacus.util.IOUtil
 
copy(InputStream, Path, CopyOption...) - Static method in class com.landawn.abacus.util.IOUtil
 
copy(Path, OutputStream) - Static method in class com.landawn.abacus.util.IOUtil
 
copy() - Method in class com.landawn.abacus.util.ListMultimap
 
copy() - Method in class com.landawn.abacus.util.Multimap
 
copy() - Method in class com.landawn.abacus.util.Multiset
 
copy() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableEntry
 
copy() - Method in class com.landawn.abacus.util.Pair
 
copy() - Method in class com.landawn.abacus.util.Properties
 
copy() - Method in class com.landawn.abacus.util.SetMultimap
 
copy() - Method in class com.landawn.abacus.util.Triple
 
copyFileToDirectory(File, File) - Static method in class com.landawn.abacus.util.IOUtil
 
copyFileToDirectory(File, File, boolean) - Static method in class com.landawn.abacus.util.IOUtil
 
copyFileToDirectory(File, File, boolean, Throwables.BiPredicate<? super File, ? super File, E>) - Static method in class com.landawn.abacus.util.IOUtil
Copy the specified scrFile if it's a file or its sub files/directories if it's a directory to the target destDir with the specified filter.
copyOf(Map<String, ?>) - Static method in class com.landawn.abacus.http.HttpHeaders
 
copyOf(Map<? extends K, ? extends V>) - Static method in class com.landawn.abacus.util.BiMap
 
copyOf(T[]) - Static method in class com.landawn.abacus.util.ImmutableArray
 
copyOf(BiMap<? extends K, ? extends V>) - Static method in class com.landawn.abacus.util.ImmutableBiMap
 
copyOf(Map<? extends K, ? extends V>) - Static method in class com.landawn.abacus.util.ImmutableBiMap
Deprecated.
throws UnsupportedOperationException
copyOf(E...) - Static method in class com.landawn.abacus.util.ImmutableList
 
copyOf(Collection<? extends E>) - Static method in class com.landawn.abacus.util.ImmutableList
 
copyOf(Map<? extends K, ? extends V>) - Static method in class com.landawn.abacus.util.ImmutableMap
 
copyOf(SortedMap<? extends K, ? extends V>) - Static method in class com.landawn.abacus.util.ImmutableNavigableMap
 
copyOf(SortedSet<? extends E>) - Static method in class com.landawn.abacus.util.ImmutableNavigableSet
 
copyOf(Collection<? extends E>) - Static method in class com.landawn.abacus.util.ImmutableSet
 
copyOf(SortedMap<? extends K, ? extends V>) - Static method in class com.landawn.abacus.util.ImmutableSortedMap
 
copyOf(Map<? extends K, ? extends V>) - Static method in class com.landawn.abacus.util.ImmutableSortedMap
Deprecated.
throws UnsupportedOperationException
copyOf(SortedSet<? extends E>) - Static method in class com.landawn.abacus.util.ImmutableSortedSet
 
copyOf(Collection<? extends E>) - Static method in class com.landawn.abacus.util.ImmutableSortedSet
Deprecated.
throws UnsupportedOperationException
copyThenApply(T[], Throwables.Function<? super T, ? extends T, E>) - Static method in class com.landawn.abacus.util.N
Copy the specified array a first, then call converter on the copy.
copyThenStrip(String[]) - Static method in class com.landawn.abacus.util.StringUtil.MoreStringUtil
 
copyThenTrim(String[]) - Static method in class com.landawn.abacus.util.StringUtil.MoreStringUtil
 
copyURLToFile(URL, File) - Static method in class com.landawn.abacus.util.IOUtil
Copies bytes from the URL source to a file destination.
copyURLToFile(URL, File, int, int) - Static method in class com.landawn.abacus.util.IOUtil
Copies bytes from the URL source to a file destination.
cos(String) - Static method in class com.landawn.abacus.condition.Expression
 
COS - Static variable in class com.landawn.abacus.util.WD
Field COS.
count(String) - Static method in class com.landawn.abacus.condition.Expression
 
count() - Method in class com.landawn.abacus.util.ExceptionalStream
 
count(Iterator<?>) - Static method in class com.landawn.abacus.util.Iterators
 
count(Iterator<? extends T>, Throwables.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.Iterators
 
count() - Method in class com.landawn.abacus.util.KahanSummation
 
count(boolean[], Throwables.BooleanPredicate<E>) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
count(boolean[], int, int, Throwables.BooleanPredicate<E>) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
count(char[], Throwables.CharPredicate<E>) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
count(char[], int, int, Throwables.CharPredicate<E>) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
count(byte[], Throwables.BytePredicate<E>) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
count(byte[], int, int, Throwables.BytePredicate<E>) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
count(short[], Throwables.ShortPredicate<E>) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
count(short[], int, int, Throwables.ShortPredicate<E>) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
count(int[], Throwables.IntPredicate<E>) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
count(int[], int, int, Throwables.IntPredicate<E>) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
count(long[], Throwables.LongPredicate<E>) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
count(long[], int, int, Throwables.LongPredicate<E>) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
count(float[], Throwables.FloatPredicate<E>) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
count(float[], int, int, Throwables.FloatPredicate<E>) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
count(double[], Throwables.DoublePredicate<E>) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
count(double[], int, int, Throwables.DoublePredicate<E>) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
count(T[], Throwables.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
count(T[], int, int, Throwables.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
count(Collection<? extends T>, Throwables.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
count(Collection<? extends T>, int, int, Throwables.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
count(Iterator<?>) - Static method in class com.landawn.abacus.util.N
 
count(Iterator<? extends T>, Throwables.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
COUNT - Static variable in class com.landawn.abacus.util.WD
Field COUNT.
COUNT_ALL - Static variable in class com.landawn.abacus.util.SQLBuilder
 
countBy(Throwables.Function<? super T, ? extends K, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
counting() - Static method in class com.landawn.abacus.util.stream.Collectors
 
countingBy(Function<? super T, ? extends K>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
countingBy(Function<? super T, ? extends K>, Supplier<? extends M>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
countingInt() - Static method in class com.landawn.abacus.util.stream.Collectors
 
countingIntBy(Function<? super T, ? extends K>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
countingIntBy(Function<? super T, ? extends K>, Supplier<? extends M>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
countMatches(String, char) - Static method in class com.landawn.abacus.util.StringUtil
 
countMatches(String, String) - Static method in class com.landawn.abacus.util.StringUtil
 
CPU_CORES - Static variable in class com.landawn.abacus.util.IOUtil
 
CPU_CORES - Static variable in class com.landawn.abacus.util.N
 
CR - Static variable in class com.landawn.abacus.util.Ascii
Carriage Return ('\r'): A format effector which controls the movement of the printing position to the first printing position on the same printing line.
CR - Static variable in class com.landawn.abacus.util.StringUtil
A String for carriage return CR ("\r").
create(String) - Static method in class com.landawn.abacus.http.HttpClient
 
create(String, int) - Static method in class com.landawn.abacus.http.HttpClient
 
create(String, long, long) - Static method in class com.landawn.abacus.http.HttpClient
 
create(String, int, long, long) - Static method in class com.landawn.abacus.http.HttpClient
 
create(String, int, long, long, HttpSettings) - Static method in class com.landawn.abacus.http.HttpClient
 
create(String, int, long, long, HttpSettings, AtomicInteger) - Static method in class com.landawn.abacus.http.HttpClient
 
create() - Static method in class com.landawn.abacus.http.HttpHeaders
 
create(HttpClient) - Static method in class com.landawn.abacus.http.HttpRequest
 
create() - Static method in class com.landawn.abacus.http.HttpSettings
 
create(String, OkHttpClient) - Static method in class com.landawn.abacus.http.okhttp.OkHttpRequest
 
create(URL, OkHttpClient) - Static method in class com.landawn.abacus.http.okhttp.OkHttpRequest
 
create(HttpUrl, OkHttpClient) - Static method in class com.landawn.abacus.http.okhttp.OkHttpRequest
 
create() - Static method in class com.landawn.abacus.parser.Fj.DeserializeConfig.FDC
 
create(ParserConfig) - Static method in class com.landawn.abacus.parser.Fj.DeserializeConfig.FDC
 
create() - Static method in class com.landawn.abacus.parser.Fj.SerializeConfig.FSC
 
create(SerializeConfig) - Static method in class com.landawn.abacus.parser.Fj.SerializeConfig.FSC
 
create() - Static method in class com.landawn.abacus.parser.JSONDeserializationConfig.JDC
 
create() - Static method in class com.landawn.abacus.parser.JSONSerializationConfig.JSC
 
create() - Static method in class com.landawn.abacus.parser.KryoDeserializationConfig.KDC
 
create() - Static method in class com.landawn.abacus.parser.KryoSerializationConfig.KSC
 
create() - Static method in class com.landawn.abacus.parser.XMLDeserializationConfig.XDC
 
create() - Static method in class com.landawn.abacus.parser.XMLSerializationConfig.XSC
 
create() - Static method in class com.landawn.abacus.util.DynamicSQLBuilder
 
CREATE - Static variable in class com.landawn.abacus.util.WD
Field CREATE.
createBigDecimal(String) - Static method in class com.landawn.abacus.util.Numbers
Convert a String to a BigDecimal.
createBigInteger(String) - Static method in class com.landawn.abacus.util.Numbers
Convert a String to a BigInteger; since 3.2 it handles hex (0x or #) and octal (0) notations.
createBufferedJSONWriter() - Static method in class com.landawn.abacus.util.Objectory
Creates the buffered JSON writer.
createBufferedJSONWriter(OutputStream) - Static method in class com.landawn.abacus.util.Objectory
Creates the buffered JSON writer.
createBufferedJSONWriter(Writer) - Static method in class com.landawn.abacus.util.Objectory
Creates the buffered JSON writer.
createBufferedReader(String) - Static method in class com.landawn.abacus.util.Objectory
Creates the buffered reader.
createBufferedReader(InputStream) - Static method in class com.landawn.abacus.util.Objectory
Creates the buffered reader.
createBufferedReader(Reader) - Static method in class com.landawn.abacus.util.Objectory
Creates the buffered reader.
createBufferedWriter() - Static method in class com.landawn.abacus.util.Objectory
Creates the buffered writer.
createBufferedWriter(OutputStream) - Static method in class com.landawn.abacus.util.Objectory
Creates the buffered writer.
createBufferedWriter(Writer) - Static method in class com.landawn.abacus.util.Objectory
Creates the buffered writer.
createBufferedXMLWriter() - Static method in class com.landawn.abacus.util.Objectory
Creates the buffered XML writer.
createBufferedXMLWriter(OutputStream) - Static method in class com.landawn.abacus.util.Objectory
Creates the buffered XML writer.
createBufferedXMLWriter(Writer) - Static method in class com.landawn.abacus.util.Objectory
Creates the buffered XML writer.
createByteArrayBuffer() - Static method in class com.landawn.abacus.util.Objectory
Creates the byte array buffer.
createByteArrayBuffer(int) - Static method in class com.landawn.abacus.util.Objectory
Creates the byte array buffer.
createByteArrayOutputStream() - Static method in class com.landawn.abacus.util.Objectory
Creates the byte array output stream.
createByteArrayOutputStream(int) - Static method in class com.landawn.abacus.util.Objectory
Creates the byte array output stream.
createCalendar(Calendar) - Static method in class com.landawn.abacus.util.DateUtil
Creates the calendar.
createCalendar(Date) - Static method in class com.landawn.abacus.util.DateUtil
Creates the calendar.
createCalendar(long) - Static method in class com.landawn.abacus.util.DateUtil
Creates the calendar.
createCalendar(long, TimeZone) - Static method in class com.landawn.abacus.util.DateUtil
Creates the calendar.
createCharArrayBuffer() - Static method in class com.landawn.abacus.util.Objectory
Creates the char array buffer.
createCharArrayBuffer(int) - Static method in class com.landawn.abacus.util.Objectory
Creates the char array buffer.
createContentParser() - Static method in class com.landawn.abacus.util.XMLUtil
Call recycleContentParser to reuse the instance.
createDate(Calendar) - Static method in class com.landawn.abacus.util.DateUtil
Creates the date.
createDate(Date) - Static method in class com.landawn.abacus.util.DateUtil
Creates the date.
createDate(long) - Static method in class com.landawn.abacus.util.DateUtil
Creates the date.
createDOMParser() - Static method in class com.landawn.abacus.util.XMLUtil
createDOMParser(boolean, boolean) - Static method in class com.landawn.abacus.util.XMLUtil
Creates the DOM parser.
createDouble(String) - Static method in class com.landawn.abacus.util.Numbers
Convert a String to a Double.
createFieldDeserializer(ParserConfig, JavaBeanInfo, FieldInfo) - Method in class com.landawn.abacus.parser.Fj.DeserializeConfig
Creates the field deserializer.
createFilteredStreamReader(XMLStreamReader, StreamFilter) - Static method in class com.landawn.abacus.util.XMLUtil
Creates the filtered stream reader.
createFloat(String) - Static method in class com.landawn.abacus.util.Numbers
Convert a String to a Float.
createGregorianCalendar(Calendar) - Static method in class com.landawn.abacus.util.DateUtil
Creates the gregorian calendar.
createGregorianCalendar(Date) - Static method in class com.landawn.abacus.util.DateUtil
Creates the gregorian calendar.
createGregorianCalendar(long) - Static method in class com.landawn.abacus.util.DateUtil
Creates the gregorian calendar.
createGregorianCalendar(long, TimeZone) - Static method in class com.landawn.abacus.util.DateUtil
Creates the gregorian calendar.
createIfNotExists(File) - Static method in class com.landawn.abacus.util.IOUtil
Creates the if not exists.
createInteger(String) - Static method in class com.landawn.abacus.util.Numbers
Convert a String to a Integer, handling hex (0xhhhh) and octal (0dddd) notations.
createJavaBeanDeserializer(Class<?>, Type) - Method in class com.landawn.abacus.parser.Fj.DeserializeConfig
Creates the java bean deserializer.
createJSONParser() - Static method in class com.landawn.abacus.parser.ParserFactory
Creates a new Parser object.
createJSONParser(JSONSerializationConfig, JSONDeserializationConfig) - Static method in class com.landawn.abacus.parser.ParserFactory
 
createJUDate(Calendar) - Static method in class com.landawn.abacus.util.DateUtil
Creates the JU date.
createJUDate(Date) - Static method in class com.landawn.abacus.util.DateUtil
Creates the JU date.
createJUDate(long) - Static method in class com.landawn.abacus.util.DateUtil
Creates the JU date.
createKeyedObjectPool(int) - Static method in class com.landawn.abacus.pool.PoolFactory
Creates a new Pool object.
createKeyedObjectPool(int, long) - Static method in class com.landawn.abacus.pool.PoolFactory
Creates a new Pool object.
createKeyedObjectPool(int, long, EvictionPolicy) - Static method in class com.landawn.abacus.pool.PoolFactory
Creates a new Pool object.
createKeyedObjectPool(int, long, EvictionPolicy, long, KeyedObjectPool.MemoryMeasure<K, E>) - Static method in class com.landawn.abacus.pool.PoolFactory
Creates a new Pool object.
createKeyedObjectPool(int, long, EvictionPolicy, boolean, float) - Static method in class com.landawn.abacus.pool.PoolFactory
Creates a new Pool object.
createKeyedObjectPool(int, long, EvictionPolicy, boolean, float, long, KeyedObjectPool.MemoryMeasure<K, E>) - Static method in class com.landawn.abacus.pool.PoolFactory
Creates a new Pool object.
createKryoParser() - Static method in class com.landawn.abacus.parser.ParserFactory
Creates a new Parser object.
createLinkedHashMap() - Static method in class com.landawn.abacus.util.Objectory
Creates the linked hash map.
createLinkedHashSet() - Static method in class com.landawn.abacus.util.Objectory
Creates the linked hash set.
createList() - Static method in class com.landawn.abacus.util.Objectory
Creates the list.
createLong(String) - Static method in class com.landawn.abacus.util.Numbers
Convert a String to a Long; since 3.1 it handles hex (0Xhhhh) and octal (0ddd) notations.
createMap() - Static method in class com.landawn.abacus.util.Objectory
Creates the map.
createMarshaller(String) - Static method in class com.landawn.abacus.util.XMLUtil
Creates the marshaller.
createMarshaller(Class<?>) - Static method in class com.landawn.abacus.util.XMLUtil
Creates the marshaller.
createMethodHandle(Method) - Static method in class com.landawn.abacus.util.ClassUtil
 
createNumber() - Static method in class com.landawn.abacus.util.Fn
Creates the number.
createNumber(String) - Static method in class com.landawn.abacus.util.Numbers
Turns a string value into a java.lang.Number.
createObjectArray() - Static method in class com.landawn.abacus.util.Objectory
Creates the object array.
createObjectArray(int) - Static method in class com.landawn.abacus.util.Objectory
Creates the object array.
createObjectPool(int) - Static method in class com.landawn.abacus.pool.PoolFactory
Creates a new Pool object.
createObjectPool(int, long) - Static method in class com.landawn.abacus.pool.PoolFactory
Creates a new Pool object.
createObjectPool(int, long, EvictionPolicy) - Static method in class com.landawn.abacus.pool.PoolFactory
Creates a new Pool object.
createObjectPool(int, long, EvictionPolicy, long, ObjectPool.MemoryMeasure<E>) - Static method in class com.landawn.abacus.pool.PoolFactory
Creates a new Pool object.
createObjectPool(int, long, EvictionPolicy, boolean, float) - Static method in class com.landawn.abacus.pool.PoolFactory
Creates a new Pool object.
createObjectPool(int, long, EvictionPolicy, boolean, float, long, ObjectPool.MemoryMeasure<E>) - Static method in class com.landawn.abacus.pool.PoolFactory
Creates a new Pool object.
createSAXParser() - Static method in class com.landawn.abacus.util.XMLUtil
Call recycleSAXParser to reuse the instance.
createSet() - Static method in class com.landawn.abacus.util.Objectory
Creates the set.
createStringBuilder() - Static method in class com.landawn.abacus.util.Objectory
Creates the string builder.
createStringBuilder(int) - Static method in class com.landawn.abacus.util.Objectory
Creates the string builder.
createTime(Calendar) - Static method in class com.landawn.abacus.util.DateUtil
Creates the time.
createTime(Date) - Static method in class com.landawn.abacus.util.DateUtil
Creates the time.
createTime(long) - Static method in class com.landawn.abacus.util.DateUtil
Creates the time.
createTimestamp(Calendar) - Static method in class com.landawn.abacus.util.DateUtil
Creates the timestamp.
createTimestamp(Date) - Static method in class com.landawn.abacus.util.DateUtil
Creates the timestamp.
createTimestamp(long) - Static method in class com.landawn.abacus.util.DateUtil
Creates the timestamp.
createUnmarshaller(String) - Static method in class com.landawn.abacus.util.XMLUtil
Creates the unmarshaller.
createUnmarshaller(Class<?>) - Static method in class com.landawn.abacus.util.XMLUtil
Creates the unmarshaller.
createXMLGregorianCalendar(Calendar) - Static method in class com.landawn.abacus.util.DateUtil
Creates the XML gregorian calendar.
createXMLGregorianCalendar(Date) - Static method in class com.landawn.abacus.util.DateUtil
Creates the XML gregorian calendar.
createXMLGregorianCalendar(long) - Static method in class com.landawn.abacus.util.DateUtil
Creates the XML gregorian calendar.
createXMLParser() - Static method in class com.landawn.abacus.parser.ParserFactory
Creates a new Parser object.
createXMLParser(XMLSerializationConfig, XMLDeserializationConfig) - Static method in class com.landawn.abacus.parser.ParserFactory
Creates a new Parser object.
createXMLStreamReader(Reader) - Static method in class com.landawn.abacus.util.XMLUtil
createXMLStreamReader(InputStream) - Static method in class com.landawn.abacus.util.XMLUtil
createXMLStreamReader(InputStream, String) - Static method in class com.landawn.abacus.util.XMLUtil
createXMLStreamWriter(Writer) - Static method in class com.landawn.abacus.util.XMLUtil
createXMLStreamWriter(OutputStream) - Static method in class com.landawn.abacus.util.XMLUtil
createXMLStreamWriter(OutputStream, String) - Static method in class com.landawn.abacus.util.XMLUtil
createXMLTransformer() - Static method in class com.landawn.abacus.util.XMLUtil
criteria() - Static method in class com.landawn.abacus.condition.ConditionFactory
 
Criteria - Class in com.landawn.abacus.condition
At present, Supports Where, OrderBy, GroupBy, Having, Join, Limit, ForUpdate, Union, UnionAll, Intersect, Except clause.
Criteria() - Constructor for class com.landawn.abacus.condition.Criteria
 
CriteriaUtil - Class in com.landawn.abacus.condition
 
CROSS - Static variable in class com.landawn.abacus.util.WD
Field CROSS.
CROSS_JOIN - Static variable in class com.landawn.abacus.util.WD
Field CROSS_JOIN.
crossJoin(String) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
crossJoin(String, Condition) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
crossJoin(Collection<String>, Condition) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
CrossJoin - Class in com.landawn.abacus.condition
 
CrossJoin(String) - Constructor for class com.landawn.abacus.condition.CrossJoin
 
CrossJoin(String, Condition) - Constructor for class com.landawn.abacus.condition.CrossJoin
 
CrossJoin(Collection<String>, Condition) - Constructor for class com.landawn.abacus.condition.CrossJoin
 
crossJoin(Collection<? extends U>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
crossJoin(Collection<? extends U>, Throwables.BiFunction<? super T, ? super U, R, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
crossJoin(ExceptionalStream<? extends U, E>, Throwables.BiFunction<? super T, ? super U, R, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
crossJoin(String) - Method in class com.landawn.abacus.util.SQLBuilder
 
crossJoin(Class<?>) - Method in class com.landawn.abacus.util.SQLBuilder
 
crossJoin(Class<?>, String) - Method in class com.landawn.abacus.util.SQLBuilder
 
CSV_HEADER_PARSER - Static variable in class com.landawn.abacus.util.CSVUtil
 
CSV_HEADER_PARSER_BY_SPLITTER - Static variable in class com.landawn.abacus.util.CSVUtil
 
CSV_LINE_PARSER - Static variable in class com.landawn.abacus.util.CSVUtil
 
CSV_LINE_PARSER_BY_SPLITTER - Static variable in class com.landawn.abacus.util.CSVUtil
 
CSVParser - Class in com.landawn.abacus.util
A very simple CSV parser released under a commercial-friendly license.
CSVParser() - Constructor for class com.landawn.abacus.util.CSVParser
Constructs CSVParser using a comma for the separator.
CSVParser(char) - Constructor for class com.landawn.abacus.util.CSVParser
Constructs CSVParser with supplied separator.
CSVParser(char, char) - Constructor for class com.landawn.abacus.util.CSVParser
Constructs CSVParser with supplied separator and quote char.
CSVParser(char, char, char) - Constructor for class com.landawn.abacus.util.CSVParser
Constructs CSVParser with supplied separator and quote char.
CSVParser(char, char, char, boolean) - Constructor for class com.landawn.abacus.util.CSVParser
Constructs CSVParser with supplied separator and quote char.
CSVParser(char, char, char, boolean, boolean) - Constructor for class com.landawn.abacus.util.CSVParser
Constructs CSVParser with supplied separator and quote char.
CSVParser(char, char, char, boolean, boolean, boolean) - Constructor for class com.landawn.abacus.util.CSVParser
Constructs CSVParser with supplied separator and quote char.
CSVUtil - Class in com.landawn.abacus.util
 
CSVUtil() - Constructor for class com.landawn.abacus.util.CSVUtil
 
CURRENT_DATE - Static variable in class com.landawn.abacus.util.WD
Field CURRENT_DATE.
CURRENT_PATH - Static variable in class com.landawn.abacus.util.IOUtil
current path retrieved by new File("./").getAbsolutePath()
CURRENT_TIME - Static variable in class com.landawn.abacus.util.WD
Field CURRENT_TIME.
CURRENT_TIMESTAMP - Static variable in class com.landawn.abacus.util.WD
Field CURRENT_TIMESTAMP.
currentCalendar() - Static method in class com.landawn.abacus.util.DateUtil
A new instance of java.util.Calendar returned is based on the current time in the default time zone with the default locale.
currentDate() - Static method in class com.landawn.abacus.util.DateUtil
A new instance of java.sql.Date returned is based on the current time in the default time zone with the default locale.
currentGregorianCalendar() - Static method in class com.landawn.abacus.util.DateUtil
Current gregorian calendar.
currentJUDate() - Static method in class com.landawn.abacus.util.DateUtil
A new instance of java.util.Date returned is based on the current time in the default time zone with the default locale.
currentPage() - Method in interface com.landawn.abacus.PaginatedDataSet
Returns a frozen DataSet.
currentPageNum() - Method in interface com.landawn.abacus.PaginatedDataSet
 
currentRowNum() - Method in interface com.landawn.abacus.DataSet
Returns the current row number.
currentTime() - Static method in class com.landawn.abacus.util.DateUtil
A new instance of java.sql.Time returned is based on the current time in the default time zone with the default locale.
currentTimestamp() - Static method in class com.landawn.abacus.util.DateUtil
A new instance of java.sql.Timestamp returned is based on the current time in the default time zone with the default locale.
currentXMLGregorianCalendar() - Static method in class com.landawn.abacus.util.DateUtil
Current XML gregorian calendar.

D

DATA_SET - Static variable in class com.landawn.abacus.parser.XMLConstants
Field DATA_SET.
DATA_SET_ELE_END - Static variable in class com.landawn.abacus.parser.XMLConstants
Field DATA_SET_ELE_END.
DATA_SET_ELE_START - Static variable in class com.landawn.abacus.parser.XMLConstants
Field DATA_SET_ELE_START.
DATA_SET_NULL_ELE - Static variable in class com.landawn.abacus.parser.XMLConstants
Field DATA_SET_NULL_ELE.
DataSet - Interface in com.landawn.abacus
 
DATE - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP Date header field name.
DateTimeFormat - Enum in com.landawn.abacus.util
The Enum DateTimeFormat.
DateUtil - Class in com.landawn.abacus.util
 
DateUtil.DateTimeUtil - Class in com.landawn.abacus.util
The Class DateTimeUtil.
dbType - Variable in class com.landawn.abacus.parser.ParserUtil.PropInfo
 
DC1 - Static variable in class com.landawn.abacus.util.Ascii
Device Control 1.
DC2 - Static variable in class com.landawn.abacus.util.Ascii
Device Control 2.
DC3 - Static variable in class com.landawn.abacus.util.Ascii
Device Control 3.
DC4 - Static variable in class com.landawn.abacus.util.Ascii
Device Control 4.
debounce(long) - Method in class com.landawn.abacus.util.Observer
 
debounce(long, TimeUnit) - Method in class com.landawn.abacus.util.Observer
 
declaringClass - Variable in class com.landawn.abacus.parser.ParserUtil.PropInfo
 
decode(byte[]) - Method in class com.landawn.abacus.parser.KryoParser
 
decode(String) - Static method in class com.landawn.abacus.util.Hex
 
decode(char[]) - Static method in class com.landawn.abacus.util.Hex
Converts an array of characters representing hexadecimal values into an array of bytes of those same values.
decode(String) - Static method in class com.landawn.abacus.util.URLEncodedUtil
 
decode(String, Charset) - Static method in class com.landawn.abacus.util.URLEncodedUtil
 
decode(Class<T>, String) - Static method in class com.landawn.abacus.util.URLEncodedUtil
 
decode(Class<T>, String, Charset) - Static method in class com.landawn.abacus.util.URLEncodedUtil
 
decrement() - Method in class com.landawn.abacus.util.MutableByte
Decrements the value.
decrement() - Method in class com.landawn.abacus.util.MutableChar
Decrements the value.
decrement() - Method in class com.landawn.abacus.util.MutableDouble
Decrements the value.
decrement() - Method in class com.landawn.abacus.util.MutableFloat
Decrements the value.
decrement() - Method in class com.landawn.abacus.util.MutableInt
Decrements the value.
decrement() - Method in class com.landawn.abacus.util.MutableLong
Decrements the value.
decrement() - Method in class com.landawn.abacus.util.MutableShort
Decrements the value.
decrementAndGet() - Method in class com.landawn.abacus.util.MutableByte
Decrements by one the current value.
decrementAndGet() - Method in class com.landawn.abacus.util.MutableChar
Decrements by one the current value.
decrementAndGet() - Method in class com.landawn.abacus.util.MutableDouble
Decrements by one the current value.
decrementAndGet() - Method in class com.landawn.abacus.util.MutableFloat
Decrements by one the current value.
decrementAndGet() - Method in class com.landawn.abacus.util.MutableInt
Decrements by one the current value.
decrementAndGet() - Method in class com.landawn.abacus.util.MutableLong
Decrements by one the current value.
decrementAndGet() - Method in class com.landawn.abacus.util.MutableShort
Decrements by one the current value.
deepEntity2Map(Object) - Static method in class com.landawn.abacus.util.Maps
Deep entity to map.
deepEntity2Map(Object, boolean) - Static method in class com.landawn.abacus.util.Maps
Deep entity to map.
deepEntity2Map(Object, Collection<String>) - Static method in class com.landawn.abacus.util.Maps
Deep entity to map.
deepEntity2Map(Object, boolean, Collection<String>) - Static method in class com.landawn.abacus.util.Maps
Deep entity to map.
deepEntity2Map(Object, boolean, Collection<String>, NamingPolicy) - Static method in class com.landawn.abacus.util.Maps
Deep entity to map.
deepEntity2Map(Object, Supplier<? extends M>) - Static method in class com.landawn.abacus.util.Maps
Deep entity to map.
deepEntity2Map(M, Object) - Static method in class com.landawn.abacus.util.Maps
Deep entity to map.
deepEntity2Map(M, Object, boolean) - Static method in class com.landawn.abacus.util.Maps
Deep entity to map.
deepEntity2Map(M, Object, Collection<String>) - Static method in class com.landawn.abacus.util.Maps
Deep entity to map.
deepEntity2Map(M, Object, boolean, Collection<String>) - Static method in class com.landawn.abacus.util.Maps
Deep entity to map.
deepEntity2Map(M, Object, boolean, Collection<String>, NamingPolicy) - Static method in class com.landawn.abacus.util.Maps
Deep entity to map.
deepEntity2Map(Collection<?>) - Static method in class com.landawn.abacus.util.Maps
Deep entity to map.
deepEntity2Map(Collection<?>, boolean) - Static method in class com.landawn.abacus.util.Maps
Deep entity to map.
deepEntity2Map(Collection<?>, Collection<String>) - Static method in class com.landawn.abacus.util.Maps
Deep entity to map.
deepEntity2Map(Collection<?>, boolean, Collection<String>) - Static method in class com.landawn.abacus.util.Maps
Deep entity to map.
deepEntity2Map(Collection<?>, boolean, Collection<String>, NamingPolicy) - Static method in class com.landawn.abacus.util.Maps
Deep entity to map.
DEFAULT - Static variable in class com.landawn.abacus.util.Charsets
Returns the default charset of this Java virtual machine.
DEFAULT - Static variable in interface com.landawn.abacus.util.function.DoubleToIntFunction
 
DEFAULT - Static variable in interface com.landawn.abacus.util.function.DoubleToLongFunction
 
DEFAULT - Static variable in interface com.landawn.abacus.util.function.IntToDoubleFunction
 
DEFAULT - Static variable in interface com.landawn.abacus.util.function.IntToLongFunction
 
DEFAULT - Static variable in interface com.landawn.abacus.util.function.LongToDoubleFunction
 
DEFAULT - Static variable in interface com.landawn.abacus.util.function.LongToIntFunction
 
defauLt() - Static method in class com.landawn.abacus.util.Joiner
 
defauLt() - Static method in class com.landawn.abacus.util.Splitter
Returns the Splitter with the default delimiter: ", ".
defauLt() - Static method in class com.landawn.abacus.util.Splitter.MapSplitter
Returns the Map Splitter with the default entry and key/value delimiter: ", " and "=".
DEFAULT_CHARSET - Static variable in class com.landawn.abacus.http.HttpUtil
 
DEFAULT_CONNECTION_TIMEOUT - Static variable in class com.landawn.abacus.http.HttpClient
Unit is milliseconds.
DEFAULT_CONTENT_FORMAT - Static variable in class com.landawn.abacus.http.HttpUtil
 
DEFAULT_DELIMITER - Static variable in class com.landawn.abacus.util.Joiner
 
DEFAULT_DESERIALIZE_FEATURE - Static variable in class com.landawn.abacus.parser.Fj
 
DEFAULT_ESCAPE_CHARACTER - Static variable in class com.landawn.abacus.util.CSVParser
The default escape character to use if none is supplied to the constructor.
DEFAULT_IGNORE_LEADING_WHITESPACE - Static variable in class com.landawn.abacus.util.CSVParser
The default leading whitespace behavior to use if none is supplied to the constructor.
DEFAULT_IGNORE_QUOTATIONS - Static variable in class com.landawn.abacus.util.CSVParser
If the quote character is set to null then there is no quote character.
DEFAULT_KEY_VALUE_DELIMITER - Static variable in class com.landawn.abacus.util.Joiner
 
DEFAULT_MAX_CONNECTION - Static variable in class com.landawn.abacus.http.HttpClient
 
DEFAULT_QUOTE_CHARACTER - Static variable in class com.landawn.abacus.util.CSVParser
The default quote character to use if none is supplied to the constructor.
DEFAULT_READ_TIMEOUT - Static variable in class com.landawn.abacus.http.HttpClient
 
DEFAULT_SEPARATOR - Static variable in class com.landawn.abacus.util.CSVParser
The default separator to use if none is supplied to the constructor.
DEFAULT_SERIALIZE_FEATURE - Static variable in class com.landawn.abacus.parser.Fj
 
DEFAULT_STRICT_QUOTES - Static variable in class com.landawn.abacus.util.CSVParser
The default strict quote behavior to use if none is supplied to the constructor.
DEFAULT_TIME_ZONE - Static variable in class com.landawn.abacus.parser.Fj
 
DEFAULT_TYPE_KEY - Static variable in class com.landawn.abacus.parser.Fj
 
defaultIfBlank(T, T) - Static method in class com.landawn.abacus.util.StringUtil
Same as N.defaultIfNullOrEmptyOrBlank(CharSequence, CharSequence).
defaultIfBlank(T, Supplier<? extends T>) - Static method in class com.landawn.abacus.util.StringUtil
 
defaultIfEmpty(T) - Method in class com.landawn.abacus.util.ExceptionalStream
 
defaultIfEmpty(Supplier<? extends ExceptionalStream<T, E>>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
defaultIfEmpty(T, T) - Static method in class com.landawn.abacus.util.StringUtil
Same as N.defaultIfNullOrEmpty(CharSequence, CharSequence).
defaultIfEmpty(T, Supplier<? extends T>) - Static method in class com.landawn.abacus.util.StringUtil
 
DEFFAULT_DATE_FORMAT - Static variable in class com.landawn.abacus.parser.Fj
 
DEL - Static variable in class com.landawn.abacus.util.Ascii
Delete: This character is used primarily to "erase" or "obliterate" erroneous or unwanted characters in perforated tape.
delay(long) - Method in class com.landawn.abacus.util.Observer
 
delay(long, TimeUnit) - Method in class com.landawn.abacus.util.Observer
 
DELETE - Annotation Type in com.landawn.abacus.http
Make a DELETE request to a REST path relative to base URL.
delete() - Method in class com.landawn.abacus.http.HttpClient
 
delete(HttpSettings) - Method in class com.landawn.abacus.http.HttpClient
 
delete(Object) - Method in class com.landawn.abacus.http.HttpClient
 
delete(Object, HttpSettings) - Method in class com.landawn.abacus.http.HttpClient
 
delete(Class<T>) - Method in class com.landawn.abacus.http.HttpClient
 
delete(Class<T>, HttpSettings) - Method in class com.landawn.abacus.http.HttpClient
 
delete(Class<T>, Object) - Method in class com.landawn.abacus.http.HttpClient
 
delete(Class<T>, Object, HttpSettings) - Method in class com.landawn.abacus.http.HttpClient
 
delete() - Method in class com.landawn.abacus.http.HttpRequest
 
delete(Class<T>) - Method in class com.landawn.abacus.http.HttpRequest
 
delete(Object) - Method in class com.landawn.abacus.http.HttpRequest
 
delete(Class<T>, Object) - Method in class com.landawn.abacus.http.HttpRequest
 
delete() - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
 
delete(Class<T>) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
 
DELETE - Static variable in annotation type com.landawn.abacus.http.WebService.HttpMethod
 
delete(boolean[], int) - Static method in class com.landawn.abacus.util.N
Removes the element at the specified position from the specified array.
delete(char[], int) - Static method in class com.landawn.abacus.util.N
Removes the element at the specified position from the specified array.
delete(byte[], int) - Static method in class com.landawn.abacus.util.N
Removes the element at the specified position from the specified array.
delete(short[], int) - Static method in class com.landawn.abacus.util.N
Removes the element at the specified position from the specified array.
delete(int[], int) - Static method in class com.landawn.abacus.util.N
Removes the element at the specified position from the specified array.
delete(long[], int) - Static method in class com.landawn.abacus.util.N
Removes the element at the specified position from the specified array.
delete(float[], int) - Static method in class com.landawn.abacus.util.N
Removes the element at the specified position from the specified array.
delete(double[], int) - Static method in class com.landawn.abacus.util.N
Removes the element at the specified position from the specified array.
delete(T[], int) - Static method in class com.landawn.abacus.util.N
Removes the element at the specified position from the specified array.
DELETE - Static variable in class com.landawn.abacus.util.WD
Field DELETE.
deleteAll(boolean[], int...) - Static method in class com.landawn.abacus.util.N
Removes the elements at the specified positions from the specified array.
deleteAll(char[], int...) - Static method in class com.landawn.abacus.util.N
Removes the elements at the specified positions from the specified array.
deleteAll(byte[], int...) - Static method in class com.landawn.abacus.util.N
Removes the elements at the specified positions from the specified array.
deleteAll(short[], int...) - Static method in class com.landawn.abacus.util.N
Removes the elements at the specified positions from the specified array.
deleteAll(int[], int...) - Static method in class com.landawn.abacus.util.N
Removes the elements at the specified positions from the specified array.
deleteAll(long[], int...) - Static method in class com.landawn.abacus.util.N
Removes the elements at the specified positions from the specified array.
deleteAll(float[], int...) - Static method in class com.landawn.abacus.util.N
Removes the elements at the specified positions from the specified array.
deleteAll(double[], int...) - Static method in class com.landawn.abacus.util.N
Removes the elements at the specified positions from the specified array.
deleteAll(String[], int...) - Static method in class com.landawn.abacus.util.N
 
deleteAll(T[], int...) - Static method in class com.landawn.abacus.util.N
Removes the elements at the specified positions from the specified array.
deleteAll(List<?>, int...) - Static method in class com.landawn.abacus.util.N
Removes the elements at the specified positions from the specified List.
deleteAllIfExists(File) - Static method in class com.landawn.abacus.util.IOUtil
Delete the specified file and all its sub files/directories if it's a directory.
deleteFiles(File) - Static method in class com.landawn.abacus.util.IOUtil
 
deleteFiles(File, Throwables.BiPredicate<? super File, ? super File, E>) - Static method in class com.landawn.abacus.util.IOUtil
Delete the specified dir if it's a file or its sub files/directories if it's a directory with the specified filter.
deleteFrom(String) - Static method in class com.landawn.abacus.util.SQLBuilder.ACSB
Deprecated.
 
deleteFrom(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.ACSB
Deprecated.
 
deleteFrom(String) - Static method in class com.landawn.abacus.util.SQLBuilder.LCSB
Deprecated.
 
deleteFrom(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.LCSB
Deprecated.
 
deleteFrom(String) - Static method in class com.landawn.abacus.util.SQLBuilder.MAC
Deprecated.
 
deleteFrom(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.MAC
Deprecated.
 
deleteFrom(String) - Static method in class com.landawn.abacus.util.SQLBuilder.MLC
Deprecated.
 
deleteFrom(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.MLC
Deprecated.
 
deleteFrom(String) - Static method in class com.landawn.abacus.util.SQLBuilder.MSB
Deprecated.
 
deleteFrom(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.MSB
Deprecated.
 
deleteFrom(String) - Static method in class com.landawn.abacus.util.SQLBuilder.MSC
Deprecated.
 
deleteFrom(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.MSC
Deprecated.
 
deleteFrom(String) - Static method in class com.landawn.abacus.util.SQLBuilder.NAC
 
deleteFrom(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.NAC
 
deleteFrom(String) - Static method in class com.landawn.abacus.util.SQLBuilder.NLC
 
deleteFrom(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.NLC
 
deleteFrom(String) - Static method in class com.landawn.abacus.util.SQLBuilder.NSB
 
deleteFrom(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.NSB
 
deleteFrom(String) - Static method in class com.landawn.abacus.util.SQLBuilder.NSC
 
deleteFrom(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.NSC
 
deleteFrom(String) - Static method in class com.landawn.abacus.util.SQLBuilder.PAC
 
deleteFrom(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.PAC
 
deleteFrom(String) - Static method in class com.landawn.abacus.util.SQLBuilder.PLC
 
deleteFrom(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.PLC
 
deleteFrom(String) - Static method in class com.landawn.abacus.util.SQLBuilder.PSB
 
deleteFrom(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.PSB
 
deleteFrom(String) - Static method in class com.landawn.abacus.util.SQLBuilder.PSC
 
deleteFrom(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.PSC
 
deleteFrom(String) - Static method in class com.landawn.abacus.util.SQLBuilder.SCSB
Deprecated.
 
deleteFrom(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.SCSB
Deprecated.
 
deleteIfExists(File) - Static method in class com.landawn.abacus.util.IOUtil
Delete the specified file (or directory).
deleteRange(boolean[], int, int) - Static method in class com.landawn.abacus.util.N
Deletes the values from fromIndex to toIndex.
deleteRange(char[], int, int) - Static method in class com.landawn.abacus.util.N
Deletes the values from fromIndex to toIndex.
deleteRange(byte[], int, int) - Static method in class com.landawn.abacus.util.N
Deletes the values from fromIndex to toIndex.
deleteRange(short[], int, int) - Static method in class com.landawn.abacus.util.N
Deletes the values from fromIndex to toIndex.
deleteRange(int[], int, int) - Static method in class com.landawn.abacus.util.N
Deletes the values from fromIndex to toIndex.
deleteRange(long[], int, int) - Static method in class com.landawn.abacus.util.N
Deletes the values from fromIndex to toIndex.
deleteRange(float[], int, int) - Static method in class com.landawn.abacus.util.N
Deletes the values from fromIndex to toIndex.
deleteRange(double[], int, int) - Static method in class com.landawn.abacus.util.N
Deletes the values from fromIndex to toIndex.
deleteRange(String[], int, int) - Static method in class com.landawn.abacus.util.N
 
deleteRange(T[], int, int) - Static method in class com.landawn.abacus.util.N
Deletes the values from fromIndex to toIndex.
deleteRange(List<T>, int, int) - Static method in class com.landawn.abacus.util.N
Returns true if the List is updated when fromIndex < toIndex, otherwise false is returned when fromIndex == toIndex.
deleteRange(String, int, int) - Static method in class com.landawn.abacus.util.N
 
deleteWhitespace(String) - Static method in class com.landawn.abacus.util.StringUtil
Deletes all white spaces from a String as defined by Character.isWhitespace(char).
deleteWhitespace(String[]) - Static method in class com.landawn.abacus.util.StringUtil
 
denominator() - Method in class com.landawn.abacus.util.Fraction
 
DESC - Static variable in class com.landawn.abacus.condition.ConditionFactory
 
DESC - Static variable in class com.landawn.abacus.util.WD
Field DESC.
descendingIterator() - Method in class com.landawn.abacus.util.ImmutableNavigableSet
 
descendingKeySet() - Method in class com.landawn.abacus.util.ImmutableNavigableMap
Descending key set.
descendingMap() - Method in class com.landawn.abacus.util.ImmutableNavigableMap
 
descendingSet() - Method in class com.landawn.abacus.util.ImmutableNavigableSet
 
DESCRIBE - Static variable in class com.landawn.abacus.util.WD
Field DESCRIBE.
DeserializationConfig<C extends DeserializationConfig<C>> - Class in com.landawn.abacus.parser
 
DeserializationConfig() - Constructor for class com.landawn.abacus.parser.DeserializationConfig
 
deserialize(Class<T>, String, int, int) - Method in interface com.landawn.abacus.parser.JSONParser
 
deserialize(Class<T>, String, int, int, JSONDeserializationConfig) - Method in interface com.landawn.abacus.parser.JSONParser
 
deserialize(Class<T>, String, KryoDeserializationConfig) - Method in class com.landawn.abacus.parser.KryoParser
 
deserialize(Class<T>, File, KryoDeserializationConfig) - Method in class com.landawn.abacus.parser.KryoParser
 
deserialize(Class<T>, InputStream, KryoDeserializationConfig) - Method in class com.landawn.abacus.parser.KryoParser
 
deserialize(Class<T>, Reader, KryoDeserializationConfig) - Method in class com.landawn.abacus.parser.KryoParser
 
deserialize(Class<T>, String) - Method in interface com.landawn.abacus.parser.Parser
 
deserialize(Class<T>, String, DC) - Method in interface com.landawn.abacus.parser.Parser
 
deserialize(Class<T>, File) - Method in interface com.landawn.abacus.parser.Parser
 
deserialize(Class<T>, File, DC) - Method in interface com.landawn.abacus.parser.Parser
 
deserialize(Class<T>, InputStream) - Method in interface com.landawn.abacus.parser.Parser
 
deserialize(Class<T>, InputStream, DC) - Method in interface com.landawn.abacus.parser.Parser
 
deserialize(Class<T>, Reader) - Method in interface com.landawn.abacus.parser.Parser
 
deserialize(Class<T>, Reader, DC) - Method in interface com.landawn.abacus.parser.Parser
 
deserialize(Map<String, Class<?>>, InputStream, XMLDeserializationConfig) - Method in interface com.landawn.abacus.parser.XMLParser
 
deserialize(Map<String, Class<?>>, Reader, XMLDeserializationConfig) - Method in interface com.landawn.abacus.parser.XMLParser
 
destroy() - Method in interface com.landawn.abacus.pool.Poolable
Method destroy.
destroy() - Method in class com.landawn.abacus.pool.PoolableWrapper
Destroy.
DFAULT_LOCAL - Static variable in class com.landawn.abacus.parser.Fj
 
difference(DataSet) - Method in interface com.landawn.abacus.DataSet
Returns a new DataSet.
Difference<L,R> - Class in com.landawn.abacus.util
 
difference(Collection<?>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
difference(Function<? super T, ?>, Collection<?>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
difference(Map<K, V>, Map<K, V>) - Static method in class com.landawn.abacus.util.Maps
 
difference(T[], Object[]) - Static method in class com.landawn.abacus.util.N
 
difference(Collection<? extends T>, Collection<?>) - Static method in class com.landawn.abacus.util.N
Returns the elements from a, but exclude the elements in b by occurrences.
Difference.MapDifference<L,R,D> - Class in com.landawn.abacus.util
The Class MapDifference.
differentSet(Collection<? extends T>, Collection<?>) - Static method in class com.landawn.abacus.util.N
Different set.
DigestUtil - Class in com.landawn.abacus.util
Note: copied from Apache commons-codec: https://commons.apache.org/proper/commons-codec.
DirtyMarker - Interface in com.landawn.abacus
Memo of the signed and modified properties in this entity instance.
dirtyPropNames() - Method in interface com.landawn.abacus.DirtyMarker
Deprecated.
disjoint(Object[], Object[]) - Static method in class com.landawn.abacus.util.N
 
disjoint(Collection<?>, Collection<?>) - Static method in class com.landawn.abacus.util.N
Returns true if the two specified arrays have no elements in common.
DisposableEntry() - Constructor for class com.landawn.abacus.util.NoCachingNoUpdating.DisposableEntry
 
distanceOfInheritance(Class<?>, Class<?>) - Static method in class com.landawn.abacus.util.ClassUtil
Returns the number of inheritance hops between two classes.
distinct(boolean) - Method in class com.landawn.abacus.condition.Criteria
 
distinct() - Method in interface com.landawn.abacus.DataSet
Returns a new DataSet with the rows de-duplicated by the values in all columns.
distinct() - Method in class com.landawn.abacus.util.ExceptionalStream
Distinct and filter by occurrences.
distinct() - Static method in class com.landawn.abacus.util.Fn.Predicates
Returns a stateful Predicate.
distinct(Iterator<? extends T>) - Static method in class com.landawn.abacus.util.Iterators
 
distinct(boolean[]) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
distinct(boolean[], int, int) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
distinct(char[]) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
distinct(char[], int, int) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
distinct(byte[]) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
distinct(byte[], int, int) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
distinct(short[]) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
distinct(short[], int, int) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
distinct(int[]) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
distinct(int[], int, int) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
distinct(long[]) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
distinct(long[], int, int) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
distinct(float[]) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
distinct(float[], int, int) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
distinct(double[]) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
distinct(double[], int, int) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
distinct(T[]) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
distinct(T[], int, int) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
distinct(Collection<? extends T>) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
distinct(Collection<? extends T>, int, int) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
distinct() - Method in class com.landawn.abacus.util.Observer
 
DISTINCT - Static variable in class com.landawn.abacus.util.SQLBuilder
 
distinct() - Method in class com.landawn.abacus.util.SQLBuilder
 
DISTINCT - Static variable in class com.landawn.abacus.util.WD
Field DISTINCT.
distinctBy(String) - Method in interface com.landawn.abacus.DataSet
Returns a new DataSet with the rows de-duplicated by the value in the specified column.
distinctBy(String, Throwables.Function<K, ?, E>) - Method in interface com.landawn.abacus.DataSet
Returns a new DataSet with the rows de-duplicated by the value in the specified column from the specified fromRowIndex to toRowIndex.
distinctBy(Collection<String>) - Method in interface com.landawn.abacus.DataSet
Returns a new DataSet with the rows de-duplicated by the values in the specified columns.
distinctBy(Collection<String>, Throwables.Function<? super NoCachingNoUpdating.DisposableObjArray, ?, E>) - Method in interface com.landawn.abacus.DataSet
Returns a new DataSet with the rows de-duplicated by the values in the specified columns from the specified fromRowIndex to toRowIndex.
distinctBy(Throwables.Function<? super T, K, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
Distinct by the value mapped from keyMapper .
distinctBy(Throwables.Function<? super T, K, ? extends E>, Throwables.Predicate<? super Long, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
Distinct and filter by occurrences.
distinctBy(Throwables.Function<? super T, K, ? extends E>, Throwables.BinaryOperator<T, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
Distinct and filter by occurrences.
distinctBy(Function<? super T, ?>) - Static method in class com.landawn.abacus.util.Fn.Predicates
Returns a stateful Predicate.
distinctBy(Iterator<? extends T>, Function<? super T, ?>) - Static method in class com.landawn.abacus.util.Iterators
 
distinctBy(T[], Throwables.Function<? super T, ?, E>) - Static method in class com.landawn.abacus.util.N
Distinct by the value mapped from keyMapper.
distinctBy(T[], int, int, Throwables.Function<? super T, ?, E>) - Static method in class com.landawn.abacus.util.N
Distinct by the value mapped from keyMapper.
distinctBy(T[], Throwables.Function<? super T, ?, E>, Supplier<C>) - Static method in class com.landawn.abacus.util.N
Distinct by the value mapped from keyMapper.
distinctBy(Collection<? extends T>, Throwables.Function<? super T, ?, E>) - Static method in class com.landawn.abacus.util.N
Distinct by the value mapped from keyMapper.
distinctBy(Collection<? extends T>, int, int, Throwables.Function<? super T, ?, E>) - Static method in class com.landawn.abacus.util.N
Distinct by the value mapped from keyMapper.
distinctBy(Collection<? extends T>, Throwables.Function<? super T, ?, E>, Supplier<C>) - Static method in class com.landawn.abacus.util.N
Distinct by the value mapped from keyMapper.
distinctBy(Function<? super T, ?>) - Method in class com.landawn.abacus.util.Observer
 
distinctBy(Function<? super T, ?>) - Static method in class com.landawn.abacus.util.stream.Collectors
It's copied from StreamEx: https://github.com/amaembo/streamex under Apache License v2 and may be modified.
distinctCount(Function<? super T, ?>) - Static method in class com.landawn.abacus.util.stream.Collectors
It's copied from StreamEx: https://github.com/amaembo/streamex under Apache License v2 and may be modified.
DISTINCTROW - Static variable in class com.landawn.abacus.util.SQLBuilder
 
DISTINCTROW - Static variable in class com.landawn.abacus.util.WD
Field DISTINCTROW.
divide(int, int, RoundingMode) - Static method in class com.landawn.abacus.util.Numbers
Returns the result of dividing p by q, rounding using the specified RoundingMode.
divide(long, long, RoundingMode) - Static method in class com.landawn.abacus.util.Numbers
Returns the result of dividing p by q, rounding using the specified RoundingMode.
divide(BigInteger, BigInteger, RoundingMode) - Static method in class com.landawn.abacus.util.Numbers
 
divideColumn(String, Collection<String>, Throwables.Function<T, ? extends List<?>, E>) - Method in interface com.landawn.abacus.DataSet
 
divideColumn(String, Collection<String>, Throwables.BiConsumer<T, Object[], E>) - Method in interface com.landawn.abacus.DataSet
 
divideColumn(String, Tuple.Tuple2<String, String>, Throwables.BiConsumer<T, Pair<Object, Object>, E>) - Method in interface com.landawn.abacus.DataSet
 
divideColumn(String, Tuple.Tuple3<String, String, String>, Throwables.BiConsumer<T, Triple<Object, Object, Object>, E>) - Method in interface com.landawn.abacus.DataSet
 
dividedBy(long) - Method in class com.landawn.abacus.util.Duration
 
dividedBy(Fraction) - Method in class com.landawn.abacus.util.Fraction
Divide the value of this fraction by another.
division(Object...) - Static method in class com.landawn.abacus.condition.Expression
 
DLE - Static variable in class com.landawn.abacus.util.Ascii
Data Link Escape: A communication control character which will change the meaning of a limited number of contiguously following characters.
DNT - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP DNT header field name.
doInput() - Method in class com.landawn.abacus.http.HttpSettings
 
doInput(boolean) - Method in class com.landawn.abacus.http.HttpSettings
Note: Only for HttpClient, not for OKHttpClient.
DOLLAR - Static variable in class com.landawn.abacus.util.WD
Field DOLLAR.
doNothing() - Static method in class com.landawn.abacus.util.Fn.BiConsumers
 
doNothing() - Static method in class com.landawn.abacus.util.Fn
 
doNothing() - Static method in class com.landawn.abacus.util.Fn.Fnn
 
doOutput() - Method in class com.landawn.abacus.http.HttpSettings
 
doOutput(boolean) - Method in class com.landawn.abacus.http.HttpSettings
Note: Only for HttpClient, not for OKHttpClient.
doPasswordDigest(byte[], byte[], byte[]) - Static method in class com.landawn.abacus.util.WSSecurityUtil
Do password digest.
doPasswordDigest(String, String, String) - Static method in class com.landawn.abacus.util.WSSecurityUtil
Do password digest.
DOUBLE_ARRAY_COMPARATOR - Static variable in class com.landawn.abacus.util.Comparators
 
DOUBLE_LIST - Static variable in class com.landawn.abacus.util.Clazz
 
DOUBLE_MINUS_ONE - Static variable in class com.landawn.abacus.util.Numbers
Reusable Double constant for minus one.
DOUBLE_ONE - Static variable in class com.landawn.abacus.util.Numbers
Reusable Double constant for one.
DOUBLE_SET - Static variable in class com.landawn.abacus.util.Clazz
 
DOUBLE_ZERO - Static variable in class com.landawn.abacus.util.Numbers
Reusable Double constant for zero.
DoubleBiConsumer - Interface in com.landawn.abacus.util.function
 
DoubleBiFunction<R> - Interface in com.landawn.abacus.util.function
 
DoubleBiPredicate - Interface in com.landawn.abacus.util.function
 
DoubleConsumer - Interface in com.landawn.abacus.util.function
DoubleFunction<R> - Interface in com.landawn.abacus.util.function
DoublePredicate - Interface in com.landawn.abacus.util.function
DoubleSupplier - Interface in com.landawn.abacus.util.function
DoubleToIntFunction - Interface in com.landawn.abacus.util.function
DoubleToLongFunction - Interface in com.landawn.abacus.util.function
doubleValue() - Method in class com.landawn.abacus.util.Fraction
Gets the fraction as a double.
doubleValue() - Method in class com.landawn.abacus.util.MutableByte
Returns the value of this MutableByte as a double.
doubleValue() - Method in class com.landawn.abacus.util.MutableDouble
Returns the value of this MutableDouble as a double.
doubleValue() - Method in class com.landawn.abacus.util.MutableFloat
Returns the value of this MutableFloat as a double.
doubleValue() - Method in class com.landawn.abacus.util.MutableInt
Returns the value of this MutableInt as a double.
doubleValue() - Method in class com.landawn.abacus.util.MutableLong
Returns the value of this MutableLong as a double.
doubleValue() - Method in class com.landawn.abacus.util.MutableShort
Returns the value of this MutableShort as a double.
doubleValue() - Method in enum com.landawn.abacus.util.Percentage
 
DROP - Static variable in class com.landawn.abacus.util.WD
Field DROP.
dropWhile(Throwables.Predicate<? super T, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
dropWhile(Throwables.Predicate<? super T, ? extends E>, Throwables.Consumer<? super T, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
dropWhile(Iterator<? extends T>, Predicate<? super T>) - Static method in class com.landawn.abacus.util.Iterators
 
dropWhile(Collection<? extends T>, Throwables.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.N
Drop while.
dropWhile(T[], Throwables.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.N
Drop while.
DuplicatedRecordException - Exception in com.landawn.abacus.exception
 
DuplicatedRecordException() - Constructor for exception com.landawn.abacus.exception.DuplicatedRecordException
Constructor for EntityNotFoundException.
DuplicatedRecordException(String) - Constructor for exception com.landawn.abacus.exception.DuplicatedRecordException
Constructor for EntityNotFoundException.
DuplicatedRecordException(String, Throwable) - Constructor for exception com.landawn.abacus.exception.DuplicatedRecordException
Constructor for EntityNotFoundException.
DuplicatedRecordException(Throwable) - Constructor for exception com.landawn.abacus.exception.DuplicatedRecordException
Constructor for EntityNotFoundException.
DuplicatedResultException - Exception in com.landawn.abacus.exception
 
DuplicatedResultException() - Constructor for exception com.landawn.abacus.exception.DuplicatedResultException
Constructor for EntityNotFoundException.
DuplicatedResultException(String) - Constructor for exception com.landawn.abacus.exception.DuplicatedResultException
Constructor for EntityNotFoundException.
DuplicatedResultException(String, Throwable) - Constructor for exception com.landawn.abacus.exception.DuplicatedResultException
Constructor for EntityNotFoundException.
DuplicatedResultException(Throwable) - Constructor for exception com.landawn.abacus.exception.DuplicatedResultException
Constructor for EntityNotFoundException.
Duration - Class in com.landawn.abacus.util
 
DynamicSQLBuilder - Class in com.landawn.abacus.util
Dynamic SQL builder.
DynamicSQLBuilder.DSB - Class in com.landawn.abacus.util
The Class DSB.
DynamicSQLBuilder.From - Class in com.landawn.abacus.util
The Class From.
DynamicSQLBuilder.GroupBy - Class in com.landawn.abacus.util
The Class GroupBy.
DynamicSQLBuilder.Having - Class in com.landawn.abacus.util
The Class Having.
DynamicSQLBuilder.OrderBy - Class in com.landawn.abacus.util
The Class OrderBy.
DynamicSQLBuilder.Select - Class in com.landawn.abacus.util
The Class Select.
DynamicSQLBuilder.Where - Class in com.landawn.abacus.util
The Class Where.

E

E - Static variable in class com.landawn.abacus.parser.XMLConstants
Field E.
E_ELE_END - Static variable in class com.landawn.abacus.parser.XMLConstants
Field E_ELE_END.
E_ELE_START - Static variable in class com.landawn.abacus.parser.XMLConstants
Field E_ELE_END.
E_NULL_ELE - Static variable in class com.landawn.abacus.parser.XMLConstants
Field E_NULL_ELE.
EARLY_DATA - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP Early-Data header field name.
ec(Throwables.BiConsumer<? super K, ? super V, E>) - Static method in class com.landawn.abacus.util.Fn.Entries
 
ef(Throwables.BiFunction<? super K, ? super V, ? extends T, E>) - Static method in class com.landawn.abacus.util.Fn.Entries
 
elementAt(long) - Method in class com.landawn.abacus.util.ExceptionalStream
 
elements() - Method in class com.landawn.abacus.util.Multiset
 
EM - Static variable in class com.landawn.abacus.util.Ascii
End of Medium: A control character associated with the sent data which may be used to identify the physical end of the medium, or the end of the used, or wanted, portion of information recorded on a medium.
empty() - Static method in class com.landawn.abacus.util.BiIterator
 
empty() - Static method in class com.landawn.abacus.util.Enumerations
 
empty() - Static method in class com.landawn.abacus.util.ExceptionalStream
 
empty() - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
 
empty() - Static method in class com.landawn.abacus.util.ImmutableBiMap
 
empty() - Static method in class com.landawn.abacus.util.ImmutableList
 
empty() - Static method in class com.landawn.abacus.util.ImmutableMap
 
empty() - Static method in class com.landawn.abacus.util.ImmutableNavigableMap
 
empty() - Static method in class com.landawn.abacus.util.ImmutableNavigableSet
 
empty() - Static method in class com.landawn.abacus.util.ImmutableSet
 
empty() - Static method in class com.landawn.abacus.util.ImmutableSortedMap
 
empty() - Static method in class com.landawn.abacus.util.ImmutableSortedSet
 
empty() - Static method in class com.landawn.abacus.util.ObjIterator
 
EMPTY - Static variable in class com.landawn.abacus.util.StringUtil
The empty String "".
empty() - Static method in class com.landawn.abacus.util.u.Nullable
 
empty() - Static method in class com.landawn.abacus.util.u.Optional
 
empty() - Static method in class com.landawn.abacus.util.u.OptionalBoolean
 
empty() - Static method in class com.landawn.abacus.util.u.OptionalByte
 
empty() - Static method in class com.landawn.abacus.util.u.OptionalChar
 
empty() - Static method in class com.landawn.abacus.util.u.OptionalDouble
 
empty() - Static method in class com.landawn.abacus.util.u.OptionalFloat
 
empty() - Static method in class com.landawn.abacus.util.u.OptionalInt
 
empty() - Static method in class com.landawn.abacus.util.u.OptionalLong
 
empty() - Static method in class com.landawn.abacus.util.u.OptionalShort
 
EMPTY - Static variable in class com.landawn.abacus.util.WD
Field EMPTY.
emptyAction() - Static method in class com.landawn.abacus.util.Fn
 
emptyAction() - Static method in class com.landawn.abacus.util.Fn.Fnn
 
emptyArray() - Static method in class com.landawn.abacus.util.Pair
 
emptyArray() - Static method in class com.landawn.abacus.util.Triple
 
emptyToNull(String) - Static method in class com.landawn.abacus.util.StringUtil
 
emptyToNull(String[]) - Static method in class com.landawn.abacus.util.StringUtil
 
encode(Object) - Method in class com.landawn.abacus.parser.KryoParser
 
encode(byte[]) - Static method in class com.landawn.abacus.util.Hex
Converts an array of bytes into an array of characters representing the hexadecimal values of each byte in order.
encode(byte[], boolean) - Static method in class com.landawn.abacus.util.Hex
Converts an array of bytes into an array of characters representing the hexadecimal values of each byte in order.
encode(Object) - Static method in class com.landawn.abacus.util.URLEncodedUtil
 
encode(Object, Charset) - Static method in class com.landawn.abacus.util.URLEncodedUtil
 
encode(Object, Charset, NamingPolicy) - Static method in class com.landawn.abacus.util.URLEncodedUtil
 
encode(String, Object) - Static method in class com.landawn.abacus.util.URLEncodedUtil
 
encode(String, Object, Charset) - Static method in class com.landawn.abacus.util.URLEncodedUtil
 
encode(String, Object, Charset, NamingPolicy) - Static method in class com.landawn.abacus.util.URLEncodedUtil
 
encode(StringBuilder, Object) - Static method in class com.landawn.abacus.util.URLEncodedUtil
 
encode(StringBuilder, Object, Charset) - Static method in class com.landawn.abacus.util.URLEncodedUtil
 
encode(StringBuilder, Object, Charset, NamingPolicy) - Static method in class com.landawn.abacus.util.URLEncodedUtil
 
encodedLength(CharSequence) - Static method in class com.landawn.abacus.util.Utf8
Returns the number of bytes in the UTF-8-encoded form of sequence.
encodeToString(byte[]) - Static method in class com.landawn.abacus.util.Hex
Converts an array of bytes into a String representing the hexadecimal values of each byte in order.
encodeToString(byte[], boolean) - Static method in class com.landawn.abacus.util.Hex
Converts an array of bytes into a String representing the hexadecimal values of each byte in order.
END_ELEMENT - Static variable in class com.landawn.abacus.parser.XMLConstants
Field END_ELEMENT.
endsWith(String, Object) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
endsWith(Object) - Method in class com.landawn.abacus.condition.NamedProperty
 
endsWith(String) - Static method in class com.landawn.abacus.util.Fn
 
endsWith(String, String) - Static method in class com.landawn.abacus.util.StringUtil
 
endsWithAny(String, String...) - Static method in class com.landawn.abacus.util.StringUtil
Ends with any.
endsWithIgnoreCase(String, String) - Static method in class com.landawn.abacus.util.StringUtil
Ends with ignore case.
ENQ - Static variable in class com.landawn.abacus.util.Ascii
Enquiry: A communication control character used in data communication systems as a request for a response from a remote station.
ENTITIES - Static variable in class com.landawn.abacus.parser.XMLConstants
Field ENTITIES.
ENTITIES_ELE_END - Static variable in class com.landawn.abacus.parser.XMLConstants
Field ENTITIES_ELE_END.
ENTITIES_ELE_START - Static variable in class com.landawn.abacus.parser.XMLConstants
Field ENTITIES_ELE_START.
ENTITIES_NULL_ELE - Static variable in class com.landawn.abacus.parser.XMLConstants
Field ENTITIES_NULL_ELE.
ENTITY - Static variable in class com.landawn.abacus.parser.XMLConstants
Field ENTITY.
entity2FlatMap(Object) - Static method in class com.landawn.abacus.util.Maps
Entity 2 flat map.
entity2FlatMap(Object, boolean) - Static method in class com.landawn.abacus.util.Maps
Entity 2 flat map.
entity2FlatMap(Object, Collection<String>) - Static method in class com.landawn.abacus.util.Maps
Entity 2 flat map.
entity2FlatMap(Object, boolean, Collection<String>) - Static method in class com.landawn.abacus.util.Maps
Entity 2 flat map.
entity2FlatMap(Object, boolean, Collection<String>, NamingPolicy) - Static method in class com.landawn.abacus.util.Maps
Entity 2 flat map.
entity2FlatMap(Object, Supplier<? extends M>) - Static method in class com.landawn.abacus.util.Maps
Entity 2 flat map.
entity2FlatMap(M, Object) - Static method in class com.landawn.abacus.util.Maps
Entity 2 flat map.
entity2FlatMap(M, Object, boolean) - Static method in class com.landawn.abacus.util.Maps
Entity 2 flat map.
entity2FlatMap(M, Object, Collection<String>) - Static method in class com.landawn.abacus.util.Maps
Entity 2 flat map.
entity2FlatMap(M, Object, boolean, Collection<String>) - Static method in class com.landawn.abacus.util.Maps
Entity 2 flat map.
entity2FlatMap(M, Object, boolean, Collection<String>, NamingPolicy) - Static method in class com.landawn.abacus.util.Maps
Entity 2 flat map.
entity2FlatMap(Collection<?>) - Static method in class com.landawn.abacus.util.Maps
Entity 2 flat map.
entity2FlatMap(Collection<?>, boolean) - Static method in class com.landawn.abacus.util.Maps
Entity 2 flat map.
entity2FlatMap(Collection<?>, Collection<String>) - Static method in class com.landawn.abacus.util.Maps
Entity 2 flat map.
entity2FlatMap(Collection<?>, boolean, Collection<String>) - Static method in class com.landawn.abacus.util.Maps
Entity 2 flat map.
entity2FlatMap(Collection<?>, boolean, Collection<String>, NamingPolicy) - Static method in class com.landawn.abacus.util.Maps
Entity 2 flat map.
entity2Map(Object) - Static method in class com.landawn.abacus.util.Maps
Entity to map.
entity2Map(Object, boolean) - Static method in class com.landawn.abacus.util.Maps
Entity to map.
entity2Map(Object, Collection<String>) - Static method in class com.landawn.abacus.util.Maps
Entity to map.
entity2Map(Object, boolean, Collection<String>) - Static method in class com.landawn.abacus.util.Maps
Entity to map.
entity2Map(Object, boolean, Collection<String>, NamingPolicy) - Static method in class com.landawn.abacus.util.Maps
Entity to map.
entity2Map(Object, Supplier<? extends M>) - Static method in class com.landawn.abacus.util.Maps
Entity to map.
entity2Map(M, Object) - Static method in class com.landawn.abacus.util.Maps
Entity to map.
entity2Map(M, Object, boolean) - Static method in class com.landawn.abacus.util.Maps
Entity to map.
entity2Map(M, Object, Collection<String>) - Static method in class com.landawn.abacus.util.Maps
Entity to map.
entity2Map(M, Object, boolean, Collection<String>) - Static method in class com.landawn.abacus.util.Maps
Entity to map.
entity2Map(M, Object, boolean, Collection<String>, NamingPolicy) - Static method in class com.landawn.abacus.util.Maps
Entity to map.
entity2Map(Collection<?>) - Static method in class com.landawn.abacus.util.Maps
Entity to map.
entity2Map(Collection<?>, boolean) - Static method in class com.landawn.abacus.util.Maps
Entity to map.
entity2Map(Collection<?>, Collection<String>) - Static method in class com.landawn.abacus.util.Maps
Entity to map.
entity2Map(Collection<?>, boolean, Collection<String>) - Static method in class com.landawn.abacus.util.Maps
Entity to map.
entity2Map(Collection<?>, boolean, Collection<String>, NamingPolicy) - Static method in class com.landawn.abacus.util.Maps
Entity to map.
ENTITY_CLASS - Static variable in class com.landawn.abacus.parser.XMLConstants
Field ENTITY_CLASS.
ENTITY_CLASS_ELE_END - Static variable in class com.landawn.abacus.parser.XMLConstants
Field ENTITY_CLASS_ELE_END.
ENTITY_CLASS_ELE_START - Static variable in class com.landawn.abacus.parser.XMLConstants
Field ENTITY_CLASS_ELE_START.
ENTITY_CLASS_NULL_ELE - Static variable in class com.landawn.abacus.parser.XMLConstants
Field ENTITY_CLASS_NULL_ELE.
ENTITY_ELE_END - Static variable in class com.landawn.abacus.parser.XMLConstants
Field ENTITY_ELE_END.
ENTITY_ELE_START - Static variable in class com.landawn.abacus.parser.XMLConstants
Field ENTITY_ELE_START.
ENTITY_ID - Static variable in class com.landawn.abacus.parser.XMLConstants
Field ENTITY_ID.
ENTITY_ID_ELE_END - Static variable in class com.landawn.abacus.parser.XMLConstants
Field ENTITY_ID_ELE_END.
ENTITY_ID_ELE_START - Static variable in class com.landawn.abacus.parser.XMLConstants
Field ENTITY_ID_ELE_START.
ENTITY_ID_NULL_ELE - Static variable in class com.landawn.abacus.parser.XMLConstants
Field ENTITY_ID_NULL_ELE.
ENTITY_IDS - Static variable in class com.landawn.abacus.parser.XMLConstants
Field ENTITY_IDS.
ENTITY_IDS_ELE_END - Static variable in class com.landawn.abacus.parser.XMLConstants
Field ENTITY_IDS_ELE_END.
ENTITY_IDS_ELE_START - Static variable in class com.landawn.abacus.parser.XMLConstants
Field ENTITY_IDS_ELE_START.
ENTITY_IDS_NULL_ELE - Static variable in class com.landawn.abacus.parser.XMLConstants
Field ENTITY_IDS_NULL_ELE.
ENTITY_NAME - Static variable in class com.landawn.abacus.parser.XMLConstants
Field ENTITY_NAME.
ENTITY_NAME_ELE_END - Static variable in class com.landawn.abacus.parser.XMLConstants
Field ENTITY_NAME_ELE_END.
ENTITY_NAME_ELE_START - Static variable in class com.landawn.abacus.parser.XMLConstants
Field ENTITY_NAME_ELE_START.
ENTITY_NAME_NULL_ELE - Static variable in class com.landawn.abacus.parser.XMLConstants
Field ENTITY_NAME_NULL_ELE.
ENTITY_NULL_ELE - Static variable in class com.landawn.abacus.parser.XMLConstants
Field ENTITY_NULL_ELE.
EntityInfo(Class<?>) - Constructor for class com.landawn.abacus.parser.ParserUtil.EntityInfo
 
entityName() - Method in interface com.landawn.abacus.DirtyMarker
Returns the entity name of the simple class name.
ENTRY - Static variable in class com.landawn.abacus.parser.XMLConstants
Field ENTRY.
entry() - Static method in class com.landawn.abacus.util.Fn
 
entry(K) - Static method in class com.landawn.abacus.util.Fn
Deprecated.
replaced by Fn#entryWithKey(Object)
entry(Function<? super V, K>) - Static method in class com.landawn.abacus.util.Fn
Deprecated.
replaced by Fn#entryByKeyMapper(Function)
entry() - Static method in class com.landawn.abacus.util.Fn.Fnn
 
ENTRY_ELE_END - Static variable in class com.landawn.abacus.parser.XMLConstants
Field MAP_ELE_END.
ENTRY_ELE_START - Static variable in class com.landawn.abacus.parser.XMLConstants
Field MAP_ELE_START.
entryByKeyMapper(Function<? super V, K>) - Static method in class com.landawn.abacus.util.Fn
 
entryByValueMapper(Function<? super K, V>) - Static method in class com.landawn.abacus.util.Fn
 
entrySet() - Method in class com.landawn.abacus.util.ArrayHashMap
 
entrySet() - Method in class com.landawn.abacus.util.BiMap
Returns an immutable Set of Immutable entry.
entrySet() - Method in class com.landawn.abacus.util.ImmutableMap
 
entrySet() - Method in class com.landawn.abacus.util.Multimap
 
entrySet() - Method in class com.landawn.abacus.util.ObjectPool
 
entrySet() - Method in class com.landawn.abacus.util.Properties
 
entryWithKey(K) - Static method in class com.landawn.abacus.util.Fn
 
entryWithValue(V) - Static method in class com.landawn.abacus.util.Fn
 
Enumerations - Class in com.landawn.abacus.util
 
ENVELOPE - Static variable in class com.landawn.abacus.parser.XMLConstants
Field ENVELOPE.
EOF - Static variable in class com.landawn.abacus.util.IOUtil
 
EOT - Static variable in class com.landawn.abacus.util.Ascii
End of Transmission: A communication control character used to indicate the conclusion of a transmission, which may have contained one or more texts and any associated headings.
ep(Throwables.BiPredicate<? super K, ? super V, E>) - Static method in class com.landawn.abacus.util.Fn.Entries
 
eq(String, Object) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
eq(String) - Static method in class com.landawn.abacus.condition.ConditionFactory
It's for parameterized SQL with question mark or named parameters.
eq(String, Object) - Static method in class com.landawn.abacus.condition.Expression
 
eq(Object) - Method in class com.landawn.abacus.condition.NamedProperty
 
eqAnd(Map<String, ?>) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
eqAnd(Object) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
eqAnd(Object, Collection<String>) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
eqAnd(String, Object, String, Object) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
eqAnd(String, Object, String, Object, String, Object) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
eqAndOr(List<? extends Map<String, ?>>) - Static method in class com.landawn.abacus.condition.ConditionFactory
Eq and or.
eqAndOr(Collection<?>) - Static method in class com.landawn.abacus.condition.ConditionFactory
Eq and or.
eqAndOr(Collection<?>, Collection<String>) - Static method in class com.landawn.abacus.condition.ConditionFactory
Eq and or.
eqOr(String, Object...) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
eqOr(String, Collection<?>) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
eqOr(Map<String, ?>) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
eqOr(Object) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
eqOr(Object, Collection<String>) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
eqOr(String, Object, String, Object) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
eqOr(String, Object, String, Object, String, Object) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
eqOr(Object...) - Method in class com.landawn.abacus.condition.NamedProperty
 
eqOr(Collection<?>) - Method in class com.landawn.abacus.condition.NamedProperty
 
eqOr(Object, Object) - Static method in class com.landawn.abacus.util.Fn
 
eqOr(Object, Object, Object) - Static method in class com.landawn.abacus.util.Fn
 
equal(String, Object) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
equal(String) - Static method in class com.landawn.abacus.condition.ConditionFactory
It's for parameterized SQL with question mark or named parameters.
Equal - Class in com.landawn.abacus.condition
 
Equal(String, Object) - Constructor for class com.landawn.abacus.condition.Equal
 
equal(String, Object) - Static method in class com.landawn.abacus.condition.Expression
 
equal(Object) - Static method in class com.landawn.abacus.util.Fn
 
equal() - Static method in class com.landawn.abacus.util.Fn
 
equal() - Static method in class com.landawn.abacus.util.Fn.FnB
 
equal() - Static method in class com.landawn.abacus.util.Fn.FnC
 
equal() - Static method in class com.landawn.abacus.util.Fn.FnD
 
equal() - Static method in class com.landawn.abacus.util.Fn.FnF
 
equal() - Static method in class com.landawn.abacus.util.Fn.FnI
 
equal() - Static method in class com.landawn.abacus.util.Fn.FnL
 
equal() - Static method in class com.landawn.abacus.util.Fn.FnS
 
EQUAL - Static variable in interface com.landawn.abacus.util.function.BooleanBiPredicate
 
EQUAL - Static variable in interface com.landawn.abacus.util.function.ByteBiPredicate
 
EQUAL - Static variable in interface com.landawn.abacus.util.function.CharBiPredicate
 
EQUAL - Static variable in interface com.landawn.abacus.util.function.DoubleBiPredicate
 
EQUAL - Static variable in interface com.landawn.abacus.util.function.FloatBiPredicate
 
EQUAL - Static variable in interface com.landawn.abacus.util.function.IntBiPredicate
 
EQUAL - Static variable in interface com.landawn.abacus.util.function.LongBiPredicate
 
EQUAL - Static variable in interface com.landawn.abacus.util.function.ShortBiPredicate
 
EQUAL - Static variable in class com.landawn.abacus.util.WD
Field EQUAL.
equals(Object) - Method in class com.landawn.abacus.condition.Between
 
equals(Object) - Method in class com.landawn.abacus.condition.Binary
 
equals(Object) - Method in class com.landawn.abacus.condition.Cell
 
equals(Object) - Method in class com.landawn.abacus.condition.Criteria
 
equals(Object) - Method in class com.landawn.abacus.condition.Expression
 
equals(Object) - Method in class com.landawn.abacus.condition.In
 
equals(Object) - Method in class com.landawn.abacus.condition.InSubQuery
 
equals(Object) - Method in class com.landawn.abacus.condition.Join
 
equals(Object) - Method in class com.landawn.abacus.condition.Junction
 
equals(Object) - Method in class com.landawn.abacus.condition.Limit
 
equals(Object) - Method in class com.landawn.abacus.condition.NamedProperty
 
equals(Object) - Method in class com.landawn.abacus.condition.NotIn
 
equals(Object) - Method in class com.landawn.abacus.condition.NotInSubQuery
 
equals(Object) - Method in class com.landawn.abacus.condition.SubQuery
 
equals(Object) - Method in class com.landawn.abacus.http.HttpHeaders
 
equals(Object) - Method in class com.landawn.abacus.http.HttpResponse
 
equals(Object) - Method in class com.landawn.abacus.parser.DeserializationConfig
 
equals(Object) - Method in class com.landawn.abacus.parser.JSONDeserializationConfig
 
equals(Object) - Method in class com.landawn.abacus.parser.JSONSerializationConfig
 
equals(Object) - Method in class com.landawn.abacus.parser.KryoSerializationConfig
 
equals(Object) - Method in class com.landawn.abacus.parser.ParserUtil.EntityInfo
 
equals(Object) - Method in class com.landawn.abacus.parser.ParserUtil.PropInfo
 
equals(Object) - Method in class com.landawn.abacus.parser.SerializationConfig
 
equals(Object) - Method in class com.landawn.abacus.parser.XMLSerializationConfig
 
equals(Object) - Method in class com.landawn.abacus.pool.ActivityPrint
 
equals(Object) - Method in class com.landawn.abacus.pool.GenericKeyedObjectPool
 
equals(Object) - Method in class com.landawn.abacus.pool.GenericObjectPool
 
equals(Object) - Method in class com.landawn.abacus.pool.PoolableWrapper
 
equals(Object) - Method in class com.landawn.abacus.util.ArrayHashMap
 
equals(Object) - Method in class com.landawn.abacus.util.ArrayHashSet
 
equals(Object) - Method in class com.landawn.abacus.util.BiMap
 
equals(Object, Object) - Static method in class com.landawn.abacus.util.Chain
Compares two comparable objects as specified by CommonUtil.equals(Object, Object), if the result of this equivalence chain has not already been determined.
equals(T, T, Throwables.BiFunction<? super T, ? super T, Boolean, E>) - Static method in class com.landawn.abacus.util.Chain
 
equals(boolean, boolean) - Static method in class com.landawn.abacus.util.Chain
Compares two boolean values as specified by left == right, if the result of this equivalence chain has not already been determined.
equals(char, char) - Static method in class com.landawn.abacus.util.Chain
Compares two char values as specified by left == right, if the result of this equivalence chain has not already been determined.
equals(byte, byte) - Static method in class com.landawn.abacus.util.Chain
Compares two byte values as specified by left == right, if the result of this equivalence chain has not already been determined.
equals(short, short) - Static method in class com.landawn.abacus.util.Chain
Compares two short values as specified by left == right, if the result of this equivalence chain has not already been determined.
equals(int, int) - Static method in class com.landawn.abacus.util.Chain
Compares two int values as specified by left == right, if the result of this equivalence chain has not already been determined.
equals(long, long) - Static method in class com.landawn.abacus.util.Chain
Compares two long values as specified by left == right, if the result of this equivalence chain has not already been determined.
equals(float, float) - Static method in class com.landawn.abacus.util.Chain
Compares two float values as specified by Float.compare(float, float), if the result of this equivalence chain has not already been determined.
equals(double, double) - Static method in class com.landawn.abacus.util.Chain
Compares two double values as specified by Double.compare(double, double), if the result of this equivalence chain has not already been determined.
equals(Object, Object) - Method in class com.landawn.abacus.util.Chain.EquivalenceChain
Compares two comparable objects as specified by CommonUtil.equals(Object, Object), if the result of this equivalence chain has not already been determined.
equals(T, T, Throwables.BiFunction<? super T, ? super T, Boolean, E>) - Method in class com.landawn.abacus.util.Chain.EquivalenceChain
 
equals(boolean, boolean) - Method in class com.landawn.abacus.util.Chain.EquivalenceChain
Compares two boolean values as specified by left == right, if the result of this equivalence chain has not already been determined.
equals(char, char) - Method in class com.landawn.abacus.util.Chain.EquivalenceChain
Compares two char values as specified by left == right, if the result of this equivalence chain has not already been determined.
equals(byte, byte) - Method in class com.landawn.abacus.util.Chain.EquivalenceChain
Compares two byte values as specified by left == right, if the result of this equivalence chain has not already been determined.
equals(short, short) - Method in class com.landawn.abacus.util.Chain.EquivalenceChain
Compares two int values as specified by left == right, if the result of this equivalence chain has not already been determined.
equals(int, int) - Method in class com.landawn.abacus.util.Chain.EquivalenceChain
Compares two int values as specified by left == right, if the result of this equivalence chain has not already been determined.
equals(long, long) - Method in class com.landawn.abacus.util.Chain.EquivalenceChain
Compares two long values as specified by left == right, if the result of this equivalence chain has not already been determined.
equals(float, float) - Method in class com.landawn.abacus.util.Chain.EquivalenceChain
Compares two float values as specified by Float.compare(float, float), if the result of this equivalence chain has not already been determined.
equals(double, double) - Method in class com.landawn.abacus.util.Chain.EquivalenceChain
Compares two double values as specified by Double.compare(double, double), if the result of this equivalence chain has not already been determined.
equals(Object) - Method in class com.landawn.abacus.util.Duration
 
equals(Object) - Method in class com.landawn.abacus.util.Fraction
Compares this fraction to another object to test if they are equal.
equals(Object) - Method in class com.landawn.abacus.util.ImmutableArray
 
equals(Object) - Method in class com.landawn.abacus.util.ImmutableCollection
 
equals(Object) - Method in class com.landawn.abacus.util.Indexed
 
equals(Object) - Method in class com.landawn.abacus.util.Keyed
 
equals(Object) - Method in class com.landawn.abacus.util.Multimap
 
equals(Object) - Method in class com.landawn.abacus.util.Multiset
 
equals(Object) - Method in class com.landawn.abacus.util.MutableBoolean
Compares this object to the specified object.
equals(Object) - Method in class com.landawn.abacus.util.MutableByte
Compares this object to the specified object.
equals(Object) - Method in class com.landawn.abacus.util.MutableChar
Compares this object to the specified object.
equals(Object) - Method in class com.landawn.abacus.util.MutableDouble
Compares this object against the specified object.
equals(Object) - Method in class com.landawn.abacus.util.MutableFloat
Compares this object against some other object.
equals(Object) - Method in class com.landawn.abacus.util.MutableInt
Compares this object to the specified object.
equals(Object) - Method in class com.landawn.abacus.util.MutableLong
Compares this object to the specified object.
equals(Object) - Method in class com.landawn.abacus.util.MutableShort
Compares this object to the specified object.
equals(Object) - Method in class com.landawn.abacus.util.Pair
 
equals(Object) - Method in class com.landawn.abacus.util.ParsedSql
 
equals(Object) - Method in class com.landawn.abacus.util.Properties
 
equals(Object) - Method in class com.landawn.abacus.util.Range
Compares this range to another object to test if they are equal.
equals(Object) - Method in class com.landawn.abacus.util.Result
 
equals(Object) - Method in class com.landawn.abacus.util.SQLBuilder.SP
 
equals(String, String) - Static method in class com.landawn.abacus.util.StringUtil
 
equals(Object) - Method in class com.landawn.abacus.util.Timed
 
equals(Object) - Method in class com.landawn.abacus.util.Triple
 
equals(Object) - Method in class com.landawn.abacus.util.Tuple.Tuple1
 
equals(Object) - Method in class com.landawn.abacus.util.Tuple.Tuple2
 
equals(Object) - Method in class com.landawn.abacus.util.Tuple.Tuple3
 
equals(Object) - Method in class com.landawn.abacus.util.Tuple.Tuple4
 
equals(Object) - Method in class com.landawn.abacus.util.Tuple.Tuple5
 
equals(Object) - Method in class com.landawn.abacus.util.Tuple.Tuple6
 
equals(Object) - Method in class com.landawn.abacus.util.Tuple.Tuple7
 
equals(Object) - Method in class com.landawn.abacus.util.Tuple.Tuple8
 
equals(Object) - Method in class com.landawn.abacus.util.Tuple.Tuple9
 
equals(Object) - Method in class com.landawn.abacus.util.u.Nullable
 
equals(Object) - Method in class com.landawn.abacus.util.u.Optional
 
equals(Object) - Method in class com.landawn.abacus.util.u.OptionalBoolean
 
equals(Object) - Method in class com.landawn.abacus.util.u.OptionalByte
 
equals(Object) - Method in class com.landawn.abacus.util.u.OptionalChar
 
equals(Object) - Method in class com.landawn.abacus.util.u.OptionalDouble
 
equals(Object) - Method in class com.landawn.abacus.util.u.OptionalFloat
 
equals(Object) - Method in class com.landawn.abacus.util.u.OptionalInt
 
equals(Object) - Method in class com.landawn.abacus.util.u.OptionalLong
 
equals(Object) - Method in class com.landawn.abacus.util.u.OptionalShort
 
equals(Object) - Method in class com.landawn.abacus.util.Wrapper
 
equalsAny(String, String...) - Static method in class com.landawn.abacus.util.StringUtil
Equals with any.
equalsAnyIgnoreCase(String, String...) - Static method in class com.landawn.abacus.util.StringUtil
Equals with any.
equalsIgnoreCase(String, String) - Static method in class com.landawn.abacus.util.StringUtil
Equals ignore case.
ESC - Static variable in class com.landawn.abacus.util.Ascii
Escape: A control character intended to provide code extension (supplementary characters) in general information interchange.
ESCAPE_CSV - Static variable in class com.landawn.abacus.util.EscapeUtil
Translator object for escaping individual Comma Separated Values.
ESCAPE_ECMASCRIPT - Static variable in class com.landawn.abacus.util.EscapeUtil
Translator object for escaping EcmaScript/JavaScript.
ESCAPE_HTML3 - Static variable in class com.landawn.abacus.util.EscapeUtil
Translator object for escaping HTML version 3.0.
ESCAPE_HTML4 - Static variable in class com.landawn.abacus.util.EscapeUtil
Translator object for escaping HTML version 4.0.
ESCAPE_JAVA - Static variable in class com.landawn.abacus.util.EscapeUtil
Translator object for escaping Java.
ESCAPE_JSON - Static variable in class com.landawn.abacus.util.EscapeUtil
Translator object for escaping Json.
ESCAPE_XML10 - Static variable in class com.landawn.abacus.util.EscapeUtil
Translator object for escaping XML 1.0.
ESCAPE_XML11 - Static variable in class com.landawn.abacus.util.EscapeUtil
Translator object for escaping XML 1.1.
escapeCsv(String) - Static method in class com.landawn.abacus.util.EscapeUtil
Returns a String value for a CSV column enclosed in double quotes, if required.
escapeEcmaScript(String) - Static method in class com.landawn.abacus.util.EscapeUtil
Escapes the characters in a String using EcmaScript String rules.
escapeHtml3(String) - Static method in class com.landawn.abacus.util.EscapeUtil
Escapes the characters in a String using HTML entities.
escapeHtml4(String) - Static method in class com.landawn.abacus.util.EscapeUtil
Escapes the characters in a String using HTML entities.
escapeJava(String) - Static method in class com.landawn.abacus.util.EscapeUtil
Escapes the characters in a String using Java String rules.
escapeJson(String) - Static method in class com.landawn.abacus.util.EscapeUtil
Escapes the characters in a String using Json String rules.
EscapeUtil - Class in com.landawn.abacus.util
Note: it's copied from StringEscaperUtils in Apache Commons Lang under Apache License 2.0
EscapeUtil.CharSequenceTranslator - Class in com.landawn.abacus.util
An API for translating text.
escapeXml10(String) - Static method in class com.landawn.abacus.util.EscapeUtil
Escapes the characters in a String using XML entities.
escapeXml11(String) - Static method in class com.landawn.abacus.util.EscapeUtil
Escapes the characters in a String using XML entities.
ETAG - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP ETag header field name.
ETB - Static variable in class com.landawn.abacus.util.Ascii
End of Transmission Block: A communication control character used to indicate the end of a block of data for communication purposes.
ETX - Static variable in class com.landawn.abacus.util.Ascii
End of Text: A communication control character used to terminate a sequence of characters started with STX and transmitted as an entity.
evictionCount() - Method in class com.landawn.abacus.pool.AbstractPool
 
evictionCount() - Method in interface com.landawn.abacus.pool.Pool
Returns the number of values that have been evicted.
EvictionPolicy - Enum in com.landawn.abacus.pool
The Enum EvictionPolicy.
except(SubQuery) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
except(SubQuery) - Method in class com.landawn.abacus.condition.Criteria
 
Except - Class in com.landawn.abacus.condition
 
Except(SubQuery) - Constructor for class com.landawn.abacus.condition.Except
 
except(DataSet) - Method in interface com.landawn.abacus.DataSet
Returns a new DataSet with all rows from this DataSet and which not appear in the specified other in common columns.
except(String) - Method in class com.landawn.abacus.util.DynamicSQLBuilder
 
except(SQLBuilder) - Method in class com.landawn.abacus.util.SQLBuilder
 
except(String) - Method in class com.landawn.abacus.util.SQLBuilder
 
except(String...) - Method in class com.landawn.abacus.util.SQLBuilder
 
except(Collection<String>) - Method in class com.landawn.abacus.util.SQLBuilder
 
EXCEPT - Static variable in class com.landawn.abacus.util.WD
Field EXCEPT.
EXCEPT2 - Static variable in class com.landawn.abacus.util.WD
Field EXCEPT2.
ExceptionalStream<T,E extends Exception> - Class in com.landawn.abacus.util
The Stream will be automatically closed after execution(A terminal method is executed/triggered).
ExceptionalStream.Seq - Class in com.landawn.abacus.util
Mostly it's for android.
ExceptionalStream.StreamE<T,E extends Exception> - Class in com.landawn.abacus.util
 
ExceptionUtil - Class in com.landawn.abacus.util
Note: This class contains the methods copied from Apache Commons and Google Guava under Apache License v2.
EXCLAMATION - Static variable in class com.landawn.abacus.util.WD
Field EXCLAMATION.
exclude(Collection<T>, Object) - Static method in class com.landawn.abacus.util.N
Returns a new List with specified objToExclude excluded.
excludeAll(Collection<T>, Collection<?>) - Static method in class com.landawn.abacus.util.N
Returns a new List with specified objsToExclude excluded.
excludeAllToSet(Collection<T>, Collection<?>) - Static method in class com.landawn.abacus.util.N
Returns a new Set with specified objsToExclude excluded.
excludeToSet(Collection<T>, Object) - Static method in class com.landawn.abacus.util.N
Returns a new Set with specified objToExclude excluded.
Exclusion - Enum in com.landawn.abacus.parser
The Enum Exclusion.
execute(HttpMethod, Object) - Method in class com.landawn.abacus.http.HttpClient
 
execute(HttpMethod, Object, HttpSettings) - Method in class com.landawn.abacus.http.HttpClient
 
execute(Class<T>, HttpMethod, Object) - Method in class com.landawn.abacus.http.HttpClient
 
execute(Class<T>, HttpMethod, Object, HttpSettings) - Method in class com.landawn.abacus.http.HttpClient
 
execute(File, HttpMethod, Object, HttpSettings) - Method in class com.landawn.abacus.http.HttpClient
 
execute(OutputStream, HttpMethod, Object, HttpSettings) - Method in class com.landawn.abacus.http.HttpClient
 
execute(Writer, HttpMethod, Object, HttpSettings) - Method in class com.landawn.abacus.http.HttpClient
 
execute(HttpMethod) - Method in class com.landawn.abacus.http.HttpRequest
 
execute(Class<T>, HttpMethod) - Method in class com.landawn.abacus.http.HttpRequest
 
execute(HttpMethod, Object) - Method in class com.landawn.abacus.http.HttpRequest
 
execute(Class<T>, HttpMethod, Object) - Method in class com.landawn.abacus.http.HttpRequest
 
execute(File, HttpMethod, Object) - Method in class com.landawn.abacus.http.HttpRequest
 
execute(OutputStream, HttpMethod, Object) - Method in class com.landawn.abacus.http.HttpRequest
 
execute(Writer, HttpMethod, Object) - Method in class com.landawn.abacus.http.HttpRequest
 
execute(HttpMethod) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
 
execute(Class<T>, HttpMethod) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
 
exists(SubQuery) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
Exists - Class in com.landawn.abacus.condition
 
Exists(SubQuery) - Constructor for class com.landawn.abacus.condition.Exists
 
exists(int) - Static method in class com.landawn.abacus.util.If
true for index >= 0, false for index < 0.
EXISTS - Static variable in class com.landawn.abacus.util.WD
Field EXISTS.
exp(String) - Static method in class com.landawn.abacus.condition.Expression
 
EXP - Static variable in class com.landawn.abacus.util.WD
Field EXP.
EXPECT - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP Expect header field name.
EXPIRES - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP Expires header field name.
expr(String) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
Expr(String) - Constructor for class com.landawn.abacus.condition.Expression.Expr
Instantiates a new expr.
Expression - Class in com.landawn.abacus.condition
 
Expression(String) - Constructor for class com.landawn.abacus.condition.Expression
 
Expression.Expr - Class in com.landawn.abacus.condition
The Class Expr.

F

f(BiFunction<? super K, ? super V, ? extends T>) - Static method in class com.landawn.abacus.util.Fn.Entries
 
f(Function<T, R>) - Static method in class com.landawn.abacus.util.Fn
 
f(A, BiFunction<A, T, R>) - Static method in class com.landawn.abacus.util.Fn
 
f(A, B, TriFunction<A, B, T, R>) - Static method in class com.landawn.abacus.util.Fn
 
f(BiFunction<T, U, R>) - Static method in class com.landawn.abacus.util.Fn
 
f(A, TriFunction<A, T, U, R>) - Static method in class com.landawn.abacus.util.Fn
 
f(TriFunction<A, B, C, R>) - Static method in class com.landawn.abacus.util.Fn
 
f(ByteFunction<R>) - Static method in class com.landawn.abacus.util.Fn.FnB
 
f(CharFunction<R>) - Static method in class com.landawn.abacus.util.Fn.FnC
 
f(DoubleFunction<R>) - Static method in class com.landawn.abacus.util.Fn.FnD
 
f(FloatFunction<R>) - Static method in class com.landawn.abacus.util.Fn.FnF
 
f(IntFunction<R>) - Static method in class com.landawn.abacus.util.Fn.FnI
 
f(LongFunction<R>) - Static method in class com.landawn.abacus.util.Fn.FnL
 
f(Throwables.Function<T, R, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
 
f(A, Throwables.BiFunction<A, T, R, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
 
f(A, B, Throwables.TriFunction<A, B, T, R, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
 
f(Throwables.BiFunction<T, U, R, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
 
f(A, Throwables.TriFunction<A, T, U, R, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
 
f(Throwables.TriFunction<A, B, C, R, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
 
f(ShortFunction<R>) - Static method in class com.landawn.abacus.util.Fn.FnS
 
f2c(Function<? super T, ?>) - Static method in class com.landawn.abacus.util.Fn
Returns a Consumer which calls the specified func.
f2c(BiFunction<? super T, ? super U, ?>) - Static method in class com.landawn.abacus.util.Fn
 
f2c(TriFunction<? super A, ? super B, ? super C, ?>) - Static method in class com.landawn.abacus.util.Fn
 
f2c(Throwables.Function<T, R, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
 
f2c(Throwables.BiFunction<T, U, R, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
 
f2c(Throwables.TriFunction<A, B, C, R, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
 
factorial(int) - Static method in class com.landawn.abacus.util.Numbers
Returns n!, that is, the product of the first n positive integers, 1 if n == 0, or Integer.MAX_VALUE if the result does not fit in a int.
factoriall(int) - Static method in class com.landawn.abacus.util.Numbers
Returns n!, that is, the product of the first n positive integers, 1 if n == 0, or Long.MAX_VALUE if the result does not fit in a long.
factorialll(int) - Static method in class com.landawn.abacus.util.Numbers
Returns n!, that is, the product of the first n positive integers, 1 if n == 0, or n!, or Double.POSITIVE_INFINITY if n! > Double.MAX_VALUE.
FACTORY_OF_LINKED_HASH_MAP - Static variable in class com.landawn.abacus.util.Fn
 
FACTORY_OF_MAP - Static variable in class com.landawn.abacus.util.Fn
 
facttorial(int) - Static method in class com.landawn.abacus.util.Numbers
Returns n!, that is, the product of the first n positive integers, or 1 if n == 0.
FALSE - Static variable in class com.landawn.abacus.parser.XMLConstants
Field FALSE.
FALSE - Static variable in interface com.landawn.abacus.util.function.BooleanSupplier
 
FALSE - Static variable in class com.landawn.abacus.util.If.OrElse
For internal only
FALSE - Static variable in class com.landawn.abacus.util.u.Nullable
Presents Boolean.FALSE.
FALSE - Static variable in class com.landawn.abacus.util.u.Optional
Presents Boolean.FALSE.
FALSE - Static variable in class com.landawn.abacus.util.u.OptionalBoolean
Presents true.
FAULT - Static variable in class com.landawn.abacus.parser.XMLConstants
Field FAULT.
FDC() - Constructor for class com.landawn.abacus.parser.Fj.DeserializeConfig.FDC
 
FETCH_FIRST - Static variable in class com.landawn.abacus.util.WD
Field FETCH_FIRST.
FETCH_NEXT - Static variable in class com.landawn.abacus.util.WD
Field FETCH_NEXT.
fetchFirstNRowsOnly(int) - Method in class com.landawn.abacus.util.SQLBuilder
 
fetchNextNRowsOnly(int) - Method in class com.landawn.abacus.util.SQLBuilder
 
FF - Static variable in class com.landawn.abacus.util.Ascii
Form Feed ('\f'): A format effector which controls the movement of the printing position to the first pre-determined printing line on the next form or page.
ff(Throwables.BiFunction<? super K, ? super V, ? extends T, E>) - Static method in class com.landawn.abacus.util.Fn.Entries
 
ff(Throwables.Function<T, R, E>) - Static method in class com.landawn.abacus.util.Fn
 
ff(Throwables.Function<T, R, E>, R) - Static method in class com.landawn.abacus.util.Fn
 
ff(A, Throwables.BiFunction<A, T, R, E>) - Static method in class com.landawn.abacus.util.Fn
 
ff(A, B, Throwables.TriFunction<A, B, T, R, E>) - Static method in class com.landawn.abacus.util.Fn
 
ff(Throwables.BiFunction<T, U, R, E>) - Static method in class com.landawn.abacus.util.Fn
 
ff(Throwables.BiFunction<T, U, R, E>, R) - Static method in class com.landawn.abacus.util.Fn
 
ff(A, Throwables.TriFunction<A, T, U, R, E>) - Static method in class com.landawn.abacus.util.Fn
 
ff(Throwables.TriFunction<A, B, C, R, E>) - Static method in class com.landawn.abacus.util.Fn
 
ff(Throwables.TriFunction<A, B, C, R, E>, R) - Static method in class com.landawn.abacus.util.Fn
 
ff(Function<T, R>) - Static method in class com.landawn.abacus.util.Fn.Fnn
 
ff(A, BiFunction<A, T, R>) - Static method in class com.landawn.abacus.util.Fn.Fnn
 
ff(A, B, TriFunction<A, B, T, R>) - Static method in class com.landawn.abacus.util.Fn.Fnn
 
ff(BiFunction<T, U, R>) - Static method in class com.landawn.abacus.util.Fn.Fnn
 
ff(A, TriFunction<A, T, U, R>) - Static method in class com.landawn.abacus.util.Fn.Fnn
 
ff(TriFunction<A, B, C, R>) - Static method in class com.landawn.abacus.util.Fn.Fnn
 
Field - Annotation Type in com.landawn.abacus.http
Named pair for a form-encoded request.
field - Variable in class com.landawn.abacus.parser.ParserUtil.PropInfo
 
FIELD_MASK - Static variable in class com.landawn.abacus.util.ClassUtil
Deprecated.
for internal only.
FILE_SEPARATOR - Static variable in class com.landawn.abacus.util.IOUtil
 
filter(Throwables.Predicate<? super NoCachingNoUpdating.DisposableObjArray, E>) - Method in interface com.landawn.abacus.DataSet
 
filter(Throwables.Predicate<? super NoCachingNoUpdating.DisposableObjArray, E>, int) - Method in interface com.landawn.abacus.DataSet
 
filter(int, int, Throwables.Predicate<? super NoCachingNoUpdating.DisposableObjArray, E>) - Method in interface com.landawn.abacus.DataSet
 
filter(int, int, Throwables.Predicate<? super NoCachingNoUpdating.DisposableObjArray, E>, int) - Method in interface com.landawn.abacus.DataSet
 
filter(Tuple.Tuple2<String, String>, Throwables.BiPredicate<?, ?, E>) - Method in interface com.landawn.abacus.DataSet
 
filter(Tuple.Tuple2<String, String>, Throwables.BiPredicate<?, ?, E>, int) - Method in interface com.landawn.abacus.DataSet
 
filter(Tuple.Tuple2<String, String>, int, int, Throwables.BiPredicate<?, ?, E>) - Method in interface com.landawn.abacus.DataSet
 
filter(Tuple.Tuple2<String, String>, int, int, Throwables.BiPredicate<?, ?, E>, int) - Method in interface com.landawn.abacus.DataSet
 
filter(Tuple.Tuple3<String, String, String>, Throwables.TriPredicate<?, ?, ?, E>) - Method in interface com.landawn.abacus.DataSet
 
filter(Tuple.Tuple3<String, String, String>, Throwables.TriPredicate<?, ?, ?, E>, int) - Method in interface com.landawn.abacus.DataSet
 
filter(Tuple.Tuple3<String, String, String>, int, int, Throwables.TriPredicate<?, ?, ?, E>) - Method in interface com.landawn.abacus.DataSet
 
filter(Tuple.Tuple3<String, String, String>, int, int, Throwables.TriPredicate<?, ?, ?, E>, int) - Method in interface com.landawn.abacus.DataSet
 
filter(String, Throwables.Predicate<T, E>) - Method in interface com.landawn.abacus.DataSet
 
filter(String, Throwables.Predicate<T, E>, int) - Method in interface com.landawn.abacus.DataSet
 
filter(String, int, int, Throwables.Predicate<T, E>) - Method in interface com.landawn.abacus.DataSet
 
filter(String, int, int, Throwables.Predicate<T, E>, int) - Method in interface com.landawn.abacus.DataSet
 
filter(Collection<String>, Throwables.Predicate<? super NoCachingNoUpdating.DisposableObjArray, E>) - Method in interface com.landawn.abacus.DataSet
 
filter(Collection<String>, Throwables.Predicate<? super NoCachingNoUpdating.DisposableObjArray, E>, int) - Method in interface com.landawn.abacus.DataSet
 
filter(Collection<String>, int, int, Throwables.Predicate<? super NoCachingNoUpdating.DisposableObjArray, E>) - Method in interface com.landawn.abacus.DataSet
 
filter(Collection<String>, int, int, Throwables.Predicate<? super NoCachingNoUpdating.DisposableObjArray, E>, int) - Method in interface com.landawn.abacus.DataSet
 
filter(Throwables.Predicate<? super T, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
filter(Throwables.Predicate<? super T, ? extends E>, Throwables.Consumer<? super T, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
filter(Iterator<? extends T>, Predicate<? super T>) - Static method in class com.landawn.abacus.util.Iterators
 
filter(Throwables.BiPredicate<? super K, ? super List<E>, X>) - Method in class com.landawn.abacus.util.ListMultimap
 
filter(Map<K, V>, Throwables.BiPredicate<? super K, ? super V, E>) - Static method in class com.landawn.abacus.util.Maps
 
filter(Throwables.BiPredicate<? super K, ? super V, X>) - Method in class com.landawn.abacus.util.Multimap
 
filter(Throwables.Predicate<? super T, E>) - Method in class com.landawn.abacus.util.Multiset
 
filter(Throwables.BiPredicate<? super T, Integer, E>) - Method in class com.landawn.abacus.util.Multiset
 
filter(boolean[], Throwables.BooleanPredicate<E>) - Static method in class com.landawn.abacus.util.N
 
filter(boolean[], Throwables.BooleanPredicate<E>, int) - Static method in class com.landawn.abacus.util.N
 
filter(boolean[], int, int, Throwables.BooleanPredicate<E>) - Static method in class com.landawn.abacus.util.N
 
filter(boolean[], int, int, Throwables.BooleanPredicate<E>, int) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
filter(char[], Throwables.CharPredicate<E>) - Static method in class com.landawn.abacus.util.N
 
filter(char[], Throwables.CharPredicate<E>, int) - Static method in class com.landawn.abacus.util.N
 
filter(char[], int, int, Throwables.CharPredicate<E>) - Static method in class com.landawn.abacus.util.N
 
filter(char[], int, int, Throwables.CharPredicate<E>, int) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
filter(byte[], Throwables.BytePredicate<E>) - Static method in class com.landawn.abacus.util.N
 
filter(byte[], Throwables.BytePredicate<E>, int) - Static method in class com.landawn.abacus.util.N
 
filter(byte[], int, int, Throwables.BytePredicate<E>) - Static method in class com.landawn.abacus.util.N
 
filter(byte[], int, int, Throwables.BytePredicate<E>, int) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
filter(short[], Throwables.ShortPredicate<E>) - Static method in class com.landawn.abacus.util.N
 
filter(short[], Throwables.ShortPredicate<E>, int) - Static method in class com.landawn.abacus.util.N
 
filter(short[], int, int, Throwables.ShortPredicate<E>) - Static method in class com.landawn.abacus.util.N
 
filter(short[], int, int, Throwables.ShortPredicate<E>, int) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
filter(int[], Throwables.IntPredicate<E>) - Static method in class com.landawn.abacus.util.N
 
filter(int[], Throwables.IntPredicate<E>, int) - Static method in class com.landawn.abacus.util.N
 
filter(int[], int, int, Throwables.IntPredicate<E>) - Static method in class com.landawn.abacus.util.N
 
filter(int[], int, int, Throwables.IntPredicate<E>, int) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
filter(long[], Throwables.LongPredicate<E>) - Static method in class com.landawn.abacus.util.N
 
filter(long[], Throwables.LongPredicate<E>, int) - Static method in class com.landawn.abacus.util.N
 
filter(long[], int, int, Throwables.LongPredicate<E>) - Static method in class com.landawn.abacus.util.N
 
filter(long[], int, int, Throwables.LongPredicate<E>, int) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
filter(float[], Throwables.FloatPredicate<E>) - Static method in class com.landawn.abacus.util.N
 
filter(float[], Throwables.FloatPredicate<E>, int) - Static method in class com.landawn.abacus.util.N
 
filter(float[], int, int, Throwables.FloatPredicate<E>) - Static method in class com.landawn.abacus.util.N
 
filter(float[], int, int, Throwables.FloatPredicate<E>, int) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
filter(double[], Throwables.DoublePredicate<E>) - Static method in class com.landawn.abacus.util.N
 
filter(double[], Throwables.DoublePredicate<E>, int) - Static method in class com.landawn.abacus.util.N
 
filter(double[], int, int, Throwables.DoublePredicate<E>) - Static method in class com.landawn.abacus.util.N
 
filter(double[], int, int, Throwables.DoublePredicate<E>, int) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
filter(T[], Throwables.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
filter(T[], Throwables.Predicate<? super T, E>, int) - Static method in class com.landawn.abacus.util.N
 
filter(T[], int, int, Throwables.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
filter(T[], int, int, Throwables.Predicate<? super T, E>, int) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
filter(Collection<? extends T>, Throwables.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
filter(Collection<? extends T>, Throwables.Predicate<? super T, E>, int) - Static method in class com.landawn.abacus.util.N
 
filter(Collection<? extends T>, int, int, Throwables.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
filter(Collection<? extends T>, int, int, Throwables.Predicate<? super T, E>, int) - Static method in class com.landawn.abacus.util.N
 
filter(T[], Throwables.Predicate<? super T, E>, IntFunction<R>) - Static method in class com.landawn.abacus.util.N
 
filter(T[], Throwables.Predicate<? super T, E>, int, IntFunction<R>) - Static method in class com.landawn.abacus.util.N
 
filter(T[], int, int, Throwables.Predicate<? super T, E>, IntFunction<R>) - Static method in class com.landawn.abacus.util.N
 
filter(T[], int, int, Throwables.Predicate<? super T, E>, int, IntFunction<R>) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
filter(Collection<? extends T>, Throwables.Predicate<? super T, E>, IntFunction<R>) - Static method in class com.landawn.abacus.util.N
 
filter(Collection<? extends T>, Throwables.Predicate<? super T, E>, int, IntFunction<R>) - Static method in class com.landawn.abacus.util.N
 
filter(Collection<? extends T>, int, int, Throwables.Predicate<? super T, E>, IntFunction<R>) - Static method in class com.landawn.abacus.util.N
 
filter(Collection<? extends T>, int, int, Throwables.Predicate<? super T, E>, int, IntFunction<R>) - Static method in class com.landawn.abacus.util.N
 
filter(Predicate<? super T>) - Method in class com.landawn.abacus.util.Observer
 
filter(Throwables.BiPredicate<? super L, ? super R, E>) - Method in class com.landawn.abacus.util.Pair
 
filter(Throwables.Predicate<? super Pair<L, R>, E>) - Method in class com.landawn.abacus.util.Pair
 
filter(Throwables.BiPredicate<? super K, ? super Set<E>, X>) - Method in class com.landawn.abacus.util.SetMultimap
 
filter(Throwables.TriPredicate<? super L, ? super M, ? super R, E>) - Method in class com.landawn.abacus.util.Triple
 
filter(Throwables.Predicate<? super Triple<L, M, R>, E>) - Method in class com.landawn.abacus.util.Triple
 
filter(Throwables.Predicate<? super TP, E>) - Method in class com.landawn.abacus.util.Tuple
 
filter(Throwables.BiPredicate<? super T1, ? super T2, E>) - Method in class com.landawn.abacus.util.Tuple.Tuple2
 
filter(Throwables.TriPredicate<? super T1, ? super T2, ? super T3, E>) - Method in class com.landawn.abacus.util.Tuple.Tuple3
 
filter(Throwables.Predicate<? super T, E>) - Method in class com.landawn.abacus.util.u.Nullable
 
filter(Throwables.Predicate<? super T, E>) - Method in class com.landawn.abacus.util.u.Optional
 
filter(Throwables.BooleanPredicate<E>) - Method in class com.landawn.abacus.util.u.OptionalBoolean
 
filter(Throwables.BytePredicate<E>) - Method in class com.landawn.abacus.util.u.OptionalByte
 
filter(Throwables.CharPredicate<E>) - Method in class com.landawn.abacus.util.u.OptionalChar
 
filter(Throwables.DoublePredicate<E>) - Method in class com.landawn.abacus.util.u.OptionalDouble
 
filter(Throwables.FloatPredicate<E>) - Method in class com.landawn.abacus.util.u.OptionalFloat
 
filter(Throwables.IntPredicate<E>) - Method in class com.landawn.abacus.util.u.OptionalInt
 
filter(Throwables.LongPredicate<E>) - Method in class com.landawn.abacus.util.u.OptionalLong
 
filter(Throwables.ShortPredicate<E>) - Method in class com.landawn.abacus.util.u.OptionalShort
 
filterByKey(Throwables.Predicate<? super K, X>) - Method in class com.landawn.abacus.util.ListMultimap
Filter by key.
filterByKey(Map<K, V>, Throwables.Predicate<? super K, E>) - Static method in class com.landawn.abacus.util.Maps
Filter by key.
filterByKey(Throwables.Predicate<? super K, X>) - Method in class com.landawn.abacus.util.Multimap
Filter by key.
filterByKey(Throwables.Predicate<? super K, X>) - Method in class com.landawn.abacus.util.SetMultimap
Filter by key.
filterByValue(Throwables.Predicate<? super List<E>, X>) - Method in class com.landawn.abacus.util.ListMultimap
Filter by value.
filterByValue(Map<K, V>, Throwables.Predicate<? super V, E>) - Static method in class com.landawn.abacus.util.Maps
Filter by value.
filterByValue(Throwables.Predicate<? super V, X>) - Method in class com.landawn.abacus.util.Multimap
Filter by value.
filterByValue(Throwables.Predicate<? super Set<E>, X>) - Method in class com.landawn.abacus.util.SetMultimap
Filter by value.
filterIfNotNull(Throwables.Predicate<? super T, E>) - Method in class com.landawn.abacus.util.u.Nullable
Filter if not null.
filtering(Predicate<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
It's copied from StreamEx: https://github.com/amaembo/streamex under Apache License v2 and may be modified.
filtering(Predicate<? super T>, Collector<? super T, A, R>) - Static method in class com.landawn.abacus.util.stream.Collectors
It's copied from StreamEx: https://github.com/amaembo/streamex under Apache License v2 and may be modified.
filterThenLimit(Predicate<T>, int) - Static method in class com.landawn.abacus.util.Fn
Returns a stateful Predicate.
filterThenLimit(BiPredicate<T, U>, int) - Static method in class com.landawn.abacus.util.Fn
Returns a stateful Predicate.
findAny(Throwables.Predicate<? super T, E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
findFirst(Throwables.Predicate<? super T, E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
findLast(Throwables.Predicate<? super T, E>) - Method in class com.landawn.abacus.util.ExceptionalStream
Consider using: stream.reversed().findFirst(predicate) for better performance if possible.
finish() - Method in class com.landawn.abacus.util.LZ4BlockOutputStream
 
finisher() - Method in interface com.landawn.abacus.util.stream.Collector
 
first() - Method in class com.landawn.abacus.util.ExceptionalStream
 
first() - Method in class com.landawn.abacus.util.ImmutableSortedSet
 
first() - Static method in class com.landawn.abacus.util.stream.Collectors
Only works for sequential Stream.
first(int) - Static method in class com.landawn.abacus.util.stream.Collectors
Only works for sequential Stream.
firstCause(Throwable) - Static method in class com.landawn.abacus.util.ExceptionUtil
Returns the specified throwable if there is no cause found in it (throwable.getCause() == null).
firstCause(Throwable) - Static method in class com.landawn.abacus.util.N
Returns the specified Throwable e if there is no cause found in it (e.getCause() == null).
firstChar(String) - Static method in class com.landawn.abacus.util.StringUtil
findAllIndicesBetween("3[a2[c]]2[a]", '[', ']') = [[2, 7], [10, 11]].
firstChars(String, int) - Static method in class com.landawn.abacus.util.StringUtil
Returns the first n chars of the specified String if its length is bigger than n, or an empty String "" if str is empty or null, or itself it's length equal to or less than n.
firstEntry() - Method in class com.landawn.abacus.util.ImmutableNavigableMap
 
firstKey() - Method in class com.landawn.abacus.util.ImmutableSortedMap
 
firstNonBlank(T...) - Static method in class com.landawn.abacus.util.StringUtil
 
firstNonEmpty(T...) - Static method in class com.landawn.abacus.util.StringUtil
Returns the first value in the array which is not empty.
firstPage() - Method in interface com.landawn.abacus.PaginatedDataSet
Returns the first page.
firstRow() - Method in interface com.landawn.abacus.DataSet
 
firstRow(Class<? extends T>) - Method in interface com.landawn.abacus.DataSet
 
firstRow(Class<? extends T>, Collection<String>) - Method in interface com.landawn.abacus.DataSet
 
firstRow(IntFunction<? extends T>) - Method in interface com.landawn.abacus.DataSet
 
firstRow(IntFunction<? extends T>, Collection<String>) - Method in interface com.landawn.abacus.DataSet
 
Fj - Class in com.landawn.abacus.parser
It's a wrapper for fastJson because of it's performance.
Fj.DeserializeConfig - Class in com.landawn.abacus.parser
The Class DeserializeConfig.
Fj.DeserializeConfig.FDC - Class in com.landawn.abacus.parser
The Class FDC.
Fj.SerializeConfig - Class in com.landawn.abacus.parser
The Class SerializeConfig.
Fj.SerializeConfig.FSC - Class in com.landawn.abacus.parser
The Class FSC.
flatForEach(Throwables.BiConsumer<? super K, ? super E, X>) - Method in class com.landawn.abacus.util.Multimap
Flat for each.
flatForEachValue(Throwables.Consumer<? super E, X>) - Method in class com.landawn.abacus.util.Multimap
Flat for each value.
flatInvert(Map<K, ? extends Collection<? extends V>>) - Static method in class com.landawn.abacus.util.Maps
 
flatInvertFrom(Map<K, ? extends Collection<? extends E>>) - Static method in class com.landawn.abacus.util.ListMultimap
Flat invert from.
flatInvertFrom(Map<K, ? extends Collection<? extends E>>, IntFunction<? extends M>) - Static method in class com.landawn.abacus.util.ListMultimap
Deprecated.
flatInvertFrom(Map<K, ? extends Collection<? extends E>>, IntFunction<? extends M>) - Static method in class com.landawn.abacus.util.Multimap
Flat invert from.
flatInvertFrom(Map<K, ? extends Collection<? extends E>>) - Static method in class com.landawn.abacus.util.SetMultimap
Flat invert from.
flatInvertFrom(Map<K, ? extends Collection<? extends E>>, IntFunction<? extends M>) - Static method in class com.landawn.abacus.util.SetMultimap
Deprecated.
flatIterator() - Method in class com.landawn.abacus.util.Multiset
 
flatMap(String, Throwables.Function<?, ? extends Collection<?>, E>, String, String) - Method in interface com.landawn.abacus.DataSet
 
flatMap(String, Throwables.Function<?, ? extends Collection<?>, E>, String, Collection<String>) - Method in interface com.landawn.abacus.DataSet
 
flatMap(Tuple.Tuple2<String, String>, Throwables.BiFunction<?, ?, ? extends Collection<?>, E>, String, Collection<String>) - Method in interface com.landawn.abacus.DataSet
 
flatMap(Tuple.Tuple3<String, String, String>, Throwables.TriFunction<?, ?, ?, ? extends Collection<?>, E>, String, Collection<String>) - Method in interface com.landawn.abacus.DataSet
 
flatMap(Collection<String>, Throwables.Function<NoCachingNoUpdating.DisposableObjArray, ? extends Collection<?>, E>, String, Collection<String>) - Method in interface com.landawn.abacus.DataSet
 
flatMap(Throwables.Function<? super T, ? extends ExceptionalStream<? extends R, ? extends E>, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
flatMap(Iterator<? extends T>, Function<? super T, ? extends Collection<? extends U>>) - Static method in class com.landawn.abacus.util.Iterators
 
flatMap(T[], Throwables.Function<? super T, ? extends Collection<? extends R>, E>) - Static method in class com.landawn.abacus.util.N
 
flatMap(T[], int, int, Throwables.Function<? super T, ? extends Collection<? extends R>, E>) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
flatMap(Collection<? extends T>, Throwables.Function<? super T, ? extends Collection<? extends R>, E>) - Static method in class com.landawn.abacus.util.N
 
flatMap(Collection<? extends T>, int, int, Throwables.Function<? super T, ? extends Collection<? extends R>, E>) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
flatMap(T[], Throwables.Function<? super T, ? extends Collection<? extends R>, E>, IntFunction<? extends C>) - Static method in class com.landawn.abacus.util.N
 
flatMap(T[], int, int, Throwables.Function<? super T, ? extends Collection<? extends R>, E>, IntFunction<? extends C>) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
flatMap(Collection<? extends T>, Throwables.Function<? super T, ? extends Collection<? extends R>, E>, IntFunction<? extends C>) - Static method in class com.landawn.abacus.util.N
 
flatMap(Collection<? extends T>, int, int, Throwables.Function<? super T, ? extends Collection<? extends R>, E>, IntFunction<? extends C>) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
flatMap(T[], Throwables.Function<? super T, ? extends Collection<? extends T2>, E>, Throwables.Function<? super T2, ? extends Collection<? extends R>, E2>) - Static method in class com.landawn.abacus.util.N
 
flatMap(T[], Throwables.Function<? super T, ? extends Collection<? extends T2>, E>, Throwables.Function<? super T2, ? extends Collection<? extends R>, E2>, IntFunction<? extends C>) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
flatMap(Collection<? extends T>, Throwables.Function<? super T, ? extends Collection<? extends T2>, E>, Throwables.Function<? super T2, ? extends Collection<? extends R>, E2>) - Static method in class com.landawn.abacus.util.N
 
flatMap(Collection<? extends T>, Throwables.Function<? super T, ? extends Collection<? extends T2>, E>, Throwables.Function<? super T2, ? extends Collection<? extends R>, E2>, IntFunction<? extends C>) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
flatMap(Function<? super T, Collection<U>>) - Method in class com.landawn.abacus.util.Observer
 
flatMap(Throwables.Function<? super T, u.Nullable<U>, E>) - Method in class com.landawn.abacus.util.u.Nullable
 
flatMap(Throwables.Function<? super T, u.Optional<U>, E>) - Method in class com.landawn.abacus.util.u.Optional
 
flatMap(Throwables.BooleanFunction<u.OptionalBoolean, E>) - Method in class com.landawn.abacus.util.u.OptionalBoolean
 
flatMap(Throwables.ByteFunction<u.OptionalByte, E>) - Method in class com.landawn.abacus.util.u.OptionalByte
 
flatMap(Throwables.CharFunction<u.OptionalChar, E>) - Method in class com.landawn.abacus.util.u.OptionalChar
 
flatMap(Throwables.DoubleFunction<u.OptionalDouble, E>) - Method in class com.landawn.abacus.util.u.OptionalDouble
 
flatMap(Throwables.FloatFunction<u.OptionalFloat, E>) - Method in class com.landawn.abacus.util.u.OptionalFloat
 
flatMap(Throwables.IntFunction<u.OptionalInt, E>) - Method in class com.landawn.abacus.util.u.OptionalInt
 
flatMap(Throwables.LongFunction<u.OptionalLong, E>) - Method in class com.landawn.abacus.util.u.OptionalLong
 
flatMap(Throwables.ShortFunction<u.OptionalShort, E>) - Method in class com.landawn.abacus.util.u.OptionalShort
 
flatMapIfNotNull(Throwables.Function<? super T, u.Nullable<U>, E>) - Method in class com.landawn.abacus.util.u.Nullable
Flat map if not null.
flatMapp(Throwables.Function<? super T, R[], ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
flatMapToBoolean(Throwables.Function<? super T, boolean[], ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
flatMapToByte(Throwables.Function<? super T, byte[], ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
flatMapToChar(Throwables.Function<? super T, char[], ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
flatMapToDouble(Throwables.Function<? super T, double[], ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
flatMapToFloat(Throwables.Function<? super T, float[], ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
flatMapToInteger(Throwables.Function<? super T, int[], ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
flatMapToLong(Throwables.Function<? super T, long[], ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
flatMapToShort(Throwables.Function<? super T, short[], ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
flatten(Map<String, Object>) - Static method in class com.landawn.abacus.util.Maps
 
flatten(Map<String, Object>, Supplier<? extends M>) - Static method in class com.landawn.abacus.util.Maps
 
flatten(Map<String, Object>, String, Supplier<? extends M>) - Static method in class com.landawn.abacus.util.Maps
 
flatten() - Method in class com.landawn.abacus.util.Multiset
 
flatten(Tuple.Tuple2<Tuple.Tuple2<T1, T2>, T3>) - Static method in class com.landawn.abacus.util.Tuple
 
flatten(Tuple.Tuple3<Tuple.Tuple3<T1, T2, T3>, T4, T5>) - Static method in class com.landawn.abacus.util.Tuple
 
flattMap(Throwables.Function<? super T, ? extends Collection<? extends R>, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
flattMap(Iterator<? extends T>, Function<? super T, ? extends U[]>) - Static method in class com.landawn.abacus.util.Iterators
 
flattMap(T[], Throwables.Function<? super T, ? extends R[], E>) - Static method in class com.landawn.abacus.util.N
 
flattMap(T[], int, int, Throwables.Function<? super T, ? extends R[], E>) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
flattMap(Collection<? extends T>, Throwables.Function<? super T, ? extends R[], E>) - Static method in class com.landawn.abacus.util.N
 
flattMap(Collection<? extends T>, int, int, Throwables.Function<? super T, ? extends R[], E>) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
flattMap(T[], Throwables.Function<? super T, ? extends R[], E>, IntFunction<? extends C>) - Static method in class com.landawn.abacus.util.N
 
flattMap(T[], int, int, Throwables.Function<? super T, ? extends R[], E>, IntFunction<? extends C>) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
flattMap(Collection<? extends T>, Throwables.Function<? super T, ? extends R[], E>, IntFunction<? extends C>) - Static method in class com.landawn.abacus.util.N
 
flattMap(Collection<? extends T>, int, int, Throwables.Function<? super T, ? extends R[], E>, IntFunction<? extends C>) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
flattMapping(Function<? super T, ? extends Collection<? extends U>>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
flattMapping(Function<? super T, ? extends Collection<? extends U>>, Collector<? super U, A, R>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
flattMapping(Function<? super T, ? extends Collection<? extends T2>>, BiFunction<? super T, ? super T2, ? extends U>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
flattMapping(Function<? super T, ? extends Collection<? extends T2>>, BiFunction<? super T, ? super T2, ? extends U>, Collector<? super U, A, R>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
flatToMap() - Static method in class com.landawn.abacus.util.Fn
{a=[1, 2, 3], b=[4, 5, 6], c=[7, 8]} -> [{a=1, b=4, c=7}, {a=2, b=5, c=8}, {a=3, b=6}]
flatToMap(Map<K, ? extends Collection<? extends V>>) - Static method in class com.landawn.abacus.util.Maps
{a=[1, 2, 3], b=[4, 5, 6], c=[7, 8]} -> [{a=1, b=4, c=7}, {a=2, b=5, c=8}, {a=3, b=6}]
flatValues() - Method in class com.landawn.abacus.util.Multimap
 
flatValues(IntFunction<R>) - Method in class com.landawn.abacus.util.Multimap
 
FLOAT_ARRAY_COMPARATOR - Static variable in class com.landawn.abacus.util.Comparators
 
FLOAT_MINUS_ONE - Static variable in class com.landawn.abacus.util.Numbers
Reusable Float constant for minus one.
FLOAT_ONE - Static variable in class com.landawn.abacus.util.Numbers
Reusable Float constant for one.
FLOAT_ZERO - Static variable in class com.landawn.abacus.util.Numbers
Reusable Float constant for zero.
FloatBiConsumer - Interface in com.landawn.abacus.util.function
 
FloatBiFunction<R> - Interface in com.landawn.abacus.util.function
 
FloatBiPredicate - Interface in com.landawn.abacus.util.function
 
FloatConsumer - Interface in com.landawn.abacus.util.function
 
FloatFunction<R> - Interface in com.landawn.abacus.util.function
 
FloatPredicate - Interface in com.landawn.abacus.util.function
 
FloatSupplier - Interface in com.landawn.abacus.util.function
 
floatValue() - Method in class com.landawn.abacus.util.Fraction
Gets the fraction as a float.
floatValue() - Method in class com.landawn.abacus.util.MutableByte
Returns the value of this MutableByte as a float.
floatValue() - Method in class com.landawn.abacus.util.MutableDouble
Returns the value of this MutableDouble as a float.
floatValue() - Method in class com.landawn.abacus.util.MutableFloat
Returns the value of this MutableFloat as a float.
floatValue() - Method in class com.landawn.abacus.util.MutableInt
Returns the value of this MutableInt as a float.
floatValue() - Method in class com.landawn.abacus.util.MutableLong
Returns the value of this MutableLong as a float.
floatValue() - Method in class com.landawn.abacus.util.MutableShort
Returns the value of this MutableShort as a float.
floor(String) - Static method in class com.landawn.abacus.condition.Expression
 
floor(E) - Method in class com.landawn.abacus.util.ImmutableNavigableSet
 
FLOOR - Static variable in class com.landawn.abacus.util.WD
Field FLOOR.
floorEntry(K) - Method in class com.landawn.abacus.util.ImmutableNavigableMap
 
floorKey(K) - Method in class com.landawn.abacus.util.ImmutableNavigableMap
 
floorPowerOfTwo(long) - Static method in class com.landawn.abacus.util.Numbers
Returns the largest power of two less than or equal to x.
floorPowerOfTwo(BigInteger) - Static method in class com.landawn.abacus.util.Numbers
Floor power of two.
flush(OutputStream) - Static method in class com.landawn.abacus.http.HttpUtil
 
flush() - Method in class com.landawn.abacus.util.BufferedWriter
 
flush() - Method in class com.landawn.abacus.util.LZ4BlockOutputStream
 
flush() - Method in class com.landawn.abacus.util.SnappyOutputStream
 
flush() - Method in class com.landawn.abacus.util.StringWriter
Flush.
Fn - Class in com.landawn.abacus.util
Factory utility class for functional interfaces.
Fn.BiConsumers - Class in com.landawn.abacus.util
The Class BiConsumers.
Fn.BiFunctions - Class in com.landawn.abacus.util
The Class BiFunctions.
Fn.BinaryOperators - Class in com.landawn.abacus.util
The Class BinaryOperators.
Fn.BiPredicates - Class in com.landawn.abacus.util
The Class BiPredicates.
Fn.Consumers - Class in com.landawn.abacus.util
The Class Consumers.
Fn.Disposables - Class in com.landawn.abacus.util
The Class Disposables.
Fn.Entries - Class in com.landawn.abacus.util
The Class Entries.
Fn.Factory - Class in com.landawn.abacus.util
The Class Factory.
Fn.FnB - Class in com.landawn.abacus.util
Utility class for BytePredicate/Function/Consumer.
Fn.FnC - Class in com.landawn.abacus.util
Utility class for CharPredicate/Function/Consumer.
Fn.FnD - Class in com.landawn.abacus.util
Utility class for DoublePredicate/Function/Consumer.
Fn.FnF - Class in com.landawn.abacus.util
Utility class for FloatPredicate/Function/Consumer.
Fn.FnI - Class in com.landawn.abacus.util
Utility class for IntPredicate/Function/Consumer.
Fn.FnL - Class in com.landawn.abacus.util
Utility class for LongPredicate/Function/Consumer.
Fn.Fnn - Class in com.landawn.abacus.util
Utility class for exceptional Predicate/Function/Consumer.
Fn.FnS - Class in com.landawn.abacus.util
Utility class for ShortPredicate/Function/Consumer.
Fn.Functions - Class in com.landawn.abacus.util
The Class Functions.
Fn.IntFunctions - Class in com.landawn.abacus.util
The Class IntFunctions.
Fn.Pairs - Class in com.landawn.abacus.util
The Class Pairs.
Fn.Predicates - Class in com.landawn.abacus.util
The Class Predicates.
Fn.Suppliers - Class in com.landawn.abacus.util
The Class Suppliers.
Fn.TriConsumers - Class in com.landawn.abacus.util
The Class TriConsumers.
Fn.TriFunctions - Class in com.landawn.abacus.util
The Class TriFunctions.
Fn.Triples - Class in com.landawn.abacus.util
The Class Triples.
Fn.TriPredicates - Class in com.landawn.abacus.util
The Class TriPredicates.
Fn.UnaryOperators - Class in com.landawn.abacus.util
The Class UnaryOperators.
FOLLOW_ONLY_WHEN_PRERENDER_SHOWN - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP Follow-Only-When-Prerender-Shown header field name.
FOR_UPDATE - Static variable in class com.landawn.abacus.util.WD
Field FOR_UPDATE.
forcePut(K, V) - Method in class com.landawn.abacus.util.BiMap
An alternate form of put that silently removes any existing entry with the value value before proceeding with the BiMap.put(K, V) operation.
forClass(String) - Static method in class com.landawn.abacus.util.ClassUtil
Supports primitive types: boolean, char, byte, short, int, long, float, double.
forEach(Throwables.Consumer<? super NoCachingNoUpdating.DisposableObjArray, E>) - Method in interface com.landawn.abacus.DataSet
Performs the given action for each row of the DataSet until all rows have been processed or the action throws an exception.
forEach(Collection<String>, Throwables.Consumer<? super NoCachingNoUpdating.DisposableObjArray, E>) - Method in interface com.landawn.abacus.DataSet
Performs the given action for each row of the DataSet until all rows have been processed or the action throws an exception.
forEach(int, int, Throwables.Consumer<? super NoCachingNoUpdating.DisposableObjArray, E>) - Method in interface com.landawn.abacus.DataSet
Performs the given action for each row of the DataSet until all rows have been processed or the action throws an exception.
forEach(Collection<String>, int, int, Throwables.Consumer<? super NoCachingNoUpdating.DisposableObjArray, E>) - Method in interface com.landawn.abacus.DataSet
Performs the given action for each row of the DataSet until all rows have been processed or the action throws an exception.
forEach(Tuple.Tuple2<String, String>, Throwables.BiConsumer<?, ?, E>) - Method in interface com.landawn.abacus.DataSet
 
forEach(Tuple.Tuple2<String, String>, int, int, Throwables.BiConsumer<?, ?, E>) - Method in interface com.landawn.abacus.DataSet
 
forEach(Tuple.Tuple3<String, String, String>, Throwables.TriConsumer<?, ?, ?, E>) - Method in interface com.landawn.abacus.DataSet
 
forEach(Tuple.Tuple3<String, String, String>, int, int, Throwables.TriConsumer<?, ?, ?, E>) - Method in interface com.landawn.abacus.DataSet
 
forEach(Throwables.Consumer<? super T, ? extends E2>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
forEach(Throwables.Consumer<? super T, ? extends E2>, Throwables.Runnable<? extends E3>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
forEach(Throwables.Function<? super T, ? extends Collection<? extends U>, ? extends E2>, Throwables.BiConsumer<? super T, ? super U, ? extends E3>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
forEach(Throwables.Function<? super T, ? extends Collection<T2>, ? extends E2>, Throwables.Function<? super T2, ? extends Collection<T3>, ? extends E3>, Throwables.TriConsumer<? super T, ? super T2, ? super T3, ? extends E4>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
forEach(Throwables.Consumer<T, E>) - Method in class com.landawn.abacus.util.ImmutableArray
 
forEach(Map<K, V>, Throwables.Consumer<? super Map.Entry<K, V>, E>) - Static method in class com.landawn.abacus.util.Maps
 
forEach(Map<K, V>, Throwables.BiConsumer<? super K, ? super V, E>) - Static method in class com.landawn.abacus.util.Maps
 
forEach(Throwables.BiConsumer<? super K, ? super V, X>) - Method in class com.landawn.abacus.util.Multimap
 
forEach(Throwables.Consumer<? super T, E>) - Method in class com.landawn.abacus.util.Multiset
 
forEach(Throwables.ObjIntConsumer<? super T, E>) - Method in class com.landawn.abacus.util.Multiset
 
forEach(int, int, Throwables.Runnable<E>) - Static method in class com.landawn.abacus.util.N
 
forEach(int, int, int, Throwables.Runnable<E>) - Static method in class com.landawn.abacus.util.N
 
forEach(int, int, Throwables.IntConsumer<E>) - Static method in class com.landawn.abacus.util.N
 
forEach(int, int, int, Throwables.IntConsumer<E>) - Static method in class com.landawn.abacus.util.N
 
forEach(int, int, T, Throwables.ObjIntConsumer<? super T, E>) - Static method in class com.landawn.abacus.util.N
Deprecated.
use traditional for-loop
forEach(int, int, int, T, Throwables.ObjIntConsumer<? super T, E>) - Static method in class com.landawn.abacus.util.N
Deprecated.
use traditional for-loop
forEach(T[], Throwables.Consumer<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
forEach(T[], int, int, Throwables.Consumer<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
forEach(Collection<? extends T>, Throwables.Consumer<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
forEach(Collection<? extends T>, int, int, Throwables.Consumer<? super T, E>) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
forEach(Iterator<? extends T>, Throwables.Consumer<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
forEach(Map<K, V>, Throwables.Consumer<? super Map.Entry<K, V>, E>) - Static method in class com.landawn.abacus.util.N
 
forEach(T[], Throwables.Function<? super T, ? extends Collection<U>, E>, Throwables.BiConsumer<? super T, ? super U, E2>) - Static method in class com.landawn.abacus.util.N
 
forEach(Collection<T>, Throwables.Function<? super T, ? extends Collection<U>, E>, Throwables.BiConsumer<? super T, ? super U, E2>) - Static method in class com.landawn.abacus.util.N
 
forEach(Iterator<? extends T>, Throwables.Function<? super T, ? extends Collection<U>, E>, Throwables.BiConsumer<? super T, ? super U, E2>) - Static method in class com.landawn.abacus.util.N
 
forEach(T[], Throwables.Function<? super T, ? extends Collection<T2>, E>, Throwables.Function<? super T2, ? extends Collection<T3>, E2>, Throwables.TriConsumer<? super T, ? super T2, ? super T3, E3>) - Static method in class com.landawn.abacus.util.N
 
forEach(Collection<T>, Throwables.Function<? super T, ? extends Collection<T2>, E>, Throwables.Function<? super T2, ? extends Collection<T3>, E2>, Throwables.TriConsumer<? super T, ? super T2, ? super T3, E3>) - Static method in class com.landawn.abacus.util.N
 
forEach(Iterator<? extends T>, Throwables.Function<? super T, ? extends Collection<T2>, E>, Throwables.Function<? super T2, ? extends Collection<T3>, E2>, Throwables.TriConsumer<? super T, ? super T2, ? super T3, E3>) - Static method in class com.landawn.abacus.util.N
 
forEach(A[], B[], Throwables.BiConsumer<? super A, ? super B, E>) - Static method in class com.landawn.abacus.util.N
 
forEach(Collection<A>, Collection<B>, Throwables.BiConsumer<? super A, ? super B, E>) - Static method in class com.landawn.abacus.util.N
 
forEach(Iterator<A>, Iterator<B>, Throwables.BiConsumer<? super A, ? super B, E>) - Static method in class com.landawn.abacus.util.N
 
forEach(A[], B[], C[], Throwables.TriConsumer<? super A, ? super B, ? super C, E>) - Static method in class com.landawn.abacus.util.N
 
forEach(Collection<A>, Collection<B>, Collection<C>, Throwables.TriConsumer<? super A, ? super B, ? super C, E>) - Static method in class com.landawn.abacus.util.N
 
forEach(Iterator<A>, Iterator<B>, Iterator<C>, Throwables.TriConsumer<? super A, ? super B, ? super C, E>) - Static method in class com.landawn.abacus.util.N
 
forEach(A[], B[], A, B, Throwables.BiConsumer<? super A, ? super B, E>) - Static method in class com.landawn.abacus.util.N
 
forEach(Collection<A>, Collection<B>, A, B, Throwables.BiConsumer<? super A, ? super B, E>) - Static method in class com.landawn.abacus.util.N
 
forEach(Iterator<A>, Iterator<B>, A, B, Throwables.BiConsumer<? super A, ? super B, E>) - Static method in class com.landawn.abacus.util.N
 
forEach(A[], B[], C[], A, B, C, Throwables.TriConsumer<? super A, ? super B, ? super C, E>) - Static method in class com.landawn.abacus.util.N
 
forEach(Collection<A>, Collection<B>, Collection<C>, A, B, C, Throwables.TriConsumer<? super A, ? super B, ? super C, E>) - Static method in class com.landawn.abacus.util.N
 
forEach(Iterator<A>, Iterator<B>, Iterator<C>, A, B, C, Throwables.TriConsumer<? super A, ? super B, ? super C, E>) - Static method in class com.landawn.abacus.util.N
 
forEach(Throwables.Consumer<?, E>) - Method in class com.landawn.abacus.util.Pair
 
forEach(Throwables.Consumer<?, E>) - Method in class com.landawn.abacus.util.Triple
 
forEach(Throwables.Consumer<?, E>) - Method in class com.landawn.abacus.util.Tuple
 
forEach(Throwables.Consumer<?, E>) - Method in class com.landawn.abacus.util.Tuple.Tuple1
 
forEach(Throwables.Consumer<?, E>) - Method in class com.landawn.abacus.util.Tuple.Tuple2
 
forEach(Throwables.Consumer<?, E>) - Method in class com.landawn.abacus.util.Tuple.Tuple3
 
forEach(Throwables.Consumer<?, E>) - Method in class com.landawn.abacus.util.Tuple.Tuple4
 
forEach(Throwables.Consumer<?, E>) - Method in class com.landawn.abacus.util.Tuple.Tuple5
 
forEach(Throwables.Consumer<?, E>) - Method in class com.landawn.abacus.util.Tuple.Tuple6
 
forEach(Throwables.Consumer<?, E>) - Method in class com.landawn.abacus.util.Tuple.Tuple7
 
forEach(Throwables.Consumer<?, E>) - Method in class com.landawn.abacus.util.Tuple.Tuple8
 
forEach(Throwables.Consumer<?, E>) - Method in class com.landawn.abacus.util.Tuple.Tuple9
 
forEachIndexed(Throwables.IndexedConsumer<? super T, ? extends E2>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
foreachIndexed(Throwables.IndexedConsumer<? super String, E>) - Method in class com.landawn.abacus.util.LineIterator
 
forEachIndexed(T[], Throwables.IndexedConsumer<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
forEachIndexed(T[], int, int, Throwables.IndexedConsumer<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
forEachIndexed(Collection<? extends T>, Throwables.IndexedConsumer<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
forEachIndexed(Collection<? extends T>, int, int, Throwables.IndexedConsumer<? super T, E>) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
forEachIndexed(Iterator<? extends T>, Throwables.IndexedConsumer<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
forEachIndexed(Map<K, V>, Throwables.IndexedConsumer<? super Map.Entry<K, V>, E>) - Static method in class com.landawn.abacus.util.N
 
foreachIndexed(Throwables.IndexedConsumer<? super T, E>) - Method in class com.landawn.abacus.util.ObjIterator
 
forEachKey(Throwables.Consumer<? super K, X>) - Method in class com.landawn.abacus.util.Multimap
For each key.
forEachNonNull(T[], Throwables.Consumer<? super T, E>) - Static method in class com.landawn.abacus.util.N
For each non null.
forEachNonNull(Collection<T>, Throwables.Consumer<? super T, E>) - Static method in class com.landawn.abacus.util.N
For each non null.
forEachNonNull(T[], Throwables.Function<? super T, ? extends Collection<U>, E>, Throwables.BiConsumer<? super T, ? super U, E2>) - Static method in class com.landawn.abacus.util.N
For each non null.
forEachNonNull(Collection<T>, Throwables.Function<? super T, ? extends Collection<U>, E>, Throwables.BiConsumer<? super T, ? super U, E2>) - Static method in class com.landawn.abacus.util.N
For each non null.
forEachNonNull(Iterator<? extends T>, Throwables.Function<? super T, ? extends Collection<U>, E>, Throwables.BiConsumer<? super T, ? super U, E2>) - Static method in class com.landawn.abacus.util.N
For each non null.
forEachNonNull(T[], Throwables.Function<? super T, ? extends Collection<T2>, E>, Throwables.Function<? super T2, ? extends Collection<T3>, E2>, Throwables.TriConsumer<? super T, ? super T2, ? super T3, E3>) - Static method in class com.landawn.abacus.util.N
For each non null.
forEachNonNull(Collection<T>, Throwables.Function<? super T, ? extends Collection<T2>, E>, Throwables.Function<? super T2, ? extends Collection<T3>, E2>, Throwables.TriConsumer<? super T, ? super T2, ? super T3, E3>) - Static method in class com.landawn.abacus.util.N
For each non null.
forEachNonNull(Iterator<? extends T>, Throwables.Function<? super T, ? extends Collection<T2>, E>, Throwables.Function<? super T2, ? extends Collection<T3>, E2>, Throwables.TriConsumer<? super T, ? super T2, ? super T3, E3>) - Static method in class com.landawn.abacus.util.N
For each non null.
forEachPair(Throwables.BiConsumer<? super T, ? super T, ? extends E2>) - Method in class com.landawn.abacus.util.ExceptionalStream
For each pair.
forEachPair(Throwables.BiConsumer<? super T, ? super T, ? extends E2>, int) - Method in class com.landawn.abacus.util.ExceptionalStream
For each pair.
forEachPair(T[], Throwables.BiConsumer<? super T, ? super T, E>) - Static method in class com.landawn.abacus.util.N
For each pair.
forEachPair(T[], Throwables.BiConsumer<? super T, ? super T, E>, int) - Static method in class com.landawn.abacus.util.N
For each pair.
forEachPair(Collection<? extends T>, Throwables.BiConsumer<? super T, ? super T, E>) - Static method in class com.landawn.abacus.util.N
For each pair.
forEachPair(Collection<? extends T>, Throwables.BiConsumer<? super T, ? super T, E>, int) - Static method in class com.landawn.abacus.util.N
For each pair.
forEachPair(Iterator<? extends T>, Throwables.BiConsumer<? super T, ? super T, E>) - Static method in class com.landawn.abacus.util.N
For each pair.
forEachPair(Iterator<? extends T>, Throwables.BiConsumer<? super T, ? super T, E>, int) - Static method in class com.landawn.abacus.util.N
For each pair.
forEachRemaining(Throwables.BiConsumer<? super A, ? super B, E>) - Method in class com.landawn.abacus.util.BiIterator
For each remaining.
foreachRemaining(Throwables.Consumer<? super String, E>) - Method in class com.landawn.abacus.util.LineIterator
 
foreachRemaining(Throwables.Consumer<? super T, E>) - Method in class com.landawn.abacus.util.ObjIterator
 
forEachToBreak(Throwables.BiConsumer<? super T, MutableBoolean, E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
forEachToBreak(MutableBoolean, Throwables.Consumer<? super T, E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
forEachTriple(Throwables.TriConsumer<? super T, ? super T, ? super T, ? extends E2>) - Method in class com.landawn.abacus.util.ExceptionalStream
For each triple.
forEachTriple(Throwables.TriConsumer<? super T, ? super T, ? super T, ? extends E2>, int) - Method in class com.landawn.abacus.util.ExceptionalStream
For each triple.
forEachTriple(T[], Throwables.TriConsumer<? super T, ? super T, ? super T, E>) - Static method in class com.landawn.abacus.util.N
For each triple.
forEachTriple(T[], Throwables.TriConsumer<? super T, ? super T, ? super T, E>, int) - Static method in class com.landawn.abacus.util.N
For each triple.
forEachTriple(Collection<? extends T>, Throwables.TriConsumer<? super T, ? super T, ? super T, E>) - Static method in class com.landawn.abacus.util.N
For each triple.
forEachTriple(Collection<? extends T>, Throwables.TriConsumer<? super T, ? super T, ? super T, E>, int) - Static method in class com.landawn.abacus.util.N
For each triple.
forEachTriple(Iterator<? extends T>, Throwables.TriConsumer<? super T, ? super T, ? super T, E>) - Static method in class com.landawn.abacus.util.N
For each triple.
forEachTriple(Iterator<? extends T>, Throwables.TriConsumer<? super T, ? super T, ? super T, E>, int) - Static method in class com.landawn.abacus.util.N
For each triple.
forEachValue(Throwables.Consumer<? super V, X>) - Method in class com.landawn.abacus.util.Multimap
For each value.
formalize(Object) - Static method in class com.landawn.abacus.condition.Expression
 
formalizePropName(String) - Static method in class com.landawn.abacus.util.ClassUtil
It's designed for field/method/class/column/table names.
format(Date) - Static method in class com.landawn.abacus.util.DateUtil
 
format(Date, String) - Static method in class com.landawn.abacus.util.DateUtil
 
format(Date, String, TimeZone) - Static method in class com.landawn.abacus.util.DateUtil
 
format(Writer, Date) - Static method in class com.landawn.abacus.util.DateUtil
 
format(Writer, Date, String) - Static method in class com.landawn.abacus.util.DateUtil
 
format(Writer, Date, String, TimeZone) - Static method in class com.landawn.abacus.util.DateUtil
 
format(Calendar) - Static method in class com.landawn.abacus.util.DateUtil
 
format(Calendar, String) - Static method in class com.landawn.abacus.util.DateUtil
 
format(Calendar, String, TimeZone) - Static method in class com.landawn.abacus.util.DateUtil
 
format(Writer, Calendar) - Static method in class com.landawn.abacus.util.DateUtil
 
format(Writer, Calendar, String) - Static method in class com.landawn.abacus.util.DateUtil
 
format(Writer, Calendar, String, TimeZone) - Static method in class com.landawn.abacus.util.DateUtil
 
format(XMLGregorianCalendar) - Static method in class com.landawn.abacus.util.DateUtil
 
format(XMLGregorianCalendar, String) - Static method in class com.landawn.abacus.util.DateUtil
 
format(XMLGregorianCalendar, String, TimeZone) - Static method in class com.landawn.abacus.util.DateUtil
 
format(Writer, XMLGregorianCalendar) - Static method in class com.landawn.abacus.util.DateUtil
 
format(Writer, XMLGregorianCalendar, String) - Static method in class com.landawn.abacus.util.DateUtil
 
format(Writer, XMLGregorianCalendar, String, TimeZone) - Static method in class com.landawn.abacus.util.DateUtil
 
format(Date) - Static method in class com.landawn.abacus.util.ISO8601Util
Format a date into 'yyyy-MM-ddThh:mm:ssZ' (default timezone, no milliseconds precision).
format(Date, boolean) - Static method in class com.landawn.abacus.util.ISO8601Util
Format a date into 'yyyy-MM-ddThh:mm:ss[.sss]Z' (GMT timezone)
format(Date, boolean, TimeZone) - Static method in class com.landawn.abacus.util.ISO8601Util
Deprecated.
format(Date, boolean, TimeZone, Locale) - Static method in class com.landawn.abacus.util.ISO8601Util
Format date into yyyy-MM-ddThh:mm:ss[.sss][Z|[+-]hh:mm]
formatJSON(String) - Static method in class com.landawn.abacus.util.N
 
formatJSON(Class<?>, String) - Static method in class com.landawn.abacus.util.N
 
formatJSON(Type<?>, String) - Static method in class com.landawn.abacus.util.N
 
formatParameterizedTypeName(String) - Static method in class com.landawn.abacus.util.ClassUtil
Format parameterized type name.
formatXML(String) - Static method in class com.landawn.abacus.util.N
 
formatXML(Class<?>, String) - Static method in class com.landawn.abacus.util.N
 
formatXML(Type<?>, String) - Static method in class com.landawn.abacus.util.N
 
formBody(Map<?, ?>) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
 
formBody(Object) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
 
forUpdate() - Method in class com.landawn.abacus.util.SQLBuilder
 
FORWARDED - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP Forwarded header field name.
FOUR_FIFTHS - Static variable in class com.landawn.abacus.util.Fraction
Fraction representation of 4/5.
fprintln(String, T...) - Static method in class com.landawn.abacus.util.N
 
Fraction - Class in com.landawn.abacus.util
Note: it's copied from Apache Commons Lang developed at The Apache Software Foundation (http://www.apache.org/), or under the Apache License 2.0.
freeze() - Method in interface com.landawn.abacus.DataSet
Method freeze.
freeze() - Method in interface com.landawn.abacus.DirtyMarker
Method freeze.
FROM - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP From header field name.
from(Map<? extends K, ? extends V>) - Static method in class com.landawn.abacus.util.BiMap
Deprecated.
replaced by copyOf
from() - Method in class com.landawn.abacus.util.DynamicSQLBuilder
 
from(Iterator<? extends T>) - Static method in class com.landawn.abacus.util.Enumerations
 
from(Throwables.Supplier<ExceptionalStream<? extends T, ? extends E>, ? extends E>) - Static method in class com.landawn.abacus.util.ExceptionalStream
Lazy evaluation.
from(Throwables.Supplier<ExceptionalStream<? extends T, ? extends RuntimeException>, RuntimeException>) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
 
from(Map.Entry<? extends K, ? extends V>) - Static method in class com.landawn.abacus.util.ImmutableEntry
 
from(Map<? extends K, ? extends E>) - Static method in class com.landawn.abacus.util.ListMultimap
 
from(Collection<? extends T>, Throwables.Function<? super T, ? extends K, X>) - Static method in class com.landawn.abacus.util.ListMultimap
 
from(Collection<? extends T>, Throwables.Function<? super T, ? extends K, X>, Throwables.Function<? super T, ? extends E, X2>) - Static method in class com.landawn.abacus.util.ListMultimap
 
from(Map<? extends K, ? extends E>, IntFunction<? extends M>) - Static method in class com.landawn.abacus.util.ListMultimap
Deprecated.
from(Collection<? extends T>, Throwables.Function<? super T, ? extends K, X>, IntFunction<? extends M>) - Static method in class com.landawn.abacus.util.ListMultimap
Deprecated.
from(Collection<? extends T>, Throwables.Function<? super T, ? extends K, X>, Throwables.Function<? super T, ? extends E, X2>, IntFunction<? extends M>) - Static method in class com.landawn.abacus.util.ListMultimap
Deprecated.
from(Map<? extends K, ? extends E>, IntFunction<? extends M>) - Static method in class com.landawn.abacus.util.Multimap
 
from(Collection<? extends T>, Throwables.Function<? super T, ? extends K, X>, IntFunction<? extends M>) - Static method in class com.landawn.abacus.util.Multimap
 
from(Collection<? extends T>, Throwables.Function<? super T, ? extends K, X>, Throwables.Function<? super T, ? extends E, X2>, IntFunction<? extends M>) - Static method in class com.landawn.abacus.util.Multimap
 
from(Collection<? extends T>) - Static method in class com.landawn.abacus.util.Multiset
 
from(Iterator<? extends T>) - Static method in class com.landawn.abacus.util.Multiset
 
from(Map<? extends T, Integer>) - Static method in class com.landawn.abacus.util.Multiset
 
from(Map.Entry<K, V>) - Static method in class com.landawn.abacus.util.Pair
 
from(Map<? extends K, ? extends V>) - Static method in class com.landawn.abacus.util.Properties
 
from(Map<? extends K, ? extends E>) - Static method in class com.landawn.abacus.util.SetMultimap
 
from(Collection<? extends T>, Throwables.Function<? super T, ? extends K, X>) - Static method in class com.landawn.abacus.util.SetMultimap
 
from(Collection<? extends T>, Throwables.Function<? super T, ? extends K, X>, Throwables.Function<? super T, ? extends E, X2>) - Static method in class com.landawn.abacus.util.SetMultimap
 
from(Map<? extends K, ? extends E>, IntFunction<? extends M>) - Static method in class com.landawn.abacus.util.SetMultimap
Deprecated.
from(Collection<? extends T>, Throwables.Function<? super T, ? extends K, X>, IntFunction<? extends M>) - Static method in class com.landawn.abacus.util.SetMultimap
Deprecated.
from(Collection<? extends T>, Throwables.Function<? super T, ? extends K, X>, Throwables.Function<? super T, ? extends E, X2>, IntFunction<? extends M>) - Static method in class com.landawn.abacus.util.SetMultimap
Deprecated.
from(String) - Method in class com.landawn.abacus.util.SQLBuilder
 
from(String...) - Method in class com.landawn.abacus.util.SQLBuilder
 
from(Collection<String>) - Method in class com.landawn.abacus.util.SQLBuilder
 
from(Class<?>) - Method in class com.landawn.abacus.util.SQLBuilder
 
from(Class<?>, String) - Method in class com.landawn.abacus.util.SQLBuilder
 
from(Map.Entry<K, V>) - Static method in class com.landawn.abacus.util.Tuple
 
from(Object[]) - Static method in class com.landawn.abacus.util.Tuple
 
from(Collection<?>) - Static method in class com.landawn.abacus.util.Tuple
 
from(u.Optional<T>) - Static method in class com.landawn.abacus.util.u.Nullable
 
FROM - Static variable in class com.landawn.abacus.util.WD
Field FROM.
FROM_NUM - Static variable in interface com.landawn.abacus.util.function.ToDoubleFunction
 
FROM_NUM - Static variable in interface com.landawn.abacus.util.function.ToFloatFunction
 
FROM_NUM - Static variable in interface com.landawn.abacus.util.function.ToIntFunction
 
FROM_NUM - Static variable in interface com.landawn.abacus.util.function.ToLongFunction
 
fromJSON(Class<T>, String) - Static method in class com.landawn.abacus.parser.Fj
 
fromJSON(Class<T>, String, Fj.DeserializeConfig) - Static method in class com.landawn.abacus.parser.Fj
 
fromJSON(Class<T>, File) - Static method in class com.landawn.abacus.parser.Fj
 
fromJSON(Class<T>, File, Fj.DeserializeConfig) - Static method in class com.landawn.abacus.parser.Fj
 
fromJSON(Class<T>, InputStream) - Static method in class com.landawn.abacus.parser.Fj
 
fromJSON(Class<T>, InputStream, Fj.DeserializeConfig) - Static method in class com.landawn.abacus.parser.Fj
 
fromJSON(Class<T>, Reader) - Static method in class com.landawn.abacus.parser.Fj
 
fromJSON(Class<T>, Reader, Fj.DeserializeConfig) - Static method in class com.landawn.abacus.parser.Fj
 
fromJSON(TypeReference<T>, String) - Static method in class com.landawn.abacus.parser.Fj
 
fromJSON(TypeReference<T>, String, Fj.DeserializeConfig) - Static method in class com.landawn.abacus.parser.Fj
 
fromJSON(TypeReference<T>, File) - Static method in class com.landawn.abacus.parser.Fj
 
fromJSON(TypeReference<T>, File, Fj.DeserializeConfig) - Static method in class com.landawn.abacus.parser.Fj
 
fromJSON(TypeReference<T>, InputStream) - Static method in class com.landawn.abacus.parser.Fj
 
fromJSON(TypeReference<T>, InputStream, Fj.DeserializeConfig) - Static method in class com.landawn.abacus.parser.Fj
 
fromJSON(TypeReference<T>, Reader) - Static method in class com.landawn.abacus.parser.Fj
 
fromJSON(TypeReference<T>, Reader, Fj.DeserializeConfig) - Static method in class com.landawn.abacus.parser.Fj
 
fromJSON(Class<? extends T>, String) - Static method in class com.landawn.abacus.util.N
 
fromJSON(Class<? extends T>, String, JSONDeserializationConfig) - Static method in class com.landawn.abacus.util.N
 
fromJSON(Class<? extends T>, File) - Static method in class com.landawn.abacus.util.N
 
fromJSON(Class<? extends T>, File, JSONDeserializationConfig) - Static method in class com.landawn.abacus.util.N
 
fromJSON(Class<? extends T>, InputStream) - Static method in class com.landawn.abacus.util.N
 
fromJSON(Class<? extends T>, InputStream, JSONDeserializationConfig) - Static method in class com.landawn.abacus.util.N
 
fromJSON(Class<? extends T>, Reader) - Static method in class com.landawn.abacus.util.N
 
fromJSON(Class<? extends T>, Reader, JSONDeserializationConfig) - Static method in class com.landawn.abacus.util.N
 
fromJSON(Class<? extends T>, String, int, int) - Static method in class com.landawn.abacus.util.N
 
fromJSON(Class<? extends T>, String, int, int, JSONDeserializationConfig) - Static method in class com.landawn.abacus.util.N
 
fromJSON(Type<? extends T>, String) - Static method in class com.landawn.abacus.util.N
 
fromJSON(Type<? extends T>, String, JSONDeserializationConfig) - Static method in class com.landawn.abacus.util.N
 
fromJSON(Type<? extends T>, File) - Static method in class com.landawn.abacus.util.N
 
fromJSON(Type<? extends T>, File, JSONDeserializationConfig) - Static method in class com.landawn.abacus.util.N
 
fromJSON(Type<? extends T>, InputStream) - Static method in class com.landawn.abacus.util.N
 
fromJSON(Type<? extends T>, InputStream, JSONDeserializationConfig) - Static method in class com.landawn.abacus.util.N
 
fromJSON(Type<? extends T>, Reader) - Static method in class com.landawn.abacus.util.N
 
fromJSON(Type<? extends T>, Reader, JSONDeserializationConfig) - Static method in class com.landawn.abacus.util.N
 
fromJSON(Type<? extends T>, String, int, int) - Static method in class com.landawn.abacus.util.N
 
fromJSON(Type<? extends T>, String, int, int, JSONDeserializationConfig) - Static method in class com.landawn.abacus.util.N
 
fromm(Map<? extends K, ? extends Collection<? extends E>>) - Static method in class com.landawn.abacus.util.ListMultimap
 
fromm(Map<? extends K, ? extends Collection<? extends E>>, IntFunction<? extends M>) - Static method in class com.landawn.abacus.util.ListMultimap
Deprecated.
fromm(Map<? extends K, ? extends Collection<? extends E>>, IntFunction<? extends M>) - Static method in class com.landawn.abacus.util.Multimap
 
fromm(Map<? extends K, ? extends Collection<? extends E>>) - Static method in class com.landawn.abacus.util.SetMultimap
 
fromm(Map<? extends K, ? extends Collection<? extends E>>, IntFunction<? extends M>) - Static method in class com.landawn.abacus.util.SetMultimap
Deprecated.
fromXML(Class<? extends T>, String) - Static method in class com.landawn.abacus.util.N
 
fromXML(Class<? extends T>, String, XMLDeserializationConfig) - Static method in class com.landawn.abacus.util.N
 
fromXML(Class<? extends T>, File) - Static method in class com.landawn.abacus.util.N
 
fromXML(Class<? extends T>, File, XMLDeserializationConfig) - Static method in class com.landawn.abacus.util.N
 
fromXML(Class<? extends T>, InputStream) - Static method in class com.landawn.abacus.util.N
 
fromXML(Class<? extends T>, InputStream, XMLDeserializationConfig) - Static method in class com.landawn.abacus.util.N
 
fromXML(Class<? extends T>, Reader) - Static method in class com.landawn.abacus.util.N
 
fromXML(Class<? extends T>, Reader, XMLDeserializationConfig) - Static method in class com.landawn.abacus.util.N
 
fromXML(Type<? extends T>, String) - Static method in class com.landawn.abacus.util.N
 
fromXML(Type<? extends T>, String, XMLDeserializationConfig) - Static method in class com.landawn.abacus.util.N
 
fromXML(Type<? extends T>, File) - Static method in class com.landawn.abacus.util.N
 
fromXML(Type<? extends T>, File, XMLDeserializationConfig) - Static method in class com.landawn.abacus.util.N
 
fromXML(Type<? extends T>, InputStream) - Static method in class com.landawn.abacus.util.N
 
fromXML(Type<? extends T>, InputStream, XMLDeserializationConfig) - Static method in class com.landawn.abacus.util.N
 
fromXML(Type<? extends T>, Reader) - Static method in class com.landawn.abacus.util.N
 
fromXML(Type<? extends T>, Reader, XMLDeserializationConfig) - Static method in class com.landawn.abacus.util.N
 
frozen() - Method in interface com.landawn.abacus.DataSet
 
frozen() - Method in interface com.landawn.abacus.DirtyMarker
 
FS - Static variable in class com.landawn.abacus.util.Ascii
File Separator: These four information separators may be used within data in optional fashion, except that their hierarchical relationship shall be: FS is the most inclusive, then GS, then RS, and US is least inclusive.
FSC() - Constructor for class com.landawn.abacus.parser.Fj.SerializeConfig.FSC
 
FULL - Static variable in class com.landawn.abacus.util.WD
Field FULL.
FULL_JOIN - Static variable in class com.landawn.abacus.util.WD
Field FULL_JOIN.
fullJoin(String) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
fullJoin(String, Condition) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
fullJoin(Collection<String>, Condition) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
FullJoin - Class in com.landawn.abacus.condition
 
FullJoin(String) - Constructor for class com.landawn.abacus.condition.FullJoin
 
FullJoin(String, Condition) - Constructor for class com.landawn.abacus.condition.FullJoin
 
FullJoin(Collection<String>, Condition) - Constructor for class com.landawn.abacus.condition.FullJoin
 
fullJoin(DataSet, String, String) - Method in interface com.landawn.abacus.DataSet
Returns a new DataSet that has all the rows from this DataSet and the specified right DataSet, regardless of whether there are any matches.
fullJoin(DataSet, Map<String, String>) - Method in interface com.landawn.abacus.DataSet
Returns a new DataSet that has all the rows from this DataSet and the specified right DataSet, regardless of whether there are any matches.
fullJoin(DataSet, Map<String, String>, String, Class<?>) - Method in interface com.landawn.abacus.DataSet
Returns a new DataSet that has all the rows from this DataSet and the specified right DataSet, regardless of whether there are any matches.
fullJoin(DataSet, Map<String, String>, String, Class<?>, IntFunction<? extends Collection>) - Method in interface com.landawn.abacus.DataSet
Returns a new DataSet that has all the rows from this DataSet and the specified right DataSet, regardless of whether there are any matches.
fullJoin(String, String) - Method in class com.landawn.abacus.util.DynamicSQLBuilder.From
 
fullJoin(Collection<? extends U>, Throwables.Function<? super T, ? extends K, ? extends E>, Throwables.Function<? super U, ? extends K, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
fullJoin(Collection<? extends U>, Throwables.Function<? super T, ? extends K, ? extends E>, Throwables.Function<? super U, ? extends K, ? extends E>, Throwables.BiFunction<? super T, ? super U, R, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
fullJoin(Collection<? extends T>, Throwables.Function<? super T, ? extends K, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
fullJoin(Collection<? extends T>, Throwables.Function<? super T, ? extends K, ? extends E>, Throwables.BiFunction<? super T, ? super T, R, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
fullJoin(ExceptionalStream<? extends U, E>, Throwables.Function<? super T, ? extends K, ? extends E>, Throwables.Function<? super U, ? extends K, ? extends E>, Throwables.BiFunction<? super T, ? super U, R, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
fullJoin(Collection<? extends U>, Throwables.BiPredicate<? super T, ? super U, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
fullJoin(String) - Method in class com.landawn.abacus.util.SQLBuilder
 
fullJoin(Class<?>) - Method in class com.landawn.abacus.util.SQLBuilder
 
fullJoin(Class<?>, String) - Method in class com.landawn.abacus.util.SQLBuilder
 
Function<T,R> - Interface in com.landawn.abacus.util.function
futureGet() - Static method in class com.landawn.abacus.util.Fn
 
futureGetOrDefaultOnError(T) - Static method in class com.landawn.abacus.util.Fn
 
fuzzyCompare(double, double, double) - Static method in class com.landawn.abacus.util.Numbers
Compares a and b "fuzzily," with a tolerance for nearly-equal values.
fuzzyEquals(double, double, double) - Static method in class com.landawn.abacus.util.Numbers
Returns true if a and b are within tolerance of each other.

G

gcd(int, int) - Static method in class com.landawn.abacus.util.Numbers
Returns the greatest common divisor of a, b.
gcd(long, long) - Static method in class com.landawn.abacus.util.Numbers
Returns the greatest common divisor of a, b.
ge(String, Object) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
ge(String) - Static method in class com.landawn.abacus.condition.ConditionFactory
It's for parameterized SQL with question mark or named parameters.
ge(String, Object) - Static method in class com.landawn.abacus.condition.Expression
 
ge(Object) - Method in class com.landawn.abacus.condition.NamedProperty
 
geAndLe(String, Object, Object) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
geAndLe(String) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
geAndLe(T, T) - Static method in class com.landawn.abacus.util.Fn
Checks if the value/element: minValue <= e <= maxValue.
geAndLt(String, Object, Object) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
geAndLt(String) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
geAndLt(T, T) - Static method in class com.landawn.abacus.util.Fn
Checks if the value/element: minValue <= e < maxValue.
generate(Consumer<Pair<A, B>>) - Static method in class com.landawn.abacus.util.BiIterator
Returns an infinite BiIterator.
generate(BooleanSupplier, Consumer<Pair<A, B>>) - Static method in class com.landawn.abacus.util.BiIterator
 
generate(int, int, IndexedConsumer<Pair<A, B>>) - Static method in class com.landawn.abacus.util.BiIterator
 
generate(Throwables.Supplier<T, E>) - Static method in class com.landawn.abacus.util.ExceptionalStream
 
generate(Throwables.Supplier<T, RuntimeException>) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
 
generate(U, Predicate<? super U>, Function<? super U, T>) - Static method in class com.landawn.abacus.util.Iterators
 
generate(U, BiPredicate<? super U, T>, BiFunction<? super U, T, T>) - Static method in class com.landawn.abacus.util.Iterators
 
generate(Supplier<? extends T>) - Static method in class com.landawn.abacus.util.ObjIterator
Returns an infinite ObjIterator.
generate(BooleanSupplier, Supplier<? extends T>) - Static method in class com.landawn.abacus.util.ObjIterator
 
generateDigest(byte[]) - Static method in class com.landawn.abacus.util.WSSecurityUtil
Generate a (SHA1) digest of the input bytes.
generateNonce(int) - Static method in class com.landawn.abacus.util.WSSecurityUtil
Generate a nonce of the given length using the SHA1PRNG algorithm.
GenericKeyedObjectPool<K,E extends Poolable> - Class in com.landawn.abacus.pool
 
GenericObjectPool<E extends Poolable> - Class in com.landawn.abacus.pool
 
get(Operator) - Method in class com.landawn.abacus.condition.Criteria
 
get(int, int) - Method in interface com.landawn.abacus.DataSet
There is NO underline auto-conversion from column value to target type: T.
get(Class<T>, int, int) - Method in interface com.landawn.abacus.DataSet
Deprecated.
may be misused because it implies there is an underline auto-conversion from column values to target return type but actually there is not.
get(int) - Method in interface com.landawn.abacus.DataSet
There is NO underline auto-conversion from column value to target type: T.
get(String) - Method in interface com.landawn.abacus.DataSet
There is NO underline auto-conversion from column value to target type: T.
get(Class<T>, int) - Method in interface com.landawn.abacus.DataSet
Deprecated.
may be misused because it implies there is an underline auto-conversion from column values to target return type but actually there is not.
get(Class<T>, String) - Method in interface com.landawn.abacus.DataSet
Deprecated.
may be misused because it implies there is an underline auto-conversion from column values to target return type but actually there is not.
GET - Annotation Type in com.landawn.abacus.http
Make a GET request to a REST path relative to base URL.
get() - Method in class com.landawn.abacus.http.HttpClient
 
get(HttpSettings) - Method in class com.landawn.abacus.http.HttpClient
 
get(Object) - Method in class com.landawn.abacus.http.HttpClient
 
get(Object, HttpSettings) - Method in class com.landawn.abacus.http.HttpClient
 
get(Class<T>) - Method in class com.landawn.abacus.http.HttpClient
 
get(Class<T>, HttpSettings) - Method in class com.landawn.abacus.http.HttpClient
 
get(Class<T>, Object) - Method in class com.landawn.abacus.http.HttpClient
 
get(Class<T>, Object, HttpSettings) - Method in class com.landawn.abacus.http.HttpClient
 
get(String) - Method in class com.landawn.abacus.http.HttpHeaders
 
get() - Method in class com.landawn.abacus.http.HttpRequest
 
get(Class<T>) - Method in class com.landawn.abacus.http.HttpRequest
 
get(Object) - Method in class com.landawn.abacus.http.HttpRequest
 
get(Class<T>, Object) - Method in class com.landawn.abacus.http.HttpRequest
 
get() - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
 
get(Class<T>) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
 
GET - Static variable in annotation type com.landawn.abacus.http.WebService.HttpMethod
 
get(K) - Method in class com.landawn.abacus.pool.GenericKeyedObjectPool
 
get(K) - Method in interface com.landawn.abacus.pool.KeyedObjectPool
 
get(Object, int) - Static method in class com.landawn.abacus.util.Array
 
get(Object) - Method in class com.landawn.abacus.util.ArrayHashMap
 
get(Object) - Method in class com.landawn.abacus.util.BiMap
 
get(String) - Static method in class com.landawn.abacus.util.Charsets
 
get(Supplier<T>) - Static method in class com.landawn.abacus.util.Fn
 
get() - Method in interface com.landawn.abacus.util.function.Supplier
 
get(int) - Method in class com.landawn.abacus.util.ImmutableArray
 
get(int) - Method in class com.landawn.abacus.util.ImmutableList
 
get(Object) - Method in class com.landawn.abacus.util.ImmutableMap
 
get(Iterator<? extends T>, long) - Static method in class com.landawn.abacus.util.Iterators
 
get() - Method in class com.landawn.abacus.util.LazyInitializer
 
get(Map<K, ? extends V>, Object) - Static method in class com.landawn.abacus.util.Maps
 
get(Object) - Method in class com.landawn.abacus.util.Multimap
 
get(Object) - Method in class com.landawn.abacus.util.Multiset
 
get(int) - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableArray
 
get(int) - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableBooleanArray
 
get(int) - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableByteArray
 
get(int) - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableCharArray
 
get(int) - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableDoubleArray
 
get(int) - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableFloatArray
 
get(int) - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableIntArray
 
get(int) - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableLongArray
 
get(int) - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableShortArray
 
get(Object) - Method in class com.landawn.abacus.util.ObjectPool
 
get(Object) - Method in class com.landawn.abacus.util.Properties
 
get(Class<T>, Object) - Method in class com.landawn.abacus.util.Properties
To avoid NullPointerException for primitive type if the target property is null or not set.
get() - Method in interface com.landawn.abacus.util.Throwables.EE.Supplier
 
get() - Method in interface com.landawn.abacus.util.Throwables.EEE.Supplier
 
get() - Method in class com.landawn.abacus.util.Throwables.LazyInitializer
 
get() - Method in interface com.landawn.abacus.util.Throwables.Supplier
 
get() - Method in class com.landawn.abacus.util.u.Nullable
 
get() - Method in class com.landawn.abacus.util.u.Optional
 
get() - Method in class com.landawn.abacus.util.u.OptionalBoolean
 
get() - Method in class com.landawn.abacus.util.u.OptionalByte
 
get() - Method in class com.landawn.abacus.util.u.OptionalChar
 
get() - Method in class com.landawn.abacus.util.u.OptionalDouble
 
get() - Method in class com.landawn.abacus.util.u.OptionalFloat
 
get() - Method in class com.landawn.abacus.util.u.OptionalInt
 
get() - Method in class com.landawn.abacus.util.u.OptionalLong
 
get() - Method in class com.landawn.abacus.util.u.OptionalShort
 
getAccept(Map<String, ?>) - Static method in class com.landawn.abacus.http.HttpUtil
 
getAccept(HttpHeaders) - Static method in class com.landawn.abacus.http.HttpUtil
 
getAccept(HttpSettings) - Static method in class com.landawn.abacus.http.HttpUtil
 
getAccept(HttpURLConnection) - Static method in class com.landawn.abacus.http.HttpUtil
 
getAcceptCharset(Map<String, ?>) - Static method in class com.landawn.abacus.http.HttpUtil
 
getAcceptCharset(HttpHeaders) - Static method in class com.landawn.abacus.http.HttpUtil
 
getAcceptCharset(HttpSettings) - Static method in class com.landawn.abacus.http.HttpUtil
 
getAcceptCharset(HttpURLConnection) - Static method in class com.landawn.abacus.http.HttpUtil
 
getAcceptEncoding(Map<String, ?>) - Static method in class com.landawn.abacus.http.HttpUtil
 
getAcceptEncoding(HttpHeaders) - Static method in class com.landawn.abacus.http.HttpUtil
 
getAcceptEncoding(HttpSettings) - Static method in class com.landawn.abacus.http.HttpUtil
 
getAcceptEncoding(HttpURLConnection) - Static method in class com.landawn.abacus.http.HttpUtil
 
getAcceptFormat(Annotation[], ContentFormat) - Static method in class com.landawn.abacus.http.HttpUtil
 
getAccessCount() - Method in class com.landawn.abacus.pool.ActivityPrint
Gets the access count.
getAggregation() - Method in class com.landawn.abacus.condition.Criteria
Gets the aggregation.
getAllFailedMethodStatisticsList() - Method in class com.landawn.abacus.util.Profiler.MultiLoopsStatistics
Gets the all failed method statistics list.
getAllInterfaces(Class<?>) - Static method in class com.landawn.abacus.util.ClassUtil
Copied from Apache Commons Lang under Apache License v2.
getAllSuperclasses(Class<?>) - Static method in class com.landawn.abacus.util.ClassUtil
Copied from Apache Commons Lang under Apache License v2.
getAllSuperTypes(Class<?>) - Static method in class com.landawn.abacus.util.ClassUtil
Returns all the interfaces and super classes the specified class implements or extends, excluding Object.class.
getAndAdd(T) - Method in class com.landawn.abacus.util.Multiset
Gets the and add.
getAndAdd(T, int) - Method in class com.landawn.abacus.util.Multiset
Gets the and add.
getAndAdd(byte) - Method in class com.landawn.abacus.util.MutableByte
Adds the given value to the current value.
getAndAdd(char) - Method in class com.landawn.abacus.util.MutableChar
Adds the given value to the current value.
getAndAdd(double) - Method in class com.landawn.abacus.util.MutableDouble
Adds the given value to the current value.
getAndAdd(float) - Method in class com.landawn.abacus.util.MutableFloat
Adds the given value to the current value.
getAndAdd(int) - Method in class com.landawn.abacus.util.MutableInt
Adds the given value to the current value.
getAndAdd(long) - Method in class com.landawn.abacus.util.MutableLong
Adds the given value to the current value.
getAndAdd(short) - Method in class com.landawn.abacus.util.MutableShort
Adds the given value to the current value.
getAndDecrement() - Method in class com.landawn.abacus.util.MutableByte
Decrements by one the current value.
getAndDecrement() - Method in class com.landawn.abacus.util.MutableChar
Decrements by one the current value.
getAndDecrement() - Method in class com.landawn.abacus.util.MutableDouble
Decrements by one the current value.
getAndDecrement() - Method in class com.landawn.abacus.util.MutableFloat
Decrements by one the current value.
getAndDecrement() - Method in class com.landawn.abacus.util.MutableInt
Decrements by one the current value.
getAndDecrement() - Method in class com.landawn.abacus.util.MutableLong
Decrements by one the current value.
getAndDecrement() - Method in class com.landawn.abacus.util.MutableShort
Decrements by one the current value.
getAndIncrement() - Method in class com.landawn.abacus.util.MutableByte
Increments by one the current value.
getAndIncrement() - Method in class com.landawn.abacus.util.MutableChar
Increments by one the current value.
getAndIncrement() - Method in class com.landawn.abacus.util.MutableDouble
Increments by one the current value.
getAndIncrement() - Method in class com.landawn.abacus.util.MutableFloat
Increments by one the current value.
getAndIncrement() - Method in class com.landawn.abacus.util.MutableInt
Increments by one the current value.
getAndIncrement() - Method in class com.landawn.abacus.util.MutableLong
Increments by one the current value.
getAndIncrement() - Method in class com.landawn.abacus.util.MutableShort
Increments by one the current value.
getAndInvert() - Method in class com.landawn.abacus.util.MutableBoolean
Gets the and invert.
getAndPutLinkedHashSetIfAbsent(Map<K, Set<E>>, K) - Static method in class com.landawn.abacus.util.Maps
Returns the value associated with the specified key if it exists in the specified map contains, or the new put Set if it's absent.
getAndPutListIfAbsent(Map<K, List<E>>, K) - Static method in class com.landawn.abacus.util.Maps
Returns the value associated with the specified key if it exists in the specified map contains, or the new put List if it's absent.
getAndPutMapIfAbsent(Map<K, Map<KK, VV>>, K) - Static method in class com.landawn.abacus.util.Maps
Returns the value associated with the specified key if it exists in the specified map contains, or the new put Map if it's absent.
getAndPutSetIfAbsent(Map<K, Set<E>>, K) - Static method in class com.landawn.abacus.util.Maps
Returns the value associated with the specified key if it exists in the specified map contains, or the new put Set if it's absent.
getAndRemove(Object) - Method in class com.landawn.abacus.util.Multiset
Gets the and remove.
getAndRemove(Object, int) - Method in class com.landawn.abacus.util.Multiset
Gets the and remove.
getAndSet(T, int) - Method in class com.landawn.abacus.util.Multiset
The element will be removed if the specified count is 0.
getAndSet(boolean) - Method in class com.landawn.abacus.util.MutableBoolean
Gets the and set.
getAndSet(byte) - Method in class com.landawn.abacus.util.MutableByte
Gets the and set.
getAndSet(char) - Method in class com.landawn.abacus.util.MutableChar
Gets the and set.
getAndSet(double) - Method in class com.landawn.abacus.util.MutableDouble
Gets the and set.
getAndSet(float) - Method in class com.landawn.abacus.util.MutableFloat
Gets the and set.
getAndSet(int) - Method in class com.landawn.abacus.util.MutableInt
Gets the and set.
getAndSet(long) - Method in class com.landawn.abacus.util.MutableLong
Gets the and set.
getAndSet(short) - Method in class com.landawn.abacus.util.MutableShort
Gets the and set.
getAndSetLeft(L) - Method in class com.landawn.abacus.util.Pair
Gets the and set left.
getAndSetLeft(L) - Method in class com.landawn.abacus.util.Triple
Gets the and set left.
getAndSetMiddle(M) - Method in class com.landawn.abacus.util.Triple
Gets the and set middle.
getAndSetRight(R) - Method in class com.landawn.abacus.util.Pair
Gets the and set right.
getAndSetRight(R) - Method in class com.landawn.abacus.util.Triple
Gets the and set right.
getAnnotation(Class<T>) - Method in class com.landawn.abacus.parser.ParserUtil.EntityInfo
 
getAnnotation(Class<T>) - Method in class com.landawn.abacus.parser.ParserUtil.PropInfo
 
getAsBoolean() - Method in interface com.landawn.abacus.util.function.BooleanSupplier
 
getAsBoolean() - Method in interface com.landawn.abacus.util.Throwables.BooleanSupplier
Gets the as boolean.
getAsByte() - Method in interface com.landawn.abacus.util.function.ByteSupplier
 
getAsByte() - Method in interface com.landawn.abacus.util.Throwables.ByteSupplier
Gets the as byte.
getAsChar() - Method in interface com.landawn.abacus.util.function.CharSupplier
 
getAsChar() - Method in interface com.landawn.abacus.util.Throwables.CharSupplier
Gets the as char.
getAsDouble() - Method in interface com.landawn.abacus.util.function.DoubleSupplier
 
getAsDouble() - Method in interface com.landawn.abacus.util.Throwables.DoubleSupplier
Gets the as double.
getAsFloat() - Method in interface com.landawn.abacus.util.function.FloatSupplier
 
getAsFloat() - Method in interface com.landawn.abacus.util.Throwables.FloatSupplier
Gets the as float.
getAsInt() - Method in interface com.landawn.abacus.util.function.IntSupplier
 
getAsInt() - Method in interface com.landawn.abacus.util.Throwables.IntSupplier
Gets the as int.
getAsLong() - Method in interface com.landawn.abacus.util.function.LongSupplier
 
getAsLong() - Method in interface com.landawn.abacus.util.Throwables.LongSupplier
Gets the as long.
getAsShort() - Method in interface com.landawn.abacus.util.function.ShortSupplier
 
getAsShort() - Method in interface com.landawn.abacus.util.Throwables.ShortSupplier
Gets the as short.
getAttribute(Node, String) - Static method in class com.landawn.abacus.util.XMLUtil
Gets the attribute.
getBoolean(int) - Method in interface com.landawn.abacus.DataSet
Return default value (false) if the property is null.
getBoolean(String) - Method in interface com.landawn.abacus.DataSet
Return default value (false) if the property is null.
getBoolean(Object, int) - Static method in class com.landawn.abacus.util.Array
Gets the boolean.
getBoolean(Map<? super K, ?>, Object) - Static method in class com.landawn.abacus.util.Maps
 
getBoolean(Map<? super K, ?>, Object, boolean) - Static method in class com.landawn.abacus.util.Maps
Returns the mapped boolean or a boolean converted from String.
getByte(int) - Method in interface com.landawn.abacus.DataSet
Return default value (0) if the property is null.
getByte(String) - Method in interface com.landawn.abacus.DataSet
Return default value (0) if the property is null.
getByte(Object, int) - Static method in class com.landawn.abacus.util.Array
Gets the byte.
getByte(Map<? super K, ?>, Object) - Static method in class com.landawn.abacus.util.Maps
 
getByte(Map<? super K, ?>, Object, byte) - Static method in class com.landawn.abacus.util.Maps
Returns the mapped byte or a byte converted from String.
getByValue(Object) - Method in class com.landawn.abacus.util.BiMap
Gets the by value.
getByValue(Object) - Method in class com.landawn.abacus.util.ImmutableBiMap
Gets the by value.
getCanonicalClassName(Class<?>) - Static method in class com.landawn.abacus.util.ClassUtil
Gets the canonical class name.
getCapacity() - Method in class com.landawn.abacus.pool.AbstractPool
Gets the capacity.
getCapacity() - Method in interface com.landawn.abacus.pool.Pool
Gets the capacity.
getCause() - Method in exception com.landawn.abacus.exception.UncheckedException
Returns the cause of this exception.
getCause() - Method in exception com.landawn.abacus.exception.UncheckedIOException
Returns the cause of this exception.
getCause() - Method in exception com.landawn.abacus.exception.UncheckedSQLException
Returns the cause of this exception.
getChar(int) - Method in interface com.landawn.abacus.DataSet
Return default value (0) if the property is null.
getChar(String) - Method in interface com.landawn.abacus.DataSet
Return default value (0) if the property is null.
getChar(Object, int) - Static method in class com.landawn.abacus.util.Array
Gets the char.
getChar(Map<? super K, ?>, Object) - Static method in class com.landawn.abacus.util.Maps
 
getChar(Map<? super K, ?>, Object, char) - Static method in class com.landawn.abacus.util.Maps
Returns the mapped char or a char converted from String.
getCharQuotation() - Method in class com.landawn.abacus.parser.KryoSerializationConfig
Deprecated.
UnsupportedOperationException
getCharQuotation() - Method in class com.landawn.abacus.parser.SerializationConfig
Gets the char quotation.
getCharset(String) - Static method in class com.landawn.abacus.http.HttpUtil
 
getCharset(String, Charset) - Static method in class com.landawn.abacus.http.HttpUtil
 
getCharsForReadOnly(String) - Static method in class com.landawn.abacus.util.InternalUtil
Deprecated.
Gets the chars for read only.
getClassesByPackage(String, boolean, boolean) - Static method in class com.landawn.abacus.util.ClassUtil
Gets the classes by package.
getClassesByPackage(String, boolean, boolean, Throwables.Predicate<? super Class<?>, E>) - Static method in class com.landawn.abacus.util.ClassUtil
Gets the classes by package.
getClassName(Class<?>) - Static method in class com.landawn.abacus.util.ClassUtil
Gets the class name.
getClassName() - Method in class com.landawn.abacus.util.TypeAttrParser
Gets the class name.
getClauseOperators() - Static method in class com.landawn.abacus.condition.CriteriaUtil
Gets the clause operators.
getColumn(int) - Method in interface com.landawn.abacus.DataSet
Must NOT modify the returned list.
getColumn(String) - Method in interface com.landawn.abacus.DataSet
Must NOT modify the returned list.
getColumn2PropNameMap(Class<?>) - Static method in class com.landawn.abacus.util.ClassUtil
Gets the column 2 field name map.
getColumnIndex(String) - Method in interface com.landawn.abacus.DataSet
 
getColumnIndexes(Collection<String>) - Method in interface com.landawn.abacus.DataSet
-1 is set to the element in the returned array if the mapping column name is not included in this DataSet.
getColumnName(int) - Method in interface com.landawn.abacus.DataSet
 
getCondition() - Method in class com.landawn.abacus.condition.Cell
Gets the condition.
getCondition() - Method in class com.landawn.abacus.condition.Join
Gets the condition.
getCondition() - Method in class com.landawn.abacus.condition.SubQuery
Gets the condition.
getConditions() - Method in class com.landawn.abacus.condition.Criteria
Gets the conditions.
getConditions() - Method in class com.landawn.abacus.condition.Junction
Gets the conditions.
getConnectionTimeout() - Method in class com.landawn.abacus.http.HttpSettings
Gets the connection timeout.
getContentEncoding() - Method in class com.landawn.abacus.http.HttpSettings
 
getContentEncoding(Map<String, ?>) - Static method in class com.landawn.abacus.http.HttpUtil
 
getContentEncoding(HttpHeaders) - Static method in class com.landawn.abacus.http.HttpUtil
 
getContentEncoding(HttpSettings) - Static method in class com.landawn.abacus.http.HttpUtil
 
getContentEncoding(HttpURLConnection) - Static method in class com.landawn.abacus.http.HttpUtil
 
getContentEncoding(ContentFormat) - Static method in class com.landawn.abacus.http.HttpUtil
Gets the content encoding.
getContentFormat() - Method in class com.landawn.abacus.http.HttpSettings
Gets the content format.
getContentFormat(String, String) - Static method in class com.landawn.abacus.http.HttpUtil
Gets the content format.
getContentFormat(HttpURLConnection) - Static method in class com.landawn.abacus.http.HttpUtil
Gets the content format.
getContentFormat(Annotation[], ContentFormat) - Static method in class com.landawn.abacus.http.HttpUtil
 
getContentType() - Method in class com.landawn.abacus.http.HttpSettings
 
getContentType(Map<String, ?>) - Static method in class com.landawn.abacus.http.HttpUtil
 
getContentType(HttpHeaders) - Static method in class com.landawn.abacus.http.HttpUtil
 
getContentType(HttpSettings) - Static method in class com.landawn.abacus.http.HttpUtil
 
getContentType(HttpURLConnection) - Static method in class com.landawn.abacus.http.HttpUtil
 
getContentType(ContentFormat) - Static method in class com.landawn.abacus.http.HttpUtil
Gets the content type.
getCount() - Method in class com.landawn.abacus.condition.Limit
Gets the count.
getCreateTime() - Method in class com.landawn.abacus.pool.ActivityPrint
Gets the creates the time.
getDateformat() - Method in class com.landawn.abacus.parser.Fj.SerializeConfig
Gets the dateformat.
getDateHeader(String) - Method in class com.landawn.abacus.http.HttpServletRequestHeaderWrapper
 
getDateTimeFormat() - Method in class com.landawn.abacus.parser.KryoSerializationConfig
Deprecated.
UnsupportedOperationException
getDateTimeFormat() - Method in class com.landawn.abacus.parser.SerializationConfig
The default format is: LONG.
getDeclaredConstructor(Class<T>, Class<?>...) - Static method in class com.landawn.abacus.util.ClassUtil
Returns the constructor declared in the specified cls with the specified parameterTypes.
getDeclaredMethod(Class<?>, String, Class<?>...) - Static method in class com.landawn.abacus.util.ClassUtil
Returns the method declared in the specified cls with the specified methodName and parameterTypes.
getDefaultFeatures() - Method in class com.landawn.abacus.parser.Fj.SerializeConfig
Gets the default features.
getDenominator() - Method in class com.landawn.abacus.util.Fraction
Deprecated.
replaced by denominator
getDigest(String) - Static method in class com.landawn.abacus.util.DigestUtil
Returns a MessageDigest for the given algorithm.
getDouble(int) - Method in interface com.landawn.abacus.DataSet
Return default value (0d) if the property is null.
getDouble(String) - Method in interface com.landawn.abacus.DataSet
Return default value (0d) if the property is null.
getDouble(Object, int) - Static method in class com.landawn.abacus.util.Array
Gets the double.
getDouble(Map<? super K, ?>, Object) - Static method in class com.landawn.abacus.util.Maps
 
getDouble(Map<? super K, ?>, Object, double) - Static method in class com.landawn.abacus.util.Maps
Returns the mapped double or a double converted from String.
getElementsByTagName(Element, String) - Static method in class com.landawn.abacus.util.XMLUtil
Gets the elements by tag name.
getElementType() - Method in class com.landawn.abacus.parser.DeserializationConfig
Gets the element type.
getEnclosingClass(Class<?>) - Static method in class com.landawn.abacus.util.ClassUtil
Gets the enclosing class.
getEntityClass() - Method in class com.landawn.abacus.condition.SubQuery
 
getEntityInfo(Class<?>) - Static method in class com.landawn.abacus.parser.ParserUtil
Gets the entity info.
getEntityName() - Method in class com.landawn.abacus.condition.SubQuery
 
getErrorCode() - Method in exception com.landawn.abacus.exception.UncheckedSQLException
 
getErrorMessage(Throwable) - Static method in class com.landawn.abacus.util.ExceptionUtil
 
getErrorMessage(Throwable, boolean) - Static method in class com.landawn.abacus.util.ExceptionUtil
 
getEscape() - Method in class com.landawn.abacus.util.CSVParser
 
getExceptionIfPresent() - Method in class com.landawn.abacus.util.Result
Returns the Exception if occurred, otherwise null is returned.
getExclusion() - Method in class com.landawn.abacus.parser.SerializationConfig
Gets the exclusion.
getExitingExecutorService(ThreadPoolExecutor) - Static method in class com.landawn.abacus.util.MoreExecutors
Gets the exiting executor service.
getExitingExecutorService(ThreadPoolExecutor, long, TimeUnit) - Static method in class com.landawn.abacus.util.MoreExecutors
Gets the exiting executor service.
getExitingScheduledExecutorService(ScheduledThreadPoolExecutor) - Static method in class com.landawn.abacus.util.MoreExecutors
Gets the exiting scheduled executor service.
getExitingScheduledExecutorService(ScheduledThreadPoolExecutor, long, TimeUnit) - Static method in class com.landawn.abacus.util.MoreExecutors
Gets the exiting scheduled executor service.
getExpirationTime() - Method in class com.landawn.abacus.pool.ActivityPrint
Gets the expiration time.
getExpr() - Method in class com.landawn.abacus.condition.Limit
 
getFailedMethodStatisticsList(String) - Method in class com.landawn.abacus.util.Profiler.MultiLoopsStatistics
Gets the failed method statistics list.
getFeatures() - Method in class com.landawn.abacus.parser.Fj.DeserializeConfig
Gets the features.
getFeatures() - Method in class com.landawn.abacus.parser.Fj.SerializeConfig
Gets the features.
getFeatureValues() - Method in class com.landawn.abacus.parser.Fj.DeserializeConfig
Gets the feature values.
getFileExtension(String) - Static method in class com.landawn.abacus.util.IOUtil
Note: copied from Google Guava under Apache License v2.
getFilters() - Method in class com.landawn.abacus.parser.Fj.SerializeConfig
Gets the filters.
getFirst() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableDeque
Gets the first.
getFloat(int) - Method in interface com.landawn.abacus.DataSet
Return default value (0f) if the property is null.
getFloat(String) - Method in interface com.landawn.abacus.DataSet
Return default value (0f) if the property is null.
getFloat(Object, int) - Static method in class com.landawn.abacus.util.Array
Gets the float.
getFloat(Map<? super K, ?>, Object) - Static method in class com.landawn.abacus.util.Maps
 
getFloat(Map<? super K, ?>, Object, float) - Static method in class com.landawn.abacus.util.Maps
Returns the mapped float or a float converted from String.
getGroupBy() - Method in class com.landawn.abacus.condition.Criteria
Gets the group by.
getHaving() - Method in class com.landawn.abacus.condition.Criteria
Gets the having.
getHeader(String) - Method in class com.landawn.abacus.http.HttpServletRequestHeaderWrapper
 
getHeaderNames() - Method in class com.landawn.abacus.http.HttpServletRequestHeaderWrapper
 
getHeaders(String) - Method in class com.landawn.abacus.http.HttpServletRequestHeaderWrapper
 
getHttpHeaders(Annotation[]) - Static method in class com.landawn.abacus.http.HttpUtil
 
getHttpMethod(Method) - Static method in class com.landawn.abacus.http.HttpUtil
 
getHttpMethods(Method) - Static method in class com.landawn.abacus.http.HttpUtil
 
getHttpPath(Method) - Static method in class com.landawn.abacus.http.HttpUtil
 
getHttpPath(Annotation[]) - Static method in class com.landawn.abacus.http.HttpUtil
 
getIdFieldNames(Class<?>) - Static method in class com.landawn.abacus.util.ClassUtil
Deprecated.
for internal only.
getIdFieldNames(Class<?>, boolean) - Static method in class com.landawn.abacus.util.ClassUtil
Deprecated.
for internal only.
getIfPresentForEach(Map<K, ? extends V>, Collection<?>) - Static method in class com.landawn.abacus.util.Maps
Returns a list of values of the keys which exist in the specified Map.
getIgnoredPropNames() - Method in class com.landawn.abacus.parser.ParserConfig
Gets the ignored prop names.
getIgnoredPropNames(Class<?>) - Method in class com.landawn.abacus.parser.ParserConfig
Gets the ignored prop names.
getIndentation() - Method in class com.landawn.abacus.parser.KryoSerializationConfig
Deprecated.
UnsupportedOperationException
getIndentation() - Method in class com.landawn.abacus.parser.SerializationConfig
Gets the indentation.
getInputStream(HttpURLConnection, ContentFormat) - Static method in class com.landawn.abacus.http.HttpUtil
Gets the input stream.
getInsertPropNames(Object, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder
Gets the insert prop names by class.
getInsertPropNames(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder
Gets the insert prop names by class.
getInt(int) - Method in interface com.landawn.abacus.DataSet
Return default value (0) if the property is null.
getInt(String) - Method in interface com.landawn.abacus.DataSet
Return default value (0) if the property is null.
getInt(Object, int) - Static method in class com.landawn.abacus.util.Array
Gets the int.
getInt(Map<? super K, ?>, Object) - Static method in class com.landawn.abacus.util.Maps
 
getInt(Map<? super K, ?>, Object, int) - Static method in class com.landawn.abacus.util.Maps
Returns the mapped integer or an integer converted from String.
getIntHeader(String) - Method in class com.landawn.abacus.http.HttpServletRequestHeaderWrapper
 
getJoinEntities() - Method in class com.landawn.abacus.condition.Join
Gets the join entities.
getJoins() - Method in class com.landawn.abacus.condition.Criteria
Gets the joins.
getLast() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableDeque
Gets the last.
getLastAccessTime() - Method in class com.landawn.abacus.pool.ActivityPrint
Gets the last access time.
getLeft() - Method in class com.landawn.abacus.util.Pair
Gets the left.
getLeft() - Method in class com.landawn.abacus.util.Triple
Gets the left.
getLength(Object) - Static method in class com.landawn.abacus.util.Array
Gets the length.
getLimit() - Method in class com.landawn.abacus.condition.Criteria
Gets the limit.
getLiteral() - Method in class com.landawn.abacus.condition.Expression
Gets the literal.
getLiveTime() - Method in class com.landawn.abacus.pool.ActivityPrint
Gets the live time.
getLong(int) - Method in interface com.landawn.abacus.DataSet
Return default value (0) if the property is null.
getLong(String) - Method in interface com.landawn.abacus.DataSet
Return default value (0) if the property is null.
getLong(Object, int) - Static method in class com.landawn.abacus.util.Array
Gets the long.
getLong(Map<? super K, ?>, Object) - Static method in class com.landawn.abacus.util.Maps
 
getLong(Map<? super K, ?>, Object, long) - Static method in class com.landawn.abacus.util.Maps
Returns the mapped long or a long converted from String.
getLoopStatisticsList() - Method in class com.landawn.abacus.util.Profiler.MultiLoopsStatistics
Gets the loop statistics list.
getMapKeyType() - Method in class com.landawn.abacus.parser.DeserializationConfig
Gets the map key type.
getMapValueType() - Method in class com.landawn.abacus.parser.DeserializationConfig
Gets the map value type.
getMaxElapsedTimeMethod() - Method in class com.landawn.abacus.util.Profiler.MultiLoopsStatistics
Gets the max elapsed time method.
getMaxIdleTime() - Method in class com.landawn.abacus.pool.ActivityPrint
Gets the max idle time.
getMaxValue() - Method in class com.landawn.abacus.condition.Between
Gets the max value.
getMd2Digest() - Static method in class com.landawn.abacus.util.DigestUtil
Returns an MD2 MessageDigest.
getMd5Digest() - Static method in class com.landawn.abacus.util.DigestUtil
Returns an MD5 MessageDigest.
getMessage(Throwable) - Static method in class com.landawn.abacus.util.ExceptionUtil
Gets the error msg.
getMethod - Variable in class com.landawn.abacus.parser.ParserUtil.PropInfo
 
getMethodAverageElapsedTimeInMillis(String) - Method in class com.landawn.abacus.util.Profiler.MultiLoopsStatistics
Gets the method average elapsed time in millis.
getMethodMaxElapsedTimeInMillis(String) - Method in class com.landawn.abacus.util.Profiler.MultiLoopsStatistics
Gets the method max elapsed time in millis.
getMethodMinElapsedTimeInMillis(String) - Method in class com.landawn.abacus.util.Profiler.MultiLoopsStatistics
Gets the method min elapsed time in millis.
getMethodNameList() - Method in class com.landawn.abacus.util.Profiler.MultiLoopsStatistics
Gets the method name list.
getMethodSize(String) - Method in class com.landawn.abacus.util.Profiler.MultiLoopsStatistics
Gets the method size.
getMethodStatisticsList(String) - Method in class com.landawn.abacus.util.Profiler.MultiLoopsStatistics
Gets the method statistics list.
getMethodTotalElapsedTimeInMillis(String) - Method in class com.landawn.abacus.util.Profiler.MultiLoopsStatistics
Gets the method total elapsed time in millis.
getMiddle() - Method in class com.landawn.abacus.util.Triple
Gets the middle.
getMinElapsedTimeMethod() - Method in class com.landawn.abacus.util.Profiler.MultiLoopsStatistics
Gets the min elapsed time method.
getMinValue() - Method in class com.landawn.abacus.condition.Between
Gets the min value.
getName() - Method in enum com.landawn.abacus.condition.Operator
Gets the name.
getName() - Method in enum com.landawn.abacus.util.SortDirection
Gets the name.
getName() - Method in enum com.landawn.abacus.util.SQLOperation
Gets the name.
getNamedParameters() - Method in class com.landawn.abacus.util.ParsedSql
Gets the named parameters.
getNamedParameters(boolean) - Method in class com.landawn.abacus.util.ParsedSql
Gets the named parameters.
getNameWithoutExtension(String) - Static method in class com.landawn.abacus.util.IOUtil
Note: copied from Google Guava under Apache License v2.
getNextNodeByName(Node, String) - Static method in class com.landawn.abacus.util.XMLUtil
Gets the next node by name.
getNodesByName(Node, String) - Static method in class com.landawn.abacus.util.XMLUtil
Gets the nodes by name.
getNonNullPropNames(Object) - Static method in class com.landawn.abacus.util.ClassUtil
 
getNumerator() - Method in class com.landawn.abacus.util.Fraction
Deprecated.
replaced by numerator
getOffset() - Method in class com.landawn.abacus.condition.Limit
Gets the offset.
getOnlyElement(Iterable<? extends T>) - Static method in class com.landawn.abacus.util.N
Gets the only element.
getOnlyElement(Iterator<? extends T>) - Static method in class com.landawn.abacus.util.N
Gets the only element.
getOperation(String) - Static method in enum com.landawn.abacus.util.SQLOperation
Gets the operation.
getOperator() - Method in class com.landawn.abacus.condition.AbstractCondition
Gets the operator.
getOperator() - Method in interface com.landawn.abacus.condition.Condition
 
getOperator(String) - Static method in enum com.landawn.abacus.condition.Operator
Gets the operator.
getOrDefault(int, T) - Method in interface com.landawn.abacus.DataSet
Deprecated. 
getOrDefault(String, T) - Method in interface com.landawn.abacus.DataSet
Deprecated. 
getOrDefault(Object, V) - Method in class com.landawn.abacus.util.ImmutableMap
Gets the or default.
getOrDefault(Map<K, ? extends V>, Object, V) - Static method in class com.landawn.abacus.util.Maps
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrDefault(Object, V) - Method in class com.landawn.abacus.util.Multimap
Gets the or default.
getOrDefault(Object, int) - Method in class com.landawn.abacus.util.Multiset
Gets the or default.
getOrDefault(Object, V) - Method in class com.landawn.abacus.util.Properties
Gets the or default.
getOrDefault(Class<T>, Object, T) - Method in class com.landawn.abacus.util.Properties
Gets the or default.
getOrDefaultForEach(Map<K, V>, Collection<?>, V) - Static method in class com.landawn.abacus.util.Maps
Gets the or default for each.
getOrDefaultIfNull(Map<K, ? extends V>, Object, V) - Static method in class com.landawn.abacus.util.Maps
Returns the value to which the specified key is mapped if it's not null, or defaultForNull if this map contains no mapping for the key or it's null.
getOrderBy() - Method in class com.landawn.abacus.condition.Criteria
Gets the order by.
getOrEmptyList(Map<K, V>, Object) - Static method in class com.landawn.abacus.util.Maps
Returns the value to which the specified key is mapped, or an empty immutable List if this map contains no mapping for the key.
getOrEmptySet(Map<K, V>, Object) - Static method in class com.landawn.abacus.util.Maps
Returns the value to which the specified key is mapped, or an empty immutable Set if this map contains no mapping for the key.
getOutputStream(HttpURLConnection, ContentFormat, String, String) - Static method in class com.landawn.abacus.http.HttpUtil
Gets the output stream.
getPackage(Class<?>) - Static method in class com.landawn.abacus.util.ClassUtil
Gets the package.
getPackageName(Class<?>) - Static method in class com.landawn.abacus.util.ClassUtil
Gets the package name.
getPage(int) - Method in interface com.landawn.abacus.PaginatedDataSet
 
getParameterCount() - Method in class com.landawn.abacus.util.ParsedSql
Gets the parameter count.
getParameterCount(boolean) - Method in class com.landawn.abacus.util.ParsedSql
Gets the parameter count.
getParameterizedSql() - Method in class com.landawn.abacus.util.ParsedSql
Gets the parameterized SQL.
getParameterizedSql(boolean) - Method in class com.landawn.abacus.util.ParsedSql
Gets the parameterized SQL.
getParameterizedTypeNameByField(Field) - Static method in class com.landawn.abacus.util.ClassUtil
Gets the parameterized type name by method.
getParameterizedTypeNameByMethod(Method) - Static method in class com.landawn.abacus.util.ClassUtil
Gets the parameterized type name by method.
getParameters() - Method in class com.landawn.abacus.condition.Between
Gets the parameters.
getParameters() - Method in class com.landawn.abacus.condition.Binary
Gets the parameters.
getParameters() - Method in class com.landawn.abacus.condition.Cell
Gets the parameters.
getParameters() - Method in interface com.landawn.abacus.condition.Condition
 
getParameters() - Method in class com.landawn.abacus.condition.Criteria
Gets the parameters.
getParameters() - Method in class com.landawn.abacus.condition.Expression
Gets the parameters.
getParameters() - Method in class com.landawn.abacus.condition.In
Gets the parameters.
getParameters() - Method in class com.landawn.abacus.condition.InSubQuery
 
getParameters() - Method in class com.landawn.abacus.condition.Join
Gets the parameters.
getParameters() - Method in class com.landawn.abacus.condition.Junction
Gets the parameters.
getParameters() - Method in class com.landawn.abacus.condition.Limit
Gets the parameters.
getParameters() - Method in class com.landawn.abacus.condition.NotIn
Gets the parameters.
getParameters() - Method in class com.landawn.abacus.condition.NotInSubQuery
 
getParameters() - Method in class com.landawn.abacus.condition.SubQuery
Gets the parameters.
getParameters() - Method in class com.landawn.abacus.util.TypeAttrParser
Gets the parameters.
getParseProcess() - Method in class com.landawn.abacus.parser.Fj.DeserializeConfig
Gets the parses the process.
getParser(ContentFormat) - Static method in class com.landawn.abacus.http.HttpUtil
Gets the parser.
getParserConfig() - Method in class com.landawn.abacus.parser.Fj.DeserializeConfig
Gets the parser config.
getProp2ColumnNameMap(Class<?>, NamingPolicy) - Static method in class com.landawn.abacus.util.ClassUtil
Gets the prop column name map.
getProp2ColumnNameMap(Class<?>, NamingPolicy) - Static method in class com.landawn.abacus.util.SQLBuilder
Deprecated.
for internal use only.
getProperNumerator() - Method in class com.landawn.abacus.util.Fraction
Deprecated.
replaced by properNumerator
getProperWhole() - Method in class com.landawn.abacus.util.Fraction
Deprecated.
replaced by properWhole
getPropField(Class<?>, String) - Static method in class com.landawn.abacus.util.ClassUtil
Gets the prop field.
getPropFields(Class<?>) - Static method in class com.landawn.abacus.util.ClassUtil
 
getPropGetMethod(Class<?>, String) - Static method in class com.landawn.abacus.util.ClassUtil
Returns the property get method declared in the specified cls with the specified property name propName.
getPropGetMethods(Class<?>) - Static method in class com.landawn.abacus.util.ClassUtil
Call registerXMLBindingClassForPropGetSetMethod first to retrieve the property getter/setter method for the class/bean generated/wrote by JAXB specification.
getPropInfo(String) - Method in class com.landawn.abacus.parser.ParserUtil.EntityInfo
Gets the prop info.
getPropName() - Method in class com.landawn.abacus.condition.Between
Gets the prop name.
getPropName() - Method in class com.landawn.abacus.condition.Binary
Gets the prop name.
getPropName() - Method in class com.landawn.abacus.condition.In
Gets the prop name.
getPropName() - Method in class com.landawn.abacus.condition.InSubQuery
 
getPropName() - Method in class com.landawn.abacus.condition.NotIn
Gets the prop name.
getPropName() - Method in class com.landawn.abacus.condition.NotInSubQuery
 
getPropNameByMethod(Method) - Static method in class com.landawn.abacus.util.ClassUtil
Gets the prop name by method.
getPropNameList(Class<?>) - Static method in class com.landawn.abacus.util.ClassUtil
Returns an immutable entity property name List by the specified class.
getPropNames() - Method in class com.landawn.abacus.condition.InSubQuery
 
getPropNames() - Method in class com.landawn.abacus.condition.NotInSubQuery
 
getPropNames(Object, Throwables.Predicate<Object, E>) - Static method in class com.landawn.abacus.util.ClassUtil
 
getPropNames(Object, Throwables.BiPredicate<Object, Type<Object>, E>) - Static method in class com.landawn.abacus.util.ClassUtil
 
getPropNamesExclusively(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.ClassUtil
Gets the prop name list exclusively.
getPropNamesExclusively(Class<?>, Collection<String>) - Static method in class com.landawn.abacus.util.ClassUtil
Gets the prop name list exclusively.
getPropNamingPolicy() - Method in class com.landawn.abacus.parser.KryoSerializationConfig
Deprecated.
UnsupportedOperationException
getPropNamingPolicy() - Method in class com.landawn.abacus.parser.SerializationConfig
Gets the prop naming policy.
getPropSetMethod(Class<?>, String) - Static method in class com.landawn.abacus.util.ClassUtil
Returns the property set method declared in the specified cls with the specified property name propName.
getPropSetMethods(Class<?>) - Static method in class com.landawn.abacus.util.ClassUtil
Gets the prop set method list.
getPropType(String) - Method in class com.landawn.abacus.parser.DeserializationConfig
Gets the prop type.
getPropTypes() - Method in class com.landawn.abacus.parser.DeserializationConfig
Gets the prop types.
getPropValue() - Method in class com.landawn.abacus.condition.Binary
Gets the prop value.
getPropValue(Object, String) - Method in class com.landawn.abacus.parser.ParserUtil.EntityInfo
Gets the prop value.
getPropValue(Object) - Method in class com.landawn.abacus.parser.ParserUtil.PropInfo
Gets the prop value.
getPropValue(Object, Method) - Static method in class com.landawn.abacus.util.ClassUtil
Return the specified propValue got by the specified method propSetMethod in the specified entity.
getPropValue(Object, String) - Static method in class com.landawn.abacus.util.ClassUtil
Refer to getPropValue(Method, Object).
getPropValue(Object, String, boolean) - Static method in class com.landawn.abacus.util.ClassUtil
Gets the prop value.
getQuotechar() - Method in class com.landawn.abacus.util.CSVParser
 
getReadTimeout() - Method in class com.landawn.abacus.http.HttpSettings
Gets the read timeout.
getRequestCharset(HttpHeaders) - Static method in class com.landawn.abacus.http.HttpUtil
 
getResponseCharset(Map<String, ?>, Charset) - Static method in class com.landawn.abacus.http.HttpUtil
 
getResponseContentFormat(Map<String, ?>, ContentFormat) - Static method in class com.landawn.abacus.http.HttpUtil
 
getRight() - Method in class com.landawn.abacus.util.Pair
Gets the right.
getRight() - Method in class com.landawn.abacus.util.Triple
Gets the right.
getRow(int) - Method in interface com.landawn.abacus.DataSet
Gets the row.
getRow(Class<? extends T>, int) - Method in interface com.landawn.abacus.DataSet
Gets the row.
getRow(Class<? extends T>, Collection<String>, int) - Method in interface com.landawn.abacus.DataSet
Gets the row.
getRow(IntFunction<? extends T>, int) - Method in interface com.landawn.abacus.DataSet
Gets the row.
getRow(IntFunction<? extends T>, Collection<String>, int) - Method in interface com.landawn.abacus.DataSet
Gets the row.
getSelectPropNames() - Method in class com.landawn.abacus.condition.SubQuery
Gets the select prop names.
getSelectPropNames(Class<?>, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder
Gets the select prop names by class.
getSeparator() - Method in class com.landawn.abacus.util.CSVParser
 
getSerialExecutor() - Static method in class com.landawn.abacus.util.AndroidUtil
Gets the serial executor.
getSerializeConfig() - Method in class com.landawn.abacus.parser.Fj.SerializeConfig
Gets the serialize config.
getSha1Digest() - Static method in class com.landawn.abacus.util.DigestUtil
Returns an SHA-1 digest.
getSha256Digest() - Static method in class com.landawn.abacus.util.DigestUtil
Returns an SHA-256 digest.
getSha384Digest() - Static method in class com.landawn.abacus.util.DigestUtil
Returns an SHA-384 digest.
getSha512Digest() - Static method in class com.landawn.abacus.util.DigestUtil
Returns an SHA-512 digest.
getShort(int) - Method in interface com.landawn.abacus.DataSet
Return default value (0) if the property is null.
getShort(String) - Method in interface com.landawn.abacus.DataSet
Return default value (0) if the property is null.
getShort(Object, int) - Static method in class com.landawn.abacus.util.Array
Gets the short.
getShort(Map<? super K, ?>, Object) - Static method in class com.landawn.abacus.util.Maps
 
getShort(Map<? super K, ?>, Object, short) - Static method in class com.landawn.abacus.util.Maps
Returns the mapped short or a short converted from String.
getSimpleClassName(Class<?>) - Static method in class com.landawn.abacus.util.ClassUtil
Gets the simple class name.
getSql() - Method in class com.landawn.abacus.condition.SubQuery
Gets the sql.
getSQLState() - Method in exception com.landawn.abacus.exception.UncheckedSQLException
 
getSSLSocketFactory() - Method in class com.landawn.abacus.http.HttpSettings
Gets the SSL socket factory.
getStackTrace(Throwable) - Static method in class com.landawn.abacus.util.ExceptionUtil
Gets the stack trace from a Throwable as a String.
getStringQuotation() - Method in class com.landawn.abacus.parser.KryoSerializationConfig
Deprecated.
UnsupportedOperationException
getStringQuotation() - Method in class com.landawn.abacus.parser.SerializationConfig
Gets the string quotation.
getSubQuery() - Method in class com.landawn.abacus.condition.InSubQuery
 
getSubQuery() - Method in class com.landawn.abacus.condition.NotInSubQuery
 
getTextContent(Node) - Static method in class com.landawn.abacus.util.XMLUtil
Gets the text content.
getTextContent(Node, boolean) - Static method in class com.landawn.abacus.util.XMLUtil
Gets the text content.
getThreadNum() - Method in class com.landawn.abacus.util.Profiler.MultiLoopsStatistics
Gets the thread num.
getThreadPoolExecutor() - Static method in class com.landawn.abacus.util.AndroidUtil
Gets the thread pool executor.
getToken() - Method in exception com.landawn.abacus.exception.ParseException
 
getTotalElapsedTimeInMillis() - Method in class com.landawn.abacus.util.Profiler.MultiLoopsStatistics
Gets the total elapsed time in millis.
getTypeName(Type) - Static method in class com.landawn.abacus.util.ClassUtil
 
getTypeParameters() - Method in class com.landawn.abacus.util.TypeAttrParser
Gets the type parameters.
getUpdatePropNames(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder
Gets the update prop names by class.
getUseCaches() - Method in class com.landawn.abacus.http.HttpSettings
Gets the use caches.
getValue() - Method in class com.landawn.abacus.util.MutableBoolean
Deprecated.
getValue() - Method in class com.landawn.abacus.util.MutableByte
Deprecated.
getValue() - Method in class com.landawn.abacus.util.MutableChar
Deprecated.
getValue() - Method in class com.landawn.abacus.util.MutableDouble
Deprecated.
getValue() - Method in class com.landawn.abacus.util.MutableFloat
Deprecated.
getValue() - Method in class com.landawn.abacus.util.MutableInt
Deprecated.
replace by MutableInt.value().
getValue() - Method in class com.landawn.abacus.util.MutableLong
Deprecated.
getValue() - Method in class com.landawn.abacus.util.MutableShort
Deprecated.
getValues() - Method in class com.landawn.abacus.condition.In
Gets the values.
getValues() - Method in class com.landawn.abacus.condition.NotIn
Gets the values.
getWhere() - Method in class com.landawn.abacus.condition.Criteria
Gets the where.
GREATER_EQUAL - Static variable in interface com.landawn.abacus.util.function.ByteBiPredicate
 
GREATER_EQUAL - Static variable in interface com.landawn.abacus.util.function.CharBiPredicate
 
GREATER_EQUAL - Static variable in interface com.landawn.abacus.util.function.DoubleBiPredicate
 
GREATER_EQUAL - Static variable in interface com.landawn.abacus.util.function.FloatBiPredicate
 
GREATER_EQUAL - Static variable in interface com.landawn.abacus.util.function.IntBiPredicate
 
GREATER_EQUAL - Static variable in interface com.landawn.abacus.util.function.LongBiPredicate
 
GREATER_EQUAL - Static variable in interface com.landawn.abacus.util.function.ShortBiPredicate
 
GREATER_EQUAL - Static variable in class com.landawn.abacus.util.WD
Field GREATER_EQUAL.
GREATER_THAN - Static variable in interface com.landawn.abacus.util.function.ByteBiPredicate
 
GREATER_THAN - Static variable in interface com.landawn.abacus.util.function.CharBiPredicate
 
GREATER_THAN - Static variable in interface com.landawn.abacus.util.function.DoubleBiPredicate
 
GREATER_THAN - Static variable in interface com.landawn.abacus.util.function.FloatBiPredicate
 
GREATER_THAN - Static variable in interface com.landawn.abacus.util.function.IntBiPredicate
 
GREATER_THAN - Static variable in interface com.landawn.abacus.util.function.LongBiPredicate
 
GREATER_THAN - Static variable in interface com.landawn.abacus.util.function.ShortBiPredicate
 
GREATER_THAN - Static variable in class com.landawn.abacus.util.WD
Field GREATER_THAN.
greaterEqual(String, Object) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
greaterEqual(String) - Static method in class com.landawn.abacus.condition.ConditionFactory
It's for parameterized SQL with question mark or named parameters.
greaterEqual(String, Object) - Static method in class com.landawn.abacus.condition.Expression
 
GreaterEqual - Class in com.landawn.abacus.condition
 
GreaterEqual(String, Object) - Constructor for class com.landawn.abacus.condition.GreaterEqual
 
greaterEqual() - Static method in class com.landawn.abacus.util.Fn.FnB
 
greaterEqual() - Static method in class com.landawn.abacus.util.Fn.FnC
 
greaterEqual() - Static method in class com.landawn.abacus.util.Fn.FnD
 
greaterEqual() - Static method in class com.landawn.abacus.util.Fn.FnF
 
greaterEqual() - Static method in class com.landawn.abacus.util.Fn.FnI
 
greaterEqual() - Static method in class com.landawn.abacus.util.Fn.FnL
 
greaterEqual() - Static method in class com.landawn.abacus.util.Fn.FnS
 
greaterEqual(T) - Static method in class com.landawn.abacus.util.Fn
 
greaterEqual() - Static method in class com.landawn.abacus.util.Fn
 
greaterThan(String, Object) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
greaterThan(String) - Static method in class com.landawn.abacus.condition.ConditionFactory
It's for parameterized SQL with question mark or named parameters.
greaterThan(String, Object) - Static method in class com.landawn.abacus.condition.Expression
 
GreaterThan - Class in com.landawn.abacus.condition
 
GreaterThan(String, Object) - Constructor for class com.landawn.abacus.condition.GreaterThan
 
greaterThan() - Static method in class com.landawn.abacus.util.Fn.FnB
 
greaterThan() - Static method in class com.landawn.abacus.util.Fn.FnC
 
greaterThan() - Static method in class com.landawn.abacus.util.Fn.FnD
 
greaterThan() - Static method in class com.landawn.abacus.util.Fn.FnF
 
greaterThan() - Static method in class com.landawn.abacus.util.Fn.FnI
 
greaterThan() - Static method in class com.landawn.abacus.util.Fn.FnL
 
greaterThan() - Static method in class com.landawn.abacus.util.Fn.FnS
 
greaterThan(T) - Static method in class com.landawn.abacus.util.Fn
 
greaterThan() - Static method in class com.landawn.abacus.util.Fn
 
GROUP_BY - Static variable in class com.landawn.abacus.util.WD
Field GROUP_BY.
groupBy(Condition) - Static method in class com.landawn.abacus.condition.ConditionFactory.CB
 
groupBy(String...) - Static method in class com.landawn.abacus.condition.ConditionFactory.CB
 
groupBy(String, SortDirection) - Static method in class com.landawn.abacus.condition.ConditionFactory.CB
 
groupBy(Collection<String>) - Static method in class com.landawn.abacus.condition.ConditionFactory.CB
 
groupBy(Collection<String>, SortDirection) - Static method in class com.landawn.abacus.condition.ConditionFactory.CB
 
groupBy(Map<String, SortDirection>) - Static method in class com.landawn.abacus.condition.ConditionFactory.CB
 
groupBy(String...) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
groupBy(Collection<String>) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
groupBy(Collection<String>, SortDirection) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
groupBy(String, SortDirection) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
groupBy(String, SortDirection, String, SortDirection) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
groupBy(String, SortDirection, String, SortDirection, String, SortDirection) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
groupBy(Map<String, SortDirection>) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
groupBy(LinkedHashMap<String, SortDirection>) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
groupBy(Condition) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
groupBy(Condition) - Method in class com.landawn.abacus.condition.Criteria
 
groupBy(String...) - Method in class com.landawn.abacus.condition.Criteria
 
groupBy(String, SortDirection) - Method in class com.landawn.abacus.condition.Criteria
 
groupBy(Collection<String>) - Method in class com.landawn.abacus.condition.Criteria
 
groupBy(Collection<String>, SortDirection) - Method in class com.landawn.abacus.condition.Criteria
 
groupBy(Map<String, SortDirection>) - Method in class com.landawn.abacus.condition.Criteria
 
GroupBy - Class in com.landawn.abacus.condition
 
GroupBy(Condition) - Constructor for class com.landawn.abacus.condition.GroupBy
 
GroupBy(String...) - Constructor for class com.landawn.abacus.condition.GroupBy
 
GroupBy(String, SortDirection) - Constructor for class com.landawn.abacus.condition.GroupBy
 
GroupBy(Collection<String>, SortDirection) - Constructor for class com.landawn.abacus.condition.GroupBy
 
GroupBy(Map<String, SortDirection>) - Constructor for class com.landawn.abacus.condition.GroupBy
 
GroupBy(LinkedHashMap<String, SortDirection>) - Constructor for class com.landawn.abacus.condition.GroupBy
 
groupBy(String) - Method in interface com.landawn.abacus.DataSet
Deprecated. 
groupBy(String, String, String, Collector<T, ?, ?>) - Method in interface com.landawn.abacus.DataSet
 
groupBy(String, String, Collection<String>, Class<?>) - Method in interface com.landawn.abacus.DataSet
 
groupBy(String, String, Collection<String>, Collector<? super Object[], ?, ?>) - Method in interface com.landawn.abacus.DataSet
 
groupBy(String, String, Collection<String>, Throwables.Function<? super NoCachingNoUpdating.DisposableObjArray, U, E>, Collector<? super U, ?, ?>) - Method in interface com.landawn.abacus.DataSet
 
groupBy(String, Throwables.Function<K, ?, E>) - Method in interface com.landawn.abacus.DataSet
Deprecated. 
groupBy(String, Throwables.Function<K, ?, E>, String, String, Collector<T, ?, ?>) - Method in interface com.landawn.abacus.DataSet
 
groupBy(String, Throwables.Function<K, ?, E>, String, Collection<String>, Class<?>) - Method in interface com.landawn.abacus.DataSet
 
groupBy(String, Throwables.Function<K, ?, E>, String, Collection<String>, Collector<? super Object[], ?, ?>) - Method in interface com.landawn.abacus.DataSet
 
groupBy(String, Throwables.Function<K, ?, E>, String, Collection<String>, Throwables.Function<? super NoCachingNoUpdating.DisposableObjArray, U, E2>, Collector<? super U, ?, ?>) - Method in interface com.landawn.abacus.DataSet
 
groupBy(Collection<String>) - Method in interface com.landawn.abacus.DataSet
 
groupBy(Collection<String>, String, String, Collector<T, ?, ?>) - Method in interface com.landawn.abacus.DataSet
 
groupBy(Collection<String>, String, Collection<String>, Class<?>) - Method in interface com.landawn.abacus.DataSet
 
groupBy(Collection<String>, String, Collection<String>, Collector<? super Object[], ?, ?>) - Method in interface com.landawn.abacus.DataSet
 
groupBy(Collection<String>, String, Collection<String>, Throwables.Function<? super NoCachingNoUpdating.DisposableObjArray, U, E>, Collector<? super U, ?, ?>) - Method in interface com.landawn.abacus.DataSet
 
groupBy(Collection<String>, Throwables.Function<? super NoCachingNoUpdating.DisposableObjArray, ?, E>) - Method in interface com.landawn.abacus.DataSet
 
groupBy(Collection<String>, Throwables.Function<? super NoCachingNoUpdating.DisposableObjArray, ?, E>, String, String, Collector<T, ?, ?>) - Method in interface com.landawn.abacus.DataSet
 
groupBy(Collection<String>, Throwables.Function<? super NoCachingNoUpdating.DisposableObjArray, ?, E>, String, Collection<String>, Class<?>) - Method in interface com.landawn.abacus.DataSet
 
groupBy(Collection<String>, Throwables.Function<? super NoCachingNoUpdating.DisposableObjArray, ?, E>, String, Collection<String>, Collector<? super Object[], ?, ?>) - Method in interface com.landawn.abacus.DataSet
 
groupBy(Collection<String>, Throwables.Function<? super NoCachingNoUpdating.DisposableObjArray, ?, E>, String, Collection<String>, Throwables.Function<? super NoCachingNoUpdating.DisposableObjArray, U, E2>, Collector<? super U, ?, ?>) - Method in interface com.landawn.abacus.DataSet
 
groupBy() - Method in class com.landawn.abacus.util.DynamicSQLBuilder
 
groupBy(Throwables.Function<? super T, ? extends K, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
groupBy(Throwables.Function<? super T, ? extends K, ? extends E>, Supplier<? extends Map<K, List<T>>>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
groupBy(Throwables.Function<? super T, ? extends K, ? extends E>, Throwables.Function<? super T, ? extends V, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
groupBy(Throwables.Function<? super T, ? extends K, ? extends E>, Throwables.Function<? super T, ? extends V, ? extends E>, Supplier<? extends Map<K, List<V>>>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
groupBy(Throwables.Function<? super T, ? extends K, ? extends E>, Throwables.Function<? super T, ? extends V, ? extends E>, Throwables.BinaryOperator<V, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
groupBy(Throwables.Function<? super T, ? extends K, ? extends E>, Throwables.Function<? super T, ? extends V, ? extends E>, Throwables.BinaryOperator<V, ? extends E>, Supplier<? extends Map<K, V>>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
groupBy(Throwables.Function<? super T, ? extends K, ? extends E>, Collector<? super T, A, D>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
groupBy(Throwables.Function<? super T, ? extends K, ? extends E>, Collector<? super T, A, D>, Supplier<? extends Map<K, D>>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
groupBy(Throwables.Function<? super T, ? extends K, ? extends E>, Throwables.Function<? super T, ? extends V, ? extends E>, Collector<? super V, A, D>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
groupBy(Throwables.Function<? super T, ? extends K, ? extends E>, Throwables.Function<? super T, ? extends V, ? extends E>, Collector<? super V, A, D>, Supplier<? extends Map<K, D>>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
groupBy(String) - Method in class com.landawn.abacus.util.SQLBuilder
 
groupBy(String...) - Method in class com.landawn.abacus.util.SQLBuilder
 
groupBy(String, SortDirection) - Method in class com.landawn.abacus.util.SQLBuilder
 
groupBy(Collection<String>) - Method in class com.landawn.abacus.util.SQLBuilder
 
groupBy(Collection<String>, SortDirection) - Method in class com.landawn.abacus.util.SQLBuilder
 
groupBy(Map<String, SortDirection>) - Method in class com.landawn.abacus.util.SQLBuilder
 
groupingBy(Function<? super T, ? extends K>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
groupingBy(Function<? super T, ? extends K>, Supplier<? extends M>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
groupingBy(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
groupingBy(Function<? super T, ? extends K>, Collector<? super T, A, D>, Supplier<? extends M>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
groupingByConcurrent(Function<? super T, ? extends K>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
groupingByConcurrent(Function<? super T, ? extends K>, Supplier<? extends M>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
groupingByConcurrent(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
groupingByConcurrent(Function<? super T, ? extends K>, Collector<? super T, A, D>, Supplier<? extends M>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
groupJoin(Collection<? extends U>, Throwables.Function<? super T, ? extends K, ? extends E>, Throwables.Function<? super U, ? extends K, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
groupJoin(Collection<? extends U>, Throwables.Function<? super T, ? extends K, ? extends E>, Throwables.Function<? super U, ? extends K, ? extends E>, Throwables.BiFunction<? super T, ? super List<U>, R, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
groupJoin(Collection<? extends T>, Throwables.Function<? super T, ? extends K, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
groupJoin(Collection<? extends T>, Throwables.Function<? super T, ? extends K, ? extends E>, Throwables.BiFunction<? super T, ? super List<T>, R, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
groupJoin(ExceptionalStream<? extends U, E>, Throwables.Function<? super T, ? extends K, ? extends E>, Throwables.Function<? super U, ? extends K, ? extends E>, Throwables.BiFunction<? super T, ? super List<U>, R, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
groupJoin(Collection<? extends U>, Throwables.Function<? super T, ? extends K, ? extends E>, Throwables.Function<? super U, ? extends K, ? extends E>, Throwables.BinaryOperator<U, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
groupJoin(Collection<? extends U>, Throwables.Function<? super T, ? extends K, ? extends E>, Throwables.Function<? super U, ? extends K, ? extends E>, Throwables.BinaryOperator<U, ? extends E>, Throwables.BiFunction<? super T, ? super U, R, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
groupJoin(ExceptionalStream<? extends U, E>, Throwables.Function<? super T, ? extends K, ? extends E>, Throwables.Function<? super U, ? extends K, ? extends E>, Throwables.BinaryOperator<U, ? extends E>, Throwables.BiFunction<? super T, ? super U, R, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
groupJoin(Collection<? extends U>, Throwables.Function<? super T, ? extends K, ? extends E>, Throwables.Function<? super U, ? extends K, ? extends E>, Collector<? super U, A, D>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
groupJoin(Collection<? extends U>, Throwables.Function<? super T, ? extends K, ? extends E>, Throwables.Function<? super U, ? extends K, ? extends E>, Collector<? super U, A, D>, Throwables.BiFunction<? super T, ? super D, R, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
groupJoin(ExceptionalStream<? extends U, E>, Throwables.Function<? super T, ? extends K, ? extends E>, Throwables.Function<? super U, ? extends K, ? extends E>, Collector<? super U, A, D>, Throwables.BiFunction<? super T, ? super D, R, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
groupTo(Throwables.Function<? super T, ? extends K, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
groupTo(Throwables.Function<? super T, ? extends K, ? extends E>, Supplier<? extends M>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
groupTo(Throwables.Function<? super T, ? extends K, ? extends E>, Throwables.Function<? super T, ? extends V, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
groupTo(Throwables.Function<? super T, ? extends K, ? extends E>, Throwables.Function<? super T, ? extends V, ? extends E>, Supplier<? extends M>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
GS - Static variable in class com.landawn.abacus.util.Ascii
Group Separator: These four information separators may be used within data in optional fashion, except that their hierarchical relationship shall be: FS is the most inclusive, then GS, then RS, and US is least inclusive.
gt(String, Object) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
gt(String) - Static method in class com.landawn.abacus.condition.ConditionFactory
It's for parameterized SQL with question mark or named parameters.
gt(String, Object) - Static method in class com.landawn.abacus.condition.Expression
 
gt(Object) - Method in class com.landawn.abacus.condition.NamedProperty
 
gtAndLe(String, Object, Object) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
gtAndLe(String) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
gtAndLe(T, T) - Static method in class com.landawn.abacus.util.Fn
Checks if the value/element: minValue < e <= maxValue.
gtAndLt(String, Object, Object) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
gtAndLt(String) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
gtAndLt(T, T) - Static method in class com.landawn.abacus.util.Fn
Checks if the value/element: minValue < e < maxValue.

H

hasCause(Throwable, Class<? extends Throwable>) - Static method in class com.landawn.abacus.util.ExceptionUtil
 
hasCause(Throwable, Predicate<? super Throwable>) - Static method in class com.landawn.abacus.util.ExceptionUtil
 
hasCause(Throwable, Class<? extends Throwable>) - Static method in class com.landawn.abacus.util.N
 
hasDuplicates() - Method in class com.landawn.abacus.util.ExceptionalStream
 
hasDuplicates(char[]) - Static method in class com.landawn.abacus.util.N
Checks for duplicates.
hasDuplicates(char[], boolean) - Static method in class com.landawn.abacus.util.N
Checks for duplicates.
hasDuplicates(byte[]) - Static method in class com.landawn.abacus.util.N
Checks for duplicates.
hasDuplicates(byte[], boolean) - Static method in class com.landawn.abacus.util.N
Checks for duplicates.
hasDuplicates(short[]) - Static method in class com.landawn.abacus.util.N
Checks for duplicates.
hasDuplicates(short[], boolean) - Static method in class com.landawn.abacus.util.N
Checks for duplicates.
hasDuplicates(int[]) - Static method in class com.landawn.abacus.util.N
Checks for duplicates.
hasDuplicates(int[], boolean) - Static method in class com.landawn.abacus.util.N
Checks for duplicates.
hasDuplicates(long[]) - Static method in class com.landawn.abacus.util.N
Checks for duplicates.
hasDuplicates(long[], boolean) - Static method in class com.landawn.abacus.util.N
Checks for duplicates.
hasDuplicates(float[]) - Static method in class com.landawn.abacus.util.N
Checks for duplicates.
hasDuplicates(float[], boolean) - Static method in class com.landawn.abacus.util.N
Checks for duplicates.
hasDuplicates(double[]) - Static method in class com.landawn.abacus.util.N
Checks for duplicates.
hasDuplicates(double[], boolean) - Static method in class com.landawn.abacus.util.N
Checks for duplicates.
hasDuplicates(T[]) - Static method in class com.landawn.abacus.util.N
Checks for duplicates.
hasDuplicates(T[], boolean) - Static method in class com.landawn.abacus.util.N
Checks for duplicates.
hasDuplicates(Collection<?>) - Static method in class com.landawn.abacus.util.N
Checks for duplicates.
hasDuplicates(Collection<?>, boolean) - Static method in class com.landawn.abacus.util.N
Checks for duplicates.
hash(Object) - Static method in class com.landawn.abacus.util.Chain
Add the hash code of the specified value to result.
hash(T, Throwables.ToIntFunction<? super T, E>) - Static method in class com.landawn.abacus.util.Chain
 
hash(boolean) - Static method in class com.landawn.abacus.util.Chain
Add the hash code of the specified value to result.
hash(char) - Static method in class com.landawn.abacus.util.Chain
Add the hash code of the specified value to result.
hash(byte) - Static method in class com.landawn.abacus.util.Chain
Add the hash code of the specified value to result.
hash(short) - Static method in class com.landawn.abacus.util.Chain
Add the hash code of the specified value to result.
hash(int) - Static method in class com.landawn.abacus.util.Chain
Add the hash code of the specified value to result.
hash(long) - Static method in class com.landawn.abacus.util.Chain
Add the hash code of the specified value to result.
hash(float) - Static method in class com.landawn.abacus.util.Chain
Add the hash code of the specified value to result.
hash(double) - Static method in class com.landawn.abacus.util.Chain
Add the hash code of the specified value to result.
hash(Object) - Method in class com.landawn.abacus.util.Chain.HashCodeChain
Add the hash code of the specified value to result.
hash(T, Throwables.ToIntFunction<? super T, E>) - Method in class com.landawn.abacus.util.Chain.HashCodeChain
 
hash(boolean) - Method in class com.landawn.abacus.util.Chain.HashCodeChain
Add the hash code of the specified value to result.
hash(char) - Method in class com.landawn.abacus.util.Chain.HashCodeChain
Add the hash code of the specified value to result.
hash(byte) - Method in class com.landawn.abacus.util.Chain.HashCodeChain
Add the hash code of the specified value to result.
hash(short) - Method in class com.landawn.abacus.util.Chain.HashCodeChain
Add the hash code of the specified value to result.
hash(int) - Method in class com.landawn.abacus.util.Chain.HashCodeChain
Add the hash code of the specified value to result.
hash(long) - Method in class com.landawn.abacus.util.Chain.HashCodeChain
Add the hash code of the specified value to result.
hash(float) - Method in class com.landawn.abacus.util.Chain.HashCodeChain
Add the hash code of the specified value to result.
hash(double) - Method in class com.landawn.abacus.util.Chain.HashCodeChain
Add the hash code of the specified value to result.
hashCode() - Method in class com.landawn.abacus.condition.Between
 
hashCode() - Method in class com.landawn.abacus.condition.Binary
 
hashCode() - Method in class com.landawn.abacus.condition.Cell
 
hashCode() - Method in class com.landawn.abacus.condition.Criteria
 
hashCode() - Method in class com.landawn.abacus.condition.Expression
 
hashCode() - Method in class com.landawn.abacus.condition.In
 
hashCode() - Method in class com.landawn.abacus.condition.InSubQuery
 
hashCode() - Method in class com.landawn.abacus.condition.Join
 
hashCode() - Method in class com.landawn.abacus.condition.Junction
 
hashCode() - Method in class com.landawn.abacus.condition.Limit
 
hashCode() - Method in class com.landawn.abacus.condition.NamedProperty
 
hashCode() - Method in class com.landawn.abacus.condition.NotIn
 
hashCode() - Method in class com.landawn.abacus.condition.NotInSubQuery
 
hashCode() - Method in class com.landawn.abacus.condition.SubQuery
 
hashCode() - Method in class com.landawn.abacus.http.HttpHeaders
 
hashCode() - Method in class com.landawn.abacus.http.HttpResponse
 
hashCode() - Method in class com.landawn.abacus.parser.DeserializationConfig
 
hashCode() - Method in class com.landawn.abacus.parser.JSONDeserializationConfig
 
hashCode() - Method in class com.landawn.abacus.parser.JSONSerializationConfig
 
hashCode() - Method in class com.landawn.abacus.parser.KryoSerializationConfig
 
hashCode() - Method in class com.landawn.abacus.parser.ParserUtil.EntityInfo
 
hashCode() - Method in class com.landawn.abacus.parser.ParserUtil.PropInfo
 
hashCode() - Method in class com.landawn.abacus.parser.SerializationConfig
 
hashCode() - Method in class com.landawn.abacus.parser.XMLSerializationConfig
 
hashCode() - Method in class com.landawn.abacus.pool.ActivityPrint
 
hashCode() - Method in class com.landawn.abacus.pool.GenericKeyedObjectPool
 
hashCode() - Method in class com.landawn.abacus.pool.GenericObjectPool
 
hashCode() - Method in class com.landawn.abacus.pool.PoolableWrapper
 
hashCode() - Method in class com.landawn.abacus.util.ArrayHashMap
 
hashCode() - Method in class com.landawn.abacus.util.ArrayHashSet
 
hashCode() - Method in class com.landawn.abacus.util.BiMap
 
hashCode() - Method in class com.landawn.abacus.util.Duration
 
hashCode() - Method in class com.landawn.abacus.util.Fraction
Gets a hashCode for the fraction.
hashCode() - Method in class com.landawn.abacus.util.ImmutableArray
 
hashCode() - Method in class com.landawn.abacus.util.ImmutableCollection
 
hashCode() - Method in class com.landawn.abacus.util.Indexed
 
hashCode() - Method in class com.landawn.abacus.util.Keyed
 
hashCode() - Method in class com.landawn.abacus.util.Multimap
 
hashCode() - Method in class com.landawn.abacus.util.Multiset
 
hashCode() - Method in class com.landawn.abacus.util.MutableBoolean
Returns a suitable hash code for this mutable.
hashCode() - Method in class com.landawn.abacus.util.MutableByte
Returns a suitable hash code for this mutable.
hashCode() - Method in class com.landawn.abacus.util.MutableChar
Returns a suitable hash code for this mutable.
hashCode() - Method in class com.landawn.abacus.util.MutableDouble
Returns a suitable hash code for this mutable.
hashCode() - Method in class com.landawn.abacus.util.MutableFloat
Returns a suitable hash code for this mutable.
hashCode() - Method in class com.landawn.abacus.util.MutableInt
Returns a suitable hash code for this mutable.
hashCode() - Method in class com.landawn.abacus.util.MutableLong
Returns a suitable hash code for this mutable.
hashCode() - Method in class com.landawn.abacus.util.MutableShort
Returns a suitable hash code for this mutable.
hashCode() - Method in class com.landawn.abacus.util.Pair
 
hashCode() - Method in class com.landawn.abacus.util.ParsedSql
 
hashCode() - Method in class com.landawn.abacus.util.Properties
 
hashCode() - Method in class com.landawn.abacus.util.Range
Gets a suitable hash code for the range.
hashCode() - Method in class com.landawn.abacus.util.Result
 
hashCode() - Method in class com.landawn.abacus.util.SQLBuilder.SP
 
hashCode() - Method in class com.landawn.abacus.util.Timed
 
hashCode() - Method in class com.landawn.abacus.util.Triple
 
hashCode() - Method in class com.landawn.abacus.util.Tuple.Tuple1
 
hashCode() - Method in class com.landawn.abacus.util.Tuple.Tuple2
 
hashCode() - Method in class com.landawn.abacus.util.Tuple.Tuple3
 
hashCode() - Method in class com.landawn.abacus.util.Tuple.Tuple4
 
hashCode() - Method in class com.landawn.abacus.util.Tuple.Tuple5
 
hashCode() - Method in class com.landawn.abacus.util.Tuple.Tuple6
 
hashCode() - Method in class com.landawn.abacus.util.Tuple.Tuple7
 
hashCode() - Method in class com.landawn.abacus.util.Tuple.Tuple8
 
hashCode() - Method in class com.landawn.abacus.util.Tuple.Tuple9
 
hashCode() - Method in class com.landawn.abacus.util.u.Nullable
 
hashCode() - Method in class com.landawn.abacus.util.u.Optional
 
hashCode() - Method in class com.landawn.abacus.util.u.OptionalBoolean
 
hashCode() - Method in class com.landawn.abacus.util.u.OptionalByte
 
hashCode() - Method in class com.landawn.abacus.util.u.OptionalChar
 
hashCode() - Method in class com.landawn.abacus.util.u.OptionalDouble
 
hashCode() - Method in class com.landawn.abacus.util.u.OptionalFloat
 
hashCode() - Method in class com.landawn.abacus.util.u.OptionalInt
 
hashCode() - Method in class com.landawn.abacus.util.u.OptionalLong
 
hashCode() - Method in class com.landawn.abacus.util.u.OptionalShort
 
hashCode() - Method in class com.landawn.abacus.util.Wrapper
 
hasIOCause(Throwable) - Static method in class com.landawn.abacus.util.ExceptionUtil
 
hasNext() - Method in interface com.landawn.abacus.PaginatedDataSet
Checks for next.
hasNext() - Method in class com.landawn.abacus.util.LineIterator
Indicates whether the Reader has more lines.
hasPropType(String) - Method in class com.landawn.abacus.parser.DeserializationConfig
Checks for prop type.
hasSQLCause(Throwable) - Static method in class com.landawn.abacus.util.ExceptionUtil
 
having(Condition) - Static method in class com.landawn.abacus.condition.ConditionFactory.CB
 
having(String) - Static method in class com.landawn.abacus.condition.ConditionFactory.CB
 
having(Condition) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
having(String) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
having(Condition) - Method in class com.landawn.abacus.condition.Criteria
 
having(String) - Method in class com.landawn.abacus.condition.Criteria
 
Having - Class in com.landawn.abacus.condition
 
Having(Condition) - Constructor for class com.landawn.abacus.condition.Having
 
having() - Method in class com.landawn.abacus.util.DynamicSQLBuilder
 
having(String) - Method in class com.landawn.abacus.util.SQLBuilder
 
having(Condition) - Method in class com.landawn.abacus.util.SQLBuilder
 
HAVING - Static variable in class com.landawn.abacus.util.WD
Field HAVING.
head() - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
 
HEAD - Static variable in annotation type com.landawn.abacus.http.WebService.HttpMethod
 
header(String, Object) - Method in class com.landawn.abacus.http.HttpRequest
Set http header specified by name/value.
header(String, Object) - Method in class com.landawn.abacus.http.HttpSettings
Set http header specified by name/value.
header(String, String) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
Sets the header named name to value.
HEADER - Static variable in class com.landawn.abacus.parser.XMLConstants
Field HEADER.
headerNameSet() - Method in class com.landawn.abacus.http.HttpHeaders
Header name set.
headers(String, Object, String, Object) - Method in class com.landawn.abacus.http.HttpRequest
Set http headers specified by name1/value1, name2/value2.
headers(String, Object, String, Object, String, Object) - Method in class com.landawn.abacus.http.HttpRequest
Set http headers specified by name1/value1, name2/value2, name3/value3.
headers(Map<String, ?>) - Method in class com.landawn.abacus.http.HttpRequest
Set http headers specified by the key/value entities from Map.
headers(HttpHeaders) - Method in class com.landawn.abacus.http.HttpRequest
Removes all headers on this HttpSettings and adds headers.
headers() - Method in class com.landawn.abacus.http.HttpResponse
 
headers(String, Object, String, Object) - Method in class com.landawn.abacus.http.HttpSettings
Set http headers specified by name1/value1, name2/value2.
headers(String, Object, String, Object, String, Object) - Method in class com.landawn.abacus.http.HttpSettings
Set http headers specified by name1/value1, name2/value2, name3/value3.
headers(Map<String, ?>) - Method in class com.landawn.abacus.http.HttpSettings
Set http headers specified by the key/value entities from Map.
headers(HttpHeaders) - Method in class com.landawn.abacus.http.HttpSettings
Removes all headers on this HttpSettings and adds headers.
headers() - Method in class com.landawn.abacus.http.HttpSettings
 
headers(String, String, String, String) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
Set http headers specified by name1/value1, name2/value2.
headers(String, String, String, String, String, String) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
Set http headers specified by name1/value1, name2/value2, name3/value3.
headers(Map<String, ?>) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
Set http headers specified by the key/value entities from Map.
headers(Headers) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
Removes all headers on this builder and adds headers
headMap(K, boolean) - Method in class com.landawn.abacus.util.ImmutableNavigableMap
 
headMap(K) - Method in class com.landawn.abacus.util.ImmutableSortedMap
 
headSet(E, boolean) - Method in class com.landawn.abacus.util.ImmutableNavigableSet
 
headSet(E) - Method in class com.landawn.abacus.util.ImmutableSortedSet
 
hex(int) - Static method in class com.landawn.abacus.util.EscapeUtil.CharSequenceTranslator
Returns an upper case hexadecimal String for the given character.
Hex - Class in com.landawn.abacus.util
Note: copied from Apache commons-codec: https://commons.apache.org/proper/commons-codec.
hierarchy(Class<?>) - Static method in class com.landawn.abacus.util.ClassUtil
Gets an Iterator that can iterate over a class hierarchy in ascending (subclass to superclass) order, excluding interfaces.
hierarchy(Class<?>, boolean) - Static method in class com.landawn.abacus.util.ClassUtil
Gets an Iterator that can iterate over a class hierarchy in ascending (subclass to superclass) order.
higher(E) - Method in class com.landawn.abacus.util.ImmutableNavigableSet
 
higherEntry(K) - Method in class com.landawn.abacus.util.ImmutableNavigableMap
 
higherKey(K) - Method in class com.landawn.abacus.util.ImmutableNavigableMap
 
hitCount() - Method in class com.landawn.abacus.pool.AbstractPool
 
hitCount() - Method in interface com.landawn.abacus.pool.Pool
 
Holder() - Constructor for class com.landawn.abacus.util.u.Holder
Instantiates a new holder.
HOST - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP Host header field name.
HOST_NAME - Static variable in class com.landawn.abacus.util.IOUtil
 
HT - Static variable in class com.landawn.abacus.util.Ascii
Horizontal Tabulation ('\t'): A format effector which controls the movement of the printing position to the next in a series of predetermined positions along the printing line.
HTTP2_SETTINGS - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP HTTP2-Settings header field name.
HttpClient - Class in com.landawn.abacus.http
Any header can be set into the parameter settings
HttpClient is thread safe.
HttpHeaders - Class in com.landawn.abacus.http
 
HttpHeaders.Names - Class in com.landawn.abacus.http
Copied from Google Guava under Apache License v2.
HttpHeaders.ReferrerPolicyValues - Class in com.landawn.abacus.http
Copied from Google Guava under Apache License v2.
HttpHeaders.Values - Class in com.landawn.abacus.http
The Class Values.
HttpMethod - Enum in com.landawn.abacus.http
 
HttpRequest - Class in com.landawn.abacus.http
 
HttpResponse - Class in com.landawn.abacus.http
 
HttpServletRequestHeaderWrapper - Class in com.landawn.abacus.http
 
HttpServletRequestHeaderWrapper(HttpServletRequest) - Constructor for class com.landawn.abacus.http.HttpServletRequestHeaderWrapper
 
HttpSettings - Class in com.landawn.abacus.http
 
HttpSettings() - Constructor for class com.landawn.abacus.http.HttpSettings
 
HttpUtil - Class in com.landawn.abacus.http
 

I

Id - Annotation Type in com.landawn.abacus.annotation
 
identity() - Static method in class com.landawn.abacus.util.Fn.Fnn
 
identity() - Static method in class com.landawn.abacus.util.Fn
 
identity() - Static method in class com.landawn.abacus.util.Fn.UnaryOperators
 
IdentityHashSet<T> - Class in com.landawn.abacus.util
 
IdentityHashSet() - Constructor for class com.landawn.abacus.util.IdentityHashSet
 
IdentityHashSet(int) - Constructor for class com.landawn.abacus.util.IdentityHashSet
 
IdentityHashSet(Collection<? extends T>) - Constructor for class com.landawn.abacus.util.IdentityHashSet
 
iF(boolean, Consumer<DynamicSQLBuilder>) - Method in class com.landawn.abacus.util.DynamicSQLBuilder
 
If - Class in com.landawn.abacus.util
This class is mainly designed for functional programming.
If.OrElse - Class in com.landawn.abacus.util
The Class OrElse.
IF_MATCH - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP If-Match header field name.
IF_MODIFIED_SINCE - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP If-Modified-Since header field name.
IF_NONE_MATCH - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP If-None-Match header field name.
IF_RANGE - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP If-Range header field name.
IF_UNMODIFIED_SINCE - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP If-Unmodified-Since header field name.
ifFailure(Throwables.Consumer<? super E, E2>) - Method in class com.landawn.abacus.util.Result
 
ifFailureOrElse(Throwables.Consumer<? super E, E2>, Throwables.Consumer<? super T, E3>) - Method in class com.landawn.abacus.util.Result
If failure or else.
ifNotNull(Throwables.Consumer<? super T, E>) - Method in class com.landawn.abacus.util.u.Nullable
If not null.
ifNotNullOrElse(Throwables.Consumer<? super T, E>, Throwables.Runnable<E2>) - Method in class com.landawn.abacus.util.u.Nullable
If not null or else.
ifOrElse(boolean, Consumer<DynamicSQLBuilder>, Consumer<DynamicSQLBuilder>) - Method in class com.landawn.abacus.util.DynamicSQLBuilder
 
ifOrElse(boolean, Throwables.Runnable<E1>, Throwables.Runnable<E2>) - Static method in class com.landawn.abacus.util.N
If or else.
ifOrElse(boolean, T, Throwables.Consumer<? super T, E1>, Throwables.Consumer<? super T, E2>) - Static method in class com.landawn.abacus.util.N
If or else.
ifOrEmpty(boolean, Throwables.Supplier<R, E>) - Static method in class com.landawn.abacus.util.N
Returns a Nullable with value got from the specified supplier if b is true, otherwise returns an empty Nullable if b is false.
ifOrEmpty(boolean, T, Throwables.Function<? super T, R, E>) - Static method in class com.landawn.abacus.util.N
Returns a Nullable with value returned by func.apply(init) if b is true, otherwise returns an empty Nullable if b is false.
ifPresent(Throwables.Consumer<? super T, E>) - Method in class com.landawn.abacus.util.u.Nullable
 
ifPresent(Throwables.Consumer<? super T, E>) - Method in class com.landawn.abacus.util.u.Optional
 
ifPresent(Throwables.BooleanConsumer<E>) - Method in class com.landawn.abacus.util.u.OptionalBoolean
 
ifPresent(Throwables.ByteConsumer<E>) - Method in class com.landawn.abacus.util.u.OptionalByte
 
ifPresent(Throwables.CharConsumer<E>) - Method in class com.landawn.abacus.util.u.OptionalChar
 
ifPresent(Throwables.DoubleConsumer<E>) - Method in class com.landawn.abacus.util.u.OptionalDouble
 
ifPresent(Throwables.FloatConsumer<E>) - Method in class com.landawn.abacus.util.u.OptionalFloat
 
ifPresent(Throwables.IntConsumer<E>) - Method in class com.landawn.abacus.util.u.OptionalInt
 
ifPresent(Throwables.LongConsumer<E>) - Method in class com.landawn.abacus.util.u.OptionalLong
 
ifPresent(Throwables.ShortConsumer<E>) - Method in class com.landawn.abacus.util.u.OptionalShort
 
ifPresentOrElse(Throwables.Consumer<? super T, E>, Throwables.Runnable<E2>) - Method in class com.landawn.abacus.util.u.Nullable
If present or else.
ifPresentOrElse(Throwables.Consumer<? super T, E>, Throwables.Runnable<E2>) - Method in class com.landawn.abacus.util.u.Optional
If present or else.
ifPresentOrElse(Throwables.BooleanConsumer<E>, Throwables.Runnable<E2>) - Method in class com.landawn.abacus.util.u.OptionalBoolean
If present or else.
ifPresentOrElse(Throwables.ByteConsumer<E>, Throwables.Runnable<E2>) - Method in class com.landawn.abacus.util.u.OptionalByte
If present or else.
ifPresentOrElse(Throwables.CharConsumer<E>, Throwables.Runnable<E2>) - Method in class com.landawn.abacus.util.u.OptionalChar
If present or else.
ifPresentOrElse(Throwables.DoubleConsumer<E>, Throwables.Runnable<E2>) - Method in class com.landawn.abacus.util.u.OptionalDouble
If present or else.
ifPresentOrElse(Throwables.FloatConsumer<E>, Throwables.Runnable<E2>) - Method in class com.landawn.abacus.util.u.OptionalFloat
If present or else.
ifPresentOrElse(Throwables.IntConsumer<E>, Throwables.Runnable<E2>) - Method in class com.landawn.abacus.util.u.OptionalInt
If present or else.
ifPresentOrElse(Throwables.LongConsumer<E>, Throwables.Runnable<E2>) - Method in class com.landawn.abacus.util.u.OptionalLong
If present or else.
ifPresentOrElse(Throwables.ShortConsumer<E>, Throwables.Runnable<E2>) - Method in class com.landawn.abacus.util.u.OptionalShort
If present or else.
ifSuccess(Throwables.Consumer<? super T, E2>) - Method in class com.landawn.abacus.util.Result
 
ifSuccessOrElse(Throwables.Consumer<? super T, E2>, Throwables.Consumer<? super E, E3>) - Method in class com.landawn.abacus.util.Result
If success or else.
ignoringMerger() - Static method in class com.landawn.abacus.util.Fn.Fnn
 
ignoringMerger() - Static method in class com.landawn.abacus.util.Fn
 
IMAGE_GIF - Static variable in class com.landawn.abacus.http.HttpHeaders.Values
The Constant IMAGE_GIF.
IMAGE_JPG - Static variable in class com.landawn.abacus.http.HttpHeaders.Values
The Constant IMAGE_JPG.
Immutable - Annotation Type in com.landawn.abacus.annotation
 
Immutable - Interface in com.landawn.abacus.util
 
ImmutableArray<T> - Class in com.landawn.abacus.util
 
ImmutableBiMap<K,V> - Class in com.landawn.abacus.util
 
ImmutableCollection<E> - Class in com.landawn.abacus.util
 
ImmutableEntry<K,V> - Class in com.landawn.abacus.util
 
ImmutableEntry(K, V) - Constructor for class com.landawn.abacus.util.ImmutableEntry
 
ImmutableEntry(Map.Entry<? extends K, ? extends V>) - Constructor for class com.landawn.abacus.util.ImmutableEntry
 
ImmutableList<E> - Class in com.landawn.abacus.util
 
ImmutableMap<K,V> - Class in com.landawn.abacus.util
 
ImmutableMap.Builder<K,V> - Class in com.landawn.abacus.util
 
ImmutableNavigableMap<K,V> - Class in com.landawn.abacus.util
 
ImmutableNavigableSet<E> - Class in com.landawn.abacus.util
 
ImmutableSet<E> - Class in com.landawn.abacus.util
 
ImmutableSortedMap<K,V> - Class in com.landawn.abacus.util
 
ImmutableSortedSet<E> - Class in com.landawn.abacus.util
 
in(String, int[]) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
in(String, long[]) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
in(String, double[]) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
in(String, Object[]) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
in(String, Collection<?>) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
in(String, SubQuery) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
in(Collection<String>, SubQuery) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
In - Class in com.landawn.abacus.condition
 
In(String, Collection<?>) - Constructor for class com.landawn.abacus.condition.In
 
in(Object...) - Method in class com.landawn.abacus.condition.NamedProperty
 
in(Collection<?>) - Method in class com.landawn.abacus.condition.NamedProperty
 
in(Collection<?>) - Static method in class com.landawn.abacus.util.Fn
 
IN - Static variable in class com.landawn.abacus.util.WD
Field IN.
inCommon() - Method in class com.landawn.abacus.util.Difference
 
increment() - Method in class com.landawn.abacus.util.MutableByte
Increments the value.
increment() - Method in class com.landawn.abacus.util.MutableChar
Increments the value.
increment() - Method in class com.landawn.abacus.util.MutableDouble
Increments the value.
increment() - Method in class com.landawn.abacus.util.MutableFloat
Increments the value.
increment() - Method in class com.landawn.abacus.util.MutableInt
Increments the value.
increment() - Method in class com.landawn.abacus.util.MutableLong
Increments the value.
increment() - Method in class com.landawn.abacus.util.MutableShort
Increments the value.
incrementAndGet() - Method in class com.landawn.abacus.util.MutableByte
Increments by one the current value.
incrementAndGet() - Method in class com.landawn.abacus.util.MutableChar
Increments by one the current value.
incrementAndGet() - Method in class com.landawn.abacus.util.MutableDouble
Increments by one the current value.
incrementAndGet() - Method in class com.landawn.abacus.util.MutableFloat
Increments by one the current value.
incrementAndGet() - Method in class com.landawn.abacus.util.MutableInt
Increments by one the current value.
incrementAndGet() - Method in class com.landawn.abacus.util.MutableLong
Increments by one the current value.
incrementAndGet() - Method in class com.landawn.abacus.util.MutableShort
Increments by one the current value.
Index - Class in com.landawn.abacus.util
 
indexed() - Method in class com.landawn.abacus.util.ExceptionalStream
 
indexed(IndexedBiConsumer<U, T>) - Static method in class com.landawn.abacus.util.Fn.BiConsumers
Returns a stateful BiPredicate.
indexed(IndexedBiFunction<U, T, R>) - Static method in class com.landawn.abacus.util.Fn.BiFunctions
Returns a stateful BiPredicate.
indexed(IndexedBiPredicate<T, U>) - Static method in class com.landawn.abacus.util.Fn.BiPredicates
Returns a stateful BiPredicate.
indexed(IndexedConsumer<T>) - Static method in class com.landawn.abacus.util.Fn.Consumers
Returns a stateful BiPredicate.
indexed(IndexedFunction<T, R>) - Static method in class com.landawn.abacus.util.Fn.Functions
Returns a stateful Function.
indexed() - Static method in class com.landawn.abacus.util.Fn
Returns a stateful Predicate.
indexed(IndexedPredicate<T>) - Static method in class com.landawn.abacus.util.Fn
Returns a stateful Predicate.
indexed(IndexedPredicate<T>) - Static method in class com.landawn.abacus.util.Fn.Predicates
Returns a stateful Predicate.
Indexed<T> - Class in com.landawn.abacus.util
 
IndexedBiConsumer<U,T> - Interface in com.landawn.abacus.util.function
 
IndexedBiFunction<U,T,R> - Interface in com.landawn.abacus.util.function
 
IndexedBiPredicate<U,T> - Interface in com.landawn.abacus.util.function
 
IndexedConsumer<T> - Interface in com.landawn.abacus.util.function
 
IndexedFunction<T,R> - Interface in com.landawn.abacus.util.function
 
IndexedPredicate<T> - Interface in com.landawn.abacus.util.function
 
indexOf(Object) - Method in class com.landawn.abacus.util.ImmutableList
 
indexOf(Object[], Object) - Static method in class com.landawn.abacus.util.Iterables
 
indexOf(Collection<?>, Object) - Static method in class com.landawn.abacus.util.Iterables
 
indexOf(String, int) - Static method in class com.landawn.abacus.util.StringUtil
 
indexOf(String, int, int) - Static method in class com.landawn.abacus.util.StringUtil
 
indexOf(String, String) - Static method in class com.landawn.abacus.util.StringUtil
 
indexOf(String, int, String) - Static method in class com.landawn.abacus.util.StringUtil
 
indexOf(String, String, String) - Static method in class com.landawn.abacus.util.StringUtil
 
indexOf(String, int, String, String) - Static method in class com.landawn.abacus.util.StringUtil
 
indexOfAny(String, char...) - Static method in class com.landawn.abacus.util.StringUtil
Index of any.
indexOfAny(String, String...) - Static method in class com.landawn.abacus.util.StringUtil
Index of any.
indexOfAnyBut(String, char...) - Static method in class com.landawn.abacus.util.StringUtil
Index of any but.
indexOfDifference(String, String) - Static method in class com.landawn.abacus.util.StringUtil
Compares two Strings, and returns the index at which the Stringss begin to differ.
indexOfDifference(String...) - Static method in class com.landawn.abacus.util.StringUtil
Compares all Strings in an array and returns the index at which the Strings begin to differ.
indexOfIgnoreCase(String, String) - Static method in class com.landawn.abacus.util.StringUtil
Index of ignore case.
indexOfIgnoreCase(String, int, String) - Static method in class com.landawn.abacus.util.StringUtil
Index of ignore case.
indexWord(String, String, int, boolean) - Static method in class com.landawn.abacus.util.SQLParser
 
INITIAL_READ_SIZE - Static variable in class com.landawn.abacus.util.CSVParser
The average size of a line read by opencsv (used for setting the size of StringBuilders).
INNER - Static variable in class com.landawn.abacus.util.WD
Field INNER.
INNER_JOIN - Static variable in class com.landawn.abacus.util.WD
Field INNER_JOIN.
innerJoin(String) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
innerJoin(String, Condition) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
innerJoin(Collection<String>, Condition) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
InnerJoin - Class in com.landawn.abacus.condition
 
InnerJoin(String) - Constructor for class com.landawn.abacus.condition.InnerJoin
 
InnerJoin(String, Condition) - Constructor for class com.landawn.abacus.condition.InnerJoin
 
InnerJoin(Collection<String>, Condition) - Constructor for class com.landawn.abacus.condition.InnerJoin
 
innerJoin(DataSet, String, String) - Method in interface com.landawn.abacus.DataSet
Returns a new DataSet that is limited to the rows where there is a match in both this DataSet and right DataSet.
innerJoin(DataSet, Map<String, String>) - Method in interface com.landawn.abacus.DataSet
Returns a new DataSet that is limited to the rows where there is a match in both this DataSet and right DataSet.
innerJoin(DataSet, Map<String, String>, String, Class<?>) - Method in interface com.landawn.abacus.DataSet
Returns a new DataSet that is limited to the rows where there is a match in both this DataSet and right DataSet.
innerJoin(DataSet, Map<String, String>, String, Class<?>, IntFunction<? extends Collection>) - Method in interface com.landawn.abacus.DataSet
Returns a new DataSet that is limited to the rows where there is a match in both this DataSet and right DataSet.
innerJoin(String, String) - Method in class com.landawn.abacus.util.DynamicSQLBuilder.From
 
innerJoin(Collection<? extends U>, Throwables.Function<? super T, ? extends K, ? extends E>, Throwables.Function<? super U, ? extends K, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
innerJoin(Collection<? extends U>, Throwables.Function<? super T, ? extends K, ? extends E>, Throwables.Function<? super U, ? extends K, ? extends E>, Throwables.BiFunction<? super T, ? super U, R, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
innerJoin(Collection<? extends T>, Throwables.Function<? super T, ? extends K, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
innerJoin(Collection<? extends T>, Throwables.Function<? super T, ? extends K, ? extends E>, Throwables.BiFunction<? super T, ? super T, R, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
innerJoin(ExceptionalStream<? extends U, E>, Throwables.Function<? super T, ? extends K, ? extends E>, Throwables.Function<? super U, ? extends K, ? extends E>, Throwables.BiFunction<? super T, ? super U, R, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
innerJoin(Collection<? extends U>, Throwables.BiPredicate<? super T, ? super U, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
innerJoin(String) - Method in class com.landawn.abacus.util.SQLBuilder
 
innerJoin(Class<?>) - Method in class com.landawn.abacus.util.SQLBuilder
 
innerJoin(Class<?>, String) - Method in class com.landawn.abacus.util.SQLBuilder
 
insert(boolean[], int, boolean) - Static method in class com.landawn.abacus.util.N
Inserts the specified elementToInsert at the specified position in the array.
insert(char[], int, char) - Static method in class com.landawn.abacus.util.N
Inserts the specified elementToInsert at the specified position in the array.
insert(byte[], int, byte) - Static method in class com.landawn.abacus.util.N
Inserts the specified elementToInsert at the specified position in the array.
insert(short[], int, short) - Static method in class com.landawn.abacus.util.N
Inserts the specified elementToInsert at the specified position in the array.
insert(int[], int, int) - Static method in class com.landawn.abacus.util.N
Inserts the specified elementToInsert at the specified position in the array.
insert(long[], int, long) - Static method in class com.landawn.abacus.util.N
Inserts the specified elementToInsert at the specified position in the array.
insert(float[], int, float) - Static method in class com.landawn.abacus.util.N
Inserts the specified elementToInsert at the specified position in the array.
insert(double[], int, double) - Static method in class com.landawn.abacus.util.N
Inserts the specified elementToInsert at the specified position in the array.
insert(String[], int, String) - Static method in class com.landawn.abacus.util.N
 
insert(T[], int, T) - Static method in class com.landawn.abacus.util.N
Inserts the specified elementToInsert at the specified position in the array.
insert(String, int, String) - Static method in class com.landawn.abacus.util.N
Returns a new String
insert(String) - Static method in class com.landawn.abacus.util.SQLBuilder.ACSB
Deprecated.
 
insert(String...) - Static method in class com.landawn.abacus.util.SQLBuilder.ACSB
Deprecated.
 
insert(Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.ACSB
Deprecated.
 
insert(Map<String, Object>) - Static method in class com.landawn.abacus.util.SQLBuilder.ACSB
Deprecated.
 
insert(Object) - Static method in class com.landawn.abacus.util.SQLBuilder.ACSB
Deprecated.
 
insert(Object, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.ACSB
Deprecated.
 
insert(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.ACSB
Deprecated.
 
insert(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.ACSB
Deprecated.
 
insert(String) - Static method in class com.landawn.abacus.util.SQLBuilder.LCSB
Deprecated.
 
insert(String...) - Static method in class com.landawn.abacus.util.SQLBuilder.LCSB
Deprecated.
 
insert(Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.LCSB
Deprecated.
 
insert(Map<String, Object>) - Static method in class com.landawn.abacus.util.SQLBuilder.LCSB
Deprecated.
 
insert(Object) - Static method in class com.landawn.abacus.util.SQLBuilder.LCSB
Deprecated.
 
insert(Object, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.LCSB
Deprecated.
 
insert(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.LCSB
Deprecated.
 
insert(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.LCSB
Deprecated.
 
insert(String) - Static method in class com.landawn.abacus.util.SQLBuilder.MAC
Deprecated.
 
insert(String...) - Static method in class com.landawn.abacus.util.SQLBuilder.MAC
Deprecated.
 
insert(Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.MAC
Deprecated.
 
insert(Map<String, Object>) - Static method in class com.landawn.abacus.util.SQLBuilder.MAC
Deprecated.
 
insert(Object) - Static method in class com.landawn.abacus.util.SQLBuilder.MAC
Deprecated.
 
insert(Object, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.MAC
Deprecated.
 
insert(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.MAC
Deprecated.
 
insert(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.MAC
Deprecated.
 
insert(String) - Static method in class com.landawn.abacus.util.SQLBuilder.MLC
Deprecated.
 
insert(String...) - Static method in class com.landawn.abacus.util.SQLBuilder.MLC
Deprecated.
 
insert(Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.MLC
Deprecated.
 
insert(Map<String, Object>) - Static method in class com.landawn.abacus.util.SQLBuilder.MLC
Deprecated.
 
insert(Object) - Static method in class com.landawn.abacus.util.SQLBuilder.MLC
Deprecated.
 
insert(Object, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.MLC
Deprecated.
 
insert(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.MLC
Deprecated.
 
insert(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.MLC
Deprecated.
 
insert(String) - Static method in class com.landawn.abacus.util.SQLBuilder.MSB
Deprecated.
 
insert(String...) - Static method in class com.landawn.abacus.util.SQLBuilder.MSB
Deprecated.
 
insert(Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.MSB
Deprecated.
 
insert(Map<String, Object>) - Static method in class com.landawn.abacus.util.SQLBuilder.MSB
Deprecated.
 
insert(Object) - Static method in class com.landawn.abacus.util.SQLBuilder.MSB
Deprecated.
 
insert(Object, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.MSB
Deprecated.
 
insert(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.MSB
Deprecated.
 
insert(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.MSB
Deprecated.
 
insert(String) - Static method in class com.landawn.abacus.util.SQLBuilder.MSC
Deprecated.
 
insert(String...) - Static method in class com.landawn.abacus.util.SQLBuilder.MSC
Deprecated.
 
insert(Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.MSC
Deprecated.
 
insert(Map<String, Object>) - Static method in class com.landawn.abacus.util.SQLBuilder.MSC
Deprecated.
 
insert(Object) - Static method in class com.landawn.abacus.util.SQLBuilder.MSC
Deprecated.
 
insert(Object, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.MSC
Deprecated.
 
insert(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.MSC
Deprecated.
 
insert(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.MSC
Deprecated.
 
insert(String) - Static method in class com.landawn.abacus.util.SQLBuilder.NAC
 
insert(String...) - Static method in class com.landawn.abacus.util.SQLBuilder.NAC
 
insert(Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NAC
 
insert(Map<String, Object>) - Static method in class com.landawn.abacus.util.SQLBuilder.NAC
 
insert(Object) - Static method in class com.landawn.abacus.util.SQLBuilder.NAC
 
insert(Object, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NAC
 
insert(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.NAC
 
insert(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NAC
 
insert(String) - Static method in class com.landawn.abacus.util.SQLBuilder.NLC
 
insert(String...) - Static method in class com.landawn.abacus.util.SQLBuilder.NLC
 
insert(Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NLC
 
insert(Map<String, Object>) - Static method in class com.landawn.abacus.util.SQLBuilder.NLC
 
insert(Object) - Static method in class com.landawn.abacus.util.SQLBuilder.NLC
 
insert(Object, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NLC
 
insert(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.NLC
 
insert(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NLC
 
insert(String) - Static method in class com.landawn.abacus.util.SQLBuilder.NSB
 
insert(String...) - Static method in class com.landawn.abacus.util.SQLBuilder.NSB
 
insert(Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NSB
 
insert(Map<String, Object>) - Static method in class com.landawn.abacus.util.SQLBuilder.NSB
 
insert(Object) - Static method in class com.landawn.abacus.util.SQLBuilder.NSB
 
insert(Object, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NSB
 
insert(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.NSB
 
insert(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NSB
 
insert(String) - Static method in class com.landawn.abacus.util.SQLBuilder.NSC
 
insert(String...) - Static method in class com.landawn.abacus.util.SQLBuilder.NSC
 
insert(Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NSC
 
insert(Map<String, Object>) - Static method in class com.landawn.abacus.util.SQLBuilder.NSC
 
insert(Object) - Static method in class com.landawn.abacus.util.SQLBuilder.NSC
 
insert(Object, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NSC
 
insert(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.NSC
 
insert(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NSC
 
insert(String) - Static method in class com.landawn.abacus.util.SQLBuilder.PAC
 
insert(String...) - Static method in class com.landawn.abacus.util.SQLBuilder.PAC
 
insert(Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.PAC
 
insert(Map<String, Object>) - Static method in class com.landawn.abacus.util.SQLBuilder.PAC
 
insert(Object) - Static method in class com.landawn.abacus.util.SQLBuilder.PAC
 
insert(Object, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.PAC
 
insert(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.PAC
 
insert(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.PAC
 
insert(String) - Static method in class com.landawn.abacus.util.SQLBuilder.PLC
 
insert(String...) - Static method in class com.landawn.abacus.util.SQLBuilder.PLC
 
insert(Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.PLC
 
insert(Map<String, Object>) - Static method in class com.landawn.abacus.util.SQLBuilder.PLC
 
insert(Object) - Static method in class com.landawn.abacus.util.SQLBuilder.PLC
 
insert(Object, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.PLC
 
insert(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.PLC
 
insert(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.PLC
 
insert(String) - Static method in class com.landawn.abacus.util.SQLBuilder.PSB
 
insert(String...) - Static method in class com.landawn.abacus.util.SQLBuilder.PSB
 
insert(Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.PSB
 
insert(Map<String, Object>) - Static method in class com.landawn.abacus.util.SQLBuilder.PSB
 
insert(Object) - Static method in class com.landawn.abacus.util.SQLBuilder.PSB
 
insert(Object, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.PSB
 
insert(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.PSB
 
insert(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.PSB
 
insert(String) - Static method in class com.landawn.abacus.util.SQLBuilder.PSC
 
insert(String...) - Static method in class com.landawn.abacus.util.SQLBuilder.PSC
 
insert(Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.PSC
 
insert(Map<String, Object>) - Static method in class com.landawn.abacus.util.SQLBuilder.PSC
 
insert(Object) - Static method in class com.landawn.abacus.util.SQLBuilder.PSC
 
insert(Object, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.PSC
 
insert(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.PSC
 
insert(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.PSC
 
insert(String) - Static method in class com.landawn.abacus.util.SQLBuilder.SCSB
Deprecated.
 
insert(String...) - Static method in class com.landawn.abacus.util.SQLBuilder.SCSB
Deprecated.
 
insert(Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SCSB
Deprecated.
 
insert(Map<String, Object>) - Static method in class com.landawn.abacus.util.SQLBuilder.SCSB
Deprecated.
 
insert(Object) - Static method in class com.landawn.abacus.util.SQLBuilder.SCSB
Deprecated.
 
insert(Object, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SCSB
Deprecated.
 
insert(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.SCSB
Deprecated.
 
insert(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SCSB
Deprecated.
 
INSERT - Static variable in class com.landawn.abacus.util.WD
Field INSERT.
insertAll(boolean[], int, boolean...) - Static method in class com.landawn.abacus.util.N
Inserts the specified elementToInserts at the specified position in the array.
insertAll(char[], int, char...) - Static method in class com.landawn.abacus.util.N
Inserts the specified elementToInserts at the specified position in the array.
insertAll(byte[], int, byte...) - Static method in class com.landawn.abacus.util.N
Inserts the specified elementToInserts at the specified position in the array.
insertAll(short[], int, short...) - Static method in class com.landawn.abacus.util.N
Inserts the specified elementToInserts at the specified position in the array.
insertAll(int[], int, int...) - Static method in class com.landawn.abacus.util.N
Inserts the specified elementToInserts at the specified position in the array.
insertAll(long[], int, long...) - Static method in class com.landawn.abacus.util.N
Inserts the specified elementToInserts at the specified position in the array.
insertAll(float[], int, float...) - Static method in class com.landawn.abacus.util.N
Inserts the specified elementToInserts at the specified position in the array.
insertAll(double[], int, double...) - Static method in class com.landawn.abacus.util.N
Inserts the specified elementToInserts at the specified position in the array.
insertAll(String[], int, String...) - Static method in class com.landawn.abacus.util.N
 
insertAll(T[], int, T...) - Static method in class com.landawn.abacus.util.N
Inserts the specified elementToInserts at the specified position in the array.
insertInto(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.ACSB
Deprecated.
 
insertInto(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.ACSB
Deprecated.
 
insertInto(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.LCSB
Deprecated.
 
insertInto(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.LCSB
Deprecated.
 
insertInto(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.MAC
Deprecated.
 
insertInto(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.MAC
Deprecated.
 
insertInto(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.MLC
Deprecated.
 
insertInto(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.MLC
Deprecated.
 
insertInto(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.MSB
Deprecated.
 
insertInto(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.MSB
Deprecated.
 
insertInto(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.MSC
Deprecated.
 
insertInto(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.MSC
Deprecated.
 
insertInto(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.NAC
 
insertInto(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NAC
 
insertInto(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.NLC
 
insertInto(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NLC
 
insertInto(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.NSB
 
insertInto(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NSB
 
insertInto(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.NSC
 
insertInto(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NSC
 
insertInto(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.PAC
 
insertInto(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.PAC
 
insertInto(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.PLC
 
insertInto(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.PLC
 
insertInto(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.PSB
 
insertInto(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.PSB
 
insertInto(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.PSC
 
insertInto(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.PSC
 
insertInto(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.SCSB
Deprecated.
 
insertInto(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SCSB
Deprecated.
 
instanceOf(Class<?>) - Static method in class com.landawn.abacus.util.Fn
 
InSubQuery - Class in com.landawn.abacus.condition
 
InSubQuery(String, SubQuery) - Constructor for class com.landawn.abacus.condition.InSubQuery
 
InSubQuery(Collection<String>, SubQuery) - Constructor for class com.landawn.abacus.condition.InSubQuery
 
INT_ARRAY_COMPARATOR - Static variable in class com.landawn.abacus.util.Comparators
 
IntBiConsumer - Interface in com.landawn.abacus.util.function
 
IntBiFunction<R> - Interface in com.landawn.abacus.util.function
 
IntBiPredicate - Interface in com.landawn.abacus.util.function
 
IntConsumer - Interface in com.landawn.abacus.util.function
INTEGER_LIST - Static variable in class com.landawn.abacus.util.Clazz
 
INTEGER_MINUS_ONE - Static variable in class com.landawn.abacus.util.Numbers
Reusable Integer constant for minus one.
INTEGER_ONE - Static variable in class com.landawn.abacus.util.Numbers
Reusable Integer constant for one.
INTEGER_SET - Static variable in class com.landawn.abacus.util.Clazz
 
INTEGER_TWO - Static variable in class com.landawn.abacus.util.Numbers
Reusable Integer constant for two
INTEGER_ZERO - Static variable in class com.landawn.abacus.util.Numbers
Reusable Integer constant for zero.
IntermediateOp - Annotation Type in com.landawn.abacus.annotation
Intermediate operation.
Internal - Annotation Type in com.landawn.abacus.annotation
 
InternalUtil - Class in com.landawn.abacus.util
Deprecated.
DO NOT call the methods defined in this class. it's for internal use only.
intersect(SubQuery) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
intersect(SubQuery) - Method in class com.landawn.abacus.condition.Criteria
 
Intersect - Class in com.landawn.abacus.condition
 
Intersect(SubQuery) - Constructor for class com.landawn.abacus.condition.Intersect
Constructor for Intersect.
intersect(DataSet) - Method in interface com.landawn.abacus.DataSet
Returns a new DataSet with all rows from this DataSet and which also appear in the specified other in common columns.
intersect(String) - Method in class com.landawn.abacus.util.DynamicSQLBuilder
 
intersect(SQLBuilder) - Method in class com.landawn.abacus.util.SQLBuilder
 
intersect(String) - Method in class com.landawn.abacus.util.SQLBuilder
 
intersect(String...) - Method in class com.landawn.abacus.util.SQLBuilder
 
intersect(Collection<String>) - Method in class com.landawn.abacus.util.SQLBuilder
 
INTERSECT - Static variable in class com.landawn.abacus.util.WD
Field INTERSECT.
intersectAll(DataSet) - Method in interface com.landawn.abacus.DataSet
Returns a new DataSet with all rows from this DataSet and which also appear in the specified other in common columns.
intersection(DataSet) - Method in interface com.landawn.abacus.DataSet
Returns a new DataSet with all rows from this DataSet and which also appear in the specified other in common columns by occurrences.
intersection(Collection<?>) - Method in class com.landawn.abacus.util.ExceptionalStream
<<<<<<< .working
intersection(Throwables.Function<? super T, ?, E>, Collection<?>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
intersection(Map<K, V>, Map<? extends K, ? extends V>) - Static method in class com.landawn.abacus.util.Maps
 
intersection(T[], Object[]) - Static method in class com.landawn.abacus.util.N
 
intersection(Collection<? extends T>, Collection<?>) - Static method in class com.landawn.abacus.util.N
 
intersection(Collection<? extends Collection<? extends T>>) - Static method in class com.landawn.abacus.util.N
 
intersection(Range<T>) - Method in class com.landawn.abacus.util.Range
Calculate the intersection of this and an overlapping Range.
intersperse(T) - Method in class com.landawn.abacus.util.ExceptionalStream
 
interval(long) - Static method in class com.landawn.abacus.util.Observer
 
interval(long, long) - Static method in class com.landawn.abacus.util.Observer
 
interval(long, TimeUnit) - Static method in class com.landawn.abacus.util.Observer
 
interval(long, long, TimeUnit) - Static method in class com.landawn.abacus.util.Observer
 
IntFunction<R> - Interface in com.landawn.abacus.util.function
into(String) - Method in class com.landawn.abacus.util.SQLBuilder
 
into(Class<?>) - Method in class com.landawn.abacus.util.SQLBuilder
 
INTO - Static variable in class com.landawn.abacus.util.WD
Field INTO.
IntObjConsumer<T> - Interface in com.landawn.abacus.util.function
IntPredicate - Interface in com.landawn.abacus.util.function
IntSupplier - Interface in com.landawn.abacus.util.function
IntToDoubleFunction - Interface in com.landawn.abacus.util.function
 
IntToLongFunction - Interface in com.landawn.abacus.util.function
 
IntUnaryOperator - Interface in com.landawn.abacus.util.function
intValue() - Method in enum com.landawn.abacus.util.CalendarUnit
 
intValue() - Method in class com.landawn.abacus.util.Fraction
Gets the fraction as an int.
intValue() - Method in class com.landawn.abacus.util.MutableByte
Returns the value of this MutableByte as an int.
intValue() - Method in class com.landawn.abacus.util.MutableDouble
Returns the value of this MutableDouble as an int.
intValue() - Method in class com.landawn.abacus.util.MutableFloat
Returns the value of this MutableFloat as an int.
intValue() - Method in class com.landawn.abacus.util.MutableInt
Returns the value of this MutableInt as an int.
intValue() - Method in class com.landawn.abacus.util.MutableLong
Returns the value of this MutableLong as an int.
intValue() - Method in class com.landawn.abacus.util.MutableShort
Returns the value of this MutableShort as an int.
intValue() - Method in enum com.landawn.abacus.util.OperationType
 
intValue() - Method in enum com.landawn.abacus.util.YesNo
 
inverse() - Static method in class com.landawn.abacus.util.Fn.Fnn
 
inverse() - Static method in class com.landawn.abacus.util.Fn
 
inverse(IntFunction<? extends M>) - Method in class com.landawn.abacus.util.Multimap
 
inversed() - Method in class com.landawn.abacus.util.BiMap
Returns the inverse view of this BiMap, which maps each of this bimap's values to its associated key.
invert() - Method in class com.landawn.abacus.util.Fraction
Gets a fraction that is the inverse (1/fraction) of this one.
invert(Map<K, V>) - Static method in class com.landawn.abacus.util.Maps
 
invert(Map<K, V>, Throwables.BinaryOperator<K, E>) - Static method in class com.landawn.abacus.util.Maps
 
invert() - Method in class com.landawn.abacus.util.MutableBoolean
Invert.
invert(boolean[]) - Static method in class com.landawn.abacus.util.N
Inverts the element from fromIndex to toIndex: set it to true if it's false, or set it to false if it's true.
invert(boolean[], int, int) - Static method in class com.landawn.abacus.util.N
Inverts the element from fromIndex to toIndex: set it to true if it's false, or set it to false if it's true.
invertAndGet() - Method in class com.landawn.abacus.util.MutableBoolean
Invert and get.
invertFrom(Map<K, E>) - Static method in class com.landawn.abacus.util.ListMultimap
 
invertFrom(Multimap<K, E, V>) - Static method in class com.landawn.abacus.util.ListMultimap
 
invertFrom(Map<K, E>, IntFunction<? extends M>) - Static method in class com.landawn.abacus.util.ListMultimap
Deprecated.
invertFrom(Multimap<K, E, V>, IntFunction<? extends M>) - Static method in class com.landawn.abacus.util.ListMultimap
Deprecated.
invertFrom(Map<K, E>, IntFunction<? extends M>) - Static method in class com.landawn.abacus.util.Multimap
 
invertFrom(Multimap<K, E, V>, IntFunction<? extends M>) - Static method in class com.landawn.abacus.util.Multimap
 
invertFrom(Map<K, E>) - Static method in class com.landawn.abacus.util.SetMultimap
 
invertFrom(Multimap<K, E, V>) - Static method in class com.landawn.abacus.util.SetMultimap
 
invertFrom(Map<K, E>, IntFunction<? extends M>) - Static method in class com.landawn.abacus.util.SetMultimap
Deprecated.
invertFrom(Multimap<K, E, V>, IntFunction<? extends M>) - Static method in class com.landawn.abacus.util.SetMultimap
Deprecated.
invokeConstructor(Constructor<T>, Object...) - Static method in class com.landawn.abacus.util.ClassUtil
 
invokeMethod(Method, Object...) - Static method in class com.landawn.abacus.util.ClassUtil
 
invokeMethod(Object, Method, Object...) - Static method in class com.landawn.abacus.util.ClassUtil
 
IOUtil - Class in com.landawn.abacus.util
Note: This class includes codes copied from Apache Commons Lang, Apache Commons IO, Google Guava and other open source projects under the Apache License 2.0.
is(String, Object) - Static method in class com.landawn.abacus.condition.ConditionFactory
Checks if is.
Is - Class in com.landawn.abacus.condition
 
Is(String, Object) - Constructor for class com.landawn.abacus.condition.Is
 
is(boolean) - Static method in class com.landawn.abacus.util.If
Checks if is.
IS - Static variable in class com.landawn.abacus.util.WD
Field IS.
IS_BLANK - Static variable in class com.landawn.abacus.util.WD
Field IS_BLANK.
IS_EMPTY - Static variable in class com.landawn.abacus.util.WD
Field EMPTY.
IS_FALSE - Static variable in interface com.landawn.abacus.util.function.BooleanPredicate
 
IS_NEGATIVE - Static variable in interface com.landawn.abacus.util.function.BytePredicate
 
IS_NEGATIVE - Static variable in interface com.landawn.abacus.util.function.DoublePredicate
 
IS_NEGATIVE - Static variable in interface com.landawn.abacus.util.function.FloatPredicate
 
IS_NEGATIVE - Static variable in interface com.landawn.abacus.util.function.IntPredicate
 
IS_NEGATIVE - Static variable in interface com.landawn.abacus.util.function.LongPredicate
 
IS_NEGATIVE - Static variable in interface com.landawn.abacus.util.function.ShortPredicate
 
IS_NOT - Static variable in class com.landawn.abacus.util.WD
Field IS_NOT.
IS_NOT_BLANK - Static variable in class com.landawn.abacus.util.WD
Field IS_NOT_BLANK.
IS_NOT_EMPTY - Static variable in class com.landawn.abacus.util.WD
Field IS_NOT_EMPTY.
IS_NOT_NULL - Static variable in class com.landawn.abacus.util.WD
Field IS_NOT_NULL.
IS_NULL - Static variable in class com.landawn.abacus.parser.XMLConstants
Field IS_NULL.
IS_NULL - Static variable in class com.landawn.abacus.util.WD
Field IS_NULL.
IS_NULL_ATTR - Static variable in class com.landawn.abacus.parser.XMLConstants
Field IS_NULL_ATTR.
IS_OS_LINUX - Static variable in class com.landawn.abacus.util.IOUtil
 
IS_OS_MAC - Static variable in class com.landawn.abacus.util.IOUtil
 
IS_OS_MAC_OSX - Static variable in class com.landawn.abacus.util.IOUtil
 
IS_OS_WINDOWS - Static variable in class com.landawn.abacus.util.IOUtil
 
IS_PLATFORM_ANDROID - Static variable in class com.landawn.abacus.util.IOUtil
 
IS_POSITIVE - Static variable in interface com.landawn.abacus.util.function.BytePredicate
 
IS_POSITIVE - Static variable in interface com.landawn.abacus.util.function.DoublePredicate
 
IS_POSITIVE - Static variable in interface com.landawn.abacus.util.function.FloatPredicate
 
IS_POSITIVE - Static variable in interface com.landawn.abacus.util.function.IntPredicate
 
IS_POSITIVE - Static variable in interface com.landawn.abacus.util.function.LongPredicate
 
IS_POSITIVE - Static variable in interface com.landawn.abacus.util.function.ShortPredicate
 
IS_TRUE - Static variable in interface com.landawn.abacus.util.function.BooleanPredicate
 
IS_ZERO - Static variable in interface com.landawn.abacus.util.function.BytePredicate
 
IS_ZERO - Static variable in interface com.landawn.abacus.util.function.CharPredicate
 
IS_ZERO - Static variable in interface com.landawn.abacus.util.function.DoublePredicate
 
IS_ZERO - Static variable in interface com.landawn.abacus.util.function.FloatPredicate
 
IS_ZERO - Static variable in interface com.landawn.abacus.util.function.IntPredicate
 
IS_ZERO - Static variable in interface com.landawn.abacus.util.function.LongPredicate
 
IS_ZERO - Static variable in interface com.landawn.abacus.util.function.ShortPredicate
 
isAfter(T) - Method in class com.landawn.abacus.util.Range
Checks whether this range is after the specified element.
isAfterRange(Range<T>) - Method in class com.landawn.abacus.util.Range
Checks whether this range is completely after the specified range.
isAllBlank(CharSequence...) - Static method in class com.landawn.abacus.util.StringUtil
Checks if all of the CharSequences are empty (""), null or whitespace only.
isAllEmpty(CharSequence...) - Static method in class com.landawn.abacus.util.StringUtil
Checks if all of the CharSequences are empty ("") or null.
isAllLowerCase(CharSequence) - Static method in class com.landawn.abacus.util.StringUtil
Checks if is all lower case.
isAllUpperCase(CharSequence) - Static method in class com.landawn.abacus.util.StringUtil
Checks if is all upper case.
isAlpha(CharSequence) - Static method in class com.landawn.abacus.util.StringUtil
Checks if the CharSequence contains only Unicode letters.
isAlphanumeric(CharSequence) - Static method in class com.landawn.abacus.util.StringUtil
Checks if the CharSequence contains only Unicode letters or digits.
isAlphanumericSpace(CharSequence) - Static method in class com.landawn.abacus.util.StringUtil
Checks if the CharSequence contains only Unicode letters, digits or space (' ').
isAlphaSpace(CharSequence) - Static method in class com.landawn.abacus.util.StringUtil
Checks if the CharSequence contains only Unicode letters and space (' ').
isAnnotationPresent(Class<? extends Annotation>) - Method in class com.landawn.abacus.parser.ParserUtil.EntityInfo
 
isAnnotationPresent(Class<? extends Annotation>) - Method in class com.landawn.abacus.parser.ParserUtil.PropInfo
 
isAnyBlank(CharSequence...) - Static method in class com.landawn.abacus.util.StringUtil
Checks if any of the CharSequences are empty ("") or null or whitespace only.
isAnyEmpty(CharSequence...) - Static method in class com.landawn.abacus.util.StringUtil
Checks if any of the CharSequences are empty ("") or null.
isAscii(char) - Static method in class com.landawn.abacus.util.StringUtil
Checks whether the character is ASCII 7 bit.
isAsciiAlpha(char) - Static method in class com.landawn.abacus.util.StringUtil
Checks whether the character is ASCII 7 bit alphabetic.
isAsciiAlpha(CharSequence) - Static method in class com.landawn.abacus.util.StringUtil
Checks if is ascii alpha.
isAsciiAlphaLower(char) - Static method in class com.landawn.abacus.util.StringUtil
Checks whether the character is ASCII 7 bit alphabetic lower case.
isAsciiAlphanumeric(char) - Static method in class com.landawn.abacus.util.StringUtil
Checks whether the character is ASCII 7 bit numeric.
isAsciiAlphanumeric(CharSequence) - Static method in class com.landawn.abacus.util.StringUtil
Checks if is ascii alphanumeric.
isAsciiAlphanumericSpace(CharSequence) - Static method in class com.landawn.abacus.util.StringUtil
Checks if is ascii alphanumeric space.
isAsciiAlphaSpace(CharSequence) - Static method in class com.landawn.abacus.util.StringUtil
Checks if is ascii alpha space.
isAsciiAlphaUpper(char) - Static method in class com.landawn.abacus.util.StringUtil
Checks whether the character is ASCII 7 bit alphabetic upper case.
isAsciiControl(char) - Static method in class com.landawn.abacus.util.StringUtil
Checks whether the character is ASCII 7 bit control.
isAsciiDigtalInteger(String) - Static method in class com.landawn.abacus.util.StringUtil
true is returned if the specified str only includes characters ('0' ~ '9', '-', '+' ).
isAsciiDigtalNumber(String) - Static method in class com.landawn.abacus.util.StringUtil
true is returned if the specified str only includes characters ('0' ~ '9', '.', '-', '+', 'e').
isAsciiLowerCase(char) - Static method in class com.landawn.abacus.util.StringUtil
Checks if is ascii lower case.
isAsciiNumeric(char) - Static method in class com.landawn.abacus.util.StringUtil
Checks whether the character is ASCII 7 bit numeric.
isAsciiNumeric(CharSequence) - Static method in class com.landawn.abacus.util.StringUtil
Checks if is ascii numeric.
isAsciiPrintable(char) - Static method in class com.landawn.abacus.util.StringUtil
Checks whether the character is ASCII 7 bit printable.
isAsciiPrintable(CharSequence) - Static method in class com.landawn.abacus.util.StringUtil
Checks if is ascii printable.
isAsciiUpperCase(char) - Static method in class com.landawn.abacus.util.StringUtil
Checks if is ascii upper case.
isAsmEnable() - Method in class com.landawn.abacus.parser.Fj.DeserializeConfig
Checks if is asm enable.
isAsmEnable() - Method in class com.landawn.abacus.parser.Fj.SerializeConfig
Checks if is asm enable.
isBefore(T) - Method in class com.landawn.abacus.util.Range
Checks whether this range is before the specified element.
isBeforeRange(Range<T>) - Method in class com.landawn.abacus.util.Range
Checks whether this range is completely before the specified range.
isBlank(CharSequence) - Static method in class com.landawn.abacus.util.StringUtil
Same as N.isNullOrEmptyOrBlank(CharSequence).
isBracketRootValue() - Method in class com.landawn.abacus.parser.JSONSerializationConfig
The default value is true if it's not set.
isClause(Operator) - Static method in class com.landawn.abacus.condition.CriteriaUtil
Checks if is clause.
isClause(String) - Static method in class com.landawn.abacus.condition.CriteriaUtil
Checks if is clause.
isClause(Condition) - Static method in class com.landawn.abacus.condition.CriteriaUtil
Checks if is clause.
isClosed() - Method in class com.landawn.abacus.pool.AbstractPool
Checks if is closed.
isClosed() - Method in interface com.landawn.abacus.pool.Pool
Checks if is closed.
isCreatable(String) - Static method in class com.landawn.abacus.util.Numbers
Checks whether the String a valid Java number.
isDigit(char) - Static method in class com.landawn.abacus.util.StringUtil
Checks if is digit.
isDigits(String) - Static method in class com.landawn.abacus.util.Numbers
Checks whether the String contains only digit characters.
isDirectory() - Static method in class com.landawn.abacus.util.Fn
Checks if is directory.
isDirty() - Method in interface com.landawn.abacus.DirtyMarker
Deprecated.
isDirty(String) - Method in interface com.landawn.abacus.DirtyMarker
Deprecated.
isDirtyMarker(Class<?>) - Static method in class com.landawn.abacus.util.ClassUtil
 
isDistinct() - Method in class com.landawn.abacus.condition.Criteria
Checks if is distinct.
isEmpty(String) - Static method in class com.landawn.abacus.condition.Expression
Checks if is empty.
isEmpty() - Method in interface com.landawn.abacus.DataSet
Checks if is empty.
isEmpty() - Method in class com.landawn.abacus.http.HttpHeaders
Checks if is empty.
isEmpty() - Method in class com.landawn.abacus.pool.AbstractPool
Checks if is empty.
isEmpty() - Method in interface com.landawn.abacus.pool.Pool
Checks if is empty.
isEmpty() - Method in class com.landawn.abacus.util.ArrayHashMap
Checks if is empty.
isEmpty() - Method in class com.landawn.abacus.util.ArrayHashSet
Checks if is empty.
isEmpty() - Method in class com.landawn.abacus.util.BiMap
Checks if is empty.
isEmpty() - Method in class com.landawn.abacus.util.IdentityHashSet
Checks if is empty.
isEmpty() - Method in class com.landawn.abacus.util.ImmutableMap
Checks if is empty.
isEmpty() - Method in class com.landawn.abacus.util.Multimap
Checks if is empty.
isEmpty() - Method in class com.landawn.abacus.util.Multiset
Checks if is empty.
isEmpty() - Method in class com.landawn.abacus.util.ObjectPool
Checks if is empty.
isEmpty() - Method in class com.landawn.abacus.util.Properties
Checks if is empty.
isEmpty() - Method in class com.landawn.abacus.util.Range
Checks if is empty.
isEmpty(CharSequence) - Static method in class com.landawn.abacus.util.StringUtil
Same as N.isNullOrEmpty(CharSequence).
isEmpty() - Method in class com.landawn.abacus.util.u.Nullable
Deprecated.
isEmpty() - Method in class com.landawn.abacus.util.u.Optional
Checks if is empty.
isEmpty() - Method in class com.landawn.abacus.util.u.OptionalBoolean
 
isEmpty() - Method in class com.landawn.abacus.util.u.OptionalByte
 
isEmpty() - Method in class com.landawn.abacus.util.u.OptionalChar
 
isEmpty() - Method in class com.landawn.abacus.util.u.OptionalDouble
 
isEmpty() - Method in class com.landawn.abacus.util.u.OptionalFloat
 
isEmpty() - Method in class com.landawn.abacus.util.u.OptionalInt
 
isEmpty() - Method in class com.landawn.abacus.util.u.OptionalLong
 
isEmpty() - Method in class com.landawn.abacus.util.u.OptionalShort
 
isEndedBy(T) - Method in class com.landawn.abacus.util.Range
Checks whether this range starts with the specified element.
isEntity(Class<?>) - Static method in class com.landawn.abacus.util.ClassUtil
Checks if is entity.
isEqualCollection(Collection<?>, Collection<?>) - Static method in class com.landawn.abacus.util.N
Returns true if the given Collections contain exactly the same elements with exactly the same cardinalities.
isExpired() - Method in class com.landawn.abacus.pool.ActivityPrint
Checks if is expired.
isFailure() - Method in class com.landawn.abacus.util.Result
Checks if is failure.
isFakeId(List<String>) - Static method in class com.landawn.abacus.util.ClassUtil
Deprecated.
for internal only.
isFalse() - Method in class com.landawn.abacus.util.MutableBoolean
Checks if the current value is false.
isFile() - Static method in class com.landawn.abacus.util.Fn
Checks if is file.
isFileNewer(File, Date) - Static method in class com.landawn.abacus.util.IOUtil
Tests if the specified File is newer than the specified Date.
isFileNewer(File, File) - Static method in class com.landawn.abacus.util.IOUtil
Tests if the specified File is newer than the reference File.
isFileOlder(File, Date) - Static method in class com.landawn.abacus.util.IOUtil
Tests if the specified File is older than the specified Date.
isFileOlder(File, File) - Static method in class com.landawn.abacus.util.IOUtil
Tests if the specified File is older than the reference File.
isFunctionName(List<String>, int, int) - Static method in class com.landawn.abacus.util.SQLParser
Checks if is function name.
isIgnoreLeadingWhiteSpace() - Method in class com.landawn.abacus.util.CSVParser
 
isIgnoreNullOrEmpty() - Method in class com.landawn.abacus.parser.JSONDeserializationConfig
 
isIgnoreQuotations() - Method in class com.landawn.abacus.util.CSVParser
 
isIgnoreTypeInfo() - Method in class com.landawn.abacus.parser.XMLSerializationConfig
Checks if is ignore type info.
isIgnoreUnmatchedProperty() - Method in class com.landawn.abacus.parser.DeserializationConfig
Checks if is ignore unknown property.
isInfinite(String) - Static method in class com.landawn.abacus.condition.ConditionFactory
Checks if is infinite.
IsInfinite - Class in com.landawn.abacus.condition
 
IsInfinite(String) - Constructor for class com.landawn.abacus.condition.IsInfinite
 
isInfinite() - Method in class com.landawn.abacus.util.MutableDouble
Checks whether the double value is infinite.
isInfinite() - Method in class com.landawn.abacus.util.MutableFloat
Checks whether the float value is infinite.
isKryoAvailable() - Static method in class com.landawn.abacus.parser.ParserFactory
Checks if is kryo available.
isLetter(char) - Static method in class com.landawn.abacus.util.StringUtil
Checks if is letter.
isLetterOrDigit(char) - Static method in class com.landawn.abacus.util.StringUtil
Checks if is letter or digit.
isLowerCase(char) - Static method in class com.landawn.abacus.util.StringUtil
Checks if is lower case.
isMarkedToColumn - Variable in class com.landawn.abacus.parser.ParserUtil.PropInfo
 
isMathematicalInteger(double) - Static method in class com.landawn.abacus.util.Numbers
Returns true if x represents a mathematical integer.
isMixedCase(CharSequence) - Static method in class com.landawn.abacus.util.StringUtil
Copied from Apache Commons Lang: StringUtils#isMixedCase.
isNaN(String) - Static method in class com.landawn.abacus.condition.ConditionFactory
Checks if is na N.
IsNaN - Class in com.landawn.abacus.condition
 
IsNaN(String) - Constructor for class com.landawn.abacus.condition.IsNaN
 
isNaN() - Method in class com.landawn.abacus.util.MutableDouble
Checks whether the double value is the special NaN value.
isNaN() - Method in class com.landawn.abacus.util.MutableFloat
Checks whether the float value is the special NaN value.
isNegative() - Method in class com.landawn.abacus.util.Duration
Checks if is negative.
isNot(String, Object) - Static method in class com.landawn.abacus.condition.ConditionFactory
Checks if is not.
IsNot - Class in com.landawn.abacus.condition
 
IsNot(String, Object) - Constructor for class com.landawn.abacus.condition.IsNot
 
isNotBlank(CharSequence) - Static method in class com.landawn.abacus.util.StringUtil
Same as N.notNullOrEmptyOrBlank(CharSequence).
isNotEmpty(String) - Static method in class com.landawn.abacus.condition.Expression
Checks if is not empty.
isNotEmpty(CharSequence) - Static method in class com.landawn.abacus.util.StringUtil
Same as N.notNullOrEmpty(CharSequence).
isNotInfinite(String) - Static method in class com.landawn.abacus.condition.ConditionFactory
Checks if is not infinite.
IsNotInfinite - Class in com.landawn.abacus.condition
 
IsNotInfinite(String) - Constructor for class com.landawn.abacus.condition.IsNotInfinite
 
isNotNaN(String) - Static method in class com.landawn.abacus.condition.ConditionFactory
Checks if is not na N.
IsNotNaN - Class in com.landawn.abacus.condition
 
IsNotNaN(String) - Constructor for class com.landawn.abacus.condition.IsNotNaN
 
isNotNull(String) - Static method in class com.landawn.abacus.condition.ConditionFactory
Checks if is not null.
isNotNull(String) - Static method in class com.landawn.abacus.condition.Expression
Checks if is not null.
IsNotNull - Class in com.landawn.abacus.condition
 
IsNotNull(String) - Constructor for class com.landawn.abacus.condition.IsNotNull
 
isNotNull() - Method in class com.landawn.abacus.condition.NamedProperty
Checks if is not null.
isNotNull() - Method in class com.landawn.abacus.util.u.Nullable
Returns true if the value is present and it's not null, otherwise returns false.
isNotPresent() - Method in class com.landawn.abacus.util.u.Nullable
Returns true if the value is not present, otherwise returns false.
isNull(String) - Static method in class com.landawn.abacus.condition.ConditionFactory
Checks if is null.
isNull(String) - Static method in class com.landawn.abacus.condition.Expression
Checks if is null.
IsNull - Class in com.landawn.abacus.condition
 
IsNull(String) - Constructor for class com.landawn.abacus.condition.IsNull
 
isNull() - Method in class com.landawn.abacus.condition.NamedProperty
Checks if is null.
isNull(int, int) - Method in interface com.landawn.abacus.DataSet
Checks if is null.
isNull(int) - Method in interface com.landawn.abacus.DataSet
Checks if is null.
isNull(String) - Method in interface com.landawn.abacus.DataSet
Checks if is null.
isNull() - Static method in class com.landawn.abacus.util.Fn.Fnn
 
isNull() - Static method in class com.landawn.abacus.util.Fn
Checks if is null.
isNull(Function<T, ?>) - Static method in class com.landawn.abacus.util.Fn
Checks if is null.
isNull() - Method in class com.landawn.abacus.util.u.Nullable
Returns true if the value is not present, or it is present but it's null, otherwise returns false.
isNullOrEmpty() - Static method in class com.landawn.abacus.util.Fn.Fnn
 
isNullOrEmpty() - Static method in class com.landawn.abacus.util.Fn
Checks if is null or empty.
isNullOrEmpty(Function<T, ? extends CharSequence>) - Static method in class com.landawn.abacus.util.Fn
 
isNullOrEmpty(CharSequence) - Static method in class com.landawn.abacus.util.If
Checks if is null or empty.
isNullOrEmpty(boolean[]) - Static method in class com.landawn.abacus.util.If
Checks if is null or empty.
isNullOrEmpty(char[]) - Static method in class com.landawn.abacus.util.If
Checks if is null or empty.
isNullOrEmpty(byte[]) - Static method in class com.landawn.abacus.util.If
Checks if is null or empty.
isNullOrEmpty(short[]) - Static method in class com.landawn.abacus.util.If
Checks if is null or empty.
isNullOrEmpty(int[]) - Static method in class com.landawn.abacus.util.If
Checks if is null or empty.
isNullOrEmpty(long[]) - Static method in class com.landawn.abacus.util.If
Checks if is null or empty.
isNullOrEmpty(float[]) - Static method in class com.landawn.abacus.util.If
Checks if is null or empty.
isNullOrEmpty(double[]) - Static method in class com.landawn.abacus.util.If
Checks if is null or empty.
isNullOrEmpty(Object[]) - Static method in class com.landawn.abacus.util.If
Checks if is null or empty.
isNullOrEmpty(Collection<?>) - Static method in class com.landawn.abacus.util.If
Checks if is null or empty.
isNullOrEmpty(Map<?, ?>) - Static method in class com.landawn.abacus.util.If
Checks if is null or empty.
isNullOrEmpty(Multiset<?>) - Static method in class com.landawn.abacus.util.If
Checks if is null or empty.
isNullOrEmpty(Multimap<?, ?, ?>) - Static method in class com.landawn.abacus.util.If
Checks if is null or empty.
isNullOrEmptyA() - Static method in class com.landawn.abacus.util.Fn.Fnn
 
isNullOrEmptyA() - Static method in class com.landawn.abacus.util.Fn
 
isNullOrEmptyC() - Static method in class com.landawn.abacus.util.Fn.Fnn
 
isNullOrEmptyC() - Static method in class com.landawn.abacus.util.Fn
 
isNullOrEmptyM() - Static method in class com.landawn.abacus.util.Fn.Fnn
 
isNullOrEmptyM() - Static method in class com.landawn.abacus.util.Fn
 
isNullOrEmptyOrBlank() - Static method in class com.landawn.abacus.util.Fn
Checks if is null or empty or blank.
isNullOrEmptyOrBlank(Function<T, ? extends CharSequence>) - Static method in class com.landawn.abacus.util.Fn
 
isNullOrEmptyOrBlank(CharSequence) - Static method in class com.landawn.abacus.util.If
Checks if is null or empty or blank.
isNullToEmpty() - Method in class com.landawn.abacus.parser.JSONDeserializationConfig
 
isNumber(String) - Static method in class com.landawn.abacus.util.StringUtil
Note: It's copied from NumberUtils in Apache Commons Lang under Apache License 2.0
isNumeric(CharSequence) - Static method in class com.landawn.abacus.util.StringUtil
Checks if the CharSequence contains only Unicode digits.
isNumericSpace(CharSequence) - Static method in class com.landawn.abacus.util.StringUtil
Checks if the CharSequence contains only Unicode digits or space ( ' ').
ISO8601Util - Class in com.landawn.abacus.util
Copyright (c) 2017, Jackson Authors/Contributers.
ISO_8601_DATETIME_FORMAT - Static variable in class com.landawn.abacus.util.DateUtil
It's default date/time format.
ISO_8601_TIMESTAMP_FORMAT - Static variable in class com.landawn.abacus.util.DateUtil
It's default timestamp format.
ISO_8859_1 - Static variable in class com.landawn.abacus.util.Charsets
 
isOneWayRequest() - Method in class com.landawn.abacus.http.HttpSettings
Checks if is one way request.
isOneWayRequest(boolean) - Method in class com.landawn.abacus.http.HttpSettings
Checks if is one way request.
isOverlappedBy(Range<T>) - Method in class com.landawn.abacus.util.Range
Checks whether this range is overlapped by the specified range.
isParsable(String) - Static method in class com.landawn.abacus.util.Numbers
Checks whether the given String is a parsable number.
isPending() - Method in class com.landawn.abacus.util.CSVParser
 
isPerfectSquare(int) - Static method in class com.landawn.abacus.util.Numbers
Checks if is perfect square.
isPerfectSquare(long) - Static method in class com.landawn.abacus.util.Numbers
Checks if is perfect square.
isPowerOfTwo(int) - Static method in class com.landawn.abacus.util.Numbers
Checks if is power of two.
isPowerOfTwo(long) - Static method in class com.landawn.abacus.util.Numbers
Checks if is power of two.
isPowerOfTwo(double) - Static method in class com.landawn.abacus.util.Numbers
Checks if is power of two.
isPowerOfTwo(BigInteger) - Static method in class com.landawn.abacus.util.Numbers
Returns true if x represents a power of two.
isPresent() - Method in class com.landawn.abacus.util.u.Nullable
Returns true if the value is present, otherwise returns false.
isPresent() - Method in class com.landawn.abacus.util.u.Optional
Checks if is present.
isPresent() - Method in class com.landawn.abacus.util.u.OptionalBoolean
 
isPresent() - Method in class com.landawn.abacus.util.u.OptionalByte
 
isPresent() - Method in class com.landawn.abacus.util.u.OptionalChar
 
isPresent() - Method in class com.landawn.abacus.util.u.OptionalDouble
 
isPresent() - Method in class com.landawn.abacus.util.u.OptionalFloat
 
isPresent() - Method in class com.landawn.abacus.util.u.OptionalInt
 
isPresent() - Method in class com.landawn.abacus.util.u.OptionalLong
 
isPresent() - Method in class com.landawn.abacus.util.u.OptionalShort
 
isPrettyFormat() - Method in class com.landawn.abacus.parser.KryoSerializationConfig
Deprecated.
UnsupportedOperationException
isPrettyFormat() - Method in class com.landawn.abacus.parser.SerializationConfig
Checks if is pretty format.
isPrime(long) - Static method in class com.landawn.abacus.util.Numbers
Returns true if n is a prime number: an integer greater than one that cannot be factored into a product of smaller positive integers.
isPrimitiveArrayType(Class<?>) - Static method in class com.landawn.abacus.util.N
Checks if is primitive array type.
isPrimitiveType(Class<?>) - Static method in class com.landawn.abacus.util.N
Checks if is primitive type.
isProperSubCollection(Collection<?>, Collection<?>) - Static method in class com.landawn.abacus.util.N
Returns true if subColl is a proper sub-collection of coll, that is, if the cardinality of e in subColl is less than or equal to the cardinality of e in coll, for each element e in subColl, and there is at least one element f such that the cardinality of f in coll is strictly greater than the cardinality of f in subColl.
isQuoteMapKey() - Method in class com.landawn.abacus.parser.JSONSerializationConfig
The default value is false if it's not set.
isQuotePropName() - Method in class com.landawn.abacus.parser.JSONSerializationConfig
The default value is false if it's not set.
isSameDay(Date, Date) - Static method in class com.landawn.abacus.util.DateUtil
Copied from Apache Commons Lang under Apache License v2.
isSameDay(Calendar, Calendar) - Static method in class com.landawn.abacus.util.DateUtil
Copied from Apache Commons Lang under Apache License v2.
isSeperator(String, int, int, char) - Static method in class com.landawn.abacus.util.SQLParser
Checks if is seperator.
isSkipTransientField() - Method in class com.landawn.abacus.parser.SerializationConfig
Checks if is skip transient field.
isStartedBy(T) - Method in class com.landawn.abacus.util.Range
Checks whether this range starts with the specified element.
isStrictQuotes() - Method in class com.landawn.abacus.util.CSVParser
 
isSubCollection(Collection<?>, Collection<?>) - Static method in class com.landawn.abacus.util.N
Returns true if subColl is a sub-collection of coll, that is, if the cardinality of e in subColl is less than or equal to the cardinality of e in coll, for each element e in subColl.
isSuccess() - Method in class com.landawn.abacus.util.Result
Checks if is success.
isSuccessful() - Method in class com.landawn.abacus.http.HttpResponse
Returns true if the code is in [200..300), which means the request was successfully received, understood, and accepted.
isSymbolicLink(File) - Static method in class com.landawn.abacus.util.IOUtil
Determines whether the specified file is a Symbolic Link rather than an actual file.
isTagByPropertyName() - Method in class com.landawn.abacus.parser.XMLSerializationConfig
Checks if is tag by property name.
isTextElement(Node) - Static method in class com.landawn.abacus.util.XMLUtil
 
isTransient - Variable in class com.landawn.abacus.parser.ParserUtil.PropInfo
 
isTrue() - Method in class com.landawn.abacus.util.MutableBoolean
Checks if the current value is true.
isUpperCase(char) - Static method in class com.landawn.abacus.util.StringUtil
Checks if is upper case.
isWellFormed(byte[]) - Static method in class com.landawn.abacus.util.Utf8
Returns true if bytes is a well-formed UTF-8 byte sequence according to Unicode 6.0.
isWellFormed(byte[], int, int) - Static method in class com.landawn.abacus.util.Utf8
Returns whether the given byte array slice is a well-formed UTF-8 byte sequence, as defined by Utf8.isWellFormed(byte[]).
isWhitespace() - Static method in class com.landawn.abacus.util.Fn.FnC
 
isWhitespace(CharSequence) - Static method in class com.landawn.abacus.util.StringUtil
Checks if the CharSequence contains only whitespace.
isWrapperType(Class<?>) - Static method in class com.landawn.abacus.util.N
Checks if is wrapper type.
isWrapRootValue() - Method in class com.landawn.abacus.parser.JSONSerializationConfig
Checks if is wrap root value.
isWriteClass() - Method in class com.landawn.abacus.parser.KryoSerializationConfig
Checks if is write class.
isXMLAvailable() - Static method in class com.landawn.abacus.parser.ParserFactory
Checks if is XML available.
isZero() - Method in class com.landawn.abacus.util.Duration
Checks if is zero.
isZero() - Static method in class com.landawn.abacus.util.Fn.FnC
 
Iterables - Class in com.landawn.abacus.util
Note: This class includes codes copied from Apache Commons Lang, Google Guava and other open source projects under the Apache License 2.0.
iterate(Throwables.BooleanSupplier<? extends E>, Throwables.Supplier<? extends T, E>) - Static method in class com.landawn.abacus.util.ExceptionalStream
 
iterate(T, Throwables.BooleanSupplier<? extends E>, Throwables.UnaryOperator<T, ? extends E>) - Static method in class com.landawn.abacus.util.ExceptionalStream
 
iterate(T, Throwables.Predicate<? super T, ? extends E>, Throwables.UnaryOperator<T, ? extends E>) - Static method in class com.landawn.abacus.util.ExceptionalStream
 
iterate(T, Throwables.UnaryOperator<T, ? extends E>) - Static method in class com.landawn.abacus.util.ExceptionalStream
 
iterate(Throwables.BooleanSupplier<? extends RuntimeException>, Throwables.Supplier<? extends T, RuntimeException>) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
 
iterate(T, Throwables.BooleanSupplier<? extends RuntimeException>, Throwables.UnaryOperator<T, ? extends RuntimeException>) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
 
iterate(T, Throwables.Predicate<? super T, RuntimeException>, Throwables.UnaryOperator<T, RuntimeException>) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
 
iterate(T, Throwables.UnaryOperator<T, RuntimeException>) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
 
iterate(Iterator<? extends T>) - Static method in class com.landawn.abacus.util.Indexed
 
iterate(Iterator<? extends T>, int) - Static method in class com.landawn.abacus.util.Indexed
 
iterate(Iterator<? extends T>, long) - Static method in class com.landawn.abacus.util.Indexed
 
iterate(T[]) - Static method in class com.landawn.abacus.util.N
 
iterate(T[], int, int) - Static method in class com.landawn.abacus.util.N
 
iterate(Iterable<? extends T>) - Static method in class com.landawn.abacus.util.N
 
iterate(Iterator<E>) - Method in class com.landawn.abacus.util.Retry.RetryR
Deprecated.
replaced by RetryR#iterate(Iterator, int).
iterate(Iterator<E>, int) - Method in class com.landawn.abacus.util.Retry.RetryR
 
iterator(String, String) - Method in interface com.landawn.abacus.DataSet
 
iterator(String, String, int, int) - Method in interface com.landawn.abacus.DataSet
 
iterator() - Method in class com.landawn.abacus.util.ArrayHashSet
 
iterator() - Method in class com.landawn.abacus.util.IdentityHashSet
 
iterator() - Method in class com.landawn.abacus.util.ImmutableCollection
 
iterator() - Method in class com.landawn.abacus.util.Multiset
 
Iterators - Class in com.landawn.abacus.util
This is a utility class mostly for Iterator.

J

JAVA_CLASS_PATH - Static variable in class com.landawn.abacus.util.IOUtil
 
JAVA_CLASS_VERSION - Static variable in class com.landawn.abacus.util.IOUtil
 
JAVA_HOME - Static variable in class com.landawn.abacus.util.IOUtil
 
JAVA_IO_TMPDIR - Static variable in class com.landawn.abacus.util.IOUtil
 
JAVA_RUNTIME_NAME - Static variable in class com.landawn.abacus.util.IOUtil
 
JAVA_RUNTIME_VERSION - Static variable in class com.landawn.abacus.util.IOUtil
 
JAVA_SPECIFICATION_NAME - Static variable in class com.landawn.abacus.util.IOUtil
 
JAVA_SPECIFICATION_VENDOR - Static variable in class com.landawn.abacus.util.IOUtil
 
JAVA_SPECIFICATION_VERSION - Static variable in class com.landawn.abacus.util.IOUtil
 
JAVA_VENDOR - Static variable in class com.landawn.abacus.util.IOUtil
 
JAVA_VERSION - Static variable in class com.landawn.abacus.util.IOUtil
 
JAVA_VM_INFO - Static variable in class com.landawn.abacus.util.IOUtil
 
JAVA_VM_NAME - Static variable in class com.landawn.abacus.util.IOUtil
 
JAVA_VM_SPECIFICATION_NAME - Static variable in class com.landawn.abacus.util.IOUtil
 
JAVA_VM_SPECIFICATION_VENDOR - Static variable in class com.landawn.abacus.util.IOUtil
 
JAVA_VM_SPECIFICATION_VERSION - Static variable in class com.landawn.abacus.util.IOUtil
 
JAVA_VM_VENDOR - Static variable in class com.landawn.abacus.util.IOUtil
 
JAVA_VM_VERSION - Static variable in class com.landawn.abacus.util.IOUtil
 
jc2c(Callable<R>) - Static method in class com.landawn.abacus.util.Fn.Fnn
 
jc2c(Callable<R>) - Static method in class com.landawn.abacus.util.Fn
 
jc2r(Callable<?>) - Static method in class com.landawn.abacus.util.Fn
 
JDC() - Constructor for class com.landawn.abacus.parser.JSONDeserializationConfig.JDC
 
join(String) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
join(String, Condition) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
join(Collection<String>, Condition) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
join(Join...) - Method in class com.landawn.abacus.condition.Criteria
 
join(Collection<Join>) - Method in class com.landawn.abacus.condition.Criteria
 
join(String) - Method in class com.landawn.abacus.condition.Criteria
 
join(String, Condition) - Method in class com.landawn.abacus.condition.Criteria
 
join(Collection<String>, Condition) - Method in class com.landawn.abacus.condition.Criteria
 
Join - Class in com.landawn.abacus.condition
 
Join(String) - Constructor for class com.landawn.abacus.condition.Join
 
Join(String, Condition) - Constructor for class com.landawn.abacus.condition.Join
 
Join(Collection<String>, Condition) - Constructor for class com.landawn.abacus.condition.Join
 
join(String, String) - Method in class com.landawn.abacus.util.DynamicSQLBuilder.From
 
join(CharSequence) - Method in class com.landawn.abacus.util.ExceptionalStream
 
join(CharSequence, CharSequence, CharSequence) - Method in class com.landawn.abacus.util.ExceptionalStream
 
join(String) - Static method in class com.landawn.abacus.util.Fn.Disposables
 
join(String) - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableArray
 
join(String) - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableBooleanArray
 
join(String) - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableByteArray
 
join(String) - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableCharArray
 
join(String) - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableDeque
 
join(String) - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableDoubleArray
 
join(String) - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableFloatArray
 
join(String) - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableIntArray
 
join(String) - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableLongArray
 
join(String) - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableShortArray
 
join(String) - Method in class com.landawn.abacus.util.SQLBuilder
 
join(Class<?>) - Method in class com.landawn.abacus.util.SQLBuilder
 
join(Class<?>, String) - Method in class com.landawn.abacus.util.SQLBuilder
 
join(boolean[]) - Static method in class com.landawn.abacus.util.StringUtil
 
join(boolean[], char) - Static method in class com.landawn.abacus.util.StringUtil
 
join(boolean[], String) - Static method in class com.landawn.abacus.util.StringUtil
 
join(boolean[], int, int, char) - Static method in class com.landawn.abacus.util.StringUtil
 
join(boolean[], int, int, String) - Static method in class com.landawn.abacus.util.StringUtil
 
join(char[]) - Static method in class com.landawn.abacus.util.StringUtil
 
join(char[], char) - Static method in class com.landawn.abacus.util.StringUtil
 
join(char[], String) - Static method in class com.landawn.abacus.util.StringUtil
 
join(char[], int, int, char) - Static method in class com.landawn.abacus.util.StringUtil
 
join(char[], int, int, String) - Static method in class com.landawn.abacus.util.StringUtil
 
join(byte[]) - Static method in class com.landawn.abacus.util.StringUtil
 
join(byte[], char) - Static method in class com.landawn.abacus.util.StringUtil
 
join(byte[], String) - Static method in class com.landawn.abacus.util.StringUtil
 
join(byte[], int, int, char) - Static method in class com.landawn.abacus.util.StringUtil
 
join(byte[], int, int, String) - Static method in class com.landawn.abacus.util.StringUtil
 
join(short[]) - Static method in class com.landawn.abacus.util.StringUtil
 
join(short[], char) - Static method in class com.landawn.abacus.util.StringUtil
 
join(short[], String) - Static method in class com.landawn.abacus.util.StringUtil
 
join(short[], int, int, char) - Static method in class com.landawn.abacus.util.StringUtil
 
join(short[], int, int, String) - Static method in class com.landawn.abacus.util.StringUtil
 
join(int[]) - Static method in class com.landawn.abacus.util.StringUtil
 
join(int[], char) - Static method in class com.landawn.abacus.util.StringUtil
 
join(int[], String) - Static method in class com.landawn.abacus.util.StringUtil
 
join(int[], int, int, char) - Static method in class com.landawn.abacus.util.StringUtil
 
join(int[], int, int, String) - Static method in class com.landawn.abacus.util.StringUtil
 
join(long[]) - Static method in class com.landawn.abacus.util.StringUtil
 
join(long[], char) - Static method in class com.landawn.abacus.util.StringUtil
 
join(long[], String) - Static method in class com.landawn.abacus.util.StringUtil
 
join(long[], int, int, char) - Static method in class com.landawn.abacus.util.StringUtil
 
join(long[], int, int, String) - Static method in class com.landawn.abacus.util.StringUtil
 
join(float[]) - Static method in class com.landawn.abacus.util.StringUtil
 
join(float[], char) - Static method in class com.landawn.abacus.util.StringUtil
 
join(float[], String) - Static method in class com.landawn.abacus.util.StringUtil
 
join(float[], int, int, char) - Static method in class com.landawn.abacus.util.StringUtil
 
join(float[], int, int, String) - Static method in class com.landawn.abacus.util.StringUtil
 
join(double[]) - Static method in class com.landawn.abacus.util.StringUtil
 
join(double[], char) - Static method in class com.landawn.abacus.util.StringUtil
 
join(double[], String) - Static method in class com.landawn.abacus.util.StringUtil
 
join(double[], int, int, char) - Static method in class com.landawn.abacus.util.StringUtil
 
join(double[], int, int, String) - Static method in class com.landawn.abacus.util.StringUtil
 
join(Object[]) - Static method in class com.landawn.abacus.util.StringUtil
 
join(Object[], char) - Static method in class com.landawn.abacus.util.StringUtil
 
join(Object[], String) - Static method in class com.landawn.abacus.util.StringUtil
 
join(Object[], int, int, char) - Static method in class com.landawn.abacus.util.StringUtil
 
join(Object[], int, int, char, boolean) - Static method in class com.landawn.abacus.util.StringUtil
 
join(Object[], int, int, String) - Static method in class com.landawn.abacus.util.StringUtil
 
join(Object[], int, int, String, boolean) - Static method in class com.landawn.abacus.util.StringUtil
 
join(Object[], String, String, String) - Static method in class com.landawn.abacus.util.StringUtil
 
join(Object[], String, String, String, boolean) - Static method in class com.landawn.abacus.util.StringUtil
 
join(Object[], int, int, String, String, String, boolean) - Static method in class com.landawn.abacus.util.StringUtil
 
join(Collection<?>) - Static method in class com.landawn.abacus.util.StringUtil
 
join(Collection<?>, char) - Static method in class com.landawn.abacus.util.StringUtil
 
join(Collection<?>, String) - Static method in class com.landawn.abacus.util.StringUtil
 
join(Collection<?>, int, int, char) - Static method in class com.landawn.abacus.util.StringUtil
 
join(Collection<?>, int, int, char, boolean) - Static method in class com.landawn.abacus.util.StringUtil
 
join(Collection<?>, int, int, String) - Static method in class com.landawn.abacus.util.StringUtil
 
join(Collection<?>, int, int, String, boolean) - Static method in class com.landawn.abacus.util.StringUtil
 
join(Collection<?>, String, String, String) - Static method in class com.landawn.abacus.util.StringUtil
 
join(Collection<?>, String, String, String, boolean) - Static method in class com.landawn.abacus.util.StringUtil
 
join(Collection<?>, int, int, String, String, String, boolean) - Static method in class com.landawn.abacus.util.StringUtil
 
join(Iterator<?>) - Static method in class com.landawn.abacus.util.StringUtil
 
join(Iterator<?>, char) - Static method in class com.landawn.abacus.util.StringUtil
 
join(Iterator<?>, String) - Static method in class com.landawn.abacus.util.StringUtil
 
join(Iterator<?>, String, String, String, boolean) - Static method in class com.landawn.abacus.util.StringUtil
 
JOIN - Static variable in class com.landawn.abacus.util.WD
Field JOIN.
JoinedBy - Annotation Type in com.landawn.abacus.annotation
Sample for one-one or one-many join:
joinEntries(Map<?, ?>) - Static method in class com.landawn.abacus.util.StringUtil
 
joinEntries(Map<?, ?>, char) - Static method in class com.landawn.abacus.util.StringUtil
 
joinEntries(Map<?, ?>, String) - Static method in class com.landawn.abacus.util.StringUtil
 
joinEntries(Map<?, ?>, int, int, char) - Static method in class com.landawn.abacus.util.StringUtil
 
joinEntries(Map<?, ?>, int, int, char, boolean) - Static method in class com.landawn.abacus.util.StringUtil
 
joinEntries(Map<?, ?>, int, int, String) - Static method in class com.landawn.abacus.util.StringUtil
 
joinEntries(Map<?, ?>, int, int, String, boolean) - Static method in class com.landawn.abacus.util.StringUtil
 
joinEntries(Map<?, ?>, char, char) - Static method in class com.landawn.abacus.util.StringUtil
 
joinEntries(Map<?, ?>, String, String) - Static method in class com.landawn.abacus.util.StringUtil
 
joinEntries(Map<?, ?>, int, int, char, char) - Static method in class com.landawn.abacus.util.StringUtil
 
joinEntries(Map<?, ?>, int, int, char, char, boolean) - Static method in class com.landawn.abacus.util.StringUtil
 
joinEntries(Map<?, ?>, int, int, String, String) - Static method in class com.landawn.abacus.util.StringUtil
 
joinEntries(Map<?, ?>, String, String, String, String) - Static method in class com.landawn.abacus.util.StringUtil
 
joinEntries(Map<?, ?>, String, String, String, String, boolean) - Static method in class com.landawn.abacus.util.StringUtil
 
joinEntries(Map<?, ?>, int, int, String, String, String, String, boolean) - Static method in class com.landawn.abacus.util.StringUtil
 
Joiner - Class in com.landawn.abacus.util
 
joining() - Static method in class com.landawn.abacus.util.stream.Collectors
 
joining(CharSequence) - Static method in class com.landawn.abacus.util.stream.Collectors
 
joining(CharSequence, CharSequence, CharSequence) - Static method in class com.landawn.abacus.util.stream.Collectors
 
jr2c(Runnable) - Static method in class com.landawn.abacus.util.Fn
 
jr2r(Runnable) - Static method in class com.landawn.abacus.util.Fn.Fnn
 
jr2r(Runnable) - Static method in class com.landawn.abacus.util.Fn
 
JSC() - Constructor for class com.landawn.abacus.parser.JSONSerializationConfig.JSC
 
json2XML(String) - Static method in class com.landawn.abacus.util.N
Json 2 XML.
json2XML(Class<?>, String) - Static method in class com.landawn.abacus.util.N
Json 2 XML.
jsonBody(String) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
 
jsonBody(Object) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
 
JSONDeserializationConfig - Class in com.landawn.abacus.parser
 
JSONDeserializationConfig() - Constructor for class com.landawn.abacus.parser.JSONDeserializationConfig
 
JSONDeserializationConfig.JDC - Class in com.landawn.abacus.parser
The Class JDC.
JSONParser - Interface in com.landawn.abacus.parser
 
JSONSerializationConfig - Class in com.landawn.abacus.parser
 
JSONSerializationConfig() - Constructor for class com.landawn.abacus.parser.JSONSerializationConfig
 
JSONSerializationConfig.JSC - Class in com.landawn.abacus.parser
The Class JSC.
JsonXmlConfig - Annotation Type in com.landawn.abacus.annotation
 
JsonXmlCreator - Annotation Type in com.landawn.abacus.annotation
 
jsonXmlExpose - Variable in class com.landawn.abacus.parser.ParserUtil.PropInfo
 
JsonXmlField - Annotation Type in com.landawn.abacus.annotation
 
JsonXmlField.Expose - Enum in com.landawn.abacus.annotation
 
jsonXmlType - Variable in class com.landawn.abacus.parser.ParserUtil.PropInfo
 
JsonXmlValue - Annotation Type in com.landawn.abacus.annotation
 
junction(Operator, Condition...) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
junction(Operator, Collection<? extends Condition>) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
Junction - Class in com.landawn.abacus.condition
This class is used to join multiple conditions.
Junction(Operator, Condition...) - Constructor for class com.landawn.abacus.condition.Junction
 
Junction(Operator, Collection<? extends Condition>) - Constructor for class com.landawn.abacus.condition.Junction
 
just(T) - Static method in class com.landawn.abacus.util.Enumerations
 
just(T) - Static method in class com.landawn.abacus.util.ExceptionalStream
 
just(T, Class<E>) - Static method in class com.landawn.abacus.util.ExceptionalStream
 
just(T) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
 
just(E) - Static method in class com.landawn.abacus.util.ImmutableList
 
just(E) - Static method in class com.landawn.abacus.util.ImmutableSet
 
just(T) - Static method in class com.landawn.abacus.util.ObjIterator
 
just(T) - Static method in class com.landawn.abacus.util.Range
Obtains a range using the specified element as both the minimum and maximum in this range.

K

KahanSummation - Class in com.landawn.abacus.util
 
KahanSummation() - Constructor for class com.landawn.abacus.util.KahanSummation
 
KDC() - Constructor for class com.landawn.abacus.parser.KryoDeserializationConfig.KDC
 
KEY - Static variable in class com.landawn.abacus.parser.XMLConstants
Field KEY.
key() - Static method in class com.landawn.abacus.util.Fn.Fnn
 
key() - Static method in class com.landawn.abacus.util.Fn
 
key() - Method in class com.landawn.abacus.util.Keyed
 
KEY_ELE_END - Static variable in class com.landawn.abacus.parser.XMLConstants
Field KEY_ELE_END.
KEY_ELE_START - Static variable in class com.landawn.abacus.parser.XMLConstants
Field KEY_ELE_START.
KEY_NULL_ELE - Static variable in class com.landawn.abacus.parser.XMLConstants
Field KEY_NULL_ELE.
keyed(Function<? super T, K>) - Static method in class com.landawn.abacus.util.Fn
 
Keyed<K,T> - Class in com.landawn.abacus.util
It's designed for performance improvement by only hash/compare key in hashCode/equals method.
KeyedObjectPool<K,E extends Poolable> - Interface in com.landawn.abacus.pool
 
KeyedObjectPool.MemoryMeasure<K,E> - Interface in com.landawn.abacus.pool
The Interface MemoryMeasure.
keySet() - Method in class com.landawn.abacus.pool.GenericKeyedObjectPool
 
keySet() - Method in interface com.landawn.abacus.pool.KeyedObjectPool
 
keySet() - Method in class com.landawn.abacus.util.ArrayHashMap
 
keySet() - Method in class com.landawn.abacus.util.BiMap
Returns an immutable key set.
keySet() - Method in class com.landawn.abacus.util.ImmutableMap
 
keySet() - Method in class com.landawn.abacus.util.Multimap
 
keySet() - Method in class com.landawn.abacus.util.ObjectPool
 
keySet() - Method in class com.landawn.abacus.util.Properties
 
kk() - Static method in class com.landawn.abacus.util.Fn
 
KryoDeserializationConfig - Class in com.landawn.abacus.parser
 
KryoDeserializationConfig() - Constructor for class com.landawn.abacus.parser.KryoDeserializationConfig
 
KryoDeserializationConfig.KDC - Class in com.landawn.abacus.parser
The Class KDC.
KryoParser - Class in com.landawn.abacus.parser
The content is encoded with Base64 if the target output is String or Writer, otherwise the content is NOT encoded with Base64 if the target output is File or OutputStream.
KryoSerializationConfig - Class in com.landawn.abacus.parser
 
KryoSerializationConfig() - Constructor for class com.landawn.abacus.parser.KryoSerializationConfig
 
KryoSerializationConfig.KSC - Class in com.landawn.abacus.parser
The Class KSC.
KSC() - Constructor for class com.landawn.abacus.parser.KryoSerializationConfig.KSC
 
kthLargest(int, Comparator<? super T>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
kthLargest(Collection<? extends T>, int) - Static method in class com.landawn.abacus.util.Iterables
Returns Nullable.empty() if the specified Array/Collection is null or empty, or its length/size is less than k.
kthLargest(T[], int) - Static method in class com.landawn.abacus.util.Iterables
Returns Nullable.empty() if the specified Array/Collection is null or empty, or its length/size is less than k.
kthLargest(Collection<? extends T>, int, Comparator<? super T>) - Static method in class com.landawn.abacus.util.Iterables
Returns Nullable.empty() if the specified Array/Collection is null or empty, or its length/size is less than k.
kthLargest(T[], int, Comparator<? super T>) - Static method in class com.landawn.abacus.util.Iterables
Returns Nullable.empty() if the specified Array/Collection is null or empty, or its length/size is less than k.
kthLargest(char[], int) - Static method in class com.landawn.abacus.util.N
 
kthLargest(char[], int, int, int) - Static method in class com.landawn.abacus.util.N
 
kthLargest(byte[], int) - Static method in class com.landawn.abacus.util.N
 
kthLargest(byte[], int, int, int) - Static method in class com.landawn.abacus.util.N
 
kthLargest(short[], int) - Static method in class com.landawn.abacus.util.N
 
kthLargest(short[], int, int, int) - Static method in class com.landawn.abacus.util.N
 
kthLargest(int[], int) - Static method in class com.landawn.abacus.util.N
 
kthLargest(int[], int, int, int) - Static method in class com.landawn.abacus.util.N
 
kthLargest(long[], int) - Static method in class com.landawn.abacus.util.N
 
kthLargest(long[], int, int, int) - Static method in class com.landawn.abacus.util.N
 
kthLargest(float[], int) - Static method in class com.landawn.abacus.util.N
 
kthLargest(float[], int, int, int) - Static method in class com.landawn.abacus.util.N
 
kthLargest(double[], int) - Static method in class com.landawn.abacus.util.N
 
kthLargest(double[], int, int, int) - Static method in class com.landawn.abacus.util.N
 
kthLargest(T[], int) - Static method in class com.landawn.abacus.util.N
 
kthLargest(T[], int, int, int) - Static method in class com.landawn.abacus.util.N
 
kthLargest(T[], int, Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
 
kthLargest(T[], int, int, int, Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
 
kthLargest(Collection<? extends T>, int) - Static method in class com.landawn.abacus.util.N
 
kthLargest(Collection<? extends T>, int, int, int) - Static method in class com.landawn.abacus.util.N
 
kthLargest(Collection<? extends T>, int, Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
 
kthLargest(Collection<? extends T>, int, int, int, Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
 

L

last(int) - Method in class com.landawn.abacus.util.ExceptionalStream
 
last() - Method in class com.landawn.abacus.util.ExceptionalStream
 
last() - Method in class com.landawn.abacus.util.ImmutableSortedSet
 
last(boolean[], boolean) - Static method in class com.landawn.abacus.util.Index
 
last(boolean[], int, boolean) - Static method in class com.landawn.abacus.util.Index
 
last(char[], char) - Static method in class com.landawn.abacus.util.Index
 
last(char[], int, char) - Static method in class com.landawn.abacus.util.Index
 
last(byte[], byte) - Static method in class com.landawn.abacus.util.Index
 
last(byte[], int, byte) - Static method in class com.landawn.abacus.util.Index
 
last(short[], short) - Static method in class com.landawn.abacus.util.Index
 
last(short[], int, short) - Static method in class com.landawn.abacus.util.Index
 
last(int[], int) - Static method in class com.landawn.abacus.util.Index
 
last(int[], int, int) - Static method in class com.landawn.abacus.util.Index
 
last(long[], long) - Static method in class com.landawn.abacus.util.Index
 
last(long[], int, long) - Static method in class com.landawn.abacus.util.Index
 
last(float[], float) - Static method in class com.landawn.abacus.util.Index
 
last(float[], int, float) - Static method in class com.landawn.abacus.util.Index
 
last(double[], double) - Static method in class com.landawn.abacus.util.Index
 
last(double[], int, double) - Static method in class com.landawn.abacus.util.Index
 
last(double[], double, double) - Static method in class com.landawn.abacus.util.Index
 
last(double[], int, double, double) - Static method in class com.landawn.abacus.util.Index
 
last(Object[], Object) - Static method in class com.landawn.abacus.util.Index
 
last(Object[], int, Object) - Static method in class com.landawn.abacus.util.Index
 
last(Collection<?>, Object) - Static method in class com.landawn.abacus.util.Index
 
last(Collection<?>, int, Object) - Static method in class com.landawn.abacus.util.Index
 
last(String, int) - Static method in class com.landawn.abacus.util.Index
 
last(String, int, int) - Static method in class com.landawn.abacus.util.Index
 
last(String, String) - Static method in class com.landawn.abacus.util.Index
 
last(String, int, String) - Static method in class com.landawn.abacus.util.Index
 
last() - Static method in class com.landawn.abacus.util.stream.Collectors
Only works for sequential Stream.
last(int) - Static method in class com.landawn.abacus.util.stream.Collectors
Only works for sequential Stream.
LAST_EVENT_ID - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP Last-Event-ID header field name.
LAST_MODIFIED - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP Last-Modified header field name.
lastChar(String) - Static method in class com.landawn.abacus.util.StringUtil
 
lastChars(String, int) - Static method in class com.landawn.abacus.util.StringUtil
Returns the last n chars of the specified String if its length is bigger than n, or an empty String "" if str is empty or null, or itself it's length equal to or less than n.
lastEntry() - Method in class com.landawn.abacus.util.ImmutableNavigableMap
 
lastIndexOf(Object) - Method in class com.landawn.abacus.util.ImmutableList
Last index of.
lastIndexOf(Object[], Object) - Static method in class com.landawn.abacus.util.Iterables
 
lastIndexOf(Collection<?>, Object) - Static method in class com.landawn.abacus.util.Iterables
 
lastIndexOf(String, int) - Static method in class com.landawn.abacus.util.StringUtil
Last index of.
lastIndexOf(String, int, int) - Static method in class com.landawn.abacus.util.StringUtil
Returns the index within this string of the last occurrence of the specified character, searching backward starting at the specified index.
lastIndexOf(String, String) - Static method in class com.landawn.abacus.util.StringUtil
Last index of.
lastIndexOf(String, int, String) - Static method in class com.landawn.abacus.util.StringUtil
Returns the index within str of the last occurrence of the specified substr, searching backward starting at the specified index.
lastIndexOf(String, String, String) - Static method in class com.landawn.abacus.util.StringUtil
Last index of.
lastIndexOf(String, int, String, String) - Static method in class com.landawn.abacus.util.StringUtil
Last index of.
lastIndexOfAny(String, char...) - Static method in class com.landawn.abacus.util.StringUtil
Last index of any.
lastIndexOfAny(String, String...) - Static method in class com.landawn.abacus.util.StringUtil
Last index of any.
lastIndexOfIgnoreCase(String, String) - Static method in class com.landawn.abacus.util.StringUtil
Last index of ignore case.
lastIndexOfIgnoreCase(String, int, String) - Static method in class com.landawn.abacus.util.StringUtil
Last index of ignore case.
lastKey() - Method in class com.landawn.abacus.util.ImmutableSortedMap
 
lastOfSubArray(boolean[], boolean[]) - Static method in class com.landawn.abacus.util.Index
 
lastOfSubArray(boolean[], int, boolean[]) - Static method in class com.landawn.abacus.util.Index
 
lastOfSubArray(boolean[], int, boolean[], int, int) - Static method in class com.landawn.abacus.util.Index
Last of sub array.
lastOfSubArray(char[], char[]) - Static method in class com.landawn.abacus.util.Index
 
lastOfSubArray(char[], int, char[]) - Static method in class com.landawn.abacus.util.Index
 
lastOfSubArray(char[], int, char[], int, int) - Static method in class com.landawn.abacus.util.Index
Last of sub array.
lastOfSubArray(byte[], byte[]) - Static method in class com.landawn.abacus.util.Index
 
lastOfSubArray(byte[], int, byte[]) - Static method in class com.landawn.abacus.util.Index
 
lastOfSubArray(byte[], int, byte[], int, int) - Static method in class com.landawn.abacus.util.Index
Last of sub array.
lastOfSubArray(short[], short[]) - Static method in class com.landawn.abacus.util.Index
 
lastOfSubArray(short[], int, short[]) - Static method in class com.landawn.abacus.util.Index
 
lastOfSubArray(short[], int, short[], int, int) - Static method in class com.landawn.abacus.util.Index
Last of sub array.
lastOfSubArray(int[], int[]) - Static method in class com.landawn.abacus.util.Index
 
lastOfSubArray(int[], int, int[]) - Static method in class com.landawn.abacus.util.Index
 
lastOfSubArray(int[], int, int[], int, int) - Static method in class com.landawn.abacus.util.Index
Last of sub array.
lastOfSubArray(long[], long[]) - Static method in class com.landawn.abacus.util.Index
 
lastOfSubArray(long[], int, long[]) - Static method in class com.landawn.abacus.util.Index
 
lastOfSubArray(long[], int, long[], int, int) - Static method in class com.landawn.abacus.util.Index
Last of sub array.
lastOfSubArray(float[], float[]) - Static method in class com.landawn.abacus.util.Index
 
lastOfSubArray(float[], int, float[]) - Static method in class com.landawn.abacus.util.Index
 
lastOfSubArray(float[], int, float[], int, int) - Static method in class com.landawn.abacus.util.Index
Last of sub array.
lastOfSubArray(double[], double[]) - Static method in class com.landawn.abacus.util.Index
 
lastOfSubArray(double[], int, double[]) - Static method in class com.landawn.abacus.util.Index
 
lastOfSubArray(double[], int, double[], int, int) - Static method in class com.landawn.abacus.util.Index
Last of sub array.
lastOfSubArray(Object[], Object[]) - Static method in class com.landawn.abacus.util.Index
 
lastOfSubArray(Object[], int, Object[]) - Static method in class com.landawn.abacus.util.Index
 
lastOfSubArray(Object[], int, Object[], int, int) - Static method in class com.landawn.abacus.util.Index
Last of sub array.
lastOfSubList(List<?>, List<?>) - Static method in class com.landawn.abacus.util.Index
 
lastOfSubList(List<?>, int, List<?>) - Static method in class com.landawn.abacus.util.Index
 
lastOfSubList(List<?>, int, List<?>, int, int) - Static method in class com.landawn.abacus.util.Index
Last of sub list.
lastOrdinalIndexOf(String, String, int) - Static method in class com.landawn.abacus.util.StringUtil
Finds the n-th last index within a String, handling null.
lastPage() - Method in interface com.landawn.abacus.PaginatedDataSet
Returns the last page.
lastRow() - Method in interface com.landawn.abacus.DataSet
 
lastRow(Class<? extends T>) - Method in interface com.landawn.abacus.DataSet
 
lastRow(Class<? extends T>, Collection<String>) - Method in interface com.landawn.abacus.DataSet
 
lastRow(IntFunction<? extends T>) - Method in interface com.landawn.abacus.DataSet
 
lastRow(IntFunction<? extends T>, Collection<String>) - Method in interface com.landawn.abacus.DataSet
 
LazyEvaluation - Annotation Type in com.landawn.abacus.annotation
 
lazyInit(Supplier<T>) - Static method in class com.landawn.abacus.util.N
 
lazyInitialize(Throwables.Supplier<T, E>) - Static method in class com.landawn.abacus.util.N
 
LazyInitializer<T> - Class in com.landawn.abacus.util
 
lcm(int, int) - Static method in class com.landawn.abacus.util.Numbers
Returns the least common multiple of the absolute value of two numbers, using the formula lcm(a,b) = (a / gcd(a,b)) * b.
lcm(long, long) - Static method in class com.landawn.abacus.util.Numbers
Returns the least common multiple of the absolute value of two numbers, using the formula lcm(a,b) = (a / gcd(a,b)) * b.
le(String, Object) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
le(String) - Static method in class com.landawn.abacus.condition.ConditionFactory
It's for parameterized SQL with question mark or named parameters.
le(String, Object) - Static method in class com.landawn.abacus.condition.Expression
 
le(Object) - Method in class com.landawn.abacus.condition.NamedProperty
 
left() - Static method in class com.landawn.abacus.util.Fn
 
left - Variable in class com.landawn.abacus.util.Pair
 
left - Variable in class com.landawn.abacus.util.Triple
 
LEFT - Static variable in class com.landawn.abacus.util.WD
Field LEFT.
LEFT_JOIN - Static variable in class com.landawn.abacus.util.WD
Field LEFT_JOIN.
leftJoin(String) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
leftJoin(String, Condition) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
leftJoin(Collection<String>, Condition) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
LeftJoin - Class in com.landawn.abacus.condition
 
LeftJoin(String) - Constructor for class com.landawn.abacus.condition.LeftJoin
 
LeftJoin(String, Condition) - Constructor for class com.landawn.abacus.condition.LeftJoin
 
LeftJoin(Collection<String>, Condition) - Constructor for class com.landawn.abacus.condition.LeftJoin
 
leftJoin(DataSet, String, String) - Method in interface com.landawn.abacus.DataSet
Returns a new DataSet that has all the rows from this DataSet and the rows from the specified right DataSet if they have a match with the rows from the this DataSet.
leftJoin(DataSet, Map<String, String>) - Method in interface com.landawn.abacus.DataSet
Returns a new DataSet that has all the rows from this DataSet and the rows from the specified right DataSet if they have a match with the rows from the this DataSet.
leftJoin(DataSet, Map<String, String>, String, Class<?>) - Method in interface com.landawn.abacus.DataSet
Returns a new DataSet that has all the rows from this DataSet and the rows from the specified right DataSet if they have a match with the rows from the this DataSet.
leftJoin(DataSet, Map<String, String>, String, Class<?>, IntFunction<? extends Collection>) - Method in interface com.landawn.abacus.DataSet
Returns a new DataSet that has all the rows from this DataSet and the rows from the specified right DataSet if they have a match with the rows from the this DataSet.
leftJoin(String, String) - Method in class com.landawn.abacus.util.DynamicSQLBuilder.From
 
leftJoin(Collection<? extends U>, Throwables.Function<? super T, ? extends K, ? extends E>, Throwables.Function<? super U, ? extends K, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
leftJoin(Collection<? extends U>, Throwables.Function<? super T, ? extends K, ? extends E>, Throwables.Function<? super U, ? extends K, ? extends E>, Throwables.BiFunction<? super T, ? super U, R, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
leftJoin(Collection<? extends T>, Throwables.Function<? super T, ? extends K, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
leftJoin(Collection<? extends T>, Throwables.Function<? super T, ? extends K, ? extends E>, Throwables.BiFunction<? super T, ? super T, R, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
leftJoin(ExceptionalStream<? extends U, E>, Throwables.Function<? super T, ? extends K, ? extends E>, Throwables.Function<? super U, ? extends K, ? extends E>, Throwables.BiFunction<? super T, ? super U, R, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
leftJoin(Collection<? extends U>, Throwables.BiPredicate<? super T, ? super U, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
leftJoin(String) - Method in class com.landawn.abacus.util.SQLBuilder
 
leftJoin(Class<?>) - Method in class com.landawn.abacus.util.SQLBuilder
 
leftJoin(Class<?>, String) - Method in class com.landawn.abacus.util.SQLBuilder
 
len() - Static method in class com.landawn.abacus.util.Fn.FnB
 
len() - Static method in class com.landawn.abacus.util.Fn.FnC
 
len() - Static method in class com.landawn.abacus.util.Fn.FnD
 
len() - Static method in class com.landawn.abacus.util.Fn.FnF
 
len() - Static method in class com.landawn.abacus.util.Fn.FnI
 
len() - Static method in class com.landawn.abacus.util.Fn.FnL
 
len() - Static method in class com.landawn.abacus.util.Fn.FnS
 
len() - Static method in class com.landawn.abacus.util.Fn
 
length() - Static method in class com.landawn.abacus.util.Fn
 
length - Variable in class com.landawn.abacus.util.ImmutableArray
 
length() - Method in class com.landawn.abacus.util.Joiner
 
length() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableArray
 
length() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableBooleanArray
 
length() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableByteArray
 
length() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableCharArray
 
length() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableDoubleArray
 
length() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableFloatArray
 
length() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableIntArray
 
length() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableLongArray
 
length() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableShortArray
 
LENGTH - Static variable in class com.landawn.abacus.util.WD
Field LENGTH.
lenientFormat(String, Object...) - Static method in class com.landawn.abacus.util.StringUtil
Copied from Google Guava
Returns the given template string with each occurrence of "%s" replaced with the corresponding argument value from args; or, if the placeholder and argument counts do not match, returns a best-effort form of that string.
LESS_EQUAL - Static variable in interface com.landawn.abacus.util.function.ByteBiPredicate
 
LESS_EQUAL - Static variable in interface com.landawn.abacus.util.function.CharBiPredicate
 
LESS_EQUAL - Static variable in interface com.landawn.abacus.util.function.DoubleBiPredicate
 
LESS_EQUAL - Static variable in interface com.landawn.abacus.util.function.FloatBiPredicate
 
LESS_EQUAL - Static variable in interface com.landawn.abacus.util.function.IntBiPredicate
 
LESS_EQUAL - Static variable in interface com.landawn.abacus.util.function.LongBiPredicate
 
LESS_EQUAL - Static variable in interface com.landawn.abacus.util.function.ShortBiPredicate
 
LESS_EQUAL - Static variable in class com.landawn.abacus.util.WD
Field LESS_EQUAL.
LESS_THAN - Static variable in interface com.landawn.abacus.util.function.ByteBiPredicate
 
LESS_THAN - Static variable in interface com.landawn.abacus.util.function.CharBiPredicate
 
LESS_THAN - Static variable in interface com.landawn.abacus.util.function.DoubleBiPredicate
 
LESS_THAN - Static variable in interface com.landawn.abacus.util.function.FloatBiPredicate
 
LESS_THAN - Static variable in interface com.landawn.abacus.util.function.IntBiPredicate
 
LESS_THAN - Static variable in interface com.landawn.abacus.util.function.LongBiPredicate
 
LESS_THAN - Static variable in interface com.landawn.abacus.util.function.ShortBiPredicate
 
LESS_THAN - Static variable in class com.landawn.abacus.util.WD
Field LESS_THAN.
lessEqual(String, Object) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
lessEqual(String) - Static method in class com.landawn.abacus.condition.ConditionFactory
It's for parameterized SQL with question mark or named parameters.
lessEqual(String, Object) - Static method in class com.landawn.abacus.condition.Expression
 
LessEqual - Class in com.landawn.abacus.condition
 
LessEqual(String, Object) - Constructor for class com.landawn.abacus.condition.LessEqual
 
lessEqual() - Static method in class com.landawn.abacus.util.Fn.FnB
 
lessEqual() - Static method in class com.landawn.abacus.util.Fn.FnC
 
lessEqual() - Static method in class com.landawn.abacus.util.Fn.FnD
 
lessEqual() - Static method in class com.landawn.abacus.util.Fn.FnF
 
lessEqual() - Static method in class com.landawn.abacus.util.Fn.FnI
 
lessEqual() - Static method in class com.landawn.abacus.util.Fn.FnL
 
lessEqual() - Static method in class com.landawn.abacus.util.Fn.FnS
 
lessEqual(T) - Static method in class com.landawn.abacus.util.Fn
 
lessEqual() - Static method in class com.landawn.abacus.util.Fn
 
lessThan(String, Object) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
lessThan(String) - Static method in class com.landawn.abacus.condition.ConditionFactory
It's for parameterized SQL with question mark or named parameters.
lessThan(String, Object) - Static method in class com.landawn.abacus.condition.Expression
 
LessThan - Class in com.landawn.abacus.condition
 
LessThan(String, Object) - Constructor for class com.landawn.abacus.condition.LessThan
 
lessThan() - Static method in class com.landawn.abacus.util.Fn.FnB
 
lessThan() - Static method in class com.landawn.abacus.util.Fn.FnC
 
lessThan() - Static method in class com.landawn.abacus.util.Fn.FnD
 
lessThan() - Static method in class com.landawn.abacus.util.Fn.FnF
 
lessThan() - Static method in class com.landawn.abacus.util.Fn.FnI
 
lessThan() - Static method in class com.landawn.abacus.util.Fn.FnL
 
lessThan() - Static method in class com.landawn.abacus.util.Fn.FnS
 
lessThan(T) - Static method in class com.landawn.abacus.util.Fn
 
lessThan() - Static method in class com.landawn.abacus.util.Fn
 
LF - Static variable in class com.landawn.abacus.util.Ascii
Line Feed ('\n'): A format effector which controls the movement of the printing position to the next printing line.
LF - Static variable in class com.landawn.abacus.util.StringUtil
A String for linefeed LF ("\n").
like(String, Object) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
like(String) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
like(String, String) - Static method in class com.landawn.abacus.condition.Expression
 
Like - Class in com.landawn.abacus.condition
 
Like(String, Object) - Constructor for class com.landawn.abacus.condition.Like
 
like(Object) - Method in class com.landawn.abacus.condition.NamedProperty
 
LIKE - Static variable in class com.landawn.abacus.util.WD
Field LIKE.
limit(Limit) - Static method in class com.landawn.abacus.condition.ConditionFactory.CB
 
limit(int) - Static method in class com.landawn.abacus.condition.ConditionFactory.CB
 
limit(int, int) - Static method in class com.landawn.abacus.condition.ConditionFactory.CB
 
limit(String) - Static method in class com.landawn.abacus.condition.ConditionFactory.CB
 
limit(int) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
limit(int, int) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
limit(String) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
limit(Limit) - Method in class com.landawn.abacus.condition.Criteria
 
limit(int) - Method in class com.landawn.abacus.condition.Criteria
 
limit(int, int) - Method in class com.landawn.abacus.condition.Criteria
 
limit(String) - Method in class com.landawn.abacus.condition.Criteria
 
Limit - Class in com.landawn.abacus.condition
 
Limit(int) - Constructor for class com.landawn.abacus.condition.Limit
Constructor for LIMIT.
Limit(int, int) - Constructor for class com.landawn.abacus.condition.Limit
 
Limit(String) - Constructor for class com.landawn.abacus.condition.Limit
 
limit(String) - Method in class com.landawn.abacus.util.DynamicSQLBuilder
 
limit(int) - Method in class com.landawn.abacus.util.DynamicSQLBuilder
 
limit(int, int) - Method in class com.landawn.abacus.util.DynamicSQLBuilder
 
limit(long) - Method in class com.landawn.abacus.util.ExceptionalStream
 
limit(Iterator<? extends T>, long) - Static method in class com.landawn.abacus.util.Iterators
Returns a new Iterator.
limit(long) - Method in class com.landawn.abacus.util.Observer
 
limit(int) - Method in class com.landawn.abacus.util.Splitter
 
limit(int) - Method in class com.landawn.abacus.util.Splitter.MapSplitter
 
limit(int) - Method in class com.landawn.abacus.util.SQLBuilder
 
limit(int, int) - Method in class com.landawn.abacus.util.SQLBuilder
 
LIMIT - Static variable in class com.landawn.abacus.util.WD
Field LIMIT.
limitByRowNum(int) - Method in class com.landawn.abacus.util.DynamicSQLBuilder
Limit by row num.
limitThenFilter(int, Predicate<T>) - Static method in class com.landawn.abacus.util.Fn
Returns a stateful Predicate.
limitThenFilter(int, BiPredicate<T, U>) - Static method in class com.landawn.abacus.util.Fn
Returns a stateful Predicate.
LINE_SEPARATOR - Static variable in class com.landawn.abacus.util.IOUtil
 
LineIterator - Class in com.landawn.abacus.util
Note: it's copied from Apache Commons IO developed at The Apache Software Foundation (http://www.apache.org/), or under the Apache License 2.0.
LineIterator(Reader) - Constructor for class com.landawn.abacus.util.LineIterator
Constructs an iterator of the lines for a Reader.
lines(File) - Static method in class com.landawn.abacus.util.ExceptionalStream
 
lines(File, Charset) - Static method in class com.landawn.abacus.util.ExceptionalStream
 
lines(Path) - Static method in class com.landawn.abacus.util.ExceptionalStream
 
lines(Path, Charset) - Static method in class com.landawn.abacus.util.ExceptionalStream
 
lines(Reader) - Static method in class com.landawn.abacus.util.ExceptionalStream
 
LINK - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP Link header field name.
LINKED_HASH_MAP - Static variable in class com.landawn.abacus.util.Clazz
 
LinkedArrayHashMap<K,V> - Class in com.landawn.abacus.util
It's designed to supported primitive/object array key.
LinkedArrayHashMap() - Constructor for class com.landawn.abacus.util.LinkedArrayHashMap
 
LinkedArrayHashSet<E> - Class in com.landawn.abacus.util
It's designed to supported primitive/object array.
LinkedArrayHashSet() - Constructor for class com.landawn.abacus.util.LinkedArrayHashSet
 
LIST - Static variable in class com.landawn.abacus.parser.XMLConstants
Field LIST.
list(File) - Static method in class com.landawn.abacus.util.IOUtil
 
list(File, boolean, boolean) - Static method in class com.landawn.abacus.util.IOUtil
 
list(File, boolean, Throwables.BiPredicate<? super File, ? super File, E>) - Static method in class com.landawn.abacus.util.IOUtil
 
LIST_ELE_END - Static variable in class com.landawn.abacus.parser.XMLConstants
Field LIST_ELE_END.
LIST_ELE_START - Static variable in class com.landawn.abacus.parser.XMLConstants
Field LIST_ELE_START.
LIST_NULL_ELE - Static variable in class com.landawn.abacus.parser.XMLConstants
Field LIST_NULL_ELE.
listCause(Throwable) - Static method in class com.landawn.abacus.util.ExceptionUtil
 
listDirectories(File) - Static method in class com.landawn.abacus.util.IOUtil
 
listDirectories(File, boolean) - Static method in class com.landawn.abacus.util.IOUtil
 
listFiles(File) - Static method in class com.landawn.abacus.util.ExceptionalStream
 
listFiles(File, boolean) - Static method in class com.landawn.abacus.util.ExceptionalStream
 
listFiles(File) - Static method in class com.landawn.abacus.util.IOUtil
 
listFiles(File, boolean, boolean) - Static method in class com.landawn.abacus.util.IOUtil
 
listFiles(File, boolean, Throwables.BiPredicate<? super File, ? super File, E>) - Static method in class com.landawn.abacus.util.IOUtil
 
listIterator() - Method in class com.landawn.abacus.util.ImmutableList
 
listIterator(int) - Method in class com.landawn.abacus.util.ImmutableList
 
ListMultimap<K,E> - Class in com.landawn.abacus.util
 
ln(String) - Static method in class com.landawn.abacus.condition.Expression
 
LN - Static variable in class com.landawn.abacus.util.WD
Field LN.
loadCSV(File) - Static method in class com.landawn.abacus.util.CSVUtil
 
loadCSV(File, Collection<String>) - Static method in class com.landawn.abacus.util.CSVUtil
 
loadCSV(File, Collection<String>, long, long) - Static method in class com.landawn.abacus.util.CSVUtil
 
loadCSV(File, Collection<String>, long, long, Throwables.Predicate<String[], E>) - Static method in class com.landawn.abacus.util.CSVUtil
Load the data from CSV.
loadCSV(InputStream) - Static method in class com.landawn.abacus.util.CSVUtil
 
loadCSV(InputStream, Collection<String>) - Static method in class com.landawn.abacus.util.CSVUtil
 
loadCSV(InputStream, Collection<String>, long, long) - Static method in class com.landawn.abacus.util.CSVUtil
 
loadCSV(InputStream, Collection<String>, long, long, Throwables.Predicate<String[], E>) - Static method in class com.landawn.abacus.util.CSVUtil
Load the data from CSV.
loadCSV(Reader) - Static method in class com.landawn.abacus.util.CSVUtil
 
loadCSV(Reader, Collection<String>) - Static method in class com.landawn.abacus.util.CSVUtil
 
loadCSV(Reader, Collection<String>, long, long) - Static method in class com.landawn.abacus.util.CSVUtil
 
loadCSV(Reader, Collection<String>, long, long, Throwables.Predicate<String[], E>) - Static method in class com.landawn.abacus.util.CSVUtil
Load the data from CSV.
loadCSV(Class<?>, File) - Static method in class com.landawn.abacus.util.CSVUtil
 
loadCSV(Class<?>, File, Collection<String>) - Static method in class com.landawn.abacus.util.CSVUtil
 
loadCSV(Class<?>, File, Collection<String>, long, long) - Static method in class com.landawn.abacus.util.CSVUtil
 
loadCSV(Class<?>, File, Collection<String>, long, long, Throwables.Predicate<String[], E>) - Static method in class com.landawn.abacus.util.CSVUtil
Load the data from CSV.
loadCSV(Class<?>, InputStream) - Static method in class com.landawn.abacus.util.CSVUtil
 
loadCSV(Class<?>, InputStream, Collection<String>) - Static method in class com.landawn.abacus.util.CSVUtil
 
loadCSV(Class<?>, InputStream, Collection<String>, long, long) - Static method in class com.landawn.abacus.util.CSVUtil
 
loadCSV(Class<?>, InputStream, Collection<String>, long, long, Throwables.Predicate<String[], E>) - Static method in class com.landawn.abacus.util.CSVUtil
Load the data from CSV.
loadCSV(Class<?>, Reader) - Static method in class com.landawn.abacus.util.CSVUtil
 
loadCSV(Class<?>, Reader, Collection<String>) - Static method in class com.landawn.abacus.util.CSVUtil
 
loadCSV(Class<?>, Reader, Collection<String>, long, long) - Static method in class com.landawn.abacus.util.CSVUtil
 
loadCSV(Class<?>, Reader, Collection<String>, long, long, Throwables.Predicate<String[], E>) - Static method in class com.landawn.abacus.util.CSVUtil
Load the data from CSV.
loadCSV(File, Map<String, ? extends Type>) - Static method in class com.landawn.abacus.util.CSVUtil
 
loadCSV(File, long, long, Map<String, ? extends Type>) - Static method in class com.landawn.abacus.util.CSVUtil
 
loadCSV(File, long, long, Throwables.Predicate<String[], E>, Map<String, ? extends Type>) - Static method in class com.landawn.abacus.util.CSVUtil
Load the data from CSV.
loadCSV(InputStream, Map<String, ? extends Type>) - Static method in class com.landawn.abacus.util.CSVUtil
 
loadCSV(InputStream, long, long, Map<String, ? extends Type>) - Static method in class com.landawn.abacus.util.CSVUtil
 
loadCSV(InputStream, long, long, Throwables.Predicate<String[], E>, Map<String, ? extends Type>) - Static method in class com.landawn.abacus.util.CSVUtil
Load the data from CSV.
loadCSV(Reader, Map<String, ? extends Type>) - Static method in class com.landawn.abacus.util.CSVUtil
 
loadCSV(Reader, long, long, Map<String, ? extends Type>) - Static method in class com.landawn.abacus.util.CSVUtil
 
loadCSV(Reader, long, long, Throwables.Predicate<String[], E>, Map<String, ? extends Type>) - Static method in class com.landawn.abacus.util.CSVUtil
Load the data from CSV.
loadCSV(File, List<? extends Type>) - Static method in class com.landawn.abacus.util.CSVUtil
 
loadCSV(File, long, long, List<? extends Type>) - Static method in class com.landawn.abacus.util.CSVUtil
 
loadCSV(File, long, long, Throwables.Predicate<String[], E>, List<? extends Type>) - Static method in class com.landawn.abacus.util.CSVUtil
Load the data from CSV.
loadCSV(InputStream, List<? extends Type>) - Static method in class com.landawn.abacus.util.CSVUtil
 
loadCSV(InputStream, long, long, List<? extends Type>) - Static method in class com.landawn.abacus.util.CSVUtil
 
loadCSV(InputStream, long, long, Throwables.Predicate<String[], E>, List<? extends Type>) - Static method in class com.landawn.abacus.util.CSVUtil
Load the data from CSV.
loadCSV(Reader, List<? extends Type>) - Static method in class com.landawn.abacus.util.CSVUtil
 
loadCSV(Reader, long, long, List<? extends Type>) - Static method in class com.landawn.abacus.util.CSVUtil
 
loadCSV(Reader, long, long, Throwables.Predicate<String[], E>, List<? extends Type>) - Static method in class com.landawn.abacus.util.CSVUtil
Load the data from CSV.
LOCAL_DATE_FORMAT - Static variable in class com.landawn.abacus.util.DateUtil
 
LOCAL_DATETIME_FORMAT - Static variable in class com.landawn.abacus.util.DateUtil
 
LOCAL_MONTH_DAY_FORMAT - Static variable in class com.landawn.abacus.util.DateUtil
 
LOCAL_TIME_FORMAT - Static variable in class com.landawn.abacus.util.DateUtil
 
LOCAL_TIME_ZONE - Static variable in class com.landawn.abacus.util.DateUtil
 
LOCAL_TIMESTAMP_FORMAT - Static variable in class com.landawn.abacus.util.DateUtil
 
LOCAL_YEAR_FORMAT - Static variable in class com.landawn.abacus.util.DateUtil
Date format.
LOCATION - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP Location header field name.
lock() - Method in class com.landawn.abacus.pool.AbstractPool
Lock.
lock() - Method in interface com.landawn.abacus.pool.Pool
Lock.
log(String, String) - Static method in class com.landawn.abacus.condition.Expression
 
log(double) - Static method in class com.landawn.abacus.util.Numbers
 
LOG - Static variable in class com.landawn.abacus.util.WD
Field LOG.
log10(int, RoundingMode) - Static method in class com.landawn.abacus.util.Numbers
 
log10(long, RoundingMode) - Static method in class com.landawn.abacus.util.Numbers
Returns the base-10 logarithm of x, rounded according to the specified rounding mode.
log10(double) - Static method in class com.landawn.abacus.util.Numbers
 
log10(BigInteger, RoundingMode) - Static method in class com.landawn.abacus.util.Numbers
Returns the base-10 logarithm of x, rounded according to the specified rounding mode.
log2(int, RoundingMode) - Static method in class com.landawn.abacus.util.Numbers
 
log2(long, RoundingMode) - Static method in class com.landawn.abacus.util.Numbers
Returns the base-2 logarithm of x, rounded according to the specified rounding mode.
log2(double) - Static method in class com.landawn.abacus.util.Numbers
Returns the base 2 logarithm of a double value.
log2(double, RoundingMode) - Static method in class com.landawn.abacus.util.Numbers
Returns the base 2 logarithm of a double value, rounded with the specified rounding mode to an int.
log2(BigInteger, RoundingMode) - Static method in class com.landawn.abacus.util.Numbers
Returns the base-2 logarithm of x, rounded according to the specified rounding mode.
LONG_ARRAY_COMPARATOR - Static variable in class com.landawn.abacus.util.Comparators
 
LONG_LIST - Static variable in class com.landawn.abacus.util.Clazz
 
LONG_MINUS_ONE - Static variable in class com.landawn.abacus.util.Numbers
Reusable Long constant for minus one.
LONG_ONE - Static variable in class com.landawn.abacus.util.Numbers
Reusable Long constant for one.
LONG_SET - Static variable in class com.landawn.abacus.util.Clazz
 
LONG_ZERO - Static variable in class com.landawn.abacus.util.Numbers
Reusable Long constant for zero.
LongBiConsumer - Interface in com.landawn.abacus.util.function
 
LongBiFunction<R> - Interface in com.landawn.abacus.util.function
 
LongBiPredicate - Interface in com.landawn.abacus.util.function
 
LongConsumer - Interface in com.landawn.abacus.util.function
longestCommonSubstring(String, String) - Static method in class com.landawn.abacus.util.StringUtil
 
LongFunction<R> - Interface in com.landawn.abacus.util.function
LongPredicate - Interface in com.landawn.abacus.util.function
LongSupplier - Interface in com.landawn.abacus.util.function
LongToDoubleFunction - Interface in com.landawn.abacus.util.function
 
LongToIntFunction - Interface in com.landawn.abacus.util.function
longValue() - Method in class com.landawn.abacus.util.Fraction
Gets the fraction as a long.
longValue() - Method in class com.landawn.abacus.util.MutableByte
Returns the value of this MutableByte as a long.
longValue() - Method in class com.landawn.abacus.util.MutableDouble
Returns the value of this MutableDouble as a long.
longValue() - Method in class com.landawn.abacus.util.MutableFloat
Returns the value of this MutableFloat as a long.
longValue() - Method in class com.landawn.abacus.util.MutableInt
Returns the value of this MutableInt as a long.
longValue() - Method in class com.landawn.abacus.util.MutableLong
Returns the value of this MutableLong as a long.
longValue() - Method in class com.landawn.abacus.util.MutableShort
Returns the value of this MutableShort as a long.
lower(String) - Static method in class com.landawn.abacus.condition.Expression
 
lower(E) - Method in class com.landawn.abacus.util.ImmutableNavigableSet
 
LOWER - Static variable in class com.landawn.abacus.util.WD
Field LOWER.
lowerEndpoint() - Method in class com.landawn.abacus.util.Range
Gets the minimum value in this range.
lowerEntry(K) - Method in class com.landawn.abacus.util.ImmutableNavigableMap
 
lowerKey(K) - Method in class com.landawn.abacus.util.ImmutableNavigableMap
 
lPad(String, int, String) - Static method in class com.landawn.abacus.condition.Expression
 
LPAD - Static variable in class com.landawn.abacus.util.WD
Field LPAD.
lShift(Object...) - Static method in class com.landawn.abacus.condition.Expression
 
lt(String, Object) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
lt(String) - Static method in class com.landawn.abacus.condition.ConditionFactory
It's for parameterized SQL with question mark or named parameters.
lt(String, Object) - Static method in class com.landawn.abacus.condition.Expression
 
lt(Object) - Method in class com.landawn.abacus.condition.NamedProperty
 
lTrim(String) - Static method in class com.landawn.abacus.condition.Expression
 
LTRIM - Static variable in class com.landawn.abacus.util.WD
Field LTRIM.
LZ4BlockInputStream - Class in com.landawn.abacus.util
 
LZ4BlockInputStream(InputStream) - Constructor for class com.landawn.abacus.util.LZ4BlockInputStream
 
LZ4BlockOutputStream - Class in com.landawn.abacus.util
 
LZ4BlockOutputStream(OutputStream) - Constructor for class com.landawn.abacus.util.LZ4BlockOutputStream
 
LZ4BlockOutputStream(OutputStream, int) - Constructor for class com.landawn.abacus.util.LZ4BlockOutputStream
 

M

map(String, Throwables.Function<?, ?, E>, String, String) - Method in interface com.landawn.abacus.DataSet
 
map(String, Throwables.Function<?, ?, E>, String, Collection<String>) - Method in interface com.landawn.abacus.DataSet
 
map(Tuple.Tuple2<String, String>, Throwables.BiFunction<?, ?, ?, E>, String, Collection<String>) - Method in interface com.landawn.abacus.DataSet
 
map(Tuple.Tuple3<String, String, String>, Throwables.TriFunction<?, ?, ?, ?, E>, String, Collection<String>) - Method in interface com.landawn.abacus.DataSet
 
map(Collection<String>, Throwables.Function<NoCachingNoUpdating.DisposableObjArray, ?, E>, String, Collection<String>) - Method in interface com.landawn.abacus.DataSet
 
MAP - Static variable in class com.landawn.abacus.parser.XMLConstants
Field MAP.
map(BiFunction<? super A, ? super B, R>) - Method in class com.landawn.abacus.util.BiIterator
 
MAP - Static variable in class com.landawn.abacus.util.Clazz
 
map(Throwables.Function<? super T, ? extends U, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
map(File) - Static method in class com.landawn.abacus.util.IOUtil
Note: copied from Google Guava under Apache License v2.
map(File, FileChannel.MapMode) - Static method in class com.landawn.abacus.util.IOUtil
Note: copied from Google Guava under Apache License v2.
map(File, FileChannel.MapMode, long, long) - Static method in class com.landawn.abacus.util.IOUtil
Note: copied from Google Guava under Apache License v2.
map(Iterator<? extends T>, Function<? super T, U>) - Static method in class com.landawn.abacus.util.Iterators
 
map(Throwables.Function<? super String, T, E>) - Method in class com.landawn.abacus.util.Joiner
The underline StringBuilder will be recycled after this method is called if resueStringBuilder is set to true, and should not continue to this instance.
map(T[], Throwables.Function<? super T, ? extends R, E>) - Static method in class com.landawn.abacus.util.N
 
map(T[], int, int, Throwables.Function<? super T, ? extends R, E>) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
map(Collection<? extends T>, Throwables.Function<? super T, ? extends R, E>) - Static method in class com.landawn.abacus.util.N
 
map(Collection<? extends T>, int, int, Throwables.Function<? super T, ? extends R, E>) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
map(T[], Throwables.Function<? super T, ? extends R, E>, IntFunction<? extends C>) - Static method in class com.landawn.abacus.util.N
 
map(T[], int, int, Throwables.Function<? super T, ? extends R, E>, IntFunction<? extends C>) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
map(Collection<? extends T>, Throwables.Function<? super T, ? extends R, E>, IntFunction<? extends C>) - Static method in class com.landawn.abacus.util.N
 
map(Collection<? extends T>, int, int, Throwables.Function<? super T, ? extends R, E>, IntFunction<? extends C>) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
map(Function<? super T, U>) - Method in class com.landawn.abacus.util.Observer
 
map(Throwables.BiFunction<? super L, ? super R, U, E>) - Method in class com.landawn.abacus.util.Pair
 
map(Throwables.Function<? super Pair<L, R>, U, E>) - Method in class com.landawn.abacus.util.Pair
 
map(Throwables.TriFunction<? super L, ? super M, ? super R, U, E>) - Method in class com.landawn.abacus.util.Triple
 
map(Throwables.Function<? super Triple<L, M, R>, U, E>) - Method in class com.landawn.abacus.util.Triple
 
map(Throwables.Function<? super TP, U, E>) - Method in class com.landawn.abacus.util.Tuple
 
map(Throwables.BiFunction<? super T1, ? super T2, U, E>) - Method in class com.landawn.abacus.util.Tuple.Tuple2
 
map(Throwables.TriFunction<? super T1, ? super T2, ? super T3, U, E>) - Method in class com.landawn.abacus.util.Tuple.Tuple3
 
map(Throwables.Function<? super T, ? extends U, E>) - Method in class com.landawn.abacus.util.u.Nullable
 
map(Throwables.Function<? super T, ? extends U, E>) - Method in class com.landawn.abacus.util.u.Optional
 
map(Throwables.BooleanUnaryOperator<E>) - Method in class com.landawn.abacus.util.u.OptionalBoolean
 
map(Throwables.ByteUnaryOperator<E>) - Method in class com.landawn.abacus.util.u.OptionalByte
 
map(Throwables.CharUnaryOperator<E>) - Method in class com.landawn.abacus.util.u.OptionalChar
 
map(Throwables.DoubleUnaryOperator<E>) - Method in class com.landawn.abacus.util.u.OptionalDouble
 
map(Throwables.FloatUnaryOperator<E>) - Method in class com.landawn.abacus.util.u.OptionalFloat
 
map(Throwables.IntUnaryOperator<E>) - Method in class com.landawn.abacus.util.u.OptionalInt
 
map(Throwables.LongUnaryOperator<E>) - Method in class com.landawn.abacus.util.u.OptionalLong
 
map(Throwables.ShortUnaryOperator<E>) - Method in class com.landawn.abacus.util.u.OptionalShort
 
map2Entity(Class<T>, Map<String, Object>) - Static method in class com.landawn.abacus.util.Maps
Map to entity.
map2Entity(Class<T>, Map<String, Object>, boolean, boolean) - Static method in class com.landawn.abacus.util.Maps
Map to entity.
map2Entity(Class<T>, Map<String, Object>, Collection<String>) - Static method in class com.landawn.abacus.util.Maps
Map to entity.
map2Entity(Class<T>, Collection<Map<String, Object>>) - Static method in class com.landawn.abacus.util.Maps
Map to entity.
map2Entity(Class<T>, Collection<Map<String, Object>>, boolean, boolean) - Static method in class com.landawn.abacus.util.Maps
Map to entity.
map2Entity(Class<T>, Collection<Map<String, Object>>, Collection<String>) - Static method in class com.landawn.abacus.util.Maps
Map to entity.
MAP_ELE_END - Static variable in class com.landawn.abacus.parser.XMLConstants
Field MAP_ELE_END.
MAP_ELE_START - Static variable in class com.landawn.abacus.parser.XMLConstants
Field MAP_ELE_START.
MAP_NULL_ELE - Static variable in class com.landawn.abacus.parser.XMLConstants
Field MAP_NULL_ELE.
mapFirst(Throwables.Function<? super T, ? extends T, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
mapFirstOrElse(Throwables.Function<? super T, ? extends R, E>, Throwables.Function<? super T, ? extends R, E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
mapIfNotEmpty(Throwables.Function<? super String, T, E>) - Method in class com.landawn.abacus.util.Joiner
Call mapper only if at least one element/object/entry is appended.
mapIfNotNull(Throwables.Function<? super T, ? extends U, E>) - Method in class com.landawn.abacus.util.u.Nullable
Map if not null.
mapKey(Function<? super K, ? extends KK>) - Static method in class com.landawn.abacus.util.Fn
 
mapLast(Throwables.Function<? super T, ? extends T, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
mapLastOrElse(Throwables.Function<? super T, ? extends R, E>, Throwables.Function<? super T, ? extends R, E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
mapping(Function<? super T, ? extends U>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
mapping(Function<? super T, ? extends U>, Collector<? super U, A, R>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
Maps - Class in com.landawn.abacus.util
Note: This class includes codes copied from Apache Commons Lang, Google Guava and other open source projects under the Apache License 2.0.
mapToBoolean(T[], Throwables.ToBooleanFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
Map to boolean.
mapToBoolean(T[], int, int, Throwables.ToBooleanFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
mapToBoolean(Collection<? extends T>, Throwables.ToBooleanFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
Map to boolean.
mapToBoolean(Collection<? extends T>, int, int, Throwables.ToBooleanFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
mapToBoolean(Throwables.ToBooleanFunction<? super T, E>) - Method in class com.landawn.abacus.util.u.Nullable
Map to boolean.
mapToBoolean(Throwables.ToBooleanFunction<? super T, E>) - Method in class com.landawn.abacus.util.u.Optional
Map to boolean.
mapToBooleanIfNotNull(Throwables.ToBooleanFunction<? super T, E>) - Method in class com.landawn.abacus.util.u.Nullable
Map to boolean if not null.
mapToByte(T[], Throwables.ToByteFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
Map to byte.
mapToByte(T[], int, int, Throwables.ToByteFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
mapToByte(Collection<? extends T>, Throwables.ToByteFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
Map to byte.
mapToByte(Collection<? extends T>, int, int, Throwables.ToByteFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
mapToByte(Throwables.ToByteFunction<? super T, E>) - Method in class com.landawn.abacus.util.u.Nullable
Map to byte.
mapToByte(Throwables.ToByteFunction<? super T, E>) - Method in class com.landawn.abacus.util.u.Optional
Map to byte.
mapToByteIfNotNull(Throwables.ToByteFunction<? super T, E>) - Method in class com.landawn.abacus.util.u.Nullable
Map to byte if not null.
mapToChar(T[], Throwables.ToCharFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
Map to char.
mapToChar(T[], int, int, Throwables.ToCharFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
mapToChar(Collection<? extends T>, Throwables.ToCharFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
Map to char.
mapToChar(Collection<? extends T>, int, int, Throwables.ToCharFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
mapToChar(Throwables.ToCharFunction<? super T, E>) - Method in class com.landawn.abacus.util.u.Nullable
Map to char.
mapToChar(Throwables.ToCharFunction<? super T, E>) - Method in class com.landawn.abacus.util.u.Optional
Map to char.
mapToCharIfNotNull(Throwables.ToCharFunction<? super T, E>) - Method in class com.landawn.abacus.util.u.Nullable
Map to char if not null.
mapToDouble(T[], Throwables.ToDoubleFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
Map to double.
mapToDouble(T[], int, int, Throwables.ToDoubleFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
mapToDouble(Collection<? extends T>, Throwables.ToDoubleFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
Map to double.
mapToDouble(Collection<? extends T>, int, int, Throwables.ToDoubleFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
mapToDouble(Throwables.ToDoubleFunction<? super T, E>) - Method in class com.landawn.abacus.util.u.Nullable
Map to double.
mapToDouble(Throwables.ToDoubleFunction<? super T, E>) - Method in class com.landawn.abacus.util.u.Optional
Map to double.
mapToDouble(Throwables.ToDoubleFunction<Float, E>) - Method in class com.landawn.abacus.util.u.OptionalFloat
Map to double.
mapToDouble(Throwables.ToDoubleFunction<Integer, E>) - Method in class com.landawn.abacus.util.u.OptionalInt
Map to double.
mapToDouble(Throwables.ToDoubleFunction<Long, E>) - Method in class com.landawn.abacus.util.u.OptionalLong
Map to double.
mapToDoubleIfNotNull(Throwables.ToDoubleFunction<? super T, E>) - Method in class com.landawn.abacus.util.u.Nullable
Map to double if not null.
mapToFloat(T[], Throwables.ToFloatFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
Map to float.
mapToFloat(T[], int, int, Throwables.ToFloatFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
mapToFloat(Collection<? extends T>, Throwables.ToFloatFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
Map to float.
mapToFloat(Collection<? extends T>, int, int, Throwables.ToFloatFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
mapToFloat(Throwables.ToFloatFunction<? super T, E>) - Method in class com.landawn.abacus.util.u.Nullable
Map to float.
mapToFloat(Throwables.ToFloatFunction<? super T, E>) - Method in class com.landawn.abacus.util.u.Optional
Map to float.
mapToFloat(Throwables.ToFloatFunction<Integer, E>) - Method in class com.landawn.abacus.util.u.OptionalInt
Map to float.
mapToFloatIfNotNull(Throwables.ToFloatFunction<? super T, E>) - Method in class com.landawn.abacus.util.u.Nullable
Map to float if not null.
mapToInt(T[], Throwables.ToIntFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
Map to int.
mapToInt(T[], int, int, Throwables.ToIntFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
mapToInt(Collection<? extends T>, Throwables.ToIntFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
Map to int.
mapToInt(Collection<? extends T>, int, int, Throwables.ToIntFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
mapToInt(Throwables.ToIntFunction<? super T, E>) - Method in class com.landawn.abacus.util.u.Nullable
Map to int.
mapToInt(Throwables.ToIntFunction<? super T, E>) - Method in class com.landawn.abacus.util.u.Optional
Map to int.
mapToInt(Throwables.ToIntFunction<Byte, E>) - Method in class com.landawn.abacus.util.u.OptionalByte
Map to int.
mapToInt(Throwables.ToIntFunction<Character, E>) - Method in class com.landawn.abacus.util.u.OptionalChar
Map to int.
mapToInt(Throwables.ToIntFunction<Double, E>) - Method in class com.landawn.abacus.util.u.OptionalDouble
Map to int.
mapToInt(Throwables.ToIntFunction<Float, E>) - Method in class com.landawn.abacus.util.u.OptionalFloat
Map to int.
mapToInt(Throwables.ToIntFunction<Long, E>) - Method in class com.landawn.abacus.util.u.OptionalLong
Map to int.
mapToInt(Throwables.ToIntFunction<Short, E>) - Method in class com.landawn.abacus.util.u.OptionalShort
Map to int.
mapToIntIfNotNull(Throwables.ToIntFunction<? super T, E>) - Method in class com.landawn.abacus.util.u.Nullable
Map to int if not null.
mapToLong(T[], Throwables.ToLongFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
Map to long.
mapToLong(T[], int, int, Throwables.ToLongFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
mapToLong(Collection<? extends T>, Throwables.ToLongFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
Map to long.
mapToLong(Collection<? extends T>, int, int, Throwables.ToLongFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
mapToLong(Throwables.ToLongFunction<? super T, E>) - Method in class com.landawn.abacus.util.u.Nullable
Map to long.
mapToLong(Throwables.ToLongFunction<? super T, E>) - Method in class com.landawn.abacus.util.u.Optional
Map to long.
mapToLong(Throwables.ToLongFunction<Double, E>) - Method in class com.landawn.abacus.util.u.OptionalDouble
Map to long.
mapToLong(Throwables.ToLongFunction<Integer, E>) - Method in class com.landawn.abacus.util.u.OptionalInt
Map to long.
mapToLongIfNotNull(Throwables.ToLongFunction<? super T, E>) - Method in class com.landawn.abacus.util.u.Nullable
Map to long if not null.
mapToNonNull(Throwables.Function<? super T, ? extends U, E>) - Method in class com.landawn.abacus.util.u.Nullable
 
mapToNonNull(Throwables.Function<? super T, ? extends U, E>) - Method in class com.landawn.abacus.util.u.Optional
 
mapToNonNull(Throwables.BooleanFunction<T, E>) - Method in class com.landawn.abacus.util.u.OptionalBoolean
 
mapToNonNull(Throwables.ByteFunction<T, E>) - Method in class com.landawn.abacus.util.u.OptionalByte
 
mapToNonNull(Throwables.CharFunction<T, E>) - Method in class com.landawn.abacus.util.u.OptionalChar
 
mapToNonNull(Throwables.DoubleFunction<T, E>) - Method in class com.landawn.abacus.util.u.OptionalDouble
 
mapToNonNull(Throwables.FloatFunction<T, E>) - Method in class com.landawn.abacus.util.u.OptionalFloat
 
mapToNonNull(Throwables.IntFunction<T, E>) - Method in class com.landawn.abacus.util.u.OptionalInt
 
mapToNonNull(Throwables.LongFunction<T, E>) - Method in class com.landawn.abacus.util.u.OptionalLong
 
mapToNonNull(Throwables.ShortFunction<T, E>) - Method in class com.landawn.abacus.util.u.OptionalShort
 
mapToNonNullIfNotNull(Throwables.Function<? super T, ? extends U, E>) - Method in class com.landawn.abacus.util.u.Nullable
Map if not null.
mapToObj(Throwables.BooleanFunction<T, E>) - Method in class com.landawn.abacus.util.u.OptionalBoolean
Map to obj.
mapToObj(Throwables.ByteFunction<T, E>) - Method in class com.landawn.abacus.util.u.OptionalByte
Map to obj.
mapToObj(Throwables.CharFunction<T, E>) - Method in class com.landawn.abacus.util.u.OptionalChar
Map to obj.
mapToObj(Throwables.DoubleFunction<T, E>) - Method in class com.landawn.abacus.util.u.OptionalDouble
Map to obj.
mapToObj(Throwables.FloatFunction<T, E>) - Method in class com.landawn.abacus.util.u.OptionalFloat
Map to obj.
mapToObj(Throwables.IntFunction<T, E>) - Method in class com.landawn.abacus.util.u.OptionalInt
Map to obj.
mapToObj(Throwables.LongFunction<T, E>) - Method in class com.landawn.abacus.util.u.OptionalLong
Map to obj.
mapToObj(Throwables.ShortFunction<T, E>) - Method in class com.landawn.abacus.util.u.OptionalShort
Map to obj.
mapToShort(T[], Throwables.ToShortFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
Map to short.
mapToShort(T[], int, int, Throwables.ToShortFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
mapToShort(Collection<? extends T>, Throwables.ToShortFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
Map to short.
mapToShort(Collection<? extends T>, int, int, Throwables.ToShortFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
Mostly it's designed for one-step operation to complete the operation in one step.
mapToShort(Throwables.ToShortFunction<? super T, E>) - Method in class com.landawn.abacus.util.u.Nullable
Map to short.
mapToShort(Throwables.ToShortFunction<? super T, E>) - Method in class com.landawn.abacus.util.u.Optional
Map to short.
mapToShortIfNotNull(Throwables.ToShortFunction<? super T, E>) - Method in class com.landawn.abacus.util.u.Nullable
Map to short if not null.
mapValue(Function<? super V, ? extends VV>) - Static method in class com.landawn.abacus.util.Fn
 
mark(int) - Method in class com.landawn.abacus.util.LZ4BlockInputStream
 
mark(int) - Method in class com.landawn.abacus.util.SnappyInputStream
 
markDirty(boolean) - Method in interface com.landawn.abacus.DirtyMarker
Deprecated.
markDirty(String, boolean) - Method in interface com.landawn.abacus.DirtyMarker
Deprecated.
markDirty(Collection<String>, boolean) - Method in interface com.landawn.abacus.DirtyMarker
Deprecated.
markSupported() - Method in class com.landawn.abacus.util.LZ4BlockInputStream
 
markSupported() - Method in class com.landawn.abacus.util.SnappyInputStream
 
marshal(Object) - Static method in class com.landawn.abacus.util.XMLUtil
matches(Pattern) - Static method in class com.landawn.abacus.util.Fn
 
max(String) - Static method in class com.landawn.abacus.condition.Expression
 
MAX - Static variable in class com.landawn.abacus.util.Ascii
The maximum value of an ASCII character.
max(Comparator<? super T>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
max() - Static method in class com.landawn.abacus.util.Fn.BinaryOperators
 
max(Comparator<? super T>) - Static method in class com.landawn.abacus.util.Fn.BinaryOperators
 
max(char...) - Static method in class com.landawn.abacus.util.Iterables
Returns OptionalChar.empty() if the specified Array/Collection is null or empty.
max(byte...) - Static method in class com.landawn.abacus.util.Iterables
Returns OptionalByte.empty() if the specified Array/Collection is null or empty.
max(short...) - Static method in class com.landawn.abacus.util.Iterables
Returns OptionalShort.empty() if the specified Array/Collection is null or empty.
max(int...) - Static method in class com.landawn.abacus.util.Iterables
Returns OptionalInt.empty() if the specified Array/Collection is null or empty.
max(long...) - Static method in class com.landawn.abacus.util.Iterables
Returns OptionalLong.empty() if the specified Array/Collection is null or empty.
max(float...) - Static method in class com.landawn.abacus.util.Iterables
Returns OptionalFloat.empty() if the specified Array/Collection is null or empty.
max(double...) - Static method in class com.landawn.abacus.util.Iterables
Returns OptionalDouble.empty() if the specified Array/Collection is null or empty.
max(T[]) - Static method in class com.landawn.abacus.util.Iterables
Returns Nullable.empty() if the specified Array/Collection is null or empty.
max(T[], Comparator<? super T>) - Static method in class com.landawn.abacus.util.Iterables
Returns Nullable.empty() if the specified Array/Collection is null or empty.
max(Collection<? extends T>) - Static method in class com.landawn.abacus.util.Iterables
Returns Nullable.empty() if the specified Array/Collection is null or empty.
max(Collection<? extends T>, Comparator<? super T>) - Static method in class com.landawn.abacus.util.Iterables
Returns Nullable.empty() if the specified Array/Collection is null or empty.
max(Iterator<? extends T>) - Static method in class com.landawn.abacus.util.Iterables
Returns Nullable.empty() if the specified Array/Collection is null or empty.
max(Iterator<? extends T>, Comparator<? super T>) - Static method in class com.landawn.abacus.util.Iterables
Returns Nullable.empty() if the specified Array/Collection is null or empty.
max(char, char) - Static method in class com.landawn.abacus.util.N
Gets the maximum of two char values.
max(byte, byte) - Static method in class com.landawn.abacus.util.N
Gets the maximum of two byte values.
max(short, short) - Static method in class com.landawn.abacus.util.N
Gets the maximum of two short values.
max(int, int) - Static method in class com.landawn.abacus.util.N
Gets the maximum of two int values.
max(long, long) - Static method in class com.landawn.abacus.util.N
Gets the maximum of two long values.
max(float, float) - Static method in class com.landawn.abacus.util.N
Gets the maximum of two float values.
max(double, double) - Static method in class com.landawn.abacus.util.N
Gets the maximum of two double values.
max(T, T) - Static method in class com.landawn.abacus.util.N
 
max(T, T, Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
 
max(char, char, char) - Static method in class com.landawn.abacus.util.N
Gets the maximum of three char values.
max(byte, byte, byte) - Static method in class com.landawn.abacus.util.N
Gets the maximum of three byte values.
max(short, short, short) - Static method in class com.landawn.abacus.util.N
Gets the maximum of three short values.
max(int, int, int) - Static method in class com.landawn.abacus.util.N
Gets the maximum of three int values.
max(long, long, long) - Static method in class com.landawn.abacus.util.N
Gets the maximum of three long values.
max(float, float, float) - Static method in class com.landawn.abacus.util.N
Gets the maximum of three float values.
max(double, double, double) - Static method in class com.landawn.abacus.util.N
Gets the maximum of three double values.
max(T, T, T) - Static method in class com.landawn.abacus.util.N
 
max(T, T, T, Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
 
max(char...) - Static method in class com.landawn.abacus.util.N
Returns the maximum value in an array.
max(char[], int, int) - Static method in class com.landawn.abacus.util.N
 
max(byte...) - Static method in class com.landawn.abacus.util.N
Returns the maximum value in an array.
max(byte[], int, int) - Static method in class com.landawn.abacus.util.N
 
max(short...) - Static method in class com.landawn.abacus.util.N
Returns the maximum value in an array.
max(short[], int, int) - Static method in class com.landawn.abacus.util.N
 
max(int...) - Static method in class com.landawn.abacus.util.N
Returns the maximum value in an array.
max(int[], int, int) - Static method in class com.landawn.abacus.util.N
 
max(long...) - Static method in class com.landawn.abacus.util.N
Returns the maximum value in an array.
max(long[], int, int) - Static method in class com.landawn.abacus.util.N
 
max(float...) - Static method in class com.landawn.abacus.util.N
Returns the maximum value in an array.
max(float[], int, int) - Static method in class com.landawn.abacus.util.N
 
max(double...) - Static method in class com.landawn.abacus.util.N
Returns the maximum value in an array.
max(double[], int, int) - Static method in class com.landawn.abacus.util.N
 
max(T[]) - Static method in class com.landawn.abacus.util.N
Returns the maximum element in the array.
max(T[], int, int) - Static method in class com.landawn.abacus.util.N
 
max(T[], Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
Returns the maximum element in the array.
max(T[], int, int, Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
 
max(Collection<? extends T>) - Static method in class com.landawn.abacus.util.N
 
max(Collection<? extends T>, int, int) - Static method in class com.landawn.abacus.util.N
 
max(Collection<? extends T>, Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
 
max(Collection<? extends T>, int, int, Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
Returns the maximum element in the collection.
max() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableByteArray
 
max() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableCharArray
 
max() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableDoubleArray
 
max() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableFloatArray
 
max() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableIntArray
 
max() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableLongArray
 
max() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableShortArray
 
max() - Static method in class com.landawn.abacus.util.stream.Collectors
 
max(Comparator<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
MAX - Static variable in class com.landawn.abacus.util.WD
Field MAX.
MAX_FORWARDS - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP Max-Forwards header field name.
MAX_MEMORY_IN_MB - Static variable in class com.landawn.abacus.util.IOUtil
 
maxAll(T[]) - Static method in class com.landawn.abacus.util.N
 
maxAll(T[], Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
 
maxAll(Collection<? extends T>) - Static method in class com.landawn.abacus.util.N
 
maxAll(Collection<? extends T>, Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
 
maxAll(Iterator<? extends T>) - Static method in class com.landawn.abacus.util.N
 
maxAll(Iterator<? extends T>, Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
 
maxAll() - Static method in class com.landawn.abacus.util.stream.Collectors
It's copied from StreamEx: https://github.com/amaembo/streamex under Apache License v2 and may be modified.
maxAll(Comparator<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
It's copied from StreamEx: https://github.com/amaembo/streamex under Apache License v2 and may be modified.
maxAll(Comparator<? super T>, int) - Static method in class com.landawn.abacus.util.stream.Collectors
 
maxAll(boolean) - Static method in class com.landawn.abacus.util.stream.Collectors
Use occurrences to save the count of largest objects if areAllLargestSame = true(e.g.
maxAll(int, boolean) - Static method in class com.landawn.abacus.util.stream.Collectors
Use occurrences to save the count of largest objects if areAllLargestSame = true(e.g.
maxAll(Comparator<? super T>, int, boolean) - Static method in class com.landawn.abacus.util.stream.Collectors
Use occurrences to save the count of largest objects if areAllLargestSame = true(e.g.
maxAll(Collector<T, A, D>) - Static method in class com.landawn.abacus.util.stream.Collectors
It's copied from StreamEx: https://github.com/amaembo/streamex under Apache License v2 and may be modified.
maxAll(Comparator<? super T>, Collector<? super T, A, D>) - Static method in class com.landawn.abacus.util.stream.Collectors
It's copied from StreamEx: https://github.com/amaembo/streamex under Apache License v2 and may be modified.
maxAlll(Collector<T, A, D>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
maxAlll(Comparator<? super T>, Collector<? super T, A, D>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
maxAlll(Comparator<? super T>, Collector<? super T, A, D>, Function<Pair<u.Optional<T>, D>, R>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
maxBy(Function<? super T, ? extends Comparable>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
maxBy(Function<? super T, ? extends Comparable>) - Static method in class com.landawn.abacus.util.Fn.BinaryOperators
 
maxBy(T[], Function<? super T, ? extends Comparable>) - Static method in class com.landawn.abacus.util.Iterables
Returns Nullable.empty() if the specified Array/Collection is null or empty.
maxBy(Collection<? extends T>, Function<? super T, ? extends Comparable>) - Static method in class com.landawn.abacus.util.Iterables
Returns Nullable.empty() if the specified Array/Collection is null or empty.
maxBy(Iterator<? extends T>, Function<? super T, ? extends Comparable>) - Static method in class com.landawn.abacus.util.Iterables
Returns Nullable.empty() if the specified Array/Collection is null or empty.
maxBy(Function<? super T, ? extends Comparable>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
maxByKey() - Static method in class com.landawn.abacus.util.Fn.BinaryOperators
 
maxByOrGet(Function<? super T, ? extends Comparable>, Supplier<? extends T>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
maxByOrThrow(Function<? super T, ? extends Comparable>, Supplier<? extends X>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
maxByOrThrow(Function<? super T, ? extends Comparable>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
maxByValue() - Static method in class com.landawn.abacus.util.Fn.BinaryOperators
 
maxFirst(T, T) - Static method in enum com.landawn.abacus.util.MergeResult
 
maxFirst(T, T, Comparator<? super T>) - Static method in enum com.landawn.abacus.util.MergeResult
 
maxFirst() - Static method in enum com.landawn.abacus.util.MergeResult
 
maxFirst(Comparator<? super T>) - Static method in enum com.landawn.abacus.util.MergeResult
 
maxForNonEmpty() - Static method in class com.landawn.abacus.util.stream.Collectors
 
maxForNonEmpty(Comparator<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
maxOccurrences() - Method in class com.landawn.abacus.util.Multiset
 
maxOrGet(Comparator<? super T>, Supplier<? extends T>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
maxOrThrow(Comparator<? super T>, Supplier<? extends X>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
maxOrThrow(Comparator<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
md2(byte[]) - Static method in class com.landawn.abacus.util.DigestUtil
Calculates the MD2 digest and returns the value as a 16 element byte[].
md2(InputStream) - Static method in class com.landawn.abacus.util.DigestUtil
Calculates the MD2 digest and returns the value as a 16 element byte[].
md2(String) - Static method in class com.landawn.abacus.util.DigestUtil
Calculates the MD2 digest and returns the value as a 16 element byte[].
md2Base64(byte[]) - Static method in class com.landawn.abacus.util.DigestUtil
Calculates the MD2 digest and returns the value as a base64 encoded string.
md2Base64(InputStream) - Static method in class com.landawn.abacus.util.DigestUtil
Calculates the MD2 digest and returns the value as a base64 encoded string.
md2Base64(String) - Static method in class com.landawn.abacus.util.DigestUtil
Calculates the MD2 digest and returns the value as a base64 encoded string.
md2Hex(byte[]) - Static method in class com.landawn.abacus.util.DigestUtil
Calculates the MD2 digest and returns the value as a 32 character hex string.
md2Hex(InputStream) - Static method in class com.landawn.abacus.util.DigestUtil
Calculates the MD2 digest and returns the value as a 32 character hex string.
md2Hex(String) - Static method in class com.landawn.abacus.util.DigestUtil
Calculates the MD2 digest and returns the value as a 32 character hex string.
md5(byte[]) - Static method in class com.landawn.abacus.util.DigestUtil
Calculates the MD5 digest and returns the value as a 16 element byte[].
md5(InputStream) - Static method in class com.landawn.abacus.util.DigestUtil
Calculates the MD5 digest and returns the value as a 16 element byte[].
md5(String) - Static method in class com.landawn.abacus.util.DigestUtil
Calculates the MD5 digest and returns the value as a 16 element byte[].
md5Base64(byte[]) - Static method in class com.landawn.abacus.util.DigestUtil
Calculates the MD5 digest and returns the value as a base64 encoded string.
md5Base64(InputStream) - Static method in class com.landawn.abacus.util.DigestUtil
Calculates the MD5 digest and returns the value as a base64 encoded string.
md5Base64(String) - Static method in class com.landawn.abacus.util.DigestUtil
Calculates the MD5 digest and returns the value as a base64 encoded string.
md5Hex(byte[]) - Static method in class com.landawn.abacus.util.DigestUtil
Calculates the MD5 digest and returns the value as a 32 character hex string.
md5Hex(InputStream) - Static method in class com.landawn.abacus.util.DigestUtil
Calculates the MD5 digest and returns the value as a 32 character hex string.
md5Hex(String) - Static method in class com.landawn.abacus.util.DigestUtil
Calculates the MD5 digest and returns the value as a 32 character hex string.
mean(int, int) - Static method in class com.landawn.abacus.util.Numbers
Returns the arithmetic mean of x and y, rounded towards negative infinity.
mean(long, long) - Static method in class com.landawn.abacus.util.Numbers
Returns the arithmetic mean of x and y, rounded toward negative infinity.
mean(double, double) - Static method in class com.landawn.abacus.util.Numbers
 
mean(int...) - Static method in class com.landawn.abacus.util.Numbers
Returns the arithmetic mean of values.
mean(long...) - Static method in class com.landawn.abacus.util.Numbers
Returns the arithmetic mean of values.
mean(double...) - Static method in class com.landawn.abacus.util.Numbers
 
median(T[]) - Static method in class com.landawn.abacus.util.Iterables
Returns Nullable.empty() if the specified Array/Collection is null or empty.
median(Collection<? extends T>) - Static method in class com.landawn.abacus.util.Iterables
Returns Nullable.empty() if the specified Array/Collection is null or empty.
median(T[], Comparator<? super T>) - Static method in class com.landawn.abacus.util.Iterables
Returns Nullable.empty() if the specified Array/Collection is null or empty.
median(Collection<? extends T>, Comparator<? super T>) - Static method in class com.landawn.abacus.util.Iterables
Returns Nullable.empty() if the specified Array/Collection is null or empty.
median(char, char, char) - Static method in class com.landawn.abacus.util.N
Gets the median of three values.
median(byte, byte, byte) - Static method in class com.landawn.abacus.util.N
Gets the median of three values.
median(short, short, short) - Static method in class com.landawn.abacus.util.N
Gets the median of three values.
median(int, int, int) - Static method in class com.landawn.abacus.util.N
Gets the median of three values.
median(long, long, long) - Static method in class com.landawn.abacus.util.N
Gets the median of three values.
median(float, float, float) - Static method in class com.landawn.abacus.util.N
Gets the median of three values.
median(double, double, double) - Static method in class com.landawn.abacus.util.N
Gets the median of three values.
median(T, T, T) - Static method in class com.landawn.abacus.util.N
Gets the median of three values.
median(T, T, T, Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
Gets the median of three values.
median(char...) - Static method in class com.landawn.abacus.util.N
Returns the length / 2 + 1 largest value in the specified array.
median(char[], int, int) - Static method in class com.landawn.abacus.util.N
 
median(byte...) - Static method in class com.landawn.abacus.util.N
Returns the length / 2 + 1 largest value in the specified array.
median(byte[], int, int) - Static method in class com.landawn.abacus.util.N
 
median(short...) - Static method in class com.landawn.abacus.util.N
Returns the length / 2 + 1 largest value in the specified array.
median(short[], int, int) - Static method in class com.landawn.abacus.util.N
 
median(int...) - Static method in class com.landawn.abacus.util.N
Returns the length / 2 + 1 largest value in the specified array.
median(int[], int, int) - Static method in class com.landawn.abacus.util.N
 
median(long...) - Static method in class com.landawn.abacus.util.N
Returns the length / 2 + 1 largest value in the specified array.
median(long[], int, int) - Static method in class com.landawn.abacus.util.N
 
median(float...) - Static method in class com.landawn.abacus.util.N
Returns the length / 2 + 1 largest value in the specified array.
median(float[], int, int) - Static method in class com.landawn.abacus.util.N
 
median(double...) - Static method in class com.landawn.abacus.util.N
Returns the length / 2 + 1 largest value in the specified array.
median(double[], int, int) - Static method in class com.landawn.abacus.util.N
 
median(T[]) - Static method in class com.landawn.abacus.util.N
Returns the length / 2 + 1 largest value in the specified array.
median(T[], int, int) - Static method in class com.landawn.abacus.util.N
 
median(T[], Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
Returns the length / 2 + 1 largest value in the specified array.
median(T[], int, int, Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
 
median(Collection<? extends T>) - Static method in class com.landawn.abacus.util.N
Returns the length / 2 + 1 largest value in the specified array.
median(Collection<? extends T>, int, int) - Static method in class com.landawn.abacus.util.N
 
median(Collection<? extends T>, Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
Returns the length / 2 + 1 largest value in the specified array.
median(Collection<? extends T>, int, int, Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
 
medianBy(T[], Function<? super T, ? extends Comparable>) - Static method in class com.landawn.abacus.util.Iterables
Returns Nullable.empty() if the specified Array/Collection is null or empty.
medianBy(Collection<? extends T>, Function<? super T, ? extends Comparable>) - Static method in class com.landawn.abacus.util.Iterables
Returns Nullable.empty() if the specified Array/Collection is null or empty.
memoize(Throwables.Supplier<T, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
Returns a Supplier which returns a single instance created by calling the specified supplier.get().
memoize(Supplier<T>) - Static method in class com.landawn.abacus.util.Fn
Returns a Supplier which returns a single instance created by calling the specified supplier.get().
memoize(Function<? super T, ? extends R>) - Static method in class com.landawn.abacus.util.Fn
 
merge(DataSet) - Method in interface com.landawn.abacus.DataSet
Returns a new DataSet by appending the specified from DataSet into this DataSet.
merge(DataSet, Collection<String>) - Method in interface com.landawn.abacus.DataSet
Returns a new DataSet by appending the specified from DataSet into this DataSet.
merge(DataSet, int, int) - Method in interface com.landawn.abacus.DataSet
Returns a new DataSet by appending the specified from DataSet from fromRowIndex to toRowIndex into this DataSet.
merge(DataSet, Collection<String>, int, int) - Method in interface com.landawn.abacus.DataSet
Returns a new DataSet by appending the specified columnNames in from DataSet from fromRowIndex to toRowIndex into this DataSet.
merge(DataSet, DataSet) - Method in interface com.landawn.abacus.DataSet
 
merge(Collection<? extends DataSet>) - Method in interface com.landawn.abacus.DataSet
 
merge(T[], T[], Throwables.BiFunction<? super T, ? super T, MergeResult, E>) - Static method in class com.landawn.abacus.util.ExceptionalStream
 
merge(T[], T[], T[], Throwables.BiFunction<? super T, ? super T, MergeResult, E>) - Static method in class com.landawn.abacus.util.ExceptionalStream
 
merge(Collection<? extends T>, Collection<? extends T>, Throwables.BiFunction<? super T, ? super T, MergeResult, E>) - Static method in class com.landawn.abacus.util.ExceptionalStream
 
merge(Collection<? extends T>, Collection<? extends T>, Collection<? extends T>, Throwables.BiFunction<? super T, ? super T, MergeResult, E>) - Static method in class com.landawn.abacus.util.ExceptionalStream
 
merge(Iterator<? extends T>, Iterator<? extends T>, Throwables.BiFunction<? super T, ? super T, MergeResult, E>) - Static method in class com.landawn.abacus.util.ExceptionalStream
 
merge(Iterator<? extends T>, Iterator<? extends T>, Iterator<? extends T>, Throwables.BiFunction<? super T, ? super T, MergeResult, E>) - Static method in class com.landawn.abacus.util.ExceptionalStream
 
merge(ExceptionalStream<? extends T, E>, ExceptionalStream<? extends T, E>, Throwables.BiFunction<? super T, ? super T, MergeResult, E>) - Static method in class com.landawn.abacus.util.ExceptionalStream
 
merge(ExceptionalStream<? extends T, E>, ExceptionalStream<? extends T, E>, ExceptionalStream<? extends T, E>, Throwables.BiFunction<? super T, ? super T, MergeResult, E>) - Static method in class com.landawn.abacus.util.ExceptionalStream
 
merge(T[], T[], Throwables.BiFunction<? super T, ? super T, MergeResult, RuntimeException>) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
 
merge(T[], T[], T[], Throwables.BiFunction<? super T, ? super T, MergeResult, RuntimeException>) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
 
merge(Collection<? extends T>, Collection<? extends T>, Throwables.BiFunction<? super T, ? super T, MergeResult, RuntimeException>) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
 
merge(Collection<? extends T>, Collection<? extends T>, Collection<? extends T>, Throwables.BiFunction<? super T, ? super T, MergeResult, RuntimeException>) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
 
merge(Iterator<? extends T>, Iterator<? extends T>, Throwables.BiFunction<? super T, ? super T, MergeResult, RuntimeException>) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
 
merge(Iterator<? extends T>, Iterator<? extends T>, Iterator<? extends T>, Throwables.BiFunction<? super T, ? super T, MergeResult, RuntimeException>) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
 
merge(File[], File) - Static method in class com.landawn.abacus.util.IOUtil
 
merge(Collection<File>, File) - Static method in class com.landawn.abacus.util.IOUtil
Merge the specified source files into the destination file.
merge(Collection<? extends T>, Collection<? extends T>, BiFunction<? super T, ? super T, MergeResult>) - Static method in class com.landawn.abacus.util.Iterators
 
merge(Iterator<? extends T>, Iterator<? extends T>, BiFunction<? super T, ? super T, MergeResult>) - Static method in class com.landawn.abacus.util.Iterators
 
merge(List<? extends Collection<? extends T>>, BiFunction<? super T, ? super T, MergeResult>) - Static method in class com.landawn.abacus.util.Iterators
 
merge(Collection<? extends Iterator<? extends T>>, BiFunction<? super T, ? super T, MergeResult>) - Static method in class com.landawn.abacus.util.Iterators
 
merge(Joiner) - Method in class com.landawn.abacus.util.Joiner
Adds the contents of the given StringJoiner without prefix and suffix as the next element if it is non-empty.
merge(K, V, Throwables.BiFunction<? super V, ? super V, ? extends V, X>) - Method in class com.landawn.abacus.util.Multimap
The implementation is equivalent to performing the following steps for this Multimap:
merge(K, E, Throwables.BiFunction<? super V, ? super E, ? extends V, X>) - Method in class com.landawn.abacus.util.Multimap
The implementation is equivalent to performing the following steps for this Multimap:
merge(T, int, Throwables.BiFunction<Integer, Integer, Integer, E>) - Method in class com.landawn.abacus.util.Multiset
The implementation is equivalent to performing the following steps for this Multiset:
merge(T[], T[], Throwables.BiFunction<? super T, ? super T, MergeResult, E>) - Static method in class com.landawn.abacus.util.N
 
merge(Collection<? extends T>, Collection<? extends T>, Throwables.BiFunction<? super T, ? super T, MergeResult, E>) - Static method in class com.landawn.abacus.util.N
 
merge(Collection<? extends Collection<? extends T>>, BiFunction<? super T, ? super T, MergeResult>) - Static method in class com.landawn.abacus.util.N
 
merge(Collection<? extends Collection<? extends T>>, BiFunction<? super T, ? super T, MergeResult>, IntFunction<? extends C>) - Static method in class com.landawn.abacus.util.N
 
MERGE - Static variable in class com.landawn.abacus.util.WD
Field MERGE.
MergeResult - Enum in com.landawn.abacus.util
 
mergeSorted(Collection<? extends T>, Collection<? extends T>) - Static method in class com.landawn.abacus.util.Iterators
 
mergeSorted(Collection<? extends T>, Collection<? extends T>, Comparator<? super T>) - Static method in class com.landawn.abacus.util.Iterators
 
mergeSorted(Iterator<? extends T>, Iterator<? extends T>) - Static method in class com.landawn.abacus.util.Iterators
 
mergeSorted(Iterator<? extends T>, Iterator<? extends T>, Comparator<? super T>) - Static method in class com.landawn.abacus.util.Iterators
 
mergeWith(Collection<? extends T>, Throwables.BiFunction<? super T, ? super T, MergeResult, E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
mergeWith(ExceptionalStream<? extends T, E>, Throwables.BiFunction<? super T, ? super T, MergeResult, E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
mergge(Collection<? extends Collection<? extends T>>, BiFunction<? super T, ? super T, MergeResult>) - Static method in class com.landawn.abacus.util.Iterators
 
message() - Method in class com.landawn.abacus.http.HttpResponse
 
METHOD_MASK - Static variable in class com.landawn.abacus.util.ClassUtil
Deprecated.
for internal only.
middle - Variable in class com.landawn.abacus.util.Triple
 
min(String) - Static method in class com.landawn.abacus.condition.Expression
 
MIN - Static variable in class com.landawn.abacus.util.Ascii
The minimum value of an ASCII character.
min(Comparator<? super T>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
min() - Static method in class com.landawn.abacus.util.Fn.BinaryOperators
 
min(Comparator<? super T>) - Static method in class com.landawn.abacus.util.Fn.BinaryOperators
 
min(char...) - Static method in class com.landawn.abacus.util.Iterables
Returns OptionalChar.empty() if the specified Array/Collection is null or empty.
min(byte...) - Static method in class com.landawn.abacus.util.Iterables
Returns OptionalByte.empty() if the specified Array/Collection is null or empty.
min(short...) - Static method in class com.landawn.abacus.util.Iterables
Returns OptionalShort.empty() if the specified Array/Collection is null or empty.
min(int...) - Static method in class com.landawn.abacus.util.Iterables
Returns OptionalInt.empty() if the specified Array/Collection is null or empty.
min(long...) - Static method in class com.landawn.abacus.util.Iterables
Returns OptionalLong.empty() if the specified Array/Collection is null or empty.
min(float...) - Static method in class com.landawn.abacus.util.Iterables
Returns OptionalFloat.empty() if the specified Array/Collection is null or empty.
min(double...) - Static method in class com.landawn.abacus.util.Iterables
Returns OptionalDouble.empty() if the specified Array/Collection is null or empty.
min(T[]) - Static method in class com.landawn.abacus.util.Iterables
Returns Nullable.empty() if the specified Array/Collection is null or empty.
min(T[], Comparator<? super T>) - Static method in class com.landawn.abacus.util.Iterables
Returns Nullable.empty() if the specified Array/Collection is null or empty.
min(Collection<? extends T>) - Static method in class com.landawn.abacus.util.Iterables
Returns Nullable.empty() if the specified Array/Collection is null or empty.
min(Collection<? extends T>, Comparator<? super T>) - Static method in class com.landawn.abacus.util.Iterables
Returns Nullable.empty() if the specified Array/Collection is null or empty.
min(Iterator<? extends T>) - Static method in class com.landawn.abacus.util.Iterables
Returns Nullable.empty() if the specified Array/Collection is null or empty.
min(Iterator<? extends T>, Comparator<? super T>) - Static method in class com.landawn.abacus.util.Iterables
Returns Nullable.empty() if the specified Array/Collection is null or empty.
min(char, char) - Static method in class com.landawn.abacus.util.N
Gets the minimum of two char values.
min(byte, byte) - Static method in class com.landawn.abacus.util.N
Gets the minimum of two byte values.
min(short, short) - Static method in class com.landawn.abacus.util.N
Gets the minimum of two short values.
min(int, int) - Static method in class com.landawn.abacus.util.N
Gets the minimum of two int values.
min(long, long) - Static method in class com.landawn.abacus.util.N
Gets the minimum of two long values.
min(float, float) - Static method in class com.landawn.abacus.util.N
Gets the minimum of two float values.
min(double, double) - Static method in class com.landawn.abacus.util.N
Gets the minimum of two double values.
min(T, T) - Static method in class com.landawn.abacus.util.N
 
min(T, T, Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
 
min(char, char, char) - Static method in class com.landawn.abacus.util.N
Gets the minimum of three char values.
min(byte, byte, byte) - Static method in class com.landawn.abacus.util.N
Gets the minimum of three byte values.
min(short, short, short) - Static method in class com.landawn.abacus.util.N
Gets the minimum of three short values.
min(int, int, int) - Static method in class com.landawn.abacus.util.N
Gets the minimum of three int values.
min(long, long, long) - Static method in class com.landawn.abacus.util.N
Gets the minimum of three long values.
min(float, float, float) - Static method in class com.landawn.abacus.util.N
Gets the minimum of three float values.
min(double, double, double) - Static method in class com.landawn.abacus.util.N
Gets the minimum of three double values.
min(T, T, T) - Static method in class com.landawn.abacus.util.N
 
min(T, T, T, Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
 
min(char...) - Static method in class com.landawn.abacus.util.N
Returns the minimum value in an array.
min(char[], int, int) - Static method in class com.landawn.abacus.util.N
 
min(byte...) - Static method in class com.landawn.abacus.util.N
Returns the minimum value in an array.
min(byte[], int, int) - Static method in class com.landawn.abacus.util.N
 
min(short...) - Static method in class com.landawn.abacus.util.N
Returns the minimum value in an array.
min(short[], int, int) - Static method in class com.landawn.abacus.util.N
 
min(int...) - Static method in class com.landawn.abacus.util.N
Returns the minimum value in an array.
min(int[], int, int) - Static method in class com.landawn.abacus.util.N
 
min(long...) - Static method in class com.landawn.abacus.util.N
Returns the minimum value in an array.
min(long[], int, int) - Static method in class com.landawn.abacus.util.N
 
min(float...) - Static method in class com.landawn.abacus.util.N
Returns the minimum value in an array.
min(float[], int, int) - Static method in class com.landawn.abacus.util.N
 
min(double...) - Static method in class com.landawn.abacus.util.N
Returns the minimum value in an array.
min(double[], int, int) - Static method in class com.landawn.abacus.util.N
 
min(T[]) - Static method in class com.landawn.abacus.util.N
Returns the minimum element in the array.
min(T[], int, int) - Static method in class com.landawn.abacus.util.N
 
min(T[], Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
Returns the minimum element in the array.
min(T[], int, int, Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
 
min(Collection<? extends T>) - Static method in class com.landawn.abacus.util.N
 
min(Collection<? extends T>, int, int) - Static method in class com.landawn.abacus.util.N
 
min(Collection<? extends T>, Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
 
min(Collection<? extends T>, int, int, Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
Returns the minimum element in the collection.
min() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableByteArray
 
min() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableCharArray
 
min() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableDoubleArray
 
min() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableFloatArray
 
min() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableIntArray
 
min() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableLongArray
 
min() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableShortArray
 
min() - Static method in class com.landawn.abacus.util.stream.Collectors
 
min(Comparator<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
MIN - Static variable in class com.landawn.abacus.util.WD
Field MIN.
minAll(T[]) - Static method in class com.landawn.abacus.util.N
 
minAll(T[], Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
 
minAll(Collection<T>) - Static method in class com.landawn.abacus.util.N
 
minAll(Collection<T>, Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
 
minAll(Iterator<? extends T>) - Static method in class com.landawn.abacus.util.N
 
minAll(Iterator<? extends T>, Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
 
minAll() - Static method in class com.landawn.abacus.util.stream.Collectors
It's copied from StreamEx: https://github.com/amaembo/streamex under Apache License v2 and may be modified.
minAll(Comparator<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
It's copied from StreamEx: https://github.com/amaembo/streamex under Apache License v2 and may be modified.
minAll(Comparator<? super T>, int) - Static method in class com.landawn.abacus.util.stream.Collectors
 
minAll(boolean) - Static method in class com.landawn.abacus.util.stream.Collectors
Use occurrences to save the count of largest objects if areAllSmallestSame = true(e.g.
minAll(int, boolean) - Static method in class com.landawn.abacus.util.stream.Collectors
Use occurrences to save the count of largest objects if areAllSmallestSame = true(e.g.
minAll(Comparator<? super T>, int, boolean) - Static method in class com.landawn.abacus.util.stream.Collectors
Use occurrences to save the count of largest objects if areAllSmallestSame = true(e.g.
minAll(Collector<T, A, D>) - Static method in class com.landawn.abacus.util.stream.Collectors
It's copied from StreamEx: https://github.com/amaembo/streamex under Apache License v2 and may be modified.
minAll(Comparator<? super T>, Collector<T, A, D>) - Static method in class com.landawn.abacus.util.stream.Collectors
It's copied from StreamEx: https://github.com/amaembo/streamex under Apache License v2 and may be modified.
minAlll(Collector<T, A, D>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
minAlll(Comparator<? super T>, Collector<? super T, A, D>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
minAlll(Comparator<? super T>, Collector<? super T, A, D>, Function<Pair<u.Optional<T>, D>, R>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
minBy(Function<? super T, ? extends Comparable>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
minBy(Function<? super T, ? extends Comparable>) - Static method in class com.landawn.abacus.util.Fn.BinaryOperators
 
minBy(T[], Function<? super T, ? extends Comparable>) - Static method in class com.landawn.abacus.util.Iterables
Returns Nullable.empty() if the specified Array/Collection is null or empty.
minBy(Collection<? extends T>, Function<? super T, ? extends Comparable>) - Static method in class com.landawn.abacus.util.Iterables
Returns Nullable.empty() if the specified Array/Collection is null or empty.
minBy(Iterator<? extends T>, Function<? super T, ? extends Comparable>) - Static method in class com.landawn.abacus.util.Iterables
Returns Nullable.empty() if the specified Array/Collection is null or empty.
minBy(Function<? super T, ? extends Comparable>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
minByKey() - Static method in class com.landawn.abacus.util.Fn.BinaryOperators
 
minByOrGet(Function<? super T, ? extends Comparable>, Supplier<? extends T>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
minByOrThrow(Function<? super T, ? extends Comparable>, Supplier<? extends X>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
minByOrThrow(Function<? super T, ? extends Comparable>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
minByValue() - Static method in class com.landawn.abacus.util.Fn.BinaryOperators
 
minFirst(T, T) - Static method in enum com.landawn.abacus.util.MergeResult
 
minFirst(T, T, Comparator<? super T>) - Static method in enum com.landawn.abacus.util.MergeResult
 
minFirst() - Static method in enum com.landawn.abacus.util.MergeResult
 
minFirst(Comparator<? super T>) - Static method in enum com.landawn.abacus.util.MergeResult
 
minForNonEmpty() - Static method in class com.landawn.abacus.util.stream.Collectors
 
minForNonEmpty(Comparator<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
minMax() - Static method in class com.landawn.abacus.util.stream.Collectors
 
minMax(Comparator<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
minMax(Comparator<? super T>, BiFunction<? super T, ? super T, ? extends R>) - Static method in class com.landawn.abacus.util.stream.Collectors
It's copied from StreamEx: https://github.com/amaembo/streamex under Apache License v2 and may be modified.
minMaxBy(Function<? super T, ? extends Comparable>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
minMaxBy(Function<? super T, ? extends Comparable>, BiFunction<? super T, ? super T, ? extends R>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
minMaxForNonEmpty() - Static method in class com.landawn.abacus.util.stream.Collectors
 
minMaxForNonEmpty(Comparator<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
minOccurrences() - Method in class com.landawn.abacus.util.Multiset
 
minOrGet(Comparator<? super T>, Supplier<? extends T>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
minOrThrow(Comparator<? super T>, Supplier<? extends X>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
minOrThrow(Comparator<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
minus(SubQuery) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
minus(SubQuery) - Method in class com.landawn.abacus.condition.Criteria
 
minus(Object...) - Static method in class com.landawn.abacus.condition.Expression
 
Minus - Class in com.landawn.abacus.condition
 
Minus(SubQuery) - Constructor for class com.landawn.abacus.condition.Minus
 
minus(Duration) - Method in class com.landawn.abacus.util.Duration
 
minus(String) - Method in class com.landawn.abacus.util.DynamicSQLBuilder
 
minus(SQLBuilder) - Method in class com.landawn.abacus.util.SQLBuilder
 
minus(String) - Method in class com.landawn.abacus.util.SQLBuilder
 
minus(String...) - Method in class com.landawn.abacus.util.SQLBuilder
 
minus(Collection<String>) - Method in class com.landawn.abacus.util.SQLBuilder
 
MINUS - Static variable in class com.landawn.abacus.util.WD
Field MINUS.
minusDays(long) - Method in class com.landawn.abacus.util.Duration
 
minusHours(long) - Method in class com.landawn.abacus.util.Duration
 
minusMillis(long) - Method in class com.landawn.abacus.util.Duration
 
minusMinutes(long) - Method in class com.landawn.abacus.util.Duration
 
minusSeconds(long) - Method in class com.landawn.abacus.util.Duration
 
missCount() - Method in class com.landawn.abacus.pool.AbstractPool
 
missCount() - Method in interface com.landawn.abacus.pool.Pool
 
mkdirIfNotExists(File) - Static method in class com.landawn.abacus.util.IOUtil
 
mkdirsIfNotExists(File) - Static method in class com.landawn.abacus.util.IOUtil
 
mod(String, String) - Static method in class com.landawn.abacus.condition.Expression
 
mod(int, int) - Static method in class com.landawn.abacus.util.Numbers
Returns x mod m, a non-negative value less than m.
mod(long, int) - Static method in class com.landawn.abacus.util.Numbers
Returns x mod m, a non-negative value less than m.
mod(long, long) - Static method in class com.landawn.abacus.util.Numbers
Returns x mod m, a non-negative value less than m.
MOD - Static variable in class com.landawn.abacus.util.WD
Field MOD.
modulus(Object...) - Static method in class com.landawn.abacus.condition.Expression
 
MoreExecutors - Class in com.landawn.abacus.util
Factory and utility methods for Executor, ExecutorService, and ThreadFactory.
MoreExecutors() - Constructor for class com.landawn.abacus.util.MoreExecutors
 
move(File, File) - Static method in class com.landawn.abacus.util.IOUtil
 
moveColumn(String, int) - Method in interface com.landawn.abacus.DataSet
 
moveColumns(Map<String, Integer>) - Method in interface com.landawn.abacus.DataSet
 
moveRange(boolean[], int, int, int) - Static method in class com.landawn.abacus.util.N
 
moveRange(char[], int, int, int) - Static method in class com.landawn.abacus.util.N
 
moveRange(byte[], int, int, int) - Static method in class com.landawn.abacus.util.N
 
moveRange(short[], int, int, int) - Static method in class com.landawn.abacus.util.N
 
moveRange(int[], int, int, int) - Static method in class com.landawn.abacus.util.N
 
moveRange(long[], int, int, int) - Static method in class com.landawn.abacus.util.N
 
moveRange(float[], int, int, int) - Static method in class com.landawn.abacus.util.N
 
moveRange(double[], int, int, int) - Static method in class com.landawn.abacus.util.N
 
moveRange(T[], int, int, int) - Static method in class com.landawn.abacus.util.N
 
moveRange(List<T>, int, int, int) - Static method in class com.landawn.abacus.util.N
 
moveRange(String, int, int, int) - Static method in class com.landawn.abacus.util.N
 
moveRow(int, int) - Method in interface com.landawn.abacus.DataSet
Move the specified row to the new position.
multi(Object...) - Static method in class com.landawn.abacus.condition.Expression
 
MultiLoopsStatistics(long, long, long, long, int) - Constructor for class com.landawn.abacus.util.Profiler.MultiLoopsStatistics
Instantiates a new multi loops statistics.
MultiLoopsStatistics(long, long, long, long, int, List<Profiler.LoopStatistics>) - Constructor for class com.landawn.abacus.util.Profiler.MultiLoopsStatistics
Instantiates a new multi loops statistics.
Multimap<K,E,V extends Collection<E>> - Class in com.landawn.abacus.util
Similar to Map, but in which each key may be associated with multiple values.
multipliedBy(long) - Method in class com.landawn.abacus.util.Duration
 
multipliedBy(Fraction) - Method in class com.landawn.abacus.util.Fraction
Multiplies the value of this fraction by another, returning the result in reduced form.
multiplyExact(int, int) - Static method in class com.landawn.abacus.util.Numbers
Returns the product of a and b, provided it does not overflow.
multiplyExact(long, long) - Static method in class com.landawn.abacus.util.Numbers
Returns the product of a and b, provided it does not overflow.
Multiset<T> - Class in com.landawn.abacus.util
A collection that supports order-independent equality, like Set, but may have duplicate elements.
Multiset() - Constructor for class com.landawn.abacus.util.Multiset
 
Multiset(int) - Constructor for class com.landawn.abacus.util.Multiset
 
Multiset(Collection<? extends T>) - Constructor for class com.landawn.abacus.util.Multiset
 
Multiset(Class<? extends Map>) - Constructor for class com.landawn.abacus.util.Multiset
 
Multiset(Supplier<? extends Map<T, ?>>) - Constructor for class com.landawn.abacus.util.Multiset
 
Mutable - Annotation Type in com.landawn.abacus.annotation
 
Mutable - Interface in com.landawn.abacus.util
Note: it's copied from Apache Commons Lang developed at The Apache Software Foundation (http://www.apache.org/), or under the Apache License 2.0.
MutableBoolean - Class in com.landawn.abacus.util
Note: it's copied from Apache Commons Lang developed at The Apache Software Foundation (http://www.apache.org/), or under the Apache License 2.0.
MutableByte - Class in com.landawn.abacus.util
Note: it's copied from Apache Commons Lang developed at The Apache Software Foundation (http://www.apache.org/), or under the Apache License 2.0.
MutableChar - Class in com.landawn.abacus.util
Note: it's copied from Apache Commons Lang developed at The Apache Software Foundation (http://www.apache.org/), or under the Apache License 2.0.
MutableDouble - Class in com.landawn.abacus.util
Note: it's copied from Apache Commons Lang developed at The Apache Software Foundation (http://www.apache.org/), or under the Apache License 2.0.
MutableFloat - Class in com.landawn.abacus.util
Note: it's copied from Apache Commons Lang developed at The Apache Software Foundation (http://www.apache.org/), or under the Apache License 2.0.
MutableInt - Class in com.landawn.abacus.util
Note: it's copied from Apache Commons Lang developed at The Apache Software Foundation (http://www.apache.org/), or under the Apache License 2.0.
MutableLong - Class in com.landawn.abacus.util
Note: it's copied from Apache Commons Lang developed at The Apache Software Foundation (http://www.apache.org/), or under the Apache License 2.0.
MutableShort - Class in com.landawn.abacus.util
Note: it's copied from Apache Commons Lang developed at The Apache Software Foundation (http://www.apache.org/), or under the Apache License 2.0.

N

N - Class in com.landawn.abacus.util
Note: This class includes codes copied from Apache Commons Lang, Google Guava and other open source projects under the Apache License 2.0.
NAK - Static variable in class com.landawn.abacus.util.Ascii
Negative Acknowledge: A communication control character transmitted by a receiver as a negative response to the sender.
name - Variable in class com.landawn.abacus.parser.ParserUtil.PropInfo
 
NAME - Static variable in class com.landawn.abacus.parser.XMLConstants
Field NAME.
NAME_VALUE_SEPARATOR - Static variable in class com.landawn.abacus.util.URLEncodedUtil
 
namedProperty(String) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
NamedProperty - Class in com.landawn.abacus.condition
 
NamedProperty(String) - Constructor for class com.landawn.abacus.condition.NamedProperty
 
NamingPolicy - Enum in com.landawn.abacus.util
The Enum NamingPolicy.
NATURAL - Static variable in class com.landawn.abacus.util.WD
Field NATURAL.
NATURAL_JOIN - Static variable in class com.landawn.abacus.util.WD
Field NATURAL_JOIN.
naturalJoin(String) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
naturalJoin(String, Condition) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
naturalJoin(Collection<String>, Condition) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
NaturalJoin - Class in com.landawn.abacus.condition
 
NaturalJoin(String) - Constructor for class com.landawn.abacus.condition.NaturalJoin
 
NaturalJoin(String, Condition) - Constructor for class com.landawn.abacus.condition.NaturalJoin
 
NaturalJoin(Collection<String>, Condition) - Constructor for class com.landawn.abacus.condition.NaturalJoin
 
naturalJoin(String) - Method in class com.landawn.abacus.util.SQLBuilder
 
naturalJoin(Class<?>) - Method in class com.landawn.abacus.util.SQLBuilder
 
naturalJoin(Class<?>, String) - Method in class com.landawn.abacus.util.SQLBuilder
 
naturalOrder() - Static method in class com.landawn.abacus.util.Comparators
 
navigableKeySet() - Method in class com.landawn.abacus.util.ImmutableNavigableMap
Navigable key set.
ne(String, Object) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
ne(String) - Static method in class com.landawn.abacus.condition.ConditionFactory
It's for parameterized SQL with question mark or named parameters.
ne(String, Object) - Static method in class com.landawn.abacus.condition.Expression
 
ne(Object) - Method in class com.landawn.abacus.condition.NamedProperty
 
negate() - Method in class com.landawn.abacus.util.Fraction
Gets a fraction that is the negative (-fraction) of this one.
negated() - Method in class com.landawn.abacus.util.Duration
 
newBufferedReader(File) - Static method in class com.landawn.abacus.util.IOUtil
New buffered reader.
newBufferedReader(File, Charset) - Static method in class com.landawn.abacus.util.IOUtil
New buffered reader.
newBufferedReader(Path) - Static method in class com.landawn.abacus.util.IOUtil
New buffered reader.
newBufferedReader(Path, Charset) - Static method in class com.landawn.abacus.util.IOUtil
New buffered reader.
newBufferedReader(InputStream) - Static method in class com.landawn.abacus.util.IOUtil
New buffered reader.
newBufferedReader(InputStream, Charset) - Static method in class com.landawn.abacus.util.IOUtil
New buffered reader.
newBufferedWriter(File) - Static method in class com.landawn.abacus.util.IOUtil
New buffered writer.
newBufferedWriter(File, Charset) - Static method in class com.landawn.abacus.util.IOUtil
New buffered writer.
newBufferedWriter(OutputStream) - Static method in class com.landawn.abacus.util.IOUtil
New buffered writer.
newBufferedWriter(OutputStream, Charset) - Static method in class com.landawn.abacus.util.IOUtil
New buffered writer.
newEntry(K, V) - Static method in class com.landawn.abacus.util.Maps
Deprecated.
replaced by CommonUtil.newEntry(Object, Object)
newGZIPInputStream(InputStream) - Static method in class com.landawn.abacus.util.IOUtil
New GZIP input stream.
newGZIPInputStream(InputStream, int) - Static method in class com.landawn.abacus.util.IOUtil
Creates a new input stream with the specified buffer size.
newGZIPOutputStream(OutputStream) - Static method in class com.landawn.abacus.util.IOUtil
New GZIP output stream.
newGZIPOutputStream(OutputStream, int) - Static method in class com.landawn.abacus.util.IOUtil
Creates a new input stream with the specified buffer size.
newImmutableEntry(K, V) - Static method in class com.landawn.abacus.util.Maps
Deprecated.
replaced by CommonUtil.newImmutableEntry(Object, Object)
newInstance(Class<?>, int) - Static method in class com.landawn.abacus.util.Array
 
newInstance(Class<?>, int...) - Static method in class com.landawn.abacus.util.Array
 
newInstance(Class<?>, String, Object...) - Static method in class com.landawn.abacus.util.TypeAttrParser
 
newLine() - Method in class com.landawn.abacus.util.BufferedWriter
 
newLZ4BlockInputStream(InputStream) - Static method in class com.landawn.abacus.util.IOUtil
New LZ 4 block input stream.
newLZ4BlockOutputStream(OutputStream) - Static method in class com.landawn.abacus.util.IOUtil
New LZ 4 block output stream.
newLZ4BlockOutputStream(OutputStream, int) - Static method in class com.landawn.abacus.util.IOUtil
Creates a new input stream with the specified buffer size.
newMap(Collection<? extends T>, Throwables.Function<? super T, ? extends K, E>) - Static method in class com.landawn.abacus.util.Maps
 
newMap(Collection<? extends T>, Throwables.Function<? super T, ? extends K, E>, Throwables.Function<? super T, ? extends V, E2>) - Static method in class com.landawn.abacus.util.Maps
 
newMap(Collection<? extends T>, Throwables.Function<? super T, ? extends K, E>, Throwables.Function<? super T, ? extends V, E2>, IntFunction<? extends M>) - Static method in class com.landawn.abacus.util.Maps
 
newMap(Iterator<? extends T>, Throwables.Function<? super T, K, E>) - Static method in class com.landawn.abacus.util.Maps
 
newMap(Iterator<? extends T>, Throwables.Function<? super T, K, E>, Throwables.Function<? super T, ? extends V, E2>) - Static method in class com.landawn.abacus.util.Maps
 
newMap(Iterator<? extends T>, Throwables.Function<? super T, K, E>, Throwables.Function<? super T, ? extends V, E2>, Supplier<? extends M>) - Static method in class com.landawn.abacus.util.Maps
 
newSnappyInputStream(InputStream) - Static method in class com.landawn.abacus.util.IOUtil
New snappy input stream.
newSnappyOutputStream(OutputStream) - Static method in class com.landawn.abacus.util.IOUtil
New snappy output stream.
newSnappyOutputStream(OutputStream, int) - Static method in class com.landawn.abacus.util.IOUtil
Creates a new input stream with the specified buffer size.
next() - Method in class com.landawn.abacus.util.LineIterator
Returns the next line in the wrapped Reader.
nextPage() - Method in interface com.landawn.abacus.PaginatedDataSet
 
nextWord(String, int) - Static method in class com.landawn.abacus.util.SQLParser
 
NL - Static variable in class com.landawn.abacus.util.Ascii
Alternate name for Ascii.LF.
nMatch(long, long, Throwables.Predicate<? super T, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
nMatch(T[], int, int, Throwables.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
nMatch(Collection<? extends T>, int, int, Throwables.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
nMatch(Iterator<? extends T>, int, int, Throwables.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
NO_REFERRER - Static variable in class com.landawn.abacus.http.HttpHeaders.ReferrerPolicyValues
The Constant NO_REFERRER.
NO_REFFERER_WHEN_DOWNGRADE - Static variable in class com.landawn.abacus.http.HttpHeaders.ReferrerPolicyValues
The Constant NO_REFFERER_WHEN_DOWNGRADE.
NoCachingNoUpdating - Interface in com.landawn.abacus.util
One-off Object.
NoCachingNoUpdating.DisposableArray<T> - Class in com.landawn.abacus.util
One-off Object.
NoCachingNoUpdating.DisposableBooleanArray - Class in com.landawn.abacus.util
One-off Object.
NoCachingNoUpdating.DisposableByteArray - Class in com.landawn.abacus.util
One-off Object.
NoCachingNoUpdating.DisposableCharArray - Class in com.landawn.abacus.util
One-off Object.
NoCachingNoUpdating.DisposableDeque<T> - Class in com.landawn.abacus.util
One-off Object.
NoCachingNoUpdating.DisposableDoubleArray - Class in com.landawn.abacus.util
One-off Object.
NoCachingNoUpdating.DisposableEntry<K,V> - Class in com.landawn.abacus.util
One-off Object.
NoCachingNoUpdating.DisposableFloatArray - Class in com.landawn.abacus.util
One-off Object.
NoCachingNoUpdating.DisposableIntArray - Class in com.landawn.abacus.util
One-off Object.
NoCachingNoUpdating.DisposableLongArray - Class in com.landawn.abacus.util
One-off Object.
NoCachingNoUpdating.DisposableObjArray - Class in com.landawn.abacus.util
One-off Object.
NoCachingNoUpdating.DisposableShortArray - Class in com.landawn.abacus.util
One-off Object.
noneMatch(Throwables.Predicate<? super T, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
noneMatch(T[], Throwables.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
noneMatch(Collection<? extends T>, Throwables.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
noneMatch(Iterator<? extends T>, Throwables.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
NonUpdatable - Annotation Type in com.landawn.abacus.annotation
The properties will be ignored by update/updateAll/batchUpdate operations if the input is an entity.
normalizeSpace(String) - Static method in class com.landawn.abacus.util.StringUtil
not() - Method in class com.landawn.abacus.condition.AbstractCondition
 
not() - Method in class com.landawn.abacus.condition.Clause
 
not() - Method in interface com.landawn.abacus.condition.Condition
 
not() - Method in class com.landawn.abacus.condition.Limit
 
Not - Class in com.landawn.abacus.condition
 
Not(Condition) - Constructor for class com.landawn.abacus.condition.Not
Constructor for Not.
not(Throwables.Predicate<T, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
 
not(Throwables.BiPredicate<T, U, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
 
not(Throwables.TriPredicate<A, B, C, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
 
not(Predicate<T>) - Static method in class com.landawn.abacus.util.Fn
 
not(BiPredicate<T, U>) - Static method in class com.landawn.abacus.util.Fn
 
not(TriPredicate<A, B, C>) - Static method in class com.landawn.abacus.util.Fn
 
not(boolean) - Static method in class com.landawn.abacus.util.If
 
NOT - Static variable in class com.landawn.abacus.util.WD
Field NOT.
NOT_EQUAL - Static variable in interface com.landawn.abacus.util.function.BooleanBiPredicate
 
NOT_EQUAL - Static variable in interface com.landawn.abacus.util.function.ByteBiPredicate
 
NOT_EQUAL - Static variable in interface com.landawn.abacus.util.function.CharBiPredicate
 
NOT_EQUAL - Static variable in interface com.landawn.abacus.util.function.DoubleBiPredicate
 
NOT_EQUAL - Static variable in interface com.landawn.abacus.util.function.FloatBiPredicate
 
NOT_EQUAL - Static variable in interface com.landawn.abacus.util.function.IntBiPredicate
 
NOT_EQUAL - Static variable in interface com.landawn.abacus.util.function.LongBiPredicate
 
NOT_EQUAL - Static variable in interface com.landawn.abacus.util.function.ShortBiPredicate
 
NOT_EQUAL - Static variable in class com.landawn.abacus.util.WD
Field NOT_EQUAL.
NOT_EQUAL2 - Static variable in class com.landawn.abacus.util.WD
Field NOT_EQUAL2.
NOT_EXISTS - Static variable in class com.landawn.abacus.util.WD
Field NOT_EXISTS.
NOT_IN - Static variable in class com.landawn.abacus.util.WD
Field NOT_IN.
NOT_NEGATIVE - Static variable in interface com.landawn.abacus.util.function.BytePredicate
 
NOT_NEGATIVE - Static variable in interface com.landawn.abacus.util.function.DoublePredicate
 
NOT_NEGATIVE - Static variable in interface com.landawn.abacus.util.function.FloatPredicate
 
NOT_NEGATIVE - Static variable in interface com.landawn.abacus.util.function.IntPredicate
 
NOT_NEGATIVE - Static variable in interface com.landawn.abacus.util.function.LongPredicate
 
NOT_NEGATIVE - Static variable in interface com.landawn.abacus.util.function.ShortPredicate
 
NOT_POSITIVE - Static variable in interface com.landawn.abacus.util.function.BytePredicate
 
NOT_POSITIVE - Static variable in interface com.landawn.abacus.util.function.DoublePredicate
 
NOT_POSITIVE - Static variable in interface com.landawn.abacus.util.function.FloatPredicate
 
NOT_POSITIVE - Static variable in interface com.landawn.abacus.util.function.IntPredicate
 
NOT_POSITIVE - Static variable in interface com.landawn.abacus.util.function.LongPredicate
 
NOT_POSITIVE - Static variable in interface com.landawn.abacus.util.function.ShortPredicate
 
NOT_ZERO - Static variable in interface com.landawn.abacus.util.function.BytePredicate
 
NOT_ZERO - Static variable in interface com.landawn.abacus.util.function.CharPredicate
 
NOT_ZERO - Static variable in interface com.landawn.abacus.util.function.DoublePredicate
 
NOT_ZERO - Static variable in interface com.landawn.abacus.util.function.FloatPredicate
 
NOT_ZERO - Static variable in interface com.landawn.abacus.util.function.IntPredicate
 
NOT_ZERO - Static variable in interface com.landawn.abacus.util.function.LongPredicate
 
NOT_ZERO - Static variable in interface com.landawn.abacus.util.function.ShortPredicate
 
NotColumn - Annotation Type in com.landawn.abacus.annotation
To identity that the annotated field is not a DB column.
notContains(String) - Static method in class com.landawn.abacus.util.Fn
 
notEndsWith(String) - Static method in class com.landawn.abacus.util.Fn
Not ends with.
notEqual(String, Object) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
notEqual(String) - Static method in class com.landawn.abacus.condition.ConditionFactory
It's for parameterized SQL with question mark or named parameters.
notEqual(String, Object) - Static method in class com.landawn.abacus.condition.Expression
 
NotEqual - Class in com.landawn.abacus.condition
 
NotEqual(String, Object) - Constructor for class com.landawn.abacus.condition.NotEqual
 
notEqual() - Static method in class com.landawn.abacus.util.Fn.FnB
 
notEqual() - Static method in class com.landawn.abacus.util.Fn.FnC
 
notEqual() - Static method in class com.landawn.abacus.util.Fn.FnD
 
notEqual() - Static method in class com.landawn.abacus.util.Fn.FnF
 
notEqual() - Static method in class com.landawn.abacus.util.Fn.FnI
 
notEqual() - Static method in class com.landawn.abacus.util.Fn.FnL
 
notEqual() - Static method in class com.landawn.abacus.util.Fn.FnS
 
notEqual(Object) - Static method in class com.landawn.abacus.util.Fn
 
notEqual() - Static method in class com.landawn.abacus.util.Fn
 
notExists(SubQuery) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
notIn(String, int[]) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
notIn(String, long[]) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
notIn(String, double[]) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
notIn(String, Object[]) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
notIn(String, Collection<?>) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
notIn(String, SubQuery) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
notIn(Collection<String>, SubQuery) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
NotIn - Class in com.landawn.abacus.condition
 
NotIn(String, Collection<?>) - Constructor for class com.landawn.abacus.condition.NotIn
 
notIn(Collection<?>) - Static method in class com.landawn.abacus.util.Fn
 
NotInSubQuery - Class in com.landawn.abacus.condition
 
NotInSubQuery(String, SubQuery) - Constructor for class com.landawn.abacus.condition.NotInSubQuery
 
NotInSubQuery(Collection<String>, SubQuery) - Constructor for class com.landawn.abacus.condition.NotInSubQuery
 
notLike(String, Object) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
notLike(String) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
notLike(Object) - Method in class com.landawn.abacus.condition.NamedProperty
 
notNegative() - Static method in class com.landawn.abacus.util.Fn.FnB
 
notNegative() - Static method in class com.landawn.abacus.util.Fn.FnD
 
notNegative() - Static method in class com.landawn.abacus.util.Fn.FnF
 
notNegative() - Static method in class com.landawn.abacus.util.Fn.FnI
 
notNegative() - Static method in class com.landawn.abacus.util.Fn.FnL
 
notNegative() - Static method in class com.landawn.abacus.util.Fn.FnS
 
notNull() - Static method in class com.landawn.abacus.util.Fn.Fnn
 
notNull() - Static method in class com.landawn.abacus.util.Fn
 
notNull(Function<T, ?>) - Static method in class com.landawn.abacus.util.Fn
Not null
notNullOrEmpty() - Static method in class com.landawn.abacus.util.Fn.Fnn
 
notNullOrEmpty() - Static method in class com.landawn.abacus.util.Fn
Not null or empty.
notNullOrEmpty(Function<T, ? extends CharSequence>) - Static method in class com.landawn.abacus.util.Fn
 
notNullOrEmpty(CharSequence) - Static method in class com.landawn.abacus.util.If
Not null or empty.
notNullOrEmpty(boolean[]) - Static method in class com.landawn.abacus.util.If
Not null or empty.
notNullOrEmpty(char[]) - Static method in class com.landawn.abacus.util.If
Not null or empty.
notNullOrEmpty(byte[]) - Static method in class com.landawn.abacus.util.If
Not null or empty.
notNullOrEmpty(short[]) - Static method in class com.landawn.abacus.util.If
Not null or empty.
notNullOrEmpty(int[]) - Static method in class com.landawn.abacus.util.If
Not null or empty.
notNullOrEmpty(long[]) - Static method in class com.landawn.abacus.util.If
Not null or empty.
notNullOrEmpty(float[]) - Static method in class com.landawn.abacus.util.If
Not null or empty.
notNullOrEmpty(double[]) - Static method in class com.landawn.abacus.util.If
Not null or empty.
notNullOrEmpty(Object[]) - Static method in class com.landawn.abacus.util.If
Not null or empty.
notNullOrEmpty(Collection<?>) - Static method in class com.landawn.abacus.util.If
Not null or empty.
notNullOrEmpty(Map<?, ?>) - Static method in class com.landawn.abacus.util.If
Not null or empty.
notNullOrEmpty(Multiset<?>) - Static method in class com.landawn.abacus.util.If
Not null or empty.
notNullOrEmpty(Multimap<?, ?, ?>) - Static method in class com.landawn.abacus.util.If
Not null or empty.
notNullOrEmptyA() - Static method in class com.landawn.abacus.util.Fn.Fnn
 
notNullOrEmptyA() - Static method in class com.landawn.abacus.util.Fn
 
notNullOrEmptyC() - Static method in class com.landawn.abacus.util.Fn.Fnn
 
notNullOrEmptyC() - Static method in class com.landawn.abacus.util.Fn
 
notNullOrEmptyM() - Static method in class com.landawn.abacus.util.Fn.Fnn
 
notNullOrEmptyM() - Static method in class com.landawn.abacus.util.Fn
 
notNullOrEmptyOrBlank() - Static method in class com.landawn.abacus.util.Fn
Not null or empty or blank.
notNullOrEmptyOrBlank(Function<T, ? extends CharSequence>) - Static method in class com.landawn.abacus.util.Fn
 
notNullOrEmptyOrBlank(CharSequence) - Static method in class com.landawn.abacus.util.If
Not null or empty or blank.
notStartsWith(String) - Static method in class com.landawn.abacus.util.Fn
Not starts with.
NUL - Static variable in class com.landawn.abacus.util.Ascii
Null ('\0'): The all-zeros character which may serve to accomplish time fill and media fill.
NULL - Static variable in class com.landawn.abacus.util.WD
Field NULL.
NULL_CHARACTER - Static variable in class com.landawn.abacus.util.CSVParser
This is the "null" character - if a value is set to this then it is ignored.
NULL_END_ELEMENT - Static variable in class com.landawn.abacus.parser.XMLConstants
Field NULL_END_ELEMENT.
NULL_NULL_ELE - Static variable in class com.landawn.abacus.parser.XMLConstants
Field NULL_NULL_ELE.
NullSafe - Annotation Type in com.landawn.abacus.annotation
 
nullsFirst() - Static method in class com.landawn.abacus.util.Comparators
 
nullsFirst(Comparator<T>) - Static method in class com.landawn.abacus.util.Comparators
 
nullsLast() - Static method in class com.landawn.abacus.util.Comparators
 
nullsLast(Comparator<T>) - Static method in class com.landawn.abacus.util.Comparators
 
nullToEmpty() - Static method in class com.landawn.abacus.util.Fn
 
nullToEmpty(String) - Static method in class com.landawn.abacus.util.StringUtil
 
nullToEmpty(String[]) - Static method in class com.landawn.abacus.util.StringUtil
 
nullToEmptyL() - Static method in class com.landawn.abacus.util.Fn
Deprecated.
replaced by nullToEmptyList
nullToEmptyList() - Static method in class com.landawn.abacus.util.Fn
 
nullToEmptyM() - Static method in class com.landawn.abacus.util.Fn
Deprecated.
replaced by nullToEmptyMap
nullToEmptyMap() - Static method in class com.landawn.abacus.util.Fn
 
nullToEmptyS() - Static method in class com.landawn.abacus.util.Fn
Deprecated.
replaced by nullToEmptySet
nullToEmptySet() - Static method in class com.landawn.abacus.util.Fn
 
NUM - Static variable in interface com.landawn.abacus.util.function.ToDoubleFunction
Deprecated.
replaced with FROM_NUM.
NUM - Static variable in interface com.landawn.abacus.util.function.ToFloatFunction
Deprecated.
replaced with FROM_NUM.
NUM - Static variable in interface com.landawn.abacus.util.function.ToIntFunction
Deprecated.
replaced with FROM_NUM.
NUM - Static variable in interface com.landawn.abacus.util.function.ToLongFunction
Deprecated.
replaced with FROM_NUM.
Numbers - Class in com.landawn.abacus.util
Note: A lot of codes in this classed are copied from Google Guava, Apache Commons Math and Apache Commons Lang under under the Apache License, Version 2.0.
numerator() - Method in class com.landawn.abacus.util.Fraction
 
numToDouble() - Static method in class com.landawn.abacus.util.Fn
Num to double.
numToInt() - Static method in class com.landawn.abacus.util.Fn
Num to int.
numToLong() - Static method in class com.landawn.abacus.util.Fn
Num to long.

O

ObjDoubleConsumer<T> - Interface in com.landawn.abacus.util.function
OBJECT_ARRAY_COMPARATOR - Static variable in class com.landawn.abacus.util.Comparators
 
OBJECT_LIST - Static variable in class com.landawn.abacus.util.Clazz
 
OBJECT_SET - Static variable in class com.landawn.abacus.util.Clazz
 
ObjectNotFoundException - Exception in com.landawn.abacus.exception
 
ObjectNotFoundException() - Constructor for exception com.landawn.abacus.exception.ObjectNotFoundException
Constructor for EntityNotFoundException.
ObjectNotFoundException(String) - Constructor for exception com.landawn.abacus.exception.ObjectNotFoundException
Constructor for EntityNotFoundException.
ObjectNotFoundException(String, Throwable) - Constructor for exception com.landawn.abacus.exception.ObjectNotFoundException
Constructor for EntityNotFoundException.
ObjectNotFoundException(Throwable) - Constructor for exception com.landawn.abacus.exception.ObjectNotFoundException
Constructor for EntityNotFoundException.
Objectory - Class in com.landawn.abacus.util
 
Objectory() - Constructor for class com.landawn.abacus.util.Objectory
 
ObjectPool<E extends Poolable> - Interface in com.landawn.abacus.pool
 
ObjectPool<K,V> - Class in com.landawn.abacus.util
It's is a multiple-thread safety map with fixed size.
ObjectPool(int) - Constructor for class com.landawn.abacus.util.ObjectPool
 
ObjectPool.MemoryMeasure<E> - Interface in com.landawn.abacus.pool
The Interface MemoryMeasure.
ObjIntConsumer<T> - Interface in com.landawn.abacus.util.function
ObjIterator<T> - Class in com.landawn.abacus.util
 
ObjIterator() - Constructor for class com.landawn.abacus.util.ObjIterator
 
ObjLongConsumer<T> - Interface in com.landawn.abacus.util.function
observe(Consumer<? super T>) - Method in class com.landawn.abacus.util.Observer
 
observe(Consumer<? super T>, Consumer<? super Exception>) - Method in class com.landawn.abacus.util.Observer
 
observe(Consumer<? super T>, Consumer<? super Exception>, Runnable) - Method in class com.landawn.abacus.util.Observer
 
Observer<T> - Class in com.landawn.abacus.util
 
occurrencesOf(Object) - Method in class com.landawn.abacus.util.Multiset
 
occurrencesOf(boolean[], boolean) - Static method in class com.landawn.abacus.util.N
 
occurrencesOf(char[], char) - Static method in class com.landawn.abacus.util.N
 
occurrencesOf(byte[], byte) - Static method in class com.landawn.abacus.util.N
 
occurrencesOf(short[], short) - Static method in class com.landawn.abacus.util.N
 
occurrencesOf(int[], int) - Static method in class com.landawn.abacus.util.N
 
occurrencesOf(long[], long) - Static method in class com.landawn.abacus.util.N
 
occurrencesOf(float[], float) - Static method in class com.landawn.abacus.util.N
 
occurrencesOf(double[], double) - Static method in class com.landawn.abacus.util.N
 
occurrencesOf(Object[], Object) - Static method in class com.landawn.abacus.util.N
 
occurrencesOf(Collection<?>, Object) - Static method in class com.landawn.abacus.util.N
 
occurrencesOf(Iterator<?>, Object) - Static method in class com.landawn.abacus.util.N
 
occurrencesOf(String, String) - Static method in class com.landawn.abacus.util.N
 
occurrencesOf(String, String) - Static method in class com.landawn.abacus.util.StringUtil
 
of(String) - Static method in class com.landawn.abacus.condition.Expression
 
of(String) - Static method in class com.landawn.abacus.condition.NamedProperty
 
of(Map<String, ?>) - Static method in class com.landawn.abacus.http.HttpHeaders
 
of(Feature...) - Static method in class com.landawn.abacus.parser.Fj.DeserializeConfig.FDC
 
of(SerializeFilter...) - Static method in class com.landawn.abacus.parser.Fj.SerializeConfig.FSC
 
of(SerializerFeature...) - Static method in class com.landawn.abacus.parser.Fj.SerializeConfig.FSC
 
of(Class<?>) - Static method in class com.landawn.abacus.parser.JSONDeserializationConfig.JDC
Deprecated. 
of(Class<?>, Class<?>) - Static method in class com.landawn.abacus.parser.JSONDeserializationConfig.JDC
Deprecated. 
of(boolean, Map<Class<?>, Collection<String>>) - Static method in class com.landawn.abacus.parser.JSONDeserializationConfig.JDC
Deprecated. 
of(Class<?>, boolean, Map<Class<?>, Collection<String>>) - Static method in class com.landawn.abacus.parser.JSONDeserializationConfig.JDC
Deprecated. 
of(Class<?>, Class<?>, boolean, Map<Class<?>, Collection<String>>) - Static method in class com.landawn.abacus.parser.JSONDeserializationConfig.JDC
Deprecated. 
of(Class<?>, Class<?>, Class<?>, boolean, Map<Class<?>, Collection<String>>) - Static method in class com.landawn.abacus.parser.JSONDeserializationConfig.JDC
Deprecated. 
of(boolean, boolean) - Static method in class com.landawn.abacus.parser.JSONSerializationConfig.JSC
Deprecated. 
of(DateTimeFormat) - Static method in class com.landawn.abacus.parser.JSONSerializationConfig.JSC
Deprecated. 
of(Exclusion, Map<Class<?>, Collection<String>>) - Static method in class com.landawn.abacus.parser.JSONSerializationConfig.JSC
Deprecated. 
of(boolean, boolean, DateTimeFormat, Exclusion, Map<Class<?>, Collection<String>>) - Static method in class com.landawn.abacus.parser.JSONSerializationConfig.JSC
Deprecated. 
of(boolean) - Static method in class com.landawn.abacus.parser.KryoSerializationConfig.KSC
Deprecated. 
of(Exclusion, Map<Class<?>, Collection<String>>) - Static method in class com.landawn.abacus.parser.KryoSerializationConfig.KSC
Deprecated. 
of(boolean, Exclusion, Map<Class<?>, Collection<String>>) - Static method in class com.landawn.abacus.parser.KryoSerializationConfig.KSC
Deprecated. 
of(Class<?>) - Static method in class com.landawn.abacus.parser.XMLDeserializationConfig.XDC
Deprecated. 
of(Class<?>, Class<?>) - Static method in class com.landawn.abacus.parser.XMLDeserializationConfig.XDC
Deprecated. 
of(boolean, Map<Class<?>, Collection<String>>) - Static method in class com.landawn.abacus.parser.XMLDeserializationConfig.XDC
Deprecated. 
of(Class<?>, boolean, Map<Class<?>, Collection<String>>) - Static method in class com.landawn.abacus.parser.XMLDeserializationConfig.XDC
Deprecated. 
of(Class<?>, Class<?>, boolean, Map<Class<?>, Collection<String>>) - Static method in class com.landawn.abacus.parser.XMLDeserializationConfig.XDC
Deprecated. 
of(Class<?>, Class<?>, Class<?>, boolean, Map<Class<?>, Collection<String>>) - Static method in class com.landawn.abacus.parser.XMLDeserializationConfig.XDC
Deprecated. 
of(boolean, boolean) - Static method in class com.landawn.abacus.parser.XMLSerializationConfig.XSC
Deprecated. 
of(DateTimeFormat) - Static method in class com.landawn.abacus.parser.XMLSerializationConfig.XSC
Deprecated. 
of(Exclusion, Map<Class<?>, Collection<String>>) - Static method in class com.landawn.abacus.parser.XMLSerializationConfig.XSC
Deprecated. 
of(boolean, boolean, DateTimeFormat, Exclusion, Map<Class<?>, Collection<String>>) - Static method in class com.landawn.abacus.parser.XMLSerializationConfig.XSC
Deprecated. 
of(T) - Static method in class com.landawn.abacus.pool.PoolableWrapper
Wrap the the source object with Long.MAX_VALUE liveTime and Long.MAX_VALUE maxIdleTime.
of(T, long, long) - Static method in class com.landawn.abacus.pool.PoolableWrapper
Wrap the the source object with specified liveTime and maxIdleTime.
of(boolean...) - Static method in class com.landawn.abacus.util.Array
Returns the input array.
of(char...) - Static method in class com.landawn.abacus.util.Array
Returns the input array.
of(byte...) - Static method in class com.landawn.abacus.util.Array
Returns the input array.
of(short...) - Static method in class com.landawn.abacus.util.Array
Returns the input array.
of(int...) - Static method in class com.landawn.abacus.util.Array
Returns the input array.
of(long...) - Static method in class com.landawn.abacus.util.Array
Returns the input array.
of(float...) - Static method in class com.landawn.abacus.util.Array
Returns the input array.
of(double...) - Static method in class com.landawn.abacus.util.Array
Returns the input array.
of(String...) - Static method in class com.landawn.abacus.util.Array
Returns the input array.
of(T...) - Static method in class com.landawn.abacus.util.Array
Returns the input array.
of(T...) - Static method in class com.landawn.abacus.util.Array
Returns the input array.
oF(T...) - Static method in class com.landawn.abacus.util.Array
Deprecated.
please use N.asArray(Object...).
of(Map<K, V>) - Static method in class com.landawn.abacus.util.BiIterator
 
of(Iterator<Map.Entry<K, V>>) - Static method in class com.landawn.abacus.util.BiIterator
 
of(K, V) - Static method in class com.landawn.abacus.util.BiMap
 
of(K, V, K, V) - Static method in class com.landawn.abacus.util.BiMap
 
of(K, V, K, V, K, V) - Static method in class com.landawn.abacus.util.BiMap
 
of(K, V, K, V, K, V, K, V) - Static method in class com.landawn.abacus.util.BiMap
 
of(K, V, K, V, K, V, K, V, K, V) - Static method in class com.landawn.abacus.util.BiMap
 
of(K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class com.landawn.abacus.util.BiMap
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class com.landawn.abacus.util.BiMap
 
of(Class<? super T>) - Static method in class com.landawn.abacus.util.Clazz
 
of(Map<? extends K1, ? extends V1>, Map<? extends K2, ? extends V2>) - Static method in class com.landawn.abacus.util.Difference.MapDifference
 
of(Object, Object) - Static method in class com.landawn.abacus.util.Difference.MapDifference
 
of(T1[], T2[]) - Static method in class com.landawn.abacus.util.Difference
 
of(Collection<? extends T1>, Collection<? extends T2>) - Static method in class com.landawn.abacus.util.Difference
 
of(T...) - Static method in class com.landawn.abacus.util.Enumerations
 
of(Collection<? extends T>) - Static method in class com.landawn.abacus.util.Enumerations
 
of(T...) - Static method in class com.landawn.abacus.util.ExceptionalStream
 
of(Collection<? extends T>) - Static method in class com.landawn.abacus.util.ExceptionalStream
 
of(Iterator<? extends T>) - Static method in class com.landawn.abacus.util.ExceptionalStream
 
of(Iterable<? extends T>) - Static method in class com.landawn.abacus.util.ExceptionalStream
 
of(Map<K, V>) - Static method in class com.landawn.abacus.util.ExceptionalStream
 
of(Collection<? extends T>, Class<E>) - Static method in class com.landawn.abacus.util.ExceptionalStream
 
of(Iterator<? extends T>, Class<E>) - Static method in class com.landawn.abacus.util.ExceptionalStream
 
of(Iterable<? extends T>, Class<E>) - Static method in class com.landawn.abacus.util.ExceptionalStream
 
of(Map<K, V>, Class<E>) - Static method in class com.landawn.abacus.util.ExceptionalStream
 
of(int[]) - Static method in class com.landawn.abacus.util.ExceptionalStream
 
of(long[]) - Static method in class com.landawn.abacus.util.ExceptionalStream
 
of(double[]) - Static method in class com.landawn.abacus.util.ExceptionalStream
 
of(u.Optional<T>) - Static method in class com.landawn.abacus.util.ExceptionalStream
 
of(Throwables.Supplier<Collection<? extends T>, ? extends E>) - Static method in class com.landawn.abacus.util.ExceptionalStream
Lazy evaluation.
of(T...) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
 
of(Collection<? extends T>) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
 
of(Iterator<? extends T>) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
 
of(Iterable<? extends T>) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
 
of(Map<K, V>) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
 
of(int[]) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
 
of(long[]) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
 
of(double[]) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
 
of(u.Optional<T>) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
 
of(Throwables.Supplier<Collection<? extends T>, RuntimeException>) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
 
of(int, int) - Static method in class com.landawn.abacus.util.Fraction
 
of(int, int, boolean) - Static method in class com.landawn.abacus.util.Fraction
Creates a Fraction instance with the 2 parts of a fraction Y/Z.
of(int, int, int) - Static method in class com.landawn.abacus.util.Fraction
 
of(int, int, int, boolean) - Static method in class com.landawn.abacus.util.Fraction
Creates a Fraction instance with the 3 parts of a fraction X Y/Z.
of(double) - Static method in class com.landawn.abacus.util.Fraction
Creates a Fraction instance from a double value.
of(String) - Static method in class com.landawn.abacus.util.Fraction
Creates a Fraction from a String.
of(T[]) - Static method in class com.landawn.abacus.util.ImmutableArray
 
of(K, V) - Static method in class com.landawn.abacus.util.ImmutableBiMap
 
of(K, V, K, V) - Static method in class com.landawn.abacus.util.ImmutableBiMap
 
of(K, V, K, V, K, V) - Static method in class com.landawn.abacus.util.ImmutableBiMap
 
of(K, V, K, V, K, V, K, V) - Static method in class com.landawn.abacus.util.ImmutableBiMap
 
of(K, V, K, V, K, V, K, V, K, V) - Static method in class com.landawn.abacus.util.ImmutableBiMap
 
of(K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class com.landawn.abacus.util.ImmutableBiMap
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class com.landawn.abacus.util.ImmutableBiMap
 
of(BiMap<? extends K, ? extends V>) - Static method in class com.landawn.abacus.util.ImmutableBiMap
 
of(Map<? extends K, ? extends V>) - Static method in class com.landawn.abacus.util.ImmutableBiMap
Deprecated.
throws UnsupportedOperationException
of(Collection<? extends E>) - Static method in class com.landawn.abacus.util.ImmutableCollection
 
of(K, V) - Static method in class com.landawn.abacus.util.ImmutableEntry
 
of(E) - Static method in class com.landawn.abacus.util.ImmutableList
 
of(E...) - Static method in class com.landawn.abacus.util.ImmutableList
 
of(List<? extends E>) - Static method in class com.landawn.abacus.util.ImmutableList
 
of(Collection<? extends E>) - Static method in class com.landawn.abacus.util.ImmutableList
Deprecated.
throws UnsupportedOperationException
of(K, V) - Static method in class com.landawn.abacus.util.ImmutableMap
 
of(K, V, K, V) - Static method in class com.landawn.abacus.util.ImmutableMap
 
of(K, V, K, V, K, V) - Static method in class com.landawn.abacus.util.ImmutableMap
 
of(K, V, K, V, K, V, K, V) - Static method in class com.landawn.abacus.util.ImmutableMap
 
of(K, V, K, V, K, V, K, V, K, V) - Static method in class com.landawn.abacus.util.ImmutableMap
 
of(K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class com.landawn.abacus.util.ImmutableMap
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class com.landawn.abacus.util.ImmutableMap
 
of(Map<? extends K, ? extends V>) - Static method in class com.landawn.abacus.util.ImmutableMap
 
of(K, V) - Static method in class com.landawn.abacus.util.ImmutableNavigableMap
 
of(K, V, K, V) - Static method in class com.landawn.abacus.util.ImmutableNavigableMap
 
of(K, V, K, V, K, V) - Static method in class com.landawn.abacus.util.ImmutableNavigableMap
 
of(K, V, K, V, K, V, K, V) - Static method in class com.landawn.abacus.util.ImmutableNavigableMap
 
of(K, V, K, V, K, V, K, V, K, V) - Static method in class com.landawn.abacus.util.ImmutableNavigableMap
 
of(K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class com.landawn.abacus.util.ImmutableNavigableMap
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class com.landawn.abacus.util.ImmutableNavigableMap
 
of(NavigableMap<? extends K, ? extends V>) - Static method in class com.landawn.abacus.util.ImmutableNavigableMap
 
of(SortedMap<? extends K, ? extends V>) - Static method in class com.landawn.abacus.util.ImmutableNavigableMap
Deprecated.
throws UnsupportedOperationException
of(E...) - Static method in class com.landawn.abacus.util.ImmutableNavigableSet
 
of(NavigableSet<? extends E>) - Static method in class com.landawn.abacus.util.ImmutableNavigableSet
 
of(SortedSet<? extends E>) - Static method in class com.landawn.abacus.util.ImmutableNavigableSet
Deprecated.
throws UnsupportedOperationException
of(E) - Static method in class com.landawn.abacus.util.ImmutableSet
 
of(E...) - Static method in class com.landawn.abacus.util.ImmutableSet
 
of(Set<? extends E>) - Static method in class com.landawn.abacus.util.ImmutableSet
 
of(Collection<? extends E>) - Static method in class com.landawn.abacus.util.ImmutableSet
Deprecated.
throws UnsupportedOperationException
of(K, V) - Static method in class com.landawn.abacus.util.ImmutableSortedMap
 
of(K, V, K, V) - Static method in class com.landawn.abacus.util.ImmutableSortedMap
 
of(K, V, K, V, K, V) - Static method in class com.landawn.abacus.util.ImmutableSortedMap
 
of(K, V, K, V, K, V, K, V) - Static method in class com.landawn.abacus.util.ImmutableSortedMap
 
of(K, V, K, V, K, V, K, V, K, V) - Static method in class com.landawn.abacus.util.ImmutableSortedMap
 
of(K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class com.landawn.abacus.util.ImmutableSortedMap
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class com.landawn.abacus.util.ImmutableSortedMap
 
of(SortedMap<? extends K, ? extends V>) - Static method in class com.landawn.abacus.util.ImmutableSortedMap
 
of(Map<? extends K, ? extends V>) - Static method in class com.landawn.abacus.util.ImmutableSortedMap
Deprecated.
throws UnsupportedOperationException
of(E...) - Static method in class com.landawn.abacus.util.ImmutableSortedSet
 
of(SortedSet<? extends E>) - Static method in class com.landawn.abacus.util.ImmutableSortedSet
 
of(Set<? extends E>) - Static method in class com.landawn.abacus.util.ImmutableSortedSet
Deprecated.
throws UnsupportedOperationException
of(boolean[], boolean) - Static method in class com.landawn.abacus.util.Index
 
of(boolean[], int, boolean) - Static method in class com.landawn.abacus.util.Index
 
of(char[], char) - Static method in class com.landawn.abacus.util.Index
 
of(char[], int, char) - Static method in class com.landawn.abacus.util.Index
 
of(byte[], byte) - Static method in class com.landawn.abacus.util.Index
 
of(byte[], int, byte) - Static method in class com.landawn.abacus.util.Index
 
of(short[], short) - Static method in class com.landawn.abacus.util.Index
 
of(short[], int, short) - Static method in class com.landawn.abacus.util.Index
 
of(int[], int) - Static method in class com.landawn.abacus.util.Index
 
of(int[], int, int) - Static method in class com.landawn.abacus.util.Index
 
of(long[], long) - Static method in class com.landawn.abacus.util.Index
 
of(long[], int, long) - Static method in class com.landawn.abacus.util.Index
 
of(float[], float) - Static method in class com.landawn.abacus.util.Index
 
of(float[], int, float) - Static method in class com.landawn.abacus.util.Index
 
of(double[], double) - Static method in class com.landawn.abacus.util.Index
 
of(double[], int, double) - Static method in class com.landawn.abacus.util.Index
 
of(double[], double, double) - Static method in class com.landawn.abacus.util.Index
 
of(double[], int, double, double) - Static method in class com.landawn.abacus.util.Index
 
of(Object[], Object) - Static method in class com.landawn.abacus.util.Index
 
of(Object[], int, Object) - Static method in class com.landawn.abacus.util.Index
 
of(Collection<?>, Object) - Static method in class com.landawn.abacus.util.Index
 
of(Collection<?>, int, Object) - Static method in class com.landawn.abacus.util.Index
 
of(Iterator<?>, Object) - Static method in class com.landawn.abacus.util.Index
 
of(Iterator<?>, int, Object) - Static method in class com.landawn.abacus.util.Index
 
of(String, int) - Static method in class com.landawn.abacus.util.Index
 
of(String, int, int) - Static method in class com.landawn.abacus.util.Index
 
of(String, String) - Static method in class com.landawn.abacus.util.Index
 
of(String, int, String) - Static method in class com.landawn.abacus.util.Index
 
of(T, int) - Static method in class com.landawn.abacus.util.Indexed
 
of(T, long) - Static method in class com.landawn.abacus.util.Indexed
 
of(double...) - Static method in class com.landawn.abacus.util.KahanSummation
 
of(K, T) - Static method in class com.landawn.abacus.util.Keyed
 
of(Supplier<T>) - Static method in class com.landawn.abacus.util.LazyInitializer
 
of(File) - Static method in class com.landawn.abacus.util.LineIterator
Returns an Iterator for the lines in a File using the default encoding for the VM.
of(File, Charset) - Static method in class com.landawn.abacus.util.LineIterator
Returns an Iterator for the lines in a File.
of(InputStream) - Static method in class com.landawn.abacus.util.LineIterator
 
of(InputStream, Charset) - Static method in class com.landawn.abacus.util.LineIterator
Returns an Iterator for the lines in an InputStream, using the character encoding specified (or default encoding if null).
of(Reader) - Static method in class com.landawn.abacus.util.LineIterator
 
of(K, E) - Static method in class com.landawn.abacus.util.ListMultimap
 
of(K, E, K, E) - Static method in class com.landawn.abacus.util.ListMultimap
 
of(K, E, K, E, K, E) - Static method in class com.landawn.abacus.util.ListMultimap
 
of(K, E, K, E, K, E, K, E) - Static method in class com.landawn.abacus.util.ListMultimap
 
of(K, E, K, E, K, E, K, E, K, E) - Static method in class com.landawn.abacus.util.ListMultimap
 
of(K, E, K, E, K, E, K, E, K, E, K, E) - Static method in class com.landawn.abacus.util.ListMultimap
 
of(K, E, K, E, K, E, K, E, K, E, K, E, K, E) - Static method in class com.landawn.abacus.util.ListMultimap
 
of(T...) - Static method in class com.landawn.abacus.util.Multiset
 
of(boolean) - Static method in class com.landawn.abacus.util.MutableBoolean
 
of(byte) - Static method in class com.landawn.abacus.util.MutableByte
 
of(char) - Static method in class com.landawn.abacus.util.MutableChar
 
of(double) - Static method in class com.landawn.abacus.util.MutableDouble
 
of(float) - Static method in class com.landawn.abacus.util.MutableFloat
 
of(int) - Static method in class com.landawn.abacus.util.MutableInt
 
of(long) - Static method in class com.landawn.abacus.util.MutableLong
 
of(short) - Static method in class com.landawn.abacus.util.MutableShort
 
of(T...) - Static method in class com.landawn.abacus.util.ObjIterator
 
of(T[], int, int) - Static method in class com.landawn.abacus.util.ObjIterator
 
of(Iterator<? extends T>) - Static method in class com.landawn.abacus.util.ObjIterator
 
of(Collection<? extends T>) - Static method in class com.landawn.abacus.util.ObjIterator
 
of(Iterable<? extends T>) - Static method in class com.landawn.abacus.util.ObjIterator
 
of(BlockingQueue<T>) - Static method in class com.landawn.abacus.util.Observer
 
of(Collection<T>) - Static method in class com.landawn.abacus.util.Observer
 
of(Iterator<T>) - Static method in class com.landawn.abacus.util.Observer
 
of(L, R) - Static method in class com.landawn.abacus.util.Pair
 
of(T, E) - Static method in class com.landawn.abacus.util.Result
 
of(int, long, Predicate<? super Exception>) - Static method in class com.landawn.abacus.util.Retry
 
of(int, long, BiPredicate<? super R, ? super Exception>) - Static method in class com.landawn.abacus.util.Retry
 
of(int, long, Predicate<? super RuntimeException>) - Static method in class com.landawn.abacus.util.Retry.RetryR
 
of(int, long, BiPredicate<? super R, ? super RuntimeException>) - Static method in class com.landawn.abacus.util.Retry.RetryR
 
of(K, E) - Static method in class com.landawn.abacus.util.SetMultimap
 
of(K, E, K, E) - Static method in class com.landawn.abacus.util.SetMultimap
 
of(K, E, K, E, K, E) - Static method in class com.landawn.abacus.util.SetMultimap
 
of(K, E, K, E, K, E, K, E) - Static method in class com.landawn.abacus.util.SetMultimap
 
of(K, E, K, E, K, E, K, E, K, E) - Static method in class com.landawn.abacus.util.SetMultimap
 
of(K, E, K, E, K, E, K, E, K, E, K, E) - Static method in class com.landawn.abacus.util.SetMultimap
 
of(K, E, K, E, K, E, K, E, K, E, K, E, K, E) - Static method in class com.landawn.abacus.util.SetMultimap
 
of(Throwables.Supplier<T, E>) - Static method in class com.landawn.abacus.util.Throwables.LazyInitializer
 
of(T) - Static method in class com.landawn.abacus.util.Timed
 
of(T, long) - Static method in class com.landawn.abacus.util.Timed
 
of(L, M, R) - Static method in class com.landawn.abacus.util.Triple
 
of(T1) - Static method in class com.landawn.abacus.util.Tuple
 
of(T1, T2) - Static method in class com.landawn.abacus.util.Tuple
 
of(T1, T2, T3) - Static method in class com.landawn.abacus.util.Tuple
 
of(T1, T2, T3, T4) - Static method in class com.landawn.abacus.util.Tuple
 
of(T1, T2, T3, T4, T5) - Static method in class com.landawn.abacus.util.Tuple
 
of(T1, T2, T3, T4, T5, T6) - Static method in class com.landawn.abacus.util.Tuple
 
of(T1, T2, T3, T4, T5, T6, T7) - Static method in class com.landawn.abacus.util.Tuple
 
of(T1, T2, T3, T4, T5, T6, T7, T8) - Static method in class com.landawn.abacus.util.Tuple
Deprecated.
you should consider using class SomeClass { final T1 propName1, final T2 propName2...}
of(T1, T2, T3, T4, T5, T6, T7, T8, T9) - Static method in class com.landawn.abacus.util.Tuple
Deprecated.
you should consider using class SomeClass { final T1 propName1, final T2 propName2...}
of(T) - Static method in class com.landawn.abacus.util.u.Holder
 
of(String) - Static method in class com.landawn.abacus.util.u.Nullable
 
of(T) - Static method in class com.landawn.abacus.util.u.Nullable
 
of(String) - Static method in class com.landawn.abacus.util.u.Optional
 
of(T) - Static method in class com.landawn.abacus.util.u.Optional
 
of(boolean) - Static method in class com.landawn.abacus.util.u.OptionalBoolean
 
of(byte) - Static method in class com.landawn.abacus.util.u.OptionalByte
 
of(char) - Static method in class com.landawn.abacus.util.u.OptionalChar
 
of(double) - Static method in class com.landawn.abacus.util.u.OptionalDouble
 
of(float) - Static method in class com.landawn.abacus.util.u.OptionalFloat
 
of(int) - Static method in class com.landawn.abacus.util.u.OptionalInt
 
of(long) - Static method in class com.landawn.abacus.util.u.OptionalLong
 
of(short) - Static method in class com.landawn.abacus.util.u.OptionalShort
 
of(T) - Static method in class com.landawn.abacus.util.u.R
 
of(T) - Static method in class com.landawn.abacus.util.Wrapper
 
of(T, ToIntFunction<? super T>, BiPredicate<? super T, ? super T>) - Static method in class com.landawn.abacus.util.Wrapper
 
of(T, ToIntFunction<? super T>, BiPredicate<? super T, ? super T>, Function<? super T, String>) - Static method in class com.landawn.abacus.util.Wrapper
 
ofAdd() - Static method in class com.landawn.abacus.util.Fn.BiConsumers
 
ofAdd() - Static method in class com.landawn.abacus.util.Fn.BiFunctions
 
ofAddAll() - Static method in class com.landawn.abacus.util.Fn.BiConsumers
Of add all.
ofAddAll() - Static method in class com.landawn.abacus.util.Fn.BiFunctions
Of add all.
ofAddAll() - Static method in class com.landawn.abacus.util.Fn.BinaryOperators
Deprecated.
replaced by #ofAddAllToFirst()
ofAddAllToBigger() - Static method in class com.landawn.abacus.util.Fn.BinaryOperators
Of add all to bigger.
ofAddAllToFirst() - Static method in class com.landawn.abacus.util.Fn.BinaryOperators
Of add all to first.
ofAddBigDecimal() - Static method in class com.landawn.abacus.util.Fn.BinaryOperators
Of add big decimal.
ofAddBigInteger() - Static method in class com.landawn.abacus.util.Fn.BinaryOperators
Of add big integer.
ofAddDouble() - Static method in class com.landawn.abacus.util.Fn.BinaryOperators
Of add double.
ofAddInt() - Static method in class com.landawn.abacus.util.Fn.BinaryOperators
Of add int.
ofAddLong() - Static method in class com.landawn.abacus.util.Fn.BinaryOperators
Of add long.
ofAppend() - Static method in class com.landawn.abacus.util.Fn.BiConsumers
 
ofAppend() - Static method in class com.landawn.abacus.util.Fn.BiFunctions
 
ofAppend() - Static method in class com.landawn.abacus.util.Fn.BinaryOperators
Deprecated.
replaced by #ofAppendToFirst()
ofAppendToBigger() - Static method in class com.landawn.abacus.util.Fn.BinaryOperators
Of append to bigger.
ofAppendToFirst() - Static method in class com.landawn.abacus.util.Fn.BinaryOperators
Of append to first.
ofArrayDeque() - Static method in class com.landawn.abacus.util.Clazz
Of array deque.
ofArrayDeque(Class<T>) - Static method in class com.landawn.abacus.util.Clazz
Of array deque.
ofArrayDeque() - Static method in class com.landawn.abacus.util.Fn.Factory
Of array deque.
ofArrayDeque() - Static method in class com.landawn.abacus.util.Fn.Suppliers
Of array deque.
ofBiMap() - Static method in class com.landawn.abacus.util.Clazz
Of bi map.
ofBiMap(Class<K>, Class<V>) - Static method in class com.landawn.abacus.util.Clazz
Of bi map.
ofBiMap() - Static method in class com.landawn.abacus.util.Fn.Factory
Of bi map.
ofBiMap() - Static method in class com.landawn.abacus.util.Fn.Suppliers
 
ofBooleanArray() - Static method in class com.landawn.abacus.util.Fn.Factory
Of boolean array.
ofByteArray() - Static method in class com.landawn.abacus.util.Fn.Factory
Of byte array.
ofCharArray() - Static method in class com.landawn.abacus.util.Fn.Factory
Of char array.
ofCollection() - Static method in class com.landawn.abacus.util.Clazz
 
ofCollection(Class<T>) - Static method in class com.landawn.abacus.util.Clazz
 
ofConcat() - Static method in class com.landawn.abacus.util.Fn.BinaryOperators
 
ofConcurrentHashMap() - Static method in class com.landawn.abacus.util.Clazz
Of concurrent hash map.
ofConcurrentHashMap(Class<K>, Class<V>) - Static method in class com.landawn.abacus.util.Clazz
Of concurrent hash map.
ofConcurrentHashMap() - Static method in class com.landawn.abacus.util.Fn.Factory
Of concurrent hash map.
ofConcurrentHashMap() - Static method in class com.landawn.abacus.util.Fn.Suppliers
 
ofConcurrentLinkedQueue() - Static method in class com.landawn.abacus.util.Clazz
Of concurrent linked queue.
ofConcurrentLinkedQueue(Class<T>) - Static method in class com.landawn.abacus.util.Clazz
Of concurrent linked queue.
ofConcurrentLinkedQueue() - Static method in class com.landawn.abacus.util.Fn.Factory
Of concurrent linked queue.
ofConcurrentLinkedQueue() - Static method in class com.landawn.abacus.util.Fn.Suppliers
Of concurrent linked queue.
ofConcurrentMap() - Static method in class com.landawn.abacus.util.Clazz
Of concurrent map.
ofConcurrentMap(Class<K>, Class<V>) - Static method in class com.landawn.abacus.util.Clazz
Of concurrent map.
ofConcurrentMap() - Static method in class com.landawn.abacus.util.Fn.Factory
Of concurrent map.
ofConcurrentMap() - Static method in class com.landawn.abacus.util.Fn.Suppliers
Of concurrent map.
ofDays(long) - Static method in class com.landawn.abacus.util.Duration
 
ofDeque() - Static method in class com.landawn.abacus.util.Clazz
 
ofDeque(Class<T>) - Static method in class com.landawn.abacus.util.Clazz
 
ofDeque() - Static method in class com.landawn.abacus.util.Fn.Factory
 
ofDeque() - Static method in class com.landawn.abacus.util.Fn.Suppliers
 
ofDoubleArray() - Static method in class com.landawn.abacus.util.Fn.Factory
Of double array.
ofEmptyBooleanArray() - Static method in class com.landawn.abacus.util.Fn.Suppliers
Of empty boolean array.
ofEmptyByteArray() - Static method in class com.landawn.abacus.util.Fn.Suppliers
Of empty byte array.
ofEmptyCharArray() - Static method in class com.landawn.abacus.util.Fn.Suppliers
Of empty char array.
ofEmptyDoubleArray() - Static method in class com.landawn.abacus.util.Fn.Suppliers
Of empty double array.
ofEmptyFloatArray() - Static method in class com.landawn.abacus.util.Fn.Suppliers
Of empty float array.
ofEmptyIntArray() - Static method in class com.landawn.abacus.util.Fn.Suppliers
Of empty int array.
ofEmptyLongArray() - Static method in class com.landawn.abacus.util.Fn.Suppliers
Of empty long array.
ofEmptyObjectArray() - Static method in class com.landawn.abacus.util.Fn.Suppliers
Of empty object array.
ofEmptyShortArray() - Static method in class com.landawn.abacus.util.Fn.Suppliers
Of empty short array.
ofEmptyStringArray() - Static method in class com.landawn.abacus.util.Fn.Suppliers
Of empty string array.
ofFloatArray() - Static method in class com.landawn.abacus.util.Fn.Factory
Of float array.
offset(int) - Method in class com.landawn.abacus.util.SQLBuilder
 
OFFSET - Static variable in class com.landawn.abacus.util.WD
Field OFFSET.
ofGUID() - Static method in class com.landawn.abacus.util.Fn.Suppliers
 
ofHours(long) - Static method in class com.landawn.abacus.util.Duration
 
ofIdentityHashMap() - Static method in class com.landawn.abacus.util.Fn.Factory
Of identity hash map.
ofIdentityHashMap() - Static method in class com.landawn.abacus.util.Fn.Suppliers
Of identity hash map.
ofImmutableList() - Static method in class com.landawn.abacus.util.Fn.Factory
Deprecated.
ofImmutableList() - Static method in class com.landawn.abacus.util.Fn.Suppliers
Deprecated.
ofImmutableMap() - Static method in class com.landawn.abacus.util.Fn.Factory
Deprecated.
ofImmutableMap() - Static method in class com.landawn.abacus.util.Fn.Suppliers
Deprecated.
ofImmutableSet() - Static method in class com.landawn.abacus.util.Fn.Factory
Deprecated.
ofImmutableSet() - Static method in class com.landawn.abacus.util.Fn.Suppliers
Deprecated.
ofInstance(T) - Static method in class com.landawn.abacus.util.Fn.Suppliers
Returns a supplier that always supplies instance.
ofIntArray() - Static method in class com.landawn.abacus.util.Fn.Factory
Of int array.
ofKeys(Map<K, ?>) - Static method in class com.landawn.abacus.util.ExceptionalStream
 
ofKeys(Map<K, V>, Throwables.Predicate<? super V, E>) - Static method in class com.landawn.abacus.util.ExceptionalStream
 
ofKeys(Map<K, V>, Throwables.BiPredicate<? super K, ? super V, E>) - Static method in class com.landawn.abacus.util.ExceptionalStream
 
ofKeys(Map<K, ?>) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
 
ofKeys(Map<K, V>, Throwables.Predicate<? super V, RuntimeException>) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
 
ofKeys(Map<K, V>, Throwables.BiPredicate<? super K, ? super V, RuntimeException>) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
 
ofLinkedBlockingQueue() - Static method in class com.landawn.abacus.util.Clazz
Of linked blocking queue.
ofLinkedBlockingQueue(Class<T>) - Static method in class com.landawn.abacus.util.Clazz
Of linked blocking queue.
ofLinkedBlockingQueue() - Static method in class com.landawn.abacus.util.Fn.Factory
Of linked blocking queue.
ofLinkedBlockingQueue() - Static method in class com.landawn.abacus.util.Fn.Suppliers
Of linked blocking queue.
ofLinkedHashMap() - Static method in class com.landawn.abacus.util.Clazz
Of linked hash map.
ofLinkedHashMap(Class<K>, Class<V>) - Static method in class com.landawn.abacus.util.Clazz
Of linked hash map.
ofLinkedHashMap() - Static method in class com.landawn.abacus.util.Fn.Factory
Of linked hash map.
ofLinkedHashMap() - Static method in class com.landawn.abacus.util.Fn.Suppliers
Of linked hash map.
ofLinkedHashSet() - Static method in class com.landawn.abacus.util.Clazz
Of linked hash set.
ofLinkedHashSet(Class<T>) - Static method in class com.landawn.abacus.util.Clazz
Of linked hash set.
ofLinkedHashSet() - Static method in class com.landawn.abacus.util.Fn.Factory
Of linked hash set.
ofLinkedHashSet() - Static method in class com.landawn.abacus.util.Fn.Suppliers
Of linked hash set.
ofLinkedList() - Static method in class com.landawn.abacus.util.Clazz
Of linked list.
ofLinkedList(Class<T>) - Static method in class com.landawn.abacus.util.Clazz
Of linked list.
ofLinkedList() - Static method in class com.landawn.abacus.util.Fn.Factory
Of linked list.
ofLinkedList() - Static method in class com.landawn.abacus.util.Fn.Suppliers
Of linked list.
ofList() - Static method in class com.landawn.abacus.util.Clazz
 
ofList(Class<T>) - Static method in class com.landawn.abacus.util.Clazz
 
ofList() - Static method in class com.landawn.abacus.util.Fn.Factory
 
ofList() - Static method in class com.landawn.abacus.util.Fn.Suppliers
 
ofListMultimap() - Static method in class com.landawn.abacus.util.Clazz
 
ofListMultimap(Class<K>, Class<E>) - Static method in class com.landawn.abacus.util.Clazz
Of list multimap.
ofListMultimap() - Static method in class com.landawn.abacus.util.Fn.Factory
Of list multimap.
ofListMultimap() - Static method in class com.landawn.abacus.util.Fn.Suppliers
 
ofListMultimap(Class<? extends Map>) - Static method in class com.landawn.abacus.util.Fn.Suppliers
 
ofListMultimap(Class<? extends Map>, Class<? extends List>) - Static method in class com.landawn.abacus.util.Fn.Suppliers
 
ofListMultimap(Supplier<? extends Map<K, List<E>>>, Supplier<? extends List<E>>) - Static method in class com.landawn.abacus.util.Fn.Suppliers
 
ofListOfMap(Class<K>, Class<V>) - Static method in class com.landawn.abacus.util.Clazz
Of list of map.
ofLongArray() - Static method in class com.landawn.abacus.util.Fn.Factory
Of long array.
ofMap() - Static method in class com.landawn.abacus.util.Clazz
 
ofMap(Class<K>, Class<V>) - Static method in class com.landawn.abacus.util.Clazz
 
ofMap() - Static method in class com.landawn.abacus.util.Fn.Factory
 
ofMap() - Static method in class com.landawn.abacus.util.Fn.Suppliers
 
ofMerge() - Static method in class com.landawn.abacus.util.Fn.BiConsumers
 
ofMerge() - Static method in class com.landawn.abacus.util.Fn.BiFunctions
 
ofMerge() - Static method in class com.landawn.abacus.util.Fn.BinaryOperators
Deprecated.
replaced by #ofMergeToFirst.
ofMergeToBigger() - Static method in class com.landawn.abacus.util.Fn.BinaryOperators
Of merge to bigger.
ofMergeToFirst() - Static method in class com.landawn.abacus.util.Fn.BinaryOperators
Of merge to first.
ofMillis(long) - Static method in class com.landawn.abacus.util.Duration
 
ofMinutes(long) - Static method in class com.landawn.abacus.util.Duration
 
ofMultimap(Supplier<? extends Map<K, V>>, Supplier<? extends V>) - Static method in class com.landawn.abacus.util.Fn.Suppliers
 
ofMultiset() - Static method in class com.landawn.abacus.util.Clazz
 
ofMultiset(Class<T>) - Static method in class com.landawn.abacus.util.Clazz
 
ofMultiset() - Static method in class com.landawn.abacus.util.Fn.Factory
 
ofMultiset() - Static method in class com.landawn.abacus.util.Fn.Suppliers
 
ofMultiset(Class<? extends Map>) - Static method in class com.landawn.abacus.util.Fn.Suppliers
 
ofMultiset(Supplier<? extends Map<T, ?>>) - Static method in class com.landawn.abacus.util.Fn.Suppliers
 
ofNavigableMap() - Static method in class com.landawn.abacus.util.Clazz
Of navigable map.
ofNavigableMap(Class<K>, Class<V>) - Static method in class com.landawn.abacus.util.Clazz
Of navigable map.
ofNavigableMap() - Static method in class com.landawn.abacus.util.Fn.Factory
Of navigable map.
ofNavigableMap() - Static method in class com.landawn.abacus.util.Fn.Suppliers
Of navigable map.
ofNavigableSet() - Static method in class com.landawn.abacus.util.Clazz
Of navigable set.
ofNavigableSet(Class<T>) - Static method in class com.landawn.abacus.util.Clazz
Of navigable set.
ofNavigableSet() - Static method in class com.landawn.abacus.util.Fn.Factory
Of navigable set.
ofNavigableSet() - Static method in class com.landawn.abacus.util.Fn.Suppliers
Of navigable set.
ofNullable(T) - Static method in class com.landawn.abacus.util.ExceptionalStream
Returns an empty Stream if the specified t is null.
ofNullable(T) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
 
ofNullable(String) - Static method in class com.landawn.abacus.util.u.Optional
 
ofNullable(T) - Static method in class com.landawn.abacus.util.u.Optional
 
ofNullable(Boolean) - Static method in class com.landawn.abacus.util.u.OptionalBoolean
 
ofNullable(Byte) - Static method in class com.landawn.abacus.util.u.OptionalByte
 
ofNullable(Character) - Static method in class com.landawn.abacus.util.u.OptionalChar
 
ofNullable(Double) - Static method in class com.landawn.abacus.util.u.OptionalDouble
 
ofNullable(Float) - Static method in class com.landawn.abacus.util.u.OptionalFloat
 
ofNullable(Integer) - Static method in class com.landawn.abacus.util.u.OptionalInt
 
ofNullable(Long) - Static method in class com.landawn.abacus.util.u.OptionalLong
 
ofNullable(Short) - Static method in class com.landawn.abacus.util.u.OptionalShort
 
ofObjectArray() - Static method in class com.landawn.abacus.util.Fn.Factory
Of object array.
ofPriorityQueue() - Static method in class com.landawn.abacus.util.Clazz
Of priority queue.
ofPriorityQueue(Class<T>) - Static method in class com.landawn.abacus.util.Clazz
Of priority queue.
ofPriorityQueue() - Static method in class com.landawn.abacus.util.Fn.Factory
Of priority queue.
ofPriorityQueue() - Static method in class com.landawn.abacus.util.Fn.Suppliers
Of priority queue.
ofPut() - Static method in class com.landawn.abacus.util.Fn.BiConsumers
 
ofPut() - Static method in class com.landawn.abacus.util.Fn.BiFunctions
 
ofPutAll() - Static method in class com.landawn.abacus.util.Fn.BiConsumers
Of put all.
ofPutAll() - Static method in class com.landawn.abacus.util.Fn.BiFunctions
Of put all.
ofPutAll() - Static method in class com.landawn.abacus.util.Fn.BinaryOperators
Deprecated.
replaced by #ofPutAllToFirst()
ofPutAllToBigger() - Static method in class com.landawn.abacus.util.Fn.BinaryOperators
Of put all to bigger.
ofPutAllToFirst() - Static method in class com.landawn.abacus.util.Fn.BinaryOperators
Of put all to first.
ofQueue() - Static method in class com.landawn.abacus.util.Clazz
 
ofQueue(Class<T>) - Static method in class com.landawn.abacus.util.Clazz
 
ofQueue() - Static method in class com.landawn.abacus.util.Fn.Factory
 
ofQueue() - Static method in class com.landawn.abacus.util.Fn.Suppliers
 
ofRemove() - Static method in class com.landawn.abacus.util.Fn.BiConsumers
 
ofRemove() - Static method in class com.landawn.abacus.util.Fn.BiFunctions
 
ofRemoveAll() - Static method in class com.landawn.abacus.util.Fn.BiConsumers
Of remove all.
ofRemoveAll() - Static method in class com.landawn.abacus.util.Fn.BiFunctions
Of remove all.
ofRemoveAll() - Static method in class com.landawn.abacus.util.Fn.BinaryOperators
Deprecated.
replaced by #ofRemoveAllFromFirst().
ofRemoveAllFromFirst() - Static method in class com.landawn.abacus.util.Fn.BinaryOperators
Of remove all from first.
ofRemoveByKey() - Static method in class com.landawn.abacus.util.Fn.BiConsumers
Of remove by key.
ofRemoveByKey() - Static method in class com.landawn.abacus.util.Fn.BiFunctions
Of remove by key.
ofSeconds(long) - Static method in class com.landawn.abacus.util.Duration
 
ofSet() - Static method in class com.landawn.abacus.util.Clazz
 
ofSet(Class<T>) - Static method in class com.landawn.abacus.util.Clazz
 
ofSet() - Static method in class com.landawn.abacus.util.Fn.Factory
 
ofSet() - Static method in class com.landawn.abacus.util.Fn.Suppliers
 
ofSetMultimap() - Static method in class com.landawn.abacus.util.Clazz
Of set multimap.
ofSetMultimap(Class<K>, Class<E>) - Static method in class com.landawn.abacus.util.Clazz
Of set multimap.
ofSetMultimap() - Static method in class com.landawn.abacus.util.Fn.Factory
Of set multimap.
ofSetMultimap() - Static method in class com.landawn.abacus.util.Fn.Suppliers
 
ofSetMultimap(Class<? extends Map>) - Static method in class com.landawn.abacus.util.Fn.Suppliers
 
ofSetMultimap(Class<? extends Map>, Class<? extends Set>) - Static method in class com.landawn.abacus.util.Fn.Suppliers
 
ofSetMultimap(Supplier<? extends Map<K, Set<E>>>, Supplier<? extends Set<E>>) - Static method in class com.landawn.abacus.util.Fn.Suppliers
 
ofSetOfMap(Class<K>, Class<V>) - Static method in class com.landawn.abacus.util.Clazz
Of set of map.
ofShortArray() - Static method in class com.landawn.abacus.util.Fn.Factory
Of short array.
ofSortedMap() - Static method in class com.landawn.abacus.util.Clazz
Of sorted map.
ofSortedMap(Class<K>, Class<V>) - Static method in class com.landawn.abacus.util.Clazz
Of sorted map.
ofSortedMap() - Static method in class com.landawn.abacus.util.Fn.Factory
Of sorted map.
ofSortedMap() - Static method in class com.landawn.abacus.util.Fn.Suppliers
Of sorted map.
ofSortedSet() - Static method in class com.landawn.abacus.util.Clazz
Of sorted set.
ofSortedSet(Class<T>) - Static method in class com.landawn.abacus.util.Clazz
Of sorted set.
ofSortedSet() - Static method in class com.landawn.abacus.util.Fn.Factory
Of sorted set.
ofSortedSet() - Static method in class com.landawn.abacus.util.Fn.Suppliers
Of sorted set.
ofStringArray() - Static method in class com.landawn.abacus.util.Fn.Factory
Of string array.
ofStringBuilder() - Static method in class com.landawn.abacus.util.Fn.Suppliers
Of string builder.
ofSubArray(boolean[], boolean[]) - Static method in class com.landawn.abacus.util.Index
 
ofSubArray(boolean[], int, boolean[]) - Static method in class com.landawn.abacus.util.Index
 
ofSubArray(boolean[], int, boolean[], int, int) - Static method in class com.landawn.abacus.util.Index
Of sub array.
ofSubArray(char[], char[]) - Static method in class com.landawn.abacus.util.Index
 
ofSubArray(char[], int, char[]) - Static method in class com.landawn.abacus.util.Index
 
ofSubArray(char[], int, char[], int, int) - Static method in class com.landawn.abacus.util.Index
Of sub array.
ofSubArray(byte[], byte[]) - Static method in class com.landawn.abacus.util.Index
 
ofSubArray(byte[], int, byte[]) - Static method in class com.landawn.abacus.util.Index
 
ofSubArray(byte[], int, byte[], int, int) - Static method in class com.landawn.abacus.util.Index
Of sub array.
ofSubArray(short[], short[]) - Static method in class com.landawn.abacus.util.Index
 
ofSubArray(short[], int, short[]) - Static method in class com.landawn.abacus.util.Index
 
ofSubArray(short[], int, short[], int, int) - Static method in class com.landawn.abacus.util.Index
Of sub array.
ofSubArray(int[], int[]) - Static method in class com.landawn.abacus.util.Index
 
ofSubArray(int[], int, int[]) - Static method in class com.landawn.abacus.util.Index
 
ofSubArray(int[], int, int[], int, int) - Static method in class com.landawn.abacus.util.Index
Of sub array.
ofSubArray(long[], long[]) - Static method in class com.landawn.abacus.util.Index
 
ofSubArray(long[], int, long[]) - Static method in class com.landawn.abacus.util.Index
 
ofSubArray(long[], int, long[], int, int) - Static method in class com.landawn.abacus.util.Index
Of sub array.
ofSubArray(float[], float[]) - Static method in class com.landawn.abacus.util.Index
 
ofSubArray(float[], int, float[]) - Static method in class com.landawn.abacus.util.Index
 
ofSubArray(float[], int, float[], int, int) - Static method in class com.landawn.abacus.util.Index
Of sub array.
ofSubArray(double[], double[]) - Static method in class com.landawn.abacus.util.Index
 
ofSubArray(double[], int, double[]) - Static method in class com.landawn.abacus.util.Index
 
ofSubArray(double[], int, double[], int, int) - Static method in class com.landawn.abacus.util.Index
Of sub array.
ofSubArray(Object[], Object[]) - Static method in class com.landawn.abacus.util.Index
 
ofSubArray(Object[], int, Object[]) - Static method in class com.landawn.abacus.util.Index
 
ofSubArray(Object[], int, Object[], int, int) - Static method in class com.landawn.abacus.util.Index
Of sub array.
ofSubList(List<?>, List<?>) - Static method in class com.landawn.abacus.util.Index
 
ofSubList(List<?>, int, List<?>) - Static method in class com.landawn.abacus.util.Index
 
ofSubList(List<?>, int, List<?>, int, int) - Static method in class com.landawn.abacus.util.Index
Of sub list.
ofTreeMap() - Static method in class com.landawn.abacus.util.Clazz
Of tree map.
ofTreeMap(Class<K>, Class<V>) - Static method in class com.landawn.abacus.util.Clazz
Of tree map.
ofTreeMap() - Static method in class com.landawn.abacus.util.Fn.Factory
Of tree map.
ofTreeMap() - Static method in class com.landawn.abacus.util.Fn.Suppliers
Of tree map.
ofTreeSet() - Static method in class com.landawn.abacus.util.Clazz
Of tree set.
ofTreeSet(Class<T>) - Static method in class com.landawn.abacus.util.Clazz
Of tree set.
ofTreeSet() - Static method in class com.landawn.abacus.util.Fn.Factory
Of tree set.
ofTreeSet() - Static method in class com.landawn.abacus.util.Fn.Suppliers
Of tree set.
ofUUID() - Static method in class com.landawn.abacus.util.Fn.Suppliers
 
ofValues(Map<?, V>) - Static method in class com.landawn.abacus.util.ExceptionalStream
 
ofValues(Map<K, V>, Throwables.Predicate<? super K, E>) - Static method in class com.landawn.abacus.util.ExceptionalStream
 
ofValues(Map<K, V>, Throwables.BiPredicate<? super K, ? super V, E>) - Static method in class com.landawn.abacus.util.ExceptionalStream
 
ofValues(Map<?, V>) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
 
ofValues(Map<K, V>, Throwables.Predicate<? super K, RuntimeException>) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
 
ofValues(Map<K, V>, Throwables.BiPredicate<? super K, ? super V, RuntimeException>) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
 
OkHttpRequest - Class in com.landawn.abacus.http.okhttp
Note: This class contains the codes and docs copied from OkHttp: https://square.github.io/okhttp/ under Apache License v2.
omitEmptyStrings(boolean) - Method in class com.landawn.abacus.util.Splitter.MapSplitter
Deprecated.
omitEmptyStrings() - Method in class com.landawn.abacus.util.Splitter.MapSplitter
 
omitEmptyStrings(boolean) - Method in class com.landawn.abacus.util.Splitter
Deprecated.
omitEmptyStrings() - Method in class com.landawn.abacus.util.Splitter
 
on(Condition) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
on(String) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
on(String, String) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
on(Map<String, String>) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
On - Class in com.landawn.abacus.condition
 
On(Condition) - Constructor for class com.landawn.abacus.condition.On
 
On(String, String) - Constructor for class com.landawn.abacus.condition.On
 
On(Map<String, String>) - Constructor for class com.landawn.abacus.condition.On
 
on(String) - Method in class com.landawn.abacus.util.SQLBuilder
 
on(Condition) - Method in class com.landawn.abacus.util.SQLBuilder
 
ON - Static variable in class com.landawn.abacus.util.WD
Field ON.
onClose(Throwables.Runnable<? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
ONE - Static variable in class com.landawn.abacus.util.Fraction
Fraction representation of 1.
ONE_EB - Static variable in class com.landawn.abacus.util.IOUtil
 
ONE_FIFTH - Static variable in class com.landawn.abacus.util.Fraction
Fraction representation of 1/5.
ONE_GB - Static variable in class com.landawn.abacus.util.IOUtil
 
ONE_HALF - Static variable in class com.landawn.abacus.util.Fraction
Fraction representation of 1/2.
ONE_KB - Static variable in class com.landawn.abacus.util.IOUtil
 
ONE_MB - Static variable in class com.landawn.abacus.util.IOUtil
 
ONE_PB - Static variable in class com.landawn.abacus.util.IOUtil
 
ONE_QUARTER - Static variable in class com.landawn.abacus.util.Fraction
Fraction representation of 1/4.
ONE_TB - Static variable in class com.landawn.abacus.util.IOUtil
 
ONE_THIRD - Static variable in class com.landawn.abacus.util.Fraction
Fraction representation of 1/3.
ONE_ZB - Static variable in class com.landawn.abacus.util.IOUtil
 
onEach(Throwables.Consumer<? super T, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
onLeftOnly() - Method in class com.landawn.abacus.util.Difference
On left only.
onlyOne() - Method in class com.landawn.abacus.util.ExceptionalStream
 
onlyOne() - Static method in class com.landawn.abacus.util.stream.Collectors
DuplicatedResultException is threw if there are more than one values are collected.
onlyOne(Predicate<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
DuplicatedResultException is threw if there are more than one values are collected.
onRightOnly() - Method in class com.landawn.abacus.util.Difference
On right only.
open(T, T) - Static method in class com.landawn.abacus.util.Range
 
openClosed(T, T) - Static method in class com.landawn.abacus.util.Range
 
OperationType - Enum in com.landawn.abacus.util
The Enum OperationType.
Operator - Enum in com.landawn.abacus.condition
The Enum Operator.
OPTIONS - Static variable in annotation type com.landawn.abacus.http.WebService.HttpMethod
 
or(Condition) - Method in class com.landawn.abacus.condition.AbstractCondition
 
or(Condition) - Method in class com.landawn.abacus.condition.Clause
 
or(Condition) - Method in interface com.landawn.abacus.condition.Condition
 
or(Condition...) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
or(Collection<? extends Condition>) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
or(String...) - Static method in class com.landawn.abacus.condition.Expression
 
or(Condition) - Method in class com.landawn.abacus.condition.Limit
 
Or - Class in com.landawn.abacus.condition
 
Or(Condition...) - Constructor for class com.landawn.abacus.condition.Or
 
Or(Collection<? extends Condition>) - Constructor for class com.landawn.abacus.condition.Or
 
or(Condition) - Method in class com.landawn.abacus.condition.Or
 
or(String) - Method in class com.landawn.abacus.util.DynamicSQLBuilder.Having
 
or(String) - Method in class com.landawn.abacus.util.DynamicSQLBuilder.Where
 
or(BooleanSupplier, BooleanSupplier) - Static method in class com.landawn.abacus.util.Fn
 
or(BooleanSupplier, BooleanSupplier, BooleanSupplier) - Static method in class com.landawn.abacus.util.Fn
 
or(Predicate<? super T>, Predicate<? super T>) - Static method in class com.landawn.abacus.util.Fn
 
or(Predicate<? super T>, Predicate<? super T>, Predicate<? super T>) - Static method in class com.landawn.abacus.util.Fn
 
or(Collection<Predicate<? super T>>) - Static method in class com.landawn.abacus.util.Fn
 
or(BiPredicate<? super T, ? super U>, BiPredicate<? super T, ? super U>) - Static method in class com.landawn.abacus.util.Fn
 
or(BiPredicate<? super T, ? super U>, BiPredicate<? super T, ? super U>, BiPredicate<? super T, ? super U>) - Static method in class com.landawn.abacus.util.Fn
 
or(List<BiPredicate<? super T, ? super U>>) - Static method in class com.landawn.abacus.util.Fn
 
or(Throwables.Supplier<u.Nullable<? extends T>, E>) - Method in class com.landawn.abacus.util.u.Nullable
 
or(Throwables.Supplier<u.Optional<? extends T>, E>) - Method in class com.landawn.abacus.util.u.Optional
 
or(Throwables.Supplier<u.OptionalBoolean, E>) - Method in class com.landawn.abacus.util.u.OptionalBoolean
 
or(Throwables.Supplier<u.OptionalByte, E>) - Method in class com.landawn.abacus.util.u.OptionalByte
 
or(Throwables.Supplier<u.OptionalChar, E>) - Method in class com.landawn.abacus.util.u.OptionalChar
 
or(Throwables.Supplier<u.OptionalDouble, E>) - Method in class com.landawn.abacus.util.u.OptionalDouble
 
or(Throwables.Supplier<u.OptionalFloat, E>) - Method in class com.landawn.abacus.util.u.OptionalFloat
 
or(Throwables.Supplier<u.OptionalInt, E>) - Method in class com.landawn.abacus.util.u.OptionalInt
 
or(Throwables.Supplier<u.OptionalLong, E>) - Method in class com.landawn.abacus.util.u.OptionalLong
 
or(Throwables.Supplier<u.OptionalShort, E>) - Method in class com.landawn.abacus.util.u.OptionalShort
 
OR - Static variable in class com.landawn.abacus.util.WD
Field OR.
OR_OP - Static variable in class com.landawn.abacus.util.WD
Field OR2.
ORDER_BY - Static variable in class com.landawn.abacus.util.WD
Field ORDER_BY.
orderBy(Condition) - Static method in class com.landawn.abacus.condition.ConditionFactory.CB
 
orderBy(String...) - Static method in class com.landawn.abacus.condition.ConditionFactory.CB
 
orderBy(String, SortDirection) - Static method in class com.landawn.abacus.condition.ConditionFactory.CB
 
orderBy(Collection<String>) - Static method in class com.landawn.abacus.condition.ConditionFactory.CB
 
orderBy(Collection<String>, SortDirection) - Static method in class com.landawn.abacus.condition.ConditionFactory.CB
 
orderBy(Map<String, SortDirection>) - Static method in class com.landawn.abacus.condition.ConditionFactory.CB
 
orderBy(String...) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
orderBy(Collection<String>) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
orderBy(Collection<String>, SortDirection) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
orderBy(String, SortDirection) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
orderBy(String, SortDirection, String, SortDirection) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
orderBy(String, SortDirection, String, SortDirection, String, SortDirection) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
orderBy(Map<String, SortDirection>) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
orderBy(LinkedHashMap<String, SortDirection>) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
orderBy(Condition) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
orderBy(Condition) - Method in class com.landawn.abacus.condition.Criteria
 
orderBy(String...) - Method in class com.landawn.abacus.condition.Criteria
 
orderBy(String, SortDirection) - Method in class com.landawn.abacus.condition.Criteria
 
orderBy(Collection<String>) - Method in class com.landawn.abacus.condition.Criteria
 
orderBy(Collection<String>, SortDirection) - Method in class com.landawn.abacus.condition.Criteria
 
orderBy(Map<String, SortDirection>) - Method in class com.landawn.abacus.condition.Criteria
 
OrderBy - Class in com.landawn.abacus.condition
 
OrderBy(Condition) - Constructor for class com.landawn.abacus.condition.OrderBy
 
OrderBy(String...) - Constructor for class com.landawn.abacus.condition.OrderBy
 
OrderBy(String, SortDirection) - Constructor for class com.landawn.abacus.condition.OrderBy
 
OrderBy(Collection<String>, SortDirection) - Constructor for class com.landawn.abacus.condition.OrderBy
 
OrderBy(Map<String, SortDirection>) - Constructor for class com.landawn.abacus.condition.OrderBy
 
OrderBy(LinkedHashMap<String, SortDirection>) - Constructor for class com.landawn.abacus.condition.OrderBy
 
orderBy() - Method in class com.landawn.abacus.util.DynamicSQLBuilder
 
orderBy(String) - Method in class com.landawn.abacus.util.SQLBuilder
 
orderBy(String...) - Method in class com.landawn.abacus.util.SQLBuilder
 
orderBy(String, SortDirection) - Method in class com.landawn.abacus.util.SQLBuilder
 
orderBy(Collection<String>) - Method in class com.landawn.abacus.util.SQLBuilder
 
orderBy(Collection<String>, SortDirection) - Method in class com.landawn.abacus.util.SQLBuilder
 
orderBy(Map<String, SortDirection>) - Method in class com.landawn.abacus.util.SQLBuilder
 
orderByAsc(String...) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
orderByDesc(String...) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
ordinalIndexOf(String, String, int) - Static method in class com.landawn.abacus.util.StringUtil
Finds the n-th index within a String, handling null.
orElse(Throwables.Runnable<E>) - Method in class com.landawn.abacus.util.If.OrElse
 
orElse(U, Throwables.Consumer<? super U, E>) - Method in class com.landawn.abacus.util.If.OrElse
 
orElse(T) - Method in class com.landawn.abacus.util.Result
Deprecated.
orElse(T) - Method in class com.landawn.abacus.util.u.Nullable
 
orElse(T) - Method in class com.landawn.abacus.util.u.Optional
 
orElse(boolean) - Method in class com.landawn.abacus.util.u.OptionalBoolean
 
orElse(byte) - Method in class com.landawn.abacus.util.u.OptionalByte
 
orElse(char) - Method in class com.landawn.abacus.util.u.OptionalChar
 
orElse(double) - Method in class com.landawn.abacus.util.u.OptionalDouble
 
orElse(float) - Method in class com.landawn.abacus.util.u.OptionalFloat
 
orElse(int) - Method in class com.landawn.abacus.util.u.OptionalInt
 
orElse(long) - Method in class com.landawn.abacus.util.u.OptionalLong
 
orElse(short) - Method in class com.landawn.abacus.util.u.OptionalShort
 
orElseGet(Throwables.Supplier<? extends T, E2>) - Method in class com.landawn.abacus.util.Result
orElseGet(Throwables.Supplier<? extends T, E>) - Method in class com.landawn.abacus.util.u.Nullable
Or else get.
orElseGet(Throwables.Supplier<? extends T, E>) - Method in class com.landawn.abacus.util.u.Optional
Or else get.
orElseGet(Throwables.BooleanSupplier<E>) - Method in class com.landawn.abacus.util.u.OptionalBoolean
Or else get.
orElseGet(Throwables.ByteSupplier<E>) - Method in class com.landawn.abacus.util.u.OptionalByte
Or else get.
orElseGet(Throwables.CharSupplier<E>) - Method in class com.landawn.abacus.util.u.OptionalChar
Or else get.
orElseGet(Throwables.DoubleSupplier<E>) - Method in class com.landawn.abacus.util.u.OptionalDouble
Or else get.
orElseGet(Throwables.FloatSupplier<E>) - Method in class com.landawn.abacus.util.u.OptionalFloat
Or else get.
orElseGet(Throwables.IntSupplier<E>) - Method in class com.landawn.abacus.util.u.OptionalInt
Or else get.
orElseGet(Throwables.LongSupplier<E>) - Method in class com.landawn.abacus.util.u.OptionalLong
Or else get.
orElseGet(Throwables.ShortSupplier<E>) - Method in class com.landawn.abacus.util.u.OptionalShort
Or else get.
orElseGetIfFailure(Throwables.Supplier<? extends T, E2>) - Method in class com.landawn.abacus.util.Result
 
orElseGetIfNull(Throwables.Supplier<? extends T, E>) - Method in class com.landawn.abacus.util.u.Nullable
Or else get if null.
orElseIfFailure(T) - Method in class com.landawn.abacus.util.Result
 
orElseIfNull(T) - Method in class com.landawn.abacus.util.u.Nullable
Or else if null.
orElseThrow(Supplier<? extends E>) - Method in class com.landawn.abacus.util.If.OrElse
Or else throw.
orElseThrow() - Method in class com.landawn.abacus.util.Result
Or else throw.
orElseThrow(Function<? super E, E2>) - Method in class com.landawn.abacus.util.Result
Or else throw.
orElseThrow(E2) - Method in class com.landawn.abacus.util.Result
 
orElseThrow(Supplier<? extends E2>) - Method in class com.landawn.abacus.util.Result
 
orElseThrow() - Method in class com.landawn.abacus.util.u.Nullable
Or else throw.
orElseThrow(Supplier<? extends X>) - Method in class com.landawn.abacus.util.u.Nullable
Or else throw.
orElseThrow() - Method in class com.landawn.abacus.util.u.Optional
Or else throw.
orElseThrow(Supplier<? extends X>) - Method in class com.landawn.abacus.util.u.Optional
Or else throw.
orElseThrow() - Method in class com.landawn.abacus.util.u.OptionalBoolean
Or else throw.
orElseThrow(Supplier<? extends X>) - Method in class com.landawn.abacus.util.u.OptionalBoolean
Or else throw.
orElseThrow() - Method in class com.landawn.abacus.util.u.OptionalByte
Or else throw.
orElseThrow(Supplier<? extends X>) - Method in class com.landawn.abacus.util.u.OptionalByte
Or else throw.
orElseThrow() - Method in class com.landawn.abacus.util.u.OptionalChar
Or else throw.
orElseThrow(Supplier<? extends X>) - Method in class com.landawn.abacus.util.u.OptionalChar
Or else throw.
orElseThrow() - Method in class com.landawn.abacus.util.u.OptionalDouble
Or else throw.
orElseThrow(Supplier<? extends X>) - Method in class com.landawn.abacus.util.u.OptionalDouble
Or else throw.
orElseThrow() - Method in class com.landawn.abacus.util.u.OptionalFloat
Or else throw.
orElseThrow(Supplier<? extends X>) - Method in class com.landawn.abacus.util.u.OptionalFloat
Or else throw.
orElseThrow() - Method in class com.landawn.abacus.util.u.OptionalInt
Or else throw.
orElseThrow(Supplier<? extends X>) - Method in class com.landawn.abacus.util.u.OptionalInt
Or else throw.
orElseThrow() - Method in class com.landawn.abacus.util.u.OptionalLong
Or else throw.
orElseThrow(Supplier<? extends X>) - Method in class com.landawn.abacus.util.u.OptionalLong
Or else throw.
orElseThrow() - Method in class com.landawn.abacus.util.u.OptionalShort
Or else throw.
orElseThrow(Supplier<? extends X>) - Method in class com.landawn.abacus.util.u.OptionalShort
Or else throw.
orElseThrowIfNull() - Method in class com.landawn.abacus.util.u.Nullable
Or else throw if null.
orElseThrowIfNull(Supplier<? extends X>) - Method in class com.landawn.abacus.util.u.Nullable
Or else throw if null.
orFalse() - Method in class com.landawn.abacus.util.u.OptionalBoolean
 
orIfNull(Throwables.Supplier<u.Nullable<? extends T>, E>) - Method in class com.landawn.abacus.util.u.Nullable
Or if null.
ORIGIN - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP Origin header field name.
ORIGIN - Static variable in class com.landawn.abacus.http.HttpHeaders.ReferrerPolicyValues
The Constant ORIGIN.
ORIGIN_WHEN_CROSS_ORIGIN - Static variable in class com.landawn.abacus.http.HttpHeaders.ReferrerPolicyValues
The Constant ORIGIN_WHEN_CROSS_ORIGIN.
orNull() - Method in class com.landawn.abacus.util.u.Nullable
 
orNull() - Method in class com.landawn.abacus.util.u.Optional
 
orTrue() - Method in class com.landawn.abacus.util.u.OptionalBoolean
 
orZero() - Method in class com.landawn.abacus.util.u.OptionalByte
 
orZero() - Method in class com.landawn.abacus.util.u.OptionalChar
 
orZero() - Method in class com.landawn.abacus.util.u.OptionalDouble
 
orZero() - Method in class com.landawn.abacus.util.u.OptionalFloat
 
orZero() - Method in class com.landawn.abacus.util.u.OptionalInt
 
orZero() - Method in class com.landawn.abacus.util.u.OptionalLong
 
orZero() - Method in class com.landawn.abacus.util.u.OptionalShort
 
OS_ARCH - Static variable in class com.landawn.abacus.util.IOUtil
 
OS_NAME - Static variable in class com.landawn.abacus.util.IOUtil
 
OS_VERSION - Static variable in class com.landawn.abacus.util.IOUtil
 
OUTER - Static variable in class com.landawn.abacus.util.WD
Field OUTER .
overlay(String, String, int, int) - Static method in class com.landawn.abacus.util.StringUtil
Overlays part of a String with another String.

P

p(BiPredicate<? super K, ? super V>) - Static method in class com.landawn.abacus.util.Fn.Entries
 
p(BytePredicate) - Static method in class com.landawn.abacus.util.Fn.FnB
 
p(CharPredicate) - Static method in class com.landawn.abacus.util.Fn.FnC
 
p(DoublePredicate) - Static method in class com.landawn.abacus.util.Fn.FnD
 
p(FloatPredicate) - Static method in class com.landawn.abacus.util.Fn.FnF
 
p(IntPredicate) - Static method in class com.landawn.abacus.util.Fn.FnI
 
p(LongPredicate) - Static method in class com.landawn.abacus.util.Fn.FnL
 
p(Throwables.Predicate<T, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
 
p(A, Throwables.BiPredicate<A, T, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
 
p(A, B, Throwables.TriPredicate<A, B, T, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
 
p(Throwables.BiPredicate<T, U, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
 
p(A, Throwables.TriPredicate<A, T, U, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
 
p(Throwables.TriPredicate<A, B, C, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
 
p(ShortPredicate) - Static method in class com.landawn.abacus.util.Fn.FnS
 
p(Predicate<T>) - Static method in class com.landawn.abacus.util.Fn
 
p(A, BiPredicate<A, T>) - Static method in class com.landawn.abacus.util.Fn
 
p(A, B, TriPredicate<A, B, T>) - Static method in class com.landawn.abacus.util.Fn
 
p(BiPredicate<T, U>) - Static method in class com.landawn.abacus.util.Fn
 
p(A, TriPredicate<A, T, U>) - Static method in class com.landawn.abacus.util.Fn
 
p(TriPredicate<A, B, C>) - Static method in class com.landawn.abacus.util.Fn
 
P3P - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP P3P header field name.
padEnd(String, int) - Static method in class com.landawn.abacus.util.StringUtil
 
padEnd(String, int, char) - Static method in class com.landawn.abacus.util.StringUtil
 
padEnd(String, int, String) - Static method in class com.landawn.abacus.util.StringUtil
 
padLeft(List<T>, int, T) - Static method in class com.landawn.abacus.util.Iterables
 
padRight(Collection<T>, int, T) - Static method in class com.landawn.abacus.util.Iterables
 
padStart(String, int) - Static method in class com.landawn.abacus.util.StringUtil
 
padStart(String, int, char) - Static method in class com.landawn.abacus.util.StringUtil
 
padStart(String, int, String) - Static method in class com.landawn.abacus.util.StringUtil
 
pageCount() - Method in interface com.landawn.abacus.PaginatedDataSet
Deprecated.
replaced by totalPages
pageSize() - Method in interface com.landawn.abacus.PaginatedDataSet
 
paginate(int) - Method in interface com.landawn.abacus.DataSet
 
paginate(Collection<String>, int) - Method in interface com.landawn.abacus.DataSet
 
PaginatedDataSet - Interface in com.landawn.abacus
 
pair() - Static method in class com.landawn.abacus.util.Fn.Fnn
 
pair() - Static method in class com.landawn.abacus.util.Fn
 
Pair<L,R> - Class in com.landawn.abacus.util
 
Pair() - Constructor for class com.landawn.abacus.util.Pair
 
pair() - Method in class com.landawn.abacus.util.SQLBuilder
This SQLBuilder will be closed after pair() is called.
PARALLEL - Static variable in class com.landawn.abacus.util.WD
Field PARALLEL.
ParallelSupported - Annotation Type in com.landawn.abacus.annotation
 
parameters() - Method in class com.landawn.abacus.util.SQLBuilder
 
parameters - Variable in class com.landawn.abacus.util.SQLBuilder.SP
 
parameters2Entity(Class<T>, Map<String, String[]>) - Static method in class com.landawn.abacus.util.URLEncodedUtil
Parameters 2 entity.
PARENTHESES_L - Static variable in class com.landawn.abacus.util.WD
Field PARENTHESES_L.
PARENTHESES_R - Static variable in class com.landawn.abacus.util.WD
Field PARENTHESES_R.
PARENTHESES_R_SPACE - Static variable in class com.landawn.abacus.util.WD
Field PARENTHESES_R_SPACE.
parse(String) - Static method in class com.landawn.abacus.util.ISO8601Util
 
parse(String, ParsePosition) - Static method in class com.landawn.abacus.util.ISO8601Util
Parse a date from ISO-8601 formatted string.
parse(String) - Static method in class com.landawn.abacus.util.ParsedSql
 
parse(Condition, Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.ACSB
Deprecated.
To generate sql part for the specified cond only.
parse(Condition, Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.LCSB
Deprecated.
To generate sql part for the specified cond only.
parse(Condition, Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.MAC
Deprecated.
To generate sql part for the specified cond only.
parse(Condition, Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.MLC
Deprecated.
To generate sql part for the specified cond only.
parse(Condition, Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.MSB
Deprecated.
To generate sql part for the specified cond only.
parse(Condition, Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.MSC
Deprecated.
To generate sql part for the specified cond only.
parse(Condition, Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.NAC
To generate sql part for the specified cond only.
parse(Condition, Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.NLC
To generate sql part for the specified cond only.
parse(Condition, Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.NSB
To generate sql part for the specified cond only.
parse(Condition, Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.NSC
To generate sql part for the specified cond only.
parse(Condition, Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.PAC
To generate sql part for the specified cond only.
parse(Condition, Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.PLC
To generate sql part for the specified cond only.
parse(Condition, Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.PSB
To generate sql part for the specified cond only.
parse(Condition, Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.PSC
To generate sql part for the specified cond only.
parse(Condition, Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.SCSB
Deprecated.
To generate sql part for the specified cond only.
parse(String) - Static method in class com.landawn.abacus.util.SQLParser
 
parse(String) - Static method in class com.landawn.abacus.util.TypeAttrParser
 
parseByte() - Static method in class com.landawn.abacus.util.Fn
Parses the byte.
parseCalendar(String) - Static method in class com.landawn.abacus.util.DateUtil
Parses the calendar.
parseCalendar(String, String) - Static method in class com.landawn.abacus.util.DateUtil
Parses the calendar.
parseCalendar(String, String, TimeZone) - Static method in class com.landawn.abacus.util.DateUtil
Converts the specified calendar with the specified format to a new instance of Calendar.
parseDate(String) - Static method in class com.landawn.abacus.util.DateUtil
Parses the date.
parseDate(String, String) - Static method in class com.landawn.abacus.util.DateUtil
Parses the date.
parseDate(String, String, TimeZone) - Static method in class com.landawn.abacus.util.DateUtil
Converts the specified date with the specified format to a new instance of java.sql.Date.
parseDouble() - Static method in class com.landawn.abacus.util.Fn
Parses the double.
ParsedSql - Class in com.landawn.abacus.util
 
ParseException - Exception in com.landawn.abacus.exception
 
ParseException() - Constructor for exception com.landawn.abacus.exception.ParseException
Constructor for ParseException.
ParseException(String) - Constructor for exception com.landawn.abacus.exception.ParseException
Constructor for ParseException.
ParseException(int, String) - Constructor for exception com.landawn.abacus.exception.ParseException
Constructor for ParseException.
ParseException(String, Throwable) - Constructor for exception com.landawn.abacus.exception.ParseException
Constructor for ParseException.
ParseException(Throwable) - Constructor for exception com.landawn.abacus.exception.ParseException
Constructor for ParseException.
parseFloat() - Static method in class com.landawn.abacus.util.Fn
Parses the float.
parseGregorianCalendar(String) - Static method in class com.landawn.abacus.util.DateUtil
Parses the gregorian calendar.
parseGregorianCalendar(String, String) - Static method in class com.landawn.abacus.util.DateUtil
Parses the gregorian calendar.
parseGregorianCalendar(String, String, TimeZone) - Static method in class com.landawn.abacus.util.DateUtil
Converts the specified calendar with the specified format to a new instance of GregorianCalendar.
parseInt() - Static method in class com.landawn.abacus.util.Fn
Parses the int.
parseJUDate(String) - Static method in class com.landawn.abacus.util.DateUtil
Parses the JU date.
parseJUDate(String, String) - Static method in class com.landawn.abacus.util.DateUtil
Parses the JU date.
parseJUDate(String, String, TimeZone) - Static method in class com.landawn.abacus.util.DateUtil
Converts the specified date with the specified format to a new instance of java.util.Date.
parseLine(String) - Method in class com.landawn.abacus.util.CSVParser
Parses an incoming String and returns an array of elements.
parseLineMulti(String) - Method in class com.landawn.abacus.util.CSVParser
Parses an incoming String and returns an array of elements.
parseLineMultiToArray(String) - Method in class com.landawn.abacus.util.CSVParser
 
parseLineMultiToArray(String[], String) - Method in class com.landawn.abacus.util.CSVParser
 
parseLineToArray(String) - Method in class com.landawn.abacus.util.CSVParser
 
parseLineToArray(String[], String) - Method in class com.landawn.abacus.util.CSVParser
 
parseLong() - Static method in class com.landawn.abacus.util.Fn
Parses the long.
Parser<SC extends SerializationConfig<?>,DC extends DeserializationConfig<?>> - Interface in com.landawn.abacus.parser
Design principles: 1, Simple (is beautiful) 2, Fast (is powerful) 3, Concepts (must be integral and consistent)
These principles can't be broken by any change or reason.
ParserConfig<C extends ParserConfig<C>> - Class in com.landawn.abacus.parser
 
ParserConfig() - Constructor for class com.landawn.abacus.parser.ParserConfig
 
ParserFactory - Class in com.landawn.abacus.parser
A factory for creating Parser objects.
ParserUtil - Class in com.landawn.abacus.parser
 
ParserUtil.EntityInfo - Class in com.landawn.abacus.parser
 
ParserUtil.PropInfo - Class in com.landawn.abacus.parser
 
parseShort() - Static method in class com.landawn.abacus.util.Fn
Parses the short.
parseTime(String) - Static method in class com.landawn.abacus.util.DateUtil
Parses the time.
parseTime(String, String) - Static method in class com.landawn.abacus.util.DateUtil
Parses the time.
parseTime(String, String, TimeZone) - Static method in class com.landawn.abacus.util.DateUtil
Converts the specified date with the specified format to a new instance of Time.
parseTimestamp(String) - Static method in class com.landawn.abacus.util.DateUtil
Parses the timestamp.
parseTimestamp(String, String) - Static method in class com.landawn.abacus.util.DateUtil
Parses the timestamp.
parseTimestamp(String, String, TimeZone) - Static method in class com.landawn.abacus.util.DateUtil
Converts the specified date with the specified format to a new instance of Timestamp.
parseXMLGregorianCalendar(String) - Static method in class com.landawn.abacus.util.DateUtil
Parses the XML gregorian calendar.
parseXMLGregorianCalendar(String, String) - Static method in class com.landawn.abacus.util.DateUtil
Parses the XML gregorian calendar.
parseXMLGregorianCalendar(String, String, TimeZone) - Static method in class com.landawn.abacus.util.DateUtil
Converts the specified calendar with the specified format to a new instance of XMLGregorianCalendar.
partitioningBy(Predicate<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
partitioningBy(Predicate<? super T>, Collector<? super T, A, D>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
patch() - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
 
patch(Class<T>) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
 
PATCH - Static variable in annotation type com.landawn.abacus.http.WebService.HttpMethod
 
Path - Annotation Type in com.landawn.abacus.http
 
PATH_SEPARATOR - Static variable in class com.landawn.abacus.util.IOUtil
 
PathParam - Annotation Type in com.landawn.abacus.http
Named replacement in the URL path.
pattern(CharSequence, CharSequence) - Static method in class com.landawn.abacus.util.Splitter.MapSplitter
 
pattern(CharSequence) - Static method in class com.landawn.abacus.util.Splitter
 
peek(K) - Method in class com.landawn.abacus.pool.GenericKeyedObjectPool
 
peek(K) - Method in interface com.landawn.abacus.pool.KeyedObjectPool
Get but don't update last access time.
peek(Throwables.Consumer<? super T, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
peekFirst(Throwables.Consumer<? super T, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
peekLast(Throwables.Consumer<? super T, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
PERCENT - Static variable in class com.landawn.abacus.util.WD
Field PERCENT.
Percentage - Enum in com.landawn.abacus.util
The Enum Percentage.
percentiles(Comparator<? super T>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
percentiles(char[]) - Static method in class com.landawn.abacus.util.N
Returns the elements at: Percentage * length of the specified array.
percentiles(byte[]) - Static method in class com.landawn.abacus.util.N
Returns the elements at: Percentage * length of the specified array.
percentiles(short[]) - Static method in class com.landawn.abacus.util.N
Returns the elements at: Percentage * length of the specified array.
percentiles(int[]) - Static method in class com.landawn.abacus.util.N
Returns the elements at: Percentage * length of the specified array.
percentiles(long[]) - Static method in class com.landawn.abacus.util.N
Returns the elements at: Percentage * length of the specified array.
percentiles(float[]) - Static method in class com.landawn.abacus.util.N
Returns the elements at: Percentage * length of the specified array.
percentiles(double[]) - Static method in class com.landawn.abacus.util.N
Returns the elements at: Percentage * length of the specified array.
percentiles(T[]) - Static method in class com.landawn.abacus.util.N
Returns the elements at: Percentage * length of the specified array.
percentiles(List<T>) - Static method in class com.landawn.abacus.util.N
Returns the elements at: Percentage * length of the specified array.
PERIOD - Static variable in class com.landawn.abacus.util.WD
Field PERIOD.
persist(File) - Method in class com.landawn.abacus.util.ExceptionalStream
 
persist(String, String, File) - Method in class com.landawn.abacus.util.ExceptionalStream
 
persist(Throwables.Function<? super T, String, IOException>, File) - Method in class com.landawn.abacus.util.ExceptionalStream
 
persist(Throwables.Function<? super T, String, IOException>, String, String, File) - Method in class com.landawn.abacus.util.ExceptionalStream
 
persist(Throwables.Function<? super T, String, IOException>, OutputStream) - Method in class com.landawn.abacus.util.ExceptionalStream
 
persist(Throwables.Function<? super T, String, IOException>, Writer) - Method in class com.landawn.abacus.util.ExceptionalStream
 
persist(Throwables.Function<? super T, String, IOException>, String, String, Writer) - Method in class com.landawn.abacus.util.ExceptionalStream
 
persist(Connection, String, int, int, Throwables.BiConsumer<? super PreparedStatement, ? super T, SQLException>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
persist(PreparedStatement, int, int, Throwables.BiConsumer<? super PreparedStatement, ? super T, SQLException>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
PING_FROM - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP Ping-From header field name.
PING_TO - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP Ping-To header field name.
plus(Object...) - Static method in class com.landawn.abacus.condition.Expression
 
plus(Duration) - Method in class com.landawn.abacus.util.Duration
 
PLUS - Static variable in class com.landawn.abacus.util.WD
Field PLUS.
plusDays(long) - Method in class com.landawn.abacus.util.Duration
 
plusHours(long) - Method in class com.landawn.abacus.util.Duration
 
plusMillis(long) - Method in class com.landawn.abacus.util.Duration
 
plusMinutes(long) - Method in class com.landawn.abacus.util.Duration
 
plusSeconds(long) - Method in class com.landawn.abacus.util.Duration
 
pollFirst() - Method in class com.landawn.abacus.util.ImmutableNavigableSet
 
pollFirstEntry() - Method in class com.landawn.abacus.util.ImmutableNavigableMap
Poll first entry.
pollLast() - Method in class com.landawn.abacus.util.ImmutableNavigableSet
 
pollLastEntry() - Method in class com.landawn.abacus.util.ImmutableNavigableMap
Poll last entry.
Pool - Interface in com.landawn.abacus.pool
 
Poolable - Interface in com.landawn.abacus.pool
 
PoolableWrapper<T> - Class in com.landawn.abacus.pool
 
PoolableWrapper(T) - Constructor for class com.landawn.abacus.pool.PoolableWrapper
Wrap the the source object with Long.MAX_VALUE liveTime and Long.MAX_VALUE maxIdleTime.
PoolableWrapper(T, long, long) - Constructor for class com.landawn.abacus.pool.PoolableWrapper
 
PoolFactory - Class in com.landawn.abacus.pool
A factory for creating Pool objects.
positve() - Static method in class com.landawn.abacus.util.Fn.FnB
 
positve() - Static method in class com.landawn.abacus.util.Fn.FnD
 
positve() - Static method in class com.landawn.abacus.util.Fn.FnF
 
positve() - Static method in class com.landawn.abacus.util.Fn.FnI
 
positve() - Static method in class com.landawn.abacus.util.Fn.FnL
 
positve() - Static method in class com.landawn.abacus.util.Fn.FnS
 
post(Object) - Method in class com.landawn.abacus.http.HttpClient
 
post(Object, HttpSettings) - Method in class com.landawn.abacus.http.HttpClient
 
post(Class<T>, Object) - Method in class com.landawn.abacus.http.HttpClient
 
post(Class<T>, Object, HttpSettings) - Method in class com.landawn.abacus.http.HttpClient
 
post(Object) - Method in class com.landawn.abacus.http.HttpRequest
 
post(Class<T>, Object) - Method in class com.landawn.abacus.http.HttpRequest
 
post() - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
 
post(Class<T>) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
 
POST - Annotation Type in com.landawn.abacus.http
Make a POST request to a REST path relative to base URL.
POST - Static variable in annotation type com.landawn.abacus.http.WebService.HttpMethod
 
pow(int) - Method in class com.landawn.abacus.util.Fraction
Gets a fraction that is raised to the passed in power.
pow(int, int) - Static method in class com.landawn.abacus.util.Numbers
 
pow(long, int) - Static method in class com.landawn.abacus.util.Numbers
Returns b to the kth power.
power(String, String) - Static method in class com.landawn.abacus.condition.Expression
 
POWER - Static variable in class com.landawn.abacus.util.WD
Field POWER.
powExact(int, int) - Static method in class com.landawn.abacus.util.Numbers
Returns the b to the kth power, provided it does not overflow.
powExact(long, int) - Static method in class com.landawn.abacus.util.Numbers
Returns the b to the kth power, provided it does not overflow.
pp(Throwables.BiPredicate<? super K, ? super V, E>) - Static method in class com.landawn.abacus.util.Fn.Entries
 
pp(Predicate<T>) - Static method in class com.landawn.abacus.util.Fn.Fnn
 
pp(A, BiPredicate<A, T>) - Static method in class com.landawn.abacus.util.Fn.Fnn
 
pp(A, B, TriPredicate<A, B, T>) - Static method in class com.landawn.abacus.util.Fn.Fnn
 
pp(BiPredicate<T, U>) - Static method in class com.landawn.abacus.util.Fn.Fnn
 
pp(A, TriPredicate<A, T, U>) - Static method in class com.landawn.abacus.util.Fn.Fnn
 
pp(TriPredicate<A, B, C>) - Static method in class com.landawn.abacus.util.Fn.Fnn
 
pp(Throwables.Predicate<T, E>) - Static method in class com.landawn.abacus.util.Fn
 
pp(A, Throwables.BiPredicate<A, T, E>) - Static method in class com.landawn.abacus.util.Fn
 
pp(A, B, Throwables.TriPredicate<A, B, T, E>) - Static method in class com.landawn.abacus.util.Fn
 
pp(Throwables.BiPredicate<T, U, E>) - Static method in class com.landawn.abacus.util.Fn
 
pp(A, Throwables.TriPredicate<A, T, U, E>) - Static method in class com.landawn.abacus.util.Fn
 
pp(Throwables.TriPredicate<A, B, C, E>) - Static method in class com.landawn.abacus.util.Fn
 
PRAGMA - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP Pragma header field name.
Predicate<T> - Interface in com.landawn.abacus.util.function
prepend(T...) - Method in class com.landawn.abacus.util.ExceptionalStream
 
prepend(Collection<? extends T>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
prepend(ExceptionalStream<T, E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
prependIfMissing(String, String) - Static method in class com.landawn.abacus.util.StringUtil
Prepend if missing.
prependIfMissingIgnoreCase(String, String) - Static method in class com.landawn.abacus.util.StringUtil
 
preselect(String) - Method in class com.landawn.abacus.util.SQLBuilder
 
previousPage() - Method in interface com.landawn.abacus.PaginatedDataSet
 
println() - Method in interface com.landawn.abacus.DataSet
 
println(Collection<String>, int, int) - Method in interface com.landawn.abacus.DataSet
 
println(W) - Method in interface com.landawn.abacus.DataSet
 
println(W, Collection<String>, int, int) - Method in interface com.landawn.abacus.DataSet
 
println() - Method in class com.landawn.abacus.util.ExceptionalStream
 
println() - Static method in class com.landawn.abacus.util.Fn.Fnn
 
println(String) - Static method in class com.landawn.abacus.util.Fn.Fnn
 
println() - Static method in class com.landawn.abacus.util.Fn
 
println(String) - Static method in class com.landawn.abacus.util.Fn
 
println(T) - Static method in class com.landawn.abacus.util.N
 
println() - Method in class com.landawn.abacus.util.SQLBuilder
 
printResult() - Method in class com.landawn.abacus.util.Profiler.MultiLoopsStatistics
Prints the result.
Profiler - Class in com.landawn.abacus.util
A simple way to run load/performance test.
Profiler.MultiLoopsStatistics - Class in com.landawn.abacus.util
The Class MultiLoopsStatistics.
PROP - Static variable in class com.landawn.abacus.parser.XMLConstants
Field PROP.
PROP_ELE_END - Static variable in class com.landawn.abacus.parser.XMLConstants
Field PROP_ELE_END.
PROP_ELE_START - Static variable in class com.landawn.abacus.parser.XMLConstants
Field PROP_ELE_START.
PROP_NAME - Static variable in class com.landawn.abacus.parser.XMLConstants
Field PROP_NAME.
PROP_NAME_ELE_END - Static variable in class com.landawn.abacus.parser.XMLConstants
Field PROP_NAME_ELE_END.
PROP_NAME_ELE_START - Static variable in class com.landawn.abacus.parser.XMLConstants
Field PROP_NAME_ELE_START.
PROP_NAME_NULL_ELE - Static variable in class com.landawn.abacus.parser.XMLConstants
Field PROP_NAME_NULL_ELE.
PROP_NULL_ELE - Static variable in class com.landawn.abacus.parser.XMLConstants
Field PROP_NULL_ELE.
PROP_VALUE - Static variable in class com.landawn.abacus.parser.XMLConstants
Field PROP_VALUE.
PROP_VALUE_ELE_END - Static variable in class com.landawn.abacus.parser.XMLConstants
Field PROP_VALUE_ELE_END.
PROP_VALUE_ELE_START - Static variable in class com.landawn.abacus.parser.XMLConstants
Field PROP_VALUE_ELE_START.
PROP_VALUE_NULL_ELE - Static variable in class com.landawn.abacus.parser.XMLConstants
Field PROP_VALUE_NULL_ELE.
properNumerator() - Method in class com.landawn.abacus.util.Fraction
 
properties() - Method in interface com.landawn.abacus.DataSet
 
PROPERTIES - Static variable in class com.landawn.abacus.parser.XMLConstants
Field PROPERTIES.
Properties<K,V> - Class in com.landawn.abacus.util
 
Properties() - Constructor for class com.landawn.abacus.util.Properties
 
PROPERTIES_ELE_END - Static variable in class com.landawn.abacus.parser.XMLConstants
Field PROPERTIES_ELE_END.
PROPERTIES_ELE_START - Static variable in class com.landawn.abacus.parser.XMLConstants
Field PROPERTIES_ELE_START.
PROPERTIES_NULL_ELE - Static variable in class com.landawn.abacus.parser.XMLConstants
Field PROPERTIES_NULL_ELE.
PROPERTY - Static variable in class com.landawn.abacus.parser.XMLConstants
Field PROPERTY.
PROPERTY_ELE_END - Static variable in class com.landawn.abacus.parser.XMLConstants
Field PROPERTY_ELE_END.
PROPERTY_ELE_START - Static variable in class com.landawn.abacus.parser.XMLConstants
Field PROPERTY_ELE_START.
PROPERTY_NULL_ELE - Static variable in class com.landawn.abacus.parser.XMLConstants
Field PROPERTY_NULL_ELE.
properWhole() - Method in class com.landawn.abacus.util.Fraction
 
PropInfo(String, Field, Method, JsonXmlConfig, ImmutableMap<Class<? extends Annotation>, Annotation>) - Constructor for class com.landawn.abacus.parser.ParserUtil.PropInfo
 
propInfoList - Variable in class com.landawn.abacus.parser.ParserUtil.EntityInfo
 
PROPS - Static variable in class com.landawn.abacus.parser.XMLConstants
Field PROPS.
PROPS_ELE_END - Static variable in class com.landawn.abacus.parser.XMLConstants
Field PROPS_ELE_END.
PROPS_ELE_START - Static variable in class com.landawn.abacus.parser.XMLConstants
Field PROPS_ELE_START.
PROPS_LIST - Static variable in class com.landawn.abacus.parser.XMLConstants
Field PROPS_LIST.
PROPS_LIST_ELE_END - Static variable in class com.landawn.abacus.parser.XMLConstants
Field PROPS_LIST_ELE_END.
PROPS_LIST_ELE_START - Static variable in class com.landawn.abacus.parser.XMLConstants
Field PROPS_LIST_ELE_START.
PROPS_LIST_NULL_ELE - Static variable in class com.landawn.abacus.parser.XMLConstants
Field PROPS_LIST_NULL_ELE.
PROPS_MAP - Static variable in class com.landawn.abacus.util.Clazz
 
PROPS_NULL_ELE - Static variable in class com.landawn.abacus.parser.XMLConstants
Field PROPS_NULL_ELE.
PROXY_AUTHENTICATE - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP Proxy-Authenticate header field name.
PROXY_AUTHORIZATION - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP Proxy-Authorization header field name.
PUBLIC_KEY_PINS - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP Public-Key-Pins header field name.
PUBLIC_KEY_PINS_REPORT_ONLY - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP Public-Key-Pins-Report-Only header field name.
put(Object) - Method in class com.landawn.abacus.http.HttpClient
 
put(Object, HttpSettings) - Method in class com.landawn.abacus.http.HttpClient
 
put(Class<T>, Object) - Method in class com.landawn.abacus.http.HttpClient
 
put(Class<T>, Object, HttpSettings) - Method in class com.landawn.abacus.http.HttpClient
 
put(Object) - Method in class com.landawn.abacus.http.HttpRequest
 
put(Class<T>, Object) - Method in class com.landawn.abacus.http.HttpRequest
 
put() - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
 
put(Class<T>) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
 
PUT - Annotation Type in com.landawn.abacus.http
Make a PUT request to a REST path relative to base URL.
PUT - Static variable in annotation type com.landawn.abacus.http.WebService.HttpMethod
 
put(K, E) - Method in class com.landawn.abacus.pool.GenericKeyedObjectPool
 
put(K, E, boolean) - Method in class com.landawn.abacus.pool.GenericKeyedObjectPool
 
put(K, E) - Method in interface com.landawn.abacus.pool.KeyedObjectPool
 
put(K, E, boolean) - Method in interface com.landawn.abacus.pool.KeyedObjectPool
 
put(K, V) - Method in class com.landawn.abacus.util.ArrayHashMap
 
put(K, V) - Method in class com.landawn.abacus.util.BiMap
 
put(K, V) - Method in class com.landawn.abacus.util.ImmutableMap.Builder
 
put(K, V) - Method in class com.landawn.abacus.util.ImmutableMap
Deprecated.
throws UnsupportedOperationException
put(K, E) - Method in class com.landawn.abacus.util.Multimap
 
put(K, V) - Method in class com.landawn.abacus.util.ObjectPool
 
put(K, V) - Method in class com.landawn.abacus.util.Properties
 
putAll(Map<? extends K, ? extends V>) - Method in class com.landawn.abacus.util.ArrayHashMap
 
putAll(Map<? extends K, ? extends V>) - Method in class com.landawn.abacus.util.BiMap
Warning: the results of calling this method may vary depending on the iteration order of map.
putAll(Map<? extends K, ? extends V>) - Method in class com.landawn.abacus.util.ImmutableMap.Builder
 
putAll(Map<? extends K, ? extends V>) - Method in class com.landawn.abacus.util.ImmutableMap
Deprecated.
throws UnsupportedOperationException
putAll(K, Collection<? extends E>) - Method in class com.landawn.abacus.util.Multimap
 
putAll(Map<? extends K, ? extends E>) - Method in class com.landawn.abacus.util.Multimap
 
putAll(Multimap<? extends K, ? extends E, ? extends Collection<? extends E>>) - Method in class com.landawn.abacus.util.Multimap
 
putAll(Map<? extends K, ? extends V>) - Method in class com.landawn.abacus.util.ObjectPool
 
putAll(Map<? extends K, ? extends V>) - Method in class com.landawn.abacus.util.Properties
 
putAllIfKeyAbsent(K, Collection<? extends E>) - Method in class com.landawn.abacus.util.Multimap
If the specified key is not already associated with any value (or is mapped to null) associates it with the given values in the specified collection and returns true, else returns false.
putCount() - Method in class com.landawn.abacus.pool.AbstractPool
 
putCount() - Method in interface com.landawn.abacus.pool.Pool
 
putIfAbsent(Map<K, V>, K, V) - Static method in class com.landawn.abacus.util.Maps
Put if absent.
putIfAbsent(Map<K, V>, K, Supplier<V>) - Static method in class com.landawn.abacus.util.Maps
Put if absent.
putIfAbsent(K, E) - Method in class com.landawn.abacus.util.Multimap
If the specified value is not already associated with the specified key associates it with the given key and returns true, else returns false.
putIfAbsent(K, V) - Method in class com.landawn.abacus.util.Properties
Put if absent.
putIfKeyAbsent(K, E) - Method in class com.landawn.abacus.util.Multimap
If the specified key is not already associated with any value (or is mapped to null) associates it with the given value and returns true, else returns false.

Q

QME - Static variable in class com.landawn.abacus.condition.ConditionFactory
Expression with question mark literal: "?".
QP_SEP_A - Static variable in class com.landawn.abacus.util.URLEncodedUtil
 
QP_SEP_S - Static variable in class com.landawn.abacus.util.URLEncodedUtil
 
QuadConsumer<A,B,C,D> - Interface in com.landawn.abacus.util.function
 
QuadFunction<A,B,C,D,R> - Interface in com.landawn.abacus.util.function
 
QuadPredicate<A,B,C,D> - Interface in com.landawn.abacus.util.function
 
QueryParam - Annotation Type in com.landawn.abacus.http
 
QUESTION_MARK - Static variable in class com.landawn.abacus.util.WD
Field QUESTION_MARK.
QUOTATION_D - Static variable in class com.landawn.abacus.util.WD
Field QUOTATION_D.
QUOTATION_D_SPACE - Static variable in class com.landawn.abacus.util.WD
Field QUOTATION_D_SPACE.
QUOTATION_S - Static variable in class com.landawn.abacus.util.WD
Field QUOTATION_S.
QUOTATION_S_SPACE - Static variable in class com.landawn.abacus.util.WD
Field QUOTATION_S_SPACE.
quoteEscaped(String) - Static method in class com.landawn.abacus.util.StringUtil
Replace ''' or '"' with '\'' or '\"' if the previous char of the quotation is not '\'.

R

r(Throwables.Runnable<E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
 
r(Runnable) - Static method in class com.landawn.abacus.util.Fn
 
R() - Constructor for class com.landawn.abacus.util.u.R
Instantiates a new r.
r2c(Throwables.Runnable<E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
 
r2c(Throwables.Runnable<E>, R) - Static method in class com.landawn.abacus.util.Fn.Fnn
 
r2c(Runnable) - Static method in class com.landawn.abacus.util.Fn
 
r2c(Runnable, R) - Static method in class com.landawn.abacus.util.Fn
 
r2jr(Throwables.Runnable<E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
 
RANDOM - Static variable in interface com.landawn.abacus.util.function.BooleanSupplier
 
RANDOM - Static variable in interface com.landawn.abacus.util.function.ByteSupplier
 
RANDOM - Static variable in interface com.landawn.abacus.util.function.CharSupplier
 
RANDOM - Static variable in interface com.landawn.abacus.util.function.DoubleSupplier
 
RANDOM - Static variable in interface com.landawn.abacus.util.function.FloatSupplier
 
RANDOM - Static variable in interface com.landawn.abacus.util.function.IntSupplier
 
RANDOM - Static variable in interface com.landawn.abacus.util.function.LongSupplier
 
RANDOM - Static variable in interface com.landawn.abacus.util.function.ShortSupplier
 
RANGE - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP Range header field name.
range(char, char) - Static method in class com.landawn.abacus.util.Array
 
range(byte, byte) - Static method in class com.landawn.abacus.util.Array
 
range(short, short) - Static method in class com.landawn.abacus.util.Array
 
range(int, int) - Static method in class com.landawn.abacus.util.Array
 
range(long, long) - Static method in class com.landawn.abacus.util.Array
 
range(char, char, int) - Static method in class com.landawn.abacus.util.Array
 
range(byte, byte, byte) - Static method in class com.landawn.abacus.util.Array
 
range(short, short, short) - Static method in class com.landawn.abacus.util.Array
 
range(int, int, int) - Static method in class com.landawn.abacus.util.Array
 
range(long, long, long) - Static method in class com.landawn.abacus.util.Array
 
range(Percentage, Percentage) - Static method in enum com.landawn.abacus.util.Percentage
 
range(Percentage, Percentage, Percentage) - Static method in enum com.landawn.abacus.util.Percentage
 
Range<T extends Comparable<? super T>> - Class in com.landawn.abacus.util
Note: it's copied from Apache Commons Lang developed at The Apache Software Foundation (http://www.apache.org/), or under the Apache License 2.0.
Range.BoundType - Enum in com.landawn.abacus.util
The Enum BoundType.
rangeClosed(char, char) - Static method in class com.landawn.abacus.util.Array
 
rangeClosed(byte, byte) - Static method in class com.landawn.abacus.util.Array
 
rangeClosed(short, short) - Static method in class com.landawn.abacus.util.Array
 
rangeClosed(int, int) - Static method in class com.landawn.abacus.util.Array
 
rangeClosed(long, long) - Static method in class com.landawn.abacus.util.Array
 
rangeClosed(char, char, int) - Static method in class com.landawn.abacus.util.Array
 
rangeClosed(byte, byte, byte) - Static method in class com.landawn.abacus.util.Array
 
rangeClosed(short, short, short) - Static method in class com.landawn.abacus.util.Array
 
rangeClosed(int, int, int) - Static method in class com.landawn.abacus.util.Array
 
rangeClosed(long, long, long) - Static method in class com.landawn.abacus.util.Array
 
rangeClosed(Percentage, Percentage) - Static method in enum com.landawn.abacus.util.Percentage
 
rangeClosed(Percentage, Percentage, Percentage) - Static method in enum com.landawn.abacus.util.Percentage
 
read() - Method in class com.landawn.abacus.util.BufferedReader
 
read(char[], int, int) - Method in class com.landawn.abacus.util.BufferedReader
 
read(File, byte[]) - Static method in class com.landawn.abacus.util.IOUtil
 
read(File, byte[], int, int) - Static method in class com.landawn.abacus.util.IOUtil
 
read(InputStream, byte[]) - Static method in class com.landawn.abacus.util.IOUtil
 
read(InputStream, byte[], int, int) - Static method in class com.landawn.abacus.util.IOUtil
 
read(File, char[]) - Static method in class com.landawn.abacus.util.IOUtil
 
read(File, char[], Charset) - Static method in class com.landawn.abacus.util.IOUtil
 
read(File, char[], int, int) - Static method in class com.landawn.abacus.util.IOUtil
 
read(File, char[], int, int, Charset) - Static method in class com.landawn.abacus.util.IOUtil
 
read(Reader, char[]) - Static method in class com.landawn.abacus.util.IOUtil
 
read(Reader, char[], int, int) - Static method in class com.landawn.abacus.util.IOUtil
 
read() - Method in class com.landawn.abacus.util.LZ4BlockInputStream
 
read(byte[]) - Method in class com.landawn.abacus.util.LZ4BlockInputStream
 
read(byte[], int, int) - Method in class com.landawn.abacus.util.LZ4BlockInputStream
 
read() - Method in class com.landawn.abacus.util.SnappyInputStream
 
read(byte[]) - Method in class com.landawn.abacus.util.SnappyInputStream
 
read(byte[], int, int) - Method in class com.landawn.abacus.util.SnappyInputStream
 
READ_BUFFER_SIZE - Static variable in class com.landawn.abacus.util.CSVParser
In most cases we know the size of the line we want to read.
readAllBytes(File) - Static method in class com.landawn.abacus.util.IOUtil
 
readAllBytes(InputStream) - Static method in class com.landawn.abacus.util.IOUtil
 
readAllChars(File) - Static method in class com.landawn.abacus.util.IOUtil
 
readAllChars(File, Charset) - Static method in class com.landawn.abacus.util.IOUtil
 
readAllChars(InputStream) - Static method in class com.landawn.abacus.util.IOUtil
 
readAllChars(InputStream, Charset) - Static method in class com.landawn.abacus.util.IOUtil
 
readAllChars(Reader) - Static method in class com.landawn.abacus.util.IOUtil
 
readAllLines(File) - Static method in class com.landawn.abacus.util.IOUtil
 
readAllLines(File, Charset) - Static method in class com.landawn.abacus.util.IOUtil
 
readAllLines(InputStream) - Static method in class com.landawn.abacus.util.IOUtil
 
readAllLines(InputStream, Charset) - Static method in class com.landawn.abacus.util.IOUtil
 
readAllLines(Reader) - Static method in class com.landawn.abacus.util.IOUtil
 
readAttributes(Node) - Static method in class com.landawn.abacus.util.XMLUtil
 
readBytes(File) - Static method in class com.landawn.abacus.util.IOUtil
 
readBytes(File, long, int) - Static method in class com.landawn.abacus.util.IOUtil
 
readBytes(InputStream) - Static method in class com.landawn.abacus.util.IOUtil
 
readBytes(InputStream, long, int) - Static method in class com.landawn.abacus.util.IOUtil
 
readChars(File) - Static method in class com.landawn.abacus.util.IOUtil
 
readChars(File, Charset) - Static method in class com.landawn.abacus.util.IOUtil
 
readChars(File, long, int) - Static method in class com.landawn.abacus.util.IOUtil
 
readChars(File, long, int, Charset) - Static method in class com.landawn.abacus.util.IOUtil
 
readChars(InputStream) - Static method in class com.landawn.abacus.util.IOUtil
 
readChars(InputStream, Charset) - Static method in class com.landawn.abacus.util.IOUtil
 
readChars(InputStream, long, int) - Static method in class com.landawn.abacus.util.IOUtil
 
readChars(InputStream, long, int, Charset) - Static method in class com.landawn.abacus.util.IOUtil
 
readChars(Reader) - Static method in class com.landawn.abacus.util.IOUtil
 
readChars(Reader, long, int) - Static method in class com.landawn.abacus.util.IOUtil
 
readLine() - Method in class com.landawn.abacus.util.BufferedReader
 
readLine(File) - Static method in class com.landawn.abacus.util.IOUtil
 
readLine(File, int) - Static method in class com.landawn.abacus.util.IOUtil
 
readLine(File, int, Charset) - Static method in class com.landawn.abacus.util.IOUtil
 
readLine(InputStream) - Static method in class com.landawn.abacus.util.IOUtil
 
readLine(InputStream, int) - Static method in class com.landawn.abacus.util.IOUtil
 
readLine(InputStream, int, Charset) - Static method in class com.landawn.abacus.util.IOUtil
 
readLine(Reader) - Static method in class com.landawn.abacus.util.IOUtil
 
readLine(Reader, int) - Static method in class com.landawn.abacus.util.IOUtil
 
readLines(File) - Static method in class com.landawn.abacus.util.IOUtil
 
readLines(File, Charset) - Static method in class com.landawn.abacus.util.IOUtil
 
readLines(File, int, int) - Static method in class com.landawn.abacus.util.IOUtil
 
readLines(File, int, int, Charset) - Static method in class com.landawn.abacus.util.IOUtil
 
readLines(InputStream) - Static method in class com.landawn.abacus.util.IOUtil
 
readLines(InputStream, Charset) - Static method in class com.landawn.abacus.util.IOUtil
 
readLines(InputStream, int, int) - Static method in class com.landawn.abacus.util.IOUtil
 
readLines(InputStream, int, int, Charset) - Static method in class com.landawn.abacus.util.IOUtil
 
readLines(Reader) - Static method in class com.landawn.abacus.util.IOUtil
 
readLines(Reader, int, int) - Static method in class com.landawn.abacus.util.IOUtil
 
ReadOnly - Annotation Type in com.landawn.abacus.annotation
The field will be excluded by add/addAll/batchAdd and update/updateAll/batchUpdate operations if the input is an entity.
ReadOnlyId - Annotation Type in com.landawn.abacus.annotation
The field is identity and will be excluded by add/addAll/batchAdd and update/updateAll/batchUpdate operations if the input is an entity.
readPropInfo(char[], int, int) - Method in class com.landawn.abacus.parser.ParserUtil.EntityInfo
Read prop info.
readPropValue(String) - Method in class com.landawn.abacus.parser.ParserUtil.PropInfo
Read prop value.
readString(Class<T>, String) - Method in interface com.landawn.abacus.parser.JSONParser
 
readString(Class<T>, String, JSONDeserializationConfig) - Method in interface com.landawn.abacus.parser.JSONParser
 
readString(Object[], String) - Method in interface com.landawn.abacus.parser.JSONParser
 
readString(Object[], String, JSONDeserializationConfig) - Method in interface com.landawn.abacus.parser.JSONParser
 
readString(Collection<?>, String) - Method in interface com.landawn.abacus.parser.JSONParser
 
readString(Collection<?>, String, JSONDeserializationConfig) - Method in interface com.landawn.abacus.parser.JSONParser
 
readString(Map<?, ?>, String) - Method in interface com.landawn.abacus.parser.JSONParser
 
readString(Map<?, ?>, String, JSONDeserializationConfig) - Method in interface com.landawn.abacus.parser.JSONParser
 
readString(File) - Static method in class com.landawn.abacus.util.IOUtil
Read all content into one String.
readString(File, Charset) - Static method in class com.landawn.abacus.util.IOUtil
Read all content into one String.
readString(File, long, int) - Static method in class com.landawn.abacus.util.IOUtil
 
readString(File, long, int, Charset) - Static method in class com.landawn.abacus.util.IOUtil
 
readString(InputStream) - Static method in class com.landawn.abacus.util.IOUtil
Read all content into one String.
readString(InputStream, Charset) - Static method in class com.landawn.abacus.util.IOUtil
Read all content into one String.
readString(InputStream, long, int) - Static method in class com.landawn.abacus.util.IOUtil
 
readString(InputStream, long, int, Charset) - Static method in class com.landawn.abacus.util.IOUtil
 
readString(Reader) - Static method in class com.landawn.abacus.util.IOUtil
Read all content into one String.
readString(Reader, long, int) - Static method in class com.landawn.abacus.util.IOUtil
 
readTimeout(int) - Method in class com.landawn.abacus.http.HttpRequest
 
ready() - Method in class com.landawn.abacus.util.BufferedReader
 
receivedResponseAtMillis() - Method in class com.landawn.abacus.http.HttpResponse
Received response at millis.
recycle(List<?>) - Static method in class com.landawn.abacus.util.Objectory
 
recycle(Set<?>) - Static method in class com.landawn.abacus.util.Objectory
 
recycle(Map<?, ?>) - Static method in class com.landawn.abacus.util.Objectory
 
recycle(Object[]) - Static method in class com.landawn.abacus.util.Objectory
 
recycle(char[]) - Static method in class com.landawn.abacus.util.Objectory
 
recycle(byte[]) - Static method in class com.landawn.abacus.util.Objectory
 
recycle(StringBuilder) - Static method in class com.landawn.abacus.util.Objectory
 
recycle(ByteArrayOutputStream) - Static method in class com.landawn.abacus.util.Objectory
 
recycle(BufferedWriter) - Static method in class com.landawn.abacus.util.Objectory
 
recycle(BufferedXMLWriter) - Static method in class com.landawn.abacus.util.Objectory
 
recycle(BufferedJSONWriter) - Static method in class com.landawn.abacus.util.Objectory
 
recycle(BufferedReader) - Static method in class com.landawn.abacus.util.Objectory
 
recycleContentParser(DocumentBuilder) - Static method in class com.landawn.abacus.util.XMLUtil
Recycle content parser.
recycleSAXParser(SAXParser) - Static method in class com.landawn.abacus.util.XMLUtil
Recycle SAX parser.
reduce(Throwables.BinaryOperator<T, ? extends E2>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
reduce(U, Throwables.BiFunction<U, ? super T, U, ? extends E2>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
reduce() - Method in class com.landawn.abacus.util.Fraction
Reduce the fraction to the smallest values for the numerator and denominator, returning the result.
reducing(T, BinaryOperator<T>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
reducing(BinaryOperator<T>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
reducing(U, Function<? super T, ? extends U>, BinaryOperator<U>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
reducing(Function<? super T, ? extends U>, BinaryOperator<U>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
reducingOrGet(BinaryOperator<T>, Supplier<? extends T>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
reducingOrGet(Function<? super T, ? extends U>, BinaryOperator<U>, Supplier<? extends U>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
reducingOrThrow(BinaryOperator<T>, Supplier<? extends X>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
reducingOrThrow(BinaryOperator<T>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
reducingOrThrow(Function<? super T, ? extends U>, BinaryOperator<U>, Supplier<? extends X>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
reducingOrThrow(Function<? super T, ? extends U>, BinaryOperator<U>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
REFERER - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP Referer header field name.
REFERRER_POLICY - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP Referrer-Policy header field name.
REFRESH - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP Refresh header field name.
refreshEntityPropInfo(Class<?>) - Static method in class com.landawn.abacus.parser.ParserUtil
Deprecated.
internal use only.
RegExUtil - Class in com.landawn.abacus.util
Note: Copied from Apache Commons Lang under Apache License V2.
register(Class<?>, int) - Method in class com.landawn.abacus.parser.KryoParser
 
register(Class<?>, Serializer<?>) - Method in class com.landawn.abacus.parser.KryoParser
 
registerNonEntityClass(Class<?>) - Static method in class com.landawn.abacus.util.ClassUtil
Register non entity class.
registerNonPropGetSetMethod(Class<?>, String) - Static method in class com.landawn.abacus.util.ClassUtil
Register non prop get set method.
registerPropGetSetMethod(String, Method) - Static method in class com.landawn.abacus.util.ClassUtil
Register prop get set method.
registerSeperator(char) - Static method in class com.landawn.abacus.util.SQLParser
 
registerSeperator(String) - Static method in class com.landawn.abacus.util.SQLParser
 
registerXMLBindingClass(Class<?>) - Static method in class com.landawn.abacus.util.ClassUtil
The property maybe only has get method if its type is collection or map by xml binding specification Otherwise, it will be ignored if not registered by calling this method.
remove(Criteria, Operator) - Static method in class com.landawn.abacus.condition.CriteriaUtil
 
remove(Criteria, Condition...) - Static method in class com.landawn.abacus.condition.CriteriaUtil
 
remove(Criteria, Collection<Condition>) - Static method in class com.landawn.abacus.condition.CriteriaUtil
 
remove(Condition...) - Method in class com.landawn.abacus.condition.Junction
 
remove(Collection<? extends Condition>) - Method in class com.landawn.abacus.condition.Junction
 
remove(String) - Method in class com.landawn.abacus.http.HttpHeaders
 
remove(K) - Method in class com.landawn.abacus.pool.GenericKeyedObjectPool
 
remove(K) - Method in interface com.landawn.abacus.pool.KeyedObjectPool
 
remove(Object) - Method in class com.landawn.abacus.util.ArrayHashMap
 
remove(Object) - Method in class com.landawn.abacus.util.ArrayHashSet
 
remove(Object) - Method in class com.landawn.abacus.util.BiMap
 
remove(Object) - Method in class com.landawn.abacus.util.IdentityHashSet
 
remove(Object) - Method in class com.landawn.abacus.util.ImmutableCollection
Deprecated.
throws UnsupportedOperationException
remove(int) - Method in class com.landawn.abacus.util.ImmutableList
Deprecated.
throws UnsupportedOperationException
remove(Object) - Method in class com.landawn.abacus.util.ImmutableMap
Deprecated.
throws UnsupportedOperationException
remove(Map<K, V>, Map.Entry<?, ?>) - Static method in class com.landawn.abacus.util.Maps
Removes the specified entry.
remove(Map<K, V>, Object, Object) - Static method in class com.landawn.abacus.util.Maps
 
remove(Object, Object) - Method in class com.landawn.abacus.util.Multimap
 
remove(Object) - Method in class com.landawn.abacus.util.Multiset
Remove one occurrence from the specified elements.
remove(Object, int) - Method in class com.landawn.abacus.util.Multiset
Remove the specified occurrences from the specified element.
remove(boolean[], boolean) - Static method in class com.landawn.abacus.util.N
Removes the first occurrence of the specified elementToRemove from the specified array.
remove(char[], char) - Static method in class com.landawn.abacus.util.N
Removes the first occurrence of the specified elementToRemove from the specified array.
remove(byte[], byte) - Static method in class com.landawn.abacus.util.N
Removes the first occurrence of the specified elementToRemove from the specified array.
remove(short[], short) - Static method in class com.landawn.abacus.util.N
Removes the first occurrence of the specified elementToRemove from the specified array.
remove(int[], int) - Static method in class com.landawn.abacus.util.N
Removes the first occurrence of the specified elementToRemove from the specified array.
remove(long[], long) - Static method in class com.landawn.abacus.util.N
Removes the first occurrence of the specified elementToRemove from the specified array.
remove(float[], float) - Static method in class com.landawn.abacus.util.N
Removes the first occurrence of the specified elementToRemove from the specified array.
remove(double[], double) - Static method in class com.landawn.abacus.util.N
Removes the first occurrence of the specified elementToRemove from the specified array.
remove(String[], String) - Static method in class com.landawn.abacus.util.N
 
remove(T[], T) - Static method in class com.landawn.abacus.util.N
Removes the first occurrence of the specified elementToRemove from the specified array.
remove(Collection<T>, T) - Static method in class com.landawn.abacus.util.N
Removes the first occurrence of the specified elementToRemove from the specified collection.
remove(Object) - Method in class com.landawn.abacus.util.ObjectPool
 
remove(Object) - Method in class com.landawn.abacus.util.Properties
 
remove(Object, Object) - Method in class com.landawn.abacus.util.Properties
Removes the entry for the specified key only if it is currently mapped to the specified value.
removeAll(Collection<?>) - Method in class com.landawn.abacus.util.ArrayHashSet
Removes the all.
removeAll(Collection<?>) - Method in class com.landawn.abacus.util.IdentityHashSet
Removes the all.
removeAll(Collection<?>) - Method in class com.landawn.abacus.util.ImmutableCollection
Deprecated.
throws UnsupportedOperationException
removeAll(Object) - Method in class com.landawn.abacus.util.Multimap
Removes the all.
removeAll(Object, Collection<?>) - Method in class com.landawn.abacus.util.Multimap
Removes the all.
removeAll(Map<?, ? extends Collection<?>>) - Method in class com.landawn.abacus.util.Multimap
ListMultimap listMultimap = ListMultimap.of("a", 1, "b", 2, "a", 2, "a", 2); // -> {a=[1, 2, 2], b=[2]} listMultimap.removeAll(N.asMap("a", N.asList(2))); // -> {a=[1], b=[2]}
removeAll(Multimap<?, ?, ?>) - Method in class com.landawn.abacus.util.Multimap
Removes the all.
removeAll(Collection<?>) - Method in class com.landawn.abacus.util.Multiset
Removes all of this Multiset's elements that are also contained in the specified collection (optional operation).
removeAll(Collection<?>, int) - Method in class com.landawn.abacus.util.Multiset
Deprecated. 
removeAll(Map<?, Integer>) - Method in class com.landawn.abacus.util.Multiset
Removes the all.
removeAll(Multiset<?>) - Method in class com.landawn.abacus.util.Multiset
Removes the all.
removeAll(String[], String...) - Static method in class com.landawn.abacus.util.N
Returns a new array with removes all the occurrences of specified elementsToRemove from a.
removeAll(T[], T...) - Static method in class com.landawn.abacus.util.N
Returns a new array with removes all the occurrences of specified elementsToRemove from a.
removeAll(Collection<T>, T...) - Static method in class com.landawn.abacus.util.N
Removes the all.
removeAll(Collection<T>, Collection<?>) - Static method in class com.landawn.abacus.util.N
Removes the all.
removeAll(Collection<T>, Iterator<?>) - Static method in class com.landawn.abacus.util.N
 
removeAll(String, Pattern) - Static method in class com.landawn.abacus.util.RegExUtil
Removes each substring of the text String that matches the given regular expression pattern.
removeAll(String, String) - Static method in class com.landawn.abacus.util.RegExUtil
Removes each substring of the text String that matches the given regular expression.
removeAll(String, char) - Static method in class com.landawn.abacus.util.StringUtil
Removes all occurrences of a character from within the source string.
removeAll(String, int, char) - Static method in class com.landawn.abacus.util.StringUtil
Removes the all.
removeAll(String, String) - Static method in class com.landawn.abacus.util.StringUtil
Removes all occurrences of a substring from within the source string.
removeAll(String, int, String) - Static method in class com.landawn.abacus.util.StringUtil
Removes the all.
removeAllIf(Collection<?>, Throwables.Predicate<? super K, X>) - Method in class com.landawn.abacus.util.Multimap
Remove the specified values (all occurrences) from the value set associated with keys which satisfy the specified predicate.
removeAllIf(Collection<?>, Throwables.BiPredicate<? super K, ? super V, X>) - Method in class com.landawn.abacus.util.Multimap
Remove the specified values (all occurrences) from the value set associated with keys which satisfy the specified predicate.
removeAllIf(Throwables.Predicate<? super K, X>) - Method in class com.landawn.abacus.util.Multimap
Remove all the values associated with keys which satisfy the specified predicate.
removeAllIf(Throwables.BiPredicate<? super K, ? super V, X>) - Method in class com.landawn.abacus.util.Multimap
Remove all the values associated with keys which satisfy the specified predicate.
removeAllOccurrences(Object) - Method in class com.landawn.abacus.util.Multiset
Removes the all occurrences.
removeAllOccurrences(boolean[], boolean) - Static method in class com.landawn.abacus.util.N
Removes all the occurrences of the specified elementToRemove from the specified array.
removeAllOccurrences(char[], char) - Static method in class com.landawn.abacus.util.N
Removes all the occurrences of the specified elementToRemove from the specified array.
removeAllOccurrences(byte[], byte) - Static method in class com.landawn.abacus.util.N
Removes all the occurrences of the specified elementToRemove from the specified array.
removeAllOccurrences(short[], short) - Static method in class com.landawn.abacus.util.N
Removes all the occurrences of the specified elementToRemove from the specified array.
removeAllOccurrences(int[], int) - Static method in class com.landawn.abacus.util.N
Removes all the occurrences of the specified elementToRemove from the specified array.
removeAllOccurrences(long[], long) - Static method in class com.landawn.abacus.util.N
Removes all the occurrences of the specified elementToRemove from the specified array.
removeAllOccurrences(float[], float) - Static method in class com.landawn.abacus.util.N
Removes all the occurrences of the specified elementToRemove from the specified array.
removeAllOccurrences(double[], double) - Static method in class com.landawn.abacus.util.N
Removes all the occurrences of the specified elementToRemove from the specified array.
removeAllOccurrences(String[], String) - Static method in class com.landawn.abacus.util.N
 
removeAllOccurrences(T[], T) - Static method in class com.landawn.abacus.util.N
Removes all the occurrences of the specified elementToRemove from the specified array.
removeAllOccurrences(Collection<T>, T) - Static method in class com.landawn.abacus.util.N
Removes the all occurrences.
removeAllOccurrencesIf(Throwables.Predicate<? super T, E>) - Method in class com.landawn.abacus.util.Multiset
Removes the all occurrences if.
removeAllOccurrencesIf(Throwables.BiPredicate<? super T, ? super Integer, E>) - Method in class com.landawn.abacus.util.Multiset
Removes the all occurrences if.
removeAndGet(Object) - Method in class com.landawn.abacus.util.Multiset
Removes the and get.
removeAndGet(Object, int) - Method in class com.landawn.abacus.util.Multiset
Removes the and get.
removeByValue(Object) - Method in class com.landawn.abacus.util.BiMap
Removes the by value.
removeColumn(String) - Method in interface com.landawn.abacus.DataSet
Remove the column with the specified columnName from this DataSet.
removeColumns(Collection<String>) - Method in interface com.landawn.abacus.DataSet
Remove the column(s) with the specified columnNames from this DataSet.
removeColumns(Throwables.Predicate<String, E>) - Method in interface com.landawn.abacus.DataSet
Removes the columns.
removeColumnsIf(Throwables.Predicate<String, E>) - Method in interface com.landawn.abacus.DataSet
Deprecated. 
removeDuplicates(boolean[]) - Static method in class com.landawn.abacus.util.N
Removes the duplicates.
removeDuplicates(boolean[], int, int) - Static method in class com.landawn.abacus.util.N
Removes the duplicates.
removeDuplicates(char[]) - Static method in class com.landawn.abacus.util.N
Removes the duplicates.
removeDuplicates(char[], boolean) - Static method in class com.landawn.abacus.util.N
Removes the duplicates.
removeDuplicates(char[], int, int, boolean) - Static method in class com.landawn.abacus.util.N
Removes the duplicates.
removeDuplicates(byte[]) - Static method in class com.landawn.abacus.util.N
Removes the duplicates.
removeDuplicates(byte[], boolean) - Static method in class com.landawn.abacus.util.N
Removes the duplicates.
removeDuplicates(byte[], int, int, boolean) - Static method in class com.landawn.abacus.util.N
Removes the duplicates.
removeDuplicates(short[]) - Static method in class com.landawn.abacus.util.N
Removes the duplicates.
removeDuplicates(short[], boolean) - Static method in class com.landawn.abacus.util.N
Removes the duplicates.
removeDuplicates(short[], int, int, boolean) - Static method in class com.landawn.abacus.util.N
Removes the duplicates.
removeDuplicates(int[]) - Static method in class com.landawn.abacus.util.N
Removes the duplicates.
removeDuplicates(int[], boolean) - Static method in class com.landawn.abacus.util.N
Removes the duplicates.
removeDuplicates(int[], int, int, boolean) - Static method in class com.landawn.abacus.util.N
Removes the duplicates.
removeDuplicates(long[]) - Static method in class com.landawn.abacus.util.N
Removes the duplicates.
removeDuplicates(long[], boolean) - Static method in class com.landawn.abacus.util.N
Removes the duplicates.
removeDuplicates(long[], int, int, boolean) - Static method in class com.landawn.abacus.util.N
Removes the duplicates.
removeDuplicates(float[]) - Static method in class com.landawn.abacus.util.N
Removes the duplicates.
removeDuplicates(float[], boolean) - Static method in class com.landawn.abacus.util.N
Removes the duplicates.
removeDuplicates(float[], int, int, boolean) - Static method in class com.landawn.abacus.util.N
Removes the duplicates.
removeDuplicates(double[]) - Static method in class com.landawn.abacus.util.N
Removes the duplicates.
removeDuplicates(double[], boolean) - Static method in class com.landawn.abacus.util.N
Removes the duplicates.
removeDuplicates(double[], int, int, boolean) - Static method in class com.landawn.abacus.util.N
Removes the duplicates.
removeDuplicates(String[]) - Static method in class com.landawn.abacus.util.N
Removes the duplicates.
removeDuplicates(String[], boolean) - Static method in class com.landawn.abacus.util.N
Removes the duplicates.
removeDuplicates(String[], int, int, boolean) - Static method in class com.landawn.abacus.util.N
Removes the duplicates.
removeDuplicates(T[]) - Static method in class com.landawn.abacus.util.N
Removes all duplicates elements
removeDuplicates(T[], boolean) - Static method in class com.landawn.abacus.util.N
Removes the duplicates.
removeDuplicates(T[], int, int, boolean) - Static method in class com.landawn.abacus.util.N
Removes the duplicates.
removeDuplicates(Collection<?>) - Static method in class com.landawn.abacus.util.N
Removes the duplicates.
removeDuplicates(Collection<?>, boolean) - Static method in class com.landawn.abacus.util.N
Removes the duplicates.
removeEnd(String, String) - Static method in class com.landawn.abacus.util.StringUtil
Removes a substring only if it is at the end of a source string, otherwise returns the source string.
removeEndIgnoreCase(String, String) - Static method in class com.landawn.abacus.util.StringUtil
Case insensitive removal of a substring if it is at the end of a source string, otherwise returns the source string.
removeEntries(Map<?, ?>, Map<?, ?>) - Static method in class com.landawn.abacus.util.Maps
The the entries from the specified Map.
removeFirst(String, Pattern) - Static method in class com.landawn.abacus.util.RegExUtil
Removes the first substring of the text string that matches the given regular expression pattern.
removeFirst(String, String) - Static method in class com.landawn.abacus.util.RegExUtil
Removes the first substring of the text string that matches the given regular expression.
removeHeader(String) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
Deprecated.
no use case?
removeIf(Map<K, V>, Throwables.Predicate<? super Map.Entry<K, V>, E>) - Static method in class com.landawn.abacus.util.Maps
Removes entries from the specified map by the the specified filter.
removeIf(E, Throwables.Predicate<? super K, X>) - Method in class com.landawn.abacus.util.Multimap
Remove the specified value (one occurrence) from the value set associated with keys which satisfy the specified predicate.
removeIf(E, Throwables.BiPredicate<? super K, ? super V, X>) - Method in class com.landawn.abacus.util.Multimap
Remove the specified value (one occurrence) from the value set associated with keys which satisfy the specified predicate.
removeIf(int, Throwables.Predicate<? super T, E>) - Method in class com.landawn.abacus.util.Multiset
Removes the if.
removeIf(int, Throwables.BiPredicate<? super T, ? super Integer, E>) - Method in class com.landawn.abacus.util.Multiset
Removes the if.
removeIfKey(Map<K, V>, Throwables.Predicate<? super K, E>) - Static method in class com.landawn.abacus.util.Maps
Removes entries from the specified map by the the specified filter.
removeIfValue(Map<K, V>, Throwables.Predicate<? super V, E>) - Static method in class com.landawn.abacus.util.Maps
Removes entries from the specified map by the the specified filter.
removeKeys(Map<?, ?>, Collection<?>) - Static method in class com.landawn.abacus.util.Maps
Removes the keys.
removePattern(String, String) - Static method in class com.landawn.abacus.util.RegExUtil
Removes each substring of the source String that matches the given regular expression using the DOTALL option.
removePattern(String, String) - Static method in class com.landawn.abacus.util.StringUtil
Removes each substring of the source String that matches the given regular expression using the DOTALL option.
removeRow(int) - Method in interface com.landawn.abacus.DataSet
Removes the row.
removeRowRange(int, int) - Method in interface com.landawn.abacus.DataSet
Removes the row range.
removeRows(int...) - Method in interface com.landawn.abacus.DataSet
Removes the rows.
removeStart(String, String) - Static method in class com.landawn.abacus.util.StringUtil
Removes a substring only if it is at the beginning of a source string, otherwise returns the source string.
removeStartIgnoreCase(String, String) - Static method in class com.landawn.abacus.util.StringUtil
Case insensitive removal of a substring if it is at the beginning of a source string, otherwise returns the source string.
RENAME - Static variable in class com.landawn.abacus.util.WD
Field RENAME.
renameColumn(String, String) - Method in interface com.landawn.abacus.DataSet
 
renameColumn(String, Throwables.Function<String, String, E>) - Method in interface com.landawn.abacus.DataSet
 
renameColumns(Map<String, String>) - Method in interface com.landawn.abacus.DataSet
 
renameColumns(Collection<String>, Throwables.Function<String, String, E>) - Method in interface com.landawn.abacus.DataSet
 
renameColumns(Throwables.Function<String, String, E>) - Method in interface com.landawn.abacus.DataSet
 
renameTo(File, String) - Static method in class com.landawn.abacus.util.IOUtil
 
repeat(boolean, int) - Static method in class com.landawn.abacus.util.Array
 
repeat(char, int) - Static method in class com.landawn.abacus.util.Array
 
repeat(byte, int) - Static method in class com.landawn.abacus.util.Array
 
repeat(short, int) - Static method in class com.landawn.abacus.util.Array
 
repeat(int, int) - Static method in class com.landawn.abacus.util.Array
 
repeat(long, int) - Static method in class com.landawn.abacus.util.Array
 
repeat(float, int) - Static method in class com.landawn.abacus.util.Array
 
repeat(double, int) - Static method in class com.landawn.abacus.util.Array
 
repeat(String, int) - Static method in class com.landawn.abacus.util.Array
 
repeat(T, int) - Static method in class com.landawn.abacus.util.Array
Deprecated.
prefer to Array.repeat(Object, int, Class) because this method throws NullPointerException when element is null
repeat(Class<T>, T, int) - Static method in class com.landawn.abacus.util.Array
repeat(T, int, Class<T>) - Static method in class com.landawn.abacus.util.Array
 
repeat(T, long) - Static method in class com.landawn.abacus.util.ExceptionalStream
 
repeat(T, long) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
 
repeat(T, int) - Static method in class com.landawn.abacus.util.Iterators
 
repeat(String, int) - Method in class com.landawn.abacus.util.Joiner
 
repeat(Object, int) - Method in class com.landawn.abacus.util.Joiner
 
repeat(char, int) - Static method in class com.landawn.abacus.util.StringUtil
 
repeat(char, int, char) - Static method in class com.landawn.abacus.util.StringUtil
 
repeat(String, int) - Static method in class com.landawn.abacus.util.StringUtil
 
repeat(String, int, String) - Static method in class com.landawn.abacus.util.StringUtil
 
repeat(String, int, String, String, String) - Static method in class com.landawn.abacus.util.StringUtil
 
repeatAll(Collection<? extends T>, int) - Static method in class com.landawn.abacus.util.Iterators
 
repeatAllToSize(Collection<? extends T>, int) - Static method in class com.landawn.abacus.util.Iterators
Repeat all to size.
repeatEach(Collection<? extends T>, int) - Static method in class com.landawn.abacus.util.Iterators
 
repeatEachToSize(Collection<? extends T>, int) - Static method in class com.landawn.abacus.util.Iterators
Repeat each to size.
repeatNonNull(T, int) - Static method in class com.landawn.abacus.util.Array
 
repeatQM(int) - Method in class com.landawn.abacus.util.DynamicSQLBuilder.Where
Append question mark ? n times.
repeatQM(int, String, String) - Method in class com.landawn.abacus.util.DynamicSQLBuilder.Where
Append question mark ? n times.
repeatQM(int) - Static method in class com.landawn.abacus.util.SQLBuilder
Repeat question mark(?) n times with delimiter ", ".
replace(String, String, String) - Static method in class com.landawn.abacus.condition.Expression
 
replace(Map<K, V>, K, V, V) - Static method in class com.landawn.abacus.util.Maps
 
replace(Map<K, V>, K, V) - Static method in class com.landawn.abacus.util.Maps
 
replace(K, E, E) - Method in class com.landawn.abacus.util.Multimap
Replace the specified oldValue (one occurrence) with the specified newValue.
replace(K, V) - Method in class com.landawn.abacus.util.Properties
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(K, V, V) - Method in class com.landawn.abacus.util.Properties
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(String, int, String, String, int) - Static method in class com.landawn.abacus.util.StringUtil
Replaces a String with another String inside a larger String, for the first max values of the search String.
REPLACE - Static variable in class com.landawn.abacus.util.WD
Field REPLACE.
replaceAll(Map<K, V>, Throwables.BiFunction<? super K, ? super V, ? extends V, E>) - Static method in class com.landawn.abacus.util.Maps
 
replaceAll(K, E, E) - Method in class com.landawn.abacus.util.Multimap
Replace the specified oldValue (all occurrences) with the specified newValue.
replaceAll(K, Collection<? extends E>, E) - Method in class com.landawn.abacus.util.Multimap
Deprecated. 
replaceAll(Throwables.BiFunction<? super K, ? super V, ? extends V, X>) - Method in class com.landawn.abacus.util.Multimap
The associated keys will be removed if null or empty values are returned by the specified function.
replaceAll(Throwables.BiFunction<? super T, ? super Integer, Integer, E>) - Method in class com.landawn.abacus.util.Multiset
The associated elements will be removed if zero or negative occurrences are returned by the specified function.
replaceAll(boolean[], boolean, boolean) - Static method in class com.landawn.abacus.util.N
 
replaceAll(char[], char, char) - Static method in class com.landawn.abacus.util.N
 
replaceAll(byte[], byte, byte) - Static method in class com.landawn.abacus.util.N
 
replaceAll(short[], short, short) - Static method in class com.landawn.abacus.util.N
 
replaceAll(int[], int, int) - Static method in class com.landawn.abacus.util.N
 
replaceAll(long[], long, long) - Static method in class com.landawn.abacus.util.N
 
replaceAll(float[], float, float) - Static method in class com.landawn.abacus.util.N
 
replaceAll(double[], double, double) - Static method in class com.landawn.abacus.util.N
 
replaceAll(T[], Object, T) - Static method in class com.landawn.abacus.util.N
 
replaceAll(List<T>, Object, T) - Static method in class com.landawn.abacus.util.N
 
replaceAll(boolean[], Throwables.BooleanUnaryOperator<E>) - Static method in class com.landawn.abacus.util.N
 
replaceAll(char[], Throwables.CharUnaryOperator<E>) - Static method in class com.landawn.abacus.util.N
 
replaceAll(byte[], Throwables.ByteUnaryOperator<E>) - Static method in class com.landawn.abacus.util.N
 
replaceAll(short[], Throwables.ShortUnaryOperator<E>) - Static method in class com.landawn.abacus.util.N
 
replaceAll(int[], Throwables.IntUnaryOperator<E>) - Static method in class com.landawn.abacus.util.N
 
replaceAll(long[], Throwables.LongUnaryOperator<E>) - Static method in class com.landawn.abacus.util.N
 
replaceAll(float[], Throwables.FloatUnaryOperator<E>) - Static method in class com.landawn.abacus.util.N
 
replaceAll(double[], Throwables.DoubleUnaryOperator<E>) - Static method in class com.landawn.abacus.util.N
 
replaceAll(T[], Throwables.UnaryOperator<T, E>) - Static method in class com.landawn.abacus.util.N
 
replaceAll(List<T>, Throwables.UnaryOperator<T, E>) - Static method in class com.landawn.abacus.util.N
 
replaceAll(String, Pattern, String) - Static method in class com.landawn.abacus.util.RegExUtil
Replaces each substring of the text String that matches the given regular expression pattern with the given replacement.
replaceAll(String, String, String) - Static method in class com.landawn.abacus.util.RegExUtil
Replaces each substring of the text String that matches the given regular expression with the given replacement.
replaceAll(String, String, String) - Static method in class com.landawn.abacus.util.StringUtil
Replaces all occurrences of a String within another String.
replaceAll(String, int, String, String) - Static method in class com.landawn.abacus.util.StringUtil
 
replaceAllIf(Throwables.Predicate<? super K, X>, E, E) - Method in class com.landawn.abacus.util.Multimap
Replace the specified oldValue (all occurrences) from the value set associated with keys which satisfy the specified predicate with the specified newValue.
replaceAllIf(Throwables.BiPredicate<? super K, ? super V, X>, E, E) - Method in class com.landawn.abacus.util.Multimap
Replace the specified oldValue (all occurrences) from the value set associated with keys which satisfy the specified predicate with the specified newValue.
replaceAllIf(Throwables.Predicate<? super K, X>, Collection<? extends E>, E) - Method in class com.landawn.abacus.util.Multimap
Deprecated. 
replaceAllIf(Throwables.BiPredicate<? super K, ? super V, X>, Collection<? extends E>, E) - Method in class com.landawn.abacus.util.Multimap
Deprecated. 
replaceAllIgnoreCase(String, String, String) - Static method in class com.landawn.abacus.util.StringUtil
Replace all ignore case.
replaceAllIgnoreCase(String, int, String, String) - Static method in class com.landawn.abacus.util.StringUtil
Replace all ignore case.
replaceFirst(String, Pattern, String) - Static method in class com.landawn.abacus.util.RegExUtil
Replaces the first substring of the text string that matches the given regular expression pattern with the given replacement.
replaceFirst(String, String, String) - Static method in class com.landawn.abacus.util.RegExUtil
Replaces the first substring of the text string that matches the given regular expression with the given replacement.
replaceIf(Throwables.Predicate<?, E>, Object) - Method in interface com.landawn.abacus.DataSet
Replace all the values in this DataSet with the specified new value if it matches the specified condition.
replaceIf(Throwables.Predicate<? super K, X>, E, E) - Method in class com.landawn.abacus.util.Multimap
Replace the specified oldValue (one occurrence) from the value set associated with keys which satisfy the specified predicate with the specified newValue.
replaceIf(Throwables.BiPredicate<? super K, ? super V, X>, E, E) - Method in class com.landawn.abacus.util.Multimap
Replace the specified oldValue (one occurrence) from the value set associated with keys which satisfy the specified predicate with the specified newValue.
replaceIf(Throwables.Predicate<? super T, E>, int) - Method in class com.landawn.abacus.util.Multiset
 
replaceIf(Throwables.BiPredicate<? super T, ? super Integer, E>, int) - Method in class com.landawn.abacus.util.Multiset
 
replaceIf(boolean[], Throwables.BooleanPredicate<E>, boolean) - Static method in class com.landawn.abacus.util.N
 
replaceIf(char[], Throwables.CharPredicate<E>, char) - Static method in class com.landawn.abacus.util.N
 
replaceIf(byte[], Throwables.BytePredicate<E>, byte) - Static method in class com.landawn.abacus.util.N
 
replaceIf(short[], Throwables.ShortPredicate<E>, short) - Static method in class com.landawn.abacus.util.N
 
replaceIf(int[], Throwables.IntPredicate<E>, int) - Static method in class com.landawn.abacus.util.N
 
replaceIf(long[], Throwables.LongPredicate<E>, long) - Static method in class com.landawn.abacus.util.N
 
replaceIf(float[], Throwables.FloatPredicate<E>, float) - Static method in class com.landawn.abacus.util.N
 
replaceIf(double[], Throwables.DoublePredicate<E>, double) - Static method in class com.landawn.abacus.util.N
 
replaceIf(T[], Throwables.Predicate<? super T, E>, T) - Static method in class com.landawn.abacus.util.N
 
replaceIf(List<T>, Throwables.Predicate<? super T, E>, T) - Static method in class com.landawn.abacus.util.N
 
replaceIgnoreCase(String, int, String, String, int) - Static method in class com.landawn.abacus.util.StringUtil
Replace ignore case.
replaceOnce(String, String, String) - Static method in class com.landawn.abacus.util.StringUtil
Replaces a String with another String inside a larger String, once.
replaceOnce(String, int, String, String) - Static method in class com.landawn.abacus.util.StringUtil
 
replaceOnceIgnoreCase(String, String, String) - Static method in class com.landawn.abacus.util.StringUtil
Replace once ignore case.
replaceOnceIgnoreCase(String, int, String, String) - Static method in class com.landawn.abacus.util.StringUtil
Replace once ignore case.
replacePattern(String, String, String) - Static method in class com.landawn.abacus.util.RegExUtil
Replaces each substring of the source String that matches the given regular expression with the given replacement using the Pattern.DOTALL option.
replacePattern(String, String, String) - Static method in class com.landawn.abacus.util.StringUtil
Replaces each substring of the source String that matches the given regular expression with the given replacement using the Pattern.DOTALL option.
replaceRange(boolean[], int, int, boolean[]) - Static method in class com.landawn.abacus.util.N
Return a new array.
replaceRange(char[], int, int, char[]) - Static method in class com.landawn.abacus.util.N
Return a new array.
replaceRange(byte[], int, int, byte[]) - Static method in class com.landawn.abacus.util.N
Return a new array.
replaceRange(short[], int, int, short[]) - Static method in class com.landawn.abacus.util.N
Return a new array.
replaceRange(int[], int, int, int[]) - Static method in class com.landawn.abacus.util.N
Return a new array.
replaceRange(long[], int, int, long[]) - Static method in class com.landawn.abacus.util.N
Return a new array.
replaceRange(float[], int, int, float[]) - Static method in class com.landawn.abacus.util.N
Return a new array.
replaceRange(double[], int, int, double[]) - Static method in class com.landawn.abacus.util.N
Return a new array.
replaceRange(String[], int, int, String[]) - Static method in class com.landawn.abacus.util.N
 
replaceRange(T[], int, int, T[]) - Static method in class com.landawn.abacus.util.N
Return a new array.
replaceRange(List<T>, int, int, Collection<? extends T>) - Static method in class com.landawn.abacus.util.N
 
replaceRange(String, int, int, String) - Static method in class com.landawn.abacus.util.N
Returns a new String.
replacingMerger() - Static method in class com.landawn.abacus.util.Fn.Fnn
 
replacingMerger() - Static method in class com.landawn.abacus.util.Fn
 
reset() - Method in class com.landawn.abacus.util.ByteArrayOutputStream
Reset.
reset() - Method in class com.landawn.abacus.util.LZ4BlockInputStream
 
reset() - Method in class com.landawn.abacus.util.SnappyInputStream
 
resetCSVHeaderParser() - Static method in class com.landawn.abacus.util.CSVUtil
 
resetCSVLineParser() - Static method in class com.landawn.abacus.util.CSVUtil
 
RESULT - Static variable in class com.landawn.abacus.parser.XMLConstants
Field RESULT.
result() - Method in class com.landawn.abacus.util.Chain.ComparisonChain
 
result() - Method in class com.landawn.abacus.util.Chain.EquivalenceChain
 
result() - Method in class com.landawn.abacus.util.Chain.HashCodeChain
 
Result<T,E extends Throwable> - Class in com.landawn.abacus.util
 
RESULT_ELE_END - Static variable in class com.landawn.abacus.parser.XMLConstants
Field RESULT_ELE_END.
RESULT_ELE_START - Static variable in class com.landawn.abacus.parser.XMLConstants
Field RESULT_ELE_START.
RESULT_NULL_ELE - Static variable in class com.landawn.abacus.parser.XMLConstants
Field RESULT_NULL_ELE.
retainAll(Collection<?>) - Method in class com.landawn.abacus.util.ArrayHashSet
 
retainAll(Collection<?>) - Method in class com.landawn.abacus.util.IdentityHashSet
 
retainAll(Collection<?>) - Method in class com.landawn.abacus.util.ImmutableCollection
Deprecated.
throws UnsupportedOperationException
retainAll(Collection<?>) - Method in class com.landawn.abacus.util.Multiset
Retains only the elements in this collection that are contained in the specified collection (optional operation).
retainAll(Collection<T>, Collection<? extends T>) - Static method in class com.landawn.abacus.util.N
 
Retry<T> - Class in com.landawn.abacus.util
 
Retry.RetryR<T> - Class in com.landawn.abacus.util
 
RETRY_AFTER - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP Retry-After header field name.
returnFirst() - Static method in class com.landawn.abacus.util.Fn.BiFunctions
 
returnSecond() - Static method in class com.landawn.abacus.util.Fn.BiFunctions
 
reuse(Supplier<? extends C>) - Static method in class com.landawn.abacus.util.Fn
Deprecated. 
reuse(IntFunction<? extends C>) - Static method in class com.landawn.abacus.util.Fn
Deprecated. 
reuseCachedBuffer(boolean) - Method in class com.landawn.abacus.util.Joiner
Deprecated.
reuseCachedBuffer() - Method in class com.landawn.abacus.util.Joiner
 
reverse() - Method in class com.landawn.abacus.util.Pair
Returns a new instance of Pair<R, L>.
reverse(String) - Static method in class com.landawn.abacus.util.StringUtil
 
reverse() - Method in class com.landawn.abacus.util.Triple
Returns a new instance of Triple<R, M, L>.
reverse() - Method in class com.landawn.abacus.util.Tuple.Tuple2
 
reverse() - Method in class com.landawn.abacus.util.Tuple.Tuple3
 
reverse() - Method in class com.landawn.abacus.util.Tuple.Tuple4
 
reverse() - Method in class com.landawn.abacus.util.Tuple.Tuple5
 
reverse() - Method in class com.landawn.abacus.util.Tuple.Tuple6
 
reverse() - Method in class com.landawn.abacus.util.Tuple.Tuple7
 
reverse() - Method in class com.landawn.abacus.util.Tuple.Tuple8
 
reverse() - Method in class com.landawn.abacus.util.Tuple.Tuple9
 
reversed() - Method in class com.landawn.abacus.util.ExceptionalStream
 
reversedComparingBy(Function<? super T, ? extends U>) - Static method in class com.landawn.abacus.util.Comparators
Reversed comparing by.
reversedComparingByKey() - Static method in class com.landawn.abacus.util.Comparators
Reversed comparing by key.
reversedComparingByKey(Comparator<? super K>) - Static method in class com.landawn.abacus.util.Comparators
Deprecated.
reversedComparingByValue() - Static method in class com.landawn.abacus.util.Comparators
Reversed comparing by value.
reversedComparingByValue(Comparator<? super V>) - Static method in class com.landawn.abacus.util.Comparators
Deprecated.
reverseDelimited(String, char) - Static method in class com.landawn.abacus.util.StringUtil
Reverses a String that is delimited by a specific character.
reverseDelimited(String, String) - Static method in class com.landawn.abacus.util.StringUtil
 
reversedOrder() - Static method in class com.landawn.abacus.util.Comparators
 
reversedOrder(Comparator<T>) - Static method in class com.landawn.abacus.util.Comparators
 
reverseSorted() - Method in class com.landawn.abacus.util.ExceptionalStream
 
RFC1123_DATE_FORMAT - Static variable in class com.landawn.abacus.util.DateUtil
This constant defines the date format specified by RFC 1123 / RFC 822.
right() - Static method in class com.landawn.abacus.util.Fn
 
right - Variable in class com.landawn.abacus.util.Pair
 
right - Variable in class com.landawn.abacus.util.Triple
 
RIGHT - Static variable in class com.landawn.abacus.util.WD
Field RIGHT.
RIGHT_JOIN - Static variable in class com.landawn.abacus.util.WD
Field RIGHT_JOIN.
rightJoin(String) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
rightJoin(String, Condition) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
rightJoin(Collection<String>, Condition) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
RightJoin - Class in com.landawn.abacus.condition
 
RightJoin(String) - Constructor for class com.landawn.abacus.condition.RightJoin
 
RightJoin(String, Condition) - Constructor for class com.landawn.abacus.condition.RightJoin
 
RightJoin(Collection<String>, Condition) - Constructor for class com.landawn.abacus.condition.RightJoin
 
rightJoin(DataSet, String, String) - Method in interface com.landawn.abacus.DataSet
Returns a new DataSet that has all the rows from the specified right DataSet and the rows from this DataSet if they have a match with the rows from the right DataSet.
rightJoin(DataSet, Map<String, String>) - Method in interface com.landawn.abacus.DataSet
Returns a new DataSet that has all the rows from the specified right DataSet and the rows from this DataSet if they have a match with the rows from the right DataSet.
rightJoin(DataSet, Map<String, String>, String, Class<?>) - Method in interface com.landawn.abacus.DataSet
Returns a new DataSet that has all the rows from the specified right DataSet and the rows from this DataSet if they have a match with the rows from the right DataSet.
rightJoin(DataSet, Map<String, String>, String, Class<?>, IntFunction<? extends Collection>) - Method in interface com.landawn.abacus.DataSet
Returns a new DataSet that has all the rows from the specified right DataSet and the rows from this DataSet if they have a match with the rows from the right DataSet.
rightJoin(String, String) - Method in class com.landawn.abacus.util.DynamicSQLBuilder.From
 
rightJoin(Collection<? extends U>, Throwables.Function<? super T, ? extends K, ? extends E>, Throwables.Function<? super U, ? extends K, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
rightJoin(Collection<? extends U>, Throwables.Function<? super T, ? extends K, ? extends E>, Throwables.Function<? super U, ? extends K, ? extends E>, Throwables.BiFunction<? super T, ? super U, R, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
rightJoin(Collection<? extends T>, Throwables.Function<? super T, ? extends K, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
rightJoin(Collection<? extends T>, Throwables.Function<? super T, ? extends K, ? extends E>, Throwables.BiFunction<? super T, ? super T, R, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
rightJoin(ExceptionalStream<? extends U, E>, Throwables.Function<? super T, ? extends K, ? extends E>, Throwables.Function<? super U, ? extends K, ? extends E>, Throwables.BiFunction<? super T, ? super U, R, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
rightJoin(Collection<? extends U>, Throwables.BiPredicate<? super T, ? super U, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
rightJoin(String) - Method in class com.landawn.abacus.util.SQLBuilder
 
rightJoin(Class<?>) - Method in class com.landawn.abacus.util.SQLBuilder
 
rightJoin(Class<?>, String) - Method in class com.landawn.abacus.util.SQLBuilder
 
roll(T, long, TimeUnit) - Static method in class com.landawn.abacus.util.DateUtil
Deprecated.
replaced by addYears/addMonths/addWeeks/...
roll(T, long, CalendarUnit) - Static method in class com.landawn.abacus.util.DateUtil
Deprecated.
replaced by addYears/addMonths/addWeeks/...
roll(T, long, TimeUnit) - Static method in class com.landawn.abacus.util.DateUtil
Deprecated.
replaced by addYears/addMonths/addWeeks/...
roll(T, long, CalendarUnit) - Static method in class com.landawn.abacus.util.DateUtil
Deprecated.
replaced by addYears/addMonths/addWeeks/...
ROLLBACK - Static variable in class com.landawn.abacus.util.WD
Field ROLLBACK.
rotate(String, int) - Static method in class com.landawn.abacus.util.StringUtil
Rotate (circular shift) a String of shift characters.
rotated(int) - Method in class com.landawn.abacus.util.ExceptionalStream
 
round(T, int) - Static method in class com.landawn.abacus.util.DateUtil
Copied from Apache Commons Lang under Apache License v2.
round(T, int) - Static method in class com.landawn.abacus.util.DateUtil
Copied from Apache Commons Lang under Apache License v2.
roundToBigInteger(double, RoundingMode) - Static method in class com.landawn.abacus.util.Numbers
Returns the BigInteger value that is equal to x rounded with the specified rounding mode, if possible.
roundToInt(double, RoundingMode) - Static method in class com.landawn.abacus.util.Numbers
Returns the int value that is equal to x rounded with the specified rounding mode, if possible.
roundToLong(double, RoundingMode) - Static method in class com.landawn.abacus.util.Numbers
Returns the long value that is equal to x rounded with the specified rounding mode, if possible.
ROW_NEXT - Static variable in class com.landawn.abacus.util.WD
Field ROW_NEXT.
ROWNUM - Static variable in class com.landawn.abacus.util.WD
Field ROWNUM.
ROWS - Static variable in class com.landawn.abacus.util.WD
Field ROWS.
ROWS_ONLY - Static variable in class com.landawn.abacus.util.WD
Field ROWS_ONLY.
rPad(String, int, String) - Static method in class com.landawn.abacus.condition.Expression
 
RPAD - Static variable in class com.landawn.abacus.util.WD
Field RPAD.
rr(Runnable) - Static method in class com.landawn.abacus.util.Fn.Fnn
 
rr(Throwables.Runnable<E>) - Static method in class com.landawn.abacus.util.Fn
 
RS - Static variable in class com.landawn.abacus.util.Ascii
Record Separator: These four information separators may be used within data in optional fashion, except that their hierarchical relationship shall be: FS is the most inclusive, then GS, then RS, and US is least inclusive.
rShift(Object...) - Static method in class com.landawn.abacus.condition.Expression
 
rTrim(String) - Static method in class com.landawn.abacus.condition.Expression
 
RTRIM - Static variable in class com.landawn.abacus.util.WD
Field RTRIM.
run(int, int, int, Throwables.Runnable<? extends Exception>) - Static method in class com.landawn.abacus.util.Profiler
 
run(int, int, int, String, Throwables.Runnable<? extends Exception>) - Static method in class com.landawn.abacus.util.Profiler
 
run(int, long, int, long, int, String, Throwables.Runnable<? extends Exception>) - Static method in class com.landawn.abacus.util.Profiler
 
run(Runnable) - Method in class com.landawn.abacus.util.Retry.RetryR
 
run(Throwables.Runnable<? extends Exception>) - Method in class com.landawn.abacus.util.Retry
 
run() - Method in interface com.landawn.abacus.util.Throwables.EE.Runnable
 
run() - Method in interface com.landawn.abacus.util.Throwables.EEE.Runnable
 
run(Throwables.Runnable<? extends Throwable>) - Static method in class com.landawn.abacus.util.Throwables
 
run(Throwables.Runnable<? extends Throwable>, Consumer<? super Throwable>) - Static method in class com.landawn.abacus.util.Throwables
 
run() - Method in interface com.landawn.abacus.util.Throwables.Runnable
 
run(Throwables.Runnable<? extends Exception>) - Static method in class com.landawn.abacus.util.Try
 
run(Throwables.Runnable<? extends Exception>, Consumer<? super Exception>) - Static method in class com.landawn.abacus.util.Try
 
run(Throwables.Consumer<? super T, ? extends Exception>) - Method in class com.landawn.abacus.util.Try
 
run(Throwables.Consumer<? super T, ? extends Exception>, Consumer<? super Exception>) - Method in class com.landawn.abacus.util.Try
 
runnable(Throwables.Runnable<E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
runnable(Runnable) - Static method in class com.landawn.abacus.util.Fn
Deprecated.
replaced by Fn.r(Runnable)
Runnable - Interface in com.landawn.abacus.util.function
 
runUninterruptibly(Throwables.Runnable<InterruptedException>) - Static method in class com.landawn.abacus.util.N
Note: Copied from Google Guava under Apache License v2.0

If a thread is interrupted during such a call, the call continues to block until the result is available or the timeout elapses, and only then re-interrupts the thread.
runUninterruptibly(long, Throwables.LongConsumer<InterruptedException>) - Static method in class com.landawn.abacus.util.N
Note: Copied from Google Guava under Apache License v2.0

If a thread is interrupted during such a call, the call continues to block until the result is available or the timeout elapses, and only then re-interrupts the thread.
runUninterruptibly(long, TimeUnit, Throwables.BiConsumer<Long, TimeUnit, InterruptedException>) - Static method in class com.landawn.abacus.util.N
Note: Copied from Google Guava under Apache License v2.0

If a thread is interrupted during such a call, the call continues to block until the result is available or the timeout elapses, and only then re-interrupts the thread.

S

SAME_ORIGIN - Static variable in class com.landawn.abacus.http.HttpHeaders.ReferrerPolicyValues
The Constant SAME_ORIGIN.
saturatedAdd(int, int) - Static method in class com.landawn.abacus.util.Numbers
Returns the sum of a and b unless it would overflow or underflow in which case Integer.MAX_VALUE or Integer.MIN_VALUE is returned, respectively.
saturatedAdd(long, long) - Static method in class com.landawn.abacus.util.Numbers
Returns the sum of a and b unless it would overflow or underflow in which case Long.MAX_VALUE or Long.MIN_VALUE is returned, respectively.
saturatedCast(long) - Static method in class com.landawn.abacus.util.Numbers
Returns the int nearest in value to value.
saturatedMultiply(int, int) - Static method in class com.landawn.abacus.util.Numbers
Returns the product of a and b unless it would overflow or underflow in which case Integer.MAX_VALUE or Integer.MIN_VALUE is returned, respectively.
saturatedMultiply(long, long) - Static method in class com.landawn.abacus.util.Numbers
Returns the product of a and b unless it would overflow or underflow in which case Long.MAX_VALUE or Long.MIN_VALUE is returned, respectively.
saturatedPow(int, int) - Static method in class com.landawn.abacus.util.Numbers
Returns the b to the kth power, unless it would overflow or underflow in which case Integer.MAX_VALUE or Integer.MIN_VALUE is returned, respectively.
saturatedPow(long, int) - Static method in class com.landawn.abacus.util.Numbers
Returns the b to the kth power, unless it would overflow or underflow in which case Long.MAX_VALUE or Long.MIN_VALUE is returned, respectively.
saturatedSubtract(int, int) - Static method in class com.landawn.abacus.util.Numbers
Returns the difference of a and b unless it would overflow or underflow in which case Integer.MAX_VALUE or Integer.MIN_VALUE is returned, respectively.
saturatedSubtract(long, long) - Static method in class com.landawn.abacus.util.Numbers
Returns the difference of a and b unless it would overflow or underflow in which case Long.MAX_VALUE or Long.MIN_VALUE is returned, respectively.
sc(Object, Throwables.Consumer<T, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
Synchronized Consumer.
sc(Object, A, Throwables.BiConsumer<A, T, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
Synchronized Consumer.
sc(Object, Throwables.BiConsumer<T, U, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
Synchronized BiConsumer.
sc(Object, Consumer<T>) - Static method in class com.landawn.abacus.util.Fn
Synchronized Consumer.
sc(Object, A, BiConsumer<A, T>) - Static method in class com.landawn.abacus.util.Fn
Synchronized Consumer.
sc(Object, BiConsumer<T, U>) - Static method in class com.landawn.abacus.util.Fn
Synchronized BiConsumer.
scan(Throwables.BiFunction<? super T, ? super T, T, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
scan(U, Throwables.BiFunction<U, ? super T, U, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
scan(U, Throwables.BiFunction<U, ? super T, U, ? extends E>, boolean) - Method in class com.landawn.abacus.util.ExceptionalStream
 
SEC_METADATA - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP Sec-Metadata header field name.
SEC_PROVIDED_TOKEN_BINDING_ID - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP Sec-Provided-Token-Binding-ID header field name.
SEC_REFERRED_TOKEN_BINDING_ID - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP Sec-Referred-Token-Binding-ID header field name.
SEC_TOKEN_BINDING - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP Sec-Token-Binding header field name.
select() - Method in class com.landawn.abacus.util.DynamicSQLBuilder
 
select(String) - Static method in class com.landawn.abacus.util.SQLBuilder.ACSB
Deprecated.
 
select(String...) - Static method in class com.landawn.abacus.util.SQLBuilder.ACSB
Deprecated.
 
select(Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.ACSB
Deprecated.
 
select(Map<String, String>) - Static method in class com.landawn.abacus.util.SQLBuilder.ACSB
Deprecated.
 
select(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.ACSB
Deprecated.
 
select(Class<?>, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.ACSB
Deprecated.
 
select(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.ACSB
Deprecated.
 
select(Class<?>, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.ACSB
Deprecated.
 
select(Class<?>, String, String, Class<?>, String, String) - Static method in class com.landawn.abacus.util.SQLBuilder.ACSB
Deprecated.
 
select(Class<?>, String, String, Set<String>, Class<?>, String, String, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.ACSB
Deprecated.
 
select(List<Tuple.Tuple4<Class<?>, String, String, Set<String>>>) - Static method in class com.landawn.abacus.util.SQLBuilder.ACSB
Deprecated.
 
select(String) - Static method in class com.landawn.abacus.util.SQLBuilder.LCSB
Deprecated.
 
select(String...) - Static method in class com.landawn.abacus.util.SQLBuilder.LCSB
Deprecated.
 
select(Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.LCSB
Deprecated.
 
select(Map<String, String>) - Static method in class com.landawn.abacus.util.SQLBuilder.LCSB
Deprecated.
 
select(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.LCSB
Deprecated.
 
select(Class<?>, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.LCSB
Deprecated.
 
select(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.LCSB
Deprecated.
 
select(Class<?>, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.LCSB
Deprecated.
 
select(Class<?>, String, String, Class<?>, String, String) - Static method in class com.landawn.abacus.util.SQLBuilder.LCSB
Deprecated.
 
select(Class<?>, String, String, Set<String>, Class<?>, String, String, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.LCSB
Deprecated.
 
select(List<Tuple.Tuple4<Class<?>, String, String, Set<String>>>) - Static method in class com.landawn.abacus.util.SQLBuilder.LCSB
Deprecated.
 
select(String) - Static method in class com.landawn.abacus.util.SQLBuilder.MAC
Deprecated.
 
select(String...) - Static method in class com.landawn.abacus.util.SQLBuilder.MAC
Deprecated.
 
select(Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.MAC
Deprecated.
 
select(Map<String, String>) - Static method in class com.landawn.abacus.util.SQLBuilder.MAC
Deprecated.
 
select(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.MAC
Deprecated.
 
select(Class<?>, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.MAC
Deprecated.
 
select(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.MAC
Deprecated.
 
select(Class<?>, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.MAC
Deprecated.
 
select(Class<?>, String, String, Class<?>, String, String) - Static method in class com.landawn.abacus.util.SQLBuilder.MAC
Deprecated.
 
select(Class<?>, String, String, Set<String>, Class<?>, String, String, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.MAC
Deprecated.
 
select(List<Tuple.Tuple4<Class<?>, String, String, Set<String>>>) - Static method in class com.landawn.abacus.util.SQLBuilder.MAC
Deprecated.
 
select(String) - Static method in class com.landawn.abacus.util.SQLBuilder.MLC
Deprecated.
 
select(String...) - Static method in class com.landawn.abacus.util.SQLBuilder.MLC
Deprecated.
 
select(Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.MLC
Deprecated.
 
select(Map<String, String>) - Static method in class com.landawn.abacus.util.SQLBuilder.MLC
Deprecated.
 
select(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.MLC
Deprecated.
 
select(Class<?>, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.MLC
Deprecated.
 
select(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.MLC
Deprecated.
 
select(Class<?>, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.MLC
Deprecated.
 
select(Class<?>, String, String, Class<?>, String, String) - Static method in class com.landawn.abacus.util.SQLBuilder.MLC
Deprecated.
 
select(Class<?>, String, String, Set<String>, Class<?>, String, String, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.MLC
Deprecated.
 
select(List<Tuple.Tuple4<Class<?>, String, String, Set<String>>>) - Static method in class com.landawn.abacus.util.SQLBuilder.MLC
Deprecated.
 
select(String) - Static method in class com.landawn.abacus.util.SQLBuilder.MSB
Deprecated.
 
select(String...) - Static method in class com.landawn.abacus.util.SQLBuilder.MSB
Deprecated.
 
select(Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.MSB
Deprecated.
 
select(Map<String, String>) - Static method in class com.landawn.abacus.util.SQLBuilder.MSB
Deprecated.
 
select(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.MSB
Deprecated.
 
select(Class<?>, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.MSB
Deprecated.
 
select(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.MSB
Deprecated.
 
select(Class<?>, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.MSB
Deprecated.
 
select(Class<?>, String, String, Class<?>, String, String) - Static method in class com.landawn.abacus.util.SQLBuilder.MSB
Deprecated.
 
select(Class<?>, String, String, Set<String>, Class<?>, String, String, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.MSB
Deprecated.
 
select(List<Tuple.Tuple4<Class<?>, String, String, Set<String>>>) - Static method in class com.landawn.abacus.util.SQLBuilder.MSB
Deprecated.
 
select(String) - Static method in class com.landawn.abacus.util.SQLBuilder.MSC
Deprecated.
 
select(String...) - Static method in class com.landawn.abacus.util.SQLBuilder.MSC
Deprecated.
 
select(Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.MSC
Deprecated.
 
select(Map<String, String>) - Static method in class com.landawn.abacus.util.SQLBuilder.MSC
Deprecated.
 
select(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.MSC
Deprecated.
 
select(Class<?>, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.MSC
Deprecated.
 
select(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.MSC
Deprecated.
 
select(Class<?>, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.MSC
Deprecated.
 
select(Class<?>, String, String, Class<?>, String, String) - Static method in class com.landawn.abacus.util.SQLBuilder.MSC
Deprecated.
 
select(Class<?>, String, String, Set<String>, Class<?>, String, String, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.MSC
Deprecated.
 
select(List<Tuple.Tuple4<Class<?>, String, String, Set<String>>>) - Static method in class com.landawn.abacus.util.SQLBuilder.MSC
Deprecated.
 
select(String) - Static method in class com.landawn.abacus.util.SQLBuilder.NAC
 
select(String...) - Static method in class com.landawn.abacus.util.SQLBuilder.NAC
 
select(Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NAC
 
select(Map<String, String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NAC
 
select(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.NAC
 
select(Class<?>, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.NAC
 
select(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NAC
 
select(Class<?>, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NAC
 
select(Class<?>, String, String, Class<?>, String, String) - Static method in class com.landawn.abacus.util.SQLBuilder.NAC
 
select(Class<?>, String, String, Set<String>, Class<?>, String, String, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NAC
 
select(List<Tuple.Tuple4<Class<?>, String, String, Set<String>>>) - Static method in class com.landawn.abacus.util.SQLBuilder.NAC
 
select(String) - Static method in class com.landawn.abacus.util.SQLBuilder.NLC
 
select(String...) - Static method in class com.landawn.abacus.util.SQLBuilder.NLC
 
select(Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NLC
 
select(Map<String, String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NLC
 
select(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.NLC
 
select(Class<?>, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.NLC
 
select(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NLC
 
select(Class<?>, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NLC
 
select(Class<?>, String, String, Class<?>, String, String) - Static method in class com.landawn.abacus.util.SQLBuilder.NLC
 
select(Class<?>, String, String, Set<String>, Class<?>, String, String, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NLC
 
select(List<Tuple.Tuple4<Class<?>, String, String, Set<String>>>) - Static method in class com.landawn.abacus.util.SQLBuilder.NLC
 
select(String) - Static method in class com.landawn.abacus.util.SQLBuilder.NSB
 
select(String...) - Static method in class com.landawn.abacus.util.SQLBuilder.NSB
 
select(Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NSB
 
select(Map<String, String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NSB
 
select(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.NSB
 
select(Class<?>, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.NSB
 
select(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NSB
 
select(Class<?>, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NSB
 
select(Class<?>, String, String, Class<?>, String, String) - Static method in class com.landawn.abacus.util.SQLBuilder.NSB
 
select(Class<?>, String, String, Set<String>, Class<?>, String, String, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NSB
 
select(List<Tuple.Tuple4<Class<?>, String, String, Set<String>>>) - Static method in class com.landawn.abacus.util.SQLBuilder.NSB
 
select(String) - Static method in class com.landawn.abacus.util.SQLBuilder.NSC
 
select(String...) - Static method in class com.landawn.abacus.util.SQLBuilder.NSC
 
select(Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NSC
 
select(Map<String, String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NSC
 
select(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.NSC
 
select(Class<?>, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.NSC
 
select(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NSC
 
select(Class<?>, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NSC
 
select(Class<?>, String, String, Class<?>, String, String) - Static method in class com.landawn.abacus.util.SQLBuilder.NSC
 
select(Class<?>, String, String, Set<String>, Class<?>, String, String, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NSC
 
select(List<Tuple.Tuple4<Class<?>, String, String, Set<String>>>) - Static method in class com.landawn.abacus.util.SQLBuilder.NSC
 
select(String) - Static method in class com.landawn.abacus.util.SQLBuilder.PAC
 
select(String...) - Static method in class com.landawn.abacus.util.SQLBuilder.PAC
 
select(Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.PAC
 
select(Map<String, String>) - Static method in class com.landawn.abacus.util.SQLBuilder.PAC
 
select(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.PAC
 
select(Class<?>, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.PAC
 
select(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.PAC
 
select(Class<?>, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.PAC
 
select(Class<?>, String, String, Class<?>, String, String) - Static method in class com.landawn.abacus.util.SQLBuilder.PAC
 
select(Class<?>, String, String, Set<String>, Class<?>, String, String, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.PAC
 
select(List<Tuple.Tuple4<Class<?>, String, String, Set<String>>>) - Static method in class com.landawn.abacus.util.SQLBuilder.PAC
 
select(String) - Static method in class com.landawn.abacus.util.SQLBuilder.PLC
 
select(String...) - Static method in class com.landawn.abacus.util.SQLBuilder.PLC
 
select(Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.PLC
 
select(Map<String, String>) - Static method in class com.landawn.abacus.util.SQLBuilder.PLC
 
select(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.PLC
 
select(Class<?>, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.PLC
 
select(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.PLC
 
select(Class<?>, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.PLC
 
select(Class<?>, String, String, Class<?>, String, String) - Static method in class com.landawn.abacus.util.SQLBuilder.PLC
 
select(Class<?>, String, String, Set<String>, Class<?>, String, String, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.PLC
 
select(List<Tuple.Tuple4<Class<?>, String, String, Set<String>>>) - Static method in class com.landawn.abacus.util.SQLBuilder.PLC
 
select(String) - Static method in class com.landawn.abacus.util.SQLBuilder.PSB
 
select(String...) - Static method in class com.landawn.abacus.util.SQLBuilder.PSB
 
select(Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.PSB
 
select(Map<String, String>) - Static method in class com.landawn.abacus.util.SQLBuilder.PSB
 
select(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.PSB
 
select(Class<?>, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.PSB
 
select(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.PSB
 
select(Class<?>, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.PSB
 
select(Class<?>, String, String, Class<?>, String, String) - Static method in class com.landawn.abacus.util.SQLBuilder.PSB
 
select(Class<?>, String, String, Set<String>, Class<?>, String, String, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.PSB
 
select(List<Tuple.Tuple4<Class<?>, String, String, Set<String>>>) - Static method in class com.landawn.abacus.util.SQLBuilder.PSB
 
select(String) - Static method in class com.landawn.abacus.util.SQLBuilder.PSC
 
select(String...) - Static method in class com.landawn.abacus.util.SQLBuilder.PSC
 
select(Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.PSC
 
select(Map<String, String>) - Static method in class com.landawn.abacus.util.SQLBuilder.PSC
 
select(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.PSC
 
select(Class<?>, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.PSC
 
select(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.PSC
 
select(Class<?>, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.PSC
 
select(Class<?>, String, String, Class<?>, String, String) - Static method in class com.landawn.abacus.util.SQLBuilder.PSC
 
select(Class<?>, String, String, Set<String>, Class<?>, String, String, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.PSC
 
select(List<Tuple.Tuple4<Class<?>, String, String, Set<String>>>) - Static method in class com.landawn.abacus.util.SQLBuilder.PSC
 
select(String) - Static method in class com.landawn.abacus.util.SQLBuilder.SCSB
Deprecated.
 
select(String...) - Static method in class com.landawn.abacus.util.SQLBuilder.SCSB
Deprecated.
 
select(Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SCSB
Deprecated.
 
select(Map<String, String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SCSB
Deprecated.
 
select(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.SCSB
Deprecated.
 
select(Class<?>, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.SCSB
Deprecated.
 
select(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SCSB
Deprecated.
 
select(Class<?>, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SCSB
Deprecated.
 
select(Class<?>, String, String, Class<?>, String, String) - Static method in class com.landawn.abacus.util.SQLBuilder.SCSB
Deprecated.
 
select(Class<?>, String, String, Set<String>, Class<?>, String, String, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SCSB
Deprecated.
 
select(List<Tuple.Tuple4<Class<?>, String, String, Set<String>>>) - Static method in class com.landawn.abacus.util.SQLBuilder.SCSB
Deprecated.
 
SELECT - Static variable in class com.landawn.abacus.util.WD
Field SELECT.
selectFrom(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.ACSB
Deprecated.
 
selectFrom(Class<?>, String) - Static method in class com.landawn.abacus.util.SQLBuilder.ACSB
Deprecated.
 
selectFrom(Class<?>, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.ACSB
Deprecated.
 
selectFrom(Class<?>, String, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.ACSB
Deprecated.
 
selectFrom(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.ACSB
Deprecated.
 
selectFrom(Class<?>, String, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.ACSB
Deprecated.
 
selectFrom(Class<?>, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.ACSB
Deprecated.
 
selectFrom(Class<?>, String, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.ACSB
Deprecated.
 
selectFrom(Class<?>, String, String, Class<?>, String, String) - Static method in class com.landawn.abacus.util.SQLBuilder.ACSB
Deprecated.
 
selectFrom(Class<?>, String, String, Set<String>, Class<?>, String, String, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.ACSB
Deprecated.
 
selectFrom(List<Tuple.Tuple4<Class<?>, String, String, Set<String>>>) - Static method in class com.landawn.abacus.util.SQLBuilder.ACSB
Deprecated.
 
selectFrom(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.LCSB
Deprecated.
 
selectFrom(Class<?>, String) - Static method in class com.landawn.abacus.util.SQLBuilder.LCSB
Deprecated.
 
selectFrom(Class<?>, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.LCSB
Deprecated.
 
selectFrom(Class<?>, String, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.LCSB
Deprecated.
 
selectFrom(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.LCSB
Deprecated.
 
selectFrom(Class<?>, String, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.LCSB
Deprecated.
 
selectFrom(Class<?>, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.LCSB
Deprecated.
 
selectFrom(Class<?>, String, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.LCSB
Deprecated.
 
selectFrom(Class<?>, String, String, Class<?>, String, String) - Static method in class com.landawn.abacus.util.SQLBuilder.LCSB
Deprecated.
 
selectFrom(Class<?>, String, String, Set<String>, Class<?>, String, String, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.LCSB
Deprecated.
 
selectFrom(List<Tuple.Tuple4<Class<?>, String, String, Set<String>>>) - Static method in class com.landawn.abacus.util.SQLBuilder.LCSB
Deprecated.
 
selectFrom(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.MAC
Deprecated.
 
selectFrom(Class<?>, String) - Static method in class com.landawn.abacus.util.SQLBuilder.MAC
Deprecated.
 
selectFrom(Class<?>, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.MAC
Deprecated.
 
selectFrom(Class<?>, String, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.MAC
Deprecated.
 
selectFrom(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.MAC
Deprecated.
 
selectFrom(Class<?>, String, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.MAC
Deprecated.
 
selectFrom(Class<?>, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.MAC
Deprecated.
 
selectFrom(Class<?>, String, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.MAC
Deprecated.
 
selectFrom(Class<?>, String, String, Class<?>, String, String) - Static method in class com.landawn.abacus.util.SQLBuilder.MAC
Deprecated.
 
selectFrom(Class<?>, String, String, Set<String>, Class<?>, String, String, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.MAC
Deprecated.
 
selectFrom(List<Tuple.Tuple4<Class<?>, String, String, Set<String>>>) - Static method in class com.landawn.abacus.util.SQLBuilder.MAC
Deprecated.
 
selectFrom(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.MLC
Deprecated.
 
selectFrom(Class<?>, String) - Static method in class com.landawn.abacus.util.SQLBuilder.MLC
Deprecated.
 
selectFrom(Class<?>, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.MLC
Deprecated.
 
selectFrom(Class<?>, String, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.MLC
Deprecated.
 
selectFrom(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.MLC
Deprecated.
 
selectFrom(Class<?>, String, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.MLC
Deprecated.
 
selectFrom(Class<?>, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.MLC
Deprecated.
 
selectFrom(Class<?>, String, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.MLC
Deprecated.
 
selectFrom(Class<?>, String, String, Class<?>, String, String) - Static method in class com.landawn.abacus.util.SQLBuilder.MLC
Deprecated.
 
selectFrom(Class<?>, String, String, Set<String>, Class<?>, String, String, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.MLC
Deprecated.
 
selectFrom(List<Tuple.Tuple4<Class<?>, String, String, Set<String>>>) - Static method in class com.landawn.abacus.util.SQLBuilder.MLC
Deprecated.
 
selectFrom(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.MSB
Deprecated.
 
selectFrom(Class<?>, String) - Static method in class com.landawn.abacus.util.SQLBuilder.MSB
Deprecated.
 
selectFrom(Class<?>, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.MSB
Deprecated.
 
selectFrom(Class<?>, String, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.MSB
Deprecated.
 
selectFrom(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.MSB
Deprecated.
 
selectFrom(Class<?>, String, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.MSB
Deprecated.
 
selectFrom(Class<?>, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.MSB
Deprecated.
 
selectFrom(Class<?>, String, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.MSB
Deprecated.
 
selectFrom(Class<?>, String, String, Class<?>, String, String) - Static method in class com.landawn.abacus.util.SQLBuilder.MSB
Deprecated.
 
selectFrom(Class<?>, String, String, Set<String>, Class<?>, String, String, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.MSB
Deprecated.
 
selectFrom(List<Tuple.Tuple4<Class<?>, String, String, Set<String>>>) - Static method in class com.landawn.abacus.util.SQLBuilder.MSB
Deprecated.
 
selectFrom(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.MSC
Deprecated.
 
selectFrom(Class<?>, String) - Static method in class com.landawn.abacus.util.SQLBuilder.MSC
Deprecated.
 
selectFrom(Class<?>, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.MSC
Deprecated.
 
selectFrom(Class<?>, String, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.MSC
Deprecated.
 
selectFrom(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.MSC
Deprecated.
 
selectFrom(Class<?>, String, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.MSC
Deprecated.
 
selectFrom(Class<?>, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.MSC
Deprecated.
 
selectFrom(Class<?>, String, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.MSC
Deprecated.
 
selectFrom(Class<?>, String, String, Class<?>, String, String) - Static method in class com.landawn.abacus.util.SQLBuilder.MSC
Deprecated.
 
selectFrom(Class<?>, String, String, Set<String>, Class<?>, String, String, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.MSC
Deprecated.
 
selectFrom(List<Tuple.Tuple4<Class<?>, String, String, Set<String>>>) - Static method in class com.landawn.abacus.util.SQLBuilder.MSC
Deprecated.
 
selectFrom(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.NAC
 
selectFrom(Class<?>, String) - Static method in class com.landawn.abacus.util.SQLBuilder.NAC
 
selectFrom(Class<?>, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.NAC
 
selectFrom(Class<?>, String, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.NAC
 
selectFrom(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NAC
 
selectFrom(Class<?>, String, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NAC
 
selectFrom(Class<?>, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NAC
 
selectFrom(Class<?>, String, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NAC
 
selectFrom(Class<?>, String, String, Class<?>, String, String) - Static method in class com.landawn.abacus.util.SQLBuilder.NAC
 
selectFrom(Class<?>, String, String, Set<String>, Class<?>, String, String, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NAC
 
selectFrom(List<Tuple.Tuple4<Class<?>, String, String, Set<String>>>) - Static method in class com.landawn.abacus.util.SQLBuilder.NAC
 
selectFrom(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.NLC
 
selectFrom(Class<?>, String) - Static method in class com.landawn.abacus.util.SQLBuilder.NLC
 
selectFrom(Class<?>, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.NLC
 
selectFrom(Class<?>, String, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.NLC
 
selectFrom(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NLC
 
selectFrom(Class<?>, String, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NLC
 
selectFrom(Class<?>, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NLC
 
selectFrom(Class<?>, String, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NLC
 
selectFrom(Class<?>, String, String, Class<?>, String, String) - Static method in class com.landawn.abacus.util.SQLBuilder.NLC
 
selectFrom(Class<?>, String, String, Set<String>, Class<?>, String, String, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NLC
 
selectFrom(List<Tuple.Tuple4<Class<?>, String, String, Set<String>>>) - Static method in class com.landawn.abacus.util.SQLBuilder.NLC
 
selectFrom(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.NSB
 
selectFrom(Class<?>, String) - Static method in class com.landawn.abacus.util.SQLBuilder.NSB
 
selectFrom(Class<?>, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.NSB
 
selectFrom(Class<?>, String, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.NSB
 
selectFrom(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NSB
 
selectFrom(Class<?>, String, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NSB
 
selectFrom(Class<?>, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NSB
 
selectFrom(Class<?>, String, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NSB
 
selectFrom(Class<?>, String, String, Class<?>, String, String) - Static method in class com.landawn.abacus.util.SQLBuilder.NSB
 
selectFrom(Class<?>, String, String, Set<String>, Class<?>, String, String, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NSB
 
selectFrom(List<Tuple.Tuple4<Class<?>, String, String, Set<String>>>) - Static method in class com.landawn.abacus.util.SQLBuilder.NSB
 
selectFrom(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.NSC
 
selectFrom(Class<?>, String) - Static method in class com.landawn.abacus.util.SQLBuilder.NSC
 
selectFrom(Class<?>, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.NSC
 
selectFrom(Class<?>, String, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.NSC
 
selectFrom(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NSC
 
selectFrom(Class<?>, String, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NSC
 
selectFrom(Class<?>, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NSC
 
selectFrom(Class<?>, String, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NSC
 
selectFrom(Class<?>, String, String, Class<?>, String, String) - Static method in class com.landawn.abacus.util.SQLBuilder.NSC
 
selectFrom(Class<?>, String, String, Set<String>, Class<?>, String, String, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NSC
 
selectFrom(List<Tuple.Tuple4<Class<?>, String, String, Set<String>>>) - Static method in class com.landawn.abacus.util.SQLBuilder.NSC
 
selectFrom(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.PAC
 
selectFrom(Class<?>, String) - Static method in class com.landawn.abacus.util.SQLBuilder.PAC
 
selectFrom(Class<?>, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.PAC
 
selectFrom(Class<?>, String, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.PAC
 
selectFrom(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.PAC
 
selectFrom(Class<?>, String, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.PAC
 
selectFrom(Class<?>, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.PAC
 
selectFrom(Class<?>, String, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.PAC
 
selectFrom(Class<?>, String, String, Class<?>, String, String) - Static method in class com.landawn.abacus.util.SQLBuilder.PAC
 
selectFrom(Class<?>, String, String, Set<String>, Class<?>, String, String, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.PAC
 
selectFrom(List<Tuple.Tuple4<Class<?>, String, String, Set<String>>>) - Static method in class com.landawn.abacus.util.SQLBuilder.PAC
 
selectFrom(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.PLC
 
selectFrom(Class<?>, String) - Static method in class com.landawn.abacus.util.SQLBuilder.PLC
 
selectFrom(Class<?>, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.PLC
 
selectFrom(Class<?>, String, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.PLC
 
selectFrom(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.PLC
 
selectFrom(Class<?>, String, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.PLC
 
selectFrom(Class<?>, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.PLC
 
selectFrom(Class<?>, String, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.PLC
 
selectFrom(Class<?>, String, String, Class<?>, String, String) - Static method in class com.landawn.abacus.util.SQLBuilder.PLC
 
selectFrom(Class<?>, String, String, Set<String>, Class<?>, String, String, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.PLC
 
selectFrom(List<Tuple.Tuple4<Class<?>, String, String, Set<String>>>) - Static method in class com.landawn.abacus.util.SQLBuilder.PLC
 
selectFrom(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.PSB
 
selectFrom(Class<?>, String) - Static method in class com.landawn.abacus.util.SQLBuilder.PSB
 
selectFrom(Class<?>, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.PSB
 
selectFrom(Class<?>, String, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.PSB
 
selectFrom(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.PSB
 
selectFrom(Class<?>, String, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.PSB
 
selectFrom(Class<?>, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.PSB
 
selectFrom(Class<?>, String, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.PSB
 
selectFrom(Class<?>, String, String, Class<?>, String, String) - Static method in class com.landawn.abacus.util.SQLBuilder.PSB
 
selectFrom(Class<?>, String, String, Set<String>, Class<?>, String, String, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.PSB
 
selectFrom(List<Tuple.Tuple4<Class<?>, String, String, Set<String>>>) - Static method in class com.landawn.abacus.util.SQLBuilder.PSB
 
selectFrom(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.PSC
 
selectFrom(Class<?>, String) - Static method in class com.landawn.abacus.util.SQLBuilder.PSC
 
selectFrom(Class<?>, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.PSC
 
selectFrom(Class<?>, String, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.PSC
 
selectFrom(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.PSC
 
selectFrom(Class<?>, String, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.PSC
 
selectFrom(Class<?>, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.PSC
 
selectFrom(Class<?>, String, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.PSC
 
selectFrom(Class<?>, String, String, Class<?>, String, String) - Static method in class com.landawn.abacus.util.SQLBuilder.PSC
 
selectFrom(Class<?>, String, String, Set<String>, Class<?>, String, String, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.PSC
 
selectFrom(List<Tuple.Tuple4<Class<?>, String, String, Set<String>>>) - Static method in class com.landawn.abacus.util.SQLBuilder.PSC
 
selectFrom(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.SCSB
Deprecated.
 
selectFrom(Class<?>, String) - Static method in class com.landawn.abacus.util.SQLBuilder.SCSB
Deprecated.
 
selectFrom(Class<?>, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.SCSB
Deprecated.
 
selectFrom(Class<?>, String, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.SCSB
Deprecated.
 
selectFrom(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SCSB
Deprecated.
 
selectFrom(Class<?>, String, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SCSB
Deprecated.
 
selectFrom(Class<?>, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SCSB
Deprecated.
 
selectFrom(Class<?>, String, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SCSB
Deprecated.
 
selectFrom(Class<?>, String, String, Class<?>, String, String) - Static method in class com.landawn.abacus.util.SQLBuilder.SCSB
Deprecated.
 
selectFrom(Class<?>, String, String, Set<String>, Class<?>, String, String, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SCSB
Deprecated.
 
selectFrom(List<Tuple.Tuple4<Class<?>, String, String, Set<String>>>) - Static method in class com.landawn.abacus.util.SQLBuilder.SCSB
Deprecated.
 
SEMI_MONTH - Static variable in class com.landawn.abacus.util.DateUtil
This is half a month, so this represents whether a date is in the top or bottom half of the month.
SEMICOLON - Static variable in class com.landawn.abacus.util.WD
Field SEMICOLON.
SEMICOLON_SPACE - Static variable in class com.landawn.abacus.util.WD
Field SEMICOLON_SPACE.
sentRequestAtMillis() - Method in class com.landawn.abacus.http.HttpResponse
Sent request at millis.
SequentialOnly - Annotation Type in com.landawn.abacus.annotation
 
SerializationConfig<C extends SerializationConfig<C>> - Class in com.landawn.abacus.parser
 
SerializationConfig() - Constructor for class com.landawn.abacus.parser.SerializationConfig
 
serialize(Object, KryoSerializationConfig) - Method in class com.landawn.abacus.parser.KryoParser
 
serialize(File, Object, KryoSerializationConfig) - Method in class com.landawn.abacus.parser.KryoParser
 
serialize(OutputStream, Object, KryoSerializationConfig) - Method in class com.landawn.abacus.parser.KryoParser
 
serialize(Writer, Object, KryoSerializationConfig) - Method in class com.landawn.abacus.parser.KryoParser
 
serialize(Object) - Method in interface com.landawn.abacus.parser.Parser
 
serialize(Object, SC) - Method in interface com.landawn.abacus.parser.Parser
 
serialize(File, Object) - Method in interface com.landawn.abacus.parser.Parser
 
serialize(File, Object, SC) - Method in interface com.landawn.abacus.parser.Parser
 
serialize(OutputStream, Object) - Method in interface com.landawn.abacus.parser.Parser
 
serialize(OutputStream, Object, SC) - Method in interface com.landawn.abacus.parser.Parser
 
serialize(Writer, Object) - Method in interface com.landawn.abacus.parser.Parser
 
serialize(Writer, Object, SC) - Method in interface com.landawn.abacus.parser.Parser
 
SERVER - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP Server header field name.
SERVER_TIMING - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP Server-Timing header field name.
ServerException - Exception in com.landawn.abacus.exception
 
ServerException() - Constructor for exception com.landawn.abacus.exception.ServerException
Constructor for XmlReadException.
ServerException(String) - Constructor for exception com.landawn.abacus.exception.ServerException
Constructor for XmlReadException.
ServerException(String, Throwable) - Constructor for exception com.landawn.abacus.exception.ServerException
Constructor for XmlReadException.
ServerException(Throwable) - Constructor for exception com.landawn.abacus.exception.ServerException
Constructor for XmlReadException.
SERVICE_WORKER - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP Service-Worker header field name.
SERVICE_WORKER_ALLOWED - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP Service-Worker-Allowed header field name.
set(Condition...) - Method in class com.landawn.abacus.condition.Junction
 
set(Collection<? extends Condition>) - Method in class com.landawn.abacus.condition.Junction
 
set(int, int, Object) - Method in interface com.landawn.abacus.DataSet
 
set(int, Object) - Method in interface com.landawn.abacus.DataSet
 
set(String, Object) - Method in interface com.landawn.abacus.DataSet
 
set(String, Object) - Method in class com.landawn.abacus.http.HttpHeaders
 
SET - Static variable in class com.landawn.abacus.parser.XMLConstants
Field SET.
set(Object, int, Object) - Static method in class com.landawn.abacus.util.Array
 
set(int, E) - Method in class com.landawn.abacus.util.ImmutableList
Deprecated.
throws UnsupportedOperationException
set(T, int) - Method in class com.landawn.abacus.util.Multiset
The element will be removed if the specified count is 0.
set(L, R) - Method in class com.landawn.abacus.util.Pair
 
set(K, V) - Method in class com.landawn.abacus.util.Properties
 
set(String) - Method in class com.landawn.abacus.util.SQLBuilder
 
set(String...) - Method in class com.landawn.abacus.util.SQLBuilder
 
set(Collection<String>) - Method in class com.landawn.abacus.util.SQLBuilder
 
set(Map<String, Object>) - Method in class com.landawn.abacus.util.SQLBuilder
 
set(Object) - Method in class com.landawn.abacus.util.SQLBuilder
Only the dirty properties will be set into the result SQL if the specified entity is a dirty marker entity.
set(Object, Set<String>) - Method in class com.landawn.abacus.util.SQLBuilder
Only the dirty properties will be set into the result SQL if the specified entity is a dirty marker entity.
set(Class<?>) - Method in class com.landawn.abacus.util.SQLBuilder
 
set(Class<?>, Set<String>) - Method in class com.landawn.abacus.util.SQLBuilder
 
set(L, M, R) - Method in class com.landawn.abacus.util.Triple
 
SET - Static variable in class com.landawn.abacus.util.WD
Field SET.
SET_COOKIE - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP Set-Cookie header field name.
SET_COOKIE2 - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP Set-Cookie2 header field name.
SET_ELE_END - Static variable in class com.landawn.abacus.parser.XMLConstants
Field SET_ELE_END.
SET_ELE_START - Static variable in class com.landawn.abacus.parser.XMLConstants
Field SET_ELE_START.
SET_NULL_ELE - Static variable in class com.landawn.abacus.parser.XMLConstants
Field SET_NULL_ELE.
setAccept(String) - Method in class com.landawn.abacus.http.HttpHeaders
 
setAcceptCharset(String) - Method in class com.landawn.abacus.http.HttpHeaders
Sets the accept charset.
setAcceptEncoding(String) - Method in class com.landawn.abacus.http.HttpHeaders
Sets the accept encoding.
setAcceptLanguage(String) - Method in class com.landawn.abacus.http.HttpHeaders
Sets the accept language.
setAcceptRanges(String) - Method in class com.landawn.abacus.http.HttpHeaders
Sets the accept ranges.
setAccessible(AccessibleObject, boolean) - Static method in class com.landawn.abacus.util.ClassUtil
 
setAccessibleQuietly(AccessibleObject, boolean) - Static method in class com.landawn.abacus.util.ClassUtil
 
setAll(Map<? extends String, ? extends Object>) - Method in class com.landawn.abacus.http.HttpHeaders
Sets the all.
setAll(Collection<? extends T>, int) - Method in class com.landawn.abacus.util.Multiset
Sets the all.
setAll(Map<? extends T, Integer>) - Method in class com.landawn.abacus.util.Multiset
Sets the all.
setAll(Multiset<? extends T>) - Method in class com.landawn.abacus.util.Multiset
Sets the all.
setAndGet(T, int) - Method in class com.landawn.abacus.util.Multiset
The element will be removed if the specified count is 0.
setAndGet(boolean) - Method in class com.landawn.abacus.util.MutableBoolean
Sets the and get.
setAndGet(byte) - Method in class com.landawn.abacus.util.MutableByte
Sets the and get.
setAndGet(char) - Method in class com.landawn.abacus.util.MutableChar
Sets the and get.
setAndGet(double) - Method in class com.landawn.abacus.util.MutableDouble
Sets the and get.
setAndGet(float) - Method in class com.landawn.abacus.util.MutableFloat
Sets the and get.
setAndGet(int) - Method in class com.landawn.abacus.util.MutableInt
Sets the and get.
setAndGet(long) - Method in class com.landawn.abacus.util.MutableLong
Sets the and get.
setAndGet(short) - Method in class com.landawn.abacus.util.MutableShort
Sets the and get.
setAndGetLeft(L) - Method in class com.landawn.abacus.util.Pair
Sets the and get left.
setAndGetLeft(L) - Method in class com.landawn.abacus.util.Triple
Sets the and get left.
setAndGetMiddle(M) - Method in class com.landawn.abacus.util.Triple
Sets the and get middle.
setAndGetRight(R) - Method in class com.landawn.abacus.util.Pair
Sets the and get right.
setAndGetRight(R) - Method in class com.landawn.abacus.util.Triple
Sets the and get right.
setAsmEnable(boolean) - Method in class com.landawn.abacus.parser.Fj.DeserializeConfig
Sets the asm enable.
setAsmEnable(boolean) - Method in class com.landawn.abacus.parser.Fj.SerializeConfig
Sets the asm enable.
setAuthorization(String) - Method in class com.landawn.abacus.http.HttpHeaders
 
setBoolean(Object, int, boolean) - Static method in class com.landawn.abacus.util.Array
Sets the boolean.
setBracketRootValue(boolean) - Method in class com.landawn.abacus.parser.JSONSerializationConfig
It's set to if enclose the JSON string/text with '{' and '}' or '[' and ']'.
setByte(Object, int, byte) - Static method in class com.landawn.abacus.util.Array
Sets the byte.
setCacheControl(String) - Method in class com.landawn.abacus.http.HttpHeaders
 
setChar(Object, int, char) - Static method in class com.landawn.abacus.util.Array
Sets the char.
setCharQuotation(char) - Method in class com.landawn.abacus.parser.KryoSerializationConfig
Deprecated.
UnsupportedOperationException
setCharQuotation(char) - Method in class com.landawn.abacus.parser.SerializationConfig
Sets the char quotation.
setCondition(Condition) - Method in class com.landawn.abacus.condition.Cell
Sets the condition.
setConnection(String) - Method in class com.landawn.abacus.http.HttpHeaders
 
setConnectionTimeout(int) - Method in class com.landawn.abacus.http.HttpSettings
Note: Only for HttpClient, not for OKHttpClient.
setContentEncoding(String) - Method in class com.landawn.abacus.http.HttpHeaders
Sets the content encoding.
setContentEncoding(String) - Method in class com.landawn.abacus.http.HttpSettings
 
setContentFormat(ContentFormat) - Method in class com.landawn.abacus.http.HttpSettings
Sets the content format.
setContentLanguage(String) - Method in class com.landawn.abacus.http.HttpHeaders
Sets the content language.
setContentLength(long) - Method in class com.landawn.abacus.http.HttpHeaders
Sets the content length.
setContentType(String) - Method in class com.landawn.abacus.http.HttpHeaders
Sets the content type.
setContentType(String) - Method in class com.landawn.abacus.http.HttpSettings
 
setCookie(String) - Method in class com.landawn.abacus.http.HttpHeaders
Sets the cookie.
setCSVHeaderParser(Function<String, String[]>) - Static method in class com.landawn.abacus.util.CSVUtil
 
setCSVLineParser(BiConsumer<String[], String>) - Static method in class com.landawn.abacus.util.CSVUtil
 
setDateformat(String) - Method in class com.landawn.abacus.parser.Fj.SerializeConfig
Sets the dateformat.
setDateTimeFormat(DateTimeFormat) - Method in class com.landawn.abacus.parser.KryoSerializationConfig
Deprecated.
UnsupportedOperationException
setDateTimeFormat(DateTimeFormat) - Method in class com.landawn.abacus.parser.SerializationConfig
Sets the date time format.
setDays(T, int) - Static method in class com.landawn.abacus.util.DateUtil
Copied from Apache Commons Lang under Apache License v2.
setDefaultFeatures(int) - Method in class com.landawn.abacus.parser.Fj.SerializeConfig
Sets the default features.
setDouble(Object, int, double) - Static method in class com.landawn.abacus.util.Array
Sets the double.
setElementType(Class<?>) - Method in class com.landawn.abacus.parser.DeserializationConfig
Sets the element type.
setElementType(Type<?>) - Method in class com.landawn.abacus.parser.DeserializationConfig
Sets the element type.
setElementType(String) - Method in class com.landawn.abacus.parser.DeserializationConfig
Sets the element type.
setEmptyValue(CharSequence) - Method in class com.landawn.abacus.util.Joiner
Sets the empty value.
setExclusion(Exclusion) - Method in class com.landawn.abacus.parser.SerializationConfig
Sets the exclusion.
setFalse() - Method in class com.landawn.abacus.util.MutableBoolean
Sets the value to true.
setFeatures(Feature...) - Method in class com.landawn.abacus.parser.Fj.DeserializeConfig
Sets the features.
setFeatures(SerializerFeature...) - Method in class com.landawn.abacus.parser.Fj.SerializeConfig
Sets the features.
setFeatureValues(int) - Method in class com.landawn.abacus.parser.Fj.DeserializeConfig
Sets the feature values.
setFilters(SerializeFilter...) - Method in class com.landawn.abacus.parser.Fj.SerializeConfig
Sets the filters.
setFloat(Object, int, float) - Static method in class com.landawn.abacus.util.Array
Sets the float.
setFrom(String) - Method in class com.landawn.abacus.http.HttpHeaders
 
setHeader(String, String) - Method in class com.landawn.abacus.http.HttpServletRequestHeaderWrapper
 
setHeader(String, Object) - Method in class com.landawn.abacus.http.HttpServletRequestHeaderWrapper
 
setHost(String) - Method in class com.landawn.abacus.http.HttpHeaders
 
setHours(T, int) - Static method in class com.landawn.abacus.util.DateUtil
Copied from Apache Commons Lang under Apache License v2.
setIf(boolean, Throwables.BooleanPredicate<E>) - Method in class com.landawn.abacus.util.MutableBoolean
Set with the specified new value and returns true if predicate returns true.
setIf(boolean, Throwables.BooleanBiPredicate<E>) - Method in class com.landawn.abacus.util.MutableBoolean
Deprecated. 
setIf(byte, Throwables.BytePredicate<E>) - Method in class com.landawn.abacus.util.MutableByte
Set with the specified new value and returns true if predicate returns true.
setIf(byte, Throwables.ByteBiPredicate<E>) - Method in class com.landawn.abacus.util.MutableByte
Deprecated. 
setIf(char, Throwables.CharPredicate<E>) - Method in class com.landawn.abacus.util.MutableChar
Set with the specified new value and returns true if predicate returns true.
setIf(char, Throwables.CharBiPredicate<E>) - Method in class com.landawn.abacus.util.MutableChar
Deprecated. 
setIf(double, Throwables.DoublePredicate<E>) - Method in class com.landawn.abacus.util.MutableDouble
Set with the specified new value and returns true if predicate returns true.
setIf(double, Throwables.DoubleBiPredicate<E>) - Method in class com.landawn.abacus.util.MutableDouble
Deprecated. 
setIf(float, Throwables.FloatPredicate<E>) - Method in class com.landawn.abacus.util.MutableFloat
Set with the specified new value and returns true if predicate returns true.
setIf(float, Throwables.FloatBiPredicate<E>) - Method in class com.landawn.abacus.util.MutableFloat
Deprecated. 
setIf(int, Throwables.IntPredicate<E>) - Method in class com.landawn.abacus.util.MutableInt
Set with the specified new value and returns true if predicate returns true.
setIf(int, Throwables.IntBiPredicate<E>) - Method in class com.landawn.abacus.util.MutableInt
Deprecated. 
setIf(long, Throwables.LongPredicate<E>) - Method in class com.landawn.abacus.util.MutableLong
Set with the specified new value and returns true if predicate returns true.
setIf(long, Throwables.LongBiPredicate<E>) - Method in class com.landawn.abacus.util.MutableLong
Deprecated. 
setIf(short, Throwables.ShortPredicate<E>) - Method in class com.landawn.abacus.util.MutableShort
Set with the specified new value and returns true if predicate returns true.
setIf(short, Throwables.ShortBiPredicate<E>) - Method in class com.landawn.abacus.util.MutableShort
Deprecated. 
setIf(L, R, Throwables.TriPredicate<? super Pair<L, R>, ? super L, ? super R, E>) - Method in class com.landawn.abacus.util.Pair
Set to the specified newLeft and newRight and returns true if predicate returns true.
setIf(L, M, R, Throwables.QuadPredicate<? super Triple<L, M, R>, ? super L, ? super M, ? super R, E>) - Method in class com.landawn.abacus.util.Triple
Set to the specified newLeft and newRight and returns true if predicate returns true.
setIgnoredPropNames(Collection<String>) - Method in class com.landawn.abacus.parser.ParserConfig
Sets the ignored prop names.
setIgnoredPropNames(Class<?>, Collection<String>) - Method in class com.landawn.abacus.parser.ParserConfig
Sets the ignored prop names.
setIgnoredPropNames(Map<Class<?>, Collection<String>>) - Method in class com.landawn.abacus.parser.ParserConfig
Sets the ignored prop names.
setIgnoreNullOrEmpty(boolean) - Method in class com.landawn.abacus.parser.JSONDeserializationConfig
Won't set/add/put the value to entity/array/list/map if it's null or empty CharSequence/Array/Collection/Map.
setIgnoreTypeInfo(boolean) - Method in class com.landawn.abacus.parser.XMLSerializationConfig
Sets the ignore type info.
setIgnoreUnmatchedProperty(boolean) - Method in class com.landawn.abacus.parser.DeserializationConfig
Sets the ignore unknown property.
setIndentation(String) - Method in class com.landawn.abacus.parser.KryoSerializationConfig
Deprecated.
UnsupportedOperationException
setIndentation(String) - Method in class com.landawn.abacus.parser.SerializationConfig
Sets the indentation.
setInt(Object, int, int) - Static method in class com.landawn.abacus.util.Array
Sets the int.
setLeft(L) - Method in class com.landawn.abacus.util.Pair
Sets the left.
setLeft(L) - Method in class com.landawn.abacus.util.Triple
Sets the left.
setLeftIf(L, Throwables.BiPredicate<? super Pair<L, R>, ? super L, E>) - Method in class com.landawn.abacus.util.Pair
Set to the specified newLeft and returns true if predicate returns true.
setLeftIf(L, Throwables.BiPredicate<? super Triple<L, M, R>, ? super L, E>) - Method in class com.landawn.abacus.util.Triple
Set to the specified newLeft and returns true if predicate returns true.
setLiveTime(long) - Method in class com.landawn.abacus.pool.ActivityPrint
Sets the live time.
setLong(Object, int, long) - Static method in class com.landawn.abacus.util.Array
Sets the long.
setLoopStatisticsList(List<Profiler.LoopStatistics>) - Method in class com.landawn.abacus.util.Profiler.MultiLoopsStatistics
Sets the loop statistics list.
setMapKeyType(Class<?>) - Method in class com.landawn.abacus.parser.DeserializationConfig
Sets the map key type.
setMapKeyType(Type<?>) - Method in class com.landawn.abacus.parser.DeserializationConfig
Sets the map key type.
setMapKeyType(String) - Method in class com.landawn.abacus.parser.DeserializationConfig
Sets the map key type.
setMapValueType(Class<?>) - Method in class com.landawn.abacus.parser.DeserializationConfig
Sets the map value type.
setMapValueType(Type<?>) - Method in class com.landawn.abacus.parser.DeserializationConfig
Sets the map value type.
setMapValueType(String) - Method in class com.landawn.abacus.parser.DeserializationConfig
Sets the map value type.
setMaxIdleTime(long) - Method in class com.landawn.abacus.pool.ActivityPrint
Sets the max idle time.
setMaxValue(Object) - Method in class com.landawn.abacus.condition.Between
Sets the max value.
setMethod - Variable in class com.landawn.abacus.parser.ParserUtil.PropInfo
 
setMiddle(M) - Method in class com.landawn.abacus.util.Triple
Sets the middle.
setMiddleIf(M, Throwables.BiPredicate<? super Triple<L, M, R>, ? super M, E>) - Method in class com.landawn.abacus.util.Triple
Set to the specified newMiddle and returns true if predicate returns true.
setMilliseconds(T, int) - Static method in class com.landawn.abacus.util.DateUtil
Copied from Apache Commons Lang under Apache License v2.
setMinutes(T, int) - Static method in class com.landawn.abacus.util.DateUtil
Copied from Apache Commons Lang under Apache License v2.
setMinValue(Object) - Method in class com.landawn.abacus.condition.Between
Sets the min value.
setMonths(T, int) - Static method in class com.landawn.abacus.util.DateUtil
Copied from Apache Commons Lang under Apache License v2.
SetMultimap<K,E> - Class in com.landawn.abacus.util
 
setNullToEmpty(boolean) - Method in class com.landawn.abacus.parser.JSONDeserializationConfig
Deserialize the values to empty CharSequence/Array/Collection/Map, instead of null.
setParseProcess(ParseProcess) - Method in class com.landawn.abacus.parser.Fj.DeserializeConfig
Sets the parse process.
setParserConfig(ParserConfig) - Method in class com.landawn.abacus.parser.Fj.DeserializeConfig
Sets the parser config.
setPrettyFormat(boolean) - Method in class com.landawn.abacus.parser.KryoSerializationConfig
Deprecated.
UnsupportedOperationException
setPrettyFormat(boolean) - Method in class com.landawn.abacus.parser.SerializationConfig
Sets the pretty format.
setPropNamingPolicy(NamingPolicy) - Method in class com.landawn.abacus.parser.KryoSerializationConfig
Deprecated.
UnsupportedOperationException
setPropNamingPolicy(NamingPolicy) - Method in class com.landawn.abacus.parser.SerializationConfig
Sets the prop naming policy.
setPropType(String, Class<?>) - Method in class com.landawn.abacus.parser.DeserializationConfig
Sets the prop type.
setPropType(String, Type<?>) - Method in class com.landawn.abacus.parser.DeserializationConfig
Sets the prop type.
setPropType(String, String) - Method in class com.landawn.abacus.parser.DeserializationConfig
Sets the prop type.
setPropTypes(Map<String, Type<?>>) - Method in class com.landawn.abacus.parser.DeserializationConfig
Sets the prop types.
setPropValue(Object) - Method in class com.landawn.abacus.condition.Binary
Sets the prop value.
setPropValue(Object, String, Object) - Method in class com.landawn.abacus.parser.ParserUtil.EntityInfo
 
setPropValue(Object, String, Object, boolean) - Method in class com.landawn.abacus.parser.ParserUtil.EntityInfo
Sets the prop value.
setPropValue(Object, Object) - Method in class com.landawn.abacus.parser.ParserUtil.PropInfo
Sets the prop value.
setPropValue(Object, Method, Object) - Static method in class com.landawn.abacus.util.ClassUtil
Set the specified propValue to entity by the specified method propSetMethod.
setPropValue(Object, String, Object) - Static method in class com.landawn.abacus.util.ClassUtil
setPropValue(Object, String, Object, boolean) - Static method in class com.landawn.abacus.util.ClassUtil
setPropValueByGet(Object, Method, Object) - Static method in class com.landawn.abacus.util.ClassUtil
Sets the prop value by get.
setProxyAuthorization(String) - Method in class com.landawn.abacus.http.HttpHeaders
 
setQuoteMapKey(boolean) - Method in class com.landawn.abacus.parser.JSONSerializationConfig
Sets the quote map key.
setQuotePropName(boolean) - Method in class com.landawn.abacus.parser.JSONSerializationConfig
Sets the quote prop name.
setReadTimeout(int) - Method in class com.landawn.abacus.http.HttpSettings
Note: Only for HttpClient, not for OKHttpClient.
setRight(R) - Method in class com.landawn.abacus.util.Pair
Sets the right.
setRight(R) - Method in class com.landawn.abacus.util.Triple
Sets the right.
setRightIf(R, Throwables.BiPredicate<? super Pair<L, R>, ? super R, E>) - Method in class com.landawn.abacus.util.Pair
Set to the specified newRight and returns true if predicate returns true.
setRightIf(R, Throwables.BiPredicate<? super Triple<L, M, R>, ? super R, E>) - Method in class com.landawn.abacus.util.Triple
Set to the specified newRight and returns true if predicate returns true.
setSeconds(T, int) - Static method in class com.landawn.abacus.util.DateUtil
Copied from Apache Commons Lang under Apache License v2.
setSerializeConfig(SerializeConfig) - Method in class com.landawn.abacus.parser.Fj.SerializeConfig
Sets the serialize config.
setShort(Object, int, short) - Static method in class com.landawn.abacus.util.Array
Sets the short.
setSkipTransientField(boolean) - Method in class com.landawn.abacus.parser.SerializationConfig
Sets the skip transient field.
setSSLSocketFactory(SSLSocketFactory) - Method in class com.landawn.abacus.http.HttpSettings
Sets the SSL socket factory.
setStringQuotation(char) - Method in class com.landawn.abacus.parser.KryoSerializationConfig
Deprecated.
UnsupportedOperationException
setStringQuotation(char) - Method in class com.landawn.abacus.parser.SerializationConfig
Sets the string quotation.
setSubQuery(SubQuery) - Method in class com.landawn.abacus.condition.InSubQuery
 
setSubQuery(SubQuery) - Method in class com.landawn.abacus.condition.NotInSubQuery
 
setTagByPropertyName(boolean) - Method in class com.landawn.abacus.parser.XMLSerializationConfig
Sets the tag by property name.
setTrue() - Method in class com.landawn.abacus.util.MutableBoolean
Sets the value to false.
setUseCaches(boolean) - Method in class com.landawn.abacus.http.HttpSettings
Note: Only for HttpClient, not for OKHttpClient.
setUserAgent(String) - Method in class com.landawn.abacus.http.HttpHeaders
Sets the user agent.
setValue(V) - Method in class com.landawn.abacus.util.ImmutableEntry
Deprecated. 
setValue(boolean) - Method in class com.landawn.abacus.util.MutableBoolean
Sets the value.
setValue(byte) - Method in class com.landawn.abacus.util.MutableByte
Sets the value.
setValue(char) - Method in class com.landawn.abacus.util.MutableChar
Sets the value.
setValue(double) - Method in class com.landawn.abacus.util.MutableDouble
Sets the value.
setValue(float) - Method in class com.landawn.abacus.util.MutableFloat
Sets the value.
setValue(int) - Method in class com.landawn.abacus.util.MutableInt
Sets the value.
setValue(long) - Method in class com.landawn.abacus.util.MutableLong
Sets the value.
setValue(short) - Method in class com.landawn.abacus.util.MutableShort
Sets the value.
setValue(V) - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableEntry
Deprecated.
UnsupportedOperationException
setValues(List<?>) - Method in class com.landawn.abacus.condition.In
Sets the values.
setValues(List<?>) - Method in class com.landawn.abacus.condition.NotIn
Sets the values.
setWrapRootValue(boolean) - Method in class com.landawn.abacus.parser.JSONSerializationConfig
Sets the wrap root value.
setWriteClass(boolean) - Method in class com.landawn.abacus.parser.KryoSerializationConfig
Sets the write class.
setYears(T, int) - Static method in class com.landawn.abacus.util.DateUtil
Copied from Apache Commons Lang under Apache License v2.
sf(Object, Throwables.Function<T, R, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
Synchronized Function.
sf(Object, A, Throwables.BiFunction<A, T, R, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
Synchronized Function.
sf(Object, Throwables.BiFunction<T, U, R, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
Synchronized BiFunction.
sf(Object, Function<T, R>) - Static method in class com.landawn.abacus.util.Fn
Synchronized Function.
sf(Object, A, BiFunction<A, T, R>) - Static method in class com.landawn.abacus.util.Fn
Synchronized Function.
sf(Object, BiFunction<T, U, R>) - Static method in class com.landawn.abacus.util.Fn
Synchronized BiFunction.
sha1(byte[]) - Static method in class com.landawn.abacus.util.DigestUtil
Calculates the SHA-1 digest and returns the value as a byte[].
sha1(InputStream) - Static method in class com.landawn.abacus.util.DigestUtil
Calculates the SHA-1 digest and returns the value as a byte[].
sha1(String) - Static method in class com.landawn.abacus.util.DigestUtil
Calculates the SHA-1 digest and returns the value as a byte[].
sha1Base64(byte[]) - Static method in class com.landawn.abacus.util.DigestUtil
Calculates the SHA-1 digest and returns the value as a base64 encoded string.
sha1Base64(InputStream) - Static method in class com.landawn.abacus.util.DigestUtil
Calculates the SHA-1 digest and returns the value as a base64 encoded string.
sha1Base64(String) - Static method in class com.landawn.abacus.util.DigestUtil
Calculates the SHA-1 digest and returns the value as a base64 encoded string.
sha1Hex(byte[]) - Static method in class com.landawn.abacus.util.DigestUtil
Calculates the SHA-1 digest and returns the value as a hex string.
sha1Hex(InputStream) - Static method in class com.landawn.abacus.util.DigestUtil
Calculates the SHA-1 digest and returns the value as a hex string.
sha1Hex(String) - Static method in class com.landawn.abacus.util.DigestUtil
Calculates the SHA-1 digest and returns the value as a hex string.
sha256(byte[]) - Static method in class com.landawn.abacus.util.DigestUtil
Calculates the SHA-256 digest and returns the value as a byte[].
sha256(InputStream) - Static method in class com.landawn.abacus.util.DigestUtil
Calculates the SHA-256 digest and returns the value as a byte[].
sha256(String) - Static method in class com.landawn.abacus.util.DigestUtil
Calculates the SHA-256 digest and returns the value as a byte[].
sha256Base64(byte[]) - Static method in class com.landawn.abacus.util.DigestUtil
Calculates the SHA-256 digest and returns the value as a base64 encoded string.
sha256Base64(InputStream) - Static method in class com.landawn.abacus.util.DigestUtil
Calculates the SHA-256 digest and returns the value as a base64 encoded string.
sha256Base64(String) - Static method in class com.landawn.abacus.util.DigestUtil
Calculates the SHA-256 digest and returns the value as a base64 encoded string.
sha256Hex(byte[]) - Static method in class com.landawn.abacus.util.DigestUtil
Calculates the SHA-256 digest and returns the value as a hex string.
sha256Hex(InputStream) - Static method in class com.landawn.abacus.util.DigestUtil
Calculates the SHA-256 digest and returns the value as a hex string.
sha256Hex(String) - Static method in class com.landawn.abacus.util.DigestUtil
Calculates the SHA-256 digest and returns the value as a hex string.
sha384(byte[]) - Static method in class com.landawn.abacus.util.DigestUtil
Calculates the SHA-384 digest and returns the value as a byte[].
sha384(InputStream) - Static method in class com.landawn.abacus.util.DigestUtil
Calculates the SHA-384 digest and returns the value as a byte[].
sha384(String) - Static method in class com.landawn.abacus.util.DigestUtil
Calculates the SHA-384 digest and returns the value as a byte[].
sha384Base64(byte[]) - Static method in class com.landawn.abacus.util.DigestUtil
Calculates the SHA-384 digest and returns the value as a base64 encoded string.
sha384Base64(InputStream) - Static method in class com.landawn.abacus.util.DigestUtil
Calculates the SHA-384 digest and returns the value as a base64 encoded string.
sha384Base64(String) - Static method in class com.landawn.abacus.util.DigestUtil
Calculates the SHA-384 digest and returns the value as a base64 encoded string.
sha384Hex(byte[]) - Static method in class com.landawn.abacus.util.DigestUtil
Calculates the SHA-384 digest and returns the value as a hex string.
sha384Hex(InputStream) - Static method in class com.landawn.abacus.util.DigestUtil
Calculates the SHA-384 digest and returns the value as a hex string.
sha384Hex(String) - Static method in class com.landawn.abacus.util.DigestUtil
Calculates the SHA-384 digest and returns the value as a hex string.
sha512(byte[]) - Static method in class com.landawn.abacus.util.DigestUtil
Calculates the SHA-512 digest and returns the value as a byte[].
sha512(InputStream) - Static method in class com.landawn.abacus.util.DigestUtil
Calculates the SHA-512 digest and returns the value as a byte[].
sha512(String) - Static method in class com.landawn.abacus.util.DigestUtil
Calculates the SHA-512 digest and returns the value as a byte[].
sha512Base64(byte[]) - Static method in class com.landawn.abacus.util.DigestUtil
Calculates the SHA-512 digest and returns the value as a base64 encoded string.
sha512Base64(InputStream) - Static method in class com.landawn.abacus.util.DigestUtil
Calculates the SHA-512 digest and returns the value as a base64 encoded string.
sha512Base64(String) - Static method in class com.landawn.abacus.util.DigestUtil
Calculates the SHA-512 digest and returns the value as a base64 encoded string.
sha512Hex(byte[]) - Static method in class com.landawn.abacus.util.DigestUtil
Calculates the SHA-512 digest and returns the value as a hex string.
sha512Hex(InputStream) - Static method in class com.landawn.abacus.util.DigestUtil
Calculates the SHA-512 digest and returns the value as a hex string.
sha512Hex(String) - Static method in class com.landawn.abacus.util.DigestUtil
Calculates the SHA-512 digest and returns the value as a hex string.
SHARP - Static variable in class com.landawn.abacus.util.WD
Field SHARP.
SHORT_ARRAY_COMPARATOR - Static variable in class com.landawn.abacus.util.Comparators
 
SHORT_MINUS_ONE - Static variable in class com.landawn.abacus.util.Numbers
Reusable Short constant for minus one.
SHORT_ONE - Static variable in class com.landawn.abacus.util.Numbers
Reusable Short constant for one.
SHORT_ZERO - Static variable in class com.landawn.abacus.util.Numbers
Reusable Short constant for zero.
ShortBiConsumer - Interface in com.landawn.abacus.util.function
 
ShortBiFunction<R> - Interface in com.landawn.abacus.util.function
 
ShortBiPredicate - Interface in com.landawn.abacus.util.function
 
ShortConsumer - Interface in com.landawn.abacus.util.function
 
ShortFunction<R> - Interface in com.landawn.abacus.util.function
 
ShortPredicate - Interface in com.landawn.abacus.util.function
 
ShortSupplier - Interface in com.landawn.abacus.util.function
 
shortValue() - Method in class com.landawn.abacus.util.MutableShort
Returns the value of this MutableShort as a short.
SHOW - Static variable in class com.landawn.abacus.util.WD
Field SHOW.
shuffle(String) - Static method in class com.landawn.abacus.util.StringUtil
 
shuffle(String, Random) - Static method in class com.landawn.abacus.util.StringUtil
 
shuffled() - Method in class com.landawn.abacus.util.ExceptionalStream
 
shuffled(Random) - Method in class com.landawn.abacus.util.ExceptionalStream
 
SI - Static variable in class com.landawn.abacus.util.Ascii
Shift In: A control character indicating that the code combinations which follow shall be interpreted according to the standard code table.
sign(String) - Static method in class com.landawn.abacus.condition.Expression
 
SIGN - Static variable in class com.landawn.abacus.util.WD
Field SIGN.
signedPropNames() - Method in interface com.landawn.abacus.DirtyMarker
Deprecated.
simpleClassName - Variable in class com.landawn.abacus.parser.ParserUtil.EntityInfo
 
simplifyPath(String) - Static method in class com.landawn.abacus.util.IOUtil
Note: copied from Google Guava under Apache License v2.
sin(String) - Static method in class com.landawn.abacus.condition.Expression
 
SIN - Static variable in class com.landawn.abacus.util.WD
Field SIN.
single(IntFunction<? extends C>) - Static method in class com.landawn.abacus.util.Fn.Factory
Deprecated.
single(Supplier<? extends C>) - Static method in class com.landawn.abacus.util.Fn.Suppliers
Deprecated.
size() - Method in interface com.landawn.abacus.DataSet
Returns the size of this DataSet.
SIZE - Static variable in class com.landawn.abacus.parser.XMLConstants
Field SIZE.
size() - Method in class com.landawn.abacus.pool.GenericKeyedObjectPool
 
size() - Method in class com.landawn.abacus.pool.GenericObjectPool
 
size() - Method in interface com.landawn.abacus.pool.Pool
 
size() - Method in class com.landawn.abacus.util.ArrayHashMap
 
size() - Method in class com.landawn.abacus.util.ArrayHashSet
 
size() - Method in class com.landawn.abacus.util.BiMap
 
size() - Method in class com.landawn.abacus.util.ByteArrayOutputStream
 
size() - Static method in class com.landawn.abacus.util.Fn
 
size() - Method in class com.landawn.abacus.util.IdentityHashSet
 
size() - Method in class com.landawn.abacus.util.ImmutableCollection
 
size() - Method in class com.landawn.abacus.util.ImmutableMap
 
size() - Method in class com.landawn.abacus.util.Multimap
 
size() - Method in class com.landawn.abacus.util.Multiset
 
size() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableDeque
 
size() - Method in class com.landawn.abacus.util.ObjectPool
 
size() - Method in class com.landawn.abacus.util.Properties
 
sizeM() - Static method in class com.landawn.abacus.util.Fn
 
sizeOf(K, E) - Method in interface com.landawn.abacus.pool.KeyedObjectPool.MemoryMeasure
 
sizeOf(E) - Method in interface com.landawn.abacus.pool.ObjectPool.MemoryMeasure
 
sizeOf(File) - Static method in class com.landawn.abacus.util.IOUtil
Returns the size of the specified file or directory.
sizeOfDirectory(File) - Static method in class com.landawn.abacus.util.IOUtil
Counts the size of a directory recursively (sum of the length of all files).
skip(long) - Method in class com.landawn.abacus.util.BufferedReader
 
skip(long) - Method in class com.landawn.abacus.util.ExceptionalStream
 
skip(InputStream, long) - Static method in class com.landawn.abacus.util.IOUtil
Return the count of skipped bytes.
skip(Reader, long) - Static method in class com.landawn.abacus.util.IOUtil
Return the count of skipped chars.
skip(Iterator<? extends T>, long) - Static method in class com.landawn.abacus.util.Iterators
Calls next() on iterator, either n times or until hasNext() returns false, whichever comes first.
skip(long) - Method in class com.landawn.abacus.util.LZ4BlockInputStream
 
skip(long) - Method in class com.landawn.abacus.util.Observer
 
skip(long) - Method in class com.landawn.abacus.util.SnappyInputStream
 
skipAndLimit(Iterator<? extends T>, long, long) - Static method in class com.landawn.abacus.util.Iterators
Calls next() on iterator, either offset times or until hasNext() returns false, whichever comes first.
skipFully(InputStream, long) - Static method in class com.landawn.abacus.util.IOUtil
 
skipFully(Reader, long) - Static method in class com.landawn.abacus.util.IOUtil
 
skipLast(int) - Method in class com.landawn.abacus.util.ExceptionalStream
 
skipNull() - Method in class com.landawn.abacus.util.ExceptionalStream
 
skipNull(Iterator<? extends T>) - Static method in class com.landawn.abacus.util.Iterators
Returns a new ObjIterator with null elements removed.
skipNull(boolean) - Method in class com.landawn.abacus.util.Joiner
Deprecated.
replaced with Joiner.skipNulls()
skipNulls() - Method in class com.landawn.abacus.util.Joiner
 
skipRepeats() - Static method in class com.landawn.abacus.util.Fn.Predicates
Returns a stateful Predicate.
skipUntil(Throwables.Predicate<? super T, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
skipUntil(Iterator<? extends T>, Predicate<? super T>) - Static method in class com.landawn.abacus.util.Iterators
 
skipUntil(Collection<? extends T>, Throwables.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.N
Skip until.
skipUntil(T[], Throwables.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.N
Skip until.
SLASH - Static variable in class com.landawn.abacus.util.WD
Field SLASH.
sleep(long) - Static method in class com.landawn.abacus.util.Fn.Fnn
 
sleep(long) - Static method in class com.landawn.abacus.util.Fn
 
sleep(long) - Static method in class com.landawn.abacus.util.N
 
sleep(long, TimeUnit) - Static method in class com.landawn.abacus.util.N
 
sleepUninterruptibly(long) - Static method in class com.landawn.abacus.util.Fn.Fnn
 
sleepUninterruptibly(long) - Static method in class com.landawn.abacus.util.Fn
 
sleepUninterruptibly(long) - Static method in class com.landawn.abacus.util.N
Note: Copied from Google Guava under Apache License v2.0

If a thread is interrupted during such a call, the call continues to block until the result is available or the timeout elapses, and only then re-interrupts the thread.
sleepUninterruptibly(long, TimeUnit) - Static method in class com.landawn.abacus.util.N
Note: Copied from Google Guava under Apache License v2.0

If a thread is interrupted during such a call, the call continues to block until the result is available or the timeout elapses, and only then re-interrupts the thread.
slice(Collection<String>) - Method in interface com.landawn.abacus.DataSet
Returns a frozen DataSet.
slice(int, int) - Method in interface com.landawn.abacus.DataSet
Returns a frozen DataSet.
slice(Collection<String>, int, int) - Method in interface com.landawn.abacus.DataSet
Returns a frozen DataSet.
sliding(int, int, IntFunction<? extends C>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
sliding(int, int, Collector<? super T, A, R>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
slidingMap(Throwables.BiFunction<? super T, ? super T, R, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
slidingMap(Throwables.BiFunction<? super T, ? super T, R, ? extends E>, int) - Method in class com.landawn.abacus.util.ExceptionalStream
 
slidingMap(Throwables.BiFunction<? super T, ? super T, R, ? extends E>, int, boolean) - Method in class com.landawn.abacus.util.ExceptionalStream
 
slidingMap(Throwables.TriFunction<? super T, ? super T, ? super T, R, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
slidingMap(Throwables.TriFunction<? super T, ? super T, ? super T, R, ? extends E>, int) - Method in class com.landawn.abacus.util.ExceptionalStream
 
slidingMap(Throwables.TriFunction<? super T, ? super T, ? super T, R, ? extends E>, int, boolean) - Method in class com.landawn.abacus.util.ExceptionalStream
 
slidingToList(int, int) - Method in class com.landawn.abacus.util.ExceptionalStream
Sliding to list.
slidingToSet(int, int) - Method in class com.landawn.abacus.util.ExceptionalStream
Sliding to set.
SnappyInputStream - Class in com.landawn.abacus.util
 
SnappyInputStream(InputStream) - Constructor for class com.landawn.abacus.util.SnappyInputStream
 
SnappyOutputStream - Class in com.landawn.abacus.util
 
SnappyOutputStream(OutputStream) - Constructor for class com.landawn.abacus.util.SnappyOutputStream
 
SnappyOutputStream(OutputStream, int) - Constructor for class com.landawn.abacus.util.SnappyOutputStream
 
SO - Static variable in class com.landawn.abacus.util.Ascii
Shift Out: A control character indicating that the code combinations which follow shall be interpreted as outside of the character set of the standard code table until a Shift In character is reached.
SOAP_BODY_ELE_END - Static variable in class com.landawn.abacus.parser.XMLConstants
Field SOAP_BODY_ELE_END.
SOAP_BODY_ELE_START - Static variable in class com.landawn.abacus.parser.XMLConstants
Field SOAP_BODY_ELE_START.
SOAP_ENVELOPE_ELE_END - Static variable in class com.landawn.abacus.parser.XMLConstants
Field SOAP_ENVELOPE_ELE_END.
SOAP_ENVELOPE_ELE_START - Static variable in class com.landawn.abacus.parser.XMLConstants
Field SOAP_ENVELOPE_ELE_START.
SOAP_FAULT_ELE_END - Static variable in class com.landawn.abacus.parser.XMLConstants
Field SOAP_FAULT_ELE_END.
SOAP_FAULT_ELE_START - Static variable in class com.landawn.abacus.parser.XMLConstants
Field SOAP_FAULT_ELE_START.
SOAP_HEADER_ELE_END - Static variable in class com.landawn.abacus.parser.XMLConstants
Field SOAP_HEADER_ELE_END.
SOAP_HEADER_ELE_START - Static variable in class com.landawn.abacus.parser.XMLConstants
Field SOAP_HEADER_ELE_START.
SOH - Static variable in class com.landawn.abacus.util.Ascii
Start of Heading: A communication control character used at the beginning of a sequence of characters which constitute a machine-sensible address or routing information.
some(SubQuery) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
Some - Class in com.landawn.abacus.condition
 
Some(SubQuery) - Constructor for class com.landawn.abacus.condition.Some
 
SOME - Static variable in class com.landawn.abacus.util.WD
Field SOME.
sort(String) - Static method in class com.landawn.abacus.util.StringUtil
Returns a new sorted String if the specified str is not null or empty, otherwise the specified str is returned.
sortBy(String) - Method in interface com.landawn.abacus.DataSet
 
sortBy(String, Comparator<T>) - Method in interface com.landawn.abacus.DataSet
 
sortBy(Collection<String>) - Method in interface com.landawn.abacus.DataSet
 
sortBy(Collection<String>, Comparator<? super Object[]>) - Method in interface com.landawn.abacus.DataSet
 
sortBy(Collection<String>, Function<? super NoCachingNoUpdating.DisposableObjArray, ? extends Comparable>) - Method in interface com.landawn.abacus.DataSet
 
SortDirection - Enum in com.landawn.abacus.util
The Enum SortDirection.
sorted() - Method in class com.landawn.abacus.util.ExceptionalStream
 
sorted(Comparator<? super T>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
sortedBy(Function<? super T, ? extends Comparable>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
SP - Static variable in class com.landawn.abacus.util.Ascii
Space: A normally non-printing graphic character used to separate words.
sp(Object, Throwables.Predicate<T, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
Synchronized Predicate.
sp(Object, A, Throwables.BiPredicate<A, T, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
Synchronized Predicate.
sp(Object, A, B, Throwables.TriPredicate<A, B, T, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
Synchronized Predicate.
sp(Object, Throwables.BiPredicate<T, U, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
Synchronized BiPredicate.
sp(Object, Predicate<T>) - Static method in class com.landawn.abacus.util.Fn
Synchronized Predicate.
sp(Object, A, BiPredicate<A, T>) - Static method in class com.landawn.abacus.util.Fn
Synchronized Predicate.
sp(Object, A, B, TriPredicate<A, B, T>) - Static method in class com.landawn.abacus.util.Fn
Synchronized Predicate.
sp(Object, BiPredicate<T, U>) - Static method in class com.landawn.abacus.util.Fn
Synchronized BiPredicate.
SPACE - Static variable in class com.landawn.abacus.util.Ascii
Alternate name for Ascii.SP.
SPACE - Static variable in class com.landawn.abacus.util.StringUtil
A String for a space character.
SPACE - Static variable in class com.landawn.abacus.util.WD
Field SPACE.
SPACE_PARENTHESES_L - Static variable in class com.landawn.abacus.util.WD
Field SPACE_PARENTHESES_L.
SPACE_QUOTATION_D - Static variable in class com.landawn.abacus.util.WD
Field SPACE_QUOTATION_D.
SPACE_QUOTATION_S - Static variable in class com.landawn.abacus.util.WD
Field SPACE_QUOTATION_S.
span(Range<T>) - Method in class com.landawn.abacus.util.Range
Copied from Guava under Apache License v2.0
Returns the minimal range that encloses both this range and other.
split(int, IntFunction<? extends C>) - Method in class com.landawn.abacus.util.ExceptionalStream
Returns ExceptionalStream of C with consecutive sub sequences of the elements, each of the same size (the final sequence may be smaller).
split(int, Collector<? super T, A, R>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
split(File, int) - Static method in class com.landawn.abacus.util.IOUtil
 
split(File, int, File) - Static method in class com.landawn.abacus.util.IOUtil
 
split(boolean[], int) - Static method in class com.landawn.abacus.util.N
Returns consecutive sub arrays of an array, each of the same size (the final list may be smaller), or an empty List if the specified array is null or empty.
split(boolean[], int, int, int) - Static method in class com.landawn.abacus.util.N
Returns consecutive sub arrays of an array, each of the same chunkSize (the final list may be smaller), or an empty List if the specified array is null or empty.
split(char[], int) - Static method in class com.landawn.abacus.util.N
Returns consecutive sub arrays of an array, each of the same chunkSize (the final list may be smaller), or an empty List if the specified array is null or empty.
split(char[], int, int, int) - Static method in class com.landawn.abacus.util.N
Returns consecutive sub arrays of an array, each of the same chunkSize (the final list may be smaller), or an empty List if the specified array is null or empty.
split(byte[], int) - Static method in class com.landawn.abacus.util.N
Returns consecutive sub arrays of an array, each of the same chunkSize (the final list may be smaller), or an empty List if the specified array is null or empty.
split(byte[], int, int, int) - Static method in class com.landawn.abacus.util.N
Returns consecutive sub arrays of an array, each of the same chunkSize (the final list may be smaller), or an empty List if the specified array is null or empty.
split(short[], int) - Static method in class com.landawn.abacus.util.N
Returns consecutive sub arrays of an array, each of the same chunkSize (the final list may be smaller), or an empty List if the specified array is null or empty.
split(short[], int, int, int) - Static method in class com.landawn.abacus.util.N
Returns consecutive sub arrays of an array, each of the same chunkSize (the final list may be smaller), or an empty List if the specified array is null or empty.
split(int[], int) - Static method in class com.landawn.abacus.util.N
Returns consecutive sub arrays of an array, each of the same chunkSize (the final list may be smaller), or an empty List if the specified array is null or empty.
split(int[], int, int, int) - Static method in class com.landawn.abacus.util.N
Returns consecutive sub arrays of an array, each of the same chunkSize (the final list may be smaller), or an empty List if the specified array is null or empty.
split(long[], int) - Static method in class com.landawn.abacus.util.N
Returns consecutive sub arrays of an array, each of the same chunkSize (the final list may be smaller), or an empty List if the specified array is null or empty.
split(long[], int, int, int) - Static method in class com.landawn.abacus.util.N
Returns consecutive sub arrays of an array, each of the same chunkSize (the final list may be smaller), or an empty List if the specified array is null or empty.
split(float[], int) - Static method in class com.landawn.abacus.util.N
Returns consecutive sub arrays of an array, each of the same chunkSize (the final list may be smaller), or an empty List if the specified array is null or empty.
split(float[], int, int, int) - Static method in class com.landawn.abacus.util.N
Returns consecutive sub arrays of an array, each of the same chunkSize (the final list may be smaller), or an empty List if the specified array is null or empty.
split(double[], int) - Static method in class com.landawn.abacus.util.N
Returns consecutive sub arrays of an array, each of the same chunkSize (the final list may be smaller), or an empty List if the specified array is null or empty.
split(double[], int, int, int) - Static method in class com.landawn.abacus.util.N
Returns consecutive sub arrays of an array, each of the same chunkSize (the final list may be smaller), or an empty List if the specified array is null or empty.
split(T[], int) - Static method in class com.landawn.abacus.util.N
Returns consecutive sub arrays of an array, each of the same chunkSize (the final list may be smaller), or an empty List if the specified array is null or empty.
split(T[], int, int, int) - Static method in class com.landawn.abacus.util.N
Returns consecutive sub arrays of an array, each of the same chunkSize (the final list may be smaller), or an empty List if the specified array is null or empty.
split(Collection<? extends T>, int) - Static method in class com.landawn.abacus.util.N
Returns consecutive sub lists of a collection, each of the same chunkSize (the final list may be smaller).
split(Collection<? extends T>, int, int, int) - Static method in class com.landawn.abacus.util.N
Returns consecutive sub lists of a collection, each of the same chunkSize (the final list may be smaller).
split(Iterator<? extends T>, int) - Static method in class com.landawn.abacus.util.N
 
split(CharSequence, int) - Static method in class com.landawn.abacus.util.N
Returns consecutive substring of the specified string, each of the same length (the final list may be smaller), or an empty array if the specified string is null or empty.
split(CharSequence, int, int, int) - Static method in class com.landawn.abacus.util.N
Returns consecutive substring of the specified string, each of the same length (the final list may be smaller), or an empty array if the specified string is null or empty.
split(CharSequence) - Method in class com.landawn.abacus.util.Splitter.MapSplitter
 
split(Class<K>, Class<V>, CharSequence) - Method in class com.landawn.abacus.util.Splitter.MapSplitter
 
split(Type<K>, Type<V>, CharSequence) - Method in class com.landawn.abacus.util.Splitter.MapSplitter
 
split(M, CharSequence) - Method in class com.landawn.abacus.util.Splitter.MapSplitter
 
split(M, Class<K>, Class<V>, CharSequence) - Method in class com.landawn.abacus.util.Splitter.MapSplitter
 
split(M, Type<K>, Type<V>, CharSequence) - Method in class com.landawn.abacus.util.Splitter.MapSplitter
 
split(CharSequence, Supplier<? extends M>) - Method in class com.landawn.abacus.util.Splitter.MapSplitter
 
split(Class<K>, Class<V>, CharSequence, Supplier<? extends M>) - Method in class com.landawn.abacus.util.Splitter.MapSplitter
 
split(Type<K>, Type<V>, CharSequence, Supplier<? extends M>) - Method in class com.landawn.abacus.util.Splitter.MapSplitter
 
split(CharSequence) - Method in class com.landawn.abacus.util.Splitter
 
split(CharSequence, Throwables.Function<? super String, R, E>) - Method in class com.landawn.abacus.util.Splitter
 
split(Class<T>, CharSequence) - Method in class com.landawn.abacus.util.Splitter
 
split(Type<T>, CharSequence) - Method in class com.landawn.abacus.util.Splitter
 
split(C, CharSequence) - Method in class com.landawn.abacus.util.Splitter
 
split(C, Class<T>, CharSequence) - Method in class com.landawn.abacus.util.Splitter
 
split(C, Type<T>, CharSequence) - Method in class com.landawn.abacus.util.Splitter
 
split(CharSequence, Supplier<? extends C>) - Method in class com.landawn.abacus.util.Splitter
 
split(Class<T>, CharSequence, Supplier<? extends C>) - Method in class com.landawn.abacus.util.Splitter
 
split(Type<T>, CharSequence, Supplier<? extends C>) - Method in class com.landawn.abacus.util.Splitter
 
split(String, char) - Static method in class com.landawn.abacus.util.StringUtil
 
split(String, char, boolean) - Static method in class com.landawn.abacus.util.StringUtil
 
split(String, String) - Static method in class com.landawn.abacus.util.StringUtil
 
split(String, String, boolean) - Static method in class com.landawn.abacus.util.StringUtil
 
split(String, String, int) - Static method in class com.landawn.abacus.util.StringUtil
Deprecated.
Splitter is recommended.
split(String, String, int, boolean) - Static method in class com.landawn.abacus.util.StringUtil
Deprecated.
Splitter is recommended.
splitAndThen(CharSequence, Throwables.Function<? super Map<String, String>, T, E>) - Method in class com.landawn.abacus.util.Splitter.MapSplitter
Split and then.
splitAndThen(CharSequence, Throwables.Function<? super List<String>, T, E>) - Method in class com.landawn.abacus.util.Splitter
Split and then.
splitBySize(File, long) - Static method in class com.landawn.abacus.util.IOUtil
Split by size.
splitBySize(File, long, File) - Static method in class com.landawn.abacus.util.IOUtil
Mostly it's designed for (zipped/unzipped/log) text files.
splitPreserveAllTokens(String, char) - Static method in class com.landawn.abacus.util.StringUtil
Split preserve all tokens.
splitPreserveAllTokens(String, char, boolean) - Static method in class com.landawn.abacus.util.StringUtil
Split preserve all tokens.
splitPreserveAllTokens(String, String) - Static method in class com.landawn.abacus.util.StringUtil
Split preserve all tokens.
splitPreserveAllTokens(String, String, boolean) - Static method in class com.landawn.abacus.util.StringUtil
Split preserve all tokens.
splitPreserveAllTokens(String, String, int) - Static method in class com.landawn.abacus.util.StringUtil
Deprecated.
Splitter is recommended.
splitPreserveAllTokens(String, String, int, boolean) - Static method in class com.landawn.abacus.util.StringUtil
Deprecated.
Splitter is recommended.
splitt(int) - Method in interface com.landawn.abacus.DataSet
Deprecated.
splitt(Collection<String>, int) - Method in interface com.landawn.abacus.DataSet
Deprecated.
Splitter - Class in com.landawn.abacus.util
 
Splitter.MapSplitter - Class in com.landawn.abacus.util
The Class MapSplitter.
splitToArray(String[], CharSequence) - Method in class com.landawn.abacus.util.Splitter
Split to array.
splitToArray(CharSequence) - Method in class com.landawn.abacus.util.Splitter
Split to array.
splitToArray(CharSequence, Throwables.Function<? super String, String, E>) - Method in class com.landawn.abacus.util.Splitter
Split to array.
splitToArray(Class<T>, CharSequence) - Method in class com.landawn.abacus.util.Splitter
Split to array.
splitToImmutableList(CharSequence) - Method in class com.landawn.abacus.util.Splitter
Split to array.
splitToImmutableList(Class<T>, CharSequence) - Method in class com.landawn.abacus.util.Splitter
Split to array.
splitToImmutableMap(CharSequence) - Method in class com.landawn.abacus.util.Splitter.MapSplitter
 
splitToImmutableMap(Class<K>, Class<V>, CharSequence) - Method in class com.landawn.abacus.util.Splitter.MapSplitter
 
splitToList(int) - Method in interface com.landawn.abacus.DataSet
Returns consecutive sub lists of this DataSet, each of the same size (the list may be smaller), or an empty List if this DataSet is empty.
splitToList(Collection<String>, int) - Method in interface com.landawn.abacus.DataSet
Returns consecutive sub lists of this DataSet, each of the same chunkSize (the list may be smaller), or an empty List if this DataSet is empty.
splitToList(int) - Method in class com.landawn.abacus.util.ExceptionalStream
Returns ExceptionalStream of List<T> with consecutive sub sequences of the elements, each of the same size (the final sequence may be smaller).
splitToSet(int) - Method in class com.landawn.abacus.util.ExceptionalStream
Returns ExceptionalStream of Set<T> with consecutive sub sequences of the elements, each of the same size (the final sequence may be smaller).
sql() - Method in class com.landawn.abacus.util.ParsedSql
Gets the named SQL.
sql - Variable in class com.landawn.abacus.util.SQLBuilder.SP
 
sql() - Method in class com.landawn.abacus.util.SQLBuilder
This SQLBuilder will be closed after sql() is called.
SQLBuilder - Class in com.landawn.abacus.util
It's easier to write/maintain the sql by SQLBuilder and more efficient, comparing to write sql in plain text.
SQLBuilder.ACSB - Class in com.landawn.abacus.util
Deprecated.
PAC or NAC is preferred.
SQLBuilder.LCSB - Class in com.landawn.abacus.util
Deprecated.
PLC or NLC is preferred.
SQLBuilder.MAC - Class in com.landawn.abacus.util
Deprecated.
SQLBuilder.MLC - Class in com.landawn.abacus.util
Deprecated.
SQLBuilder.MSB - Class in com.landawn.abacus.util
Deprecated.
SQLBuilder.MSC - Class in com.landawn.abacus.util
Deprecated.
SQLBuilder.NAC - Class in com.landawn.abacus.util
Named SQL builder with all capitals case (upper case with underscore) field/column naming strategy.
SQLBuilder.NLC - Class in com.landawn.abacus.util
Named SQL builder with lower camel case field/column naming strategy.
SQLBuilder.NSB - Class in com.landawn.abacus.util
Named SQL builder with NamingPolicy.NO_CHANGE field/column naming strategy.
SQLBuilder.NSC - Class in com.landawn.abacus.util
Named SQL builder with snake case (lower case with underscore) field/column naming strategy.
SQLBuilder.PAC - Class in com.landawn.abacus.util
Parameterized('?') SQL builder with all capitals case (upper case with underscore) field/column naming strategy.
SQLBuilder.PLC - Class in com.landawn.abacus.util
Parameterized('?') SQL builder with lower camel case field/column naming strategy.
SQLBuilder.PSB - Class in com.landawn.abacus.util
Parameterized('?') SQL builder with NamingPolicy.NO_CHANGE field/column naming strategy.
SQLBuilder.PSC - Class in com.landawn.abacus.util
Parameterized('?') SQL builder with snake case (lower case with underscore) field/column naming strategy.
SQLBuilder.SCSB - Class in com.landawn.abacus.util
Deprecated.
PSC or NSC is preferred.
SQLBuilder.SP - Class in com.landawn.abacus.util
 
SQLOperation - Enum in com.landawn.abacus.util
The Enum SQLOperation.
SQLParser - Class in com.landawn.abacus.util
 
sqrt(String) - Static method in class com.landawn.abacus.condition.Expression
 
sqrt(int, RoundingMode) - Static method in class com.landawn.abacus.util.Numbers
Returns the square root of x, rounded with the specified rounding mode.
sqrt(long, RoundingMode) - Static method in class com.landawn.abacus.util.Numbers
Returns the square root of x, rounded with the specified rounding mode.
sqrt(BigInteger, RoundingMode) - Static method in class com.landawn.abacus.util.Numbers
 
SQRT - Static variable in class com.landawn.abacus.util.WD
Field SQRT.
START_ARRAY_ELE_WITH_TYPE - Static variable in class com.landawn.abacus.parser.XMLConstants
Field START_ARRAY_ELE_WITH_TYPE.
START_COLLECTION_ELE_WITH_TYPE - Static variable in class com.landawn.abacus.parser.XMLConstants
Field START_COLLECTION_ELE_WITH_TYPE.
START_E_ELE_WITH_TYPE - Static variable in class com.landawn.abacus.parser.XMLConstants
Field START_E_ELE_WITH_TYPE.
START_KEY_ELE_WITH_STRING_TYPE - Static variable in class com.landawn.abacus.parser.XMLConstants
Field START_KEY_ELE_WITH_STRING_TYPE.
START_KEY_ELE_WITH_TYPE - Static variable in class com.landawn.abacus.parser.XMLConstants
Field START_KEY_ELE_WITH_TYPE.
START_LIST_ELE_WITH_TYPE - Static variable in class com.landawn.abacus.parser.XMLConstants
Field START_LIST_ELE_WITH_TYPE.
START_MAP_ELE_WITH_TYPE - Static variable in class com.landawn.abacus.parser.XMLConstants
Field START_MAP_ELE_WITH_TYPE.
START_SET_ELE_WITH_TYPE - Static variable in class com.landawn.abacus.parser.XMLConstants
Field START_SET_ELE_WITH_TYPE.
START_TRANSACTION - Static variable in class com.landawn.abacus.util.WD
Field START_TRANSACTION.
START_TYPE_ATTR - Static variable in class com.landawn.abacus.parser.XMLConstants
Field START_TYPE_ATTR.
START_VALUE_ELE_WITH_TYPE - Static variable in class com.landawn.abacus.parser.XMLConstants
Field START_VALUE_ELE_WITH_TYPE.
startsWith(String, Object) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
startsWith(Object) - Method in class com.landawn.abacus.condition.NamedProperty
 
startsWith(String) - Static method in class com.landawn.abacus.util.Fn
 
startsWith(String, String) - Static method in class com.landawn.abacus.util.StringUtil
 
startsWithAny(String, String...) - Static method in class com.landawn.abacus.util.StringUtil
Starts with any.
startsWithIgnoreCase(String, String) - Static method in class com.landawn.abacus.util.StringUtil
Starts with ignore case.
Stateful - Annotation Type in com.landawn.abacus.annotation
 
stream(Class<T>, String) - Method in interface com.landawn.abacus.parser.JSONParser
 
stream(Class<T>, String, JSONDeserializationConfig) - Method in interface com.landawn.abacus.parser.JSONParser
 
stream(Class<T>, File) - Method in interface com.landawn.abacus.parser.JSONParser
 
stream(Class<T>, File, JSONDeserializationConfig) - Method in interface com.landawn.abacus.parser.JSONParser
 
stream(Class<T>, InputStream) - Method in interface com.landawn.abacus.parser.JSONParser
 
stream(Class<T>, InputStream, JSONDeserializationConfig) - Method in interface com.landawn.abacus.parser.JSONParser
 
stream(Class<T>, Reader) - Method in interface com.landawn.abacus.parser.JSONParser
 
stream(Class<T>, Reader, JSONDeserializationConfig) - Method in interface com.landawn.abacus.parser.JSONParser
 
streamJSON(Class<T>, String) - Static method in class com.landawn.abacus.util.N
 
streamJSON(Class<T>, String, JSONDeserializationConfig) - Static method in class com.landawn.abacus.util.N
 
streamJSON(Class<T>, File) - Static method in class com.landawn.abacus.util.N
 
streamJSON(Class<T>, File, JSONDeserializationConfig) - Static method in class com.landawn.abacus.util.N
 
streamJSON(Class<T>, InputStream) - Static method in class com.landawn.abacus.util.N
 
streamJSON(Class<T>, InputStream, JSONDeserializationConfig) - Static method in class com.landawn.abacus.util.N
 
streamJSON(Class<T>, Reader) - Static method in class com.landawn.abacus.util.N
 
streamJSON(Class<T>, Reader, JSONDeserializationConfig) - Static method in class com.landawn.abacus.util.N
 
STRICT_ORIGIN - Static variable in class com.landawn.abacus.http.HttpHeaders.ReferrerPolicyValues
The Constant STRICT_ORIGIN.
STRICT_ORIGIN_WHEN_CROSS_ORIGIN - Static variable in class com.landawn.abacus.http.HttpHeaders.ReferrerPolicyValues
The Constant STRICT_ORIGIN_WHEN_CROSS_ORIGIN.
STRICT_TRANSPORT_SECURITY - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP Strict-Transport-Security header field name.
string2InputStream(String) - Static method in class com.landawn.abacus.util.IOUtil
String 2 input stream.
string2InputStream(String, Charset) - Static method in class com.landawn.abacus.util.IOUtil
String 2 input stream.
string2Reader(String) - Static method in class com.landawn.abacus.util.IOUtil
String 2 reader.
STRING_LIST - Static variable in class com.landawn.abacus.util.Clazz
 
STRING_SET - Static variable in class com.landawn.abacus.util.Clazz
 
stringBuilder() - Method in class com.landawn.abacus.util.StringWriter
 
stringBuilder2Writer(StringBuilder) - Static method in class com.landawn.abacus.util.IOUtil
String builder 2 writer.
stringLength(String) - Static method in class com.landawn.abacus.condition.Expression
 
StringUtil - Class in com.landawn.abacus.util
Note: This class includes codes copied from Apache Commons Lang, Google Guava and other open source projects under the Apache License 2.0.
StringUtil.MoreStringUtil - Class in com.landawn.abacus.util
 
StringUtil.Strings - Class in com.landawn.abacus.util
 
StringWriter - Class in com.landawn.abacus.util
Built on StringBuilder.
StringWriter() - Constructor for class com.landawn.abacus.util.StringWriter
 
StringWriter(int) - Constructor for class com.landawn.abacus.util.StringWriter
 
StringWriter(StringBuilder) - Constructor for class com.landawn.abacus.util.StringWriter
 
strip() - Static method in class com.landawn.abacus.util.Fn
 
strip(boolean) - Method in class com.landawn.abacus.util.Splitter.MapSplitter
Deprecated.
strip(boolean) - Method in class com.landawn.abacus.util.Splitter
Deprecated.
strip(String) - Static method in class com.landawn.abacus.util.StringUtil
Strips whitespace from the start and end of a String.
strip(String[]) - Static method in class com.landawn.abacus.util.StringUtil
 
strip(String, String) - Static method in class com.landawn.abacus.util.StringUtil
Strips any of a set of characters from the start and end of a String.
strip(String[], String) - Static method in class com.landawn.abacus.util.StringUtil
 
stripAccents(String) - Static method in class com.landawn.abacus.util.StringUtil
Removes diacritics (~= accents) from a string.
stripAccents(String[]) - Static method in class com.landawn.abacus.util.StringUtil
 
stripEnd(String, String) - Static method in class com.landawn.abacus.util.StringUtil
Strips any of a set of characters from the end of a String.
stripEnd(String[], String) - Static method in class com.landawn.abacus.util.StringUtil
 
stripResults() - Method in class com.landawn.abacus.util.Splitter.MapSplitter
 
stripResults() - Method in class com.landawn.abacus.util.Splitter
 
stripStart(String, String) - Static method in class com.landawn.abacus.util.StringUtil
Strips any of a set of characters from the start of a String.
stripStart(String[], String) - Static method in class com.landawn.abacus.util.StringUtil
 
stripToEmpty() - Static method in class com.landawn.abacus.util.Fn
 
stripToEmpty(String) - Static method in class com.landawn.abacus.util.StringUtil
Strips whitespace from the start and end of a String returning an empty String if null input.
stripToEmpty(String[]) - Static method in class com.landawn.abacus.util.StringUtil
 
stripToNull() - Static method in class com.landawn.abacus.util.Fn
 
stripToNull(String) - Static method in class com.landawn.abacus.util.StringUtil
Strips whitespace from the start and end of a String returning null if the String is empty ("") after the strip.
stripToNull(String[]) - Static method in class com.landawn.abacus.util.StringUtil
 
STX - Static variable in class com.landawn.abacus.util.Ascii
Start of Text: A communication control character which precedes a sequence of characters that is to be treated as an entity and entirely transmitted through to the ultimate destination.
SUB - Static variable in class com.landawn.abacus.util.Ascii
Substitute: A character that may be substituted for a character which is determined to be invalid or in error.
subList(int, int) - Method in class com.landawn.abacus.util.ImmutableList
 
subMap(K, boolean, K, boolean) - Method in class com.landawn.abacus.util.ImmutableNavigableMap
 
subMap(K, K) - Method in class com.landawn.abacus.util.ImmutableSortedMap
 
subQuery(Class<?>, Collection<String>, Condition) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
subQuery(String, Collection<String>, Condition) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
subQuery(String, Collection<String>, String) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
subQuery(String, String) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
SubQuery - Class in com.landawn.abacus.condition
 
SubQuery(String, String) - Constructor for class com.landawn.abacus.condition.SubQuery
 
SubQuery(String, Collection<String>, Condition) - Constructor for class com.landawn.abacus.condition.SubQuery
 
SubQuery(Class<?>, Collection<String>, Condition) - Constructor for class com.landawn.abacus.condition.SubQuery
 
subSet(E, boolean, E, boolean) - Method in class com.landawn.abacus.util.ImmutableNavigableSet
 
subSet(E, E) - Method in class com.landawn.abacus.util.ImmutableSortedSet
 
SUBSTR - Static variable in class com.landawn.abacus.util.WD
Field SUBSTR.
subString(String, int) - Static method in class com.landawn.abacus.condition.Expression
 
subString(String, int, int) - Static method in class com.landawn.abacus.condition.Expression
 
substring(String, int, int) - Static method in class com.landawn.abacus.util.StringUtil.MoreStringUtil
Returns an empty Optional if inclusiveBeginIndex < 0 || exclusiveEndIndex < 0 || inclusiveBeginIndex > exclusiveEndIndex, otherwise an Optional with String value: str.substring(exclusiveBeginIndex, exclusiveEndIndex) is returned.
substring(String, int) - Static method in class com.landawn.abacus.util.StringUtil.MoreStringUtil
Returns an empty Optional if inclusiveBeginIndex < 0, otherwise an Optional with String value: str.substring(inclusiveBeginIndex) is returned.
substring(String, char) - Static method in class com.landawn.abacus.util.StringUtil.MoreStringUtil
Returns an empty Optional if N.isNullOrEmpty(str) || str.indexOf(delimiterOfInclusiveBeginIndex) < 0, otherwise an Optional with String value: str.substring(str.indexOf(delimiterOfInclusiveBeginIndex)) is returned.
substring(String, String) - Static method in class com.landawn.abacus.util.StringUtil.MoreStringUtil
Returns an empty Optional if N.isNullOrEmpty(str) || str.indexOf(delimiterOfInclusiveBeginIndex) < 0, otherwise an Optional with String value: str.substring(str.indexOf(delimiterOfInclusiveBeginIndex)) is returned.
substring(String, int, char) - Static method in class com.landawn.abacus.util.StringUtil.MoreStringUtil
 
substring(String, int, String) - Static method in class com.landawn.abacus.util.StringUtil.MoreStringUtil
 
substring(String, int, IntUnaryOperator) - Static method in class com.landawn.abacus.util.StringUtil.MoreStringUtil
 
substring(String, char, int) - Static method in class com.landawn.abacus.util.StringUtil.MoreStringUtil
 
substring(String, String, int) - Static method in class com.landawn.abacus.util.StringUtil.MoreStringUtil
 
substring(String, IntUnaryOperator, int) - Static method in class com.landawn.abacus.util.StringUtil.MoreStringUtil
 
substring(String, int, int) - Static method in class com.landawn.abacus.util.StringUtil
Returns null if inclusiveBeginIndex < 0 || exclusiveEndIndex < 0 || inclusiveBeginIndex > exclusiveEndIndex, otherwise the substring with String value: str.substring(exclusiveBeginIndex, exclusiveEndIndex) is returned.
substring(String, int) - Static method in class com.landawn.abacus.util.StringUtil
Returns null if inclusiveBeginIndex < 0, otherwise the substring with String value: str.substring(inclusiveBeginIndex) is returned.
substring(String, char) - Static method in class com.landawn.abacus.util.StringUtil
Returns null if N.isNullOrEmpty(str) || str.indexOf(delimiterOfInclusiveBeginIndex) < 0, otherwise the substring with String value: str.substring(str.indexOf(delimiterOfInclusiveBeginIndex)) is returned.
substring(String, String) - Static method in class com.landawn.abacus.util.StringUtil
Returns null if N.isNullOrEmpty(str) || str.indexOf(delimiterOfInclusiveBeginIndex) < 0, otherwise the substring with String value: str.substring(str.indexOf(delimiterOfInclusiveBeginIndex)) is returned.
substring(String, int, char) - Static method in class com.landawn.abacus.util.StringUtil
 
substring(String, int, String) - Static method in class com.landawn.abacus.util.StringUtil
 
substring(String, int, IntUnaryOperator) - Static method in class com.landawn.abacus.util.StringUtil
 
substring(String, char, int) - Static method in class com.landawn.abacus.util.StringUtil
 
substring(String, String, int) - Static method in class com.landawn.abacus.util.StringUtil
 
substring(String, IntUnaryOperator, int) - Static method in class com.landawn.abacus.util.StringUtil
 
substringAfter(String, String) - Static method in class com.landawn.abacus.util.StringUtil.MoreStringUtil
Returns the substring after first delimiterOfExclusiveBeginIndex if it exists, otherwise return null String.
substringAfter(String, String) - Static method in class com.landawn.abacus.util.StringUtil
Returns the substring after first delimiterOfExclusiveBeginIndex if it exists, otherwise return null String.
substringAfterLast(String, String) - Static method in class com.landawn.abacus.util.StringUtil.MoreStringUtil
Returns the substring after last delimiterOfExclusiveBeginIndex if it exists, otherwise return null String.
substringAfterLast(String, String) - Static method in class com.landawn.abacus.util.StringUtil
Returns the substring after last delimiterOfExclusiveBeginIndex if it exists, otherwise return null String.
substringBefore(String, String) - Static method in class com.landawn.abacus.util.StringUtil.MoreStringUtil
Returns the substring before first delimiterOfExclusiveBeginIndex if it exists, otherwise return null String.
substringBefore(String, String) - Static method in class com.landawn.abacus.util.StringUtil
Returns the substring before first delimiterOfExclusiveBeginIndex if it exists, otherwise return null String.
substringBeforeLast(String, String) - Static method in class com.landawn.abacus.util.StringUtil.MoreStringUtil
Returns the substring last first delimiterOfExclusiveBeginIndex if it exists, otherwise return null String.
substringBeforeLast(String, String) - Static method in class com.landawn.abacus.util.StringUtil
Returns the substring before last delimiterOfExclusiveBeginIndex if it exists, otherwise return null String.
substringBetween(String, int, int) - Static method in class com.landawn.abacus.util.StringUtil.MoreStringUtil
Returns an empty Optional if exclusiveBeginIndex < 0 || exclusiveEndIndex < 0 || exclusiveBeginIndex >= exclusiveEndIndex, otherwise an Optional with String value: str.substring(exclusiveBeginIndex + 1, exclusiveEndIndex) is returned.
substringBetween(String, int, char) - Static method in class com.landawn.abacus.util.StringUtil.MoreStringUtil
 
substringBetween(String, int, String) - Static method in class com.landawn.abacus.util.StringUtil.MoreStringUtil
 
substringBetween(String, int, IntUnaryOperator) - Static method in class com.landawn.abacus.util.StringUtil.MoreStringUtil
 
substringBetween(String, char, int) - Static method in class com.landawn.abacus.util.StringUtil.MoreStringUtil
 
substringBetween(String, String, int) - Static method in class com.landawn.abacus.util.StringUtil.MoreStringUtil
 
substringBetween(String, IntUnaryOperator, int) - Static method in class com.landawn.abacus.util.StringUtil.MoreStringUtil
 
substringBetween(String, char, char) - Static method in class com.landawn.abacus.util.StringUtil.MoreStringUtil
 
substringBetween(String, String, String) - Static method in class com.landawn.abacus.util.StringUtil.MoreStringUtil
 
substringBetween(String, int, int) - Static method in class com.landawn.abacus.util.StringUtil
Returns null if exclusiveBeginIndex < 0 || exclusiveEndIndex < 0 || exclusiveBeginIndex >= exclusiveEndIndex, otherwise the substring with String value: str.substring(exclusiveBeginIndex + 1, exclusiveEndIndex) is returned.
substringBetween(String, int, char) - Static method in class com.landawn.abacus.util.StringUtil
 
substringBetween(String, int, String) - Static method in class com.landawn.abacus.util.StringUtil
 
substringBetween(String, int, IntUnaryOperator) - Static method in class com.landawn.abacus.util.StringUtil
 
substringBetween(String, char, int) - Static method in class com.landawn.abacus.util.StringUtil
 
substringBetween(String, String, int) - Static method in class com.landawn.abacus.util.StringUtil
 
substringBetween(String, IntUnaryOperator, int) - Static method in class com.landawn.abacus.util.StringUtil
 
substringBetween(String, char, char) - Static method in class com.landawn.abacus.util.StringUtil
 
substringBetween(String, String, String) - Static method in class com.landawn.abacus.util.StringUtil
 
subtract(Fraction) - Method in class com.landawn.abacus.util.Fraction
Subtracts the value of another fraction from the value of this one, returning the result in reduced form.
subtract(byte) - Method in class com.landawn.abacus.util.MutableByte
Subtracts a value from the value of this instance.
subtract(char) - Method in class com.landawn.abacus.util.MutableChar
Subtracts a value from the value of this instance.
subtract(double) - Method in class com.landawn.abacus.util.MutableDouble
Subtracts a value from the value of this instance.
subtract(float) - Method in class com.landawn.abacus.util.MutableFloat
Subtracts a value from the value of this instance.
subtract(int) - Method in class com.landawn.abacus.util.MutableInt
Subtracts a value from the value of this instance.
subtract(long) - Method in class com.landawn.abacus.util.MutableLong
Subtracts a value from the value of this instance.
subtract(short) - Method in class com.landawn.abacus.util.MutableShort
Subtracts a value from the value of this instance.
subtractExact(int, int) - Static method in class com.landawn.abacus.util.Numbers
Returns the difference of a and b, provided it does not overflow.
subtractExact(long, long) - Static method in class com.landawn.abacus.util.Numbers
Returns the difference of a and b, provided it does not overflow.
subtypeOf(Class<?>) - Static method in class com.landawn.abacus.util.Fn
 
sum(String) - Static method in class com.landawn.abacus.condition.Expression
 
sum() - Static method in class com.landawn.abacus.util.Fn.FnB
 
sum() - Static method in class com.landawn.abacus.util.Fn.FnD
 
sum() - Static method in class com.landawn.abacus.util.Fn.FnF
 
sum() - Static method in class com.landawn.abacus.util.Fn.FnI
 
sum() - Static method in class com.landawn.abacus.util.Fn.FnL
 
sum() - Static method in class com.landawn.abacus.util.Fn.FnS
 
sum() - Method in class com.landawn.abacus.util.KahanSummation
 
sum(char...) - Static method in class com.landawn.abacus.util.N
 
sum(char[], int, int) - Static method in class com.landawn.abacus.util.N
 
sum(byte...) - Static method in class com.landawn.abacus.util.N
 
sum(byte[], int, int) - Static method in class com.landawn.abacus.util.N
 
sum(short...) - Static method in class com.landawn.abacus.util.N
 
sum(short[], int, int) - Static method in class com.landawn.abacus.util.N
 
sum(int...) - Static method in class com.landawn.abacus.util.N
 
sum(int[], int, int) - Static method in class com.landawn.abacus.util.N
 
sum(long...) - Static method in class com.landawn.abacus.util.N
 
sum(long[], int, int) - Static method in class com.landawn.abacus.util.N
 
sum(float...) - Static method in class com.landawn.abacus.util.N
 
sum(float[], int, int) - Static method in class com.landawn.abacus.util.N
 
sum(double...) - Static method in class com.landawn.abacus.util.N
 
sum(double[], int, int) - Static method in class com.landawn.abacus.util.N
 
sum() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableByteArray
 
sum() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableCharArray
 
sum() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableDoubleArray
 
sum() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableFloatArray
 
sum() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableIntArray
 
sum() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableLongArray
 
sum() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableShortArray
 
SUM - Static variable in class com.landawn.abacus.util.WD
Field SUM.
sumDouble(Throwables.ToDoubleFunction<? super T, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
sumDouble(T[]) - Static method in class com.landawn.abacus.util.N
 
sumDouble(T[], int, int) - Static method in class com.landawn.abacus.util.N
 
sumDouble(T[], Throwables.ToDoubleFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
sumDouble(T[], int, int, Throwables.ToDoubleFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
sumDouble(Collection<? extends T>) - Static method in class com.landawn.abacus.util.N
 
sumDouble(Collection<? extends T>, int, int) - Static method in class com.landawn.abacus.util.N
 
sumDouble(Collection<? extends T>, Throwables.ToDoubleFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
sumDouble(Collection<? extends T>, int, int, Throwables.ToDoubleFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
sumInt(Throwables.ToIntFunction<? super T, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
sumInt(T[]) - Static method in class com.landawn.abacus.util.N
 
sumInt(T[], int, int) - Static method in class com.landawn.abacus.util.N
 
sumInt(T[], Throwables.ToIntFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
sumInt(T[], int, int, Throwables.ToIntFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
sumInt(Collection<? extends T>) - Static method in class com.landawn.abacus.util.N
 
sumInt(Collection<? extends T>, int, int) - Static method in class com.landawn.abacus.util.N
 
sumInt(Collection<? extends T>, Throwables.ToIntFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
sumInt(Collection<? extends T>, int, int, Throwables.ToIntFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
sumLong(Throwables.ToLongFunction<? super T, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
sumLong(T[]) - Static method in class com.landawn.abacus.util.N
 
sumLong(T[], int, int) - Static method in class com.landawn.abacus.util.N
 
sumLong(T[], Throwables.ToLongFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
sumLong(T[], int, int, Throwables.ToLongFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
sumLong(Collection<? extends T>) - Static method in class com.landawn.abacus.util.N
 
sumLong(Collection<? extends T>, int, int) - Static method in class com.landawn.abacus.util.N
 
sumLong(Collection<? extends T>, Throwables.ToLongFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
sumLong(Collection<? extends T>, int, int, Throwables.ToLongFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
summingBigDecimal(Function<? super T, BigDecimal>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
summingBigInteger(Function<? super T, BigInteger>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
summingDouble(ToDoubleFunction<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
summingInt(ToIntFunction<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
summingLong(ToLongFunction<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
sumOfOccurrences() - Method in class com.landawn.abacus.util.Multiset
Sum of occurrences.
Supplier<T> - Interface in com.landawn.abacus.util.function
supplier() - Method in interface com.landawn.abacus.util.stream.Collector
 
SUPPLIER_OF_LINKED_HASH_MAP - Static variable in class com.landawn.abacus.util.Fn
 
SUPPLIER_OF_MAP - Static variable in class com.landawn.abacus.util.Fn
 
supportCircularReference() - Method in class com.landawn.abacus.parser.KryoSerializationConfig
Deprecated.
UnsupportedOperationException
supportCircularReference(boolean) - Method in class com.landawn.abacus.parser.KryoSerializationConfig
Deprecated.
UnsupportedOperationException
supportCircularReference() - Method in class com.landawn.abacus.parser.SerializationConfig
Support circular reference.
supportCircularReference(boolean) - Method in class com.landawn.abacus.parser.SerializationConfig
Support circular reference.
SuppressFBWarnings - Annotation Type in com.landawn.abacus.annotation
 
swapCase(char) - Static method in class com.landawn.abacus.util.StringUtil
 
swapCase(String) - Static method in class com.landawn.abacus.util.StringUtil
Swaps the case of a String changing upper and title case to lower case, and lower case to upper case.
swapColumns(String, String) - Method in interface com.landawn.abacus.DataSet
Swap the positions of the two specified columns.
swapRows(int, int) - Method in interface com.landawn.abacus.DataSet
Swap the positions of the two specified rows.
symmetricDifference(DataSet) - Method in interface com.landawn.abacus.DataSet
 
symmetricDifference(Collection<T>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
symmetricDifference(Map<K, V>, Map<K, V>) - Static method in class com.landawn.abacus.util.Maps
 
symmetricDifference(T[], T[]) - Static method in class com.landawn.abacus.util.N
 
symmetricDifference(Collection<? extends T>, Collection<? extends T>) - Static method in class com.landawn.abacus.util.N
 
symmetricDifferentSet(Collection<? extends T>, Collection<? extends T>) - Static method in class com.landawn.abacus.util.N
Symmetric different set.
SYN - Static variable in class com.landawn.abacus.util.Ascii
Synchronous Idle: A communication control character used by a synchronous transmission system in the absence of any other character to provide a signal from which synchronism may be achieved or retained.

T

Table - Annotation Type in com.landawn.abacus.annotation
 
tableName - Variable in class com.landawn.abacus.parser.ParserUtil.EntityInfo
 
tag(Object) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
Attaches tag to the request.
tag(Class<? super T>, T) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
Attaches tag to the request using type as a key.
tailMap(K, boolean) - Method in class com.landawn.abacus.util.ImmutableNavigableMap
 
tailMap(K) - Method in class com.landawn.abacus.util.ImmutableSortedMap
 
tailSet(E, boolean) - Method in class com.landawn.abacus.util.ImmutableNavigableSet
 
tailSet(E) - Method in class com.landawn.abacus.util.ImmutableSortedSet
 
take() - Method in class com.landawn.abacus.pool.GenericObjectPool
 
take(long, TimeUnit) - Method in class com.landawn.abacus.pool.GenericObjectPool
 
take() - Method in interface com.landawn.abacus.pool.ObjectPool
Retrieves and removes the head of this queue, or returns null if this queue is empty.
take(long, TimeUnit) - Method in interface com.landawn.abacus.pool.ObjectPool
 
takeWhile(Throwables.Predicate<? super T, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
takeWhile(Iterator<? extends T>, Predicate<? super T>) - Static method in class com.landawn.abacus.util.Iterators
 
takeWhile(Collection<? extends T>, Throwables.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.N
Take while.
takeWhile(T[], Throwables.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.N
Take while.
takeWhileInclusive(Iterator<? extends T>, Predicate<? super T>) - Static method in class com.landawn.abacus.util.Iterators
 
takeWhileInclusive(Collection<? extends T>, Throwables.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.N
Take while inclusive.
takeWhileInclusive(T[], Throwables.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.N
Take while inclusive.
tan(String) - Static method in class com.landawn.abacus.condition.Expression
 
TAN - Static variable in class com.landawn.abacus.util.WD
Field TAN.
TE - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP TE header field name.
TerminalOp - Annotation Type in com.landawn.abacus.annotation
Terminal operation.
TerminalOpTriggered - Annotation Type in com.landawn.abacus.annotation
When terminal operation is triggered by intermediate operation, the current stream will be closed and a new stream will be returned.
Test - Annotation Type in com.landawn.abacus.annotation
 
test(T, U) - Method in interface com.landawn.abacus.util.function.BiPredicate
 
test(boolean, boolean) - Method in interface com.landawn.abacus.util.function.BooleanBiPredicate
 
test(boolean) - Method in interface com.landawn.abacus.util.function.BooleanPredicate
 
test(byte, byte) - Method in interface com.landawn.abacus.util.function.ByteBiPredicate
 
test(byte) - Method in interface com.landawn.abacus.util.function.BytePredicate
 
test(char, char) - Method in interface com.landawn.abacus.util.function.CharBiPredicate
 
test(char) - Method in interface com.landawn.abacus.util.function.CharPredicate
 
test(double, double) - Method in interface com.landawn.abacus.util.function.DoubleBiPredicate
 
test(double) - Method in interface com.landawn.abacus.util.function.DoublePredicate
 
test(float, float) - Method in interface com.landawn.abacus.util.function.FloatBiPredicate
 
test(float) - Method in interface com.landawn.abacus.util.function.FloatPredicate
 
test(U, int, T) - Method in interface com.landawn.abacus.util.function.IndexedBiPredicate
 
test(int, T) - Method in interface com.landawn.abacus.util.function.IndexedPredicate
 
test(int, int) - Method in interface com.landawn.abacus.util.function.IntBiPredicate
 
test(int) - Method in interface com.landawn.abacus.util.function.IntPredicate
 
test(long, long) - Method in interface com.landawn.abacus.util.function.LongBiPredicate
 
test(long) - Method in interface com.landawn.abacus.util.function.LongPredicate
 
test(T) - Method in interface com.landawn.abacus.util.function.Predicate
 
test(A, B, C, D) - Method in interface com.landawn.abacus.util.function.QuadPredicate
 
test(short, short) - Method in interface com.landawn.abacus.util.function.ShortBiPredicate
 
test(short) - Method in interface com.landawn.abacus.util.function.ShortPredicate
 
test(A, B, C) - Method in interface com.landawn.abacus.util.function.TriPredicate
 
test(T, U) - Method in interface com.landawn.abacus.util.Throwables.BiPredicate
 
test(boolean, boolean) - Method in interface com.landawn.abacus.util.Throwables.BooleanBiPredicate
 
test(boolean) - Method in interface com.landawn.abacus.util.Throwables.BooleanPredicate
 
test(boolean, boolean, boolean) - Method in interface com.landawn.abacus.util.Throwables.BooleanTriPredicate
 
test(byte, byte) - Method in interface com.landawn.abacus.util.Throwables.ByteBiPredicate
 
test(byte) - Method in interface com.landawn.abacus.util.Throwables.BytePredicate
 
test(byte, byte, byte) - Method in interface com.landawn.abacus.util.Throwables.ByteTriPredicate
 
test(char, char) - Method in interface com.landawn.abacus.util.Throwables.CharBiPredicate
 
test(char) - Method in interface com.landawn.abacus.util.Throwables.CharPredicate
 
test(char, char, char) - Method in interface com.landawn.abacus.util.Throwables.CharTriPredicate
 
test(double, double) - Method in interface com.landawn.abacus.util.Throwables.DoubleBiPredicate
 
test(double) - Method in interface com.landawn.abacus.util.Throwables.DoublePredicate
 
test(double, double, double) - Method in interface com.landawn.abacus.util.Throwables.DoubleTriPredicate
 
test(T, U) - Method in interface com.landawn.abacus.util.Throwables.EE.BiPredicate
 
test(T) - Method in interface com.landawn.abacus.util.Throwables.EE.Predicate
 
test(A, B, C) - Method in interface com.landawn.abacus.util.Throwables.EE.TriPredicate
 
test(T, U) - Method in interface com.landawn.abacus.util.Throwables.EEE.BiPredicate
 
test(T) - Method in interface com.landawn.abacus.util.Throwables.EEE.Predicate
 
test(A, B, C) - Method in interface com.landawn.abacus.util.Throwables.EEE.TriPredicate
 
test(float, float) - Method in interface com.landawn.abacus.util.Throwables.FloatBiPredicate
 
test(float) - Method in interface com.landawn.abacus.util.Throwables.FloatPredicate
 
test(float, float, float) - Method in interface com.landawn.abacus.util.Throwables.FloatTriPredicate
 
test(U, int, T) - Method in interface com.landawn.abacus.util.Throwables.IndexedBiPredicate
 
test(int, T) - Method in interface com.landawn.abacus.util.Throwables.IndexedPredicate
 
test(int, int) - Method in interface com.landawn.abacus.util.Throwables.IntBiPredicate
 
test(int) - Method in interface com.landawn.abacus.util.Throwables.IntPredicate
 
test(int, int, int) - Method in interface com.landawn.abacus.util.Throwables.IntTriPredicate
 
test(long, long) - Method in interface com.landawn.abacus.util.Throwables.LongBiPredicate
 
test(long) - Method in interface com.landawn.abacus.util.Throwables.LongPredicate
 
test(long, long, long) - Method in interface com.landawn.abacus.util.Throwables.LongTriPredicate
 
test(T) - Method in interface com.landawn.abacus.util.Throwables.Predicate
 
test(A, B, C, D) - Method in interface com.landawn.abacus.util.Throwables.QuadPredicate
 
test(short, short) - Method in interface com.landawn.abacus.util.Throwables.ShortBiPredicate
 
test(short) - Method in interface com.landawn.abacus.util.Throwables.ShortPredicate
 
test(short, short, short) - Method in interface com.landawn.abacus.util.Throwables.ShortTriPredicate
 
test(A, B, C) - Method in interface com.landawn.abacus.util.Throwables.TriPredicate
 
testByKey(Throwables.Predicate<? super K, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
 
testByKey(Predicate<? super K>) - Static method in class com.landawn.abacus.util.Fn
Test by key.
testByValue(Throwables.Predicate<? super V, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
 
testByValue(Predicate<? super V>) - Static method in class com.landawn.abacus.util.Fn
Test by value.
testKeyVal(BiPredicate<? super K, ? super V>) - Static method in class com.landawn.abacus.util.Fn
Test key val.
TEXT_HTML - Static variable in class com.landawn.abacus.http.HttpHeaders.Values
The Constant TEXT_HTML.
TEXT_JSON - Static variable in class com.landawn.abacus.http.HttpHeaders.Values
The Constant TEXT_JSON.
TEXT_XML - Static variable in class com.landawn.abacus.http.HttpHeaders.Values
The Constant TEXT_XML.
then(Throwables.Runnable<E>) - Method in class com.landawn.abacus.util.If
 
then(U, Throwables.Consumer<? super U, E>) - Method in class com.landawn.abacus.util.If
 
thenDoNothing() - Method in class com.landawn.abacus.util.If
Then do nothing.
thenThrow(Supplier<? extends E>) - Method in class com.landawn.abacus.util.If
 
THREE_FIFTHS - Static variable in class com.landawn.abacus.util.Fraction
Fraction representation of 3/5.
THREE_QUARTERS - Static variable in class com.landawn.abacus.util.Fraction
Fraction representation of 3/4.
throttleFirst(long) - Method in class com.landawn.abacus.util.Observer
 
throttleFirst(long, TimeUnit) - Method in class com.landawn.abacus.util.Observer
 
throttleLast(long) - Method in class com.landawn.abacus.util.Observer
 
throttleLast(long, TimeUnit) - Method in class com.landawn.abacus.util.Observer
 
Throwables - Class in com.landawn.abacus.util
Catch checked exception and convert it to RuntimeException.
Throwables.BiConsumer<T,U,E extends Throwable> - Interface in com.landawn.abacus.util
The Interface BiConsumer.
Throwables.BiFunction<T,U,R,E extends Throwable> - Interface in com.landawn.abacus.util
The Interface BiFunction.
Throwables.BiIntObjConsumer<T,E extends Throwable> - Interface in com.landawn.abacus.util
 
Throwables.BinaryOperator<T,E extends Throwable> - Interface in com.landawn.abacus.util
The Interface BinaryOperator.
Throwables.BiPredicate<T,U,E extends Throwable> - Interface in com.landawn.abacus.util
The Interface BiPredicate.
Throwables.BooleanBiConsumer<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface BooleanBiConsumer.
Throwables.BooleanBiFunction<R,E extends Throwable> - Interface in com.landawn.abacus.util
The Interface BooleanBiFunction.
Throwables.BooleanBinaryOperator<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface BooleanBinaryOperator.
Throwables.BooleanBiPredicate<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface BooleanBiPredicate.
Throwables.BooleanConsumer<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface BooleanConsumer.
Throwables.BooleanFunction<R,E extends Throwable> - Interface in com.landawn.abacus.util
The Interface BooleanFunction.
Throwables.BooleanPredicate<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface BooleanPredicate.
Throwables.BooleanSupplier<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface BooleanSupplier.
Throwables.BooleanTernaryOperator<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface BooleanTernaryOperator.
Throwables.BooleanTriConsumer<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface BooleanTriConsumer.
Throwables.BooleanTriFunction<R,E extends Throwable> - Interface in com.landawn.abacus.util
The Interface BooleanTriFunction.
Throwables.BooleanTriPredicate<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface BooleanTriPredicate.
Throwables.BooleanUnaryOperator<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface BooleanUnaryOperator.
Throwables.ByteBiConsumer<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface ByteBiConsumer.
Throwables.ByteBiFunction<R,E extends Throwable> - Interface in com.landawn.abacus.util
The Interface ByteBiFunction.
Throwables.ByteBinaryOperator<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface ByteBinaryOperator.
Throwables.ByteBiPredicate<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface ByteBiPredicate.
Throwables.ByteConsumer<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface ByteConsumer.
Throwables.ByteFunction<R,E extends Throwable> - Interface in com.landawn.abacus.util
The Interface ByteFunction.
Throwables.BytePredicate<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface BytePredicate.
Throwables.ByteSupplier<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface ByteSupplier.
Throwables.ByteTernaryOperator<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface ByteTernaryOperator.
Throwables.ByteTriConsumer<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface ByteTriConsumer.
Throwables.ByteTriFunction<R,E extends Throwable> - Interface in com.landawn.abacus.util
The Interface ByteTriFunction.
Throwables.ByteTriPredicate<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface ByteTriPredicate.
Throwables.ByteUnaryOperator<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface ByteUnaryOperator.
Throwables.Callable<R,E extends Throwable> - Interface in com.landawn.abacus.util
The Interface Callable.
Throwables.CharBiConsumer<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface CharBiConsumer.
Throwables.CharBiFunction<R,E extends Throwable> - Interface in com.landawn.abacus.util
The Interface CharBiFunction.
Throwables.CharBinaryOperator<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface CharBinaryOperator.
Throwables.CharBiPredicate<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface CharBiPredicate.
Throwables.CharConsumer<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface CharConsumer.
Throwables.CharFunction<R,E extends Throwable> - Interface in com.landawn.abacus.util
The Interface CharFunction.
Throwables.CharPredicate<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface CharPredicate.
Throwables.CharSupplier<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface CharSupplier.
Throwables.CharTernaryOperator<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface CharTernaryOperator.
Throwables.CharTriConsumer<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface CharTriConsumer.
Throwables.CharTriFunction<R,E extends Throwable> - Interface in com.landawn.abacus.util
The Interface CharTriFunction.
Throwables.CharTriPredicate<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface CharTriPredicate.
Throwables.CharUnaryOperator<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface CharUnaryOperator.
Throwables.Consumer<T,E extends Throwable> - Interface in com.landawn.abacus.util
The Interface Consumer.
Throwables.DoubleBiConsumer<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface DoubleBiConsumer.
Throwables.DoubleBiFunction<R,E extends Throwable> - Interface in com.landawn.abacus.util
The Interface DoubleBiFunction.
Throwables.DoubleBinaryOperator<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface DoubleBinaryOperator.
Throwables.DoubleBiPredicate<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface DoubleBiPredicate.
Throwables.DoubleConsumer<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface DoubleConsumer.
Throwables.DoubleFunction<R,E extends Throwable> - Interface in com.landawn.abacus.util
The Interface DoubleFunction.
Throwables.DoublePredicate<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface DoublePredicate.
Throwables.DoubleSupplier<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface DoubleSupplier.
Throwables.DoubleTernaryOperator<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface DoubleTernaryOperator.
Throwables.DoubleTriConsumer<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface DoubleTriConsumer.
Throwables.DoubleTriFunction<R,E extends Throwable> - Interface in com.landawn.abacus.util
The Interface DoubleTriFunction.
Throwables.DoubleTriPredicate<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface DoubleTriPredicate.
Throwables.DoubleUnaryOperator<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface DoubleUnaryOperator.
Throwables.EE - Class in com.landawn.abacus.util
 
Throwables.EE.BiConsumer<T,U,E extends Throwable,E2 extends Throwable> - Interface in com.landawn.abacus.util
 
Throwables.EE.BiFunction<T,U,R,E extends Throwable,E2 extends Throwable> - Interface in com.landawn.abacus.util
 
Throwables.EE.BiPredicate<T,U,E extends Throwable,E2 extends Throwable> - Interface in com.landawn.abacus.util
 
Throwables.EE.Callable<R,E extends Throwable,E2 extends Throwable> - Interface in com.landawn.abacus.util
 
Throwables.EE.Consumer<T,E extends Throwable,E2 extends Throwable> - Interface in com.landawn.abacus.util
 
Throwables.EE.Function<T,R,E extends Throwable,E2 extends Throwable> - Interface in com.landawn.abacus.util
 
Throwables.EE.Predicate<T,E extends Throwable,E2 extends Throwable> - Interface in com.landawn.abacus.util
 
Throwables.EE.Runnable<E extends Throwable,E2 extends Throwable> - Interface in com.landawn.abacus.util
 
Throwables.EE.Supplier<T,E extends Throwable,E2 extends Throwable> - Interface in com.landawn.abacus.util
 
Throwables.EE.TriConsumer<A,B,C,E extends Throwable,E2 extends Throwable> - Interface in com.landawn.abacus.util
 
Throwables.EE.TriFunction<A,B,C,R,E extends Throwable,E2 extends Throwable> - Interface in com.landawn.abacus.util
 
Throwables.EE.TriPredicate<A,B,C,E extends Throwable,E2 extends Throwable> - Interface in com.landawn.abacus.util
 
Throwables.EEE - Class in com.landawn.abacus.util
The Class EEE.
Throwables.EEE.BiConsumer<T,U,E extends Throwable,E2 extends Throwable,E3 extends Throwable> - Interface in com.landawn.abacus.util
 
Throwables.EEE.BiFunction<T,U,R,E extends Throwable,E2 extends Throwable,E3 extends Throwable> - Interface in com.landawn.abacus.util
 
Throwables.EEE.BiPredicate<T,U,E extends Throwable,E2 extends Throwable,E3 extends Throwable> - Interface in com.landawn.abacus.util
 
Throwables.EEE.Callable<R,E extends Throwable,E2 extends Throwable,E3 extends Throwable> - Interface in com.landawn.abacus.util
 
Throwables.EEE.Consumer<T,E extends Throwable,E2 extends Throwable,E3 extends Throwable> - Interface in com.landawn.abacus.util
 
Throwables.EEE.Function<T,R,E extends Throwable,E2 extends Throwable,E3 extends Throwable> - Interface in com.landawn.abacus.util
 
Throwables.EEE.Predicate<T,E extends Throwable,E2 extends Throwable,E3 extends Throwable> - Interface in com.landawn.abacus.util
 
Throwables.EEE.Runnable<E extends Throwable,E2 extends Throwable,E3 extends Throwable> - Interface in com.landawn.abacus.util
 
Throwables.EEE.Supplier<T,E extends Throwable,E2 extends Throwable,E3 extends Throwable> - Interface in com.landawn.abacus.util
 
Throwables.EEE.TriConsumer<A,B,C,E extends Throwable,E2 extends Throwable,E3 extends Throwable> - Interface in com.landawn.abacus.util
 
Throwables.EEE.TriFunction<A,B,C,R,E extends Throwable,E2 extends Throwable,E3 extends Throwable> - Interface in com.landawn.abacus.util
 
Throwables.EEE.TriPredicate<A,B,C,E extends Throwable,E2 extends Throwable,E3 extends Throwable> - Interface in com.landawn.abacus.util
 
Throwables.FloatBiConsumer<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface FloatBiConsumer.
Throwables.FloatBiFunction<R,E extends Throwable> - Interface in com.landawn.abacus.util
The Interface FloatBiFunction.
Throwables.FloatBinaryOperator<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface FloatBinaryOperator.
Throwables.FloatBiPredicate<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface FloatBiPredicate.
Throwables.FloatConsumer<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface FloatConsumer.
Throwables.FloatFunction<R,E extends Throwable> - Interface in com.landawn.abacus.util
The Interface FloatFunction.
Throwables.FloatPredicate<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface FloatPredicate.
Throwables.FloatSupplier<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface FloatSupplier.
Throwables.FloatTernaryOperator<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface FloatTernaryOperator.
Throwables.FloatTriConsumer<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface FloatTriConsumer.
Throwables.FloatTriFunction<R,E extends Throwable> - Interface in com.landawn.abacus.util
The Interface FloatTriFunction.
Throwables.FloatTriPredicate<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface FloatTriPredicate.
Throwables.FloatUnaryOperator<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface FloatUnaryOperator.
Throwables.Function<T,R,E extends Throwable> - Interface in com.landawn.abacus.util
The Interface Function.
Throwables.IndexedBiConsumer<U,T,E extends Throwable> - Interface in com.landawn.abacus.util
The Interface IndexedBiConsumer.
Throwables.IndexedBiFunction<U,T,R,E extends Throwable> - Interface in com.landawn.abacus.util
The Interface IndexedBiFunction.
Throwables.IndexedBiPredicate<U,T,E extends Throwable> - Interface in com.landawn.abacus.util
The Interface IndexedBiPredicate.
Throwables.IndexedBooleanConsumer<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface IndexedBooleanConsumer.
Throwables.IndexedByteConsumer<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface IndexedByteConsumer.
Throwables.IndexedCharConsumer<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface IndexedCharConsumer.
Throwables.IndexedConsumer<T,E extends Throwable> - Interface in com.landawn.abacus.util
The Interface IndexedConsumer.
Throwables.IndexedDoubleConsumer<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface IndexedDoubleConsumer.
Throwables.IndexedFloatConsumer<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface IndexedFloatConsumer.
Throwables.IndexedFunction<T,R,E extends Throwable> - Interface in com.landawn.abacus.util
The Interface IndexedFunction.
Throwables.IndexedIntConsumer<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface IndexedIntConsumer.
Throwables.IndexedLongConsumer<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface IndexedLongConsumer.
Throwables.IndexedPredicate<T,E extends Throwable> - Interface in com.landawn.abacus.util
The Interface IndexedPredicate.
Throwables.IndexedShortConsumer<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface IndexedShortConsumer.
Throwables.IntBiConsumer<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface IntBiConsumer.
Throwables.IntBiFunction<R,E extends Throwable> - Interface in com.landawn.abacus.util
The Interface IntBiFunction.
Throwables.IntBinaryOperator<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface IntBinaryOperator.
Throwables.IntBiPredicate<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface IntBiPredicate.
Throwables.IntConsumer<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface IntConsumer.
Throwables.IntFunction<R,E extends Throwable> - Interface in com.landawn.abacus.util
The Interface IntFunction.
Throwables.IntObjConsumer<T,E extends Throwable> - Interface in com.landawn.abacus.util
 
Throwables.IntPredicate<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface IntPredicate.
Throwables.IntSupplier<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface IntSupplier.
Throwables.IntTernaryOperator<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface IntTernaryOperator.
Throwables.IntTriConsumer<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface IntTriConsumer.
Throwables.IntTriFunction<R,E extends Throwable> - Interface in com.landawn.abacus.util
The Interface IntTriFunction.
Throwables.IntTriPredicate<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface IntTriPredicate.
Throwables.IntUnaryOperator<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface IntUnaryOperator.
Throwables.LazyInitializer<T,E extends Throwable> - Class in com.landawn.abacus.util
 
Throwables.LongBiConsumer<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface LongBiConsumer.
Throwables.LongBiFunction<R,E extends Throwable> - Interface in com.landawn.abacus.util
The Interface LongBiFunction.
Throwables.LongBinaryOperator<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface LongBinaryOperator.
Throwables.LongBiPredicate<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface LongBiPredicate.
Throwables.LongConsumer<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface LongConsumer.
Throwables.LongFunction<R,E extends Throwable> - Interface in com.landawn.abacus.util
The Interface LongFunction.
Throwables.LongPredicate<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface LongPredicate.
Throwables.LongSupplier<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface LongSupplier.
Throwables.LongTernaryOperator<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface LongTernaryOperator.
Throwables.LongTriConsumer<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface LongTriConsumer.
Throwables.LongTriFunction<R,E extends Throwable> - Interface in com.landawn.abacus.util
The Interface LongTriFunction.
Throwables.LongTriPredicate<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface LongTriPredicate.
Throwables.LongUnaryOperator<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface LongUnaryOperator.
Throwables.ObjBooleanConsumer<T,E extends Throwable> - Interface in com.landawn.abacus.util
The Interface ObjBooleanConsumer.
Throwables.ObjByteConsumer<T,E extends Throwable> - Interface in com.landawn.abacus.util
The Interface ObjByteConsumer.
Throwables.ObjCharConsumer<T,E extends Throwable> - Interface in com.landawn.abacus.util
The Interface ObjCharConsumer.
Throwables.ObjDoubleConsumer<T,E extends Throwable> - Interface in com.landawn.abacus.util
The Interface ObjDoubleConsumer.
Throwables.ObjFloatConsumer<T,E extends Throwable> - Interface in com.landawn.abacus.util
The Interface ObjFloatConsumer.
Throwables.ObjIntConsumer<T,E extends Throwable> - Interface in com.landawn.abacus.util
The Interface ObjIntConsumer.
Throwables.ObjLongConsumer<T,E extends Throwable> - Interface in com.landawn.abacus.util
The Interface ObjLongConsumer.
Throwables.ObjShortConsumer<T,E extends Throwable> - Interface in com.landawn.abacus.util
The Interface ObjShortConsumer.
Throwables.Predicate<T,E extends Throwable> - Interface in com.landawn.abacus.util
The Interface Predicate.
Throwables.QuadConsumer<A,B,C,D,E extends Throwable> - Interface in com.landawn.abacus.util
The Interface QuadConsumer.
Throwables.QuadFunction<A,B,C,D,R,E extends Throwable> - Interface in com.landawn.abacus.util
The Interface QuadFunction.
Throwables.QuadPredicate<A,B,C,D,E extends Throwable> - Interface in com.landawn.abacus.util
The Interface QuadPredicate.
Throwables.Runnable<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface Runnable.
Throwables.ShortBiConsumer<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface ShortBiConsumer.
Throwables.ShortBiFunction<R,E extends Throwable> - Interface in com.landawn.abacus.util
The Interface ShortBiFunction.
Throwables.ShortBinaryOperator<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface ShortBinaryOperator.
Throwables.ShortBiPredicate<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface ShortBiPredicate.
Throwables.ShortConsumer<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface ShortConsumer.
Throwables.ShortFunction<R,E extends Throwable> - Interface in com.landawn.abacus.util
The Interface ShortFunction.
Throwables.ShortPredicate<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface ShortPredicate.
Throwables.ShortSupplier<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface ShortSupplier.
Throwables.ShortTernaryOperator<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface ShortTernaryOperator.
Throwables.ShortTriConsumer<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface ShortTriConsumer.
Throwables.ShortTriFunction<R,E extends Throwable> - Interface in com.landawn.abacus.util
The Interface ShortTriFunction.
Throwables.ShortTriPredicate<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface ShortTriPredicate.
Throwables.ShortUnaryOperator<E extends Throwable> - Interface in com.landawn.abacus.util
The Interface ShortUnaryOperator.
Throwables.Supplier<T,E extends Throwable> - Interface in com.landawn.abacus.util
The Interface Supplier.
Throwables.TernaryOperator<T,E extends Throwable> - Interface in com.landawn.abacus.util
The Interface TernaryOperator.
Throwables.ToBooleanFunction<T,E extends Throwable> - Interface in com.landawn.abacus.util
The Interface ToBooleanFunction.
Throwables.ToByteFunction<T,E extends Throwable> - Interface in com.landawn.abacus.util
The Interface ToByteFunction.
Throwables.ToCharFunction<T,E extends Throwable> - Interface in com.landawn.abacus.util
The Interface ToCharFunction.
Throwables.ToDoubleFunction<T,E extends Throwable> - Interface in com.landawn.abacus.util
The Interface ToDoubleFunction.
Throwables.ToFloatFunction<T,E extends Throwable> - Interface in com.landawn.abacus.util
The Interface ToFloatFunction.
Throwables.ToIntFunction<T,E extends Throwable> - Interface in com.landawn.abacus.util
The Interface ToIntFunction.
Throwables.ToLongFunction<T,E extends Throwable> - Interface in com.landawn.abacus.util
The Interface ToLongFunction.
Throwables.ToShortFunction<T,E extends Throwable> - Interface in com.landawn.abacus.util
The Interface ToShortFunction.
Throwables.TriConsumer<A,B,C,E extends Throwable> - Interface in com.landawn.abacus.util
The Interface TriConsumer.
Throwables.TriFunction<A,B,C,R,E extends Throwable> - Interface in com.landawn.abacus.util
The Interface TriFunction.
Throwables.TriPredicate<A,B,C,E extends Throwable> - Interface in com.landawn.abacus.util
The Interface TriPredicate.
Throwables.UnaryOperator<T,E extends Throwable> - Interface in com.landawn.abacus.util
The Interface UnaryOperator.
throwException(String) - Static method in class com.landawn.abacus.util.Fn.Fnn
 
throwException(Supplier<? extends E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
 
throwException(Supplier<? extends RuntimeException>) - Static method in class com.landawn.abacus.util.Fn
 
throwingMerger() - Static method in class com.landawn.abacus.util.Fn.Fnn
 
throwingMerger() - Static method in class com.landawn.abacus.util.Fn
 
throwIOException(String) - Static method in class com.landawn.abacus.util.Fn.Fnn
 
throwRuntimeException(String) - Static method in class com.landawn.abacus.util.Fn.Fnn
 
throwRuntimeException(String) - Static method in class com.landawn.abacus.util.Fn
 
Timed<T> - Class in com.landawn.abacus.util
 
timeInterval() - Method in class com.landawn.abacus.util.Observer
 
timeLimit(long) - Static method in class com.landawn.abacus.util.Fn
Returns a stateful Predicate.
timeLimit(Duration) - Static method in class com.landawn.abacus.util.Fn
Returns a stateful Predicate.
timer(long) - Static method in class com.landawn.abacus.util.Observer
 
timer(long, TimeUnit) - Static method in class com.landawn.abacus.util.Observer
 
timestamp() - Method in class com.landawn.abacus.util.Observer
 
timestamp() - Method in class com.landawn.abacus.util.Timed
 
TIMING_ALLOW_ORIGIN - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP Timing-Allow-Origin header field name.
toArray() - Method in class com.landawn.abacus.util.ArrayHashSet
 
toArray(T[]) - Method in class com.landawn.abacus.util.ArrayHashSet
 
toArray() - Method in class com.landawn.abacus.util.BiIterator
 
toArray(T[]) - Method in class com.landawn.abacus.util.BiIterator
 
toArray() - Method in class com.landawn.abacus.util.ExceptionalStream
 
toArray(IntFunction<A[]>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
toArray() - Method in class com.landawn.abacus.util.IdentityHashSet
 
toArray(A[]) - Method in class com.landawn.abacus.util.IdentityHashSet
 
toArray() - Method in class com.landawn.abacus.util.ImmutableCollection
 
toArray(T[]) - Method in class com.landawn.abacus.util.ImmutableCollection
 
toArray() - Method in class com.landawn.abacus.util.Multiset
 
toArray(A[]) - Method in class com.landawn.abacus.util.Multiset
 
toArray(A[]) - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableArray
 
toArray(A[]) - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableDeque
 
toArray() - Method in class com.landawn.abacus.util.ObjIterator
 
toArray(A[]) - Method in class com.landawn.abacus.util.ObjIterator
 
toArray() - Method in class com.landawn.abacus.util.Pair
 
toArray(A[]) - Method in class com.landawn.abacus.util.Pair
 
toArray() - Static method in class com.landawn.abacus.util.stream.Collectors
 
toArray(Supplier<A[]>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
toArray(IntFunction<A[]>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
toArray() - Method in class com.landawn.abacus.util.Triple
 
toArray(A[]) - Method in class com.landawn.abacus.util.Triple
 
toArray() - Method in class com.landawn.abacus.util.Tuple
 
toArray(A[]) - Method in class com.landawn.abacus.util.Tuple
 
toArray() - Method in class com.landawn.abacus.util.Tuple.Tuple1
 
toArray(A[]) - Method in class com.landawn.abacus.util.Tuple.Tuple1
 
toArray() - Method in class com.landawn.abacus.util.Tuple.Tuple2
 
toArray(A[]) - Method in class com.landawn.abacus.util.Tuple.Tuple2
 
toArray() - Method in class com.landawn.abacus.util.Tuple.Tuple3
 
toArray(A[]) - Method in class com.landawn.abacus.util.Tuple.Tuple3
 
toArray() - Method in class com.landawn.abacus.util.Tuple.Tuple4
 
toArray(A[]) - Method in class com.landawn.abacus.util.Tuple.Tuple4
 
toArray() - Method in class com.landawn.abacus.util.Tuple.Tuple5
 
toArray(A[]) - Method in class com.landawn.abacus.util.Tuple.Tuple5
 
toArray() - Method in class com.landawn.abacus.util.Tuple.Tuple6
 
toArray(A[]) - Method in class com.landawn.abacus.util.Tuple.Tuple6
 
toArray() - Method in class com.landawn.abacus.util.Tuple.Tuple7
 
toArray(A[]) - Method in class com.landawn.abacus.util.Tuple.Tuple7
 
toArray() - Method in class com.landawn.abacus.util.Tuple.Tuple8
 
toArray(A[]) - Method in class com.landawn.abacus.util.Tuple.Tuple8
 
toArray() - Method in class com.landawn.abacus.util.Tuple.Tuple9
 
toArray(A[]) - Method in class com.landawn.abacus.util.Tuple.Tuple9
 
toBiMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
toBiMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>, Supplier<BiMap<K, V>>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
toBiMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>, BinaryOperator<V>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
toBiMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>, BinaryOperator<V>, Supplier<BiMap<K, V>>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
toByte(String) - Static method in class com.landawn.abacus.util.Numbers
 
toByte(String, byte) - Static method in class com.landawn.abacus.util.Numbers
 
toByteArray() - Method in class com.landawn.abacus.util.ByteArrayOutputStream
To byte array.
toCamelCase(String) - Static method in class com.landawn.abacus.util.ClassUtil
It's designed for field/method/class/column/table names.
toCamelCase(Map<String, Object>) - Static method in class com.landawn.abacus.util.ClassUtil
To camel case.
toCamelCase() - Static method in class com.landawn.abacus.util.Fn
To camel case.
toCamelCase(String) - Static method in class com.landawn.abacus.util.StringUtil
 
toCharArray(CharSequence) - Static method in class com.landawn.abacus.util.StringUtil
 
toCodePoints(CharSequence) - Static method in class com.landawn.abacus.util.StringUtil
Converts a CharSequence into an array of code points.
toCollection(Enumeration<? extends T>, Supplier<? extends C>) - Static method in class com.landawn.abacus.util.Enumerations
 
toCollection(Supplier<? extends C>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
toCollection(IntFunction<? extends C>) - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableArray
 
toCollection(IntFunction<? extends C>) - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableDeque
 
toCollection(Supplier<? extends C>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
toCollection(Supplier<? extends C>, int) - Static method in class com.landawn.abacus.util.stream.Collectors
 
toCollectionAndThen(Supplier<? extends CC>, Throwables.Function<? super CC, R, E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
toConcurrentMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
toConcurrentMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>, Supplier<? extends M>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
toConcurrentMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>, BinaryOperator<V>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
toConcurrentMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>, BinaryOperator<V>, Supplier<? extends M>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
toCSV() - Method in interface com.landawn.abacus.DataSet
 
toCSV(Collection<String>, int, int) - Method in interface com.landawn.abacus.DataSet
 
toCSV(boolean, boolean) - Method in interface com.landawn.abacus.DataSet
 
toCSV(Collection<String>, int, int, boolean, boolean) - Method in interface com.landawn.abacus.DataSet
 
toCSV(File) - Method in interface com.landawn.abacus.DataSet
 
toCSV(File, Collection<String>, int, int) - Method in interface com.landawn.abacus.DataSet
 
toCSV(File, boolean, boolean) - Method in interface com.landawn.abacus.DataSet
 
toCSV(File, Collection<String>, int, int, boolean, boolean) - Method in interface com.landawn.abacus.DataSet
 
toCSV(OutputStream) - Method in interface com.landawn.abacus.DataSet
 
toCSV(OutputStream, Collection<String>, int, int) - Method in interface com.landawn.abacus.DataSet
 
toCSV(OutputStream, boolean, boolean) - Method in interface com.landawn.abacus.DataSet
 
toCSV(OutputStream, Collection<String>, int, int, boolean, boolean) - Method in interface com.landawn.abacus.DataSet
 
toCSV(Writer) - Method in interface com.landawn.abacus.DataSet
 
toCSV(Writer, Collection<String>, int, int) - Method in interface com.landawn.abacus.DataSet
 
toCSV(Writer, boolean, boolean) - Method in interface com.landawn.abacus.DataSet
 
toCSV(Writer, Collection<String>, int, int, boolean, boolean) - Method in interface com.landawn.abacus.DataSet
 
toDataSet() - Method in class com.landawn.abacus.util.ExceptionalStream
The first row will be used as column names if its type is array or list, or obtain the column names from first row if its type is entity or map.
toDataSet(List<String>) - Method in class com.landawn.abacus.util.ExceptionalStream
If the specified columnNames is null or empty, the first row will be used as column names if its type is array or list, or obtain the column names from first row if its type is entity or map.
toDataSet() - Static method in class com.landawn.abacus.util.stream.Collectors
 
toDataSet(List<String>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
toDays() - Method in class com.landawn.abacus.util.Duration
 
toDeque() - Static method in class com.landawn.abacus.util.stream.Collectors
 
toDouble(String) - Static method in class com.landawn.abacus.util.Numbers
 
toDouble(String, double) - Static method in class com.landawn.abacus.util.Numbers
 
toDouble(BigDecimal) - Static method in class com.landawn.abacus.util.Numbers
Convert a BigDecimal to a double.
toDouble(BigDecimal, double) - Static method in class com.landawn.abacus.util.Numbers
Convert a BigDecimal to a double.
ToDoubleBiFunction<T,U> - Interface in com.landawn.abacus.util.function
ToDoubleFunction<T> - Interface in com.landawn.abacus.util.function
toEntry() - Method in class com.landawn.abacus.util.Pair
 
toEntry() - Method in class com.landawn.abacus.util.Tuple.Tuple2
 
toFile(URL) - Static method in class com.landawn.abacus.util.IOUtil
Convert from a URL to a File.
toFiles(URL[]) - Static method in class com.landawn.abacus.util.IOUtil
Converts each of an array of URL to a File.
toFiles(Collection<URL>) - Static method in class com.landawn.abacus.util.IOUtil
 
toFloat(String) - Static method in class com.landawn.abacus.util.Numbers
 
toFloat(String, float) - Static method in class com.landawn.abacus.util.Numbers
 
ToFloatBiFunction<T,U> - Interface in com.landawn.abacus.util.function
 
ToFloatFunction<T> - Interface in com.landawn.abacus.util.function
 
toHours() - Method in class com.landawn.abacus.util.Duration
 
toImmutableEntry() - Method in class com.landawn.abacus.util.Pair
 
toImmutableList() - Method in class com.landawn.abacus.util.ExceptionalStream
 
toImmutableList() - Static method in class com.landawn.abacus.util.stream.Collectors
 
toImmutableList() - Method in class com.landawn.abacus.util.u.Nullable
To immutable list.
toImmutableList() - Method in class com.landawn.abacus.util.u.Optional
To immutable list.
toImmutableList() - Method in class com.landawn.abacus.util.u.OptionalBoolean
To immutable list.
toImmutableList() - Method in class com.landawn.abacus.util.u.OptionalByte
To immutable list.
toImmutableList() - Method in class com.landawn.abacus.util.u.OptionalChar
To immutable list.
toImmutableList() - Method in class com.landawn.abacus.util.u.OptionalDouble
To immutable list.
toImmutableList() - Method in class com.landawn.abacus.util.u.OptionalFloat
To immutable list.
toImmutableList() - Method in class com.landawn.abacus.util.u.OptionalInt
To immutable list.
toImmutableList() - Method in class com.landawn.abacus.util.u.OptionalLong
To immutable list.
toImmutableList() - Method in class com.landawn.abacus.util.u.OptionalShort
To immutable list.
toImmutableListIfNotNull() - Method in class com.landawn.abacus.util.u.Nullable
To immutable list if not null.
toImmutableMap() - Method in class com.landawn.abacus.util.ListMultimap
To immutable map.
toImmutableMap(IntFunction<? extends Map<K, ImmutableList<E>>>) - Method in class com.landawn.abacus.util.ListMultimap
To immutable map.
toImmutableMap() - Method in class com.landawn.abacus.util.Multiset
To immutable map.
toImmutableMap(IntFunction<? extends Map<T, Integer>>) - Method in class com.landawn.abacus.util.Multiset
To immutable map.
toImmutableMap() - Method in class com.landawn.abacus.util.SetMultimap
To immutable map.
toImmutableMap(IntFunction<? extends Map<K, ImmutableSet<E>>>) - Method in class com.landawn.abacus.util.SetMultimap
To immutable map.
toImmutableMap() - Static method in class com.landawn.abacus.util.stream.Collectors
 
toImmutableMap(BinaryOperator<V>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
toImmutableMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
toImmutableMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>, BinaryOperator<V>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
toImmutableSet() - Method in class com.landawn.abacus.util.ExceptionalStream
 
toImmutableSet() - Static method in class com.landawn.abacus.util.stream.Collectors
 
toImmutableSet() - Method in class com.landawn.abacus.util.u.Nullable
To immutable set.
toImmutableSet() - Method in class com.landawn.abacus.util.u.Optional
To immutable set.
toImmutableSet() - Method in class com.landawn.abacus.util.u.OptionalBoolean
To immutable set.
toImmutableSet() - Method in class com.landawn.abacus.util.u.OptionalByte
To immutable set.
toImmutableSet() - Method in class com.landawn.abacus.util.u.OptionalChar
To immutable set.
toImmutableSet() - Method in class com.landawn.abacus.util.u.OptionalDouble
To immutable set.
toImmutableSet() - Method in class com.landawn.abacus.util.u.OptionalFloat
To immutable set.
toImmutableSet() - Method in class com.landawn.abacus.util.u.OptionalInt
To immutable set.
toImmutableSet() - Method in class com.landawn.abacus.util.u.OptionalLong
To immutable set.
toImmutableSet() - Method in class com.landawn.abacus.util.u.OptionalShort
To immutable set.
toImmutableSetIfNotNull() - Method in class com.landawn.abacus.util.u.Nullable
To immutable set if not null.
toInt(String) - Static method in class com.landawn.abacus.util.Numbers
 
toInt(String, int) - Static method in class com.landawn.abacus.util.Numbers
 
ToIntBiFunction<T,U> - Interface in com.landawn.abacus.util.function
toIntExact(long) - Static method in class com.landawn.abacus.util.N
Returns the value of the long argument; throwing an exception if the value overflows an int.
ToIntFunction<T> - Interface in com.landawn.abacus.util.function
toIterator(Enumeration<? extends T>) - Static method in class com.landawn.abacus.util.Enumerations
 
toJSON() - Method in interface com.landawn.abacus.DataSet
 
toJSON(int, int) - Method in interface com.landawn.abacus.DataSet
 
toJSON(Collection<String>, int, int) - Method in interface com.landawn.abacus.DataSet
 
toJSON(File) - Method in interface com.landawn.abacus.DataSet
 
toJSON(File, int, int) - Method in interface com.landawn.abacus.DataSet
 
toJSON(File, Collection<String>, int, int) - Method in interface com.landawn.abacus.DataSet
 
toJSON(OutputStream) - Method in interface com.landawn.abacus.DataSet
 
toJSON(OutputStream, int, int) - Method in interface com.landawn.abacus.DataSet
 
toJSON(OutputStream, Collection<String>, int, int) - Method in interface com.landawn.abacus.DataSet
 
toJSON(Writer) - Method in interface com.landawn.abacus.DataSet
 
toJSON(Writer, int, int) - Method in interface com.landawn.abacus.DataSet
 
toJSON(Writer, Collection<String>, int, int) - Method in interface com.landawn.abacus.DataSet
 
toJSON(Object) - Static method in class com.landawn.abacus.parser.Fj
 
toJSON(Object, Fj.SerializeConfig) - Static method in class com.landawn.abacus.parser.Fj
 
toJSON(File, Object) - Static method in class com.landawn.abacus.parser.Fj
 
toJSON(File, Object, Fj.SerializeConfig) - Static method in class com.landawn.abacus.parser.Fj
 
toJSON(OutputStream, Object) - Static method in class com.landawn.abacus.parser.Fj
 
toJSON(OutputStream, Object, Fj.SerializeConfig) - Static method in class com.landawn.abacus.parser.Fj
 
toJSON(Writer, Object) - Static method in class com.landawn.abacus.parser.Fj
 
toJSON(Writer, Object, Fj.SerializeConfig) - Static method in class com.landawn.abacus.parser.Fj
 
toJSON(Object) - Static method in class com.landawn.abacus.util.N
 
toJSON(Object, boolean) - Static method in class com.landawn.abacus.util.N
 
toJSON(Object, JSONSerializationConfig) - Static method in class com.landawn.abacus.util.N
 
toJSON(File, Object) - Static method in class com.landawn.abacus.util.N
 
toJSON(File, Object, JSONSerializationConfig) - Static method in class com.landawn.abacus.util.N
 
toJSON(OutputStream, Object) - Static method in class com.landawn.abacus.util.N
 
toJSON(OutputStream, Object, JSONSerializationConfig) - Static method in class com.landawn.abacus.util.N
 
toJSON(Writer, Object) - Static method in class com.landawn.abacus.util.N
 
toJSON(Writer, Object, JSONSerializationConfig) - Static method in class com.landawn.abacus.util.N
 
toLinkedHashMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
toLinkedHashMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>, BinaryOperator<V>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
toLinkedHashSet() - Static method in class com.landawn.abacus.util.stream.Collectors
 
toLinkedList() - Static method in class com.landawn.abacus.util.stream.Collectors
 
toList() - Method in interface com.landawn.abacus.DataSet
 
toList(int, int) - Method in interface com.landawn.abacus.DataSet
 
toList(Class<? extends T>) - Method in interface com.landawn.abacus.DataSet
 
toList(Class<? extends T>, int, int) - Method in interface com.landawn.abacus.DataSet
 
toList(Class<? extends T>, Collection<String>) - Method in interface com.landawn.abacus.DataSet
 
toList(Class<? extends T>, Collection<String>, int, int) - Method in interface com.landawn.abacus.DataSet
 
toList(Class<? extends T>, Throwables.Predicate<? super String, E>, Throwables.Function<? super String, String, E2>) - Method in interface com.landawn.abacus.DataSet
 
toList(Class<? extends T>, Throwables.Predicate<? super String, E>, Throwables.Function<? super String, String, E2>, int, int) - Method in interface com.landawn.abacus.DataSet
 
toList(IntFunction<? extends T>) - Method in interface com.landawn.abacus.DataSet
 
toList(IntFunction<? extends T>, int, int) - Method in interface com.landawn.abacus.DataSet
 
toList(IntFunction<? extends T>, Collection<String>) - Method in interface com.landawn.abacus.DataSet
 
toList(IntFunction<? extends T>, Collection<String>, int, int) - Method in interface com.landawn.abacus.DataSet
 
toList() - Method in class com.landawn.abacus.util.BiIterator
 
toList(Enumeration<? extends T>) - Static method in class com.landawn.abacus.util.Enumerations
 
toList() - Method in class com.landawn.abacus.util.ExceptionalStream
 
toList() - Static method in class com.landawn.abacus.util.Fn.Pairs
 
toList() - Static method in class com.landawn.abacus.util.Fn.Triples
 
toList() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableArray
 
toList() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableDeque
 
toList() - Method in class com.landawn.abacus.util.ObjIterator
 
toList() - Static method in class com.landawn.abacus.util.stream.Collectors
 
toList(int) - Static method in class com.landawn.abacus.util.stream.Collectors
 
toList(Tuple.Tuple1<? extends T>) - Static method in class com.landawn.abacus.util.Tuple
 
toList(Tuple.Tuple2<? extends T, ? extends T>) - Static method in class com.landawn.abacus.util.Tuple
 
toList(Tuple.Tuple3<? extends T, ? extends T, ? extends T>) - Static method in class com.landawn.abacus.util.Tuple
 
toList(Tuple.Tuple4<? extends T, ? extends T, ? extends T, ? extends T>) - Static method in class com.landawn.abacus.util.Tuple
 
toList(Tuple.Tuple5<? extends T, ? extends T, ? extends T, ? extends T, ? extends T>) - Static method in class com.landawn.abacus.util.Tuple
 
toList(Tuple.Tuple6<? extends T, ? extends T, ? extends T, ? extends T, ? extends T, ? extends T>) - Static method in class com.landawn.abacus.util.Tuple
 
toList(Tuple.Tuple7<? extends T, ? extends T, ? extends T, ? extends T, ? extends T, ? extends T, ? extends T>) - Static method in class com.landawn.abacus.util.Tuple
 
toList(Tuple.Tuple8<? extends T, ? extends T, ? extends T, ? extends T, ? extends T, ? extends T, ? extends T, ? extends T>) - Static method in class com.landawn.abacus.util.Tuple
 
toList(Tuple.Tuple9<? extends T, ? extends T, ? extends T, ? extends T, ? extends T, ? extends T, ? extends T, ? extends T, ? extends T>) - Static method in class com.landawn.abacus.util.Tuple
 
toList() - Method in class com.landawn.abacus.util.u.Nullable
 
toList() - Method in class com.landawn.abacus.util.u.Optional
 
toList() - Method in class com.landawn.abacus.util.u.OptionalBoolean
 
toList() - Method in class com.landawn.abacus.util.u.OptionalByte
 
toList() - Method in class com.landawn.abacus.util.u.OptionalChar
 
toList() - Method in class com.landawn.abacus.util.u.OptionalDouble
 
toList() - Method in class com.landawn.abacus.util.u.OptionalFloat
 
toList() - Method in class com.landawn.abacus.util.u.OptionalInt
 
toList() - Method in class com.landawn.abacus.util.u.OptionalLong
 
toList() - Method in class com.landawn.abacus.util.u.OptionalShort
 
toListAndThen(Throwables.Function<? super List<T>, R, E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
toListIfNotNull() - Method in class com.landawn.abacus.util.u.Nullable
To list if not null.
toLong(String) - Static method in class com.landawn.abacus.util.Numbers
 
toLong(String, long) - Static method in class com.landawn.abacus.util.Numbers
 
ToLongBiFunction<T,U> - Interface in com.landawn.abacus.util.function
ToLongFunction<T> - Interface in com.landawn.abacus.util.function
toLowerCase() - Static method in class com.landawn.abacus.util.Fn
To lower case.
toLowerCase(char) - Static method in class com.landawn.abacus.util.StringUtil
To lower case.
toLowerCase(String) - Static method in class com.landawn.abacus.util.StringUtil
Converts a String to lower case as per String.toLowerCase().
toLowerCase(String, Locale) - Static method in class com.landawn.abacus.util.StringUtil
Converts a String to lower case as per String.toLowerCase(Locale) .
toLowerCaseKeyWithUnderscore(Map<String, Object>) - Static method in class com.landawn.abacus.util.ClassUtil
To lower case key with underscore.
toLowerCaseWithUnderscore(String) - Static method in class com.landawn.abacus.util.ClassUtil
It's designed for field/method/class/column/table names.
toLowerCaseWithUnderscore() - Static method in class com.landawn.abacus.util.Fn
To lower case with underscore.
toLowerCaseWithUnderscore(String) - Static method in class com.landawn.abacus.util.StringUtil
To lower case with underscore.
toMap(String, String) - Method in interface com.landawn.abacus.DataSet
 
toMap(String, String, int, int) - Method in interface com.landawn.abacus.DataSet
 
toMap(String, String, int, int, IntFunction<? extends M>) - Method in interface com.landawn.abacus.DataSet
 
toMap(Class<? extends V>, String, Collection<String>) - Method in interface com.landawn.abacus.DataSet
 
toMap(Class<? extends V>, String, Collection<String>, int, int) - Method in interface com.landawn.abacus.DataSet
 
toMap(Class<? extends V>, String, Collection<String>, int, int, IntFunction<? extends M>) - Method in interface com.landawn.abacus.DataSet
 
toMap(IntFunction<? extends V>, String, Collection<String>) - Method in interface com.landawn.abacus.DataSet
 
toMap(IntFunction<? extends V>, String, Collection<String>, int, int) - Method in interface com.landawn.abacus.DataSet
 
toMap(IntFunction<? extends V>, String, Collection<String>, int, int, IntFunction<? extends M>) - Method in interface com.landawn.abacus.DataSet
 
toMap(Throwables.Function<? super T, ? extends K, ? extends E>, Throwables.Function<? super T, ? extends V, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
toMap(Throwables.Function<? super T, ? extends K, ? extends E>, Throwables.Function<? super T, ? extends V, ? extends E>, Supplier<? extends M>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
toMap(Throwables.Function<? super T, ? extends K, ? extends E>, Throwables.Function<? super T, ? extends V, ? extends E>, Throwables.BinaryOperator<V, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
toMap(Throwables.Function<? super T, ? extends K, ? extends E>, Throwables.Function<? super T, ? extends V, ? extends E>, Throwables.BinaryOperator<V, ? extends E>, Supplier<? extends M>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
toMap(Throwables.Function<? super T, ? extends K, ? extends E>, Collector<? super T, A, D>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
toMap(Throwables.Function<? super T, ? extends K, ? extends E>, Collector<? super T, A, D>, Supplier<? extends M>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
toMap(Throwables.Function<? super T, ? extends K, ? extends E>, Throwables.Function<? super T, ? extends V, ? extends E>, Collector<? super V, A, D>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
toMap(Throwables.Function<? super T, ? extends K, ? extends E>, Throwables.Function<? super T, ? extends V, ? extends E>, Collector<? super V, A, D>, Supplier<? extends M>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
toMap() - Method in class com.landawn.abacus.util.Multimap
 
toMap(IntFunction<? extends M>) - Method in class com.landawn.abacus.util.Multimap
 
toMap() - Method in class com.landawn.abacus.util.Multiset
 
toMap(IntFunction<? extends M>) - Method in class com.landawn.abacus.util.Multiset
 
toMap() - Static method in class com.landawn.abacus.util.stream.Collectors
 
toMap(BinaryOperator<V>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
toMap(Supplier<? extends M>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
toMap(BinaryOperator<V>, Supplier<? extends M>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
toMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
toMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>, BinaryOperator<V>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
toMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>, Supplier<? extends M>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
toMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>, BinaryOperator<V>, Supplier<? extends M>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
toMap(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
toMap(Function<? super T, ? extends K>, Collector<? super T, A, D>, Supplier<? extends M>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
toMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>, Collector<? super V, A, D>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
toMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>, Collector<? super V, A, D>, Supplier<? extends M>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
toMapSortedByKey(Comparator<? super T>) - Method in class com.landawn.abacus.util.Multiset
To map sorted by key.
toMapSortedByOccurrences() - Method in class com.landawn.abacus.util.Multiset
To map sorted by occurrences.
toMapSortedByOccurrences(Comparator<? super Integer>) - Method in class com.landawn.abacus.util.Multiset
To map sorted by occurrences.
toMergedEntities(Class<T>) - Method in interface com.landawn.abacus.DataSet
 
toMergedEntities(Class<T>, Collection<String>) - Method in interface com.landawn.abacus.DataSet
 
toMergedEntities(Class<T>, String) - Method in interface com.landawn.abacus.DataSet
 
toMergedEntities(Class<T>, String, Collection<String>) - Method in interface com.landawn.abacus.DataSet
 
toMergedEntities(Class<T>, List<String>, Collection<String>) - Method in interface com.landawn.abacus.DataSet
 
toMillis(long) - Method in enum com.landawn.abacus.util.CalendarUnit
 
toMillis() - Method in class com.landawn.abacus.util.Duration
 
toMinutes() - Method in class com.landawn.abacus.util.Duration
 
toMultimap(String, String) - Method in interface com.landawn.abacus.DataSet
 
toMultimap(String, String, int, int) - Method in interface com.landawn.abacus.DataSet
 
toMultimap(String, String, int, int, IntFunction<? extends M>) - Method in interface com.landawn.abacus.DataSet
 
toMultimap(Class<? extends E>, String, Collection<String>) - Method in interface com.landawn.abacus.DataSet
 
toMultimap(Class<? extends E>, String, Collection<String>, int, int) - Method in interface com.landawn.abacus.DataSet
 
toMultimap(Class<? extends E>, String, Collection<String>, int, int, IntFunction<? extends M>) - Method in interface com.landawn.abacus.DataSet
 
toMultimap(IntFunction<? extends E>, String, Collection<String>) - Method in interface com.landawn.abacus.DataSet
 
toMultimap(IntFunction<? extends E>, String, Collection<String>, int, int) - Method in interface com.landawn.abacus.DataSet
 
toMultimap(IntFunction<? extends E>, String, Collection<String>, int, int, IntFunction<? extends M>) - Method in interface com.landawn.abacus.DataSet
 
toMultimap(Throwables.Function<? super T, ? extends K, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
toMultimap(Throwables.Function<? super T, ? extends K, ? extends E>, Supplier<? extends M>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
toMultimap(Throwables.Function<? super T, ? extends K, ? extends E>, Throwables.Function<? super T, ? extends V, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
toMultimap(Throwables.Function<? super T, ? extends K, ? extends E>, Throwables.Function<? super T, ? extends V, ? extends E>, Supplier<? extends M>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
toMultimap() - Static method in class com.landawn.abacus.util.stream.Collectors
 
toMultimap(Supplier<? extends M>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
toMultimap(Function<? super T, ? extends K>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
toMultimap(Function<? super T, ? extends K>, Supplier<? extends M>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
toMultimap(Function<? super T, ? extends K>, Function<? super T, ? extends V>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
toMultimap(Function<? super T, ? extends K>, Function<? super T, ? extends V>, Supplier<? extends M>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
toMultiset() - Method in class com.landawn.abacus.util.ExceptionalStream
 
toMultiset(Supplier<? extends Multiset<T>>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
toMultiset() - Method in class com.landawn.abacus.util.Multimap
 
toMultiset() - Static method in class com.landawn.abacus.util.stream.Collectors
 
toMultiset(Supplier<Multiset<T>>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
toOptional() - Method in class com.landawn.abacus.util.Pair
 
toOptional() - Method in class com.landawn.abacus.util.Triple
 
toOptional() - Method in class com.landawn.abacus.util.Tuple
 
toOptional() - Method in class com.landawn.abacus.util.u.Nullable
 
top(int) - Method in class com.landawn.abacus.util.ExceptionalStream
 
top(int, Comparator<? super T>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
top(short[], int) - Static method in class com.landawn.abacus.util.N
 
top(short[], int, Comparator<? super Short>) - Static method in class com.landawn.abacus.util.N
 
top(short[], int, int, int) - Static method in class com.landawn.abacus.util.N
 
top(short[], int, int, int, Comparator<? super Short>) - Static method in class com.landawn.abacus.util.N
 
top(int[], int) - Static method in class com.landawn.abacus.util.N
 
top(int[], int, Comparator<? super Integer>) - Static method in class com.landawn.abacus.util.N
 
top(int[], int, int, int) - Static method in class com.landawn.abacus.util.N
 
top(int[], int, int, int, Comparator<? super Integer>) - Static method in class com.landawn.abacus.util.N
 
top(long[], int) - Static method in class com.landawn.abacus.util.N
 
top(long[], int, Comparator<? super Long>) - Static method in class com.landawn.abacus.util.N
 
top(long[], int, int, int) - Static method in class com.landawn.abacus.util.N
 
top(long[], int, int, int, Comparator<? super Long>) - Static method in class com.landawn.abacus.util.N
 
top(float[], int) - Static method in class com.landawn.abacus.util.N
 
top(float[], int, Comparator<? super Float>) - Static method in class com.landawn.abacus.util.N
 
top(float[], int, int, int) - Static method in class com.landawn.abacus.util.N
 
top(float[], int, int, int, Comparator<? super Float>) - Static method in class com.landawn.abacus.util.N
 
top(double[], int) - Static method in class com.landawn.abacus.util.N
 
top(double[], int, Comparator<? super Double>) - Static method in class com.landawn.abacus.util.N
 
top(double[], int, int, int) - Static method in class com.landawn.abacus.util.N
 
top(double[], int, int, int, Comparator<? super Double>) - Static method in class com.landawn.abacus.util.N
 
top(T[], int) - Static method in class com.landawn.abacus.util.N
 
top(T[], int, Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
 
top(T[], int, int, int) - Static method in class com.landawn.abacus.util.N
 
top(T[], int, int, int, Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
 
top(Collection<? extends T>, int) - Static method in class com.landawn.abacus.util.N
 
top(Collection<? extends T>, int, Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
 
top(Collection<? extends T>, int, int, int) - Static method in class com.landawn.abacus.util.N
 
top(Collection<? extends T>, int, int, int, Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
 
top(T[], int, boolean) - Static method in class com.landawn.abacus.util.N
 
top(T[], int, Comparator<? super T>, boolean) - Static method in class com.landawn.abacus.util.N
 
top(T[], int, int, int, boolean) - Static method in class com.landawn.abacus.util.N
 
top(T[], int, int, int, Comparator<? super T>, boolean) - Static method in class com.landawn.abacus.util.N
 
top(Collection<? extends T>, int, boolean) - Static method in class com.landawn.abacus.util.N
 
top(Collection<? extends T>, int, Comparator<? super T>, boolean) - Static method in class com.landawn.abacus.util.N
 
top(Collection<? extends T>, int, int, int, boolean) - Static method in class com.landawn.abacus.util.N
 
top(Collection<? extends T>, int, int, int, Comparator<? super T>, boolean) - Static method in class com.landawn.abacus.util.N
 
TOP - Static variable in class com.landawn.abacus.util.SQLBuilder
 
TOP - Static variable in class com.landawn.abacus.util.WD
Field TOP.
toPair() - Method in class com.landawn.abacus.util.Result
 
toPair() - Method in class com.landawn.abacus.util.Tuple.Tuple2
 
topBy(String, int) - Method in interface com.landawn.abacus.DataSet
 
topBy(String, int, Comparator<T>) - Method in interface com.landawn.abacus.DataSet
 
topBy(Collection<String>, int) - Method in interface com.landawn.abacus.DataSet
 
topBy(Collection<String>, int, Comparator<? super Object[]>) - Method in interface com.landawn.abacus.DataSet
 
topBy(Collection<String>, int, Function<? super NoCachingNoUpdating.DisposableObjArray, ? extends Comparable>) - Method in interface com.landawn.abacus.DataSet
 
toProperString() - Method in class com.landawn.abacus.util.Fraction
Gets the fraction as a proper String in the format X Y/Z.
toQueue() - Static method in class com.landawn.abacus.util.stream.Collectors
 
toRuntimeException(Throwable) - Static method in class com.landawn.abacus.util.ExceptionUtil
To runtime exception.
toRuntimeException() - Static method in class com.landawn.abacus.util.Fn
 
toRuntimeException(Throwable) - Static method in class com.landawn.abacus.util.N
 
toSeconds() - Method in class com.landawn.abacus.util.Duration
 
toSet(Enumeration<? extends T>) - Static method in class com.landawn.abacus.util.Enumerations
 
toSet() - Method in class com.landawn.abacus.util.ExceptionalStream
 
toSet() - Static method in class com.landawn.abacus.util.Fn.Pairs
 
toSet() - Static method in class com.landawn.abacus.util.Fn.Triples
 
toSet() - Static method in class com.landawn.abacus.util.stream.Collectors
 
toSet(int) - Static method in class com.landawn.abacus.util.stream.Collectors
 
toSet() - Method in class com.landawn.abacus.util.u.Nullable
 
toSet() - Method in class com.landawn.abacus.util.u.Optional
 
toSet() - Method in class com.landawn.abacus.util.u.OptionalBoolean
 
toSet() - Method in class com.landawn.abacus.util.u.OptionalByte
 
toSet() - Method in class com.landawn.abacus.util.u.OptionalChar
 
toSet() - Method in class com.landawn.abacus.util.u.OptionalDouble
 
toSet() - Method in class com.landawn.abacus.util.u.OptionalFloat
 
toSet() - Method in class com.landawn.abacus.util.u.OptionalInt
 
toSet() - Method in class com.landawn.abacus.util.u.OptionalLong
 
toSet() - Method in class com.landawn.abacus.util.u.OptionalShort
 
toSetAndThen(Throwables.Function<? super Set<T>, R, E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
toSetIfNotNull() - Method in class com.landawn.abacus.util.u.Nullable
To set if not null.
toShort(String) - Static method in class com.landawn.abacus.util.Numbers
 
toShort(String, short) - Static method in class com.landawn.abacus.util.Numbers
 
toStr() - Static method in class com.landawn.abacus.util.Fn.Disposables
 
toStr() - Static method in class com.landawn.abacus.util.Fn
 
toString() - Method in class com.landawn.abacus.condition.AbstractCondition
 
toString(NamingPolicy) - Method in class com.landawn.abacus.condition.Between
 
toString(NamingPolicy) - Method in class com.landawn.abacus.condition.Binary
 
toString(NamingPolicy) - Method in class com.landawn.abacus.condition.Cell
 
toString(NamingPolicy) - Method in interface com.landawn.abacus.condition.Condition
 
toString(NamingPolicy) - Method in class com.landawn.abacus.condition.Criteria
 
toString(NamingPolicy) - Method in class com.landawn.abacus.condition.Expression
 
toString(NamingPolicy) - Method in class com.landawn.abacus.condition.In
 
toString(NamingPolicy) - Method in class com.landawn.abacus.condition.InSubQuery
 
toString(NamingPolicy) - Method in class com.landawn.abacus.condition.Join
 
toString(NamingPolicy) - Method in class com.landawn.abacus.condition.Junction
 
toString(NamingPolicy) - Method in class com.landawn.abacus.condition.Limit
 
toString() - Method in class com.landawn.abacus.condition.NamedProperty
 
toString(NamingPolicy) - Method in class com.landawn.abacus.condition.NotIn
 
toString(NamingPolicy) - Method in class com.landawn.abacus.condition.NotInSubQuery
 
toString() - Method in enum com.landawn.abacus.condition.Operator
 
toString(NamingPolicy) - Method in class com.landawn.abacus.condition.SubQuery
 
toString() - Method in class com.landawn.abacus.http.HttpHeaders
 
toString() - Method in class com.landawn.abacus.http.HttpResponse
 
toString() - Method in class com.landawn.abacus.http.HttpSettings
 
toString() - Method in class com.landawn.abacus.parser.DeserializationConfig
 
toString() - Method in class com.landawn.abacus.parser.JSONDeserializationConfig
 
toString() - Method in class com.landawn.abacus.parser.JSONSerializationConfig
 
toString() - Method in class com.landawn.abacus.parser.KryoSerializationConfig
 
toString() - Method in class com.landawn.abacus.parser.ParserUtil.EntityInfo
 
toString() - Method in class com.landawn.abacus.parser.ParserUtil.PropInfo
 
toString() - Method in class com.landawn.abacus.parser.SerializationConfig
 
toString() - Method in class com.landawn.abacus.parser.XMLSerializationConfig
 
toString() - Method in class com.landawn.abacus.pool.ActivityPrint
 
toString() - Method in class com.landawn.abacus.pool.GenericKeyedObjectPool
 
toString() - Method in class com.landawn.abacus.pool.GenericObjectPool
 
toString() - Method in class com.landawn.abacus.pool.PoolableWrapper
 
toString() - Method in class com.landawn.abacus.util.ArrayHashMap
 
toString() - Method in class com.landawn.abacus.util.ArrayHashSet
 
toString() - Method in class com.landawn.abacus.util.BiMap
 
toString() - Method in class com.landawn.abacus.util.BufferedWriter
 
toString() - Method in class com.landawn.abacus.util.ByteArrayOutputStream
 
toString(Charset) - Method in class com.landawn.abacus.util.ByteArrayOutputStream
 
toString() - Method in class com.landawn.abacus.util.Difference.MapDifference
 
toString() - Method in class com.landawn.abacus.util.Difference
 
toString() - Method in class com.landawn.abacus.util.Duration
 
toString() - Method in class com.landawn.abacus.util.Fraction
Gets the fraction as a String.
toString() - Method in class com.landawn.abacus.util.ImmutableArray
 
toString() - Method in class com.landawn.abacus.util.ImmutableCollection
 
toString() - Method in class com.landawn.abacus.util.Indexed
 
toString() - Method in class com.landawn.abacus.util.Joiner
Returns the current value, consisting of the prefix, the values added so far separated by the delimiter, and the suffix, unless no elements have been added in which case, the prefix + suffix or the emptyValue characters are returned
toString() - Method in class com.landawn.abacus.util.KahanSummation
 
toString() - Method in class com.landawn.abacus.util.Keyed
 
toString() - Method in class com.landawn.abacus.util.Multimap
 
toString() - Method in class com.landawn.abacus.util.Multiset
 
toString() - Method in class com.landawn.abacus.util.MutableBoolean
Returns the String value of this mutable.
toString() - Method in class com.landawn.abacus.util.MutableByte
Returns the String value of this mutable.
toString() - Method in class com.landawn.abacus.util.MutableChar
Returns the String value of this mutable.
toString() - Method in class com.landawn.abacus.util.MutableDouble
Returns the String value of this mutable.
toString() - Method in class com.landawn.abacus.util.MutableFloat
Returns the String value of this mutable.
toString() - Method in class com.landawn.abacus.util.MutableInt
Returns the String value of this mutable.
toString() - Method in class com.landawn.abacus.util.MutableLong
Returns the String value of this mutable.
toString() - Method in class com.landawn.abacus.util.MutableShort
Returns the String value of this mutable.
toString() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableArray
 
toString() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableBooleanArray
 
toString() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableByteArray
 
toString() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableCharArray
 
toString() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableDeque
 
toString() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableDoubleArray
 
toString() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableEntry
 
toString() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableFloatArray
 
toString() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableIntArray
 
toString() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableLongArray
 
toString() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableShortArray
 
toString() - Method in class com.landawn.abacus.util.Pair
 
toString() - Method in class com.landawn.abacus.util.ParsedSql
 
toString() - Method in enum com.landawn.abacus.util.Percentage
 
toString() - Method in class com.landawn.abacus.util.Properties
 
toString() - Method in class com.landawn.abacus.util.Range
 
toString() - Method in class com.landawn.abacus.util.Result
 
toString() - Method in enum com.landawn.abacus.util.SortDirection
 
toString() - Method in class com.landawn.abacus.util.SQLBuilder.SP
 
toString() - Method in class com.landawn.abacus.util.SQLBuilder
 
toString() - Method in enum com.landawn.abacus.util.SQLOperation
 
toString() - Method in class com.landawn.abacus.util.StringWriter
Return the buffer's current value as a string.
toString() - Method in class com.landawn.abacus.util.Timed
 
toString() - Method in class com.landawn.abacus.util.Triple
 
toString() - Method in class com.landawn.abacus.util.Tuple.Tuple1
 
toString() - Method in class com.landawn.abacus.util.Tuple.Tuple2
 
toString() - Method in class com.landawn.abacus.util.Tuple.Tuple3
 
toString() - Method in class com.landawn.abacus.util.Tuple.Tuple4
 
toString() - Method in class com.landawn.abacus.util.Tuple.Tuple5
 
toString() - Method in class com.landawn.abacus.util.Tuple.Tuple6
 
toString() - Method in class com.landawn.abacus.util.Tuple.Tuple7
 
toString() - Method in class com.landawn.abacus.util.Tuple.Tuple8
 
toString() - Method in class com.landawn.abacus.util.Tuple.Tuple9
 
toString() - Method in class com.landawn.abacus.util.TypeAttrParser
 
toString() - Method in class com.landawn.abacus.util.u.Nullable
 
toString() - Method in class com.landawn.abacus.util.u.Optional
 
toString() - Method in class com.landawn.abacus.util.u.OptionalBoolean
 
toString() - Method in class com.landawn.abacus.util.u.OptionalByte
 
toString() - Method in class com.landawn.abacus.util.u.OptionalChar
 
toString() - Method in class com.landawn.abacus.util.u.OptionalDouble
 
toString() - Method in class com.landawn.abacus.util.u.OptionalFloat
 
toString() - Method in class com.landawn.abacus.util.u.OptionalInt
 
toString() - Method in class com.landawn.abacus.util.u.OptionalLong
 
toString() - Method in class com.landawn.abacus.util.u.OptionalShort
 
toString() - Method in class com.landawn.abacus.util.Wrapper
 
totalCountOfValues() - Method in class com.landawn.abacus.util.Multimap
Returns the total count of all the elements in all values.
totalPages() - Method in interface com.landawn.abacus.PaginatedDataSet
 
toTriple() - Method in class com.landawn.abacus.util.Tuple.Tuple3
 
toTuple() - Method in class com.landawn.abacus.util.Pair
 
toTuple() - Method in class com.landawn.abacus.util.Result
 
toTuple() - Method in class com.landawn.abacus.util.Triple
 
touch(File) - Static method in class com.landawn.abacus.util.IOUtil
Update the last modified time of the file to system current time if the specified file exists.
toUpperCase() - Static method in class com.landawn.abacus.util.Fn
To upper case.
toUpperCase(char) - Static method in class com.landawn.abacus.util.StringUtil
To upper case.
toUpperCase(String) - Static method in class com.landawn.abacus.util.StringUtil
Converts a String to upper case as per String.toUpperCase().
toUpperCase(String, Locale) - Static method in class com.landawn.abacus.util.StringUtil
Converts a String to upper case as per String.toUpperCase(Locale) .
toUpperCaseKeyWithUnderscore(Map<String, Object>) - Static method in class com.landawn.abacus.util.ClassUtil
To upper case key with underscore.
toUpperCaseWithUnderscore(String) - Static method in class com.landawn.abacus.util.ClassUtil
It's designed for field/method/class/column/table names.
toUpperCaseWithUnderscore() - Static method in class com.landawn.abacus.util.Fn
To upper case with underscore.
toUpperCaseWithUnderscore(String) - Static method in class com.landawn.abacus.util.StringUtil
To upper case with underscore.
toURL(File) - Static method in class com.landawn.abacus.util.IOUtil
 
toURLs(File[]) - Static method in class com.landawn.abacus.util.IOUtil
To UR ls.
toURLs(Collection<File>) - Static method in class com.landawn.abacus.util.IOUtil
To UR ls.
toXML() - Method in interface com.landawn.abacus.DataSet
 
toXML(String) - Method in interface com.landawn.abacus.DataSet
 
toXML(int, int) - Method in interface com.landawn.abacus.DataSet
 
toXML(String, int, int) - Method in interface com.landawn.abacus.DataSet
 
toXML(Collection<String>, int, int) - Method in interface com.landawn.abacus.DataSet
 
toXML(String, Collection<String>, int, int) - Method in interface com.landawn.abacus.DataSet
 
toXML(File) - Method in interface com.landawn.abacus.DataSet
 
toXML(File, String) - Method in interface com.landawn.abacus.DataSet
 
toXML(File, int, int) - Method in interface com.landawn.abacus.DataSet
 
toXML(File, String, int, int) - Method in interface com.landawn.abacus.DataSet
 
toXML(File, Collection<String>, int, int) - Method in interface com.landawn.abacus.DataSet
 
toXML(File, String, Collection<String>, int, int) - Method in interface com.landawn.abacus.DataSet
 
toXML(OutputStream) - Method in interface com.landawn.abacus.DataSet
 
toXML(OutputStream, String) - Method in interface com.landawn.abacus.DataSet
 
toXML(OutputStream, int, int) - Method in interface com.landawn.abacus.DataSet
 
toXML(OutputStream, String, int, int) - Method in interface com.landawn.abacus.DataSet
 
toXML(OutputStream, Collection<String>, int, int) - Method in interface com.landawn.abacus.DataSet
 
toXML(OutputStream, String, Collection<String>, int, int) - Method in interface com.landawn.abacus.DataSet
 
toXML(Writer) - Method in interface com.landawn.abacus.DataSet
 
toXML(Writer, String) - Method in interface com.landawn.abacus.DataSet
 
toXML(Writer, int, int) - Method in interface com.landawn.abacus.DataSet
 
toXML(Writer, String, int, int) - Method in interface com.landawn.abacus.DataSet
 
toXML(Writer, Collection<String>, int, int) - Method in interface com.landawn.abacus.DataSet
 
toXML(Writer, String, Collection<String>, int, int) - Method in interface com.landawn.abacus.DataSet
 
toXML(Object) - Static method in class com.landawn.abacus.util.N
 
toXML(Object, boolean) - Static method in class com.landawn.abacus.util.N
 
toXML(Object, XMLSerializationConfig) - Static method in class com.landawn.abacus.util.N
 
toXML(File, Object) - Static method in class com.landawn.abacus.util.N
 
toXML(File, Object, XMLSerializationConfig) - Static method in class com.landawn.abacus.util.N
 
toXML(OutputStream, Object) - Static method in class com.landawn.abacus.util.N
 
toXML(OutputStream, Object, XMLSerializationConfig) - Static method in class com.landawn.abacus.util.N
 
toXML(Writer, Object) - Static method in class com.landawn.abacus.util.N
 
toXML(Writer, Object, XMLSerializationConfig) - Static method in class com.landawn.abacus.util.N
 
TRAILER - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP Trailer header field name.
TRANSFER_ENCODING - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP Transfer-Encoding header field name.
Transient - Annotation Type in com.landawn.abacus.annotation
The properties will be ignored by the persistent operations if the input is an entity.
translate(CharSequence, int, Writer) - Method in class com.landawn.abacus.util.EscapeUtil.CharSequenceTranslator
Translate a set of codepoints, represented by an int index into a CharSequence, into another set of codepoints.
translate(CharSequence) - Method in class com.landawn.abacus.util.EscapeUtil.CharSequenceTranslator
Helper for non-Writer usage.
translate(CharSequence, Writer) - Method in class com.landawn.abacus.util.EscapeUtil.CharSequenceTranslator
Translate an input onto a Writer.
TriConsumer<A,B,C> - Interface in com.landawn.abacus.util.function
 
TriFunction<A,B,C,R> - Interface in com.landawn.abacus.util.function
 
trim(String) - Static method in class com.landawn.abacus.condition.Expression
 
trim() - Static method in class com.landawn.abacus.util.Fn
 
trim(boolean) - Method in class com.landawn.abacus.util.Joiner
Deprecated.
trim(boolean) - Method in class com.landawn.abacus.util.Splitter.MapSplitter
Deprecated.
trim(boolean) - Method in class com.landawn.abacus.util.Splitter
Deprecated.
trim(String) - Static method in class com.landawn.abacus.util.StringUtil
Removes control characters (char <= 32) from both ends of this String, handling null by returning null.
trim(String[]) - Static method in class com.landawn.abacus.util.StringUtil
 
TRIM - Static variable in class com.landawn.abacus.util.WD
Field TRIM.
trimBeforeAppend() - Method in class com.landawn.abacus.util.Joiner
 
trimResults() - Method in class com.landawn.abacus.util.Splitter.MapSplitter
 
trimResults() - Method in class com.landawn.abacus.util.Splitter
 
trimToEmpty() - Static method in class com.landawn.abacus.util.Fn
 
trimToEmpty(String) - Static method in class com.landawn.abacus.util.StringUtil
Removes control characters (char <= 32) from both ends of this String returning an empty String ("") if the String is empty ("") after the trim or if it is null.
trimToEmpty(String[]) - Static method in class com.landawn.abacus.util.StringUtil
 
trimToNull() - Static method in class com.landawn.abacus.util.Fn
 
trimToNull(String) - Static method in class com.landawn.abacus.util.StringUtil
Removes control characters (char <= 32) from both ends of this String returning null if the String is empty ("") after the trim or if it is null.
trimToNull(String[]) - Static method in class com.landawn.abacus.util.StringUtil
 
trimToSize() - Method in interface com.landawn.abacus.DataSet
Trim to size.
triple() - Static method in class com.landawn.abacus.util.Fn.Fnn
 
triple() - Static method in class com.landawn.abacus.util.Fn
 
Triple<L,M,R> - Class in com.landawn.abacus.util
 
Triple() - Constructor for class com.landawn.abacus.util.Triple
 
TriPredicate<A,B,C> - Interface in com.landawn.abacus.util.function
 
TRUE - Static variable in class com.landawn.abacus.parser.XMLConstants
Field TRUE.
TRUE - Static variable in interface com.landawn.abacus.util.function.BooleanSupplier
 
TRUE - Static variable in class com.landawn.abacus.util.If.OrElse
For internal only
TRUE - Static variable in class com.landawn.abacus.util.u.Nullable
Presents Boolean.TRUE.
TRUE - Static variable in class com.landawn.abacus.util.u.Optional
Presents Boolean.TRUE.
TRUE - Static variable in class com.landawn.abacus.util.u.OptionalBoolean
Presents true.
truncate(T, int) - Static method in class com.landawn.abacus.util.DateUtil
Copied from Apache Commons Lang under Apache License v2.
truncate(T, int) - Static method in class com.landawn.abacus.util.DateUtil
Copied from Apache Commons Lang under Apache License v2.
truncate(String, int) - Static method in class com.landawn.abacus.util.StringUtil
Truncates a String.
truncate(String, int, int) - Static method in class com.landawn.abacus.util.StringUtil
Truncates a String.
truncatedCompareTo(Calendar, Calendar, int) - Static method in class com.landawn.abacus.util.DateUtil
Copied from Apache Commons Lang under Apache License v2.
truncatedCompareTo(Date, Date, int) - Static method in class com.landawn.abacus.util.DateUtil
Copied from Apache Commons Lang under Apache License v2.
truncatedEquals(Calendar, Calendar, int) - Static method in class com.landawn.abacus.util.DateUtil
Copied from Apache Commons Lang under Apache License v2.
truncatedEquals(Date, Date, int) - Static method in class com.landawn.abacus.util.DateUtil
Copied from Apache Commons Lang under Apache License v2.
Try<T extends AutoCloseable> - Class in com.landawn.abacus.util
 
tryOrEmpty(Callable<R>) - Static method in class com.landawn.abacus.util.N
Returns a Nullable with the value returned by action or an empty Nullable if exception happens.
tryOrEmpty(T, Throwables.Function<? super T, R, E>) - Static method in class com.landawn.abacus.util.N
Returns a Nullable with the value returned by func.apply(init) or an empty Nullable if exception happens.
Tuple<TP> - Class in com.landawn.abacus.util
 
Tuple.Tuple1<T1> - Class in com.landawn.abacus.util
The Class Tuple1.
Tuple.Tuple2<T1,T2> - Class in com.landawn.abacus.util
The Class Tuple2.
Tuple.Tuple3<T1,T2,T3> - Class in com.landawn.abacus.util
The Class Tuple3.
Tuple.Tuple4<T1,T2,T3,T4> - Class in com.landawn.abacus.util
The Class Tuple4.
Tuple.Tuple5<T1,T2,T3,T4,T5> - Class in com.landawn.abacus.util
The Class Tuple5.
Tuple.Tuple6<T1,T2,T3,T4,T5,T6> - Class in com.landawn.abacus.util
The Class Tuple6.
Tuple.Tuple7<T1,T2,T3,T4,T5,T6,T7> - Class in com.landawn.abacus.util
The Class Tuple7.
Tuple.Tuple8<T1,T2,T3,T4,T5,T6,T7,T8> - Class in com.landawn.abacus.util
The Class Tuple8.
Tuple.Tuple9<T1,T2,T3,T4,T5,T6,T7,T8,T9> - Class in com.landawn.abacus.util
The Class Tuple9.
tuple1() - Static method in class com.landawn.abacus.util.Fn.Fnn
 
tuple1() - Static method in class com.landawn.abacus.util.Fn
 
tuple2() - Static method in class com.landawn.abacus.util.Fn.Fnn
 
tuple2() - Static method in class com.landawn.abacus.util.Fn
 
tuple3() - Static method in class com.landawn.abacus.util.Fn.Fnn
 
tuple3() - Static method in class com.landawn.abacus.util.Fn
 
tuple4() - Static method in class com.landawn.abacus.util.Fn
 
turnOffCertificateValidation() - Static method in class com.landawn.abacus.http.HttpUtil
Deprecated.
TWO_FIFTHS - Static variable in class com.landawn.abacus.util.Fraction
Fraction representation of 2/5.
TWO_QUARTERS - Static variable in class com.landawn.abacus.util.Fraction
Fraction representation of 2/4.
TWO_THIRDS - Static variable in class com.landawn.abacus.util.Fraction
Fraction representation of 2/3.
Type - Annotation Type in com.landawn.abacus.annotation
 
type - Variable in class com.landawn.abacus.parser.ParserUtil.EntityInfo
 
type - Variable in class com.landawn.abacus.parser.ParserUtil.PropInfo
 
TYPE - Static variable in class com.landawn.abacus.parser.XMLConstants
Field TYPE.
type() - Method in class com.landawn.abacus.util.TypeReference
 
Type.EnumBy - Enum in com.landawn.abacus.annotation
The Enum EnumType.
Type.Scope - Enum in com.landawn.abacus.annotation
The Enum Scope.
TypeAttrParser - Class in com.landawn.abacus.util
 
TypeReference<T> - Class in com.landawn.abacus.util
Represents a generic type T.
TypeReference.TypeToken<T> - Class in com.landawn.abacus.util
 
TypeToken() - Constructor for class com.landawn.abacus.util.TypeReference.TypeToken
 

U

u - Class in com.landawn.abacus.util
 
u.Holder<T> - Class in com.landawn.abacus.util
The Class Holder.
u.Nullable<T> - Class in com.landawn.abacus.util
The Class Nullable.
u.Optional<T> - Class in com.landawn.abacus.util
The Class Optional.
u.OptionalBoolean - Class in com.landawn.abacus.util
The Class OptionalBoolean.
u.OptionalByte - Class in com.landawn.abacus.util
The Class OptionalByte.
u.OptionalChar - Class in com.landawn.abacus.util
The Class OptionalChar.
u.OptionalDouble - Class in com.landawn.abacus.util
The Class OptionalDouble.
u.OptionalFloat - Class in com.landawn.abacus.util
The Class OptionalFloat.
u.OptionalInt - Class in com.landawn.abacus.util
The Class OptionalInt.
u.OptionalLong - Class in com.landawn.abacus.util
The Class OptionalLong.
u.OptionalShort - Class in com.landawn.abacus.util
The Class OptionalShort.
u.R<T> - Class in com.landawn.abacus.util
The Class R.
UNARYBIT - Static variable in class com.landawn.abacus.util.WD
Field UNARYBIT.
UnaryOperator<T> - Interface in com.landawn.abacus.util.function
unbox(Boolean...) - Static method in class com.landawn.abacus.util.Array
Converts an array of object Booleans to primitives.
unbox(Boolean[], boolean) - Static method in class com.landawn.abacus.util.Array
Converts an array of object Booleans to primitives handling null.
unbox(Boolean[], int, int, boolean) - Static method in class com.landawn.abacus.util.Array
 
unbox(Character...) - Static method in class com.landawn.abacus.util.Array
Converts an array of object Characters to primitives.
unbox(Character[], char) - Static method in class com.landawn.abacus.util.Array
Converts an array of object Character to primitives handling null .
unbox(Character[], int, int, char) - Static method in class com.landawn.abacus.util.Array
 
unbox(Byte...) - Static method in class com.landawn.abacus.util.Array
Converts an array of object Bytes to primitives.
unbox(Byte[], byte) - Static method in class com.landawn.abacus.util.Array
Converts an array of object Bytes to primitives handling null.
unbox(Byte[], int, int, byte) - Static method in class com.landawn.abacus.util.Array
 
unbox(Short...) - Static method in class com.landawn.abacus.util.Array
Converts an array of object Shorts to primitives.
unbox(Short[], short) - Static method in class com.landawn.abacus.util.Array
Converts an array of object Short to primitives handling null.
unbox(Short[], int, int, short) - Static method in class com.landawn.abacus.util.Array
 
unbox(Integer...) - Static method in class com.landawn.abacus.util.Array
Converts an array of object Integers to primitives.
unbox(Integer[], int) - Static method in class com.landawn.abacus.util.Array
Converts an array of object Integer to primitives handling null.
unbox(Integer[], int, int, int) - Static method in class com.landawn.abacus.util.Array
 
unbox(Long...) - Static method in class com.landawn.abacus.util.Array
Converts an array of object Longs to primitives.
unbox(Long[], long) - Static method in class com.landawn.abacus.util.Array
Converts an array of object Long to primitives handling null.
unbox(Long[], int, int, long) - Static method in class com.landawn.abacus.util.Array
 
unbox(Float...) - Static method in class com.landawn.abacus.util.Array
Converts an array of object Floats to primitives.
unbox(Float[], float) - Static method in class com.landawn.abacus.util.Array
Converts an array of object Floats to primitives handling null.
unbox(Float[], int, int, float) - Static method in class com.landawn.abacus.util.Array
 
unbox(Double...) - Static method in class com.landawn.abacus.util.Array
Converts an array of object Doubles to primitives.
unbox(Double[], double) - Static method in class com.landawn.abacus.util.Array
Converts an array of object Doubles to primitives handling null.
unbox(Double[], int, int, double) - Static method in class com.landawn.abacus.util.Array
 
unbox(Boolean[][]) - Static method in class com.landawn.abacus.util.Array
 
unbox(Boolean[][], boolean) - Static method in class com.landawn.abacus.util.Array
 
unbox(Character[][]) - Static method in class com.landawn.abacus.util.Array
 
unbox(Character[][], char) - Static method in class com.landawn.abacus.util.Array
 
unbox(Byte[][]) - Static method in class com.landawn.abacus.util.Array
 
unbox(Byte[][], byte) - Static method in class com.landawn.abacus.util.Array
 
unbox(Short[][]) - Static method in class com.landawn.abacus.util.Array
 
unbox(Short[][], short) - Static method in class com.landawn.abacus.util.Array
 
unbox(Integer[][]) - Static method in class com.landawn.abacus.util.Array
 
unbox(Integer[][], int) - Static method in class com.landawn.abacus.util.Array
 
unbox(Long[][]) - Static method in class com.landawn.abacus.util.Array
 
unbox(Long[][], long) - Static method in class com.landawn.abacus.util.Array
 
unbox(Float[][]) - Static method in class com.landawn.abacus.util.Array
 
unbox(Float[][], float) - Static method in class com.landawn.abacus.util.Array
 
unbox(Double[][]) - Static method in class com.landawn.abacus.util.Array
 
unbox(Double[][], double) - Static method in class com.landawn.abacus.util.Array
 
unbox(Boolean[][][]) - Static method in class com.landawn.abacus.util.Array
 
unbox(Boolean[][][], boolean) - Static method in class com.landawn.abacus.util.Array
 
unbox(Character[][][]) - Static method in class com.landawn.abacus.util.Array
 
unbox(Character[][][], char) - Static method in class com.landawn.abacus.util.Array
 
unbox(Byte[][][]) - Static method in class com.landawn.abacus.util.Array
 
unbox(Byte[][][], byte) - Static method in class com.landawn.abacus.util.Array
 
unbox(Short[][][]) - Static method in class com.landawn.abacus.util.Array
 
unbox(Short[][][], short) - Static method in class com.landawn.abacus.util.Array
 
unbox(Integer[][][]) - Static method in class com.landawn.abacus.util.Array
 
unbox(Integer[][][], int) - Static method in class com.landawn.abacus.util.Array
 
unbox(Long[][][]) - Static method in class com.landawn.abacus.util.Array
 
unbox(Long[][][], long) - Static method in class com.landawn.abacus.util.Array
 
unbox(Float[][][]) - Static method in class com.landawn.abacus.util.Array
 
unbox(Float[][][], float) - Static method in class com.landawn.abacus.util.Array
 
unbox(Double[][][]) - Static method in class com.landawn.abacus.util.Array
 
unbox(Double[][][], double) - Static method in class com.landawn.abacus.util.Array
 
unbox() - Static method in class com.landawn.abacus.util.Fn.FnD
 
unbox() - Static method in class com.landawn.abacus.util.Fn.FnI
 
unbox() - Static method in class com.landawn.abacus.util.Fn.FnL
 
UNBOX - Static variable in interface com.landawn.abacus.util.function.ToDoubleFunction
 
UNBOX - Static variable in interface com.landawn.abacus.util.function.ToFloatFunction
 
UNBOX - Static variable in interface com.landawn.abacus.util.function.ToIntFunction
 
UNBOX - Static variable in interface com.landawn.abacus.util.function.ToLongFunction
 
uncapitalize(String) - Static method in class com.landawn.abacus.util.StringUtil
 
UncheckedException - Exception in com.landawn.abacus.exception
 
UncheckedException(Throwable) - Constructor for exception com.landawn.abacus.exception.UncheckedException
Constructor for UncheckedIOException.
UncheckedException(String, Throwable) - Constructor for exception com.landawn.abacus.exception.UncheckedException
Constructor for UncheckedIOException.
UncheckedIOException - Exception in com.landawn.abacus.exception
 
UncheckedIOException(IOException) - Constructor for exception com.landawn.abacus.exception.UncheckedIOException
Constructor for UncheckedIOException.
UncheckedIOException(String, IOException) - Constructor for exception com.landawn.abacus.exception.UncheckedIOException
Constructor for UncheckedIOException.
UncheckedSQLException - Exception in com.landawn.abacus.exception
 
UncheckedSQLException(SQLException) - Constructor for exception com.landawn.abacus.exception.UncheckedSQLException
Constructor for UncheckedSQLException.
UncheckedSQLException(String, SQLException) - Constructor for exception com.landawn.abacus.exception.UncheckedSQLException
Constructor for UncheckedSQLException.
UNDERSCORE - Static variable in class com.landawn.abacus.util.WD
Field UNDERSCORE.
UNESCAPE_CSV - Static variable in class com.landawn.abacus.util.EscapeUtil
Translator object for unescaping escaped Comma Separated Value entries.
UNESCAPE_ECMASCRIPT - Static variable in class com.landawn.abacus.util.EscapeUtil
Translator object for unescaping escaped EcmaScript.
UNESCAPE_HTML3 - Static variable in class com.landawn.abacus.util.EscapeUtil
Translator object for unescaping escaped HTML 3.0.
UNESCAPE_HTML4 - Static variable in class com.landawn.abacus.util.EscapeUtil
Translator object for unescaping escaped HTML 4.0.
UNESCAPE_JAVA - Static variable in class com.landawn.abacus.util.EscapeUtil
Translator object for unescaping escaped Java.
UNESCAPE_JSON - Static variable in class com.landawn.abacus.util.EscapeUtil
Translator object for unescaping escaped Json.
UNESCAPE_XML - Static variable in class com.landawn.abacus.util.EscapeUtil
Translator object for unescaping escaped XML.
unescapeCsv(String) - Static method in class com.landawn.abacus.util.EscapeUtil
Returns a String value for an unescaped CSV column.
unescapeEcmaScript(String) - Static method in class com.landawn.abacus.util.EscapeUtil
Unescapes any EcmaScript literals found in the String.
unescapeHtml3(String) - Static method in class com.landawn.abacus.util.EscapeUtil
Unescapes a string containing entity escapes to a string containing the actual Unicode characters corresponding to the escapes.
unescapeHtml4(String) - Static method in class com.landawn.abacus.util.EscapeUtil
Unescapes a string containing entity escapes to a string containing the actual Unicode characters corresponding to the escapes.
unescapeJava(String) - Static method in class com.landawn.abacus.util.EscapeUtil
Unescapes any Java literals found in the String.
unescapeJson(String) - Static method in class com.landawn.abacus.util.EscapeUtil
Unescapes any Json literals found in the String.
unescapeXml(String) - Static method in class com.landawn.abacus.util.EscapeUtil
Unescapes a string containing XML entity escapes to a string containing the actual Unicode characters corresponding to the escapes.
unflatten(Map<String, Object>) - Static method in class com.landawn.abacus.util.Maps
 
unflatten(Map<String, Object>, Supplier<? extends M>) - Static method in class com.landawn.abacus.util.Maps
 
unflatten(Map<String, Object>, String, Supplier<? extends M>) - Static method in class com.landawn.abacus.util.Maps
 
unicodeEscaped(char) - Static method in class com.landawn.abacus.util.StringUtil
Converts the char to the unicode format ' '.
union(SubQuery) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
union(SubQuery) - Method in class com.landawn.abacus.condition.Criteria
 
Union - Class in com.landawn.abacus.condition
 
Union(SubQuery) - Constructor for class com.landawn.abacus.condition.Union
 
union(DataSet) - Method in interface com.landawn.abacus.DataSet
Returns a new DataSet.
union(String) - Method in class com.landawn.abacus.util.DynamicSQLBuilder
 
union(SQLBuilder) - Method in class com.landawn.abacus.util.SQLBuilder
 
union(String) - Method in class com.landawn.abacus.util.SQLBuilder
 
union(String...) - Method in class com.landawn.abacus.util.SQLBuilder
 
union(Collection<String>) - Method in class com.landawn.abacus.util.SQLBuilder
 
UNION - Static variable in class com.landawn.abacus.util.WD
Field UNION.
UNION_ALL - Static variable in class com.landawn.abacus.util.WD
Field UNION_ALL.
unionAll(SubQuery) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
unionAll(SubQuery) - Method in class com.landawn.abacus.condition.Criteria
 
UnionAll - Class in com.landawn.abacus.condition
 
UnionAll(SubQuery) - Constructor for class com.landawn.abacus.condition.UnionAll
 
unionAll(DataSet) - Method in interface com.landawn.abacus.DataSet
Returns a new DataSet.
unionAll(String) - Method in class com.landawn.abacus.util.DynamicSQLBuilder
 
unionAll(SQLBuilder) - Method in class com.landawn.abacus.util.SQLBuilder
 
unionAll(String) - Method in class com.landawn.abacus.util.SQLBuilder
 
unionAll(String...) - Method in class com.landawn.abacus.util.SQLBuilder
 
unionAll(Collection<String>) - Method in class com.landawn.abacus.util.SQLBuilder
 
UNIQUE - Static variable in class com.landawn.abacus.util.SQLBuilder
 
UNIQUE - Static variable in class com.landawn.abacus.util.WD
Field UNIQUE.
unlock() - Method in class com.landawn.abacus.pool.AbstractPool
Unlock.
unlock() - Method in interface com.landawn.abacus.pool.Pool
Unlock.
unmarshal(Class<? extends T>, String) - Static method in class com.landawn.abacus.util.XMLUtil
Unmarshaller#unmarshal(Object, java.io.Writer) is called
UNSAFE_URL - Static variable in class com.landawn.abacus.http.HttpHeaders.ReferrerPolicyValues
The Constant UNSAFE_URL.
UnsupportedOperation - Annotation Type in com.landawn.abacus.annotation
 
unwrap() - Static method in class com.landawn.abacus.util.Fn
 
unwrap() - Method in class com.landawn.abacus.util.Multimap
Returns a view of this multimap as a Map from each distinct key to the nonempty collection of that key's associated values.
unwrap(Class<?>) - Static method in class com.landawn.abacus.util.N
Returns the corresponding primitive type of type if it is a wrapper type; otherwise returns type itself.
unwrap(String, String) - Static method in class com.landawn.abacus.util.StringUtil
 
unwrap(String, String, String) - Static method in class com.landawn.abacus.util.StringUtil
Unwraps the specified string str if and only if it's wrapped by the specified prefix and suffix
unzip(Iterator<? extends T>, BiConsumer<? super T, Pair<L, R>>) - Static method in class com.landawn.abacus.util.BiIterator
 
unzip(File, File) - Static method in class com.landawn.abacus.util.IOUtil
 
unzip(Iterator<? extends T>, BiConsumer<? super T, Pair<L, R>>) - Static method in class com.landawn.abacus.util.Iterators
 
unzip(Collection<? extends T>, BiConsumer<? super T, Pair<L, R>>) - Static method in class com.landawn.abacus.util.Iterators
 
unzip(Collection<? extends T>, Throwables.BiConsumer<? super T, Pair<L, R>, E>) - Static method in class com.landawn.abacus.util.N
 
unzip(Collection<? extends T>, Throwables.BiConsumer<? super T, Pair<L, R>, E>, IntFunction<? extends Collection<?>>) - Static method in class com.landawn.abacus.util.N
 
unzipp(Collection<? extends T>, Throwables.BiConsumer<? super T, Triple<L, M, R>, E>) - Static method in class com.landawn.abacus.util.N
 
unzipp(Collection<? extends T>, Throwables.BiConsumer<? super T, Triple<L, M, R>, E>, IntFunction<? extends Collection<?>>) - Static method in class com.landawn.abacus.util.N
 
update(String) - Static method in class com.landawn.abacus.util.SQLBuilder.ACSB
Deprecated.
 
update(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.ACSB
Deprecated.
 
update(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.ACSB
Deprecated.
 
update(String) - Static method in class com.landawn.abacus.util.SQLBuilder.LCSB
Deprecated.
 
update(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.LCSB
Deprecated.
 
update(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.LCSB
Deprecated.
 
update(String) - Static method in class com.landawn.abacus.util.SQLBuilder.MAC
Deprecated.
 
update(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.MAC
Deprecated.
 
update(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.MAC
Deprecated.
 
update(String) - Static method in class com.landawn.abacus.util.SQLBuilder.MLC
Deprecated.
 
update(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.MLC
Deprecated.
 
update(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.MLC
Deprecated.
 
update(String) - Static method in class com.landawn.abacus.util.SQLBuilder.MSB
Deprecated.
 
update(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.MSB
Deprecated.
 
update(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.MSB
Deprecated.
 
update(String) - Static method in class com.landawn.abacus.util.SQLBuilder.MSC
Deprecated.
 
update(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.MSC
Deprecated.
 
update(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.MSC
Deprecated.
 
update(String) - Static method in class com.landawn.abacus.util.SQLBuilder.NAC
 
update(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.NAC
 
update(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NAC
 
update(String) - Static method in class com.landawn.abacus.util.SQLBuilder.NLC
 
update(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.NLC
 
update(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NLC
 
update(String) - Static method in class com.landawn.abacus.util.SQLBuilder.NSB
 
update(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.NSB
 
update(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NSB
 
update(String) - Static method in class com.landawn.abacus.util.SQLBuilder.NSC
 
update(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.NSC
 
update(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NSC
 
update(String) - Static method in class com.landawn.abacus.util.SQLBuilder.PAC
 
update(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.PAC
 
update(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.PAC
 
update(String) - Static method in class com.landawn.abacus.util.SQLBuilder.PLC
 
update(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.PLC
 
update(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.PLC
 
update(String) - Static method in class com.landawn.abacus.util.SQLBuilder.PSB
 
update(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.PSB
 
update(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.PSB
 
update(String) - Static method in class com.landawn.abacus.util.SQLBuilder.PSC
 
update(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.PSC
 
update(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.PSC
 
update(String) - Static method in class com.landawn.abacus.util.SQLBuilder.SCSB
Deprecated.
 
update(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.SCSB
Deprecated.
 
update(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SCSB
Deprecated.
 
UPDATE - Static variable in class com.landawn.abacus.util.WD
Field UPDATE.
updateAccessCount() - Method in class com.landawn.abacus.pool.ActivityPrint
Update access count.
updateAll(Throwables.Function<?, ?, E>) - Method in interface com.landawn.abacus.DataSet
Update all the values in this DataSet with the specified Try.Function.
updateColumn(String, Throwables.Function<?, ?, E>) - Method in interface com.landawn.abacus.DataSet
Update the values of the specified column by the specified Try.Function.
updateColumns(Collection<String>, Throwables.Function<?, ?, E>) - Method in interface com.landawn.abacus.DataSet
Update the values of the specified columns one by one with the specified Try.Function.
updateLastAccessTime() - Method in class com.landawn.abacus.pool.ActivityPrint
Update last access time.
updateRow(int, Throwables.Function<?, ?, E>) - Method in interface com.landawn.abacus.DataSet
Update the values in the specified row with the specified Try.Function.
updateRows(int[], Throwables.Function<?, ?, E>) - Method in interface com.landawn.abacus.DataSet
Update the values in the specified rows one by one with the specified Try.Function.
UPGRADE - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP Upgrade header field name.
upper(String) - Static method in class com.landawn.abacus.condition.Expression
 
UPPER - Static variable in class com.landawn.abacus.util.WD
Field UPPER.
upperEndpoint() - Method in class com.landawn.abacus.util.Range
Gets the maximum value in this range.
url() - Method in class com.landawn.abacus.http.HttpClient
 
url(String) - Static method in class com.landawn.abacus.http.HttpRequest
 
url(String, long, long) - Static method in class com.landawn.abacus.http.HttpRequest
 
url(String) - Static method in class com.landawn.abacus.http.okhttp.OkHttpRequest
Sets the URL target of this request.
url(URL) - Static method in class com.landawn.abacus.http.okhttp.OkHttpRequest
Sets the URL target of this request.
url(HttpUrl) - Static method in class com.landawn.abacus.http.okhttp.OkHttpRequest
 
url(String, long, long) - Static method in class com.landawn.abacus.http.okhttp.OkHttpRequest
 
url(URL, long, long) - Static method in class com.landawn.abacus.http.okhttp.OkHttpRequest
 
url(HttpUrl, long, long) - Static method in class com.landawn.abacus.http.okhttp.OkHttpRequest
 
URLEncodedUtil - Class in com.landawn.abacus.util
Note: it's copied from Apache HttpComponents developed at The Apache Software Foundation (http://www.apache.org/), or under the Apache License 2.0.
US - Static variable in class com.landawn.abacus.util.Ascii
Unit Separator: These four information separators may be used within data in optional fashion, except that their hierarchical relationship shall be: FS is the most inclusive, then GS, then RS, and US is least inclusive.
US_ASCII - Static variable in class com.landawn.abacus.util.Charsets
 
USE - Static variable in class com.landawn.abacus.util.WD
Field USE.
useCaches(boolean) - Method in class com.landawn.abacus.http.HttpRequest
 
useForNull(String) - Method in class com.landawn.abacus.util.Joiner
Use for null.
USER_AGENT - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP User-Agent header field name.
USER_COUNTRY - Static variable in class com.landawn.abacus.util.IOUtil
 
USER_DIR - Static variable in class com.landawn.abacus.util.IOUtil
 
USER_HOME - Static variable in class com.landawn.abacus.util.IOUtil
 
USER_LANGUAGE - Static variable in class com.landawn.abacus.util.IOUtil
 
USER_NAME - Static variable in class com.landawn.abacus.util.IOUtil
 
USER_TIMEZONE - Static variable in class com.landawn.abacus.util.IOUtil
 
using(String...) - Static method in class com.landawn.abacus.condition.ConditionFactory
Deprecated.
using(Collection<String>) - Static method in class com.landawn.abacus.condition.ConditionFactory
Deprecated.
Using - Class in com.landawn.abacus.condition
Deprecated.
Using.
Using(String...) - Constructor for class com.landawn.abacus.condition.Using
Deprecated.
 
Using(Collection<String>) - Constructor for class com.landawn.abacus.condition.Using
Deprecated.
 
using(String) - Method in class com.landawn.abacus.util.SQLBuilder
 
USING - Static variable in class com.landawn.abacus.util.WD
Field USING.
UTC_TIME_ZONE - Static variable in class com.landawn.abacus.util.DateUtil
 
Utf8 - Class in com.landawn.abacus.util
Note: It's copied from Google Guava under Apache License 2.0 Low-level, high-performance utility methods related to the UTF-8 character encoding.
UTF_16 - Static variable in class com.landawn.abacus.util.Charsets
 
UTF_16BE - Static variable in class com.landawn.abacus.util.Charsets
 
UTF_16LE - Static variable in class com.landawn.abacus.util.Charsets
 
UTF_8 - Static variable in class com.landawn.abacus.http.HttpHeaders.Values
The Constant UTF_8.
UTF_8 - Static variable in class com.landawn.abacus.util.Charsets
 

V

vacate() - Method in class com.landawn.abacus.pool.GenericKeyedObjectPool
Vacate.
vacate() - Method in class com.landawn.abacus.pool.GenericObjectPool
Vacate.
vacate() - Method in interface com.landawn.abacus.pool.Pool
Vacate.
val() - Static method in class com.landawn.abacus.util.Fn
 
val() - Method in class com.landawn.abacus.util.Keyed
 
VALUE - Static variable in class com.landawn.abacus.parser.XMLConstants
Field VALUE.
value() - Method in class com.landawn.abacus.pool.PoolableWrapper
 
value() - Static method in class com.landawn.abacus.util.Fn.Fnn
 
value() - Static method in class com.landawn.abacus.util.Fn
 
value() - Method in class com.landawn.abacus.util.Indexed
 
value() - Method in class com.landawn.abacus.util.MutableBoolean
 
value() - Method in class com.landawn.abacus.util.MutableByte
 
value() - Method in class com.landawn.abacus.util.MutableChar
 
value() - Method in class com.landawn.abacus.util.MutableDouble
 
value() - Method in class com.landawn.abacus.util.MutableFloat
 
value() - Method in class com.landawn.abacus.util.MutableInt
 
value() - Method in class com.landawn.abacus.util.MutableLong
 
value() - Method in class com.landawn.abacus.util.MutableShort
 
value() - Method in class com.landawn.abacus.util.Timed
 
value() - Method in class com.landawn.abacus.util.Wrapper
 
VALUE_ELE_END - Static variable in class com.landawn.abacus.parser.XMLConstants
Field VALUE_ELE_END.
VALUE_ELE_START - Static variable in class com.landawn.abacus.parser.XMLConstants
Field VALUE_ELE_START.
VALUE_NULL_ELE - Static variable in class com.landawn.abacus.parser.XMLConstants
Field VALUE_NULL_ELE.
valueOf(String) - Static method in enum com.landawn.abacus.annotation.JsonXmlField.Expose
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.landawn.abacus.annotation.Type.EnumBy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.landawn.abacus.annotation.Type.Scope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.landawn.abacus.condition.Operator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.landawn.abacus.http.ContentFormat
Returns the enum constant of this type with the specified name.
valueOf(Object) - Static method in class com.landawn.abacus.http.HttpHeaders
 
valueOf(String) - Static method in enum com.landawn.abacus.http.HttpMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.landawn.abacus.parser.Exclusion
Returns the enum constant of this type with the specified name.
valueOf(long, long) - Static method in class com.landawn.abacus.pool.ActivityPrint
 
valueOf(String) - Static method in enum com.landawn.abacus.pool.EvictionPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.landawn.abacus.util.CalendarUnit
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.landawn.abacus.util.CalendarUnit
 
valueOf(String) - Static method in enum com.landawn.abacus.util.CompressionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.landawn.abacus.util.DateTimeFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.landawn.abacus.util.MergeResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.landawn.abacus.util.NamingPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.landawn.abacus.util.OperationType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.landawn.abacus.util.OperationType
 
valueOf(String) - Static method in enum com.landawn.abacus.util.Percentage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.landawn.abacus.util.Range.BoundType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.landawn.abacus.util.SortDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.landawn.abacus.util.SQLOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.landawn.abacus.util.stream.Collector.Characteristics
Returns the enum constant of this type with the specified name.
valueOf(char[]) - Static method in class com.landawn.abacus.util.StringUtil
Returns the string representation of the char array or null.
valueOf(String) - Static method in enum com.landawn.abacus.util.YesNo
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.landawn.abacus.util.YesNo
 
values() - Static method in enum com.landawn.abacus.annotation.JsonXmlField.Expose
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.landawn.abacus.annotation.Type.EnumBy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.landawn.abacus.annotation.Type.Scope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.landawn.abacus.condition.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.landawn.abacus.http.ContentFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.landawn.abacus.http.HttpMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.landawn.abacus.parser.Exclusion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.landawn.abacus.pool.EvictionPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.landawn.abacus.pool.GenericKeyedObjectPool
 
values() - Method in interface com.landawn.abacus.pool.KeyedObjectPool
 
values() - Method in class com.landawn.abacus.util.ArrayHashMap
 
values() - Method in class com.landawn.abacus.util.BiMap
Returns an immutable value set.
values() - Static method in enum com.landawn.abacus.util.CalendarUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.landawn.abacus.util.CompressionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.landawn.abacus.util.DateTimeFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.landawn.abacus.util.ImmutableMap
 
values() - Static method in enum com.landawn.abacus.util.MergeResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.landawn.abacus.util.Multimap
 
values() - Static method in enum com.landawn.abacus.util.NamingPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.landawn.abacus.util.ObjectPool
 
values() - Static method in enum com.landawn.abacus.util.OperationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.landawn.abacus.util.Percentage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.landawn.abacus.util.Properties
 
values() - Static method in enum com.landawn.abacus.util.Range.BoundType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.landawn.abacus.util.SortDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.landawn.abacus.util.SQLOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.landawn.abacus.util.stream.Collector.Characteristics
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES - Static variable in class com.landawn.abacus.util.WD
Field VALUES.
values() - Static method in enum com.landawn.abacus.util.YesNo
Returns an array containing the constants of this enum type, in the order they are declared.
VARY - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP Vary header field name.
version() - Method in interface com.landawn.abacus.DirtyMarker
Returns the mapping record version when it's loaded.
VERSION - Static variable in class com.landawn.abacus.parser.XMLConstants
Field VERSION.
VERTICALBAR - Static variable in class com.landawn.abacus.util.WD
Field VERTICALBAR.
VIA - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP Via header field name.
VT - Static variable in class com.landawn.abacus.util.Ascii
Vertical Tabulation ('\v'): A format effector which controls the movement of the printing position to the next in a series of predetermined printing lines.

W

WARNING - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP Warning header field name.
WD - Class in com.landawn.abacus.util
A table of constant Strings/chars.
WebMethod - Annotation Type in com.landawn.abacus.http
 
WebService - Annotation Type in com.landawn.abacus.http
 
WebService.HttpMethod - Annotation Type in com.landawn.abacus.http
 
where(Condition) - Static method in class com.landawn.abacus.condition.ConditionFactory.CB
 
where(String) - Static method in class com.landawn.abacus.condition.ConditionFactory.CB
 
where(Condition) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
where(String) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
where(Condition) - Method in class com.landawn.abacus.condition.Criteria
 
where(String) - Method in class com.landawn.abacus.condition.Criteria
 
Where - Class in com.landawn.abacus.condition
 
Where(Condition) - Constructor for class com.landawn.abacus.condition.Where
 
where() - Method in class com.landawn.abacus.util.DynamicSQLBuilder
 
where(String) - Method in class com.landawn.abacus.util.SQLBuilder
 
where(Condition) - Method in class com.landawn.abacus.util.SQLBuilder
 
WHERE - Static variable in class com.landawn.abacus.util.WD
Field WHERE.
WHITE_SPACE_PATTERN - Static variable in class com.landawn.abacus.util.Splitter
 
with(EscapeUtil.CharSequenceTranslator...) - Method in class com.landawn.abacus.util.EscapeUtil.CharSequenceTranslator
Helper method to create a merger of this translator with another set of translators.
with(CharSequence) - Static method in class com.landawn.abacus.util.Joiner
 
with(CharSequence, CharSequence) - Static method in class com.landawn.abacus.util.Joiner
 
with(CharSequence, CharSequence, CharSequence) - Static method in class com.landawn.abacus.util.Joiner
 
with(CharSequence, CharSequence, CharSequence, CharSequence) - Static method in class com.landawn.abacus.util.Joiner
 
with(CharSequence, CharSequence) - Static method in class com.landawn.abacus.util.Splitter.MapSplitter
 
with(Pattern, Pattern) - Static method in class com.landawn.abacus.util.Splitter.MapSplitter
 
with(char) - Static method in class com.landawn.abacus.util.Splitter
 
with(CharSequence) - Static method in class com.landawn.abacus.util.Splitter
 
with(Pattern) - Static method in class com.landawn.abacus.util.Splitter
 
with(T) - Static method in class com.landawn.abacus.util.Try
 
with(T, Runnable) - Static method in class com.landawn.abacus.util.Try
 
with(Throwables.Supplier<T, ? extends Exception>) - Static method in class com.landawn.abacus.util.Try
 
with(Throwables.Supplier<T, ? extends Exception>, Runnable) - Static method in class com.landawn.abacus.util.Try
 
with(Runnable) - Static method in class com.landawn.abacus.util.Try
 
WITH - Static variable in class com.landawn.abacus.util.WD
Field WITH.
withDifferentValues() - Method in class com.landawn.abacus.util.Difference.MapDifference
Returns the entries that appear in both maps, but with different values.
wrap() - Static method in class com.landawn.abacus.util.Fn
 
wrap(ToIntFunction<? super T>, BiPredicate<? super T, ? super T>) - Static method in class com.landawn.abacus.util.Fn
 
wrap(Map<K, V>) - Static method in class com.landawn.abacus.util.ListMultimap
 
wrap(Map<K, V>, Supplier<? extends V>) - Static method in class com.landawn.abacus.util.ListMultimap
Deprecated.
wrap(Map<K, V>, Supplier<? extends V>) - Static method in class com.landawn.abacus.util.Multimap
 
wrap(Class<?>) - Static method in class com.landawn.abacus.util.N
Returns the corresponding wrapper type of type if it is a primitive type; otherwise returns type itself.
wrap(T[]) - Static method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableArray
 
wrap(boolean[]) - Static method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableBooleanArray
 
wrap(byte[]) - Static method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableByteArray
 
wrap(char[]) - Static method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableCharArray
 
wrap(Deque<T>) - Static method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableDeque
 
wrap(double[]) - Static method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableDoubleArray
 
wrap(Map.Entry<K, V>) - Static method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableEntry
 
wrap(float[]) - Static method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableFloatArray
 
wrap(int[]) - Static method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableIntArray
 
wrap(long[]) - Static method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableLongArray
 
wrap(Object[]) - Static method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableObjArray
 
wrap(short[]) - Static method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableShortArray
 
wrap(Map<K, V>) - Static method in class com.landawn.abacus.util.SetMultimap
 
wrap(Map<K, V>, Supplier<? extends V>) - Static method in class com.landawn.abacus.util.SetMultimap
Deprecated.
wrap(String, String) - Static method in class com.landawn.abacus.util.StringUtil
 
wrap(String, String, String) - Static method in class com.landawn.abacus.util.StringUtil
N.wrap(null, "[", "]") -> "[]" N.wrap("", "[", "]") -> "[]" N.wrap("[", "[", "]") -> "[[]" N.wrap("]", "[", "]") -> "[]]" N.wrap("abc", "[", "]") -> "[abc]" N.wrap("a", "aa", "aa") -> "aaaaa" N.wrap("aa", "aa", "aa") -> "aaaaaa" N.wrap("aaa", "aa", "aa") -> "aaaaaaa"
wrapIfMissing(String, String) - Static method in class com.landawn.abacus.util.StringUtil
Wrap if missing.
wrapIfMissing(String, String, String) - Static method in class com.landawn.abacus.util.StringUtil
N.wrapIfMissing(null, "[", "]") -> "[]" N.wrapIfMissing("", "[", "]") -> "[]" N.wrapIfMissing("[", "[", "]") -> "[]" N.wrapIfMissing("]", "[", "]") -> "[]" N.wrapIfMissing("abc", "[", "]") -> "[abc]" N.wrapIfMissing("a", "aa", "aa") -> "aaaaa" N.wrapIfMissing("aa", "aa", "aa") -> "aaaa" N.wrapIfMissing("aaa", "aa", "aa") -> "aaaaa" N.wrapIfMissing("aaaa", "aa", "aa") -> "aaaa"
wrapInputStream(InputStream, ContentFormat) - Static method in class com.landawn.abacus.http.HttpUtil
Wrap input stream.
wrapOutputStream(OutputStream, ContentFormat) - Static method in class com.landawn.abacus.http.HttpUtil
Wrap output stream.
wrapp(Map<K, V>, Supplier<? extends V>) - Static method in class com.landawn.abacus.util.ListMultimap
 
wrapp(Map<K, V>, Supplier<? extends V>) - Static method in class com.landawn.abacus.util.SetMultimap
 
Wrapper<T> - Class in com.landawn.abacus.util
 
write(boolean) - Method in class com.landawn.abacus.util.BufferedWriter
 
write(byte) - Method in class com.landawn.abacus.util.BufferedWriter
 
write(short) - Method in class com.landawn.abacus.util.BufferedWriter
 
write(int) - Method in class com.landawn.abacus.util.BufferedWriter
Deprecated.
Replaced with write(char).
write(long) - Method in class com.landawn.abacus.util.BufferedWriter
 
write(float) - Method in class com.landawn.abacus.util.BufferedWriter
 
write(double) - Method in class com.landawn.abacus.util.BufferedWriter
 
write(Date) - Method in class com.landawn.abacus.util.BufferedWriter
 
write(Calendar) - Method in class com.landawn.abacus.util.BufferedWriter
 
write(XMLGregorianCalendar) - Method in class com.landawn.abacus.util.BufferedWriter
 
write(char) - Method in class com.landawn.abacus.util.BufferedWriter
 
write(String) - Method in class com.landawn.abacus.util.BufferedWriter
 
write(String, int, int) - Method in class com.landawn.abacus.util.BufferedWriter
 
write(char[]) - Method in class com.landawn.abacus.util.BufferedWriter
 
write(char[], int, int) - Method in class com.landawn.abacus.util.BufferedWriter
 
write(int) - Method in class com.landawn.abacus.util.ByteArrayOutputStream
 
write(byte[], int, int) - Method in class com.landawn.abacus.util.ByteArrayOutputStream
 
write(byte) - Method in class com.landawn.abacus.util.ByteArrayOutputStream
 
write(Writer, boolean) - Static method in class com.landawn.abacus.util.IOUtil
 
write(Writer, boolean, boolean) - Static method in class com.landawn.abacus.util.IOUtil
 
write(Writer, char) - Static method in class com.landawn.abacus.util.IOUtil
 
write(Writer, char, boolean) - Static method in class com.landawn.abacus.util.IOUtil
 
write(Writer, byte) - Static method in class com.landawn.abacus.util.IOUtil
 
write(Writer, byte, boolean) - Static method in class com.landawn.abacus.util.IOUtil
 
write(Writer, short) - Static method in class com.landawn.abacus.util.IOUtil
 
write(Writer, short, boolean) - Static method in class com.landawn.abacus.util.IOUtil
 
write(Writer, int) - Static method in class com.landawn.abacus.util.IOUtil
 
write(Writer, int, boolean) - Static method in class com.landawn.abacus.util.IOUtil
 
write(Writer, long) - Static method in class com.landawn.abacus.util.IOUtil
 
write(Writer, long, boolean) - Static method in class com.landawn.abacus.util.IOUtil
 
write(Writer, float) - Static method in class com.landawn.abacus.util.IOUtil
 
write(Writer, float, boolean) - Static method in class com.landawn.abacus.util.IOUtil
 
write(Writer, double) - Static method in class com.landawn.abacus.util.IOUtil
 
write(Writer, double, boolean) - Static method in class com.landawn.abacus.util.IOUtil
 
write(File, CharSequence) - Static method in class com.landawn.abacus.util.IOUtil
 
write(File, CharSequence, Charset) - Static method in class com.landawn.abacus.util.IOUtil
 
write(OutputStream, CharSequence) - Static method in class com.landawn.abacus.util.IOUtil
 
write(OutputStream, CharSequence, Charset) - Static method in class com.landawn.abacus.util.IOUtil
 
write(OutputStream, CharSequence, boolean) - Static method in class com.landawn.abacus.util.IOUtil
 
write(OutputStream, CharSequence, Charset, boolean) - Static method in class com.landawn.abacus.util.IOUtil
 
write(Writer, CharSequence) - Static method in class com.landawn.abacus.util.IOUtil
 
write(Writer, CharSequence, boolean) - Static method in class com.landawn.abacus.util.IOUtil
 
write(File, char[]) - Static method in class com.landawn.abacus.util.IOUtil
 
write(File, char[], Charset) - Static method in class com.landawn.abacus.util.IOUtil
 
write(File, char[], int, int) - Static method in class com.landawn.abacus.util.IOUtil
 
write(File, char[], int, int, Charset) - Static method in class com.landawn.abacus.util.IOUtil
 
write(OutputStream, char[]) - Static method in class com.landawn.abacus.util.IOUtil
 
write(OutputStream, char[], Charset) - Static method in class com.landawn.abacus.util.IOUtil
 
write(OutputStream, char[], int, int) - Static method in class com.landawn.abacus.util.IOUtil
 
write(OutputStream, char[], int, int, Charset) - Static method in class com.landawn.abacus.util.IOUtil
 
write(OutputStream, char[], boolean) - Static method in class com.landawn.abacus.util.IOUtil
 
write(OutputStream, char[], int, int, boolean) - Static method in class com.landawn.abacus.util.IOUtil
 
write(OutputStream, char[], int, int, Charset, boolean) - Static method in class com.landawn.abacus.util.IOUtil
 
write(Writer, char[]) - Static method in class com.landawn.abacus.util.IOUtil
 
write(Writer, char[], int, int) - Static method in class com.landawn.abacus.util.IOUtil
 
write(Writer, char[], boolean) - Static method in class com.landawn.abacus.util.IOUtil
 
write(Writer, char[], int, int, boolean) - Static method in class com.landawn.abacus.util.IOUtil
 
write(File, byte[]) - Static method in class com.landawn.abacus.util.IOUtil
 
write(File, byte[], int, int) - Static method in class com.landawn.abacus.util.IOUtil
 
write(OutputStream, byte[]) - Static method in class com.landawn.abacus.util.IOUtil
 
write(OutputStream, byte[], int, int) - Static method in class com.landawn.abacus.util.IOUtil
 
write(OutputStream, byte[], boolean) - Static method in class com.landawn.abacus.util.IOUtil
 
write(OutputStream, byte[], int, int, boolean) - Static method in class com.landawn.abacus.util.IOUtil
 
write(File, InputStream) - Static method in class com.landawn.abacus.util.IOUtil
 
write(File, InputStream, long, long) - Static method in class com.landawn.abacus.util.IOUtil
 
write(OutputStream, InputStream) - Static method in class com.landawn.abacus.util.IOUtil
 
write(OutputStream, InputStream, long, long) - Static method in class com.landawn.abacus.util.IOUtil
 
write(OutputStream, InputStream, boolean) - Static method in class com.landawn.abacus.util.IOUtil
 
write(OutputStream, InputStream, long, long, boolean) - Static method in class com.landawn.abacus.util.IOUtil
 
write(File, Reader) - Static method in class com.landawn.abacus.util.IOUtil
 
write(File, Reader, Charset) - Static method in class com.landawn.abacus.util.IOUtil
 
write(File, Reader, long, long) - Static method in class com.landawn.abacus.util.IOUtil
 
write(File, Reader, long, long, Charset) - Static method in class com.landawn.abacus.util.IOUtil
 
write(Writer, Reader) - Static method in class com.landawn.abacus.util.IOUtil
 
write(Writer, Reader, long, long) - Static method in class com.landawn.abacus.util.IOUtil
 
write(Writer, Reader, boolean) - Static method in class com.landawn.abacus.util.IOUtil
 
write(Writer, Reader, long, long, boolean) - Static method in class com.landawn.abacus.util.IOUtil
 
write(File, File) - Static method in class com.landawn.abacus.util.IOUtil
 
write(File, File, long, long) - Static method in class com.landawn.abacus.util.IOUtil
 
write(OutputStream, File) - Static method in class com.landawn.abacus.util.IOUtil
 
write(OutputStream, File, long, long) - Static method in class com.landawn.abacus.util.IOUtil
 
write(OutputStream, File, boolean) - Static method in class com.landawn.abacus.util.IOUtil
 
write(OutputStream, File, long, long, boolean) - Static method in class com.landawn.abacus.util.IOUtil
 
write(Writer, File) - Static method in class com.landawn.abacus.util.IOUtil
 
write(Writer, File, long, long) - Static method in class com.landawn.abacus.util.IOUtil
 
write(Writer, File, boolean) - Static method in class com.landawn.abacus.util.IOUtil
 
write(Writer, File, long, long, boolean) - Static method in class com.landawn.abacus.util.IOUtil
 
write(int) - Method in class com.landawn.abacus.util.LZ4BlockOutputStream
 
write(byte[]) - Method in class com.landawn.abacus.util.LZ4BlockOutputStream
 
write(byte[], int, int) - Method in class com.landawn.abacus.util.LZ4BlockOutputStream
 
write(int) - Method in class com.landawn.abacus.util.SnappyOutputStream
 
write(byte[]) - Method in class com.landawn.abacus.util.SnappyOutputStream
 
write(byte[], int, int) - Method in class com.landawn.abacus.util.SnappyOutputStream
 
write(int) - Method in class com.landawn.abacus.util.StringWriter
 
write(char[], int, int) - Method in class com.landawn.abacus.util.StringWriter
 
write(String) - Method in class com.landawn.abacus.util.StringWriter
 
write(String, int, int) - Method in class com.landawn.abacus.util.StringWriter
 
writeBigDecimalAsPlain() - Method in class com.landawn.abacus.parser.KryoSerializationConfig
Deprecated.
UnsupportedOperationException
writeBigDecimalAsPlain(boolean) - Method in class com.landawn.abacus.parser.KryoSerializationConfig
Deprecated.
UnsupportedOperationException
writeBigDecimalAsPlain() - Method in class com.landawn.abacus.parser.SerializationConfig
 
writeBigDecimalAsPlain(boolean) - Method in class com.landawn.abacus.parser.SerializationConfig
 
writeCharacter(char) - Method in class com.landawn.abacus.util.CharacterWriter
 
writeCharacter(char[]) - Method in class com.landawn.abacus.util.CharacterWriter
 
writeCharacter(char[], int, int) - Method in class com.landawn.abacus.util.CharacterWriter
 
writeCharacter(String) - Method in class com.landawn.abacus.util.CharacterWriter
 
writeCharacter(String, int, int) - Method in class com.landawn.abacus.util.CharacterWriter
 
writeHtmlResult(OutputStream) - Method in class com.landawn.abacus.util.Profiler.MultiLoopsStatistics
Write html result.
writeHtmlResult(Writer) - Method in class com.landawn.abacus.util.Profiler.MultiLoopsStatistics
Write html result.
writeInt(int) - Method in class com.landawn.abacus.util.BufferedWriter
 
writeLine(File, Object) - Static method in class com.landawn.abacus.util.IOUtil
 
writeLine(OutputStream, Object) - Static method in class com.landawn.abacus.util.IOUtil
 
writeLine(OutputStream, Object, boolean) - Static method in class com.landawn.abacus.util.IOUtil
 
writeLine(Writer, Object) - Static method in class com.landawn.abacus.util.IOUtil
 
writeLine(Writer, Object, boolean) - Static method in class com.landawn.abacus.util.IOUtil
 
writeLines(File, Object[]) - Static method in class com.landawn.abacus.util.IOUtil
 
writeLines(File, Object[], int, int) - Static method in class com.landawn.abacus.util.IOUtil
 
writeLines(OutputStream, Object[]) - Static method in class com.landawn.abacus.util.IOUtil
 
writeLines(OutputStream, Object[], boolean) - Static method in class com.landawn.abacus.util.IOUtil
 
writeLines(OutputStream, Object[], int, int) - Static method in class com.landawn.abacus.util.IOUtil
 
writeLines(OutputStream, Object[], int, int, boolean) - Static method in class com.landawn.abacus.util.IOUtil
 
writeLines(Writer, Object[]) - Static method in class com.landawn.abacus.util.IOUtil
 
writeLines(Writer, Object[], boolean) - Static method in class com.landawn.abacus.util.IOUtil
 
writeLines(Writer, Object[], int, int) - Static method in class com.landawn.abacus.util.IOUtil
 
writeLines(Writer, Object[], int, int, boolean) - Static method in class com.landawn.abacus.util.IOUtil
 
writeLines(File, Collection<?>) - Static method in class com.landawn.abacus.util.IOUtil
 
writeLines(File, Collection<?>, int, int) - Static method in class com.landawn.abacus.util.IOUtil
 
writeLines(OutputStream, Collection<?>) - Static method in class com.landawn.abacus.util.IOUtil
 
writeLines(OutputStream, Collection<?>, boolean) - Static method in class com.landawn.abacus.util.IOUtil
 
writeLines(OutputStream, Collection<?>, int, int) - Static method in class com.landawn.abacus.util.IOUtil
 
writeLines(OutputStream, Collection<?>, int, int, boolean) - Static method in class com.landawn.abacus.util.IOUtil
 
writeLines(Writer, Collection<?>) - Static method in class com.landawn.abacus.util.IOUtil
 
writeLines(Writer, Collection<?>, boolean) - Static method in class com.landawn.abacus.util.IOUtil
 
writeLines(Writer, Collection<?>, int, int) - Static method in class com.landawn.abacus.util.IOUtil
 
writeLines(Writer, Collection<?>, int, int, boolean) - Static method in class com.landawn.abacus.util.IOUtil
 
writePropValue(CharacterWriter, Object, SerializationConfig<?>) - Method in class com.landawn.abacus.parser.ParserUtil.PropInfo
Write prop value.
writeResult(OutputStream) - Method in class com.landawn.abacus.util.Profiler.MultiLoopsStatistics
 
writeResult(Writer) - Method in class com.landawn.abacus.util.Profiler.MultiLoopsStatistics
 
writeTo(OutputStream) - Method in class com.landawn.abacus.util.ByteArrayOutputStream
 
writeXmlResult(OutputStream) - Method in class com.landawn.abacus.util.Profiler.MultiLoopsStatistics
Write xml result.
writeXmlResult(Writer) - Method in class com.landawn.abacus.util.Profiler.MultiLoopsStatistics
Write xml result.
WSSecurityUtil - Class in com.landawn.abacus.util
Note: it's copied from Apache WSS4J developed at The Apache Software Foundation (http://www.apache.org/), or under the Apache License 2.0.
WWW_AUTHENTICATE - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP WWW-Authenticate header field name.

X

X_CONTENT_SECURITY_POLICY - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP nonstandard X-Content-Security-Policy header field name.
X_CONTENT_SECURITY_POLICY_REPORT_ONLY - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP nonstandard X-Content-Security-Policy-Report-Only header field name.
X_CONTENT_TYPE_OPTIONS - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP X-Content-Type-Options header field name.
X_DNS_PREFETCH_CONTROL - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP X-DNS-Prefetch-Control header controls DNS prefetch behavior.
X_DO_NOT_TRACK - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP X-Do-Not-Track header field name.
X_DOWNLOAD_OPTIONS - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP X-Download-Options header field name.
X_FORWARDED_FOR - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP X-Forwarded-For header field name (superseded by Forwarded).
X_FORWARDED_HOST - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP X-Forwarded-Host header field name.
X_FORWARDED_PORT - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP X-Forwarded-Port header field name.
X_FORWARDED_PROTO - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP X-Forwarded-Proto header field name.
X_FRAME_OPTIONS - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP X-Frame-Options header field name.
X_POWERED_BY - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP X-Powered-By header field name.
X_REQUESTED_WITH - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP X-Requested-With header field name.
X_USER_IP - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP X-User-IP header field name.
X_WEBKIT_CSP - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP nonstandard X-WebKit-CSP header field name.
X_WEBKIT_CSP_REPORT_ONLY - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP nonstandard X-WebKit-CSP-Report-Only header field name.
X_XSS_PROTECTION - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
The HTTP X-XSS-Protection header field name.
XDC() - Constructor for class com.landawn.abacus.parser.XMLDeserializationConfig.XDC
 
xml2JSON(String) - Static method in class com.landawn.abacus.util.N
Xml 2 JSON.
xml2JSON(Class<?>, String) - Static method in class com.landawn.abacus.util.N
Xml 2 JSON.
XMLConstants - Class in com.landawn.abacus.parser
 
xmlDecode(String) - Static method in class com.landawn.abacus.util.XMLUtil
XMLDeserializationConfig - Class in com.landawn.abacus.parser
 
XMLDeserializationConfig() - Constructor for class com.landawn.abacus.parser.XMLDeserializationConfig
 
XMLDeserializationConfig.XDC - Class in com.landawn.abacus.parser
The Class XDC.
xmlEncode(Object) - Static method in class com.landawn.abacus.util.XMLUtil
XMLParser - Interface in com.landawn.abacus.parser
 
XMLSerializationConfig - Class in com.landawn.abacus.parser
 
XMLSerializationConfig() - Constructor for class com.landawn.abacus.parser.XMLSerializationConfig
 
XMLSerializationConfig.XSC - Class in com.landawn.abacus.parser
The Class XSC.
XMLUtil - Class in com.landawn.abacus.util
 
XOFF - Static variable in class com.landawn.abacus.util.Ascii
Transmission off.
XON - Static variable in class com.landawn.abacus.util.Ascii
Transmission On: Although originally defined as DC1, this ASCII control character is now better known as the XON code used for software flow control in serial communications.
xor(String, Object) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
XOR - Class in com.landawn.abacus.condition
 
XOR(String, Object) - Constructor for class com.landawn.abacus.condition.XOR
 
XOR - Static variable in class com.landawn.abacus.util.WD
Field XOR.
XSC() - Constructor for class com.landawn.abacus.parser.XMLSerializationConfig.XSC
 

Y

YesNo - Enum in com.landawn.abacus.util
The Enum YesNo.

Z

ZERO - Static variable in class com.landawn.abacus.util.Duration
 
ZERO - Static variable in class com.landawn.abacus.util.Fraction
Fraction representation of 0.
ZERO - Static variable in interface com.landawn.abacus.util.function.ByteSupplier
 
ZERO - Static variable in interface com.landawn.abacus.util.function.CharSupplier
 
ZERO - Static variable in interface com.landawn.abacus.util.function.DoubleSupplier
 
ZERO - Static variable in interface com.landawn.abacus.util.function.FloatSupplier
 
ZERO - Static variable in interface com.landawn.abacus.util.function.IntSupplier
 
ZERO - Static variable in interface com.landawn.abacus.util.function.LongSupplier
 
ZERO - Static variable in interface com.landawn.abacus.util.function.ShortSupplier
 
zip(A[], B[]) - Static method in class com.landawn.abacus.util.BiIterator
 
zip(A[], B[], A, B) - Static method in class com.landawn.abacus.util.BiIterator
 
zip(Collection<A>, Collection<B>) - Static method in class com.landawn.abacus.util.BiIterator
 
zip(Collection<A>, Collection<B>, A, B) - Static method in class com.landawn.abacus.util.BiIterator
 
zip(Iterator<A>, Iterator<B>) - Static method in class com.landawn.abacus.util.BiIterator
 
zip(Iterator<A>, Iterator<B>, A, B) - Static method in class com.landawn.abacus.util.BiIterator
 
zip(A[], B[], Throwables.BiFunction<? super A, ? super B, T, RuntimeException>) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
 
zip(A[], B[], C[], Throwables.TriFunction<? super A, ? super B, ? super C, T, RuntimeException>) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
 
zip(Collection<? extends A>, Collection<? extends B>, Throwables.BiFunction<? super A, ? super B, T, RuntimeException>) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
 
zip(Collection<? extends A>, Collection<? extends B>, Collection<? extends C>, Throwables.TriFunction<? super A, ? super B, ? super C, T, RuntimeException>) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
 
zip(Iterator<? extends A>, Iterator<? extends B>, Throwables.BiFunction<? super A, ? super B, T, RuntimeException>) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
 
zip(Iterator<? extends A>, Iterator<? extends B>, Iterator<? extends C>, Throwables.TriFunction<? super A, ? super B, ? super C, T, RuntimeException>) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
 
zip(A[], B[], A, B, Throwables.BiFunction<? super A, ? super B, T, RuntimeException>) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
 
zip(A[], B[], C[], A, B, C, Throwables.TriFunction<? super A, ? super B, ? super C, T, RuntimeException>) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
 
zip(Collection<? extends A>, Collection<? extends B>, A, B, Throwables.BiFunction<? super A, ? super B, T, RuntimeException>) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
 
zip(Collection<? extends A>, Collection<? extends B>, Collection<? extends C>, A, B, C, Throwables.TriFunction<? super A, ? super B, ? super C, T, RuntimeException>) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
 
zip(Iterator<? extends A>, Iterator<? extends B>, A, B, Throwables.BiFunction<? super A, ? super B, T, RuntimeException>) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
 
zip(Iterator<? extends A>, Iterator<? extends B>, Iterator<? extends C>, A, B, C, Throwables.TriFunction<? super A, ? super B, ? super C, T, RuntimeException>) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
 
zip(A[], B[], Throwables.BiFunction<? super A, ? super B, T, ? extends E>) - Static method in class com.landawn.abacus.util.ExceptionalStream
Zip together the "a" and "b" arrays until one of them runs out of values.
zip(A[], B[], C[], Throwables.TriFunction<? super A, ? super B, ? super C, T, ? extends E>) - Static method in class com.landawn.abacus.util.ExceptionalStream
Zip together the "a", "b" and "c" arrays until one of them runs out of values.
zip(Collection<? extends A>, Collection<? extends B>, Throwables.BiFunction<? super A, ? super B, T, ? extends E>) - Static method in class com.landawn.abacus.util.ExceptionalStream
Zip together the "a" and "b" arrays until one of them runs out of values.
zip(Collection<? extends A>, Collection<? extends B>, Collection<? extends C>, Throwables.TriFunction<? super A, ? super B, ? super C, T, ? extends E>) - Static method in class com.landawn.abacus.util.ExceptionalStream
Zip together the "a", "b" and "c" arrays until one of them runs out of values.
zip(Iterator<? extends A>, Iterator<? extends B>, Throwables.BiFunction<? super A, ? super B, T, ? extends E>) - Static method in class com.landawn.abacus.util.ExceptionalStream
Zip together the "a" and "b" iterators until one of them runs out of values.
zip(Iterator<? extends A>, Iterator<? extends B>, Iterator<? extends C>, Throwables.TriFunction<? super A, ? super B, ? super C, T, ? extends E>) - Static method in class com.landawn.abacus.util.ExceptionalStream
Zip together the "a", "b" and "c" iterators until one of them runs out of values.
zip(ExceptionalStream<? extends A, E>, ExceptionalStream<? extends B, E>, Throwables.BiFunction<? super A, ? super B, T, ? extends E>) - Static method in class com.landawn.abacus.util.ExceptionalStream
Zip together the "a" and "b" streams until one of them runs out of values.
zip(ExceptionalStream<? extends A, E>, ExceptionalStream<? extends B, E>, ExceptionalStream<? extends C, E>, Throwables.TriFunction<? super A, ? super B, ? super C, T, ? extends E>) - Static method in class com.landawn.abacus.util.ExceptionalStream
Zip together the "a", "b" and "c" streams until one of them runs out of values.
zip(A[], B[], A, B, Throwables.BiFunction<? super A, ? super B, T, ? extends E>) - Static method in class com.landawn.abacus.util.ExceptionalStream
Zip together the "a" and "b" iterators until all of them runs out of values.
zip(A[], B[], C[], A, B, C, Throwables.TriFunction<? super A, ? super B, ? super C, T, ? extends E>) - Static method in class com.landawn.abacus.util.ExceptionalStream
Zip together the "a", "b" and "c" iterators until all of them runs out of values.
zip(Collection<? extends A>, Collection<? extends B>, A, B, Throwables.BiFunction<? super A, ? super B, T, ? extends E>) - Static method in class com.landawn.abacus.util.ExceptionalStream
Zip together the "a" and "b" iterators until all of them runs out of values.
zip(Collection<? extends A>, Collection<? extends B>, Collection<? extends C>, A, B, C, Throwables.TriFunction<? super A, ? super B, ? super C, T, ? extends E>) - Static method in class com.landawn.abacus.util.ExceptionalStream
Zip together the "a", "b" and "c" iterators until all of them runs out of values.
zip(Iterator<? extends A>, Iterator<? extends B>, A, B, Throwables.BiFunction<? super A, ? super B, T, ? extends E>) - Static method in class com.landawn.abacus.util.ExceptionalStream
Zip together the "a" and "b" iterators until all of them runs out of values.
zip(Iterator<? extends A>, Iterator<? extends B>, Iterator<? extends C>, A, B, C, Throwables.TriFunction<? super A, ? super B, ? super C, T, ? extends E>) - Static method in class com.landawn.abacus.util.ExceptionalStream
Zip together the "a", "b" and "c" iterators until all of them runs out of values.
zip(ExceptionalStream<? extends A, E>, ExceptionalStream<? extends B, E>, A, B, Throwables.BiFunction<? super A, ? super B, T, ? extends E>) - Static method in class com.landawn.abacus.util.ExceptionalStream
Zip together the "a" and "b" streams until one of them runs out of values.
zip(ExceptionalStream<? extends A, E>, ExceptionalStream<? extends B, E>, ExceptionalStream<? extends C, E>, A, B, C, Throwables.TriFunction<? super A, ? super B, ? super C, T, ? extends E>) - Static method in class com.landawn.abacus.util.ExceptionalStream
Zip together the "a", "b" and "c" streams until one of them runs out of values.
zip(File, File) - Static method in class com.landawn.abacus.util.IOUtil
 
zip(Collection<File>, File) - Static method in class com.landawn.abacus.util.IOUtil
 
zip(Collection<A>, Collection<B>, BiFunction<? super A, ? super B, R>) - Static method in class com.landawn.abacus.util.Iterators
 
zip(Iterator<A>, Iterator<B>, BiFunction<? super A, ? super B, R>) - Static method in class com.landawn.abacus.util.Iterators
 
zip(Collection<A>, Collection<B>, Collection<C>, TriFunction<? super A, ? super B, ? super C, R>) - Static method in class com.landawn.abacus.util.Iterators
 
zip(Iterator<A>, Iterator<B>, Iterator<C>, TriFunction<? super A, ? super B, ? super C, R>) - Static method in class com.landawn.abacus.util.Iterators
 
zip(Collection<A>, Collection<B>, A, B, BiFunction<? super A, ? super B, R>) - Static method in class com.landawn.abacus.util.Iterators
 
zip(Iterator<A>, Iterator<B>, A, B, BiFunction<? super A, ? super B, R>) - Static method in class com.landawn.abacus.util.Iterators
 
zip(Collection<A>, Collection<B>, Collection<C>, A, B, C, TriFunction<? super A, ? super B, ? super C, R>) - Static method in class com.landawn.abacus.util.Iterators
 
zip(Iterator<A>, Iterator<B>, Iterator<C>, A, B, C, TriFunction<? super A, ? super B, ? super C, R>) - Static method in class com.landawn.abacus.util.Iterators
 
zip(Collection<? extends K>, Collection<? extends V>) - Static method in class com.landawn.abacus.util.Maps
 
zip(Collection<? extends K>, Collection<? extends V>, IntFunction<? extends M>) - Static method in class com.landawn.abacus.util.Maps
 
zip(A[], B[], Throwables.BiFunction<? super A, ? super B, R, E>) - Static method in class com.landawn.abacus.util.N
 
zip(Collection<A>, Collection<B>, Throwables.BiFunction<? super A, ? super B, R, E>) - Static method in class com.landawn.abacus.util.N
 
zip(A[], B[], C[], Throwables.TriFunction<? super A, ? super B, ? super C, R, E>) - Static method in class com.landawn.abacus.util.N
 
zip(Collection<A>, Collection<B>, Collection<C>, Throwables.TriFunction<? super A, ? super B, ? super C, R, E>) - Static method in class com.landawn.abacus.util.N
 
zip(A[], B[], A, B, Throwables.BiFunction<? super A, ? super B, R, E>) - Static method in class com.landawn.abacus.util.N
 
zip(Collection<A>, Collection<B>, A, B, Throwables.BiFunction<? super A, ? super B, R, E>) - Static method in class com.landawn.abacus.util.N
 
zip(A[], B[], C[], A, B, C, Throwables.TriFunction<? super A, ? super B, ? super C, R, E>) - Static method in class com.landawn.abacus.util.N
 
zip(Collection<A>, Collection<B>, Collection<C>, A, B, C, Throwables.TriFunction<? super A, ? super B, ? super C, R, E>) - Static method in class com.landawn.abacus.util.N
 
zip(Class<R>, A[], B[], Throwables.BiFunction<? super A, ? super B, R, E>) - Static method in class com.landawn.abacus.util.N
 
zip(Class<R>, A[], B[], A, B, Throwables.BiFunction<? super A, ? super B, R, E>) - Static method in class com.landawn.abacus.util.N
 
zip(Class<R>, A[], B[], C[], Throwables.TriFunction<? super A, ? super B, ? super C, R, E>) - Static method in class com.landawn.abacus.util.N
 
zip(Class<R>, A[], B[], C[], A, B, C, Throwables.TriFunction<? super A, ? super B, ? super C, R, E>) - Static method in class com.landawn.abacus.util.N
 
zipWith(Collection<T2>, Throwables.BiFunction<? super T, ? super T2, R, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
zipWith(Collection<T2>, T, T2, Throwables.BiFunction<? super T, ? super T2, R, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
zipWith(ExceptionalStream<T2, E>, Throwables.BiFunction<? super T, ? super T2, R, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
zipWith(ExceptionalStream<T2, E>, T, T2, Throwables.BiFunction<? super T, ? super T2, R, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
zipWith(ExceptionalStream<T2, E>, ExceptionalStream<T3, E>, Throwables.TriFunction<? super T, ? super T2, ? super T3, R, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
zipWith(ExceptionalStream<T2, E>, ExceptionalStream<T3, E>, T, T2, T3, Throwables.TriFunction<? super T, ? super T2, ? super T3, R, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
 

_

_1 - Static variable in class com.landawn.abacus.util.SQLBuilder
 
_1 - Variable in class com.landawn.abacus.util.Tuple.Tuple1
The 1.
_1 - Variable in class com.landawn.abacus.util.Tuple.Tuple2
The 1.
_1 - Variable in class com.landawn.abacus.util.Tuple.Tuple3
The 1.
_1 - Variable in class com.landawn.abacus.util.Tuple.Tuple4
The 1.
_1 - Variable in class com.landawn.abacus.util.Tuple.Tuple5
The 1.
_1 - Variable in class com.landawn.abacus.util.Tuple.Tuple6
The 1.
_1 - Variable in class com.landawn.abacus.util.Tuple.Tuple7
The 1.
_1 - Variable in class com.landawn.abacus.util.Tuple.Tuple8
The 1.
_1 - Variable in class com.landawn.abacus.util.Tuple.Tuple9
The 1.
_1_list - Static variable in class com.landawn.abacus.util.SQLBuilder
 
_2 - Variable in class com.landawn.abacus.util.Tuple.Tuple2
The 2.
_2 - Variable in class com.landawn.abacus.util.Tuple.Tuple3
The 2.
_2 - Variable in class com.landawn.abacus.util.Tuple.Tuple4
The 2.
_2 - Variable in class com.landawn.abacus.util.Tuple.Tuple5
The 2.
_2 - Variable in class com.landawn.abacus.util.Tuple.Tuple6
The 2.
_2 - Variable in class com.landawn.abacus.util.Tuple.Tuple7
The 2.
_2 - Variable in class com.landawn.abacus.util.Tuple.Tuple8
The 2.
_2 - Variable in class com.landawn.abacus.util.Tuple.Tuple9
The 2.
_3 - Variable in class com.landawn.abacus.util.Tuple.Tuple3
The 3.
_3 - Variable in class com.landawn.abacus.util.Tuple.Tuple4
The 3.
_3 - Variable in class com.landawn.abacus.util.Tuple.Tuple5
The 3.
_3 - Variable in class com.landawn.abacus.util.Tuple.Tuple6
The 3.
_3 - Variable in class com.landawn.abacus.util.Tuple.Tuple7
The 3.
_3 - Variable in class com.landawn.abacus.util.Tuple.Tuple8
The 3.
_3 - Variable in class com.landawn.abacus.util.Tuple.Tuple9
The 3.
_4 - Variable in class com.landawn.abacus.util.Tuple.Tuple4
The 4.
_4 - Variable in class com.landawn.abacus.util.Tuple.Tuple5
The 4.
_4 - Variable in class com.landawn.abacus.util.Tuple.Tuple6
The 4.
_4 - Variable in class com.landawn.abacus.util.Tuple.Tuple7
The 4.
_4 - Variable in class com.landawn.abacus.util.Tuple.Tuple8
The 4.
_4 - Variable in class com.landawn.abacus.util.Tuple.Tuple9
The 4.
_5 - Variable in class com.landawn.abacus.util.Tuple.Tuple5
The 5.
_5 - Variable in class com.landawn.abacus.util.Tuple.Tuple6
The 5.
_5 - Variable in class com.landawn.abacus.util.Tuple.Tuple7
The 5.
_5 - Variable in class com.landawn.abacus.util.Tuple.Tuple8
The 5.
_5 - Variable in class com.landawn.abacus.util.Tuple.Tuple9
The 5.
_6 - Variable in class com.landawn.abacus.util.Tuple.Tuple6
The 6.
_6 - Variable in class com.landawn.abacus.util.Tuple.Tuple7
The 6.
_6 - Variable in class com.landawn.abacus.util.Tuple.Tuple8
The 6.
_6 - Variable in class com.landawn.abacus.util.Tuple.Tuple9
The 6.
_7 - Variable in class com.landawn.abacus.util.Tuple.Tuple7
The 7.
_7 - Variable in class com.landawn.abacus.util.Tuple.Tuple8
The 7.
_7 - Variable in class com.landawn.abacus.util.Tuple.Tuple9
The 7.
_8 - Variable in class com.landawn.abacus.util.Tuple.Tuple8
The 8.
_8 - Variable in class com.landawn.abacus.util.Tuple.Tuple9
The 8.
_9 - Variable in class com.landawn.abacus.util.Tuple.Tuple9
The 9.
__(Function<? super ExceptionalStream<T, E>, ExceptionalStream<TT, EE>>) - Method in class com.landawn.abacus.util.ExceptionalStream
 
_AMPERSAND - Static variable in class com.landawn.abacus.util.WD
Field _AMPERSAND.
_ASTERISK - Static variable in class com.landawn.abacus.util.WD
Field _ASTERISK.
_BACKSLASH - Static variable in class com.landawn.abacus.util.WD
Field _BACKSLASH.
_BRACE_L - Static variable in class com.landawn.abacus.util.WD
Field _BRACE_L.
_BRACE_R - Static variable in class com.landawn.abacus.util.WD
Field _BRACE_R.
_BRACKET_L - Static variable in class com.landawn.abacus.util.WD
Field _BRACKET_L.
_BRACKET_R - Static variable in class com.landawn.abacus.util.WD
Field _BRACKET_R.
_CIRCUMFLEX - Static variable in class com.landawn.abacus.util.WD
Field _CIRCUMFLEX.
_COLON - Static variable in class com.landawn.abacus.util.WD
Field _COLON.
_COMMA - Static variable in class com.landawn.abacus.util.WD
Field _COMMA.
_DOLLAR - Static variable in class com.landawn.abacus.util.WD
Field _DOLLAR.
_EQUAL - Static variable in class com.landawn.abacus.util.WD
Field _EQUAL.
_EXCLAMATION - Static variable in class com.landawn.abacus.util.WD
Field _EXCLAMATION.
_GREATER_THAN - Static variable in class com.landawn.abacus.util.WD
Field _GREATER_THAN.
_LESS_THAN - Static variable in class com.landawn.abacus.util.WD
Field _LESS_THAN.
_MINUS - Static variable in class com.landawn.abacus.util.WD
Field _MINUS.
_PARENTHESES_L - Static variable in class com.landawn.abacus.util.WD
Field _PARENTHESES_L.
_PARENTHESES_R - Static variable in class com.landawn.abacus.util.WD
Field _PARENTHESES_R.
_PERCENT - Static variable in class com.landawn.abacus.util.WD
Field _PERCENT.
_PERIOD - Static variable in class com.landawn.abacus.util.WD
Field _PERIOD.
_PLUS - Static variable in class com.landawn.abacus.util.WD
Field _PLUS.
_QUESTION_MARK - Static variable in class com.landawn.abacus.util.WD
Field _QUESTION_MARK.
_QUOTATION_D - Static variable in class com.landawn.abacus.util.WD
Field _QUOTATION_D.
_QUOTATION_S - Static variable in class com.landawn.abacus.util.WD
Field _QUOTATION_S.
_SEMICOLON - Static variable in class com.landawn.abacus.util.WD
Field _SEMICOLON.
_SHARP - Static variable in class com.landawn.abacus.util.WD
Field _SHARP.
_SLASH - Static variable in class com.landawn.abacus.util.WD
Field _SLASH.
_SPACE - Static variable in class com.landawn.abacus.util.WD
Field _SPACE.
_UNARYBIT - Static variable in class com.landawn.abacus.util.WD
Field _UNARYBIT.
_UNDERSCORE - Static variable in class com.landawn.abacus.util.WD
Field _UNDERSCORE.
_VERTICALBAR - Static variable in class com.landawn.abacus.util.WD
Field _VERTICALBAR.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
Skip navigation links

Copyright © 2021. All rights reserved.