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 Z _ 

A

AbacusException - Exception in com.landawn.abacus.exception
 
AbacusException() - Constructor for exception com.landawn.abacus.exception.AbacusException
Constructs a new Coat exception with null as its detail message.
AbacusException(String) - Constructor for exception com.landawn.abacus.exception.AbacusException
Constructs a new Coat exception with the specified detail message.
AbacusException(Throwable) - Constructor for exception com.landawn.abacus.exception.AbacusException
Constructs a new Coat exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
AbacusException(String, Throwable) - Constructor for exception com.landawn.abacus.exception.AbacusException
Constructs a new Coat exception with the specified detail message and cause.
abbreviate(String, int) - Static method in class com.landawn.abacus.util.N
Abbreviates a String using ellipses.
abs(String) - Static method in class com.landawn.abacus.condition.Expression
 
abs() - Method in class com.landawn.abacus.util.Duration
Returns a copy of this duration with a positive length.
abs() - Method in class com.landawn.abacus.util.Fraction
Gets a fraction that is the positive equivalent of this one.
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
Method absolute.
AbstractCondition - Class in com.landawn.abacus.condition
 
AbstractHttpClient - Class in com.landawn.abacus.http
 
AbstractHttpClient.HttpSettings - Class in com.landawn.abacus.http
 
AbstractMatrix<A,PL,ES,RS,X extends AbstractMatrix<A,PL,ES,RS,X>> - Class in com.landawn.abacus.util
 
AbstractPool<K,E extends Poolable> - Class in com.landawn.abacus.pool
 
AbstractPoolable - Class in com.landawn.abacus.pool
 
AbstractResultSetExtractor() - Constructor for class com.landawn.abacus.util.SQLExecutor.AbstractResultSetExtractor
 
AbstractStatementSetter() - Constructor for class com.landawn.abacus.util.SQLExecutor.AbstractStatementSetter
 
accept(Try.Consumer<? super DataSet, E>) - Method in interface com.landawn.abacus.DataSet
 
ACCEPT - Static variable in class com.landawn.abacus.http.HTTP
 
accept(Try.Consumer<? super BooleanList, E>) - Method in class com.landawn.abacus.util.BooleanList
 
accept(Try.Consumer<BooleanPair, E>) - Method in class com.landawn.abacus.util.BooleanPair
 
accept(Try.Consumer<BooleanTriple, E>) - Method in class com.landawn.abacus.util.BooleanTriple
 
accept(Try.Consumer<? super T, E>) - Method in class com.landawn.abacus.util.Builder
 
accept(Try.Consumer<? super ByteList, E>) - Method in class com.landawn.abacus.util.ByteList
 
accept(Try.Consumer<BytePair, E>) - Method in class com.landawn.abacus.util.BytePair
 
accept(Try.Consumer<ByteTriple, E>) - Method in class com.landawn.abacus.util.ByteTriple
 
accept(Try.Consumer<? super CharList, E>) - Method in class com.landawn.abacus.util.CharList
 
accept(Try.Consumer<CharPair, E>) - Method in class com.landawn.abacus.util.CharPair
 
accept(Try.Consumer<CharTriple, E>) - Method in class com.landawn.abacus.util.CharTriple
 
accept(Try.Consumer<? super DoubleList, E>) - Method in class com.landawn.abacus.util.DoubleList
 
accept(Try.Consumer<DoublePair, E>) - Method in class com.landawn.abacus.util.DoublePair
 
accept(double) - Method in class com.landawn.abacus.util.DoubleSummaryStatistics
Records another value into the summary information.
accept(Try.Consumer<DoubleTriple, E>) - Method in class com.landawn.abacus.util.DoubleTriple
 
accept(Try.Consumer<? super FloatList, E>) - Method in class com.landawn.abacus.util.FloatList
 
accept(Try.Consumer<FloatPair, E>) - Method in class com.landawn.abacus.util.FloatPair
 
accept(Try.Consumer<FloatTriple, E>) - Method in class com.landawn.abacus.util.FloatTriple
 
accept(boolean, boolean) - Method in interface com.landawn.abacus.util.function.BooleanBiConsumer
 
accept(boolean) - Method in interface com.landawn.abacus.util.function.BooleanConsumer
 
accept(boolean...) - Method in interface com.landawn.abacus.util.function.BooleanNConsumer
 
accept(boolean, boolean, boolean) - Method in interface com.landawn.abacus.util.function.BooleanTriConsumer
 
accept(byte, byte) - Method in interface com.landawn.abacus.util.function.ByteBiConsumer
 
accept(byte) - Method in interface com.landawn.abacus.util.function.ByteConsumer
 
accept(byte...) - Method in interface com.landawn.abacus.util.function.ByteNConsumer
 
accept(byte, byte, byte) - Method in interface com.landawn.abacus.util.function.ByteTriConsumer
 
accept(char, char) - Method in interface com.landawn.abacus.util.function.CharBiConsumer
 
accept(char) - Method in interface com.landawn.abacus.util.function.CharConsumer
 
accept(char...) - Method in interface com.landawn.abacus.util.function.CharNConsumer
 
accept(char, char, char) - Method in interface com.landawn.abacus.util.function.CharTriConsumer
 
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(double...) - Method in interface com.landawn.abacus.util.function.DoubleNConsumer
 
accept(double, double, double) - Method in interface com.landawn.abacus.util.function.DoubleTriConsumer
 
accept(float, float) - Method in interface com.landawn.abacus.util.function.FloatBiConsumer
 
accept(float) - Method in interface com.landawn.abacus.util.function.FloatConsumer
 
accept(float...) - Method in interface com.landawn.abacus.util.function.FloatNConsumer
 
accept(float, float, float) - Method in interface com.landawn.abacus.util.function.FloatTriConsumer
 
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...) - Method in interface com.landawn.abacus.util.function.IntNConsumer
 
accept(int, int, int) - Method in interface com.landawn.abacus.util.function.IntTriConsumer
 
accept(long, long) - Method in interface com.landawn.abacus.util.function.LongBiConsumer
 
accept(long) - Method in interface com.landawn.abacus.util.function.LongConsumer
 
accept(long...) - Method in interface com.landawn.abacus.util.function.LongNConsumer
 
accept(long, long, long) - Method in interface com.landawn.abacus.util.function.LongTriConsumer
 
accept(T...) - Method in interface com.landawn.abacus.util.function.NConsumer
 
accept(T, boolean) - Method in interface com.landawn.abacus.util.function.ObjBooleanConsumer
 
accept(T, byte) - Method in interface com.landawn.abacus.util.function.ObjByteConsumer
 
accept(T, char) - Method in interface com.landawn.abacus.util.function.ObjCharConsumer
 
accept(T, double) - Method in interface com.landawn.abacus.util.function.ObjDoubleConsumer
 
accept(T, float) - Method in interface com.landawn.abacus.util.function.ObjFloatConsumer
 
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(T, short) - Method in interface com.landawn.abacus.util.function.ObjShortConsumer
 
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(short...) - Method in interface com.landawn.abacus.util.function.ShortNConsumer
 
accept(short, short, short) - Method in interface com.landawn.abacus.util.function.ShortTriConsumer
 
accept(A, B, C) - Method in interface com.landawn.abacus.util.function.TriConsumer
 
accept(Try.Consumer<? super IntList, E>) - Method in class com.landawn.abacus.util.IntList
 
accept(Try.Consumer<IntPair, E>) - Method in class com.landawn.abacus.util.IntPair
 
accept(int) - Method in class com.landawn.abacus.util.IntSummaryStatistics
Records a new value into the summary information
accept(Try.Consumer<IntTriple, E>) - Method in class com.landawn.abacus.util.IntTriple
 
accept(Try.Consumer<? super LongList, E>) - Method in class com.landawn.abacus.util.LongList
 
accept(Try.Consumer<? super LongMultiset<T>, E>) - Method in class com.landawn.abacus.util.LongMultiset
 
accept(Try.Consumer<LongPair, E>) - Method in class com.landawn.abacus.util.LongPair
 
accept(int) - Method in class com.landawn.abacus.util.LongSummaryStatistics
Records a new int value into the summary information.
accept(long) - Method in class com.landawn.abacus.util.LongSummaryStatistics
Records a new long value into the summary information.
accept(Try.Consumer<LongTriple, E>) - Method in class com.landawn.abacus.util.LongTriple
 
accept(Try.Consumer<? super Multimap<K, E, V>, X>) - Method in class com.landawn.abacus.util.Multimap
 
accept(Try.Consumer<? super Multiset<T>, E>) - Method in class com.landawn.abacus.util.Multiset
 
accept(Try.BiConsumer<? super L, ? super R, E>) - Method in class com.landawn.abacus.util.Pair
 
accept(Try.Consumer<Pair<L, R>, E>) - Method in class com.landawn.abacus.util.Pair
 
accept(Try.Consumer<? super L, E>) - Method in class com.landawn.abacus.util.PrimitiveList
 
accept(Try.Consumer<? super Seq<T>, E>) - Method in class com.landawn.abacus.util.Seq
 
accept(Try.Consumer<? super Sheet<R, C, E>, X>) - Method in class com.landawn.abacus.util.Sheet
 
accept(Try.Consumer<? super ShortList, E>) - Method in class com.landawn.abacus.util.ShortList
 
accept(Try.Consumer<ShortPair, E>) - Method in class com.landawn.abacus.util.ShortPair
 
accept(Try.Consumer<ShortTriple, E>) - Method in class com.landawn.abacus.util.ShortTriple
 
accept(U, Try.Consumer<T, RuntimeException>) - Static method in class com.landawn.abacus.util.Synchronized
 
accept(U, Try.BiConsumer<U, T, RuntimeException>) - Static method in class com.landawn.abacus.util.Synchronized
 
accept(Try.Consumer<? super T, E>) - Method in class com.landawn.abacus.util.Synchronized
 
accept(Try.TriConsumer<? super L, ? super M, ? super R, E>) - Method in class com.landawn.abacus.util.Triple
 
accept(Try.Consumer<Triple<L, M, R>, E>) - Method in class com.landawn.abacus.util.Triple
 
accept(T, U) - Method in interface com.landawn.abacus.util.Try.BiConsumer
 
accept(boolean, boolean) - Method in interface com.landawn.abacus.util.Try.BooleanBiConsumer
 
accept(boolean) - Method in interface com.landawn.abacus.util.Try.BooleanConsumer
 
accept(boolean, boolean, boolean) - Method in interface com.landawn.abacus.util.Try.BooleanTriConsumer
 
accept(byte, byte) - Method in interface com.landawn.abacus.util.Try.ByteBiConsumer
 
accept(byte) - Method in interface com.landawn.abacus.util.Try.ByteConsumer
 
accept(byte, byte, byte) - Method in interface com.landawn.abacus.util.Try.ByteTriConsumer
 
accept(char, char) - Method in interface com.landawn.abacus.util.Try.CharBiConsumer
 
accept(char) - Method in interface com.landawn.abacus.util.Try.CharConsumer
 
accept(char, char, char) - Method in interface com.landawn.abacus.util.Try.CharTriConsumer
 
accept(T) - Method in interface com.landawn.abacus.util.Try.Consumer
 
accept(double, double) - Method in interface com.landawn.abacus.util.Try.DoubleBiConsumer
 
accept(double) - Method in interface com.landawn.abacus.util.Try.DoubleConsumer
 
accept(double, double, double) - Method in interface com.landawn.abacus.util.Try.DoubleTriConsumer
 
accept(float, float) - Method in interface com.landawn.abacus.util.Try.FloatBiConsumer
 
accept(float) - Method in interface com.landawn.abacus.util.Try.FloatConsumer
 
accept(float, float, float) - Method in interface com.landawn.abacus.util.Try.FloatTriConsumer
 
accept(U, int, T) - Method in interface com.landawn.abacus.util.Try.IndexedBiConsumer
 
accept(int, T) - Method in interface com.landawn.abacus.util.Try.IndexedConsumer
 
accept(int, int) - Method in interface com.landawn.abacus.util.Try.IntBiConsumer
 
accept(int) - Method in interface com.landawn.abacus.util.Try.IntConsumer
 
accept(int, int, int) - Method in interface com.landawn.abacus.util.Try.IntTriConsumer
 
accept(long, long) - Method in interface com.landawn.abacus.util.Try.LongBiConsumer
 
accept(long) - Method in interface com.landawn.abacus.util.Try.LongConsumer
 
accept(long, long, long) - Method in interface com.landawn.abacus.util.Try.LongTriConsumer
 
accept(T, boolean) - Method in interface com.landawn.abacus.util.Try.ObjBooleanConsumer
 
accept(T, byte) - Method in interface com.landawn.abacus.util.Try.ObjByteConsumer
 
accept(T, char) - Method in interface com.landawn.abacus.util.Try.ObjCharConsumer
 
accept(T, double) - Method in interface com.landawn.abacus.util.Try.ObjDoubleConsumer
 
accept(T, float) - Method in interface com.landawn.abacus.util.Try.ObjFloatConsumer
 
accept(T, int) - Method in interface com.landawn.abacus.util.Try.ObjIntConsumer
 
accept(T, long) - Method in interface com.landawn.abacus.util.Try.ObjLongConsumer
 
accept(T, short) - Method in interface com.landawn.abacus.util.Try.ObjShortConsumer
 
accept(A, B, C, D) - Method in interface com.landawn.abacus.util.Try.QuadConsumer
 
accept(short, short) - Method in interface com.landawn.abacus.util.Try.ShortBiConsumer
 
accept(short) - Method in interface com.landawn.abacus.util.Try.ShortConsumer
 
accept(short, short, short) - Method in interface com.landawn.abacus.util.Try.ShortTriConsumer
 
accept(A, B, C) - Method in interface com.landawn.abacus.util.Try.TriConsumer
 
accept(Try.Consumer<? super Tuple.Tuple1<T1>, E>) - Method in class com.landawn.abacus.util.Tuple.Tuple1
 
accept(Try.Consumer<? super Tuple.Tuple2<T1, T2>, E>) - Method in class com.landawn.abacus.util.Tuple.Tuple2
 
accept(Try.Consumer<? super Tuple.Tuple3<T1, T2, T3>, E>) - Method in class com.landawn.abacus.util.Tuple.Tuple3
 
accept(Try.Consumer<? super Tuple.Tuple4<T1, T2, T3, T4>, E>) - Method in class com.landawn.abacus.util.Tuple.Tuple4
 
accept(Try.Consumer<? super Tuple.Tuple5<T1, T2, T3, T4, T5>, E>) - Method in class com.landawn.abacus.util.Tuple.Tuple5
 
accept(Try.Consumer<? super Tuple.Tuple6<T1, T2, T3, T4, T5, T6>, E>) - Method in class com.landawn.abacus.util.Tuple.Tuple6
 
accept(Try.Consumer<? super Tuple.Tuple7<T1, T2, T3, T4, T5, T6, T7>, E>) - Method in class com.landawn.abacus.util.Tuple.Tuple7
 
accept(Try.Consumer<? super Tuple.Tuple8<T1, T2, T3, T4, T5, T6, T7, T8>, E>) - Method in class com.landawn.abacus.util.Tuple.Tuple8
 
accept(Try.Consumer<? super Tuple.Tuple9<T1, T2, T3, T4, T5, T6, T7, T8, T9>, E>) - Method in class com.landawn.abacus.util.Tuple.Tuple9
 
ACCEPT_CHARSET - Static variable in class com.landawn.abacus.http.HTTP
 
ACCEPT_ENCODING - Static variable in class com.landawn.abacus.http.HTTP
 
ACCEPT_LANGUAGE - Static variable in class com.landawn.abacus.http.HTTP
 
ACCEPT_RANGES - Static variable in class com.landawn.abacus.http.HTTP
 
acceptByKey(Consumer<? super K>) - Static method in class com.landawn.abacus.util.Fn
 
acceptByValue(Consumer<? super V>) - Static method in class com.landawn.abacus.util.Fn
 
acceptKeyVal(BiConsumer<? super K, ? super V>) - Static method in class com.landawn.abacus.util.Fn
 
AccountAuthenticatorActivityBase - Class in com.landawn.abacus.android
 
AccountAuthenticatorActivityBase() - Constructor for class com.landawn.abacus.android.AccountAuthenticatorActivityBase
 
accumulator() - Method in interface com.landawn.abacus.util.stream.Collector
A function that folds a value into a mutable result container.
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
 
acosh(double) - Static method in class com.landawn.abacus.util.Maths
Compute the inverse hyperbolic cosine of a number.
acquire() - Method in class com.landawn.abacus.util.RateLimiter
Acquires a single permit from this RateLimiter, blocking until the request can be granted.
acquire(int) - Method in class com.landawn.abacus.util.RateLimiter
Acquires the given number of permits from this RateLimiter, blocking until the request can be granted.
ActivityBase - Class in com.landawn.abacus.android
 
ActivityBase() - Constructor for class com.landawn.abacus.android.ActivityBase
 
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
 
ADC() - Constructor for class com.landawn.abacus.parser.AvroDeserializationConfig.ADC
 
add(String, T, long) - Method in class com.landawn.abacus.cache.SpyMemcached
 
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(Cell) - Method in class com.landawn.abacus.util.AnyPut
 
add(E) - Method in class com.landawn.abacus.util.ArrayHashSet
 
add(boolean) - Method in class com.landawn.abacus.util.BooleanList
 
add(int, boolean) - Method in class com.landawn.abacus.util.BooleanList
 
add(boolean) - Method in class com.landawn.abacus.util.Builder.BooleanListBuilder
 
add(int, boolean) - Method in class com.landawn.abacus.util.Builder.BooleanListBuilder
 
add(byte) - Method in class com.landawn.abacus.util.Builder.ByteListBuilder
 
add(int, byte) - Method in class com.landawn.abacus.util.Builder.ByteListBuilder
 
add(char) - Method in class com.landawn.abacus.util.Builder.CharListBuilder
 
add(int, char) - Method in class com.landawn.abacus.util.Builder.CharListBuilder
 
add(T) - Method in class com.landawn.abacus.util.Builder.CollectionBuilder
 
add(double) - Method in class com.landawn.abacus.util.Builder.DoubleListBuilder
 
add(int, double) - Method in class com.landawn.abacus.util.Builder.DoubleListBuilder
 
add(float) - Method in class com.landawn.abacus.util.Builder.FloatListBuilder
 
add(int, float) - Method in class com.landawn.abacus.util.Builder.FloatListBuilder
 
add(int) - Method in class com.landawn.abacus.util.Builder.IntListBuilder
 
add(int, int) - Method in class com.landawn.abacus.util.Builder.IntListBuilder
 
add(int, T) - Method in class com.landawn.abacus.util.Builder.ListBuilder
 
add(long) - Method in class com.landawn.abacus.util.Builder.LongListBuilder
 
add(int, long) - Method in class com.landawn.abacus.util.Builder.LongListBuilder
 
add(T) - Method in class com.landawn.abacus.util.Builder.LongMultisetBuilder
 
add(T) - Method in class com.landawn.abacus.util.Builder.MultisetBuilder
 
add(short) - Method in class com.landawn.abacus.util.Builder.ShortListBuilder
 
add(int, short) - Method in class com.landawn.abacus.util.Builder.ShortListBuilder
 
add(byte) - Method in class com.landawn.abacus.util.ByteList
 
add(int, byte) - Method in class com.landawn.abacus.util.ByteList
 
add(ByteMatrix) - Method in class com.landawn.abacus.util.ByteMatrix
 
add(char) - Method in class com.landawn.abacus.util.CharList
 
add(int, char) - Method in class com.landawn.abacus.util.CharList
 
add(CharMatrix) - Method in class com.landawn.abacus.util.CharMatrix
 
add(String, NamedCQL) - Method in class com.landawn.abacus.util.CQLMapper
 
add(String, String, Map<String, String>) - Method in class com.landawn.abacus.util.CQLMapper
 
add(double) - Method in class com.landawn.abacus.util.DoubleList
 
add(int, double) - Method in class com.landawn.abacus.util.DoubleList
 
add(DoubleMatrix) - Method in class com.landawn.abacus.util.DoubleMatrix
 
add(byte[], byte[]) - Static method in class com.landawn.abacus.util.f
 
add(byte[], byte[], byte, byte) - Static method in class com.landawn.abacus.util.f
 
add(byte[], byte[], byte[]) - Static method in class com.landawn.abacus.util.f
 
add(byte[], byte[], byte[], byte, byte, byte) - Static method in class com.landawn.abacus.util.f
 
add(byte[][], byte[][]) - Static method in class com.landawn.abacus.util.f
 
add(byte[][], byte[][], byte, byte) - Static method in class com.landawn.abacus.util.f
 
add(byte[][], byte[][], byte[][]) - Static method in class com.landawn.abacus.util.f
 
add(byte[][], byte[][], byte[][], byte, byte, byte) - Static method in class com.landawn.abacus.util.f
 
add(byte[][][], byte[][][]) - Static method in class com.landawn.abacus.util.f
 
add(byte[][][], byte[][][], byte, byte) - Static method in class com.landawn.abacus.util.f
 
add(byte[][][], byte[][][], byte[][][]) - Static method in class com.landawn.abacus.util.f
 
add(byte[][][], byte[][][], byte[][][], byte, byte, byte) - Static method in class com.landawn.abacus.util.f
 
add(short[], short[]) - Static method in class com.landawn.abacus.util.f
 
add(short[], short[], short, short) - Static method in class com.landawn.abacus.util.f
 
add(short[], short[], short[]) - Static method in class com.landawn.abacus.util.f
 
add(short[], short[], short[], short, short, short) - Static method in class com.landawn.abacus.util.f
 
add(short[][], short[][]) - Static method in class com.landawn.abacus.util.f
 
add(short[][], short[][], short, short) - Static method in class com.landawn.abacus.util.f
 
add(short[][], short[][], short[][]) - Static method in class com.landawn.abacus.util.f
 
add(short[][], short[][], short[][], short, short, short) - Static method in class com.landawn.abacus.util.f
 
add(short[][][], short[][][]) - Static method in class com.landawn.abacus.util.f
 
add(short[][][], short[][][], short, short) - Static method in class com.landawn.abacus.util.f
 
add(short[][][], short[][][], short[][][]) - Static method in class com.landawn.abacus.util.f
 
add(short[][][], short[][][], short[][][], short, short, short) - Static method in class com.landawn.abacus.util.f
 
add(int[], int[]) - Static method in class com.landawn.abacus.util.f
 
add(int[], int[], int, int) - Static method in class com.landawn.abacus.util.f
 
add(int[], int[], int[]) - Static method in class com.landawn.abacus.util.f
 
add(int[], int[], int[], int, int, int) - Static method in class com.landawn.abacus.util.f
 
add(int[][], int[][]) - Static method in class com.landawn.abacus.util.f
 
add(int[][], int[][], int, int) - Static method in class com.landawn.abacus.util.f
 
add(int[][], int[][], int[][]) - Static method in class com.landawn.abacus.util.f
 
add(int[][], int[][], int[][], int, int, int) - Static method in class com.landawn.abacus.util.f
 
add(int[][][], int[][][]) - Static method in class com.landawn.abacus.util.f
 
add(int[][][], int[][][], int, int) - Static method in class com.landawn.abacus.util.f
 
add(int[][][], int[][][], int[][][]) - Static method in class com.landawn.abacus.util.f
 
add(int[][][], int[][][], int[][][], int, int, int) - Static method in class com.landawn.abacus.util.f
 
add(long[], long[]) - Static method in class com.landawn.abacus.util.f
 
add(long[], long[], long, long) - Static method in class com.landawn.abacus.util.f
 
add(long[], long[], long[]) - Static method in class com.landawn.abacus.util.f
 
add(long[], long[], long[], long, long, long) - Static method in class com.landawn.abacus.util.f
 
add(long[][], long[][]) - Static method in class com.landawn.abacus.util.f
 
add(long[][], long[][], long, long) - Static method in class com.landawn.abacus.util.f
 
add(long[][], long[][], long[][]) - Static method in class com.landawn.abacus.util.f
 
add(long[][], long[][], long[][], long, long, long) - Static method in class com.landawn.abacus.util.f
 
add(long[][][], long[][][]) - Static method in class com.landawn.abacus.util.f
 
add(long[][][], long[][][], long, long) - Static method in class com.landawn.abacus.util.f
 
add(long[][][], long[][][], long[][][]) - Static method in class com.landawn.abacus.util.f
 
add(long[][][], long[][][], long[][][], long, long, long) - Static method in class com.landawn.abacus.util.f
 
add(float[], float[]) - Static method in class com.landawn.abacus.util.f
 
add(float[], float[], float, float) - Static method in class com.landawn.abacus.util.f
 
add(float[], float[], float[]) - Static method in class com.landawn.abacus.util.f
 
add(float[], float[], float[], float, float, float) - Static method in class com.landawn.abacus.util.f
 
add(float[][], float[][]) - Static method in class com.landawn.abacus.util.f
 
add(float[][], float[][], float, float) - Static method in class com.landawn.abacus.util.f
 
add(float[][], float[][], float[][]) - Static method in class com.landawn.abacus.util.f
 
add(float[][], float[][], float[][], float, float, float) - Static method in class com.landawn.abacus.util.f
 
add(float[][][], float[][][]) - Static method in class com.landawn.abacus.util.f
 
add(float[][][], float[][][], float, float) - Static method in class com.landawn.abacus.util.f
 
add(float[][][], float[][][], float[][][]) - Static method in class com.landawn.abacus.util.f
 
add(float[][][], float[][][], float[][][], float, float, float) - Static method in class com.landawn.abacus.util.f
 
add(double[], double[]) - Static method in class com.landawn.abacus.util.f
 
add(double[], double[], double, double) - Static method in class com.landawn.abacus.util.f
 
add(double[], double[], double[]) - Static method in class com.landawn.abacus.util.f
 
add(double[], double[], double[], double, double, double) - Static method in class com.landawn.abacus.util.f
 
add(double[][], double[][]) - Static method in class com.landawn.abacus.util.f
 
add(double[][], double[][], double, double) - Static method in class com.landawn.abacus.util.f
 
add(double[][], double[][], double[][]) - Static method in class com.landawn.abacus.util.f
 
add(double[][], double[][], double[][], double, double, double) - Static method in class com.landawn.abacus.util.f
 
add(double[][][], double[][][]) - Static method in class com.landawn.abacus.util.f
 
add(double[][][], double[][][], double, double) - Static method in class com.landawn.abacus.util.f
 
add(double[][][], double[][][], double[][][]) - Static method in class com.landawn.abacus.util.f
 
add(double[][][], double[][][], double[][][], double, double, double) - Static method in class com.landawn.abacus.util.f
 
add(float) - Method in class com.landawn.abacus.util.FloatList
 
add(int, float) - Method in class com.landawn.abacus.util.FloatList
 
add(FloatMatrix) - Method in class com.landawn.abacus.util.FloatMatrix
 
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(int, E) - Method in class com.landawn.abacus.util.ImmutableList
Deprecated.
Unsupported operation.
add(int) - Method in class com.landawn.abacus.util.IntList
 
add(int, int) - Method in class com.landawn.abacus.util.IntList
 
add(IntMatrix) - Method in class com.landawn.abacus.util.IntMatrix
 
add(long) - Method in class com.landawn.abacus.util.LongList
 
add(int, long) - Method in class com.landawn.abacus.util.LongList
 
add(LongMatrix) - Method in class com.landawn.abacus.util.LongMatrix
 
add(T) - Method in class com.landawn.abacus.util.LongMultiset
 
add(T, long) - Method in class com.landawn.abacus.util.LongMultiset
 
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 element 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 element 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 element 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 element 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 element 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 element 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 element 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 element 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 element 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 element at the end of the new array.
add(short) - Method in class com.landawn.abacus.util.ShortList
 
add(int, short) - Method in class com.landawn.abacus.util.ShortList
 
add(ShortMatrix) - Method in class com.landawn.abacus.util.ShortMatrix
 
add(Object) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
add(Map<String, Object>) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
add(Connection, Object) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
add(Connection, Map<String, Object>) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
add(Object) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
Insert the specified entity into data store, and set back the auto-generated id to the specified entity if there is the auto-generated id.
add(Map<String, Object>) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
add(Connection, Object) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
add(Connection, Map<String, Object>) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
add(String, NamedSQL) - Method in class com.landawn.abacus.util.SQLMapper
 
add(String, String, Map<String, String>) - Method in class com.landawn.abacus.util.SQLMapper
 
addAll(Collection<? extends E>) - Method in class com.landawn.abacus.util.ArrayHashSet
 
addAll(BooleanList) - Method in class com.landawn.abacus.util.BooleanList
 
addAll(int, BooleanList) - Method in class com.landawn.abacus.util.BooleanList
 
addAll(boolean[]) - Method in class com.landawn.abacus.util.BooleanList
 
addAll(int, boolean[]) - Method in class com.landawn.abacus.util.BooleanList
 
addAll(BooleanList) - Method in class com.landawn.abacus.util.Builder.BooleanListBuilder
 
addAll(int, BooleanList) - Method in class com.landawn.abacus.util.Builder.BooleanListBuilder
 
addAll(ByteList) - Method in class com.landawn.abacus.util.Builder.ByteListBuilder
 
addAll(int, ByteList) - Method in class com.landawn.abacus.util.Builder.ByteListBuilder
 
addAll(CharList) - Method in class com.landawn.abacus.util.Builder.CharListBuilder
 
addAll(int, CharList) - Method in class com.landawn.abacus.util.Builder.CharListBuilder
 
addAll(Collection<? extends T>) - Method in class com.landawn.abacus.util.Builder.CollectionBuilder
 
addAll(DoubleList) - Method in class com.landawn.abacus.util.Builder.DoubleListBuilder
 
addAll(int, DoubleList) - Method in class com.landawn.abacus.util.Builder.DoubleListBuilder
 
addAll(FloatList) - Method in class com.landawn.abacus.util.Builder.FloatListBuilder
 
addAll(int, FloatList) - Method in class com.landawn.abacus.util.Builder.FloatListBuilder
 
addAll(IntList) - Method in class com.landawn.abacus.util.Builder.IntListBuilder
 
addAll(int, IntList) - Method in class com.landawn.abacus.util.Builder.IntListBuilder
 
addAll(int, Collection<? extends T>) - Method in class com.landawn.abacus.util.Builder.ListBuilder
 
addAll(LongList) - Method in class com.landawn.abacus.util.Builder.LongListBuilder
 
addAll(int, LongList) - Method in class com.landawn.abacus.util.Builder.LongListBuilder
 
addAll(Collection<? extends T>) - Method in class com.landawn.abacus.util.Builder.LongMultisetBuilder
 
addAll(Map<? extends T, Long>) - Method in class com.landawn.abacus.util.Builder.LongMultisetBuilder
 
addAll(LongMultiset<? extends T>) - Method in class com.landawn.abacus.util.Builder.LongMultisetBuilder
 
addAll(Collection<? extends T>) - Method in class com.landawn.abacus.util.Builder.MultisetBuilder
 
addAll(Map<? extends T, Integer>) - Method in class com.landawn.abacus.util.Builder.MultisetBuilder
 
addAll(Multiset<? extends T>) - Method in class com.landawn.abacus.util.Builder.MultisetBuilder
 
addAll(ShortList) - Method in class com.landawn.abacus.util.Builder.ShortListBuilder
 
addAll(int, ShortList) - Method in class com.landawn.abacus.util.Builder.ShortListBuilder
 
addAll(ByteList) - Method in class com.landawn.abacus.util.ByteList
 
addAll(int, ByteList) - Method in class com.landawn.abacus.util.ByteList
 
addAll(byte[]) - Method in class com.landawn.abacus.util.ByteList
 
addAll(int, byte[]) - Method in class com.landawn.abacus.util.ByteList
 
addAll(CharList) - Method in class com.landawn.abacus.util.CharList
 
addAll(int, CharList) - Method in class com.landawn.abacus.util.CharList
 
addAll(char[]) - Method in class com.landawn.abacus.util.CharList
 
addAll(int, char[]) - Method in class com.landawn.abacus.util.CharList
 
addAll(DoubleList) - Method in class com.landawn.abacus.util.DoubleList
 
addAll(int, DoubleList) - Method in class com.landawn.abacus.util.DoubleList
 
addAll(double[]) - Method in class com.landawn.abacus.util.DoubleList
 
addAll(int, double[]) - Method in class com.landawn.abacus.util.DoubleList
 
addAll(FloatList) - Method in class com.landawn.abacus.util.FloatList
 
addAll(int, FloatList) - Method in class com.landawn.abacus.util.FloatList
 
addAll(float[]) - Method in class com.landawn.abacus.util.FloatList
 
addAll(int, float[]) - Method in class com.landawn.abacus.util.FloatList
 
addAll() - Static method in class com.landawn.abacus.util.Fn
 
addAll(int, Collection<? extends E>) - Method in class com.landawn.abacus.util.ImmutableList
Deprecated.
Unsupported operation.
addAll(IntList) - Method in class com.landawn.abacus.util.IntList
 
addAll(int, IntList) - Method in class com.landawn.abacus.util.IntList
 
addAll(int[]) - Method in class com.landawn.abacus.util.IntList
 
addAll(int, int[]) - Method in class com.landawn.abacus.util.IntList
 
addAll(LongList) - Method in class com.landawn.abacus.util.LongList
 
addAll(int, LongList) - Method in class com.landawn.abacus.util.LongList
 
addAll(long[]) - Method in class com.landawn.abacus.util.LongList
 
addAll(int, long[]) - Method in class com.landawn.abacus.util.LongList
 
addAll(Collection<? extends T>) - Method in class com.landawn.abacus.util.LongMultiset
 
addAll(Collection<? extends T>, long) - Method in class com.landawn.abacus.util.LongMultiset
 
addAll(Map<? extends T, Long>) - Method in class com.landawn.abacus.util.LongMultiset
 
addAll(LongMultiset<? extends T>) - Method in class com.landawn.abacus.util.LongMultiset
 
addAll(Collection<? extends T>) - Method in class com.landawn.abacus.util.Multiset
 
addAll(Collection<? extends T>, int) - Method in class com.landawn.abacus.util.Multiset
 
addAll(Map<? extends T, Integer>) - Method in class com.landawn.abacus.util.Multiset
 
addAll(Multiset<? extends T>) - Method in class com.landawn.abacus.util.Multiset
 
addAll(boolean[], boolean...) - Static method in class com.landawn.abacus.util.N
Adds all the elements of the given arrays into a new array.
addAll(char[], char...) - Static method in class com.landawn.abacus.util.N
Adds all the elements of the given arrays into a new array.
addAll(byte[], byte...) - Static method in class com.landawn.abacus.util.N
Adds all the elements of the given arrays into a new array.
addAll(short[], short...) - Static method in class com.landawn.abacus.util.N
Adds all the elements of the given arrays into a new array.
addAll(int[], int...) - Static method in class com.landawn.abacus.util.N
Adds all the elements of the given arrays into a new array.
addAll(long[], long...) - Static method in class com.landawn.abacus.util.N
Adds all the elements of the given arrays into a new array.
addAll(float[], float...) - Static method in class com.landawn.abacus.util.N
Adds all the elements of the given arrays into a new array.
addAll(double[], double...) - Static method in class com.landawn.abacus.util.N
Adds all the elements of the given arrays into a new array.
addAll(String[], String...) - Static method in class com.landawn.abacus.util.N
Adds all the elements of the given arrays into a new array.
addAll(T[], T...) - Static method in class com.landawn.abacus.util.N
Adds all the elements of the given arrays into a new array.
addAll(A) - Method in class com.landawn.abacus.util.PrimitiveList
 
addAll(int, A) - Method in class com.landawn.abacus.util.PrimitiveList
 
addAll(ShortList) - Method in class com.landawn.abacus.util.ShortList
 
addAll(int, ShortList) - Method in class com.landawn.abacus.util.ShortList
 
addAll(short[]) - Method in class com.landawn.abacus.util.ShortList
 
addAll(int, short[]) - Method in class com.landawn.abacus.util.ShortList
 
addAll(Collection<?>) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
addAll(Collection<?>, IsolationLevel) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
addAll(Connection, Collection<?>) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
addAll(Collection<?>) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
Insert All the records one by one in transaction.
addAll(Collection<?>, IsolationLevel) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
Insert All the records one by one in transaction.
addAll(Connection, Collection<?>) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
Insert All the records one by one with specified Connection.
addAndGet(T) - Method in class com.landawn.abacus.util.LongMultiset
 
addAndGet(T, long) - Method in class com.landawn.abacus.util.LongMultiset
 
addAndGet(T) - Method in class com.landawn.abacus.util.Multiset
 
addAndGet(T, int) - Method in class com.landawn.abacus.util.Multiset
 
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
Method addColumn.
addColumn(int, String, List<?>) - Method in interface com.landawn.abacus.DataSet
Method addColumn.
addColumn(String, String, Try.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, Try.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>, Try.Function<? super Object[], ?, 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>, Try.Function<? super Object[], ?, E>) - Method in interface com.landawn.abacus.DataSet
Generate the new column values from the specified columns by the specified Function.
addColumn(String, String) - Method in class com.landawn.abacus.util.AnyDelete
Delete the latest version of the specified column.
addColumn(String, String, long) - Method in class com.landawn.abacus.util.AnyDelete
Delete the specified version of the specified column.
addColumn(String, String) - Method in class com.landawn.abacus.util.AnyGet
 
addColumn(String, String, Object) - Method in class com.landawn.abacus.util.AnyPut
 
addColumn(String, String, long, Object) - Method in class com.landawn.abacus.util.AnyPut
 
addColumn(String, String) - Method in class com.landawn.abacus.util.AnyScan
 
addColumn(String, List<?>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
 
addColumn(int, String, List<?>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
 
addColumn(String, String, Try.Function<T, ?, E>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
 
addColumn(int, String, String, Try.Function<T, ?, E>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
 
addColumn(String, Collection<String>, Try.Function<? super Object[], ?, E>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
 
addColumn(int, String, Collection<String>, Try.Function<? super Object[], ?, E>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
 
addColumn(C, Collection<? extends E>) - Method in class com.landawn.abacus.util.Sheet
 
addColumn(int, C, Collection<? extends E>) - Method in class com.landawn.abacus.util.Sheet
 
addColumns(String, String) - Method in class com.landawn.abacus.util.AnyDelete
Delete all versions of the specified column.
addColumns(String, String, long) - Method in class com.landawn.abacus.util.AnyDelete
Delete all versions of the specified column with a timestamp less than or equal to the specified timestamp.
addDeleteMarker(Cell) - Method in class com.landawn.abacus.util.AnyDelete
 
addExact(int, int) - Static method in class com.landawn.abacus.util.Maths
Returns the sum of a and b, provided it does not overflow.
addExact(long, long) - Static method in class com.landawn.abacus.util.Maths
Returns the sum of a and b, provided it does not overflow.
addFamily(String) - Method in class com.landawn.abacus.util.AnyDelete
Delete all versions of all columns of the specified family.
addFamily(String, long) - Method in class com.landawn.abacus.util.AnyDelete
Delete all columns of the specified family with a timestamp less than or equal to the specified timestamp.
addFamily(String) - Method in class com.landawn.abacus.util.AnyGet
 
addFamily(String) - Method in class com.landawn.abacus.util.AnyScan
 
addFamilyVersion(String, long) - Method in class com.landawn.abacus.util.AnyDelete
Delete all columns of the specified family with a timestamp equal to the specified timestamp.
addHeader(String, Object) - Method in class com.landawn.abacus.http.HttpClient.Request
 
addHeader(String, Object) - Method in class com.landawn.abacus.http.OKHttpClient.Request
 
addIfAbsent(T) - Method in class com.landawn.abacus.util.LongMultiset
 
addIfAbsent(T, long) - Method in class com.landawn.abacus.util.LongMultiset
 
addIfAbsent(T) - Method in class com.landawn.abacus.util.Multiset
 
addIfAbsent(T, int) - Method in class com.landawn.abacus.util.Multiset
 
addImmutable(String, String, Object) - Method in class com.landawn.abacus.util.AnyPut
 
addImmutable(String, String, long, Object) - Method in class com.landawn.abacus.util.AnyPut
 
addImmutable(String, String, Object, Tag[]) - Method in class com.landawn.abacus.util.AnyPut
 
addImmutable(String, String, long, Object, Tag[]) - Method in class com.landawn.abacus.util.AnyPut
 
addMethodStatisticsList(Profiler.LoopStatistics) - Method in class com.landawn.abacus.util.Profiler.MultiLoopsStatistics
 
addRow(Object) - Method in interface com.landawn.abacus.DataSet
 
addRow(int, Object) - Method in interface com.landawn.abacus.DataSet
 
addRow(R, Collection<? extends E>) - Method in class com.landawn.abacus.util.Sheet
 
addRow(int, R, Collection<? extends E>) - Method in class com.landawn.abacus.util.Sheet
 
AddrUtil - Class in com.landawn.abacus.util
 
adjacent4Points(int, int) - Method in class com.landawn.abacus.util.BooleanMatrix
Returns the four adjacencies with order: up, right, down, left.
adjacent4Points(int, int) - Method in class com.landawn.abacus.util.ByteMatrix
Returns the four adjacencies with order: up, right, down, left.
adjacent4Points(int, int) - Method in class com.landawn.abacus.util.CharMatrix
Returns the four adjacencies with order: up, right, down, left.
adjacent4Points(int, int) - Method in class com.landawn.abacus.util.DoubleMatrix
Returns the four adjacencies with order: up, right, down, left.
adjacent4Points(int, int) - Method in class com.landawn.abacus.util.FloatMatrix
Returns the four adjacencies with order: up, right, down, left.
adjacent4Points(int, int) - Method in class com.landawn.abacus.util.IntMatrix
Returns the four adjacencies with order: up, right, down, left.
adjacent4Points(int, int) - Method in class com.landawn.abacus.util.LongMatrix
Returns the four adjacencies with order: up, right, down, left.
adjacent4Points(int, int) - Method in class com.landawn.abacus.util.Matrix
Returns the four adjacencies with order: up, right, down, left.
adjacent4Points(int, int) - Method in class com.landawn.abacus.util.ShortMatrix
Returns the four adjacencies with order: up, right, down, left.
adjacent8Points(int, int) - Method in class com.landawn.abacus.util.BooleanMatrix
Returns the eight adjacencies with order: left-up, up, right-up, right, right-down, down, left-down, left.
adjacent8Points(int, int) - Method in class com.landawn.abacus.util.ByteMatrix
Returns the eight adjacencies with order: left-up, up, right-up, right, right-down, down, left-down, left.
adjacent8Points(int, int) - Method in class com.landawn.abacus.util.CharMatrix
Returns the eight adjacencies with order: left-up, up, right-up, right, right-down, down, left-down, left.
adjacent8Points(int, int) - Method in class com.landawn.abacus.util.DoubleMatrix
Returns the eight adjacencies with order: left-up, up, right-up, right, right-down, down, left-down, left.
adjacent8Points(int, int) - Method in class com.landawn.abacus.util.FloatMatrix
Returns the eight adjacencies with order: left-up, up, right-up, right, right-down, down, left-down, left.
adjacent8Points(int, int) - Method in class com.landawn.abacus.util.IntMatrix
Returns the eight adjacencies with order: left-up, up, right-up, right, right-down, down, left-down, left.
adjacent8Points(int, int) - Method in class com.landawn.abacus.util.LongMatrix
Returns the eight adjacencies with order: left-up, up, right-up, right, right-down, down, left-down, left.
adjacent8Points(int, int) - Method in class com.landawn.abacus.util.Matrix
Returns the eight adjacencies with order: left-up, up, right-up, right, right-down, down, left-down, left.
adjacent8Points(int, int) - Method in class com.landawn.abacus.util.ShortMatrix
Returns the eight adjacencies with order: left-up, up, right-up, right, right-down, down, left-down, left.
adler32() - Static method in class com.landawn.abacus.hash.Hashing
Returns a hash function implementing the Adler-32 checksum algorithm (32 hash bits) by delegating to the Adler32 Checksum.
admin() - Method in class com.landawn.abacus.util.HBaseExecutor
 
afterTextChanged(Consumer<? super String>) - Method in class com.landawn.abacus.android.util.Observer.TextViewObserver
 
afterTextChanged(Consumer<? super String>, Consumer<? super Exception>) - Method in class com.landawn.abacus.android.util.Observer.TextViewObserver
 
afterTextChanged(Consumer<? super String>, Consumer<? super Exception>, Runnable) - Method in class com.landawn.abacus.android.util.Observer.TextViewObserver
 
afterTextChangged(Consumer<? super Editable>) - Method in class com.landawn.abacus.android.util.Observer.TextViewObserver
 
afterTextChangged(Consumer<? super Editable>, Consumer<? super Exception>) - Method in class com.landawn.abacus.android.util.Observer.TextViewObserver
 
afterTextChangged(Consumer<? super Editable>, Consumer<? super Exception>, Runnable) - Method in class com.landawn.abacus.android.util.Observer.TextViewObserver
 
AGE - Static variable in class com.landawn.abacus.http.HTTP
 
aggregate(List<? extends Bson>) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
aggregate(Class<T>, List<? extends Bson>) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
aggregate(String, List<? extends Bson>) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
aggregate(Class<T>, String, List<? extends Bson>) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
AliasActivityBase - Class in com.landawn.abacus.android
 
AliasActivityBase() - Constructor for class com.landawn.abacus.android.AliasActivityBase
 
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
 
allMatch(Try.BooleanPredicate<E>) - Method in class com.landawn.abacus.util.BooleanList
Returns whether all elements of this List match the provided predicate.
allMatch(int, int, Try.BooleanPredicate<E>) - Method in class com.landawn.abacus.util.BooleanList
 
allMatch(Try.BytePredicate<E>) - Method in class com.landawn.abacus.util.ByteList
Returns whether all elements of this List match the provided predicate.
allMatch(int, int, Try.BytePredicate<E>) - Method in class com.landawn.abacus.util.ByteList
 
allMatch(Try.CharPredicate<E>) - Method in class com.landawn.abacus.util.CharList
Returns whether all elements of this List match the provided predicate.
allMatch(int, int, Try.CharPredicate<E>) - Method in class com.landawn.abacus.util.CharList
 
allMatch(Try.DoublePredicate<E>) - Method in class com.landawn.abacus.util.DoubleList
Returns whether all elements of this List match the provided predicate.
allMatch(int, int, Try.DoublePredicate<E>) - Method in class com.landawn.abacus.util.DoubleList
 
allMatch(Try.FloatPredicate<E>) - Method in class com.landawn.abacus.util.FloatList
Returns whether all elements of this List match the provided predicate.
allMatch(int, int, Try.FloatPredicate<E>) - Method in class com.landawn.abacus.util.FloatList
 
allMatch(Try.IntPredicate<E>) - Method in class com.landawn.abacus.util.IntList
Returns whether all elements of this List match the provided predicate.
allMatch(int, int, Try.IntPredicate<E>) - Method in class com.landawn.abacus.util.IntList
 
allMatch(Try.LongPredicate<E>) - Method in class com.landawn.abacus.util.LongList
Returns whether all elements of this List match the provided predicate.
allMatch(int, int, Try.LongPredicate<E>) - Method in class com.landawn.abacus.util.LongList
 
allMatch(Try.Predicate<? super T, E>) - Method in class com.landawn.abacus.util.Seq
 
allMatch(Try.ShortPredicate<E>) - Method in class com.landawn.abacus.util.ShortList
Returns whether all elements of this List match the provided predicate.
allMatch(int, int, Try.ShortPredicate<E>) - Method in class com.landawn.abacus.util.ShortList
 
allMatch(Try.BytePredicate<E>) - Method in class com.landawn.abacus.util.stream.ByteStream
 
allMatch(Try.CharPredicate<E>) - Method in class com.landawn.abacus.util.stream.CharStream
 
allMatch(Try.DoublePredicate<E>) - Method in class com.landawn.abacus.util.stream.DoubleStream
 
allMatch(Try.FloatPredicate<E>) - Method in class com.landawn.abacus.util.stream.FloatStream
 
allMatch(Try.IntPredicate<E>) - Method in class com.landawn.abacus.util.stream.IntStream
 
allMatch(Try.LongPredicate<E>) - Method in class com.landawn.abacus.util.stream.LongStream
 
allMatch(Try.ShortPredicate<E>) - Method in class com.landawn.abacus.util.stream.ShortStream
 
allMatch(Try.Predicate<? super T, E>) - Method in class com.landawn.abacus.util.stream.Stream
 
allMatch(U, Try.BiPredicate<? super T, ? super U, E>) - Method in class com.landawn.abacus.util.stream.Stream
 
allMaxOccurrences() - Method in class com.landawn.abacus.util.LongMultiset
 
allMaxOccurrences() - Method in class com.landawn.abacus.util.Multiset
 
allMinOccurrences() - Method in class com.landawn.abacus.util.LongMultiset
 
allMinOccurrences() - Method in class com.landawn.abacus.util.Multiset
 
allNull(T, T) - Static method in class com.landawn.abacus.util.N
 
allNull(T, T, T) - Static method in class com.landawn.abacus.util.N
 
allNull(T...) - Static method in class com.landawn.abacus.util.N
 
allNull(Collection<T>) - Static method in class com.landawn.abacus.util.N
 
allOf(CompletableFuture<? extends T>...) - Static method in class com.landawn.abacus.android.util.Futures
Returns a new CompletableFuture that is completed when all of the given CompletableFutures complete.
allOf(Collection<? extends CompletableFuture<? extends T>>) - Static method in class com.landawn.abacus.android.util.Futures
Returns a new CompletableFuture that is completed when all of the given CompletableFutures complete.
allOf(CompletableFuture<? extends T>...) - Static method in class com.landawn.abacus.util.Futures
Returns a new CompletableFuture that is completed when all of the given CompletableFutures complete.
allOf(Collection<? extends CompletableFuture<? extends T>>) - Static method in class com.landawn.abacus.util.Futures
Returns a new CompletableFuture that is completed when all of the given CompletableFutures complete.
ALLOW - Static variable in class com.landawn.abacus.http.HTTP
 
allowFiltering() - Method in class com.landawn.abacus.util.CQLBuilder
 
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.BooleanTriPredicate
 
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.ByteTriPredicate
 
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.CharTriPredicate
 
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.DoubleTriPredicate
 
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.FloatTriPredicate
 
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.IntTriPredicate
 
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.LongTriPredicate
 
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_FALSE - Static variable in interface com.landawn.abacus.util.function.ShortTriPredicate
 
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.BooleanTriPredicate
 
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.ByteTriPredicate
 
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.CharTriPredicate
 
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.DoubleTriPredicate
 
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.FloatTriPredicate
 
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.IntTriPredicate
 
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.LongTriPredicate
 
ALWAYS_TRUE - Static variable in interface com.landawn.abacus.util.function.ShortBiPredicate
 
ALWAYS_TRUE - Static variable in interface com.landawn.abacus.util.function.ShortPredicate
 
ALWAYS_TRUE - Static variable in interface com.landawn.abacus.util.function.ShortTriPredicate
 
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.TriPredicates
 
alwaysFalse() - Static method in interface com.landawn.abacus.util.function.BiPredicate
 
alwaysFalse() - Static method in interface com.landawn.abacus.util.function.Predicate
 
alwaysFalse() - Static method in interface com.landawn.abacus.util.function.TriPredicate
 
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.TriPredicates
 
alwaysTrue() - Static method in interface com.landawn.abacus.util.function.BiPredicate
 
alwaysTrue() - Static method in interface com.landawn.abacus.util.function.Predicate
 
alwaysTrue() - Static method in interface com.landawn.abacus.util.function.TriPredicate
 
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.Clause
 
and(Condition) - Method in interface com.landawn.abacus.condition.Condition
Method and.
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(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(BooleanBiPredicate) - Method in interface com.landawn.abacus.util.function.BooleanBiPredicate
 
and(BooleanPredicate) - Method in interface com.landawn.abacus.util.function.BooleanPredicate
 
and(BooleanTriPredicate) - Method in interface com.landawn.abacus.util.function.BooleanTriPredicate
 
and(ByteBiPredicate) - Method in interface com.landawn.abacus.util.function.ByteBiPredicate
 
and(BytePredicate) - Method in interface com.landawn.abacus.util.function.BytePredicate
 
and(ByteTriPredicate) - Method in interface com.landawn.abacus.util.function.ByteTriPredicate
 
and(CharBiPredicate) - Method in interface com.landawn.abacus.util.function.CharBiPredicate
 
and(CharPredicate) - Method in interface com.landawn.abacus.util.function.CharPredicate
 
and(CharTriPredicate) - Method in interface com.landawn.abacus.util.function.CharTriPredicate
 
and(DoubleBiPredicate) - Method in interface com.landawn.abacus.util.function.DoubleBiPredicate
 
and(DoubleTriPredicate) - Method in interface com.landawn.abacus.util.function.DoubleTriPredicate
 
and(FloatBiPredicate) - Method in interface com.landawn.abacus.util.function.FloatBiPredicate
 
and(FloatPredicate) - Method in interface com.landawn.abacus.util.function.FloatPredicate
 
and(FloatTriPredicate) - Method in interface com.landawn.abacus.util.function.FloatTriPredicate
 
and(IndexedBiPredicate<? super U, ? super T>) - Method in interface com.landawn.abacus.util.function.IndexedBiPredicate
 
and(IndexedPredicate<? super T>) - Method in interface com.landawn.abacus.util.function.IndexedPredicate
 
and(IntBiPredicate) - Method in interface com.landawn.abacus.util.function.IntBiPredicate
 
and(IntTriPredicate) - Method in interface com.landawn.abacus.util.function.IntTriPredicate
 
and(LongBiPredicate) - Method in interface com.landawn.abacus.util.function.LongBiPredicate
 
and(LongTriPredicate) - Method in interface com.landawn.abacus.util.function.LongTriPredicate
 
and(QuadPredicate<? super A, ? super B, ? super C, ? super D>) - Method in interface com.landawn.abacus.util.function.QuadPredicate
 
and(ShortBiPredicate) - Method in interface com.landawn.abacus.util.function.ShortBiPredicate
 
and(ShortPredicate) - Method in interface com.landawn.abacus.util.function.ShortPredicate
 
and(ShortTriPredicate) - Method in interface com.landawn.abacus.util.function.ShortTriPredicate
 
and(TriPredicate<A, B, C>) - Method in interface com.landawn.abacus.util.function.TriPredicate
 
andThen(BooleanBiConsumer) - Method in interface com.landawn.abacus.util.function.BooleanBiConsumer
 
andThen(Function<? super R, ? extends V>) - Method in interface com.landawn.abacus.util.function.BooleanBiFunction
 
andThen(BooleanConsumer) - Method in interface com.landawn.abacus.util.function.BooleanConsumer
 
andThen(Function<? super R, ? extends V>) - Method in interface com.landawn.abacus.util.function.BooleanFunction
 
andThen(BooleanNConsumer) - Method in interface com.landawn.abacus.util.function.BooleanNConsumer
 
andThen(Function<? super R, ? extends V>) - Method in interface com.landawn.abacus.util.function.BooleanNFunction
 
andThen(BooleanTriConsumer) - Method in interface com.landawn.abacus.util.function.BooleanTriConsumer
 
andThen(Function<? super R, ? extends V>) - Method in interface com.landawn.abacus.util.function.BooleanTriFunction
 
andThen(BooleanUnaryOperator) - Method in interface com.landawn.abacus.util.function.BooleanUnaryOperator
 
andThen(ByteBiConsumer) - Method in interface com.landawn.abacus.util.function.ByteBiConsumer
 
andThen(Function<? super R, ? extends V>) - Method in interface com.landawn.abacus.util.function.ByteBiFunction
 
andThen(ByteConsumer) - Method in interface com.landawn.abacus.util.function.ByteConsumer
 
andThen(Function<? super R, ? extends V>) - Method in interface com.landawn.abacus.util.function.ByteFunction
 
andThen(ByteNConsumer) - Method in interface com.landawn.abacus.util.function.ByteNConsumer
 
andThen(Function<? super R, ? extends V>) - Method in interface com.landawn.abacus.util.function.ByteNFunction
 
andThen(ByteTriConsumer) - Method in interface com.landawn.abacus.util.function.ByteTriConsumer
 
andThen(Function<? super R, ? extends V>) - Method in interface com.landawn.abacus.util.function.ByteTriFunction
 
andThen(ByteUnaryOperator) - Method in interface com.landawn.abacus.util.function.ByteUnaryOperator
 
andThen(CharBiConsumer) - Method in interface com.landawn.abacus.util.function.CharBiConsumer
 
andThen(Function<? super R, ? extends V>) - Method in interface com.landawn.abacus.util.function.CharBiFunction
 
andThen(CharConsumer) - Method in interface com.landawn.abacus.util.function.CharConsumer
 
andThen(Function<? super R, ? extends V>) - Method in interface com.landawn.abacus.util.function.CharFunction
 
andThen(CharNConsumer) - Method in interface com.landawn.abacus.util.function.CharNConsumer
 
andThen(Function<? super R, ? extends V>) - Method in interface com.landawn.abacus.util.function.CharNFunction
 
andThen(CharTriConsumer) - Method in interface com.landawn.abacus.util.function.CharTriConsumer
 
andThen(Function<? super R, ? extends V>) - Method in interface com.landawn.abacus.util.function.CharTriFunction
 
andThen(CharUnaryOperator) - Method in interface com.landawn.abacus.util.function.CharUnaryOperator
 
andThen(DoubleBiConsumer) - Method in interface com.landawn.abacus.util.function.DoubleBiConsumer
 
andThen(Function<? super R, ? extends V>) - Method in interface com.landawn.abacus.util.function.DoubleBiFunction
 
andThen(Function<? super R, ? extends V>) - Method in interface com.landawn.abacus.util.function.DoubleFunction
 
andThen(DoubleNConsumer) - Method in interface com.landawn.abacus.util.function.DoubleNConsumer
 
andThen(Function<? super R, ? extends V>) - Method in interface com.landawn.abacus.util.function.DoubleNFunction
 
andThen(DoubleTriConsumer) - Method in interface com.landawn.abacus.util.function.DoubleTriConsumer
 
andThen(Function<? super R, ? extends V>) - Method in interface com.landawn.abacus.util.function.DoubleTriFunction
 
andThen(FloatBiConsumer) - Method in interface com.landawn.abacus.util.function.FloatBiConsumer
 
andThen(Function<? super R, ? extends V>) - Method in interface com.landawn.abacus.util.function.FloatBiFunction
 
andThen(FloatConsumer) - Method in interface com.landawn.abacus.util.function.FloatConsumer
 
andThen(Function<? super R, ? extends V>) - Method in interface com.landawn.abacus.util.function.FloatFunction
 
andThen(FloatNConsumer) - Method in interface com.landawn.abacus.util.function.FloatNConsumer
 
andThen(Function<? super R, ? extends V>) - Method in interface com.landawn.abacus.util.function.FloatNFunction
 
andThen(FloatTriConsumer) - Method in interface com.landawn.abacus.util.function.FloatTriConsumer
 
andThen(Function<? super R, ? extends V>) - Method in interface com.landawn.abacus.util.function.FloatTriFunction
 
andThen(FloatUnaryOperator) - Method in interface com.landawn.abacus.util.function.FloatUnaryOperator
 
andThen(IndexedBiConsumer<? super U, ? super T>) - Method in interface com.landawn.abacus.util.function.IndexedBiConsumer
 
andThen(IndexedFunction<? super R, ? extends V>) - Method in interface com.landawn.abacus.util.function.IndexedBiFunction
 
andThen(IndexedConsumer<? super T>) - Method in interface com.landawn.abacus.util.function.IndexedConsumer
 
andThen(IndexedFunction<? super R, ? extends V>) - Method in interface com.landawn.abacus.util.function.IndexedFunction
 
andThen(IntBiConsumer) - Method in interface com.landawn.abacus.util.function.IntBiConsumer
 
andThen(Function<? super R, ? extends V>) - Method in interface com.landawn.abacus.util.function.IntBiFunction
 
andThen(Function<? super R, ? extends V>) - Method in interface com.landawn.abacus.util.function.IntFunction
 
andThen(IntNConsumer) - Method in interface com.landawn.abacus.util.function.IntNConsumer
 
andThen(Function<? super R, ? extends V>) - Method in interface com.landawn.abacus.util.function.IntNFunction
 
andThen(IntTriConsumer) - Method in interface com.landawn.abacus.util.function.IntTriConsumer
 
andThen(Function<? super R, ? extends V>) - Method in interface com.landawn.abacus.util.function.IntTriFunction
 
andThen(LongBiConsumer) - Method in interface com.landawn.abacus.util.function.LongBiConsumer
 
andThen(Function<? super R, ? extends V>) - Method in interface com.landawn.abacus.util.function.LongBiFunction
 
andThen(Function<? super R, ? extends V>) - Method in interface com.landawn.abacus.util.function.LongFunction
 
andThen(LongNConsumer) - Method in interface com.landawn.abacus.util.function.LongNConsumer
 
andThen(Function<? super R, ? extends V>) - Method in interface com.landawn.abacus.util.function.LongNFunction
 
andThen(LongTriConsumer) - Method in interface com.landawn.abacus.util.function.LongTriConsumer
 
andThen(Function<? super R, ? extends V>) - Method in interface com.landawn.abacus.util.function.LongTriFunction
 
andThen(NConsumer<? super T>) - Method in interface com.landawn.abacus.util.function.NConsumer
 
andThen(Function<? super R, ? extends V>) - Method in interface com.landawn.abacus.util.function.NFunction
 
andThen(QuadConsumer<? super A, ? super B, ? super C, ? super D>) - Method in interface com.landawn.abacus.util.function.QuadConsumer
 
andThen(Function<? super R, ? extends V>) - Method in interface com.landawn.abacus.util.function.QuadFunction
 
andThen(ShortBiConsumer) - Method in interface com.landawn.abacus.util.function.ShortBiConsumer
 
andThen(Function<? super R, ? extends V>) - Method in interface com.landawn.abacus.util.function.ShortBiFunction
 
andThen(ShortConsumer) - Method in interface com.landawn.abacus.util.function.ShortConsumer
 
andThen(Function<? super R, ? extends V>) - Method in interface com.landawn.abacus.util.function.ShortFunction
 
andThen(ShortNConsumer) - Method in interface com.landawn.abacus.util.function.ShortNConsumer
 
andThen(Function<? super R, ? extends V>) - Method in interface com.landawn.abacus.util.function.ShortNFunction
 
andThen(ShortTriConsumer) - Method in interface com.landawn.abacus.util.function.ShortTriConsumer
 
andThen(Function<? super R, ? extends V>) - Method in interface com.landawn.abacus.util.function.ShortTriFunction
 
andThen(ShortUnaryOperator) - Method in interface com.landawn.abacus.util.function.ShortUnaryOperator
 
andThen(TriConsumer<? super A, ? super B, ? super C>) - Method in interface com.landawn.abacus.util.function.TriConsumer
 
andThen(Function<? super R, ? extends V>) - Method in interface com.landawn.abacus.util.function.TriFunction
 
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
 
AnyDelete - Class in com.landawn.abacus.util
It's a wrapper of Delete in HBase to reduce the manual conversion between bytes and String/Object.
AnyDelete(Object) - Constructor for class com.landawn.abacus.util.AnyDelete
 
AnyDelete(Object, long) - Constructor for class com.landawn.abacus.util.AnyDelete
 
AnyGet - Class in com.landawn.abacus.util
It's a wrapper of Get in HBase to reduce the manual conversion between bytes and String/Object.
AnyGet(Object) - Constructor for class com.landawn.abacus.util.AnyGet
 
anyMatch(Try.BooleanPredicate<E>) - Method in class com.landawn.abacus.util.BooleanList
Returns whether any elements of this List match the provided predicate.
anyMatch(int, int, Try.BooleanPredicate<E>) - Method in class com.landawn.abacus.util.BooleanList
 
anyMatch(Try.BytePredicate<E>) - Method in class com.landawn.abacus.util.ByteList
Returns whether any elements of this List match the provided predicate.
anyMatch(int, int, Try.BytePredicate<E>) - Method in class com.landawn.abacus.util.ByteList
 
anyMatch(Try.CharPredicate<E>) - Method in class com.landawn.abacus.util.CharList
Returns whether any elements of this List match the provided predicate.
anyMatch(int, int, Try.CharPredicate<E>) - Method in class com.landawn.abacus.util.CharList
 
anyMatch(Try.DoublePredicate<E>) - Method in class com.landawn.abacus.util.DoubleList
Returns whether any elements of this List match the provided predicate.
anyMatch(int, int, Try.DoublePredicate<E>) - Method in class com.landawn.abacus.util.DoubleList
 
anyMatch(Try.FloatPredicate<E>) - Method in class com.landawn.abacus.util.FloatList
Returns whether any elements of this List match the provided predicate.
anyMatch(int, int, Try.FloatPredicate<E>) - Method in class com.landawn.abacus.util.FloatList
 
anyMatch(Try.IntPredicate<E>) - Method in class com.landawn.abacus.util.IntList
Returns whether any elements of this List match the provided predicate.
anyMatch(int, int, Try.IntPredicate<E>) - Method in class com.landawn.abacus.util.IntList
 
anyMatch(Try.LongPredicate<E>) - Method in class com.landawn.abacus.util.LongList
Returns whether any elements of this List match the provided predicate.
anyMatch(int, int, Try.LongPredicate<E>) - Method in class com.landawn.abacus.util.LongList
 
anyMatch(Try.Predicate<? super T, E>) - Method in class com.landawn.abacus.util.Seq
 
anyMatch(Try.ShortPredicate<E>) - Method in class com.landawn.abacus.util.ShortList
Returns whether any elements of this List match the provided predicate.
anyMatch(int, int, Try.ShortPredicate<E>) - Method in class com.landawn.abacus.util.ShortList
 
anyMatch(Try.BytePredicate<E>) - Method in class com.landawn.abacus.util.stream.ByteStream
 
anyMatch(Try.CharPredicate<E>) - Method in class com.landawn.abacus.util.stream.CharStream
 
anyMatch(Try.DoublePredicate<E>) - Method in class com.landawn.abacus.util.stream.DoubleStream
 
anyMatch(Try.FloatPredicate<E>) - Method in class com.landawn.abacus.util.stream.FloatStream
 
anyMatch(Try.IntPredicate<E>) - Method in class com.landawn.abacus.util.stream.IntStream
 
anyMatch(Try.LongPredicate<E>) - Method in class com.landawn.abacus.util.stream.LongStream
 
anyMatch(Try.ShortPredicate<E>) - Method in class com.landawn.abacus.util.stream.ShortStream
 
anyMatch(Try.Predicate<? super T, E>) - Method in class com.landawn.abacus.util.stream.Stream
 
anyMatch(U, Try.BiPredicate<? super T, ? super U, E>) - Method in class com.landawn.abacus.util.stream.Stream
 
anyNull(T, T) - Static method in class com.landawn.abacus.util.N
 
anyNull(T, T, T) - Static method in class com.landawn.abacus.util.N
 
anyNull(T...) - Static method in class com.landawn.abacus.util.N
 
anyNull(Collection<T>) - Static method in class com.landawn.abacus.util.N
 
anyOf(CompletableFuture<? extends T>...) - Static method in class com.landawn.abacus.android.util.Futures
Returns a new CompletableFuture that, when any of the given CompletableFutures complete normally.
anyOf(Collection<? extends CompletableFuture<? extends T>>) - Static method in class com.landawn.abacus.android.util.Futures
Returns a new CompletableFuture that, when any of the given CompletableFutures complete normally.
anyOf(CompletableFuture<? extends T>...) - Static method in class com.landawn.abacus.util.Futures
Returns a new CompletableFuture that, when any of the given CompletableFutures complete normally.
anyOf(Collection<? extends CompletableFuture<? extends T>>) - Static method in class com.landawn.abacus.util.Futures
Returns a new CompletableFuture that, when any of the given CompletableFutures complete normally.
AnyPut - Class in com.landawn.abacus.util
It's a wrapper of Put in HBase to reduce the manual conversion between bytes and String/Object.
AnyPut(Object) - Constructor for class com.landawn.abacus.util.AnyPut
 
AnyPut(Object, long) - Constructor for class com.landawn.abacus.util.AnyPut
 
AnyScan - Class in com.landawn.abacus.util
It's a wrapper of Scan in HBase to reduce the manual conversion between bytes and String/Object.
AnyScan() - Constructor for class com.landawn.abacus.util.AnyScan
 
AnyScan(Object) - Constructor for class com.landawn.abacus.util.AnyScan
 
AnyScan(Object, Object) - Constructor for class com.landawn.abacus.util.AnyScan
 
AnyScan(Object, Filter) - Constructor for class com.landawn.abacus.util.AnyScan
 
append(String, Append) - Method in class com.landawn.abacus.util.HBaseExecutor
 
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[], 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(String, boolean) - Method in class com.landawn.abacus.util.Joiner
 
append(String, char) - Method in class com.landawn.abacus.util.Joiner
 
append(String, int) - Method in class com.landawn.abacus.util.Joiner
 
append(String, long) - Method in class com.landawn.abacus.util.Joiner
 
append(String, float) - Method in class com.landawn.abacus.util.Joiner
 
append(String, double) - Method in class com.landawn.abacus.util.Joiner
 
append(String, String) - Method in class com.landawn.abacus.util.Joiner
 
append(String, CharSequence) - Method in class com.landawn.abacus.util.Joiner
 
append(String, StringBuffer) - Method in class com.landawn.abacus.util.Joiner
 
append(String, char[]) - Method in class com.landawn.abacus.util.Joiner
 
append(String, Object) - Method in class com.landawn.abacus.util.Joiner
 
append(T...) - Method in class com.landawn.abacus.util.Seq
 
append(Collection<? extends T>) - Method in class com.landawn.abacus.util.Seq
 
append(S) - Method in interface com.landawn.abacus.util.stream.BaseStream
 
append(T...) - Method in class com.landawn.abacus.util.stream.Stream
 
append(Collection<? extends T>) - Method in class com.landawn.abacus.util.stream.Stream
 
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(BooleanList) - Method in class com.landawn.abacus.util.Joiner
 
appendAll(BooleanList, int, int) - Method in class com.landawn.abacus.util.Joiner
 
appendAll(CharList) - Method in class com.landawn.abacus.util.Joiner
 
appendAll(CharList, int, int) - Method in class com.landawn.abacus.util.Joiner
 
appendAll(ByteList) - Method in class com.landawn.abacus.util.Joiner
 
appendAll(ByteList, int, int) - Method in class com.landawn.abacus.util.Joiner
 
appendAll(ShortList) - Method in class com.landawn.abacus.util.Joiner
 
appendAll(ShortList, int, int) - Method in class com.landawn.abacus.util.Joiner
 
appendAll(IntList) - Method in class com.landawn.abacus.util.Joiner
 
appendAll(IntList, int, int) - Method in class com.landawn.abacus.util.Joiner
 
appendAll(LongList) - Method in class com.landawn.abacus.util.Joiner
 
appendAll(LongList, int, int) - Method in class com.landawn.abacus.util.Joiner
 
appendAll(FloatList) - Method in class com.landawn.abacus.util.Joiner
 
appendAll(FloatList, int, int) - Method in class com.landawn.abacus.util.Joiner
 
appendAll(DoubleList) - Method in class com.landawn.abacus.util.Joiner
 
appendAll(DoubleList, 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
 
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
 
appendEntry(Map.Entry<?, ?>) - Method in class com.landawn.abacus.util.Joiner
 
appendEntryIf(boolean, Map.Entry<?, ?>) - Method in class com.landawn.abacus.util.Joiner
 
appendIf(boolean, Object) - Method in class com.landawn.abacus.util.Joiner
 
appendIf(boolean, String, Object) - Method in class com.landawn.abacus.util.Joiner
 
appendIfMissing(String, String) - Static method in class com.landawn.abacus.util.N
 
APPLICATION_JSON - Static variable in class com.landawn.abacus.http.HTTP
 
APPLICATION_KRYO - Static variable in class com.landawn.abacus.http.HTTP
 
APPLICATION_URL_ENCODED - Static variable in class com.landawn.abacus.http.HTTP
The default HTML form content type.
APPLICATION_XML - Static variable in class com.landawn.abacus.http.HTTP
 
apply(Try.Function<? super DataSet, R, E>) - Method in interface com.landawn.abacus.DataSet
 
apply(Try.Function<? super BooleanList, R, E>) - Method in class com.landawn.abacus.util.BooleanList
 
apply(Try.Function<? super ByteList, R, E>) - Method in class com.landawn.abacus.util.ByteList
 
apply(Try.Function<? super CharList, R, E>) - Method in class com.landawn.abacus.util.CharList
 
apply(Try.Function<? super CQLBuilder.CP, T, EX>) - Method in class com.landawn.abacus.util.CQLBuilder
 
apply(Try.Function<? super DoubleList, R, E>) - Method in class com.landawn.abacus.util.DoubleList
 
apply(Try.Function<? super FloatList, R, E>) - Method in class com.landawn.abacus.util.FloatList
 
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(boolean...) - Method in interface com.landawn.abacus.util.function.BooleanNFunction
 
apply(boolean, boolean, boolean) - Method in interface com.landawn.abacus.util.function.BooleanTriFunction
 
apply(byte, byte) - Method in interface com.landawn.abacus.util.function.ByteBiFunction
 
apply(byte) - Method in interface com.landawn.abacus.util.function.ByteFunction
 
apply(byte...) - Method in interface com.landawn.abacus.util.function.ByteNFunction
 
apply(byte, byte, byte) - Method in interface com.landawn.abacus.util.function.ByteTriFunction
 
apply(char, char) - Method in interface com.landawn.abacus.util.function.CharBiFunction
 
apply(char) - Method in interface com.landawn.abacus.util.function.CharFunction
 
apply(char...) - Method in interface com.landawn.abacus.util.function.CharNFunction
 
apply(char, char, char) - Method in interface com.landawn.abacus.util.function.CharTriFunction
 
apply(double, double) - Method in interface com.landawn.abacus.util.function.DoubleBiFunction
 
apply(double) - Method in interface com.landawn.abacus.util.function.DoubleFunction
 
apply(double...) - Method in interface com.landawn.abacus.util.function.DoubleNFunction
 
apply(double, double, double) - Method in interface com.landawn.abacus.util.function.DoubleTriFunction
 
apply(float, float) - Method in interface com.landawn.abacus.util.function.FloatBiFunction
 
apply(float) - Method in interface com.landawn.abacus.util.function.FloatFunction
 
apply(float...) - Method in interface com.landawn.abacus.util.function.FloatNFunction
 
apply(float, float, float) - Method in interface com.landawn.abacus.util.function.FloatTriFunction
 
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(int...) - Method in interface com.landawn.abacus.util.function.IntNFunction
 
apply(int, int, int) - Method in interface com.landawn.abacus.util.function.IntTriFunction
 
apply(long, long) - Method in interface com.landawn.abacus.util.function.LongBiFunction
 
apply(long) - Method in interface com.landawn.abacus.util.function.LongFunction
 
apply(long...) - Method in interface com.landawn.abacus.util.function.LongNFunction
 
apply(long, long, long) - Method in interface com.landawn.abacus.util.function.LongTriFunction
 
apply(T...) - Method in interface com.landawn.abacus.util.function.NFunction
 
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(short...) - Method in interface com.landawn.abacus.util.function.ShortNFunction
 
apply(short, short, short) - Method in interface com.landawn.abacus.util.function.ShortTriFunction
 
apply(A, B, C) - Method in interface com.landawn.abacus.util.function.TriFunction
 
apply(Try.Function<? super IntList, R, E>) - Method in class com.landawn.abacus.util.IntList
 
apply(Try.Function<? super LongList, R, E>) - Method in class com.landawn.abacus.util.LongList
 
apply(Try.Function<? super LongMultiset<T>, R, E>) - Method in class com.landawn.abacus.util.LongMultiset
 
apply(Try.Function<? super Multimap<K, E, V>, R, X>) - Method in class com.landawn.abacus.util.Multimap
 
apply(Try.Function<? super Multiset<T>, R, E>) - Method in class com.landawn.abacus.util.Multiset
 
apply(Try.Function<? super L, R, E>) - Method in class com.landawn.abacus.util.PrimitiveList
 
apply(Try.Function<? super Seq<T>, R, E>) - Method in class com.landawn.abacus.util.Seq
 
apply(Try.Function<? super Sheet<R, C, E>, T, X>) - Method in class com.landawn.abacus.util.Sheet
 
apply(Try.Function<? super ShortList, R, E>) - Method in class com.landawn.abacus.util.ShortList
 
apply(Try.Function<? super SQLBuilder.SP, T, EX>) - Method in class com.landawn.abacus.util.SQLBuilder
 
apply(U, Try.Function<T, R, RuntimeException>) - Static method in class com.landawn.abacus.util.Synchronized
 
apply(U, Try.BiFunction<U, T, R, RuntimeException>) - Static method in class com.landawn.abacus.util.Synchronized
 
apply(Try.Function<? super T, R, E>) - Method in class com.landawn.abacus.util.Synchronized
 
apply(T, U) - Method in interface com.landawn.abacus.util.Try.BiFunction
 
apply(boolean, boolean) - Method in interface com.landawn.abacus.util.Try.BooleanBiFunction
 
apply(boolean) - Method in interface com.landawn.abacus.util.Try.BooleanFunction
 
apply(boolean, boolean, boolean) - Method in interface com.landawn.abacus.util.Try.BooleanTriFunction
 
apply(byte, byte) - Method in interface com.landawn.abacus.util.Try.ByteBiFunction
 
apply(byte) - Method in interface com.landawn.abacus.util.Try.ByteFunction
 
apply(byte, byte, byte) - Method in interface com.landawn.abacus.util.Try.ByteTriFunction
 
apply(char, char) - Method in interface com.landawn.abacus.util.Try.CharBiFunction
 
apply(char) - Method in interface com.landawn.abacus.util.Try.CharFunction
 
apply(char, char, char) - Method in interface com.landawn.abacus.util.Try.CharTriFunction
 
apply(double, double) - Method in interface com.landawn.abacus.util.Try.DoubleBiFunction
 
apply(double) - Method in interface com.landawn.abacus.util.Try.DoubleFunction
 
apply(double, double, double) - Method in interface com.landawn.abacus.util.Try.DoubleTriFunction
 
apply(float, float) - Method in interface com.landawn.abacus.util.Try.FloatBiFunction
 
apply(float) - Method in interface com.landawn.abacus.util.Try.FloatFunction
 
apply(float, float, float) - Method in interface com.landawn.abacus.util.Try.FloatTriFunction
 
apply(T) - Method in interface com.landawn.abacus.util.Try.Function
 
apply(U, int, T) - Method in interface com.landawn.abacus.util.Try.IndexedBiFunction
 
apply(int, T) - Method in interface com.landawn.abacus.util.Try.IndexedFunction
 
apply(int, int) - Method in interface com.landawn.abacus.util.Try.IntBiFunction
 
apply(int) - Method in interface com.landawn.abacus.util.Try.IntFunction
 
apply(int, int, int) - Method in interface com.landawn.abacus.util.Try.IntTriFunction
 
apply(long, long) - Method in interface com.landawn.abacus.util.Try.LongBiFunction
 
apply(long) - Method in interface com.landawn.abacus.util.Try.LongFunction
 
apply(long, long, long) - Method in interface com.landawn.abacus.util.Try.LongTriFunction
 
apply(A, B, C, D) - Method in interface com.landawn.abacus.util.Try.QuadFunction
 
apply(short, short) - Method in interface com.landawn.abacus.util.Try.ShortBiFunction
 
apply(short) - Method in interface com.landawn.abacus.util.Try.ShortFunction
 
apply(short, short, short) - Method in interface com.landawn.abacus.util.Try.ShortTriFunction
 
apply(A, B, C) - Method in interface com.landawn.abacus.util.Try.TriFunction
 
applyAsBoolean(boolean, boolean) - Method in interface com.landawn.abacus.util.function.BooleanBinaryOperator
 
applyAsBoolean(boolean) - Method in interface com.landawn.abacus.util.function.BooleanUnaryOperator
 
applyAsBoolean(T, U) - Method in interface com.landawn.abacus.util.function.ToBooleanBiFunction
 
applyAsBoolean(T) - Method in interface com.landawn.abacus.util.function.ToBooleanFunction
 
applyAsBoolean(boolean, boolean) - Method in interface com.landawn.abacus.util.Try.BooleanBinaryOperator
 
applyAsBoolean(boolean) - Method in interface com.landawn.abacus.util.Try.BooleanUnaryOperator
 
applyAsBoolean(T) - Method in interface com.landawn.abacus.util.Try.ToBooleanFunction
 
applyAsByte(byte, byte) - Method in interface com.landawn.abacus.util.function.ByteBinaryOperator
 
applyAsByte(byte) - Method in interface com.landawn.abacus.util.function.ByteUnaryOperator
 
applyAsByte(int) - Method in interface com.landawn.abacus.util.function.IntToByteFunction
 
applyAsByte(T, U) - Method in interface com.landawn.abacus.util.function.ToByteBiFunction
 
applyAsByte(T) - Method in interface com.landawn.abacus.util.function.ToByteFunction
 
applyAsByte(byte, byte) - Method in interface com.landawn.abacus.util.Try.ByteBinaryOperator
 
applyAsByte(byte) - Method in interface com.landawn.abacus.util.Try.ByteUnaryOperator
 
applyAsByte(T) - Method in interface com.landawn.abacus.util.Try.ToByteFunction
 
applyAsChar(char, char) - Method in interface com.landawn.abacus.util.function.CharBinaryOperator
 
applyAsChar(char) - Method in interface com.landawn.abacus.util.function.CharUnaryOperator
 
applyAsChar(int) - Method in interface com.landawn.abacus.util.function.IntToCharFunction
 
applyAsChar(T, U) - Method in interface com.landawn.abacus.util.function.ToCharBiFunction
 
applyAsChar(T) - Method in interface com.landawn.abacus.util.function.ToCharFunction
 
applyAsChar(char, char) - Method in interface com.landawn.abacus.util.Try.CharBinaryOperator
 
applyAsChar(char) - Method in interface com.landawn.abacus.util.Try.CharUnaryOperator
 
applyAsChar(T) - Method in interface com.landawn.abacus.util.Try.ToCharFunction
 
applyAsDouble(double, double) - Method in interface com.landawn.abacus.util.function.DoubleBinaryOperator
 
applyAsDouble(double) - Method in interface com.landawn.abacus.util.function.DoubleUnaryOperator
 
applyAsDouble(float) - Method in interface com.landawn.abacus.util.function.FloatToDoubleFunction
 
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.Try.DoubleBinaryOperator
 
applyAsDouble(double) - Method in interface com.landawn.abacus.util.Try.DoubleUnaryOperator
 
applyAsDouble(T) - Method in interface com.landawn.abacus.util.Try.ToDoubleFunction
 
applyAsFloat(double) - Method in interface com.landawn.abacus.util.function.DoubleToFloatFunction
 
applyAsFloat(float, float) - Method in interface com.landawn.abacus.util.function.FloatBinaryOperator
 
applyAsFloat(float) - Method in interface com.landawn.abacus.util.function.FloatUnaryOperator
 
applyAsFloat(int) - Method in interface com.landawn.abacus.util.function.IntToFloatFunction
 
applyAsFloat(long) - Method in interface com.landawn.abacus.util.function.LongToFloatFunction
 
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.Try.FloatBinaryOperator
 
applyAsFloat(float) - Method in interface com.landawn.abacus.util.Try.FloatUnaryOperator
 
applyAsFloat(T) - Method in interface com.landawn.abacus.util.Try.ToFloatFunction
 
applyAsInt(byte) - Method in interface com.landawn.abacus.util.function.ByteToIntFunction
 
applyAsInt(char) - Method in interface com.landawn.abacus.util.function.CharToIntFunction
 
applyAsInt(double) - Method in interface com.landawn.abacus.util.function.DoubleToIntFunction
 
applyAsInt(float) - Method in interface com.landawn.abacus.util.function.FloatToIntFunction
 
applyAsInt(int, int) - Method in interface com.landawn.abacus.util.function.IntBinaryOperator
 
applyAsInt(int) - Method in interface com.landawn.abacus.util.function.IntUnaryOperator
 
applyAsInt(long) - Method in interface com.landawn.abacus.util.function.LongToIntFunction
 
applyAsInt(short) - Method in interface com.landawn.abacus.util.function.ShortToIntFunction
 
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.Try.IntBinaryOperator
 
applyAsInt(int) - Method in interface com.landawn.abacus.util.Try.IntUnaryOperator
 
applyAsInt(T) - Method in interface com.landawn.abacus.util.Try.ToIntFunction
 
applyAsLong(double) - Method in interface com.landawn.abacus.util.function.DoubleToLongFunction
 
applyAsLong(float) - Method in interface com.landawn.abacus.util.function.FloatToLongFunction
 
applyAsLong(int) - Method in interface com.landawn.abacus.util.function.IntToLongFunction
 
applyAsLong(long, long) - Method in interface com.landawn.abacus.util.function.LongBinaryOperator
 
applyAsLong(long) - Method in interface com.landawn.abacus.util.function.LongUnaryOperator
 
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.Try.LongBinaryOperator
 
applyAsLong(long) - Method in interface com.landawn.abacus.util.Try.LongUnaryOperator
 
applyAsLong(T) - Method in interface com.landawn.abacus.util.Try.ToLongFunction
 
applyAsShort(int) - Method in interface com.landawn.abacus.util.function.IntToShortFunction
 
applyAsShort(short, short) - Method in interface com.landawn.abacus.util.function.ShortBinaryOperator
 
applyAsShort(short) - Method in interface com.landawn.abacus.util.function.ShortUnaryOperator
 
applyAsShort(T, U) - Method in interface com.landawn.abacus.util.function.ToShortBiFunction
 
applyAsShort(T) - Method in interface com.landawn.abacus.util.function.ToShortFunction
 
applyAsShort(short, short) - Method in interface com.landawn.abacus.util.Try.ShortBinaryOperator
 
applyAsShort(short) - Method in interface com.landawn.abacus.util.Try.ShortUnaryOperator
 
applyAsShort(T) - Method in interface com.landawn.abacus.util.Try.ToShortFunction
 
applyByKey(Function<? super K, R>) - Static method in class com.landawn.abacus.util.Fn
 
applyByValue(Function<? super V, R>) - Static method in class com.landawn.abacus.util.Fn
 
applyKeyVal(BiFunction<? super K, ? super V, R>) - Static method in class com.landawn.abacus.util.Fn
 
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() - Method in class com.landawn.abacus.util.AbstractMatrix
 
Array - Class in com.landawn.abacus.util
 
array() - Method in class com.landawn.abacus.util.BooleanList
Returns the original element array without copying.
array() - Method in class com.landawn.abacus.util.ByteList
Returns the original element array without copying.
array() - Method in class com.landawn.abacus.util.CharList
Returns the original element array without copying.
array() - Method in class com.landawn.abacus.util.DoubleList
Returns the original element array without copying.
array() - Method in class com.landawn.abacus.util.FloatList
Returns the original element array without copying.
array() - Method in class com.landawn.abacus.util.IntList
Returns the original element array without copying.
array() - Method in class com.landawn.abacus.util.LongList
Returns the original element array without copying.
array() - Method in class com.landawn.abacus.util.ShortList
Returns the original element array without copying.
array2Collection(T, Object) - Static method in class com.landawn.abacus.util.N
The input collection is returned
array2List(Object) - Static method in class com.landawn.abacus.util.N
 
array2Set(Object) - Static method in class com.landawn.abacus.util.N
 
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(Class<T>, Object) - Static method in class com.landawn.abacus.util.N
Try to convert the specified sourceObject to the specified cls.
as(Type<T>, Object) - Static method in class com.landawn.abacus.util.N
 
asArray(T...) - Static method in class com.landawn.abacus.util.N
The input array is returned.
asArrayBlockingQueue(T...) - Static method in class com.landawn.abacus.util.N
 
asBoolean(String) - Static method in class com.landawn.abacus.util.N
Returns a Boolean with a value represented by the specified string.
asBoolean(Boolean) - Static method in class com.landawn.abacus.util.N
 
asByte(String) - Static method in class com.landawn.abacus.util.N
Returns the value by calling Byte.valueOf(String) if str is not null, otherwise, the default value 0 for byte is returned.
asByte(Number) - Static method in class com.landawn.abacus.util.N
 
asBytes() - Method in class com.landawn.abacus.hash.HashCode
Returns the value of this hash code as a byte array.
ASC - Static variable in class com.landawn.abacus.condition.ConditionFactory
 
ASC() - Constructor for class com.landawn.abacus.parser.AvroSerializationConfig.ASC
 
asCalendar(Calendar) - Static method in class com.landawn.abacus.util.DateUtil
 
asCalendar(Date) - Static method in class com.landawn.abacus.util.DateUtil
 
asCalendar(long) - Static method in class com.landawn.abacus.util.DateUtil
 
asCalendar(String) - Static method in class com.landawn.abacus.util.DateUtil
 
asCalendar(String, String) - Static method in class com.landawn.abacus.util.DateUtil
 
asCalendar(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.
asChar(String) - Static method in class com.landawn.abacus.util.N
 
asChar(Character) - Static method in class com.landawn.abacus.util.N
 
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.
asColumnTypes(String, Class) - Static method in class com.landawn.abacus.android.util.Fu
 
asColumnTypes(String, Class, String, Class) - Static method in class com.landawn.abacus.android.util.Fu
 
asColumnTypes(String, Class, String, Class, String, Class) - Static method in class com.landawn.abacus.android.util.Fu
 
asColumnTypes(Object...) - Static method in class com.landawn.abacus.android.util.Fu
 
asConcurrentLinkedDeque(T...) - Static method in class com.landawn.abacus.util.N
 
asConcurrentLinkedQueue(T...) - Static method in class com.landawn.abacus.util.N
 
asContentValues(String, Object) - Static method in class com.landawn.abacus.android.util.Fu
 
asContentValues(String, Object, String, Object) - Static method in class com.landawn.abacus.android.util.Fu
 
asContentValues(String, Object, String, Object, String, Object) - Static method in class com.landawn.abacus.android.util.Fu
 
asContentValues(Object...) - Static method in class com.landawn.abacus.android.util.Fu
 
asDate(Calendar) - Static method in class com.landawn.abacus.util.DateUtil
 
asDate(Date) - Static method in class com.landawn.abacus.util.DateUtil
 
asDate(long) - Static method in class com.landawn.abacus.util.DateUtil
 
asDate(String) - Static method in class com.landawn.abacus.util.DateUtil
 
asDate(String, String) - Static method in class com.landawn.abacus.util.DateUtil
 
asDate(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.
asDelayQueue(T...) - Static method in class com.landawn.abacus.util.N
 
asDeque(T...) - Static method in class com.landawn.abacus.util.N
 
asDouble(String) - Static method in class com.landawn.abacus.util.N
Returns the value by calling Double.valueOf(String) if str is not null, otherwise, the default value 0d for double is returned.
asDouble(Number) - Static method in class com.landawn.abacus.util.N
 
asDoubleStream() - Method in class com.landawn.abacus.util.stream.FloatStream
Returns a DoubleStream consisting of the elements of this stream, converted to double.
asDoubleStream() - Method in class com.landawn.abacus.util.stream.IntStream
Returns a DoubleStream consisting of the elements of this stream, converted to double.
asDoubleStream() - Method in class com.landawn.abacus.util.stream.LongStream
Returns a DoubleStream consisting of the elements of this stream, converted to double.
asFloat(String) - Static method in class com.landawn.abacus.util.N
Returns the value by calling Float.valueOf(String) if str is not null, otherwise, the default value 0f for float is returned.
asFloat(Number) - Static method in class com.landawn.abacus.util.N
 
asFloatStream() - Method in class com.landawn.abacus.util.stream.IntStream
Returns a FloatStream consisting of the elements of this stream, converted to double.
asFloatStream() - Method in class com.landawn.abacus.util.stream.LongStream
Returns a FloatStream consisting of the elements of this stream, converted to double.
asGregorianCalendar(Calendar) - Static method in class com.landawn.abacus.util.DateUtil
 
asGregorianCalendar(Date) - Static method in class com.landawn.abacus.util.DateUtil
 
asGregorianCalendar(long) - Static method in class com.landawn.abacus.util.DateUtil
 
asGregorianCalendar(String) - Static method in class com.landawn.abacus.util.DateUtil
 
asGregorianCalendar(String, String) - Static method in class com.landawn.abacus.util.DateUtil
 
asGregorianCalendar(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.
asin(String) - Static method in class com.landawn.abacus.condition.Expression
 
asinh(double) - Static method in class com.landawn.abacus.util.Maths
Compute the inverse hyperbolic sine of a number.
asInt() - Method in class com.landawn.abacus.hash.HashCode
Returns the first four bytes of this hashcode's bytes, converted to an int value in little-endian order.
asInt(String) - Static method in class com.landawn.abacus.util.N
Returns the value by calling Integer.valueOf(String) if str is not null, otherwise, the default value 0 for int is returned.
asInt(Number) - Static method in class com.landawn.abacus.util.N
 
asIntStream() - Method in class com.landawn.abacus.util.stream.ByteStream
Returns a LongStream consisting of the elements of this stream, converted to long.
asIntStream() - Method in class com.landawn.abacus.util.stream.CharStream
Returns a LongStream consisting of the elements of this stream, converted to long.
asIntStream() - Method in class com.landawn.abacus.util.stream.ShortStream
Returns a LongStream consisting of the elements of this stream, converted to long.
asItem(String, Object) - Static method in class com.landawn.abacus.util.DynamoDBExecutor
 
asItem(String, Object, String, Object) - Static method in class com.landawn.abacus.util.DynamoDBExecutor
 
asItem(String, Object, String, Object, String, Object) - Static method in class com.landawn.abacus.util.DynamoDBExecutor
 
asItem(Object...) - Static method in class com.landawn.abacus.util.DynamoDBExecutor
 
asJUDate(Calendar) - Static method in class com.landawn.abacus.util.DateUtil
 
asJUDate(Date) - Static method in class com.landawn.abacus.util.DateUtil
 
asJUDate(long) - Static method in class com.landawn.abacus.util.DateUtil
 
asJUDate(String) - Static method in class com.landawn.abacus.util.DateUtil
 
asJUDate(String, String) - Static method in class com.landawn.abacus.util.DateUtil
 
asJUDate(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.
asKey(String, Object) - Static method in class com.landawn.abacus.util.DynamoDBExecutor
 
asKey(String, Object, String, Object) - Static method in class com.landawn.abacus.util.DynamoDBExecutor
 
asKey(String, Object, String, Object, String, Object) - Static method in class com.landawn.abacus.util.DynamoDBExecutor
 
asKey(Object...) - Static method in class com.landawn.abacus.util.DynamoDBExecutor
 
asLinkedBlockingDeque(T...) - Static method in class com.landawn.abacus.util.N
 
asLinkedBlockingQueue(T...) - Static method in class com.landawn.abacus.util.N
 
asLinkedHashMap(k, v) - Static method in class com.landawn.abacus.util.N
 
asLinkedHashMap(k, v, k, v) - Static method in class com.landawn.abacus.util.N
 
asLinkedHashMap(k, v, k, v, k, v) - Static method in class com.landawn.abacus.util.N
 
asLinkedHashMap(k, v, k, v, k, v, k, v) - Static method in class com.landawn.abacus.util.N
 
asLinkedHashMap(k, v, k, v, k, v, k, v, k, v) - Static method in class com.landawn.abacus.util.N
 
asLinkedHashMap(k, v, k, v, k, v, k, v, k, v, k, v) - Static method in class com.landawn.abacus.util.N
 
asLinkedHashMap(k, v, k, v, k, v, k, v, k, v, k, v, k, v) - Static method in class com.landawn.abacus.util.N
 
asLinkedHashMap(Object...) - Static method in class com.landawn.abacus.util.N
 
asLinkedHashSet(T...) - Static method in class com.landawn.abacus.util.N
 
asLinkedList(T...) - Static method in class com.landawn.abacus.util.N
 
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.
asList(T) - Static method in class com.landawn.abacus.util.HBaseColumn
 
asList(T, long) - Static method in class com.landawn.abacus.util.HBaseColumn
 
asList(T...) - Static method in class com.landawn.abacus.util.N
 
asLong() - Method in class com.landawn.abacus.hash.HashCode
Returns the first eight bytes of this hashcode's bytes, converted to a long value in little-endian order.
asLong(String) - Static method in class com.landawn.abacus.util.N
Returns the value by calling Long.valueOf(String) if str is not null, otherwise, the default value 0 for long is returned.
asLong(Number) - Static method in class com.landawn.abacus.util.N
 
asLongStream() - Method in class com.landawn.abacus.util.stream.IntStream
Returns a LongStream consisting of the elements of this stream, converted to long.
asMap(T) - Static method in class com.landawn.abacus.util.HBaseColumn
 
asMap(T, long) - Static method in class com.landawn.abacus.util.HBaseColumn
 
asMap(k, v) - Static method in class com.landawn.abacus.util.N
 
asMap(k, v, k, v) - Static method in class com.landawn.abacus.util.N
 
asMap(k, v, k, v, k, v) - Static method in class com.landawn.abacus.util.N
 
asMap(k, v, k, v, k, v, k, v) - Static method in class com.landawn.abacus.util.N
 
asMap(k, v, k, v, k, v, k, v, k, v) - Static method in class com.landawn.abacus.util.N
 
asMap(k, v, k, v, k, v, k, v, k, v, k, v) - Static method in class com.landawn.abacus.util.N
 
asMap(k, v, k, v, k, v, k, v, k, v, k, v, k, v) - Static method in class com.landawn.abacus.util.N
 
asMap(Object...) - Static method in class com.landawn.abacus.util.N
 
asMultiset(T...) - Static method in class com.landawn.abacus.util.N
 
asNavigableSet(T...) - Static method in class com.landawn.abacus.util.N
 
asPriorityQueue(T...) - Static method in class com.landawn.abacus.util.N
 
asProps(Object...) - Static method in class com.landawn.abacus.util.N
 
asQueue(T...) - Static method in class com.landawn.abacus.util.N
 
asSet(T) - Static method in class com.landawn.abacus.util.HBaseColumn
 
asSet(T, long) - Static method in class com.landawn.abacus.util.HBaseColumn
 
asSet(T...) - Static method in class com.landawn.abacus.util.N
 
asShort(String) - Static method in class com.landawn.abacus.util.N
Returns the value by calling Short.valueOf(String) if str is not null, otherwise, the default value 0 for short is returned.
asShort(Number) - Static method in class com.landawn.abacus.util.N
 
asSingletonList(T) - Static method in class com.landawn.abacus.util.N
Wrap the specified value with a singleton list.
asSingletonMap(K, V) - Static method in class com.landawn.abacus.util.N
Wrap the specified key/value with a singleton map.
asSingletonSet(T) - Static method in class com.landawn.abacus.util.N
Wrap the specified value with a singleton set.
asSortedMap(T) - Static method in class com.landawn.abacus.util.HBaseColumn
Returns a sorted map descended by version
asSortedMap(T, Comparator<Long>) - Static method in class com.landawn.abacus.util.HBaseColumn
 
asSortedMap(T, long) - Static method in class com.landawn.abacus.util.HBaseColumn
Returns a sorted map descended by version
asSortedMap(T, long, Comparator<Long>) - Static method in class com.landawn.abacus.util.HBaseColumn
 
asSortedSet(T) - Static method in class com.landawn.abacus.util.HBaseColumn
Returns a sorted set descended by version
asSortedSet(T, Comparator<HBaseColumn<?>>) - Static method in class com.landawn.abacus.util.HBaseColumn
 
asSortedSet(T, long) - Static method in class com.landawn.abacus.util.HBaseColumn
Returns a sorted set descended by version
asSortedSet(T, long, Comparator<HBaseColumn<?>>) - Static method in class com.landawn.abacus.util.HBaseColumn
 
asSortedSet(T...) - Static method in class com.landawn.abacus.util.N
 
ASTERISK - Static variable in class com.landawn.abacus.util.SQLBuilder
 
asTime(Calendar) - Static method in class com.landawn.abacus.util.DateUtil
 
asTime(Date) - Static method in class com.landawn.abacus.util.DateUtil
 
asTime(long) - Static method in class com.landawn.abacus.util.DateUtil
 
asTime(String) - Static method in class com.landawn.abacus.util.DateUtil
 
asTime(String, String) - Static method in class com.landawn.abacus.util.DateUtil
 
asTime(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.
asTimestamp(Calendar) - Static method in class com.landawn.abacus.util.DateUtil
 
asTimestamp(Date) - Static method in class com.landawn.abacus.util.DateUtil
 
asTimestamp(long) - Static method in class com.landawn.abacus.util.DateUtil
 
asTimestamp(String) - Static method in class com.landawn.abacus.util.DateUtil
 
asTimestamp(String, String) - Static method in class com.landawn.abacus.util.DateUtil
 
asTimestamp(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.
asUpdateItem(String, Object) - Static method in class com.landawn.abacus.util.DynamoDBExecutor
 
asUpdateItem(String, Object, String, Object) - Static method in class com.landawn.abacus.util.DynamoDBExecutor
 
asUpdateItem(String, Object, String, Object, String, Object) - Static method in class com.landawn.abacus.util.DynamoDBExecutor
 
asUpdateItem(Object...) - Static method in class com.landawn.abacus.util.DynamoDBExecutor
 
asXMLGregorianCalendar(Calendar) - Static method in class com.landawn.abacus.util.DateUtil
 
asXMLGregorianCalendar(Date) - Static method in class com.landawn.abacus.util.DateUtil
 
asXMLGregorianCalendar(long) - Static method in class com.landawn.abacus.util.DateUtil
 
asXMLGregorianCalendar(String) - Static method in class com.landawn.abacus.util.DateUtil
 
asXMLGregorianCalendar(String, String) - Static method in class com.landawn.abacus.util.DateUtil
 
asXMLGregorianCalendar(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.
Async - Class in com.landawn.abacus.android.util
 
async() - Method in class com.landawn.abacus.util.DynamoDBExecutor
 
async() - Method in class com.landawn.abacus.util.HBaseExecutor
 
async() - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
async() - Method in class com.landawn.abacus.util.MongoDBExecutor
 
async() - Method in class com.landawn.abacus.util.SQLExecutor
 
async() - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
Async.SerialExecutor - Class in com.landawn.abacus.android.util
 
Async.TPExecutor - Class in com.landawn.abacus.android.util
 
Async.UIExecutor - Class in com.landawn.abacus.android.util
 
asyncAdd(String, T, long) - Method in class com.landawn.abacus.cache.SpyMemcached
 
asyncBatchInsert(Collection<?>, BatchStatement.Type) - Method in class com.landawn.abacus.util.CassandraExecutor
 
asyncBatchInsert(Class<?>, Collection<? extends Map<String, Object>>, BatchStatement.Type) - Method in class com.landawn.abacus.util.CassandraExecutor
 
asyncBatchUpdate(Collection<?>, BatchStatement.Type) - Method in class com.landawn.abacus.util.CassandraExecutor
 
asyncBatchUpdate(Collection<?>, Collection<String>, BatchStatement.Type) - Method in class com.landawn.abacus.util.CassandraExecutor
 
asyncBatchUpdate(Class<?>, Collection<? extends Map<String, Object>>, Collection<String>, BatchStatement.Type) - Method in class com.landawn.abacus.util.CassandraExecutor
 
asyncCount(Class<?>, Condition) - Method in class com.landawn.abacus.util.CassandraExecutor
 
asyncCount(String, Object...) - Method in class com.landawn.abacus.util.CassandraExecutor
 
asyncCount(String, Object...) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
asyncDelete(String) - Method in class com.landawn.abacus.cache.SpyMemcached
 
asyncDelete() - Method in class com.landawn.abacus.http.AbstractHttpClient
 
asyncDelete(Object) - Method in class com.landawn.abacus.http.AbstractHttpClient
 
asyncDelete(Object, Map<String, Object>) - Method in class com.landawn.abacus.http.AbstractHttpClient
 
asyncDelete(Class<T>) - Method in class com.landawn.abacus.http.AbstractHttpClient
 
asyncDelete(Class<T>, Object) - Method in class com.landawn.abacus.http.AbstractHttpClient
 
asyncDelete(Class<T>, Object, Map<String, Object>) - Method in class com.landawn.abacus.http.AbstractHttpClient
 
asyncDelete(String, Object, Map<String, Object>) - Static method in class com.landawn.abacus.http.HttpClient
 
asyncDelete(Class<T>, String, Object, Map<String, Object>) - Static method in class com.landawn.abacus.http.HttpClient
 
asyncDelete() - Method in class com.landawn.abacus.http.HttpClient.Request
 
asyncDelete(Class<T>) - Method in class com.landawn.abacus.http.HttpClient.Request
 
asyncDelete(Object) - Method in class com.landawn.abacus.http.HttpClient.Request
 
asyncDelete(Class<T>, Object) - Method in class com.landawn.abacus.http.HttpClient.Request
 
asyncDelete(String, Object, Map<String, Object>) - Static method in class com.landawn.abacus.http.OKHttpClient
 
asyncDelete(Class<T>, String, Object, Map<String, Object>) - Static method in class com.landawn.abacus.http.OKHttpClient
 
asyncDelete() - Method in class com.landawn.abacus.http.OKHttpClient.Request
 
asyncDelete(Class<T>) - Method in class com.landawn.abacus.http.OKHttpClient.Request
 
asyncDelete(Object) - Method in class com.landawn.abacus.http.OKHttpClient.Request
 
asyncDelete(Class<T>, Object) - Method in class com.landawn.abacus.http.OKHttpClient.Request
 
asyncDelete(Object) - Method in class com.landawn.abacus.util.CassandraExecutor
 
asyncDelete(Object, Collection<String>) - Method in class com.landawn.abacus.util.CassandraExecutor
 
asyncDelete(Class<?>, Object...) - Method in class com.landawn.abacus.util.CassandraExecutor
 
asyncDelete(Class<?>, Collection<String>, Object...) - Method in class com.landawn.abacus.util.CassandraExecutor
Delete the specified properties if propNames is not null or empty, otherwise, delete the whole record.
asyncDelete(Class<?>, Condition) - Method in class com.landawn.abacus.util.CassandraExecutor
 
asyncDelete(Class<?>, Collection<String>, Condition) - Method in class com.landawn.abacus.util.CassandraExecutor
Delete the specified properties if propNames is not null or empty, otherwise, delete the whole record.
asyncExecute(HttpMethod, Object) - Method in class com.landawn.abacus.http.AbstractHttpClient
 
asyncExecute(HttpMethod, Object, Map<String, Object>) - Method in class com.landawn.abacus.http.AbstractHttpClient
 
asyncExecute(Class<T>, HttpMethod, Object) - Method in class com.landawn.abacus.http.AbstractHttpClient
 
asyncExecute(Class<T>, HttpMethod, Object, Map<String, Object>) - Method in class com.landawn.abacus.http.AbstractHttpClient
 
asyncExecute(File, HttpMethod, Object, Map<String, Object>) - Method in class com.landawn.abacus.http.AbstractHttpClient
 
asyncExecute(OutputStream, HttpMethod, Object, Map<String, Object>) - Method in class com.landawn.abacus.http.AbstractHttpClient
 
asyncExecute(Writer, HttpMethod, Object, Map<String, Object>) - Method in class com.landawn.abacus.http.AbstractHttpClient
 
asyncExecute(String) - Method in class com.landawn.abacus.util.CassandraExecutor
 
asyncExecute(String, Object...) - Method in class com.landawn.abacus.util.CassandraExecutor
 
asyncExecute(Statement) - Method in class com.landawn.abacus.util.CassandraExecutor
 
asyncExecute(String) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
asyncExecute(String, Object...) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
asyncExecute(Query) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
asyncExecute(Query, long, TimeUnit) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
asyncExecute(Runnable) - Static method in class com.landawn.abacus.util.N
 
asyncExecute(Runnable, long) - Static method in class com.landawn.abacus.util.N
 
asyncExecute(Runnable...) - Static method in class com.landawn.abacus.util.N
 
asyncExecute(List<? extends Runnable>) - Static method in class com.landawn.abacus.util.N
 
asyncExecute(Callable<T>) - Static method in class com.landawn.abacus.util.N
 
asyncExecute(Callable<T>, long) - Static method in class com.landawn.abacus.util.N
 
asyncExecute(Callable<T>...) - Static method in class com.landawn.abacus.util.N
 
asyncExecute(Collection<? extends Callable<T>>) - Static method in class com.landawn.abacus.util.N
 
asyncExecute(Try.Runnable<? extends Exception>, int, long, Predicate<? super Exception>) - Static method in class com.landawn.abacus.util.N
 
asyncExecute(Callable<T>, int, long, BiPredicate<? super T, ? super Exception>) - Static method in class com.landawn.abacus.util.N
 
asyncExecute(Class<? extends RemoteTask<?, T>>) - Method in class com.landawn.abacus.util.RemoteExecutor
Execute the task on different remote servers in parallel with parameter.
asyncExecute(Class<? extends RemoteTask<?, T>>, Object) - Method in class com.landawn.abacus.util.RemoteExecutor
Execute the task on different remote servers in parallel with parameter.
asyncExecute(Class<? extends RemoteTask<?, T>>, Object, Map<String, Object>, Predicate<Pair<String, Object>>) - Method in class com.landawn.abacus.util.RemoteExecutor
Execute the task on different remote servers in parallel with parameter.
asyncExecute(Class<? extends RemoteTask<?, T>>, Map<String, ?>) - Method in class com.landawn.abacus.util.RemoteExecutor
Execute the task on different remote servers in parallel with different element in parameters.
asyncExecute(Class<? extends RemoteTask<?, T>>, Map<String, ?>, Map<String, Object>) - Method in class com.landawn.abacus.util.RemoteExecutor
Execute the task on different remote servers in parallel with different element in parameters.
asyncExecute(RemoteTask<?, T>) - Method in class com.landawn.abacus.util.RemoteExecutor
Execute the task on different remote servers in parallel with parameter.
asyncExecute(RemoteTask<?, T>, Object) - Method in class com.landawn.abacus.util.RemoteExecutor
Execute the task on different remote servers in parallel with parameter.
asyncExecute(RemoteTask<?, T>, Object, Map<String, Object>, Predicate<Pair<String, Object>>) - Method in class com.landawn.abacus.util.RemoteExecutor
Execute the task on different remote servers in parallel with parameter.
asyncExecute(RemoteTask<?, T>, Map<String, ?>) - Method in class com.landawn.abacus.util.RemoteExecutor
Execute the task on different remote servers in parallel with different element in parameters.
asyncExecute(RemoteTask<?, T>, Map<String, ?>, Map<String, Object>) - Method in class com.landawn.abacus.util.RemoteExecutor
Execute the task on different remote servers in parallel with different element in parameters.
AsyncExecutor - Class in com.landawn.abacus.util
 
AsyncExecutor() - Constructor for class com.landawn.abacus.util.AsyncExecutor
Create an instance of with default values: maxConcurrentThreadNumber = 8, keepAliveTime = 300, unit = TimeUnit.SECONDS.
AsyncExecutor(int, long, TimeUnit) - Constructor for class com.landawn.abacus.util.AsyncExecutor
 
AsyncExecutor(ExecutorService) - Constructor for class com.landawn.abacus.util.AsyncExecutor
 
asyncExists(Class<?>, Object...) - Method in class com.landawn.abacus.util.CassandraExecutor
 
asyncExists(Class<?>, Condition) - Method in class com.landawn.abacus.util.CassandraExecutor
 
asyncExists(String, Object...) - Method in class com.landawn.abacus.util.CassandraExecutor
Always remember to set "LIMIT 1" in the cql statement for better performance.
asyncExists(String, Object...) - Method in class com.landawn.abacus.util.CouchbaseExecutor
Always remember to set "LIMIT 1" in the sql statement for better performance.
asyncFind(Class<T>, Condition) - Method in class com.landawn.abacus.util.CassandraExecutor
 
asyncFind(Class<T>, Collection<String>, Condition) - Method in class com.landawn.abacus.util.CassandraExecutor
 
asyncFind(String, Object...) - Method in class com.landawn.abacus.util.CassandraExecutor
 
asyncFind(Class<T>, String, Object...) - Method in class com.landawn.abacus.util.CassandraExecutor
 
asyncFind(Class<T>, String, Object...) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
asyncFlushAll() - Method in class com.landawn.abacus.cache.SpyMemcached
 
asyncFlushAll(long) - Method in class com.landawn.abacus.cache.SpyMemcached
 
asyncGet(String) - Method in class com.landawn.abacus.cache.SpyMemcached
 
asyncGet() - Method in class com.landawn.abacus.http.AbstractHttpClient
 
asyncGet(Object) - Method in class com.landawn.abacus.http.AbstractHttpClient
 
asyncGet(Object, Map<String, Object>) - Method in class com.landawn.abacus.http.AbstractHttpClient
 
asyncGet(Class<T>) - Method in class com.landawn.abacus.http.AbstractHttpClient
 
asyncGet(Class<T>, Object) - Method in class com.landawn.abacus.http.AbstractHttpClient
 
asyncGet(Class<T>, Object, Map<String, Object>) - Method in class com.landawn.abacus.http.AbstractHttpClient
 
asyncGet(String, Object, Map<String, Object>) - Static method in class com.landawn.abacus.http.HttpClient
 
asyncGet(Class<T>, String, Object, Map<String, Object>) - Static method in class com.landawn.abacus.http.HttpClient
 
asyncGet() - Method in class com.landawn.abacus.http.HttpClient.Request
 
asyncGet(Class<T>) - Method in class com.landawn.abacus.http.HttpClient.Request
 
asyncGet(Object) - Method in class com.landawn.abacus.http.HttpClient.Request
 
asyncGet(Class<T>, Object) - Method in class com.landawn.abacus.http.HttpClient.Request
 
asyncGet(String, Object, Map<String, Object>) - Static method in class com.landawn.abacus.http.OKHttpClient
 
asyncGet(Class<T>, String, Object, Map<String, Object>) - Static method in class com.landawn.abacus.http.OKHttpClient
 
asyncGet() - Method in class com.landawn.abacus.http.OKHttpClient.Request
 
asyncGet(Class<T>) - Method in class com.landawn.abacus.http.OKHttpClient.Request
 
asyncGet(Object) - Method in class com.landawn.abacus.http.OKHttpClient.Request
 
asyncGet(Class<T>, Object) - Method in class com.landawn.abacus.http.OKHttpClient.Request
 
asyncGet(Class<T>, Object...) - Method in class com.landawn.abacus.util.CassandraExecutor
 
asyncGet(Class<T>, Collection<String>, Object...) - Method in class com.landawn.abacus.util.CassandraExecutor
 
asyncGet(Class<T>, Condition) - Method in class com.landawn.abacus.util.CassandraExecutor
 
asyncGet(Class<T>, Collection<String>, Condition) - Method in class com.landawn.abacus.util.CassandraExecutor
 
asyncGet(String) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
asyncGet(String, long, TimeUnit) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
asyncGet(Class<T>, String) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
asyncGet(Class<T>, String, long, TimeUnit) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
asyncGetBulk(String...) - Method in class com.landawn.abacus.cache.SpyMemcached
 
asyncGetBulk(Collection<String>) - Method in class com.landawn.abacus.cache.SpyMemcached
 
asyncGett(Class<T>, Object...) - Method in class com.landawn.abacus.util.CassandraExecutor
 
asyncGett(Class<T>, Collection<String>, Object...) - Method in class com.landawn.abacus.util.CassandraExecutor
 
asyncGett(Class<T>, Condition) - Method in class com.landawn.abacus.util.CassandraExecutor
 
asyncGett(Class<T>, Collection<String>, Condition) - Method in class com.landawn.abacus.util.CassandraExecutor
 
asyncGett(String) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
asyncGett(String, long, TimeUnit) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
asyncGett(Class<T>, String) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
asyncGett(Class<T>, String, long, TimeUnit) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
asyncInsert(Object) - Method in class com.landawn.abacus.util.CassandraExecutor
 
asyncInsert(Class<?>, Map<String, Object>) - Method in class com.landawn.abacus.util.CassandraExecutor
 
asyncInsert(T) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
asyncInsert(T, long, TimeUnit) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
asyncPost(Object) - Method in class com.landawn.abacus.http.AbstractHttpClient
 
asyncPost(Object, Map<String, Object>) - Method in class com.landawn.abacus.http.AbstractHttpClient
 
asyncPost(Class<T>, Object) - Method in class com.landawn.abacus.http.AbstractHttpClient
 
asyncPost(Class<T>, Object, Map<String, Object>) - Method in class com.landawn.abacus.http.AbstractHttpClient
 
asyncPost(Object) - Method in class com.landawn.abacus.http.HttpClient.Request
 
asyncPost(Class<T>, Object) - Method in class com.landawn.abacus.http.HttpClient.Request
 
asyncPost(Object) - Method in class com.landawn.abacus.http.OKHttpClient.Request
 
asyncPost(Class<T>, Object) - Method in class com.landawn.abacus.http.OKHttpClient.Request
 
asyncPut(Object) - Method in class com.landawn.abacus.http.AbstractHttpClient
 
asyncPut(Object, Map<String, Object>) - Method in class com.landawn.abacus.http.AbstractHttpClient
 
asyncPut(Class<T>, Object) - Method in class com.landawn.abacus.http.AbstractHttpClient
 
asyncPut(Class<T>, Object, Map<String, Object>) - Method in class com.landawn.abacus.http.AbstractHttpClient
 
asyncPut(Object) - Method in class com.landawn.abacus.http.HttpClient.Request
 
asyncPut(Class<T>, Object) - Method in class com.landawn.abacus.http.HttpClient.Request
 
asyncPut(Object) - Method in class com.landawn.abacus.http.OKHttpClient.Request
 
asyncPut(Class<T>, Object) - Method in class com.landawn.abacus.http.OKHttpClient.Request
 
asyncQuery(Class<T>, Condition) - Method in class com.landawn.abacus.util.CassandraExecutor
 
asyncQuery(Class<T>, Collection<String>, Condition) - Method in class com.landawn.abacus.util.CassandraExecutor
 
asyncQuery(String, Object...) - Method in class com.landawn.abacus.util.CassandraExecutor
 
asyncQuery(Class<?>, String, Object...) - Method in class com.landawn.abacus.util.CassandraExecutor
 
asyncQuery(String, Object...) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
asyncQuery(Class<?>, String, Object...) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
asyncQuery(Query) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
asyncQuery(Class<?>, Query) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
asyncQuery(Query, long, TimeUnit) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
asyncQuery(Class<?>, Query, long, TimeUnit) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
asyncQueryForBoolean(Class<T>, String, Condition) - Method in class com.landawn.abacus.util.CassandraExecutor
 
asyncQueryForBoolean(String, Object...) - Method in class com.landawn.abacus.util.CassandraExecutor
 
asyncQueryForBoolean(String, Object...) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
asyncQueryForByte(Class<T>, String, Condition) - Method in class com.landawn.abacus.util.CassandraExecutor
 
asyncQueryForByte(String, Object...) - Method in class com.landawn.abacus.util.CassandraExecutor
 
asyncQueryForByte(String, Object...) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
asyncQueryForChar(Class<T>, String, Condition) - Method in class com.landawn.abacus.util.CassandraExecutor
 
asyncQueryForChar(String, Object...) - Method in class com.landawn.abacus.util.CassandraExecutor
 
asyncQueryForChar(String, Object...) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
asyncQueryForDouble(Class<T>, String, Condition) - Method in class com.landawn.abacus.util.CassandraExecutor
 
asyncQueryForDouble(String, Object...) - Method in class com.landawn.abacus.util.CassandraExecutor
 
asyncQueryForDouble(String, Object...) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
asyncQueryForEntity(Class<T>, Condition) - Method in class com.landawn.abacus.util.CassandraExecutor
 
asyncQueryForEntity(Class<T>, Collection<String>, Condition) - Method in class com.landawn.abacus.util.CassandraExecutor
 
asyncQueryForEntity(Class<T>, String, Object...) - Method in class com.landawn.abacus.util.CassandraExecutor
 
asyncQueryForEntity(Class<T>, String, Object...) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
asyncQueryForFloat(Class<T>, String, Condition) - Method in class com.landawn.abacus.util.CassandraExecutor
 
asyncQueryForFloat(String, Object...) - Method in class com.landawn.abacus.util.CassandraExecutor
 
asyncQueryForFloat(String, Object...) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
asyncQueryForInt(Class<T>, String, Condition) - Method in class com.landawn.abacus.util.CassandraExecutor
 
asyncQueryForInt(String, Object...) - Method in class com.landawn.abacus.util.CassandraExecutor
 
asyncQueryForInt(String, Object...) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
asyncQueryForLong(Class<T>, String, Condition) - Method in class com.landawn.abacus.util.CassandraExecutor
 
asyncQueryForLong(String, Object...) - Method in class com.landawn.abacus.util.CassandraExecutor
 
asyncQueryForLong(String, Object...) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
asyncQueryForShort(Class<T>, String, Condition) - Method in class com.landawn.abacus.util.CassandraExecutor
 
asyncQueryForShort(String, Object...) - Method in class com.landawn.abacus.util.CassandraExecutor
 
asyncQueryForShort(String, Object...) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
asyncQueryForSingleResult(Class<T>, Class<E>, String, Condition) - Method in class com.landawn.abacus.util.CassandraExecutor
 
asyncQueryForSingleResult(Class<T>, String, Object...) - Method in class com.landawn.abacus.util.CassandraExecutor
 
asyncQueryForSingleResult(Class<T>, String, Object...) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
asyncQueryForString(Class<T>, String, Condition) - Method in class com.landawn.abacus.util.CassandraExecutor
 
asyncQueryForString(String, Object...) - Method in class com.landawn.abacus.util.CassandraExecutor
 
asyncQueryForString(String, Object...) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
asyncRemove(String) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
asyncRemove(String, long, TimeUnit) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
asyncRemove(Class<T>, String) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
asyncRemove(Class<T>, String, long, TimeUnit) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
asyncRemove(T) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
asyncRemove(T, long, TimeUnit) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
asyncReplace(String, T, long) - Method in class com.landawn.abacus.cache.SpyMemcached
 
asyncReplace(T) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
asyncReplace(T, long, TimeUnit) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
asyncSet(String, T, long) - Method in class com.landawn.abacus.cache.SpyMemcached
 
AsyncSQLExecutor - Class in com.landawn.abacus.util
Asynchronous SQLExecutor.
asyncStream(Class<T>, Condition) - Method in class com.landawn.abacus.util.CassandraExecutor
 
asyncStream(Class<T>, Collection<String>, Condition) - Method in class com.landawn.abacus.util.CassandraExecutor
 
asyncStream(String, Object...) - Method in class com.landawn.abacus.util.CassandraExecutor
 
asyncStream(Class<T>, String, Object...) - Method in class com.landawn.abacus.util.CassandraExecutor
 
asyncStream(String, Object...) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
asyncStream(Class<T>, String, Object...) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
asyncStream(Query) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
asyncStream(Class<T>, Query) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
asyncStream(Query, long, TimeUnit) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
asyncStream(Class<T>, Query, long, TimeUnit) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
asyncUpdate(Object) - Method in class com.landawn.abacus.util.CassandraExecutor
 
asyncUpdate(Object, Collection<String>) - Method in class com.landawn.abacus.util.CassandraExecutor
 
asyncUpdate(Class<?>, Map<String, Object>, Condition) - Method in class com.landawn.abacus.util.CassandraExecutor
 
asyncUpsert(T) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
asyncUpsert(T, long, TimeUnit) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
atan(String) - Static method in class com.landawn.abacus.condition.Expression
 
atanh(double) - Static method in class com.landawn.abacus.util.Maths
Compute the inverse hyperbolic tangent of a number.
attrValueOf(Object) - Static method in class com.landawn.abacus.util.DynamoDBExecutor
Set value to null by withNULL(Boolean.TRUE) if the specified value is null, or set it to Boolean by setBOOL((Boolean) value) if it's Boolean, or set it to ByteBuffer by setB((ByteBuffer) value) if it's ByteBuffer, otherwise, set it to String by setS(N.stringOf(value)) for other types.
attrValueUpdateOf(Object) - Static method in class com.landawn.abacus.util.DynamoDBExecutor
Returns the AttributeValueUpdate with default AttributeAction.PUT
attrValueUpdateOf(Object, AttributeAction) - Static method in class com.landawn.abacus.util.DynamoDBExecutor
 
AUTHORIZATION - Static variable in class com.landawn.abacus.http.HTTP
 
average(String) - Static method in class com.landawn.abacus.condition.Expression
 
average() - Method in class com.landawn.abacus.util.ByteList
 
average(int, int) - Method in class com.landawn.abacus.util.ByteList
 
average() - Method in class com.landawn.abacus.util.BytePair
 
average() - Method in class com.landawn.abacus.util.ByteTriple
 
average() - Method in class com.landawn.abacus.util.CharList
 
average(int, int) - Method in class com.landawn.abacus.util.CharList
 
average() - Method in class com.landawn.abacus.util.CharPair
 
average() - Method in class com.landawn.abacus.util.CharTriple
 
average() - Method in class com.landawn.abacus.util.DoubleList
 
average(int, int) - Method in class com.landawn.abacus.util.DoubleList
 
average() - Method in class com.landawn.abacus.util.DoublePair
 
average() - Method in class com.landawn.abacus.util.DoubleTriple
 
average() - Method in class com.landawn.abacus.util.FloatList
 
average(int, int) - Method in class com.landawn.abacus.util.FloatList
 
average() - Method in class com.landawn.abacus.util.FloatPair
 
average() - Method in class com.landawn.abacus.util.FloatTriple
 
average() - Method in class com.landawn.abacus.util.IntList
 
average(int, int) - Method in class com.landawn.abacus.util.IntList
 
average() - Method in class com.landawn.abacus.util.IntPair
 
average() - Method in class com.landawn.abacus.util.IntTriple
 
average() - Method in class com.landawn.abacus.util.LongList
 
average(int, int) - Method in class com.landawn.abacus.util.LongList
 
average() - Method in class com.landawn.abacus.util.LongPair
 
average() - Method in class com.landawn.abacus.util.LongTriple
 
average(char...) - Static method in class com.landawn.abacus.util.N
 
average(char[], int, int) - Static method in class com.landawn.abacus.util.N
 
average(byte...) - Static method in class com.landawn.abacus.util.N
 
average(byte[], int, int) - Static method in class com.landawn.abacus.util.N
 
average(short...) - Static method in class com.landawn.abacus.util.N
 
average(short[], int, int) - Static method in class com.landawn.abacus.util.N
 
average(int...) - Static method in class com.landawn.abacus.util.N
 
average(int[], int, int) - Static method in class com.landawn.abacus.util.N
 
average(long...) - Static method in class com.landawn.abacus.util.N
 
average(long[], int, int) - Static method in class com.landawn.abacus.util.N
 
average(float...) - Static method in class com.landawn.abacus.util.N
 
average(float[], int, int) - Static method in class com.landawn.abacus.util.N
 
average(double...) - Static method in class com.landawn.abacus.util.N
 
average(double[], int, int) - Static method in class com.landawn.abacus.util.N
 
average() - Method in class com.landawn.abacus.util.ShortList
 
average(int, int) - Method in class com.landawn.abacus.util.ShortList
 
average() - Method in class com.landawn.abacus.util.ShortPair
 
average() - Method in class com.landawn.abacus.util.ShortTriple
 
average() - Method in class com.landawn.abacus.util.stream.ByteStream
 
average() - Method in class com.landawn.abacus.util.stream.CharStream
 
average() - Method in class com.landawn.abacus.util.stream.DoubleStream
Returns an OptionalDouble describing the arithmetic mean of elements of this stream, or an empty optional if this stream is empty.
average() - Method in class com.landawn.abacus.util.stream.FloatStream
Returns an OptionalFloat describing the arithmetic mean of elements of this stream, or an empty optional if this stream is empty.
average() - Method in class com.landawn.abacus.util.stream.IntStream
Returns an OptionalDouble describing the arithmetic mean of elements of this stream, or an empty optional if this stream is empty.
average() - Method in class com.landawn.abacus.util.stream.LongStream
Returns an OptionalDouble describing the arithmetic mean of elements of this stream, or an empty optional if this stream is empty.
average() - Method in class com.landawn.abacus.util.stream.ShortStream
 
averageDouble(T[]) - Static method in class com.landawn.abacus.util.N
 
averageDouble(T[], int, int) - Static method in class com.landawn.abacus.util.N
 
averageDouble(T[], Try.ToDoubleFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
averageDouble(T[], int, int, Try.ToDoubleFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
averageDouble(Collection<? extends T>) - Static method in class com.landawn.abacus.util.N
 
averageDouble(Collection<? extends T>, int, int) - Static method in class com.landawn.abacus.util.N
 
averageDouble(Collection<? extends T>, Try.ToDoubleFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
averageDouble(Collection<? extends T>, int, int, Try.ToDoubleFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
averageDouble() - Method in class com.landawn.abacus.util.Seq
 
averageDouble(Try.ToDoubleFunction<? super T, E>) - Method in class com.landawn.abacus.util.Seq
 
averageDouble(ToDoubleFunction<? super T>) - Method in class com.landawn.abacus.util.stream.Stream
 
averageInt(T[]) - Static method in class com.landawn.abacus.util.N
 
averageInt(T[], int, int) - Static method in class com.landawn.abacus.util.N
 
averageInt(T[], Try.ToIntFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
averageInt(T[], int, int, Try.ToIntFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
averageInt(Collection<? extends T>) - Static method in class com.landawn.abacus.util.N
 
averageInt(Collection<? extends T>, int, int) - Static method in class com.landawn.abacus.util.N
 
averageInt(Collection<? extends T>, Try.ToIntFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
averageInt(Collection<? extends T>, int, int, Try.ToIntFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
averageInt() - Method in class com.landawn.abacus.util.Seq
 
averageInt(Try.ToIntFunction<? super T, E>) - Method in class com.landawn.abacus.util.Seq
 
averageInt(ToIntFunction<? super T>) - Method in class com.landawn.abacus.util.stream.Stream
 
averageLong(T[]) - Static method in class com.landawn.abacus.util.N
 
averageLong(T[], int, int) - Static method in class com.landawn.abacus.util.N
 
averageLong(T[], Try.ToLongFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
averageLong(T[], int, int, Try.ToLongFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
averageLong(Collection<? extends T>) - Static method in class com.landawn.abacus.util.N
 
averageLong(Collection<? extends T>, int, int) - Static method in class com.landawn.abacus.util.N
 
averageLong(Collection<? extends T>, Try.ToLongFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
averageLong(Collection<? extends T>, int, int, Try.ToLongFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
averageLong() - Method in class com.landawn.abacus.util.Seq
 
averageLong(Try.ToLongFunction<? super T, E>) - Method in class com.landawn.abacus.util.Seq
 
averageLong(ToLongFunction<? super T>) - Method in class com.landawn.abacus.util.stream.Stream
 
averageOfOccurrences() - Method in class com.landawn.abacus.util.LongMultiset
 
averageOfOccurrences() - Method in class com.landawn.abacus.util.Multiset
 
averagingBigDecimal(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
 
averagingDoubble(ToDoubleFunction<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
averagingDouble(ToDoubleFunction<? super T>) - Static method in class com.landawn.abacus.util.Fn
 
averagingDouble(ToDoubleFunction<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
Returns a Collector that produces the arithmetic mean of a double-valued function applied to the input elements.
averagingInt(ToIntFunction<? super T>) - Static method in class com.landawn.abacus.util.Fn
 
averagingInt(ToIntFunction<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
Returns a Collector that produces the arithmetic mean of an integer-valued function applied to the input elements.
averagingIntt(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.Fn
 
averagingLong(ToLongFunction<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
Returns a Collector that produces the arithmetic mean of a long-valued function applied to the input elements.
averagingLongg(ToLongFunction<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
AvroDeserializationConfig - Class in com.landawn.abacus.parser
 
AvroDeserializationConfig() - Constructor for class com.landawn.abacus.parser.AvroDeserializationConfig
 
AvroDeserializationConfig.ADC - Class in com.landawn.abacus.parser
 
AvroParser - 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.
AvroParser() - Constructor for class com.landawn.abacus.parser.AvroParser
 
AvroSerializationConfig - Class in com.landawn.abacus.parser
 
AvroSerializationConfig() - Constructor for class com.landawn.abacus.parser.AvroSerializationConfig
 
AvroSerializationConfig.ASC - Class in com.landawn.abacus.parser
 
AWSJSONUtil - Class in com.landawn.abacus.util
 

B

Base64 - Class in com.landawn.abacus.util
Note: It's copied from OpenJDK at: http://hg.openjdk.java.net/jdk8u/hs-dev/jdk
This class consists exclusively of static methods for obtaining encoders and decoders for the Base64 encoding scheme.
Base64.Decoder - Class in com.landawn.abacus.util
This class implements a decoder for decoding byte data using the Base64 encoding scheme as specified in RFC 4648 and RFC 2045.
Base64.Encoder - Class in com.landawn.abacus.util
This class implements an encoder for encoding byte data using the Base64 encoding scheme as specified in RFC 4648 and RFC 2045.
base64Decode(String) - Static method in class com.landawn.abacus.util.N
 
base64Encode(byte[]) - Static method in class com.landawn.abacus.util.N
 
base64MimeDecode(String) - Static method in class com.landawn.abacus.util.N
 
base64MimeEncode(byte[]) - Static method in class com.landawn.abacus.util.N
 
base64UrlDecode(String) - Static method in class com.landawn.abacus.util.N
 
base64UrlEncode(byte[]) - Static method in class com.landawn.abacus.util.N
 
BaseStream<T,A,P,C,PL,OT,IT,S extends BaseStream<T,A,P,C,PL,OT,IT,S>> - Interface in com.landawn.abacus.util.stream
Note: It's copied from OpenJDK at: http://hg.openjdk.java.net/jdk8u/hs-dev/jdk
Base interface for streams, which are sequences of elements supporting sequential and parallel aggregate operations.
BaseStream.Splitor - Enum in com.landawn.abacus.util.stream
 
BATCH_SIZE - Static variable in class com.landawn.abacus.util.SQLMapper
 
batchAdd(Collection<?>) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
batchAdd(Collection<?>, int) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
batchAdd(Collection<?>, int, IsolationLevel) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
batchAdd(Connection, Collection<?>) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
batchAdd(Connection, Collection<?>, int) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
batchAdd(Collection<?>) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
Insert All the records by batch operation.
batchAdd(Collection<?>, int) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
batchAdd(Collection<?>, int, IsolationLevel) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
batchAdd(Connection, Collection<?>) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
batchAdd(Connection, Collection<?>, int) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
Insert All the records by batch operation.
batchCoprocessorService(String, Descriptors.MethodDescriptor, Message, Object, Object, R) - Method in class com.landawn.abacus.util.HBaseExecutor
 
batchCoprocessorService(String, Descriptors.MethodDescriptor, Message, Object, Object, R, Batch.Callback<R>) - Method in class com.landawn.abacus.util.HBaseExecutor
 
batchDelete(Collection<?>) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
batchDelete(Collection<?>, int) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
batchDelete(Collection<?>, int, IsolationLevel) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
batchDelete(Connection, Collection<?>) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
batchDelete(Connection, Collection<?>, int) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
batchDelete(Collection<?>) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
Delete all the records by batch operation.
batchDelete(Collection<?>, int) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
Delete all the records by batch operation.
batchDelete(Collection<?>, int, IsolationLevel) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
Delete all the records by batch operation.
batchDelete(Connection, Collection<?>) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
Delete all the records by batch operation.
batchDelete(Connection, Collection<?>, int) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
Delete all the records by batch operation.
batchGet(List<?>) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
batchGet(List<?>, String...) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
batchGet(List<?>, Collection<String>) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
batchGet(Connection, List<?>, Collection<String>, int) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
batchGet(List<?>) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
batchGet(List<?>, String...) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
batchGet(List<?>, Collection<String>) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
batchGet(Connection, List<?>, Collection<String>, int) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
batchGetItem(Map<String, KeysAndAttributes>) - Method in class com.landawn.abacus.util.DynamoDBExecutor
 
batchGetItem(Map<String, KeysAndAttributes>, String) - Method in class com.landawn.abacus.util.DynamoDBExecutor
 
batchGetItem(BatchGetItemRequest) - Method in class com.landawn.abacus.util.DynamoDBExecutor
 
batchGetItem(Class<T>, Map<String, KeysAndAttributes>) - Method in class com.landawn.abacus.util.DynamoDBExecutor
 
batchGetItem(Class<T>, Map<String, KeysAndAttributes>, String) - Method in class com.landawn.abacus.util.DynamoDBExecutor
 
batchGetItem(Class<T>, BatchGetItemRequest) - Method in class com.landawn.abacus.util.DynamoDBExecutor
 
batchInsert(String, List<?>) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
batchInsert(String, SQLExecutor.StatementSetter, List<?>) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
batchInsert(String, SQLExecutor.StatementSetter, SQLExecutor.JdbcSettings, List<?>) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
batchInsert(Connection, String, List<?>) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
batchInsert(Connection, String, SQLExecutor.StatementSetter, List<?>) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
batchInsert(Connection, String, SQLExecutor.StatementSetter, SQLExecutor.JdbcSettings, List<?>) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
batchInsert(Collection<?>, BatchStatement.Type) - Method in class com.landawn.abacus.util.CassandraExecutor
 
batchInsert(Class<?>, Collection<? extends Map<String, Object>>, BatchStatement.Type) - Method in class com.landawn.abacus.util.CassandraExecutor
 
batchInsert(Collection<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.E
Generate the MySQL style batch insert sql.
batchInsert(Collection<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.E2
Generate the MySQL style batch insert sql.
batchInsert(Collection<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.E3
Generate the MySQL style batch insert sql.
batchInsert(Collection<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.NE
Generate the MySQL style batch insert sql.
batchInsert(Collection<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.NE2
Generate the MySQL style batch insert sql.
batchInsert(Collection<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.NE3
Generate the MySQL style batch insert sql.
batchInsert(Collection<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.RE
Generate the MySQL style batch insert sql.
batchInsert(Collection<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.RE2
Generate the MySQL style batch insert sql.
batchInsert(Collection<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.RE3
Generate the MySQL style batch insert sql.
batchInsert(Collection<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE
Generate the MySQL style batch insert sql.
batchInsert(Collection<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE2
Generate the MySQL style batch insert sql.
batchInsert(Collection<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE3
Generate the MySQL style batch insert sql.
batchInsert(String, List<?>) - Method in class com.landawn.abacus.util.SQLExecutor
 
batchInsert(String, SQLExecutor.StatementSetter, List<?>) - Method in class com.landawn.abacus.util.SQLExecutor
 
batchInsert(String, SQLExecutor.StatementSetter, SQLExecutor.JdbcSettings, List<?>) - Method in class com.landawn.abacus.util.SQLExecutor
 
batchInsert(Connection, String, List<?>) - Method in class com.landawn.abacus.util.SQLExecutor
 
batchInsert(Connection, String, SQLExecutor.StatementSetter, List<?>) - Method in class com.landawn.abacus.util.SQLExecutor
 
batchInsert(Connection, String, SQLExecutor.StatementSetter, SQLExecutor.JdbcSettings, List<?>) - Method in class com.landawn.abacus.util.SQLExecutor
 
batchOf(List<?>, int...) - Static method in class com.landawn.abacus.util.SQLExecutor.TypedParameters
 
batchPrepareCall(Connection, String, List<?>) - Static method in class com.landawn.abacus.util.JdbcUtil
 
batchPrepareStatement(Connection, String, List<?>) - Static method in class com.landawn.abacus.util.JdbcUtil
 
batchUpdate(String, List<?>) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
batchUpdate(String, SQLExecutor.StatementSetter, List<?>) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
batchUpdate(String, SQLExecutor.StatementSetter, SQLExecutor.JdbcSettings, List<?>) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
batchUpdate(Connection, String, List<?>) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
batchUpdate(Connection, String, SQLExecutor.StatementSetter, List<?>) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
batchUpdate(Connection, String, SQLExecutor.StatementSetter, SQLExecutor.JdbcSettings, List<?>) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
batchUpdate(Collection<?>, BatchStatement.Type) - Method in class com.landawn.abacus.util.CassandraExecutor
 
batchUpdate(Collection<?>, Collection<String>, BatchStatement.Type) - Method in class com.landawn.abacus.util.CassandraExecutor
 
batchUpdate(Class<?>, Collection<? extends Map<String, Object>>, Collection<String>, BatchStatement.Type) - Method in class com.landawn.abacus.util.CassandraExecutor
 
batchUpdate(Collection<?>) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
batchUpdate(Collection<?>, int) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
batchUpdate(Collection<?>, int, IsolationLevel) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
batchUpdate(Connection, Collection<?>) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
batchUpdate(Connection, Collection<?>, int) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
batchUpdate(String, List<?>) - Method in class com.landawn.abacus.util.SQLExecutor
 
batchUpdate(String, SQLExecutor.StatementSetter, List<?>) - Method in class com.landawn.abacus.util.SQLExecutor
 
batchUpdate(String, SQLExecutor.StatementSetter, SQLExecutor.JdbcSettings, List<?>) - Method in class com.landawn.abacus.util.SQLExecutor
 
batchUpdate(Connection, String, List<?>) - Method in class com.landawn.abacus.util.SQLExecutor
 
batchUpdate(Connection, String, SQLExecutor.StatementSetter, List<?>) - Method in class com.landawn.abacus.util.SQLExecutor
 
batchUpdate(Connection, String, SQLExecutor.StatementSetter, SQLExecutor.JdbcSettings, List<?>) - Method in class com.landawn.abacus.util.SQLExecutor
 
batchUpdate(Collection<?>) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
Update All the records by batch operation.
batchUpdate(Collection<?>, int) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
Update All the records by batch operation.
batchUpdate(Collection<?>, int, IsolationLevel) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
batchUpdate(Connection, Collection<?>) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
batchUpdate(Connection, Collection<?>, int) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
batchWriteItem(Map<String, List<WriteRequest>>) - Method in class com.landawn.abacus.util.DynamoDBExecutor
 
batchWriteItem(BatchWriteItemRequest) - Method in class com.landawn.abacus.util.DynamoDBExecutor
 
beforeTextChanged(Consumer<? super String>) - Method in class com.landawn.abacus.android.util.Observer.TextViewObserver
 
beforeTextChanged(Consumer<? super String>, Consumer<? super Exception>) - Method in class com.landawn.abacus.android.util.Observer.TextViewObserver
 
beforeTextChanged(Consumer<? super String>, Consumer<? super Exception>, Runnable) - Method in class com.landawn.abacus.android.util.Observer.TextViewObserver
 
beforeTextChangged(Consumer<? super Tuple.Tuple4<CharSequence, Integer, Integer, Integer>>) - Method in class com.landawn.abacus.android.util.Observer.TextViewObserver
 
beforeTextChangged(Consumer<? super Tuple.Tuple4<CharSequence, Integer, Integer, Integer>>, Consumer<? super Exception>) - Method in class com.landawn.abacus.android.util.Observer.TextViewObserver
 
beforeTextChangged(Consumer<? super Tuple.Tuple4<CharSequence, Integer, Integer, Integer>>, Consumer<? super Exception>, Runnable) - Method in class com.landawn.abacus.android.util.Observer.TextViewObserver
 
beginsWith(String, Object) - Static method in class com.landawn.abacus.util.DynamoDBExecutor.Filters
 
beginTransaction() - Method in class com.landawn.abacus.android.util.SQLiteExecutor
 
beginTransaction(Connection, IsolationLevel) - Static method in class com.landawn.abacus.util.JdbcUtil
 
beginTransaction(IsolationLevel) - Method in class com.landawn.abacus.util.SQLExecutor
The connection opened in the transaction will be automatically closed after the transaction is committed or rolled back.
beginTransactionNonExclusive() - Method in class com.landawn.abacus.android.util.SQLiteExecutor
 
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.
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
Checks if the value/element: minValue < e < maxValue.
between(byte, byte) - Static method in interface com.landawn.abacus.util.function.BytePredicate
 
between(char, char) - Static method in interface com.landawn.abacus.util.function.CharPredicate
 
between(double, double) - Static method in interface com.landawn.abacus.util.function.DoublePredicate
 
between(float, float) - Static method in interface com.landawn.abacus.util.function.FloatPredicate
 
between(int, int) - Static method in interface com.landawn.abacus.util.function.IntPredicate
 
between(long, long) - Static method in interface com.landawn.abacus.util.function.LongPredicate
 
between(T, T) - Static method in interface com.landawn.abacus.util.function.Predicate
 
between(short, short) - Static method in interface com.landawn.abacus.util.function.ShortPredicate
 
BiConsumer<T,U> - Interface in com.landawn.abacus.util.function
BiFunction<T,U,R> - Interface in com.landawn.abacus.util.function
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
 
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
binarySearch(byte) - Method in class com.landawn.abacus.util.ByteList
This List should be sorted first.
binarySearch(int, int, byte) - Method in class com.landawn.abacus.util.ByteList
This List should be sorted first.
binarySearch(char) - Method in class com.landawn.abacus.util.CharList
This List should be sorted first.
binarySearch(int, int, char) - Method in class com.landawn.abacus.util.CharList
This List should be sorted first.
binarySearch(double) - Method in class com.landawn.abacus.util.DoubleList
This List should be sorted first.
binarySearch(int, int, double) - Method in class com.landawn.abacus.util.DoubleList
This List should be sorted first.
binarySearch(float) - Method in class com.landawn.abacus.util.FloatList
This List should be sorted first.
binarySearch(int, int, float) - Method in class com.landawn.abacus.util.FloatList
This List should be sorted first.
binarySearch(int) - Method in class com.landawn.abacus.util.IntList
This List should be sorted first.
binarySearch(int, int, int) - Method in class com.landawn.abacus.util.IntList
This List should be sorted first.
binarySearch(long) - Method in class com.landawn.abacus.util.LongList
This List should be sorted first.
binarySearch(int, int, long) - Method in class com.landawn.abacus.util.LongList
This List should be sorted first.
binarySearch(char[], char) - Static method in class com.landawn.abacus.util.N
Arrays.binarySearch(char[], char)
binarySearch(char[], int, int, char) - Static method in class com.landawn.abacus.util.N
Arrays.binarySearch(char[], int, int, char)
binarySearch(byte[], byte) - Static method in class com.landawn.abacus.util.N
Arrays.binarySearch(byte[], byte)
binarySearch(byte[], int, int, byte) - Static method in class com.landawn.abacus.util.N
Arrays.binarySearch(byte[], int, int, byte)
binarySearch(short[], short) - Static method in class com.landawn.abacus.util.N
Arrays.binarySearch(short[], short)
binarySearch(short[], int, int, short) - Static method in class com.landawn.abacus.util.N
Arrays.binarySearch(short[], int, int, short)
binarySearch(int[], int) - Static method in class com.landawn.abacus.util.N
Arrays.binarySearch(int[], int)
binarySearch(int[], int, int, int) - Static method in class com.landawn.abacus.util.N
Arrays.binarySearch(int[], int, int, int)
binarySearch(long[], long) - Static method in class com.landawn.abacus.util.N
Arrays.binarySearch(long[], long)
binarySearch(long[], int, int, long) - Static method in class com.landawn.abacus.util.N
Arrays.binarySearch(long[], int, int, long)
binarySearch(float[], float) - Static method in class com.landawn.abacus.util.N
Arrays.binarySearch(float[], float)
binarySearch(float[], int, int, float) - Static method in class com.landawn.abacus.util.N
Arrays.binarySearch(float[], int, int, float)
binarySearch(double[], double) - Static method in class com.landawn.abacus.util.N
Arrays.binarySearch(double[], double)
binarySearch(double[], int, int, double) - Static method in class com.landawn.abacus.util.N
Arrays.binarySearch(double[], int, int, double)
binarySearch(Object[], Object) - Static method in class com.landawn.abacus.util.N
Arrays.binarySearch(Object[], Object)
binarySearch(Object[], int, int, Object) - Static method in class com.landawn.abacus.util.N
Arrays.binarySearch(Object[], int, int, Object)
binarySearch(T[], T, Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
Arrays.binarySearch(Object[], Object, Comparator)
binarySearch(T[], int, int, T, Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
Arrays.binarySearch(Object[], int, int, Object, Comparator)
binarySearch(List<? extends T>, T) - Static method in class com.landawn.abacus.util.N
Collections.binarySearch(List, Object)
binarySearch(List<? extends T>, int, int, T) - Static method in class com.landawn.abacus.util.N
 
binarySearch(List<? extends T>, T, Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
 
binarySearch(List<? extends T>, int, int, T, Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
 
binarySearch(short) - Method in class com.landawn.abacus.util.ShortList
This List should be sorted first.
binarySearch(int, int, short) - Method in class com.landawn.abacus.util.ShortList
This List should be sorted first.
binnomial(int, int) - Static method in class com.landawn.abacus.util.Maths
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.Maths
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.Maths
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
bits() - Method in class com.landawn.abacus.hash.HashCode
Returns the number of bits in this hash code; a positive multiple of 8.
bits() - Method in interface com.landawn.abacus.hash.HashFunction
Returns the number of bits (a multiple of 32) that each hash code produced by this hash function has.
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
 
BloomFilter<T> - Class in com.landawn.abacus.hash
Note: It's copied from Google Guava under Apache License 2.0 A Bloom filter for instances of T.
BooleanBiConsumer - Interface in com.landawn.abacus.util.function
 
BooleanBiFunction<R> - Interface in com.landawn.abacus.util.function
 
BooleanBinaryOperator - 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
 
BooleanIterator - Class in com.landawn.abacus.util
 
BooleanIterator() - Constructor for class com.landawn.abacus.util.BooleanIterator
 
BooleanList - Class in com.landawn.abacus.util
 
BooleanList() - Constructor for class com.landawn.abacus.util.BooleanList
 
BooleanList(int) - Constructor for class com.landawn.abacus.util.BooleanList
 
BooleanList(boolean[]) - Constructor for class com.landawn.abacus.util.BooleanList
The specified array is used as the element array for this list without copying action.
BooleanList(boolean[], int) - Constructor for class com.landawn.abacus.util.BooleanList
 
BooleanMatrix - Class in com.landawn.abacus.util
 
BooleanMatrix(boolean[][]) - Constructor for class com.landawn.abacus.util.BooleanMatrix
 
BooleanNConsumer - Interface in com.landawn.abacus.util.function
 
BooleanNFunction<R> - Interface in com.landawn.abacus.util.function
 
BooleanPair - Class in com.landawn.abacus.util
 
BooleanPredicate - Interface in com.landawn.abacus.util.function
 
BooleanSupplier - Interface in com.landawn.abacus.util.function
BooleanTriConsumer - Interface in com.landawn.abacus.util.function
 
BooleanTriFunction<R> - Interface in com.landawn.abacus.util.function
 
BooleanTriple - Class in com.landawn.abacus.util
 
BooleanTriPredicate - Interface in com.landawn.abacus.util.function
 
BooleanUnaryOperator - 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.f
 
box(boolean[][]) - Static method in class com.landawn.abacus.util.f
 
box(boolean[][][]) - Static method in class com.landawn.abacus.util.f
 
box(char[]) - Static method in class com.landawn.abacus.util.f
 
box(char[][]) - Static method in class com.landawn.abacus.util.f
 
box(char[][][]) - Static method in class com.landawn.abacus.util.f
 
box(byte[]) - Static method in class com.landawn.abacus.util.f
 
box(byte[][]) - Static method in class com.landawn.abacus.util.f
 
box(byte[][][]) - Static method in class com.landawn.abacus.util.f
 
box(short[]) - Static method in class com.landawn.abacus.util.f
 
box(short[][]) - Static method in class com.landawn.abacus.util.f
 
box(short[][][]) - Static method in class com.landawn.abacus.util.f
 
box(int[]) - Static method in class com.landawn.abacus.util.f
 
box(int[][]) - Static method in class com.landawn.abacus.util.f
 
box(int[][][]) - Static method in class com.landawn.abacus.util.f
 
box(long[]) - Static method in class com.landawn.abacus.util.f
 
box(long[][]) - Static method in class com.landawn.abacus.util.f
 
box(long[][][]) - Static method in class com.landawn.abacus.util.f
 
box(float[]) - Static method in class com.landawn.abacus.util.f
 
box(float[][]) - Static method in class com.landawn.abacus.util.f
 
box(float[][][]) - Static method in class com.landawn.abacus.util.f
 
box(double[]) - Static method in class com.landawn.abacus.util.f
 
box(double[][]) - Static method in class com.landawn.abacus.util.f
 
box(double[][][]) - Static method in class com.landawn.abacus.util.f
 
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
 
boxed() - Method in class com.landawn.abacus.util.BooleanList
 
boxed(int, int) - Method in class com.landawn.abacus.util.BooleanList
 
boxed() - Method in class com.landawn.abacus.util.BooleanMatrix
 
boxed() - Method in class com.landawn.abacus.util.ByteList
 
boxed(int, int) - Method in class com.landawn.abacus.util.ByteList
 
boxed() - Method in class com.landawn.abacus.util.ByteMatrix
 
boxed() - Method in class com.landawn.abacus.util.CharList
 
boxed(int, int) - Method in class com.landawn.abacus.util.CharList
 
boxed() - Method in class com.landawn.abacus.util.CharMatrix
 
boxed() - Method in class com.landawn.abacus.util.DoubleList
 
boxed(int, int) - Method in class com.landawn.abacus.util.DoubleList
 
boxed() - Method in class com.landawn.abacus.util.DoubleMatrix
 
boxed() - Method in class com.landawn.abacus.util.FloatList
 
boxed(int, int) - Method in class com.landawn.abacus.util.FloatList
 
boxed() - Method in class com.landawn.abacus.util.FloatMatrix
 
boxed() - Method in class com.landawn.abacus.util.IntList
 
boxed(int, int) - Method in class com.landawn.abacus.util.IntList
 
boxed() - Method in class com.landawn.abacus.util.IntMatrix
 
boxed() - Method in class com.landawn.abacus.util.LongList
 
boxed(int, int) - Method in class com.landawn.abacus.util.LongList
 
boxed() - Method in class com.landawn.abacus.util.LongMatrix
 
boxed() - Method in class com.landawn.abacus.util.OptionalBoolean
 
boxed() - Method in class com.landawn.abacus.util.OptionalByte
 
boxed() - Method in class com.landawn.abacus.util.OptionalChar
 
boxed() - Method in class com.landawn.abacus.util.OptionalDouble
 
boxed() - Method in class com.landawn.abacus.util.OptionalFloat
 
boxed() - Method in class com.landawn.abacus.util.OptionalInt
 
boxed() - Method in class com.landawn.abacus.util.OptionalLong
 
boxed() - Method in class com.landawn.abacus.util.OptionalShort
 
boxed() - Method in class com.landawn.abacus.util.ShortList
 
boxed(int, int) - Method in class com.landawn.abacus.util.ShortList
 
boxed() - Method in class com.landawn.abacus.util.ShortMatrix
 
boxed() - Method in class com.landawn.abacus.util.stream.ByteStream
Returns a Stream consisting of the elements of this stream, each boxed to an Byteeger.
boxed() - Method in class com.landawn.abacus.util.stream.CharStream
Returns a Stream consisting of the elements of this stream, each boxed to an Chareger.
boxed() - Method in class com.landawn.abacus.util.stream.DoubleStream
Returns a Stream consisting of the elements of this stream, boxed to Double.
boxed() - Method in class com.landawn.abacus.util.stream.FloatStream
Returns a Stream consisting of the elements of this stream, boxed to Float.
boxed() - Method in class com.landawn.abacus.util.stream.IntStream
Returns a Stream consisting of the elements of this stream, each boxed to an Integer.
boxed() - Method in class com.landawn.abacus.util.stream.LongStream
Returns a Stream consisting of the elements of this stream, each boxed to a Long.
boxed() - Method in class com.landawn.abacus.util.stream.ShortStream
Returns a Stream consisting of the elements of this stream, each boxed to an Shorteger.
breadthFirst(T) - Method in class com.landawn.abacus.util.Traverser
Returns an unmodifiable Iterable over the nodes reachable from startNode, in the order of a breadth-first traversal.
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
 
bt(String, Object, Object) - Static method in class com.landawn.abacus.util.DynamoDBExecutor.Filters
Between
bucket() - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
bucketSort(int[]) - Static method in class com.landawn.abacus.util.N
 
bucketSort(int[], int, int) - Static method in class com.landawn.abacus.util.N
 
bucketSort(long[]) - Static method in class com.landawn.abacus.util.N
 
bucketSort(long[], int, int) - Static method in class com.landawn.abacus.util.N
 
bucketSort(float[]) - Static method in class com.landawn.abacus.util.N
 
bucketSort(float[], int, int) - Static method in class com.landawn.abacus.util.N
 
bucketSort(double[]) - Static method in class com.landawn.abacus.util.N
 
bucketSort(double[], int, int) - Static method in class com.landawn.abacus.util.N
 
bucketSort(Object[]) - Static method in class com.landawn.abacus.util.N
Note: All the objects with same value will be replaced with first element with the same value.
bucketSort(Object[], int, int) - Static method in class com.landawn.abacus.util.N
Note: All the objects with same value will be replaced with first element with the same value.
bucketSort(T[], Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
 
bucketSort(T[], int, int, Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
Note: All the objects with same value will be replaced with first element with the same value.
bucketSort(List<T>) - Static method in class com.landawn.abacus.util.N
Note: All the objects with same value will be replaced with first element with the same value.
bucketSort(List<T>, int, int) - Static method in class com.landawn.abacus.util.N
Note: All the objects with same value will be replaced with first element with the same value.
bucketSort(List<? extends T>, Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
Note: All the objects with same value will be replaced with first element with the same value.
bucketSort(List<? extends T>, int, int, Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
Note: All the objects with same value will be replaced with first element with the same value.
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
 
Builder<T> - Class in com.landawn.abacus.util
 
Builder.BooleanListBuilder - Class in com.landawn.abacus.util
 
Builder.ByteListBuilder - Class in com.landawn.abacus.util
 
Builder.CharListBuilder - Class in com.landawn.abacus.util
 
Builder.CollectionBuilder<T,C extends java.util.Collection<T>> - Class in com.landawn.abacus.util
 
Builder.DataSetBuilder - Class in com.landawn.abacus.util
 
Builder.DoubleListBuilder - Class in com.landawn.abacus.util
 
Builder.FloatListBuilder - Class in com.landawn.abacus.util
 
Builder.IntListBuilder - Class in com.landawn.abacus.util
 
Builder.ListBuilder<T,L extends java.util.List<T>> - Class in com.landawn.abacus.util
 
Builder.LongListBuilder - Class in com.landawn.abacus.util
 
Builder.LongMultisetBuilder<T> - Class in com.landawn.abacus.util
 
Builder.MapBuilder<K,V,M extends java.util.Map<K,V>> - Class in com.landawn.abacus.util
 
Builder.MultimapBuilder<K,E,V extends java.util.Collection<E>,M extends Multimap<K,E,V>> - Class in com.landawn.abacus.util
 
Builder.MultisetBuilder<T> - Class in com.landawn.abacus.util
 
Builder.ShortListBuilder - Class in com.landawn.abacus.util
 
Builder.X<T> - Class in com.landawn.abacus.util
 
bulkInsert(Collection<?>) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
bulkInsert(Collection<?>, BulkWriteOptions) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
bulkInsert(String, Collection<?>) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
bulkInsert(String, Collection<?>, BulkWriteOptions) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
bulkWrite(List<? extends WriteModel<? extends Document>>) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
bulkWrite(List<? extends WriteModel<? extends Document>>, BulkWriteOptions) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
bulkWrite(String, List<? extends WriteModel<? extends Document>>) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
bulkWrite(String, List<? extends WriteModel<? extends Document>>, BulkWriteOptions) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
ByteBiConsumer - Interface in com.landawn.abacus.util.function
 
ByteBiFunction<R> - Interface in com.landawn.abacus.util.function
 
ByteBinaryOperator - 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
 
ByteIterator - Class in com.landawn.abacus.util
 
ByteIterator() - Constructor for class com.landawn.abacus.util.ByteIterator
 
ByteList - Class in com.landawn.abacus.util
 
ByteList() - Constructor for class com.landawn.abacus.util.ByteList
 
ByteList(int) - Constructor for class com.landawn.abacus.util.ByteList
 
ByteList(byte[]) - Constructor for class com.landawn.abacus.util.ByteList
The specified array is used as the element array for this list without copying action.
ByteList(byte[], int) - Constructor for class com.landawn.abacus.util.ByteList
 
ByteMatrix - Class in com.landawn.abacus.util
 
ByteMatrix(byte[][]) - Constructor for class com.landawn.abacus.util.ByteMatrix
 
ByteNConsumer - Interface in com.landawn.abacus.util.function
 
ByteNFunction<R> - Interface in com.landawn.abacus.util.function
 
BytePair - Class in com.landawn.abacus.util
 
BytePredicate - Interface in com.landawn.abacus.util.function
 
bytes2Chars(byte[]) - Static method in class com.landawn.abacus.util.IOUtil
 
bytes2Chars(byte[], Charset) - Static method in class com.landawn.abacus.util.IOUtil
 
bytes2Chars(byte[], int, int, Charset) - Static method in class com.landawn.abacus.util.IOUtil
 
ByteStream - Class in com.landawn.abacus.util.stream
Note: It's copied from OpenJDK at: http://hg.openjdk.java.net/jdk8u/hs-dev/jdk
A sequence of primitive int-valued elements supporting sequential and parallel aggregate operations.
ByteSupplier - Interface in com.landawn.abacus.util.function
 
ByteToIntFunction - Interface in com.landawn.abacus.util.function
 
ByteTriConsumer - Interface in com.landawn.abacus.util.function
 
ByteTriFunction<R> - Interface in com.landawn.abacus.util.function
 
ByteTriple - Class in com.landawn.abacus.util
 
ByteTriPredicate - Interface in com.landawn.abacus.util.function
 
ByteUnaryOperator - 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

CACHE_CONTROL - Static variable in class com.landawn.abacus.http.HTTP
 
cached() - Method in interface com.landawn.abacus.util.stream.BaseStream

This method only run sequentially, even in parallel stream and all elements will be loaded to memory.
cached(IntFunction<T[]>) - Method in class com.landawn.abacus.util.stream.Stream
Returns a reusable stream which can be repeatedly used.
CaffeineCache<K,V> - Class in com.landawn.abacus.cache
TODO
CaffeineCache(Cache<K, V>) - Constructor for class com.landawn.abacus.cache.CaffeineCache
 
CalendarUnit - Enum in com.landawn.abacus.util
 
call(Try.Callable<T, E>) - Static method in class com.landawn.abacus.util.CompletableFuture
 
call(Try.Callable<T, E>, Executor) - Static method in class com.landawn.abacus.util.CompletableFuture
 
call() - Method in interface com.landawn.abacus.util.function.Callable
 
call(Callable<T>) - Method in class com.landawn.abacus.util.Retry
 
call(U, Try.Callable<R, RuntimeException>) - Static method in class com.landawn.abacus.util.Synchronized
 
call(Try.Callable<R, E>) - Method in class com.landawn.abacus.util.Synchronized
 
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(Try.Function<? super T, R, ? extends Exception>) - Method in class com.landawn.abacus.util.Try
 
call(Try.Function<? super T, R, ? extends Exception>, Function<? super Exception, R>) - Method in class com.landawn.abacus.util.Try
 
call(Try.Function<? super T, R, ? extends Exception>, Supplier<R>) - Method in class com.landawn.abacus.util.Try
 
call(Try.Function<? super T, R, ? extends Exception>, R) - Method in class com.landawn.abacus.util.Try
 
call(Try.Function<? super T, R, ? extends Exception>, Predicate<? super Exception>, Supplier<R>) - Method in class com.landawn.abacus.util.Try
 
call(Try.Function<? super T, R, ? extends Exception>, Predicate<? super Exception>, R) - Method in class com.landawn.abacus.util.Try
 
call() - Method in interface com.landawn.abacus.util.Try.Callable
 
Callable<R> - Interface in com.landawn.abacus.util.function
 
callAfterBoth(CompletableFuture<?>, Callable<R>) - Method in class com.landawn.abacus.android.util.CompletableFuture
 
callAfterBoth(CompletableFuture<U>, Try.BiFunction<T, U, R, E>) - Method in class com.landawn.abacus.android.util.CompletableFuture
 
callAfterBoth(CompletableFuture<U>, Try.Function<Tuple.Tuple4<T, Exception, U, Exception>, R, E>) - Method in class com.landawn.abacus.android.util.CompletableFuture
 
callAfterBoth(CompletableFuture<?>, Try.Callable<R, E>) - Method in class com.landawn.abacus.util.CompletableFuture
 
callAfterBoth(CompletableFuture<U>, Try.BiFunction<T, U, R, E>) - Method in class com.landawn.abacus.util.CompletableFuture
 
callAfterBoth(CompletableFuture<U>, Try.Function<Tuple.Tuple4<T, Exception, U, Exception>, R, E>) - Method in class com.landawn.abacus.util.CompletableFuture
 
callAfterEither(CompletableFuture<?>, Callable<R>) - Method in class com.landawn.abacus.android.util.CompletableFuture
 
callAfterEither(CompletableFuture<? extends T>, Try.Function<? super T, R, E>) - Method in class com.landawn.abacus.android.util.CompletableFuture
 
callAfterEither(CompletableFuture<? extends T>, Try.BiFunction<? super T, Exception, R, E>) - Method in class com.landawn.abacus.android.util.CompletableFuture
 
callAfterEither(CompletableFuture<?>, Try.Callable<R, RuntimeException>) - Method in class com.landawn.abacus.util.CompletableFuture
 
callAfterEither(CompletableFuture<? extends T>, Try.Function<? super T, R, E>) - Method in class com.landawn.abacus.util.CompletableFuture
 
callAfterEither(CompletableFuture<? extends T>, Try.BiFunction<? super T, Exception, R, E>) - Method in class com.landawn.abacus.util.CompletableFuture
 
callByTPAfterBoth(CompletableFuture<?>, Callable<R>) - Method in class com.landawn.abacus.android.util.CompletableFuture
 
callByTPAfterBoth(CompletableFuture<U>, Try.BiFunction<T, U, R, E>) - Method in class com.landawn.abacus.android.util.CompletableFuture
 
callByTPAfterBoth(CompletableFuture<U>, Try.Function<Tuple.Tuple4<T, Exception, U, Exception>, R, E>) - Method in class com.landawn.abacus.android.util.CompletableFuture
 
callByTPAfterEither(CompletableFuture<?>, Callable<R>) - Method in class com.landawn.abacus.android.util.CompletableFuture
 
callByTPAfterEither(CompletableFuture<? extends T>, Try.Function<? super T, R, E>) - Method in class com.landawn.abacus.android.util.CompletableFuture
 
callByTPAfterEither(CompletableFuture<? extends T>, Try.BiFunction<? super T, Exception, R, E>) - Method in class com.landawn.abacus.android.util.CompletableFuture
 
callOnUIAfterBoth(CompletableFuture<?>, Callable<R>) - Method in class com.landawn.abacus.android.util.CompletableFuture
 
callOnUIAfterBoth(CompletableFuture<U>, Try.BiFunction<T, U, R, E>) - Method in class com.landawn.abacus.android.util.CompletableFuture
 
callOnUIAfterBoth(CompletableFuture<U>, Try.Function<Tuple.Tuple4<T, Exception, U, Exception>, R, E>) - Method in class com.landawn.abacus.android.util.CompletableFuture
 
callOnUIAfterEither(CompletableFuture<?>, Callable<R>) - Method in class com.landawn.abacus.android.util.CompletableFuture
 
callOnUIAfterEither(CompletableFuture<? extends T>, Try.Function<? super T, R, E>) - Method in class com.landawn.abacus.android.util.CompletableFuture
 
callOnUIAfterEither(CompletableFuture<? extends T>, Try.BiFunction<? super T, Exception, R, E>) - Method in class com.landawn.abacus.android.util.CompletableFuture
 
callUninterruptibly(Try.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, Try.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, Try.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.
cancel(boolean) - Method in class com.landawn.abacus.android.util.CompletableFuture
 
cancel(boolean) - Method in class com.landawn.abacus.util.CompletableFuture
 
cancelAll(boolean) - Method in class com.landawn.abacus.android.util.CompletableFuture
Cancel this future and all the previous stage future recursively.
cancelAll(boolean) - Method in class com.landawn.abacus.util.CompletableFuture
Cancel this future and all the previous stage future recursively.
capitalize(String) - Static method in class com.landawn.abacus.util.N
 
carry(C) - Method in interface com.landawn.abacus.util.stream.BaseStream
Same as peek
cartesianProduct(Collection<? extends E>...) - Static method in class com.landawn.abacus.util.N
Note: copy from Google Guava under Apache License v2.
cartesianProduct(Collection<? extends Collection<? extends E>>) - Static method in class com.landawn.abacus.util.N
Note: copy from Google Guava under Apache License v2.
cartesianProduct(Collection<? extends T>...) - Method in class com.landawn.abacus.util.stream.Stream
 
cartesianProduct(Collection<? extends Collection<? extends T>>) - Method in class com.landawn.abacus.util.stream.Stream
 
CassandraExecutor - Class in com.landawn.abacus.util
It's a simple wrapper of Cassandra Java client.
CassandraExecutor(Session) - Constructor for class com.landawn.abacus.util.CassandraExecutor
 
CassandraExecutor(Session, CassandraExecutor.StatementSettings) - Constructor for class com.landawn.abacus.util.CassandraExecutor
 
CassandraExecutor(Session, CassandraExecutor.StatementSettings, AsyncExecutor) - Constructor for class com.landawn.abacus.util.CassandraExecutor
 
CassandraExecutor(Session, CassandraExecutor.StatementSettings, CQLMapper) - Constructor for class com.landawn.abacus.util.CassandraExecutor
 
CassandraExecutor(Session, CassandraExecutor.StatementSettings, CQLMapper, NamingPolicy) - Constructor for class com.landawn.abacus.util.CassandraExecutor
 
CassandraExecutor(Session, CassandraExecutor.StatementSettings, CQLMapper, NamingPolicy, AsyncExecutor) - Constructor for class com.landawn.abacus.util.CassandraExecutor
 
CassandraExecutor.StatementSettings - Class in com.landawn.abacus.util
 
CassandraExecutor.UDTCodec<T> - Class in com.landawn.abacus.util
static final CassandraExecutor cassandraExecutor; static { final CodecRegistry codecRegistry = new CodecRegistry(); final Cluster cluster = Cluster.builder().withCodecRegistry(codecRegistry).addContactPoint("127.0.0.1").build(); codecRegistry.register(new UDTCodec<Address>(cluster, "simplex", "address", Address.class) { protected Address deserialize(UDTValue value) { if (value == null) { return null; } Address address = new Address(); address.setStreet(value.getString("street")); address.setCity(value.getString("city")); address.setZipCode(value.getInt("zipCode")); return address; } protected UDTValue serialize(Address value) { return value == null ? null : newUDTValue().setString("street", value.getStreet()).setInt("zipcode", value.getZipCode()); } }); cassandraExecutor = new CassandraExecutor(cluster); }
cast(Class<U>) - Static method in class com.landawn.abacus.util.Fn
 
castExact(long) - Static method in class com.landawn.abacus.util.Maths
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't be assigned to targetType.
ceil(String) - Static method in class com.landawn.abacus.condition.Expression
 
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.Maths
Returns the smallest power of two greater than or equal to x.
ceilingPowerOfTwo(BigInteger) - Static method in class com.landawn.abacus.util.Maths
 
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
 
cellsC() - Method in class com.landawn.abacus.util.Sheet
 
cellsC(int, int) - Method in class com.landawn.abacus.util.Sheet
 
cellsH() - Method in class com.landawn.abacus.util.Sheet
 
cellsH(int) - Method in class com.landawn.abacus.util.Sheet
 
cellsH(int, int) - Method in class com.landawn.abacus.util.Sheet
 
cellsR() - Method in class com.landawn.abacus.util.Sheet
 
cellsR(int, int) - Method in class com.landawn.abacus.util.Sheet
 
cellsV() - Method in class com.landawn.abacus.util.Sheet
 
cellsV(int) - Method in class com.landawn.abacus.util.Sheet
 
cellsV(int, int) - Method in class com.landawn.abacus.util.Sheet
 
Chain - Class in com.landawn.abacus.util
 
chain(Function<? super Stream<Map.Entry<K, V>>, ? extends Stream<Map.Entry<K2, V2>>>) - Method in class com.landawn.abacus.util.stream.EntryStream
 
Chain.ComparisonChain - Class in com.landawn.abacus.util
 
Chain.EquivalenceChain - Class in com.landawn.abacus.util
 
Chain.HashCodeChain - Class in com.landawn.abacus.util
 
characteristics() - Method in interface com.landawn.abacus.util.stream.Collector
Returns a Set of Collector.Characteristics indicating the characteristics of this Collector.
CharBiConsumer - Interface in com.landawn.abacus.util.function
 
CharBiFunction<R> - Interface in com.landawn.abacus.util.function
 
CharBinaryOperator - 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
 
CharIterator - Class in com.landawn.abacus.util
 
CharIterator() - Constructor for class com.landawn.abacus.util.CharIterator
 
CharList - Class in com.landawn.abacus.util
 
CharList() - Constructor for class com.landawn.abacus.util.CharList
 
CharList(int) - Constructor for class com.landawn.abacus.util.CharList
 
CharList(char[]) - Constructor for class com.landawn.abacus.util.CharList
The specified array is used as the element array for this list without copying action.
CharList(char[], int) - Constructor for class com.landawn.abacus.util.CharList
 
CharMatrix - Class in com.landawn.abacus.util
 
CharMatrix(char[][]) - Constructor for class com.landawn.abacus.util.CharMatrix
 
CharNConsumer - Interface in com.landawn.abacus.util.function
 
CharNFunction<R> - Interface in com.landawn.abacus.util.function
 
CharPair - Class in com.landawn.abacus.util
 
CharPredicate - Interface in com.landawn.abacus.util.function
 
chars2Bytes(char[]) - Static method in class com.landawn.abacus.util.IOUtil
 
chars2Bytes(char[], Charset) - Static method in class com.landawn.abacus.util.IOUtil
 
chars2Bytes(char[], int, int, Charset) - Static method in class com.landawn.abacus.util.IOUtil
 
CharSequenceTranslator() - Constructor for class com.landawn.abacus.util.EscapeUtil.CharSequenceTranslator
 
CHARSET - Static variable in class com.landawn.abacus.http.HTTP
 
Charsets - Class in com.landawn.abacus.util
 
CharStream - Class in com.landawn.abacus.util.stream
Note: It's copied from OpenJDK at: http://hg.openjdk.java.net/jdk8u/hs-dev/jdk
A sequence of primitive int-valued elements supporting sequential and parallel aggregate operations.
CharSupplier - Interface in com.landawn.abacus.util.function
 
CharToIntFunction - Interface in com.landawn.abacus.util.function
 
CharTriConsumer - Interface in com.landawn.abacus.util.function
 
CharTriFunction<R> - Interface in com.landawn.abacus.util.function
 
CharTriple - Class in com.landawn.abacus.util
 
CharTriPredicate - Interface in com.landawn.abacus.util.function
 
CharUnaryOperator - Interface in com.landawn.abacus.util.function
 
checkAndDelete(String, Object, String, String, Object, Delete) - Method in class com.landawn.abacus.util.HBaseExecutor
 
checkAndDelete(String, Object, String, String, CompareFilter.CompareOp, Object, Delete) - Method in class com.landawn.abacus.util.HBaseExecutor
 
checkAndMutate(String, Object, String, String, CompareFilter.CompareOp, Object, RowMutations) - Method in class com.landawn.abacus.util.HBaseExecutor
 
checkAndPut(String, Object, String, String, Object, Put) - Method in class com.landawn.abacus.util.HBaseExecutor
 
checkAndPut(String, Object, String, String, CompareFilter.CompareOp, Object, Put) - Method in class com.landawn.abacus.util.HBaseExecutor
 
checkArgNotNegative(int, String) - Static method in class com.landawn.abacus.util.N
Checks if the specified arg is not negative, and throws IllegalArgumentException if it is.
checkArgNotNegative(long, String) - Static method in class com.landawn.abacus.util.N
Checks if the specified arg is not negative, and throws IllegalArgumentException if it is.
checkArgNotNegative(double, String) - Static method in class com.landawn.abacus.util.N
Checks if the specified arg is not negative, and throws IllegalArgumentException if it is.
checkArgNotNullOrEmpty(T, String) - Static method in class com.landawn.abacus.util.N
Checks if the specified arg is null or empty, and throws IllegalArgumentException if it is.
checkArgNotNullOrEmpty(boolean[], String) - Static method in class com.landawn.abacus.util.N
Checks if the specified arg is null or empty, and throws IllegalArgumentException if it is.
checkArgNotNullOrEmpty(char[], String) - Static method in class com.landawn.abacus.util.N
Checks if the specified arg is null or empty, and throws IllegalArgumentException if it is.
checkArgNotNullOrEmpty(byte[], String) - Static method in class com.landawn.abacus.util.N
Checks if the specified arg is null or empty, and throws IllegalArgumentException if it is.
checkArgNotNullOrEmpty(short[], String) - Static method in class com.landawn.abacus.util.N
Checks if the specified arg is null or empty, and throws IllegalArgumentException if it is.
checkArgNotNullOrEmpty(int[], String) - Static method in class com.landawn.abacus.util.N
Checks if the specified arg is null or empty, and throws IllegalArgumentException if it is.
checkArgNotNullOrEmpty(long[], String) - Static method in class com.landawn.abacus.util.N
Checks if the specified arg is null or empty, and throws IllegalArgumentException if it is.
checkArgNotNullOrEmpty(float[], String) - Static method in class com.landawn.abacus.util.N
Checks if the specified arg is null or empty, and throws IllegalArgumentException if it is.
checkArgNotNullOrEmpty(double[], String) - Static method in class com.landawn.abacus.util.N
Checks if the specified arg is null or empty, and throws IllegalArgumentException if it is.
checkArgNotNullOrEmpty(T[], String) - Static method in class com.landawn.abacus.util.N
Checks if the specified arg is null or empty, and throws IllegalArgumentException if it is.
checkArgNotNullOrEmpty(T, String) - Static method in class com.landawn.abacus.util.N
Checks if the specified arg is null or empty, and throws IllegalArgumentException if it is.
checkArgNotNullOrEmpty(T, String) - Static method in class com.landawn.abacus.util.N
Checks if the specified arg is null or empty, and throws IllegalArgumentException if it is.
checkArgPositive(int, String) - Static method in class com.landawn.abacus.util.N
Checks if the specified arg is positive, and throws IllegalArgumentException if it is not.
checkArgPositive(long, String) - Static method in class com.landawn.abacus.util.N
Checks if the specified arg is positive, and throws IllegalArgumentException if it is not.
checkArgPositive(double, String) - Static method in class com.landawn.abacus.util.N
Checks if the specified arg is positive, and throws IllegalArgumentException if it is not.
checkArgument(boolean) - Static method in class com.landawn.abacus.util.N
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String) - Static method in class com.landawn.abacus.util.N
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, boolean) - Static method in class com.landawn.abacus.util.N
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, boolean, boolean) - Static method in class com.landawn.abacus.util.N
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, boolean, boolean, boolean) - Static method in class com.landawn.abacus.util.N
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, char) - Static method in class com.landawn.abacus.util.N
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, byte) - Static method in class com.landawn.abacus.util.N
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, short) - Static method in class com.landawn.abacus.util.N
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, int) - Static method in class com.landawn.abacus.util.N
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, int, int) - Static method in class com.landawn.abacus.util.N
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, int, int, int) - Static method in class com.landawn.abacus.util.N
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, long) - Static method in class com.landawn.abacus.util.N
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, long, long) - Static method in class com.landawn.abacus.util.N
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, long, long, long) - Static method in class com.landawn.abacus.util.N
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, float) - Static method in class com.landawn.abacus.util.N
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, float, float) - Static method in class com.landawn.abacus.util.N
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, float, float, float) - Static method in class com.landawn.abacus.util.N
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, double) - Static method in class com.landawn.abacus.util.N
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, double, double) - Static method in class com.landawn.abacus.util.N
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, double, double, double) - Static method in class com.landawn.abacus.util.N
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, Object) - Static method in class com.landawn.abacus.util.N
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, Object, Object) - Static method in class com.landawn.abacus.util.N
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, Object, Object, Object) - Static method in class com.landawn.abacus.util.N
Ensures the truth of an expression involving one or more parameters to the calling method.
checkFromIndexSize(int, int, int) - Static method in class com.landawn.abacus.util.N

Copied from JDK 9 through: StreamSupport at: https://github.com/streamsupport/streamsupport.
checkFromToIndex(int, int, int) - Static method in class com.landawn.abacus.util.N

Copied from JDK 9 through: StreamSupport at: https://github.com/streamsupport/streamsupport.
checkIndex(int, int) - Static method in class com.landawn.abacus.util.N

Copied from JDK 9 through: StreamSupport at: https://github.com/streamsupport/streamsupport.
checkNullOrEmpty(T, String) - Static method in class com.landawn.abacus.util.N
Check if the specified parameter is null or empty
checkNullOrEmpty(boolean[], String) - Static method in class com.landawn.abacus.util.N
Check if the specified parameter is null or empty
checkNullOrEmpty(char[], String) - Static method in class com.landawn.abacus.util.N
Check if the specified parameter is null or empty
checkNullOrEmpty(byte[], String) - Static method in class com.landawn.abacus.util.N
Check if the specified parameter is null or empty
checkNullOrEmpty(short[], String) - Static method in class com.landawn.abacus.util.N
Check if the specified parameter is null or empty
checkNullOrEmpty(int[], String) - Static method in class com.landawn.abacus.util.N
Check if the specified parameter is null or empty
checkNullOrEmpty(long[], String) - Static method in class com.landawn.abacus.util.N
Check if the specified parameter is null or empty
checkNullOrEmpty(float[], String) - Static method in class com.landawn.abacus.util.N
Check if the specified parameter is null or empty
checkNullOrEmpty(double[], String) - Static method in class com.landawn.abacus.util.N
Check if the specified parameter is null or empty
checkNullOrEmpty(T[], String) - Static method in class com.landawn.abacus.util.N
Check if the specified parameter is null or empty
checkNullOrEmpty(T, String) - Static method in class com.landawn.abacus.util.N
 
checkNullOrEmpty(T, String) - Static method in class com.landawn.abacus.util.N
Check if the specified parameter is null or empty
checkNullOrEmpty(T, String) - Static method in class com.landawn.abacus.util.N
Check if the specified parameter is null or empty
checkNullOrEmpty(Multiset<E>, String) - Static method in class com.landawn.abacus.util.N
Check if the specified parameter is null or empty
checkNullOrEmpty(LongMultiset<E>, String) - Static method in class com.landawn.abacus.util.N
Check if the specified parameter is null or empty
checkNullOrEmpty(T, String) - Static method in class com.landawn.abacus.util.N
Check if the specified parameter is null or empty
checkNullOrEmpty(T, String) - Static method in class com.landawn.abacus.util.N
Check if the specified parameter is null or empty
checkNullOrEmpty(T, String) - Static method in class com.landawn.abacus.util.N
Check if the specified parameter is null or empty
checkNullOrEmptyOrBlank(T, String) - Static method in class com.landawn.abacus.util.N
Check if the specified parameter is null or empty or blank
checkState(boolean) - Static method in class com.landawn.abacus.util.N
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String) - Static method in class com.landawn.abacus.util.N
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, int) - Static method in class com.landawn.abacus.util.N
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, int, int) - Static method in class com.landawn.abacus.util.N
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, int, int, int) - Static method in class com.landawn.abacus.util.N
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, double) - Static method in class com.landawn.abacus.util.N
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, double, double) - Static method in class com.landawn.abacus.util.N
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, double, double, double) - Static method in class com.landawn.abacus.util.N
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, Object) - Static method in class com.landawn.abacus.util.N
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, Object, Object) - Static method in class com.landawn.abacus.util.N
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, Object, Object, Object) - Static method in class com.landawn.abacus.util.N
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
chomp(String) - Static method in class com.landawn.abacus.util.N
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.N
 
chop(String) - Static method in class com.landawn.abacus.util.N
Remove the last character from a String.
chop(String[]) - Static method in class com.landawn.abacus.util.N
 
ChronicleMap - Class in com.landawn.abacus.cache
 
ClassUtil - Class in com.landawn.abacus.util
 
Clause - Class in com.landawn.abacus.condition
 
Clazz - Class in com.landawn.abacus.util
It's designed to provide a convenient way to parameterized the generic type (e.g.
clear() - Method in class com.landawn.abacus.cache.CaffeineCache
 
clear() - Method in class com.landawn.abacus.cache.Ehcache
 
clear() - Method in class com.landawn.abacus.condition.Criteria
 
clear() - Method in class com.landawn.abacus.condition.Junction
 
clear() - Method in interface com.landawn.abacus.DataSet
Method clear.
clear() - Method in interface com.landawn.abacus.EntityId
 
clear() - Method in class com.landawn.abacus.http.Headers
 
clear() - Method in class com.landawn.abacus.pool.AbstractPool
 
clear() - Method in interface com.landawn.abacus.pool.Pool
 
clear() - Method in class com.landawn.abacus.util.ArrayHashMap
 
clear() - Method in class com.landawn.abacus.util.ArrayHashSet
 
clear() - Method in class com.landawn.abacus.util.BiMap
 
clear() - Method in class com.landawn.abacus.util.BooleanList
 
clear() - Method in class com.landawn.abacus.util.ByteList
 
clear() - Method in class com.landawn.abacus.util.CharList
 
clear() - Method in class com.landawn.abacus.util.DoubleList
 
clear() - Method in class com.landawn.abacus.util.FloatList
 
clear() - Method in class com.landawn.abacus.util.ImmutableMap
Deprecated.
Unsupported operation.
clear() - Method in class com.landawn.abacus.util.IntList
 
clear() - Method in class com.landawn.abacus.util.LongList
 
clear() - Method in class com.landawn.abacus.util.LongMultiset
 
clear() - Method in class com.landawn.abacus.util.Multimap
 
clear() - Method in class com.landawn.abacus.util.Multiset
 
clear() - Method in class com.landawn.abacus.util.PrimitiveList
 
clear() - Method in class com.landawn.abacus.util.Properties
 
clear() - Method in class com.landawn.abacus.util.Sheet
 
clear() - Method in class com.landawn.abacus.util.ShortList
 
clearParameters() - Method in class com.landawn.abacus.condition.Between
 
clearParameters() - Method in class com.landawn.abacus.condition.Binary
 
clearParameters() - Method in class com.landawn.abacus.condition.Cell
 
clearParameters() - Method in interface com.landawn.abacus.condition.Condition
Method clearParameters.
clearParameters() - Method in class com.landawn.abacus.condition.Criteria
 
clearParameters() - Method in class com.landawn.abacus.condition.Expression
 
clearParameters() - Method in class com.landawn.abacus.condition.In
 
clearParameters() - Method in class com.landawn.abacus.condition.Join
 
clearParameters() - Method in class com.landawn.abacus.condition.Junction
 
clearParameters() - Method in class com.landawn.abacus.condition.Limit
 
clearParameters() - Method in class com.landawn.abacus.condition.SubQuery
 
client() - Method in class com.landawn.abacus.util.MemcachedLock
 
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(T) - Static method in class com.landawn.abacus.util.N
 
clone(Class<T>, Object) - Static method in class com.landawn.abacus.util.N
Deeply copy by: entity -> serialize -> String/bytes -> deserialize -> new entity.
clone(boolean[]) - Static method in class com.landawn.abacus.util.N
Clone the original array.
clone(char[]) - Static method in class com.landawn.abacus.util.N
Clone the original array.
clone(byte[]) - Static method in class com.landawn.abacus.util.N
Clone the original array.
clone(short[]) - Static method in class com.landawn.abacus.util.N
Clone the original array.
clone(int[]) - Static method in class com.landawn.abacus.util.N
Clone the original array.
clone(long[]) - Static method in class com.landawn.abacus.util.N
Clone the original array.
clone(float[]) - Static method in class com.landawn.abacus.util.N
Clone the original array.
clone(double[]) - Static method in class com.landawn.abacus.util.N
Clone the original array.
clone(T[]) - Static method in class com.landawn.abacus.util.N
Clone the original array.
clone(boolean[][]) - Static method in class com.landawn.abacus.util.N
Clone the original array and its sub arrays.
clone(char[][]) - Static method in class com.landawn.abacus.util.N
Clone the original array and its sub arrays.
clone(byte[][]) - Static method in class com.landawn.abacus.util.N
Clone the original array and its sub arrays.
clone(short[][]) - Static method in class com.landawn.abacus.util.N
Clone the original array and its sub arrays.
clone(int[][]) - Static method in class com.landawn.abacus.util.N
Clone the original array and its sub arrays.
clone(long[][]) - Static method in class com.landawn.abacus.util.N
Clone the original array and its sub arrays.
clone(float[][]) - Static method in class com.landawn.abacus.util.N
Clone the original array and its sub arrays.
clone(double[][]) - Static method in class com.landawn.abacus.util.N
Clone the original array and its sub arrays.
clone(T[][]) - Static method in class com.landawn.abacus.util.N
Clone the original array and its sub arrays.
clone(boolean[][][]) - Static method in class com.landawn.abacus.util.N
Clone the original array and its sub arrays.
clone(char[][][]) - Static method in class com.landawn.abacus.util.N
Clone the original array and its sub arrays.
clone(byte[][][]) - Static method in class com.landawn.abacus.util.N
Clone the original array and its sub arrays.
clone(short[][][]) - Static method in class com.landawn.abacus.util.N
Clone the original array and its sub arrays.
clone(int[][][]) - Static method in class com.landawn.abacus.util.N
Clone the original array and its sub arrays.
clone(long[][][]) - Static method in class com.landawn.abacus.util.N
Clone the original array and its sub arrays.
clone(float[][][]) - Static method in class com.landawn.abacus.util.N
Clone the original array and its sub arrays.
clone(double[][][]) - Static method in class com.landawn.abacus.util.N
Clone the original array and its sub arrays.
clone(T[][][]) - Static method in class com.landawn.abacus.util.N
Clone the original array and its sub arrays.
clone() - Method in class com.landawn.abacus.util.Sheet
Deeply copy each element in this Sheet by Serialization/Deserialization.
clone(boolean) - Method in class com.landawn.abacus.util.Sheet
Deeply copy each element in this Sheet by Serialization/Deserialization.
close(Closeable) - Static method in class com.landawn.abacus.android.util.Fu
 
close() - Method in class com.landawn.abacus.cache.CaffeineCache
 
close() - Method in class com.landawn.abacus.cache.Ehcache
 
close() - Method in interface com.landawn.abacus.DataSource
All the allocated connections will be released/closed.
close() - Method in interface com.landawn.abacus.DataSourceManager
 
close() - Method in class com.landawn.abacus.hash.HashingOutputStream
 
close() - Method in class com.landawn.abacus.http.AbstractHttpClient
 
close(OutputStream, InputStream, HttpURLConnection) - Method in class com.landawn.abacus.http.HttpClient
 
close() - Method in class com.landawn.abacus.pool.AbstractPool
 
close() - Method in interface com.landawn.abacus.pool.Pool
 
close() - Method in class com.landawn.abacus.util.CassandraExecutor
 
close() - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
close() - Method in class com.landawn.abacus.util.DBLock
 
close() - Method in class com.landawn.abacus.util.DynamoDBExecutor
 
close(AutoCloseable) - Static method in class com.landawn.abacus.util.Fn
 
close() - Static method in class com.landawn.abacus.util.Fn
 
close() - Method in class com.landawn.abacus.util.HBaseExecutor
 
close(AutoCloseable) - Static method in class com.landawn.abacus.util.IOUtil
 
close(ResultSet) - Static method in class com.landawn.abacus.util.JdbcUtil
 
close(ResultSet, boolean) - Static method in class com.landawn.abacus.util.JdbcUtil
 
close(ResultSet, boolean, boolean) - Static method in class com.landawn.abacus.util.JdbcUtil
 
close(Statement) - Static method in class com.landawn.abacus.util.JdbcUtil
 
close(Connection) - Static method in class com.landawn.abacus.util.JdbcUtil
 
close(ResultSet, Statement) - Static method in class com.landawn.abacus.util.JdbcUtil
 
close(Statement, Connection) - Static method in class com.landawn.abacus.util.JdbcUtil
 
close(ResultSet, Statement, Connection) - Static method in class com.landawn.abacus.util.JdbcUtil
 
close() - Method in class com.landawn.abacus.util.Joiner
 
close() - Method in class com.landawn.abacus.util.LineIterator
Closes the underlying Reader quietly.
close() - Method in class com.landawn.abacus.util.RowIterator
 
close() - Method in class com.landawn.abacus.util.SQLExecutor
Close the underline data source
close() - Method in interface com.landawn.abacus.util.stream.BaseStream
Closes this stream, causing all close handlers for this stream pipeline to be called.
close() - Method in class com.landawn.abacus.util.stream.EntryStream
 
close() - Method in class com.landawn.abacus.util.StringWriter
 
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.IOUtil
 
closeAllQuietly(Collection<? extends AutoCloseable>) - Static method in class com.landawn.abacus.util.IOUtil
 
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(Closeable) - Static method in class com.landawn.abacus.android.util.Fu
 
closeQuietly(AutoCloseable) - Static method in class com.landawn.abacus.util.Fn
 
closeQuietly() - Static method in class com.landawn.abacus.util.Fn
 
closeQuietly(AutoCloseable) - Static method in class com.landawn.abacus.util.IOUtil
 
closeQuietly(ResultSet) - Static method in class com.landawn.abacus.util.JdbcUtil
Unconditionally close an ResultSet.
closeQuietly(ResultSet, boolean) - Static method in class com.landawn.abacus.util.JdbcUtil
 
closeQuietly(ResultSet, boolean, boolean) - Static method in class com.landawn.abacus.util.JdbcUtil
 
closeQuietly(Statement) - Static method in class com.landawn.abacus.util.JdbcUtil
Unconditionally close an Statement.
closeQuietly(Connection) - Static method in class com.landawn.abacus.util.JdbcUtil
Unconditionally close an Connection.
closeQuietly(ResultSet, Statement) - Static method in class com.landawn.abacus.util.JdbcUtil
Unconditionally close the ResultSet, Statement.
closeQuietly(Statement, Connection) - Static method in class com.landawn.abacus.util.JdbcUtil
Unconditionally close the Statement, Connection.
closeQuietly(ResultSet, Statement, Connection) - Static method in class com.landawn.abacus.util.JdbcUtil
Unconditionally close the ResultSet, Statement, Connection.
closeQuietly(Connection) - Method in class com.landawn.abacus.util.SQLExecutor
Unconditionally close an Connection.
cluster() - Method in class com.landawn.abacus.util.CassandraExecutor
 
cluster() - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
CodeGenerator - Class in com.landawn.abacus.util
 
CodeGenerator.EntityMode - Enum in com.landawn.abacus.util
 
CodeGenerator.ParentPropertyMode - Enum in com.landawn.abacus.util
 
coll() - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
collapse(Try.BiPredicate<? super T, ? super T, E>, Try.BiFunction<? super T, ? super T, T, E2>) - Method in class com.landawn.abacus.util.Seq
Merge series of adjacent elements which satisfy the given predicate using the merger function and return a new stream.
collapse(Try.BiPredicate<? super T, ? super T, E>, Collector<? super T, A, R>) - Method in class com.landawn.abacus.util.Seq
Merge series of adjacent elements which satisfy the given predicate using the merger function and return a new stream.
collapse(ByteBiPredicate, ByteBiFunction<Byte>) - Method in class com.landawn.abacus.util.stream.ByteStream
Merge series of adjacent elements which satisfy the given predicate using the merger function and return a new stream.
collapse(CharBiPredicate, CharBiFunction<Character>) - Method in class com.landawn.abacus.util.stream.CharStream
Merge series of adjacent elements which satisfy the given predicate using the merger function and return a new stream.
collapse(DoubleBiPredicate, DoubleBiFunction<Double>) - Method in class com.landawn.abacus.util.stream.DoubleStream
Merge series of adjacent elements which satisfy the given predicate using the merger function and return a new stream.
collapse(FloatBiPredicate, FloatBiFunction<Float>) - Method in class com.landawn.abacus.util.stream.FloatStream
Merge series of adjacent elements which satisfy the given predicate using the merger function and return a new stream.
collapse(IntBiPredicate, IntBiFunction<Integer>) - Method in class com.landawn.abacus.util.stream.IntStream
Merge series of adjacent elements which satisfy the given predicate using the merger function and return a new stream.
collapse(LongBiPredicate, LongBiFunction<Long>) - Method in class com.landawn.abacus.util.stream.LongStream
 
collapse(ShortBiPredicate, ShortBiFunction<Short>) - Method in class com.landawn.abacus.util.stream.ShortStream
 
collapse(BiPredicate<? super T, ? super T>, BiFunction<? super T, ? super T, T>) - Method in class com.landawn.abacus.util.stream.Stream
Merge series of adjacent elements which satisfy the given predicate using the merger function and return a new stream.
collapse(BiPredicate<? super T, ? super T>, Collector<? super T, A, R>) - Method in class com.landawn.abacus.util.stream.Stream
Merge series of adjacent elements which satisfy the given predicate using the merger function and return a new stream.
collapseByKey(BiPredicate<? super K, ? super K>, BiFunction<? super Map.Entry<K, V>, ? super Map.Entry<K, V>, Map.Entry<K, V>>) - Method in class com.landawn.abacus.util.stream.EntryStream
 
collapseByKey(BiPredicate<? super K, ? super K>) - Method in class com.landawn.abacus.util.stream.EntryStream
 
collapseByKey(BiPredicate<? super K, ? super K>, Collector<? super Map.Entry<K, V>, A, R>) - Method in class com.landawn.abacus.util.stream.EntryStream
Merge series of adjacent elements which satisfy the given predicate using the merger function and return a new stream.
collect(Supplier<R>, Try.BiConsumer<R, ? super T, E>) - Method in class com.landawn.abacus.util.Seq
 
collect(Collector<? super T, A, R>) - Method in class com.landawn.abacus.util.Seq
 
collect(Supplier<R>, ObjByteConsumer<R>, BiConsumer<R, R>) - Method in class com.landawn.abacus.util.stream.ByteStream
Performs a mutable reduction operation on the elements of this stream.
collect(Supplier<R>, ObjByteConsumer<R>) - Method in class com.landawn.abacus.util.stream.ByteStream
 
collect(Supplier<R>, ObjCharConsumer<R>, BiConsumer<R, R>) - Method in class com.landawn.abacus.util.stream.CharStream
Performs a mutable reduction operation on the elements of this stream.
collect(Supplier<R>, ObjCharConsumer<R>) - Method in class com.landawn.abacus.util.stream.CharStream
 
collect(Supplier<R>, ObjDoubleConsumer<R>, BiConsumer<R, R>) - Method in class com.landawn.abacus.util.stream.DoubleStream
Performs a mutable reduction operation on the elements of this stream.
collect(Supplier<R>, ObjDoubleConsumer<R>) - Method in class com.landawn.abacus.util.stream.DoubleStream
 
collect(Supplier<R>, BiConsumer<R, ? super Map.Entry<K, V>>, BiConsumer<R, R>) - Method in class com.landawn.abacus.util.stream.EntryStream
 
collect(Supplier<R>, BiConsumer<R, ? super Map.Entry<K, V>>) - Method in class com.landawn.abacus.util.stream.EntryStream
 
collect(Collector<? super Map.Entry<K, V>, A, R>) - Method in class com.landawn.abacus.util.stream.EntryStream
 
collect(Collector<? super Map.Entry<K, V>, A, R>) - Method in class com.landawn.abacus.util.stream.EntryStream
 
collect(Supplier<R>, ObjFloatConsumer<R>, BiConsumer<R, R>) - Method in class com.landawn.abacus.util.stream.FloatStream
Performs a mutable reduction operation on the elements of this stream.
collect(Supplier<R>, ObjFloatConsumer<R>) - Method in class com.landawn.abacus.util.stream.FloatStream
 
collect(Supplier<R>, ObjIntConsumer<R>, BiConsumer<R, R>) - Method in class com.landawn.abacus.util.stream.IntStream
Performs a mutable reduction operation on the elements of this stream.
collect(Supplier<R>, ObjIntConsumer<R>) - Method in class com.landawn.abacus.util.stream.IntStream
 
collect(Supplier<R>, ObjLongConsumer<R>, BiConsumer<R, R>) - Method in class com.landawn.abacus.util.stream.LongStream
Performs a mutable reduction operation on the elements of this stream.
collect(Supplier<R>, ObjLongConsumer<R>) - Method in class com.landawn.abacus.util.stream.LongStream
 
collect(Supplier<R>, ObjShortConsumer<R>, BiConsumer<R, R>) - Method in class com.landawn.abacus.util.stream.ShortStream
Performs a mutable reduction operation on the elements of this stream.
collect(Supplier<R>, ObjShortConsumer<R>) - Method in class com.landawn.abacus.util.stream.ShortStream
 
collect(Supplier<R>, BiConsumer<R, ? super T>, BiConsumer<R, R>) - Method in class com.landawn.abacus.util.stream.Stream
Performs a mutable reduction operation on the elements of this stream.
collect(Supplier<R>, BiConsumer<R, ? super T>) - Method in class com.landawn.abacus.util.stream.Stream
The result will be merged by: a.addAll(b) if result container is Collection/Multiset/LongMultiset/IntList/CharList/..., or a.putAll(b) if result container is Map/Multimap/Sheet, or a.append(b) if result container is StringBuilder when it's necessary in Parallel Stream.
collect(Collector<? super T, A, R>) - Method in class com.landawn.abacus.util.stream.Stream
Performs a mutable reduction operation on the elements of this stream using a Collector.
collect(Collector<? super T, A, R>) - Method in class com.landawn.abacus.util.stream.Stream
 
collectAndThen(Collector<T, A, R>, Try.Function<R, RR, E>) - Method in class com.landawn.abacus.util.Seq
 
collectAndThen(Collector<? super Map.Entry<K, V>, A, R>, Function<R, RR>) - Method in class com.landawn.abacus.util.stream.EntryStream
 
collectAndThen(Collector<? super Map.Entry<K, V>, A, R>, Function<R, RR>) - Method in class com.landawn.abacus.util.stream.EntryStream
 
collectAndThen(Collector<? super T, A, R>, Function<R, RR>) - Method in class com.landawn.abacus.util.stream.Stream
 
collectAndThen(Collector<? super T, A, R>, Function<R, RR>) - Method in class com.landawn.abacus.util.stream.Stream
 
collectingAndThen(Collector<T, A, R>, Function<R, RR>) - Static method in class com.landawn.abacus.util.stream.Collectors
Adapts a Collector to perform an additional finishing transformation.
collection(String) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
collection(Class<T>, String) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
collection2Array(Class<T>, Collection<?>) - Static method in class com.landawn.abacus.util.N
 
Collector<T,A,R> - Interface in com.landawn.abacus.util.stream
Note: It's copied from OpenJDK at: http://hg.openjdk.java.net/jdk8u/hs-dev/jdk
A mutable reduction operation that accumulates input elements into a mutable result container, optionally transforming the accumulated result into a final representation after all input elements have been processed.
Collectors - Class in com.landawn.abacus.util.stream
Note: It's copied from OpenJDK at: http://hg.openjdk.java.net/jdk8u/hs-dev/jdk
Implementations of Collector that implement various useful reduction operations, such as accumulating elements into collections, summarizing elements according to various criteria, etc.
Collectors.MoreCollectors - Class in com.landawn.abacus.util.stream
 
collExecutor(String) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
cols - Variable in class com.landawn.abacus.util.AbstractMatrix
Column length.
column(int) - Method in class com.landawn.abacus.util.BooleanMatrix
 
column(int) - Method in class com.landawn.abacus.util.ByteMatrix
 
column(int) - Method in class com.landawn.abacus.util.CharMatrix
 
column(int) - Method in class com.landawn.abacus.util.DoubleMatrix
 
column(int) - Method in class com.landawn.abacus.util.FloatMatrix
 
column(int) - Method in class com.landawn.abacus.util.IntMatrix
 
column(int) - Method in class com.landawn.abacus.util.LongMatrix
 
column(int) - Method in class com.landawn.abacus.util.Matrix
 
column(Object) - Method in class com.landawn.abacus.util.Sheet
 
column(int) - Method in class com.landawn.abacus.util.ShortMatrix
 
columnKey() - Method in interface com.landawn.abacus.util.Sheet.Cell
 
columnKeySet() - Method in class com.landawn.abacus.util.Sheet
 
columnLength() - Method in class com.landawn.abacus.util.Sheet
Returns the size of column key set.
columnMap() - Method in class com.landawn.abacus.util.Sheet
 
columnNameList() - Method in interface com.landawn.abacus.DataSet
Return the column name list in this DataSet.
columnNames(Try.Predicate<String, E>) - Method in interface com.landawn.abacus.DataSet
Return the column name list filtered by specified filter.
columns(Collection<R>, Collection<C>, Object[][]) - Static method in class com.landawn.abacus.util.Sheet
 
columns(Collection<R>, Collection<C>, Collection<? extends Collection<? extends E>>) - Static method in class com.landawn.abacus.util.Sheet
 
com.landawn.abacus.android - package com.landawn.abacus.android
 
com.landawn.abacus.android.util - package com.landawn.abacus.android.util
 
com.landawn.abacus.condition - package com.landawn.abacus.condition
 
com.landawn.abacus.eventBus - package com.landawn.abacus.eventBus
 
com.landawn.abacus.hash - package com.landawn.abacus.hash
 
com.landawn.abacus.pool - package com.landawn.abacus.pool
 
com.landawn.abacus.util.function - package com.landawn.abacus.util.function
 
combinations() - Method in class com.landawn.abacus.util.stream.Stream
 
combinations(int) - Method in class com.landawn.abacus.util.stream.Stream
 
combine(CompletableFuture<? extends T1>, CompletableFuture<? extends T2>) - Static method in class com.landawn.abacus.android.util.Futures
 
combine(CompletableFuture<? extends T1>, CompletableFuture<? extends T2>, CompletableFuture<? extends T3>) - Static method in class com.landawn.abacus.android.util.Futures
 
combine(CompletableFuture<? extends T1>, CompletableFuture<? extends T2>, CompletableFuture<? extends T3>, CompletableFuture<? extends T4>) - Static method in class com.landawn.abacus.android.util.Futures
 
combine(CompletableFuture<? extends T1>, CompletableFuture<? extends T2>, CompletableFuture<? extends T3>, CompletableFuture<? extends T4>, CompletableFuture<? extends T5>) - Static method in class com.landawn.abacus.android.util.Futures
 
combine(CompletableFuture<? extends T1>, CompletableFuture<? extends T2>, CompletableFuture<? extends T3>, CompletableFuture<? extends T4>, CompletableFuture<? extends T5>, CompletableFuture<? extends T6>) - Static method in class com.landawn.abacus.android.util.Futures
 
combine(CompletableFuture<? extends T1>, CompletableFuture<? extends T2>, CompletableFuture<? extends T3>, CompletableFuture<? extends T4>, CompletableFuture<? extends T5>, CompletableFuture<? extends T6>, CompletableFuture<? extends T7>) - Static method in class com.landawn.abacus.android.util.Futures
 
combine(CompletableFuture<? extends T1>, CompletableFuture<? extends T2>, Try.BiFunction<? super T1, ? super T2, ? extends R, E>) - Static method in class com.landawn.abacus.android.util.Futures
 
combine(CompletableFuture<? extends T1>, CompletableFuture<? extends T2>, CompletableFuture<? extends T3>, Try.TriFunction<? super T1, ? super T2, ? super T3, ? extends R, E>) - Static method in class com.landawn.abacus.android.util.Futures
 
combine(Collection<? extends CompletableFuture<? extends T>>, Try.Function<List<T>, ? extends R, E>) - Static method in class com.landawn.abacus.android.util.Futures
 
combine(DoubleSummaryStatistics) - Method in class com.landawn.abacus.util.DoubleSummaryStatistics
Combines the state of another DoubleSummaryStatistics into this one.
combine(CompletableFuture<? extends T1>, CompletableFuture<? extends T2>) - Static method in class com.landawn.abacus.util.Futures
 
combine(CompletableFuture<? extends T1>, CompletableFuture<? extends T2>, CompletableFuture<? extends T3>) - Static method in class com.landawn.abacus.util.Futures
 
combine(CompletableFuture<? extends T1>, CompletableFuture<? extends T2>, CompletableFuture<? extends T3>, CompletableFuture<? extends T4>) - Static method in class com.landawn.abacus.util.Futures
 
combine(CompletableFuture<? extends T1>, CompletableFuture<? extends T2>, CompletableFuture<? extends T3>, CompletableFuture<? extends T4>, CompletableFuture<? extends T5>) - Static method in class com.landawn.abacus.util.Futures
 
combine(CompletableFuture<? extends T1>, CompletableFuture<? extends T2>, CompletableFuture<? extends T3>, CompletableFuture<? extends T4>, CompletableFuture<? extends T5>, CompletableFuture<? extends T6>) - Static method in class com.landawn.abacus.util.Futures
 
combine(CompletableFuture<? extends T1>, CompletableFuture<? extends T2>, CompletableFuture<? extends T3>, CompletableFuture<? extends T4>, CompletableFuture<? extends T5>, CompletableFuture<? extends T6>, CompletableFuture<? extends T7>) - Static method in class com.landawn.abacus.util.Futures
 
combine(CompletableFuture<? extends T1>, CompletableFuture<? extends T2>, Try.BiFunction<? super T1, ? super T2, ? extends R, E>) - Static method in class com.landawn.abacus.util.Futures
 
combine(CompletableFuture<? extends T1>, CompletableFuture<? extends T2>, CompletableFuture<? extends T3>, Try.TriFunction<? super T1, ? super T2, ? super T3, ? extends R, E>) - Static method in class com.landawn.abacus.util.Futures
 
combine(Collection<? extends CompletableFuture<? extends T>>, Try.Function<List<T>, ? extends R, E>) - Static method in class com.landawn.abacus.util.Futures
 
combine(IntSummaryStatistics) - Method in class com.landawn.abacus.util.IntSummaryStatistics
Combines the state of another IntSummaryStatistics into this one.
combine(LongSummaryStatistics) - Method in class com.landawn.abacus.util.LongSummaryStatistics
Combines the state of another LongSummaryStatistics into this one.
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>, 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>, 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(Collection<Collector<? super T, ?, ?>>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
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>, 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>, 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
 
combineColumn(Collection<String>, String, Class<?>) - Method in interface com.landawn.abacus.DataSet
 
combineColumn(Collection<String>, String, Try.Function<? super Object[], ?, E>) - Method in interface com.landawn.abacus.DataSet
 
combineColumn(Try.Predicate<String, E>, String, Class<?>) - Method in interface com.landawn.abacus.DataSet
 
combineColumn(Try.Predicate<String, E>, String, Try.Function<? super Object[], ?, E2>) - Method in interface com.landawn.abacus.DataSet
 
combineColumn(Collection<String>, String, Class<?>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
 
combineColumn(Collection<String>, String, Try.Function<? super Object[], ?, E>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
 
combineColumn(Try.Predicate<String, E>, String, Class<?>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
 
combineColumn(Try.Predicate<String, E>, String, Try.Function<? super Object[], ?, E2>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
 
combinee(Collection<Collector<? super T, ?, ?>>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
combineOrdered(Iterable<HashCode>) - Static method in class com.landawn.abacus.hash.Hashing
Returns a hash code, having the same bit length as each of the input hash codes, that combines the information of these hash codes in an ordered fashion.
combiner() - Method in interface com.landawn.abacus.util.stream.Collector
A function that accepts two partial results and merges them.
combineUnordered(Iterable<HashCode>) - Static method in class com.landawn.abacus.hash.Hashing
Returns a hash code, having the same bit length as each of the input hash codes, that combines the information of these hash codes in an unordered fashion.
commit() - Method in interface com.landawn.abacus.Transaction
Method commit.
commit() - Method in class com.landawn.abacus.util.SQLTransaction
 
commonPrefix(String, String) - Static method in class com.landawn.abacus.util.N
Note: copy rights: Google Guava.
commonPrefix(String...) - Static method in class com.landawn.abacus.util.N
 
commonPrefix() - Static method in class com.landawn.abacus.util.stream.Collectors
It's copied from StreamEx: https://github.com/amaembo/streamex
Returns a Collector which computes a common prefix of input CharSequence objects returning the result as String.
commonSuffix(String, String) - Static method in class com.landawn.abacus.util.N
Note: copy rights: Google Guava.
commonSuffix(String...) - Static method in class com.landawn.abacus.util.N
 
commonSuffix() - Static method in class com.landawn.abacus.util.stream.Collectors
It's copied from StreamEx: https://github.com/amaembo/streamex
Returns a Collector which computes a common suffix of input CharSequence objects returning the result as String.
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(int, int) - Static method in class com.landawn.abacus.util.Chain
Compares two int values as specified by N.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 N.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(int, int) - Method in class com.landawn.abacus.util.Chain.ComparisonChain
Compares two int values as specified by N.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 N.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(boolean, boolean) - Static method in class com.landawn.abacus.util.N
 
compare(byte, byte) - Static method in class com.landawn.abacus.util.N
 
compare(short, short) - Static method in class com.landawn.abacus.util.N
 
compare(int, int) - Static method in class com.landawn.abacus.util.N
 
compare(long, long) - Static method in class com.landawn.abacus.util.N
 
compare(float, float) - Static method in class com.landawn.abacus.util.N
 
compare(double, double) - Static method in class com.landawn.abacus.util.N
 
compare(T, T) - Static method in class com.landawn.abacus.util.N
 
compare(T, T, Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
Returns 0 if the arguments are identical and c.compare(a, b) otherwise.
compare(T1, T1, T2, T2) - Static method in class com.landawn.abacus.util.N
Continue to compare the pairs of values (a1, b1), (a2, b2) until they're not equal.
compare(T1, T1, T2, T2, T3, T3) - Static method in class com.landawn.abacus.util.N
Continue to compare the pairs of values (a1, b1), (a2, b2), (a3, b3) until they're not equal.
compare(T1, T1, T2, T2, T3, T3, T4, T4) - Static method in class com.landawn.abacus.util.N
Continue to compare the pairs of values (a1, b1), (a2, b2), (a3, b3), (a4, b4) until they're not equal.
compare(T1, T1, T2, T2, T3, T3, T4, T4, T5, T5) - Static method in class com.landawn.abacus.util.N
Continue to compare the pairs of values (a1, b1), (a2, b2), (a3, b3), (a4, b4), (a5, b5) until they're not equal.
compare(boolean[], boolean[]) - Static method in class com.landawn.abacus.util.N
 
compare(char[], char[]) - Static method in class com.landawn.abacus.util.N
 
compare(byte[], byte[]) - Static method in class com.landawn.abacus.util.N
 
compare(short[], short[]) - Static method in class com.landawn.abacus.util.N
 
compare(int[], int[]) - Static method in class com.landawn.abacus.util.N
 
compare(long[], long[]) - Static method in class com.landawn.abacus.util.N
 
compare(float[], float[]) - Static method in class com.landawn.abacus.util.N
 
compare(double[], double[]) - Static method in class com.landawn.abacus.util.N
 
compare(T[], T[]) - Static method in class com.landawn.abacus.util.N
 
compare(T[], T[], Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
 
compare(Collection<T>, Collection<T>) - Static method in class com.landawn.abacus.util.N
 
compare(Collection<T>, Collection<T>, Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
 
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.
compareIgnoreCase(String, String) - Static method in class com.landawn.abacus.util.N
 
compareTo(Duration) - Method in class com.landawn.abacus.util.Duration
Compares this duration to the specified Duration.
compareTo(Fraction) - Method in class com.landawn.abacus.util.Fraction
Compares this object to another based on size.
compareTo(HBaseColumn<T>) - Method in class com.landawn.abacus.util.HBaseColumn
 
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(OptionalBoolean) - Method in class com.landawn.abacus.util.OptionalBoolean
 
compareTo(OptionalByte) - Method in class com.landawn.abacus.util.OptionalByte
 
compareTo(OptionalChar) - Method in class com.landawn.abacus.util.OptionalChar
 
compareTo(OptionalDouble) - Method in class com.landawn.abacus.util.OptionalDouble
 
compareTo(OptionalFloat) - Method in class com.landawn.abacus.util.OptionalFloat
 
compareTo(OptionalInt) - Method in class com.landawn.abacus.util.OptionalInt
 
compareTo(OptionalLong) - Method in class com.landawn.abacus.util.OptionalLong
 
compareTo(OptionalShort) - Method in class com.landawn.abacus.util.OptionalShort
 
compareTo(T) - Method in class com.landawn.abacus.util.Range
Checks where the specified element occurs relative to this range.
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.
comparingBoolean(ToBooleanFunction<? super 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
 
comparingByKey(Comparator<? super K>) - Static method in class com.landawn.abacus.util.Comparators
 
comparingByLength() - Static method in class com.landawn.abacus.util.Comparators
 
comparingBySize() - Static method in class com.landawn.abacus.util.Comparators
 
comparingByte(ToByteFunction<? super T>) - Static method in class com.landawn.abacus.util.Comparators
 
comparingByValue() - Static method in class com.landawn.abacus.util.Comparators
 
comparingByValue(Comparator<? super V>) - Static method in class com.landawn.abacus.util.Comparators
 
comparingChar(ToCharFunction<? super 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
 
comparingIgnoreCase(Function<? super T, String>) - Static method in class com.landawn.abacus.util.Comparators
 
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
 
comparingShort(ToShortFunction<? super T>) - Static method in class com.landawn.abacus.util.Comparators
 
CompletableFuture<T> - Class in com.landawn.abacus.android.util

TP -> Thread Pool
CompletableFuture<T> - Class in com.landawn.abacus.util
 
complete(BlockingQueue<?>) - Static method in class com.landawn.abacus.util.Observer
 
completed(T) - Static method in class com.landawn.abacus.android.util.CompletableFuture
 
completed(T) - Static method in class com.landawn.abacus.util.CompletableFuture
 
compose(BooleanUnaryOperator) - Method in interface com.landawn.abacus.util.function.BooleanUnaryOperator
 
compose(ByteUnaryOperator) - Method in interface com.landawn.abacus.util.function.ByteUnaryOperator
 
compose(CharUnaryOperator) - Method in interface com.landawn.abacus.util.function.CharUnaryOperator
 
compose(FloatUnaryOperator) - Method in interface com.landawn.abacus.util.function.FloatUnaryOperator
 
compose(IndexedFunction<? super V, ? extends T>) - Method in interface com.landawn.abacus.util.function.IndexedFunction
 
compose(ShortUnaryOperator) - Method in interface com.landawn.abacus.util.function.ShortUnaryOperator
 
compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class com.landawn.abacus.util.ImmutableMap
Deprecated.
Unsupported operation.
compute(T, Try.BiFunction<? super T, Long, Long, E>) - Method in class com.landawn.abacus.util.LongMultiset
The implementation is equivalent to performing the following steps for this LongMultiset:
compute(Map<K, V>, K, Try.BiFunction<? super K, ? super V, ? extends V, E>) - Static method in class com.landawn.abacus.util.Maps
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(K, Try.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, Try.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, Function<? super K, ? extends V>) - Method in class com.landawn.abacus.util.ImmutableMap
Deprecated.
Unsupported operation.
computeIfAbsent(T, Try.Function<? super T, Long, E>) - Method in class com.landawn.abacus.util.LongMultiset
The implementation is equivalent to performing the following steps for this LongMultiset:
computeIfAbsent(Map<K, V>, K, Try.Function<? super K, ? extends V, E>) - Static method in class com.landawn.abacus.util.Maps
If the specified key is not already associated with a value (or is mapped to null), attempts to compute its value using the given mapping function and enters it into this map unless null.
computeIfAbsent(K, Try.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, Try.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, BiFunction<? super K, ? super V, ? extends V>) - Method in class com.landawn.abacus.util.ImmutableMap
Deprecated.
Unsupported operation.
computeIfPresent(T, Try.BiFunction<? super T, Long, Long, E>) - Method in class com.landawn.abacus.util.LongMultiset
The implementation is equivalent to performing the following steps for this LongMultiset:
computeIfPresent(Map<K, V>, K, Try.BiFunction<? super K, ? super V, ? extends V, E>) - Static method in class com.landawn.abacus.util.Maps
If the value for the specified key is present and non-null, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(K, Try.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, Try.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(String, String) - Static method in class com.landawn.abacus.util.FilenameUtil
Concatenates a filename to a base path using normal command line style rules.
concat(boolean[]...) - Static method in class com.landawn.abacus.util.Iterators
 
concat(short[]...) - Static method in class com.landawn.abacus.util.Iterators
 
concat(byte[]...) - Static method in class com.landawn.abacus.util.Iterators
 
concat(int[]...) - Static method in class com.landawn.abacus.util.Iterators
 
concat(long[]...) - Static method in class com.landawn.abacus.util.Iterators
 
concat(float[]...) - Static method in class com.landawn.abacus.util.Iterators
 
concat(double[]...) - Static method in class com.landawn.abacus.util.Iterators
 
concat(BooleanIterator...) - Static method in class com.landawn.abacus.util.Iterators
 
concat(CharIterator...) - Static method in class com.landawn.abacus.util.Iterators
 
concat(ByteIterator...) - Static method in class com.landawn.abacus.util.Iterators
 
concat(ShortIterator...) - Static method in class com.landawn.abacus.util.Iterators
 
concat(IntIterator...) - Static method in class com.landawn.abacus.util.Iterators
 
concat(LongIterator...) - Static method in class com.landawn.abacus.util.Iterators
 
concat(FloatIterator...) - Static method in class com.landawn.abacus.util.Iterators
 
concat(DoubleIterator...) - Static method in class com.landawn.abacus.util.Iterators
 
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(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(Object, Object) - Static method in class com.landawn.abacus.util.Joiner
Returns N.toString(a) + N.toString(b).
concat(Object, Object, Object) - Static method in class com.landawn.abacus.util.Joiner
 
concat(Object, Object, Object, Object) - Static method in class com.landawn.abacus.util.Joiner
 
concat(Object, Object, Object, Object, Object) - Static method in class com.landawn.abacus.util.Joiner
 
concat(Object, Object, Object, Object, Object, Object) - Static method in class com.landawn.abacus.util.Joiner
 
concat(Object, Object, Object, Object, Object, Object, Object) - Static method in class com.landawn.abacus.util.Joiner
Returns N.toString(a) + N.toString(b) + N.toString(c) + N.toString(d) + N.toString(e) + N.toString(f) + N.toString(g).
concat(Object...) - Static method in class com.landawn.abacus.util.Joiner
 
concat(Collection<?>) - Static method in class com.landawn.abacus.util.Joiner
 
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<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<M>) - Static method in class com.landawn.abacus.util.ListMultimap
Deprecated.
concat(Map<? extends K, ? extends E>, Map<? extends K, ? extends E>, IntFunction<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<M>) - Static method in class com.landawn.abacus.util.Multimap
 
concat(String, String) - Static method in class com.landawn.abacus.util.N
Returns a + b
concat(String, String, String) - Static method in class com.landawn.abacus.util.N
 
concat(String, String, String, String) - Static method in class com.landawn.abacus.util.N
 
concat(String, String, String, String, String) - Static method in class com.landawn.abacus.util.N
 
concat(String, String, String, String, String, String) - Static method in class com.landawn.abacus.util.N
 
concat(String, String, String, String, String, String, String) - Static method in class com.landawn.abacus.util.N
 
concat(String...) - Static method in class com.landawn.abacus.util.N
 
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(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<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<M>) - Static method in class com.landawn.abacus.util.SetMultimap
Deprecated.
concat(byte[]...) - Static method in class com.landawn.abacus.util.stream.ByteStream
 
concat(ByteIterator...) - Static method in class com.landawn.abacus.util.stream.ByteStream
 
concat(ByteStream...) - Static method in class com.landawn.abacus.util.stream.ByteStream
 
concat(Collection<? extends ByteStream>) - Static method in class com.landawn.abacus.util.stream.ByteStream
 
concat(char[]...) - Static method in class com.landawn.abacus.util.stream.CharStream
 
concat(CharIterator...) - Static method in class com.landawn.abacus.util.stream.CharStream
 
concat(CharStream...) - Static method in class com.landawn.abacus.util.stream.CharStream
 
concat(Collection<? extends CharStream>) - Static method in class com.landawn.abacus.util.stream.CharStream
 
concat(double[]...) - Static method in class com.landawn.abacus.util.stream.DoubleStream
 
concat(DoubleIterator...) - Static method in class com.landawn.abacus.util.stream.DoubleStream
 
concat(DoubleStream...) - Static method in class com.landawn.abacus.util.stream.DoubleStream
 
concat(Collection<? extends DoubleStream>) - Static method in class com.landawn.abacus.util.stream.DoubleStream
 
concat(Map<K, V>...) - Static method in class com.landawn.abacus.util.stream.EntryStream
 
concat(Collection<? extends Map<K, V>>) - Static method in class com.landawn.abacus.util.stream.EntryStream
 
concat(float[]...) - Static method in class com.landawn.abacus.util.stream.FloatStream
 
concat(FloatIterator...) - Static method in class com.landawn.abacus.util.stream.FloatStream
 
concat(FloatStream...) - Static method in class com.landawn.abacus.util.stream.FloatStream
 
concat(Collection<? extends FloatStream>) - Static method in class com.landawn.abacus.util.stream.FloatStream
 
concat(int[]...) - Static method in class com.landawn.abacus.util.stream.IntStream
 
concat(IntIterator...) - Static method in class com.landawn.abacus.util.stream.IntStream
 
concat(IntStream...) - Static method in class com.landawn.abacus.util.stream.IntStream
 
concat(Collection<? extends IntStream>) - Static method in class com.landawn.abacus.util.stream.IntStream
 
concat(long[]...) - Static method in class com.landawn.abacus.util.stream.LongStream
 
concat(LongIterator...) - Static method in class com.landawn.abacus.util.stream.LongStream
 
concat(LongStream...) - Static method in class com.landawn.abacus.util.stream.LongStream
 
concat(Collection<? extends LongStream>) - Static method in class com.landawn.abacus.util.stream.LongStream
 
concat(short[]...) - Static method in class com.landawn.abacus.util.stream.ShortStream
 
concat(ShortIterator...) - Static method in class com.landawn.abacus.util.stream.ShortStream
 
concat(ShortStream...) - Static method in class com.landawn.abacus.util.stream.ShortStream
 
concat(Collection<? extends ShortStream>) - Static method in class com.landawn.abacus.util.stream.ShortStream
 
concat(T[]...) - Static method in class com.landawn.abacus.util.stream.Stream
 
concat(Collection<? extends T>...) - Static method in class com.landawn.abacus.util.stream.Stream
 
concat(Iterator<? extends T>...) - Static method in class com.landawn.abacus.util.stream.Stream
 
concat(Stream<? extends T>...) - Static method in class com.landawn.abacus.util.stream.Stream
 
concat(Collection<? extends Stream<? extends T>>) - Static method in class com.landawn.abacus.util.stream.Stream
 
concatenating(HashFunction, HashFunction, HashFunction...) - Static method in class com.landawn.abacus.hash.Hashing
Returns a hash function which computes its hash code by concatenating the hash codes of the underlying hash functions together.
concatenating(Iterable<HashFunction>) - Static method in class com.landawn.abacus.hash.Hashing
Returns a hash function which computes its hash code by concatenating the hash codes of the underlying hash functions together.
concatt(Collection<? extends Collection<? extends T>>) - Static method in class com.landawn.abacus.util.Iterators
 
concatt(Collection<? extends Iterator<? extends T>>) - Static method in class com.landawn.abacus.util.stream.Stream
 
Condition - Interface in com.landawn.abacus.condition
 
ConditionFactory - Class in com.landawn.abacus.condition
 
ConditionFactory.L - Class in com.landawn.abacus.condition
 
Config() - Constructor for class com.landawn.abacus.http.HttpProxy.Config
 
connection() - Method in class com.landawn.abacus.util.HBaseExecutor
 
connection() - Method in class com.landawn.abacus.util.SQLTransaction
DO NOT CLOSE the connection manually.
CONNECTION_TIMEOUT - Static variable in class com.landawn.abacus.http.HTTP
 
connectionTimeout(long) - Method in class com.landawn.abacus.http.HttpClient.Request
 
connectionTimeout(long) - Method in class com.landawn.abacus.http.OKHttpClient.Request
 
consistentHash(HashCode, int) - Static method in class com.landawn.abacus.hash.Hashing
Assigns to hashCode a "bucket" in the range [0, buckets), in a uniform manner that minimizes the need for remapping as buckets grows.
consistentHash(long, int) - Static method in class com.landawn.abacus.hash.Hashing
Assigns to input a "bucket" in the range [0, buckets), in a uniform manner that minimizes the need for remapping as buckets grows.
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
Method contains
contains(Object) - Method in class com.landawn.abacus.util.ArrayHashSet
 
contains(boolean) - Method in class com.landawn.abacus.util.BooleanList
 
contains(byte) - Method in class com.landawn.abacus.util.ByteList
 
contains(char) - Method in class com.landawn.abacus.util.CharList
 
contains(double) - Method in class com.landawn.abacus.util.DoubleList
 
contains(String, Object) - Static method in class com.landawn.abacus.util.DynamoDBExecutor.Filters
 
contains(float) - Method in class com.landawn.abacus.util.FloatList
 
contains(int) - Method in class com.landawn.abacus.util.IntList
 
contains(Iterator<?>, Object) - Static method in class com.landawn.abacus.util.Iterators
 
contains(long) - Method in class com.landawn.abacus.util.LongList
 
contains(Object) - Method in class com.landawn.abacus.util.LongMultiset
 
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(String, int) - Static method in class com.landawn.abacus.util.N
 
contains(String, String) - Static method in class com.landawn.abacus.util.N
 
contains(String, String, String) - 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(Object) - Method in class com.landawn.abacus.util.Seq
 
contains(Object, Object) - Method in class com.landawn.abacus.util.Sheet
 
contains(short) - Method in class com.landawn.abacus.util.ShortList
 
containsAll(Collection<?>) - Method in class com.landawn.abacus.util.ArrayHashSet
 
containsAll(BooleanList) - Method in class com.landawn.abacus.util.BooleanList
 
containsAll(boolean[]) - Method in class com.landawn.abacus.util.BooleanList
 
containsAll(ByteList) - Method in class com.landawn.abacus.util.ByteList
 
containsAll(byte[]) - Method in class com.landawn.abacus.util.ByteList
 
containsAll(CharList) - Method in class com.landawn.abacus.util.CharList
 
containsAll(char[]) - Method in class com.landawn.abacus.util.CharList
 
containsAll(DoubleList) - Method in class com.landawn.abacus.util.DoubleList
 
containsAll(double[]) - Method in class com.landawn.abacus.util.DoubleList
 
containsAll(FloatList) - Method in class com.landawn.abacus.util.FloatList
 
containsAll(float[]) - Method in class com.landawn.abacus.util.FloatList
 
containsAll(IntList) - Method in class com.landawn.abacus.util.IntList
 
containsAll(int[]) - Method in class com.landawn.abacus.util.IntList
 
containsAll(LongList) - Method in class com.landawn.abacus.util.LongList
 
containsAll(long[]) - Method in class com.landawn.abacus.util.LongList
 
containsAll(Collection<?>) - Method in class com.landawn.abacus.util.LongMultiset
 
containsAll(Object, Collection<?>) - Method in class com.landawn.abacus.util.Multimap
 
containsAll(Collection<?>) - Method in class com.landawn.abacus.util.Multiset
 
containsAll(A) - Method in class com.landawn.abacus.util.PrimitiveList
 
containsAll(Collection<? extends T>) - Method in class com.landawn.abacus.util.Range
 
containsAll(Collection<?>) - Method in class com.landawn.abacus.util.Seq
 
containsAll(Object[]) - Method in class com.landawn.abacus.util.Seq
 
containsAll(ShortList) - Method in class com.landawn.abacus.util.ShortList
 
containsAll(short[]) - Method in class com.landawn.abacus.util.ShortList
 
containsAll(T...) - Method in class com.landawn.abacus.util.stream.Stream
 
containsAll(Collection<? extends T>) - Method in class com.landawn.abacus.util.stream.Stream
 
containsAny(BooleanList) - Method in class com.landawn.abacus.util.BooleanList
 
containsAny(boolean[]) - Method in class com.landawn.abacus.util.BooleanList
 
containsAny(ByteList) - Method in class com.landawn.abacus.util.ByteList
 
containsAny(byte[]) - Method in class com.landawn.abacus.util.ByteList
 
containsAny(CharList) - Method in class com.landawn.abacus.util.CharList
 
containsAny(char[]) - Method in class com.landawn.abacus.util.CharList
 
containsAny(DoubleList) - Method in class com.landawn.abacus.util.DoubleList
 
containsAny(double[]) - Method in class com.landawn.abacus.util.DoubleList
 
containsAny(FloatList) - Method in class com.landawn.abacus.util.FloatList
 
containsAny(float[]) - Method in class com.landawn.abacus.util.FloatList
 
containsAny(IntList) - Method in class com.landawn.abacus.util.IntList
 
containsAny(int[]) - Method in class com.landawn.abacus.util.IntList
 
containsAny(LongList) - Method in class com.landawn.abacus.util.LongList
 
containsAny(long[]) - Method in class com.landawn.abacus.util.LongList
 
containsAny(String, char...) - Static method in class com.landawn.abacus.util.N
 
containsAny(A) - Method in class com.landawn.abacus.util.PrimitiveList
 
containsAny(Collection<?>) - Method in class com.landawn.abacus.util.Seq
 
containsAny(Object[]) - Method in class com.landawn.abacus.util.Seq
 
containsAny(ShortList) - Method in class com.landawn.abacus.util.ShortList
 
containsAny(short[]) - Method in class com.landawn.abacus.util.ShortList
 
containsColumn(String) - Method in interface com.landawn.abacus.DataSet
 
containsColumn(Object) - Method in class com.landawn.abacus.util.Sheet
 
containsColumnAll(Collection<String>) - Method in interface com.landawn.abacus.DataSet
Check if this DataSet contains all the specified columns.
containsIgnoreCase(String, String) - Static method in class com.landawn.abacus.util.N
 
containsKey(K) - Method in class com.landawn.abacus.cache.CaffeineCache
 
containsKey(K) - Method in class com.landawn.abacus.cache.Ehcache
 
containsKey(String) - Method in interface com.landawn.abacus.EntityId
 
containsKey(Object) - Method in class com.landawn.abacus.http.Headers
 
containsKey(K) - Method in class com.landawn.abacus.pool.GenericKeyedObjectPool
 
containsKey(K) - Method in interface com.landawn.abacus.pool.KeyedObjectPool
Method containsKey.
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.Properties
 
containsNone(String, char...) - Static method in class com.landawn.abacus.util.N
 
containsOnly(String, char...) - Static method in class com.landawn.abacus.util.N
 
containsRange(Range<T>) - Method in class com.landawn.abacus.util.Range
Checks whether this range contains all the elements of the specified range.
containsRow(Object) - Method in class com.landawn.abacus.util.Sheet
 
containsValue(Object) - Method in class com.landawn.abacus.http.Headers
 
containsValue(E) - Method in class com.landawn.abacus.pool.GenericKeyedObjectPool
 
containsValue(E) - Method in interface com.landawn.abacus.pool.KeyedObjectPool
Method containsValue.
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.Properties
 
containsValue(Object) - Method in class com.landawn.abacus.util.Sheet
 
containsWhitespace(String) - Static method in class com.landawn.abacus.util.N
 
CONTENT_ENCODING - Static variable in class com.landawn.abacus.http.HTTP
 
CONTENT_FORMAT - Static variable in class com.landawn.abacus.http.HTTP
 
CONTENT_LANGUAGE - Static variable in class com.landawn.abacus.http.HTTP
 
CONTENT_LENGTH - Static variable in class com.landawn.abacus.http.HTTP
 
CONTENT_LOCATION - Static variable in class com.landawn.abacus.http.HTTP
 
CONTENT_MD5 - Static variable in class com.landawn.abacus.http.HTTP
 
CONTENT_RANGE - Static variable in class com.landawn.abacus.http.HTTP
 
CONTENT_TYPE - Static variable in class com.landawn.abacus.http.HTTP
 
ContentFormat - Enum in com.landawn.abacus.http
 
context() - Static method in class com.landawn.abacus.android.util.Fu
 
convertColumn(String, Class<?>) - Method in interface com.landawn.abacus.DataSet
Convert the specified column to target type.
convertColumn(Map<String, Class<?>>) - Method in interface com.landawn.abacus.DataSet
Convert the specified columns to target types.
convertColumn(String, Class<?>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
 
convertColumn(Map<String, Class<?>>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
 
coprocessorService(String, Object) - Method in class com.landawn.abacus.util.HBaseExecutor
 
coprocessorService(String, Class<T>, Object, Object, Batch.Call<T, R>) - Method in class com.landawn.abacus.util.HBaseExecutor
 
coprocessorService(String, Class<T>, Object, Object, Batch.Call<T, R>, Batch.Callback<R>) - Method in class com.landawn.abacus.util.HBaseExecutor
 
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
Shallowly copy.
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.Join
 
copy() - Method in class com.landawn.abacus.condition.Junction
 
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 interface com.landawn.abacus.EntityId
 
copy() - Method in class com.landawn.abacus.hash.BloomFilter
Creates a new BloomFilter that's a copy of this instance.
copy() - Method in class com.landawn.abacus.parser.AvroDeserializationConfig
 
copy() - Method in class com.landawn.abacus.parser.AvroSerializationConfig
 
copy() - Method in class com.landawn.abacus.parser.JSONDeserializationConfig
 
copy() - Method in class com.landawn.abacus.parser.JSONSerializationConfig
 
copy() - Method in class com.landawn.abacus.parser.KryoDeserializationConfig
 
copy(T) - Method in class com.landawn.abacus.parser.KryoParser
Copy the property values shallowly.
copy() - Method in class com.landawn.abacus.parser.KryoSerializationConfig
 
copy() - Method in class com.landawn.abacus.parser.ParserConfig
 
copy() - Method in class com.landawn.abacus.parser.XMLDeserializationConfig
 
copy() - Method in class com.landawn.abacus.parser.XMLSerializationConfig
 
copy() - Method in class com.landawn.abacus.util.AbstractMatrix
 
copy(int, int) - Method in class com.landawn.abacus.util.AbstractMatrix
 
copy(int, int, int, int) - Method in class com.landawn.abacus.util.AbstractMatrix
 
copy() - Method in class com.landawn.abacus.util.BiMap
 
copy() - Method in class com.landawn.abacus.util.BooleanList
 
copy(int, int) - Method in class com.landawn.abacus.util.BooleanList
 
copy(int, int, int) - Method in class com.landawn.abacus.util.BooleanList
 
copy() - Method in class com.landawn.abacus.util.BooleanMatrix
 
copy(int, int) - Method in class com.landawn.abacus.util.BooleanMatrix
 
copy(int, int, int, int) - Method in class com.landawn.abacus.util.BooleanMatrix
 
copy() - Method in class com.landawn.abacus.util.ByteList
 
copy(int, int) - Method in class com.landawn.abacus.util.ByteList
 
copy(int, int, int) - Method in class com.landawn.abacus.util.ByteList
 
copy() - Method in class com.landawn.abacus.util.ByteMatrix
 
copy(int, int) - Method in class com.landawn.abacus.util.ByteMatrix
 
copy(int, int, int, int) - Method in class com.landawn.abacus.util.ByteMatrix
 
copy() - Method in class com.landawn.abacus.util.CassandraExecutor.StatementSettings
 
copy() - Method in class com.landawn.abacus.util.CharList
 
copy(int, int) - Method in class com.landawn.abacus.util.CharList
 
copy(int, int, int) - Method in class com.landawn.abacus.util.CharList
 
copy() - Method in class com.landawn.abacus.util.CharMatrix
 
copy(int, int) - Method in class com.landawn.abacus.util.CharMatrix
 
copy(int, int, int, int) - Method in class com.landawn.abacus.util.CharMatrix
 
copy() - Method in class com.landawn.abacus.util.DoubleList
 
copy(int, int) - Method in class com.landawn.abacus.util.DoubleList
 
copy(int, int, int) - Method in class com.landawn.abacus.util.DoubleList
 
copy() - Method in class com.landawn.abacus.util.DoubleMatrix
 
copy(int, int) - Method in class com.landawn.abacus.util.DoubleMatrix
 
copy(int, int, int, int) - Method in class com.landawn.abacus.util.DoubleMatrix
 
copy(Class<T[]>, Object[]) - Static method in class com.landawn.abacus.util.f
 
copy(Class<T[][]>, Object[][]) - Static method in class com.landawn.abacus.util.f
 
copy(Class<T[][][]>, Object[][][]) - Static method in class com.landawn.abacus.util.f
 
copy() - Method in class com.landawn.abacus.util.FloatList
 
copy(int, int) - Method in class com.landawn.abacus.util.FloatList
 
copy(int, int, int) - Method in class com.landawn.abacus.util.FloatList
 
copy() - Method in class com.landawn.abacus.util.FloatMatrix
 
copy(int, int) - Method in class com.landawn.abacus.util.FloatMatrix
 
copy(int, int, int, int) - Method in class com.landawn.abacus.util.FloatMatrix
 
copy() - Method in class com.landawn.abacus.util.HBaseColumn
 
copy() - Method in class com.landawn.abacus.util.IntList
 
copy(int, int) - Method in class com.landawn.abacus.util.IntList
 
copy(int, int, int) - Method in class com.landawn.abacus.util.IntList
 
copy() - Method in class com.landawn.abacus.util.IntMatrix
 
copy(int, int) - Method in class com.landawn.abacus.util.IntMatrix
 
copy(int, int, int, int) - Method in class com.landawn.abacus.util.IntMatrix
 
copy(File, File) - Static method in class com.landawn.abacus.util.IOUtil
 
copy(File, File, boolean) - Static method in class com.landawn.abacus.util.IOUtil
 
copy(File, File, boolean, Try.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
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(Connection, String, Connection, String) - Static method in class com.landawn.abacus.util.JdbcUtil
 
copy(Connection, String, int, long, long, Connection, String, Try.BiConsumer<? super PreparedStatement, ? super Object[], SQLException>, int, int, boolean) - Static method in class com.landawn.abacus.util.JdbcUtil
 
copy(PreparedStatement, PreparedStatement, Try.BiConsumer<? super PreparedStatement, ? super Object[], SQLException>) - Static method in class com.landawn.abacus.util.JdbcUtil
 
copy(PreparedStatement, long, long, PreparedStatement, Try.BiConsumer<? super PreparedStatement, ? super Object[], SQLException>, int, int, boolean) - Static method in class com.landawn.abacus.util.JdbcUtil
 
copy() - Method in class com.landawn.abacus.util.ListMultimap
 
copy() - Method in class com.landawn.abacus.util.LongList
 
copy(int, int) - Method in class com.landawn.abacus.util.LongList
 
copy(int, int, int) - Method in class com.landawn.abacus.util.LongList
 
copy() - Method in class com.landawn.abacus.util.LongMatrix
 
copy(int, int) - Method in class com.landawn.abacus.util.LongMatrix
 
copy(int, int, int, int) - Method in class com.landawn.abacus.util.LongMatrix
 
copy() - Method in class com.landawn.abacus.util.LongMultiset
 
copy() - Method in class com.landawn.abacus.util.Matrix
 
copy(int, int) - Method in class com.landawn.abacus.util.Matrix
 
copy(int, int, int, int) - Method in class com.landawn.abacus.util.Matrix
 
copy() - Method in class com.landawn.abacus.util.Multimap
 
copy() - Method in class com.landawn.abacus.util.Multiset
 
copy(T) - Static method in class com.landawn.abacus.util.N
Returns a new created instance of the same class and set with same properties retrieved by 'getXXX' method in the specified entity.
copy(T, Collection<String>) - Static method in class com.landawn.abacus.util.N
 
copy(Class<T>, Object) - Static method in class com.landawn.abacus.util.N
 
copy(Class<T>, Object, Collection<String>) - Static method in class com.landawn.abacus.util.N
Returns a new created instance of the specified cls and set with same properties retrieved by 'getXXX' method in the specified entity.
copy(Class<T>, Object, boolean, Set<String>) - Static method in class com.landawn.abacus.util.N
 
copy(List<? extends T>, List<? super T>) - Static method in class com.landawn.abacus.util.N
Copies all of the elements from one list into another.
copy(List<? extends T>, int, List<? super T>, int, int) - Static method in class com.landawn.abacus.util.N
 
copy(boolean[], int, boolean[], int, int) - Static method in class com.landawn.abacus.util.N
 
copy(char[], int, char[], int, int) - Static method in class com.landawn.abacus.util.N
 
copy(byte[], int, byte[], int, int) - Static method in class com.landawn.abacus.util.N
 
copy(short[], int, short[], int, int) - Static method in class com.landawn.abacus.util.N
 
copy(int[], int, int[], int, int) - Static method in class com.landawn.abacus.util.N
 
copy(long[], int, long[], int, int) - Static method in class com.landawn.abacus.util.N
 
copy(float[], int, float[], int, int) - Static method in class com.landawn.abacus.util.N
 
copy(double[], int, double[], int, int) - Static method in class com.landawn.abacus.util.N
 
copy(Object[], int, Object[], int, int) - Static method in class com.landawn.abacus.util.N
 
copy(Object, int, Object, int, int) - Static method in class com.landawn.abacus.util.N
 
copy() - Method in class com.landawn.abacus.util.Pair
 
copy() - Method in class com.landawn.abacus.util.PrimitiveList
 
copy(int, int) - Method in class com.landawn.abacus.util.PrimitiveList
 
copy(int, int, int) - Method in class com.landawn.abacus.util.PrimitiveList
 
copy() - Method in class com.landawn.abacus.util.Properties
 
copy() - Method in class com.landawn.abacus.util.RemoteExecutionResponse
 
copy() - Method in class com.landawn.abacus.util.SetMultimap
 
copy() - Method in class com.landawn.abacus.util.Sheet
 
copy(Collection<R>, Collection<C>) - Method in class com.landawn.abacus.util.Sheet
 
copy() - Method in class com.landawn.abacus.util.ShortList
 
copy(int, int) - Method in class com.landawn.abacus.util.ShortList
 
copy(int, int, int) - Method in class com.landawn.abacus.util.ShortList
 
copy() - Method in class com.landawn.abacus.util.ShortMatrix
 
copy(int, int) - Method in class com.landawn.abacus.util.ShortMatrix
 
copy(int, int, int, int) - Method in class com.landawn.abacus.util.ShortMatrix
 
copy() - Method in class com.landawn.abacus.util.SQLExecutor.JdbcSettings
 
copy() - Method in class com.landawn.abacus.util.Triple
 
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.
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.
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.
copyOf(boolean[], int) - Static method in class com.landawn.abacus.util.N
 
copyOf(char[], int) - Static method in class com.landawn.abacus.util.N
 
copyOf(byte[], int) - Static method in class com.landawn.abacus.util.N
 
copyOf(short[], int) - Static method in class com.landawn.abacus.util.N
 
copyOf(int[], int) - Static method in class com.landawn.abacus.util.N
 
copyOf(long[], int) - Static method in class com.landawn.abacus.util.N
 
copyOf(float[], int) - Static method in class com.landawn.abacus.util.N
 
copyOf(double[], int) - Static method in class com.landawn.abacus.util.N
 
copyOf(T[], int) - Static method in class com.landawn.abacus.util.N
 
copyOf(U[], int, Class<? extends T[]>) - Static method in class com.landawn.abacus.util.N
 
copyOf(Map.Entry<K, V>) - Static method in class com.landawn.abacus.util.Pair
 
copyOf(Map.Entry<K, V>) - Static method in class com.landawn.abacus.util.Tuple
 
copyOfRange(boolean[], int, int) - Static method in class com.landawn.abacus.util.N
 
copyOfRange(boolean[], int, int, int) - Static method in class com.landawn.abacus.util.N
Copy all the elements in original, through to-from, by step.
copyOfRange(char[], int, int) - Static method in class com.landawn.abacus.util.N
 
copyOfRange(char[], int, int, int) - Static method in class com.landawn.abacus.util.N
Copy all the elements in original, through to-from, by step.
copyOfRange(byte[], int, int) - Static method in class com.landawn.abacus.util.N
 
copyOfRange(byte[], int, int, int) - Static method in class com.landawn.abacus.util.N
Copy all the elements in original, through to-from, by step.
copyOfRange(short[], int, int) - Static method in class com.landawn.abacus.util.N
 
copyOfRange(short[], int, int, int) - Static method in class com.landawn.abacus.util.N
Copy all the elements in original, through to-from, by step.
copyOfRange(int[], int, int) - Static method in class com.landawn.abacus.util.N
 
copyOfRange(int[], int, int, int) - Static method in class com.landawn.abacus.util.N
Copy all the elements in original, through to-from, by step.
copyOfRange(long[], int, int) - Static method in class com.landawn.abacus.util.N
 
copyOfRange(long[], int, int, int) - Static method in class com.landawn.abacus.util.N
Copy all the elements in original, through to-from, by step.
copyOfRange(float[], int, int) - Static method in class com.landawn.abacus.util.N
 
copyOfRange(float[], int, int, int) - Static method in class com.landawn.abacus.util.N
Copy all the elements in original, through to-from, by step.
copyOfRange(double[], int, int) - Static method in class com.landawn.abacus.util.N
 
copyOfRange(double[], int, int, int) - Static method in class com.landawn.abacus.util.N
Copy all the elements in original, through to-from, by step.
copyOfRange(T[], int, int) - Static method in class com.landawn.abacus.util.N
 
copyOfRange(T[], int, int, int) - Static method in class com.landawn.abacus.util.N
Copy all the elements in original, through to-from, by step.
copyOfRange(U[], int, int, Class<? extends T[]>) - Static method in class com.landawn.abacus.util.N
Arrays.copyOfRange(Object[], int, int, Class)
copyOfRange(T[], int, int, int, Class<? extends T[]>) - Static method in class com.landawn.abacus.util.N
Copy all the elements in original, through to-from, by step.
copyOfRange(List<T>, int, int) - Static method in class com.landawn.abacus.util.N
 
copyOfRange(List<T>, int, int, int) - Static method in class com.landawn.abacus.util.N
Copy all the elements in original, through to-from, by step.
copyOfRange(String, int, int) - Static method in class com.landawn.abacus.util.N
 
copyOfRange(String, int, int, int) - Static method in class com.landawn.abacus.util.N
 
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
 
CouchbaseExecutor - Class in com.landawn.abacus.util
It's a simple wrapper of Couchbase Java client.
CouchbaseExecutor(Cluster) - Constructor for class com.landawn.abacus.util.CouchbaseExecutor
 
CouchbaseExecutor(Cluster, Bucket) - Constructor for class com.landawn.abacus.util.CouchbaseExecutor
 
CouchbaseExecutor(Cluster, Bucket, SQLMapper) - Constructor for class com.landawn.abacus.util.CouchbaseExecutor
 
CouchbaseExecutor(Cluster, Bucket, SQLMapper, AsyncExecutor) - Constructor for class com.landawn.abacus.util.CouchbaseExecutor
 
count(Class<?>, Condition) - Method in class com.landawn.abacus.android.util.SQLiteExecutor
 
count(String, Condition) - Method in class com.landawn.abacus.android.util.SQLiteExecutor
 
count(String, Object...) - Method in class com.landawn.abacus.android.util.SQLiteExecutor
 
count(String) - Static method in class com.landawn.abacus.condition.Expression
 
count - Variable in class com.landawn.abacus.util.AbstractMatrix
 
count(String, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
count(Connection, String, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
count(Try.BooleanPredicate<E>) - Method in class com.landawn.abacus.util.BooleanList
 
count(int, int, Try.BooleanPredicate<E>) - Method in class com.landawn.abacus.util.BooleanList
 
count(Try.BytePredicate<E>) - Method in class com.landawn.abacus.util.ByteList
 
count(int, int, Try.BytePredicate<E>) - Method in class com.landawn.abacus.util.ByteList
 
count(Class<?>, Condition) - Method in class com.landawn.abacus.util.CassandraExecutor
 
count(String, Object...) - Method in class com.landawn.abacus.util.CassandraExecutor
 
count(Try.CharPredicate<E>) - Method in class com.landawn.abacus.util.CharList
 
count(int, int, Try.CharPredicate<E>) - Method in class com.landawn.abacus.util.CharList
 
count(String, Object...) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
count(Try.DoublePredicate<E>) - Method in class com.landawn.abacus.util.DoubleList
 
count(int, int, Try.DoublePredicate<E>) - Method in class com.landawn.abacus.util.DoubleList
 
count(Try.FloatPredicate<E>) - Method in class com.landawn.abacus.util.FloatList
 
count(int, int, Try.FloatPredicate<E>) - Method in class com.landawn.abacus.util.FloatList
 
count(Try.IntPredicate<E>) - Method in class com.landawn.abacus.util.IntList
 
count(int, int, Try.IntPredicate<E>) - Method in class com.landawn.abacus.util.IntList
 
count(Iterator<?>) - Static method in class com.landawn.abacus.util.Iterators
 
count(Iterator<T>, Predicate<? super T>) - Static method in class com.landawn.abacus.util.Iterators
 
count(Try.LongPredicate<E>) - Method in class com.landawn.abacus.util.LongList
 
count(int, int, Try.LongPredicate<E>) - Method in class com.landawn.abacus.util.LongList
 
count() - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
count(Bson) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
count(Bson, CountOptions) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
count(String) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
count(String, Bson) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
count(String, Bson, CountOptions) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
count(boolean[], Try.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, Try.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[], Try.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, Try.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[], Try.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, Try.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[], Try.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, Try.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[], Try.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, Try.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[], Try.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, Try.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[], Try.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, Try.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[], Try.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, Try.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[], Try.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, Try.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>, Try.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, Try.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(Try.Predicate<? super T, E>) - Method in class com.landawn.abacus.util.Seq
 
count(Try.ShortPredicate<E>) - Method in class com.landawn.abacus.util.ShortList
 
count(int, int, Try.ShortPredicate<E>) - Method in class com.landawn.abacus.util.ShortList
 
count(Condition) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
count(Connection, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
count(String, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
 
count(Connection, String, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
 
count(Condition) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
count(Connection, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
count() - Method in interface com.landawn.abacus.util.stream.BaseStream
Returns the count of elements in this stream.
count() - Method in class com.landawn.abacus.util.stream.EntryStream
 
COUNT_ALL - Static variable in class com.landawn.abacus.util.CQLBuilder
 
COUNT_ALL - Static variable in class com.landawn.abacus.util.SQLBuilder
 
countEntitiesOfType(Class<?>) - Method in class com.landawn.abacus.util.Neo4jExecutor
 
counting() - Static method in class com.landawn.abacus.util.Fn
 
counting() - Static method in class com.landawn.abacus.util.stream.Collectors
Returns a Collector accepting elements of type T that counts the number of input elements.
countingBy(Function<? super T, ? extends K>) - Static method in class com.landawn.abacus.util.Fn
 
countingBy(Function<? super T, ? extends K>, Supplier<M>) - Static method in class com.landawn.abacus.util.Fn
 
countingInt() - Static method in class com.landawn.abacus.util.Fn
 
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.Fn
 
countingIntBy(Function<? super T, ? extends K>, Supplier<M>) - Static method in class com.landawn.abacus.util.Fn
 
countMatches(String, char) - Static method in class com.landawn.abacus.util.N
 
countMatches(String, String) - Static method in class com.landawn.abacus.util.N
 
CPU_CORES - Static variable in class com.landawn.abacus.util.IOUtil
 
cql - Variable in class com.landawn.abacus.util.CQLBuilder.CP
 
cql() - Method in class com.landawn.abacus.util.CQLBuilder
This CQLBuilder will be closed after cql() is called.
CQL - Static variable in class com.landawn.abacus.util.CQLMapper
 
CQL_MAPPER - Static variable in class com.landawn.abacus.util.CQLMapper
 
CQLBuilder - Class in com.landawn.abacus.util
It's easier to write/maintain the CQL by CQLBuilder and more efficient, comparing to write Cassandra CQL in plain text.
CQLBuilder.CP - Class in com.landawn.abacus.util
 
CQLBuilder.E - Class in com.landawn.abacus.util
All the property/column names in collection/map/entity/condition will be converted to lower case with underscore.
CQLBuilder.E2 - Class in com.landawn.abacus.util
All the property/column names in collection/map/entity/condition will be converted to upper case with underscore.
CQLBuilder.E3 - Class in com.landawn.abacus.util
All the property/column names in collection/map/entity/condition will be kept without any change.
CQLBuilder.NE - Class in com.landawn.abacus.util
All the property/column names in collection/map/entity/condition will be converted to lower case with underscore and the cql will be parameterized with named parameter with Hibernate/JPA format :parameterName
CQLBuilder.NE2 - Class in com.landawn.abacus.util
All the property/column names in collection/map/entity/condition will be converted to upper case with underscore and the cql will be parameterized with named parameter with Hibernate/JPA format :parameterName
CQLBuilder.NE3 - Class in com.landawn.abacus.util
All the property/column names in collection/map/entity/condition will be kept without any change and the cql will be parameterized with named parameter with Hibernate/JPA format :parameterName
CQLBuilder.RE - Class in com.landawn.abacus.util
All the property/column names in collection/map/entity/condition will be converted to lower case with underscore and the cql will be parameterized with question mark.
CQLBuilder.RE2 - Class in com.landawn.abacus.util
All the property/column names in collection/map/entity/condition will be converted to upper case with underscore and the cql will be parameterized with question mark.
CQLBuilder.RE3 - Class in com.landawn.abacus.util
All the property/column names in collection/map/entity/condition will be kept without any change and the cql will be parameterized with question mark.
CQLMapper - Class in com.landawn.abacus.util
the cql scripts are configured in xml file and mapped to short ids referenced in program.
CQLMapper() - Constructor for class com.landawn.abacus.util.CQLMapper
 
CQLMapper(String) - Constructor for class com.landawn.abacus.util.CQLMapper
 
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.
crc32() - Static method in class com.landawn.abacus.hash.Hashing
Returns a hash function implementing the CRC-32 checksum algorithm (32 hash bits) by delegating to the CRC32 Checksum.
crc32c() - Static method in class com.landawn.abacus.hash.Hashing
Returns a hash function implementing the CRC32C checksum algorithm (32 hash bits) as described by RFC 3720, Section 12.1.
create(BiConsumer<? super T, ? super Hasher>, int, double) - Static method in class com.landawn.abacus.hash.BloomFilter
Creates a BloomFilter with the expected number of insertions and expected false positive probability.
create(BiConsumer<? super T, ? super Hasher>, long, double) - Static method in class com.landawn.abacus.hash.BloomFilter
Creates a BloomFilter with the expected number of insertions and expected false positive probability.
create(BiConsumer<? super T, ? super Hasher>, int) - Static method in class com.landawn.abacus.hash.BloomFilter
Creates a BloomFilter with the expected number of insertions and a default expected false positive probability of 3%.
create(BiConsumer<? super T, ? super Hasher>, long) - Static method in class com.landawn.abacus.hash.BloomFilter
Creates a BloomFilter with the expected number of insertions and a default expected false positive probability of 3%.
create() - Static method in class com.landawn.abacus.http.AbstractHttpClient.HttpSettings
 
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, int, long, long) - Static method in class com.landawn.abacus.http.HttpClient
 
create(String, int, long, long, Map<String, Object>) - Static method in class com.landawn.abacus.http.HttpClient
 
create(String, int, long, long, Map<String, Object>, AtomicInteger) - Static method in class com.landawn.abacus.http.HttpClient
 
create(String) - Static method in class com.landawn.abacus.http.OKHttpClient
 
create(String, int) - Static method in class com.landawn.abacus.http.OKHttpClient
 
create(String, int, long, long) - Static method in class com.landawn.abacus.http.OKHttpClient
 
create(String, int, long, long, Map<String, Object>) - Static method in class com.landawn.abacus.http.OKHttpClient
 
create(String, int, long, long, Map<String, Object>, AtomicInteger) - Static method in class com.landawn.abacus.http.OKHttpClient
 
create(OkHttpClient, String, int) - Static method in class com.landawn.abacus.http.OKHttpClient
 
create(OkHttpClient, String, int, Map<String, Object>) - Static method in class com.landawn.abacus.http.OKHttpClient
 
create(OkHttpClient, String, int, Map<String, Object>, AtomicInteger) - Static method in class com.landawn.abacus.http.OKHttpClient
 
create() - Static method in class com.landawn.abacus.parser.AvroDeserializationConfig.ADC
 
create() - Static method in class com.landawn.abacus.parser.AvroSerializationConfig.ASC
 
create() - Static method in class com.landawn.abacus.parser.JacksonMapperConfig.JMC
 
create() - Static method in class com.landawn.abacus.parser.JacksonXMLMapperConfig.XMC
 
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.CassandraExecutor.StatementSettings
 
create(BiFunction<? super T, ? super U, ?>) - Static method in class com.landawn.abacus.util.Fn.BiConsumers
Returns a BiConsumer which calls the specified func.
create(BiConsumer<? super T, ? super U>) - Static method in class com.landawn.abacus.util.Fn.BiFunctions
Returns a BiFunction which calls the specified action and always return an emptyOptional if action is executed successfully.
create(U, BiConsumer<? super T, ? super U>) - Static method in class com.landawn.abacus.util.Fn.Consumers
 
create(Function<? super T, ?>) - Static method in class com.landawn.abacus.util.Fn.Consumers
Returns a Consumer which calls the specified func.
create(U, BiFunction<? super T, ? super U, R>) - Static method in class com.landawn.abacus.util.Fn.Functions
 
create(Consumer<? super T>) - Static method in class com.landawn.abacus.util.Fn.Functions
Returns a Function which calls the specified action and always return an emptyOptional if action is executed successfully.
create(U, BiPredicate<? super T, ? super U>) - Static method in class com.landawn.abacus.util.Fn.Predicates
 
create(TriFunction<? super A, ? super B, ? super C, ?>) - Static method in class com.landawn.abacus.util.Fn.TriConsumers
Returns a TriConsumer which calls the specified func.
create(TriConsumer<? super A, ? super B, ? super C>) - Static method in class com.landawn.abacus.util.Fn.TriFunctions
Returns a TriFunction which calls the specified action and always return an emptyOptional if action is executed successfully.
create(BiFunction<T, U, R>) - Static method in interface com.landawn.abacus.util.function.BiConsumer
 
create(BiConsumer<T, U>) - Static method in interface com.landawn.abacus.util.function.BiFunction
 
create(Runnable) - Static method in interface com.landawn.abacus.util.function.Callable
 
create(Function<T, R>) - Static method in interface com.landawn.abacus.util.function.Consumer
 
create(Consumer<T>) - Static method in interface com.landawn.abacus.util.function.Function
 
create(Callable<R>) - Static method in interface com.landawn.abacus.util.function.Runnable
 
create(TriFunction<A, B, C, R>) - Static method in interface com.landawn.abacus.util.function.TriConsumer
 
create(TriConsumer<A, B, C>) - Static method in interface com.landawn.abacus.util.function.TriFunction
 
create(double) - Static method in class com.landawn.abacus.util.RateLimiter
Creates a RateLimiter with the specified stable throughput, given as "permits per second" (commonly referred to as QPS, queries per second).
create(double, long, TimeUnit) - Static method in class com.landawn.abacus.util.RateLimiter
Creates a RateLimiter with the specified stable throughput, given as "permits per second" (commonly referred to as QPS, queries per second), and a warmup period, during which the RateLimiter smoothly ramps up its rate, until it reaches its maximum rate at the end of the period (as long as there are enough requests to saturate it).
create() - Static method in class com.landawn.abacus.util.SQLExecutor.JdbcSettings
 
create(Try.BiFunction<T, U, R, E>) - Static method in interface com.landawn.abacus.util.Try.BiConsumer
 
create(Try.BiConsumer<T, U, E>) - Static method in interface com.landawn.abacus.util.Try.BiFunction
 
create(Try.Runnable<E>) - Static method in interface com.landawn.abacus.util.Try.Callable
 
create(Try.Function<T, R, E>) - Static method in interface com.landawn.abacus.util.Try.Consumer
 
create(Try.Consumer<T, E>) - Static method in interface com.landawn.abacus.util.Try.Function
 
create(Try.Callable<R, E>) - Static method in interface com.landawn.abacus.util.Try.Runnable
 
create(Try.TriFunction<A, B, C, R, E>) - Static method in interface com.landawn.abacus.util.Try.TriConsumer
 
create(Try.TriConsumer<A, B, C, E>) - Static method in interface com.landawn.abacus.util.Try.TriFunction
 
createAbacusXMLParser() - Static method in class com.landawn.abacus.parser.ParserFactory
 
createAvroParser() - Static method in class com.landawn.abacus.parser.ParserFactory
 
createBigDecimal(String) - Static method in class com.landawn.abacus.util.N
Convert a String to a BigDecimal.
createBigInteger(String) - Static method in class com.landawn.abacus.util.N
Convert a String to a BigInteger; since 3.2 it handles hex (0x or #) and octal (0) notations.
createClientProxy(Class<T>, ContentFormat, String) - Static method in class com.landawn.abacus.http.HttpProxy
 
createClientProxy(Class<T>, ContentFormat, String, HttpProxy.Config) - Static method in class com.landawn.abacus.http.HttpProxy
 
createClientProxy(Class<T>, ContentFormat, String, int) - Static method in class com.landawn.abacus.http.HttpProxy
 
createClientProxy(Class<T>, ContentFormat, String, int, long, long) - Static method in class com.landawn.abacus.http.HttpProxy
 
createClientProxy(Class<T>, ContentFormat, String, int, long, long, HttpProxy.Config) - Static method in class com.landawn.abacus.http.HttpProxy
 
createConnection(String, String, String) - Static method in class com.landawn.abacus.util.JdbcUtil
 
createConnection(String, String, String, String) - Static method in class com.landawn.abacus.util.JdbcUtil
 
createConnection(Class<? extends Driver>, String, String, String) - Static method in class com.landawn.abacus.util.JdbcUtil
 
createDataSource(String) - Static method in class com.landawn.abacus.util.JdbcUtil
 
createDataSource(InputStream) - Static method in class com.landawn.abacus.util.JdbcUtil
 
createDataSource(String, String, String) - Static method in class com.landawn.abacus.util.JdbcUtil
 
createDataSource(String, String, String, String) - Static method in class com.landawn.abacus.util.JdbcUtil
 
createDataSource(Class<? extends Driver>, String, String, String) - Static method in class com.landawn.abacus.util.JdbcUtil
 
createDataSource(Map<String, ?>) - Static method in class com.landawn.abacus.util.JdbcUtil
 
createDataSourceManager(String) - Static method in class com.landawn.abacus.util.JdbcUtil
 
createDataSourceManager(InputStream) - Static method in class com.landawn.abacus.util.JdbcUtil
 
createDouble(String) - Static method in class com.landawn.abacus.util.N
Convert a String to a Double.
createFastJSONParser() - Static method in class com.landawn.abacus.parser.ParserFactory
 
createFloat(String) - Static method in class com.landawn.abacus.util.N
Convert a String to a Float.
createGsonParser() - Static method in class com.landawn.abacus.parser.ParserFactory
Deprecated.
performance is kind of slow, comparing to other JSON parsers
createIfNotExists(File) - Static method in class com.landawn.abacus.util.IOUtil
 
createInteger(String) - Static method in class com.landawn.abacus.util.N
Convert a String to a Integer, handling hex (0xhhhh) and octal (0dddd) notations.
createJacksonMapper() - Static method in class com.landawn.abacus.parser.ParserFactory
 
createJacksonParser() - Static method in class com.landawn.abacus.parser.ParserFactory
Depends Jackson 2.6 or above.
createJacksonXMLMapper() - Static method in class com.landawn.abacus.parser.ParserFactory
 
createJacksonXMLParser() - Static method in class com.landawn.abacus.parser.ParserFactory
Depends Jackson 2.6 or above.
createJAXBParser() - Static method in class com.landawn.abacus.parser.ParserFactory
 
createJSONParser() - Static method in class com.landawn.abacus.parser.ParserFactory
 
createKeyedObjectPool(int) - Static method in class com.landawn.abacus.pool.PoolFactory
 
createKeyedObjectPool(int, long) - Static method in class com.landawn.abacus.pool.PoolFactory
 
createKeyedObjectPool(int, long, EvictionPolicy) - Static method in class com.landawn.abacus.pool.PoolFactory
 
createKeyedObjectPool(int, long, EvictionPolicy, long, KeyedObjectPool.MemoryMeasure<K, E>) - Static method in class com.landawn.abacus.pool.PoolFactory
 
createKeyedObjectPool(int, long, EvictionPolicy, boolean, float) - Static method in class com.landawn.abacus.pool.PoolFactory
 
createKeyedObjectPool(int, long, EvictionPolicy, boolean, float, long, KeyedObjectPool.MemoryMeasure<K, E>) - Static method in class com.landawn.abacus.pool.PoolFactory
 
createKryoParser() - Static method in class com.landawn.abacus.parser.ParserFactory
 
createLong(String) - Static method in class com.landawn.abacus.util.N
Convert a String to a Long; since 3.1 it handles hex (0Xhhhh) and octal (0ddd) notations.
createNumber(String) - Static method in class com.landawn.abacus.util.N
Turns a string value into a java.lang.Number.
createObjectPool(int) - Static method in class com.landawn.abacus.pool.PoolFactory
 
createObjectPool(int, long) - Static method in class com.landawn.abacus.pool.PoolFactory
 
createObjectPool(int, long, EvictionPolicy) - Static method in class com.landawn.abacus.pool.PoolFactory
 
createObjectPool(int, long, EvictionPolicy, long, ObjectPool.MemoryMeasure<E>) - Static method in class com.landawn.abacus.pool.PoolFactory
 
createObjectPool(int, long, EvictionPolicy, boolean, float) - Static method in class com.landawn.abacus.pool.PoolFactory
 
createObjectPool(int, long, EvictionPolicy, boolean, float, long, ObjectPool.MemoryMeasure<E>) - Static method in class com.landawn.abacus.pool.PoolFactory
 
createStarted() - Static method in class com.landawn.abacus.util.Stopwatch
Creates (and starts) a new stopwatch using System.nanoTime() as its time source.
createStarted(Ticker) - Static method in class com.landawn.abacus.util.Stopwatch
Creates (and starts) a new stopwatch, using the specified time source.
createTableIfNotExists(Connection, String, String) - Static method in class com.landawn.abacus.util.JdbcUtil
Returns true if succeed to create table, otherwise false is returned.
createTableIfNotExists(String, String) - Method in class com.landawn.abacus.util.SQLExecutor
Returns true if succeed to create table, otherwise false is returned.
createUnstarted() - Static method in class com.landawn.abacus.util.Stopwatch
Creates (but does not start) a new stopwatch using System.nanoTime() as its time source.
createUnstarted(Ticker) - Static method in class com.landawn.abacus.util.Stopwatch
Creates (but does not start) a new stopwatch, using the specified time source.
createXMLParser() - Static method in class com.landawn.abacus.parser.ParserFactory
 
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
 
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(String) - Method in class com.landawn.abacus.util.SQLBuilder
 
crossJoin(Class<?>) - Method in class com.landawn.abacus.util.SQLBuilder
 
CSVUtil - Class in com.landawn.abacus.util
 
CSVUtil() - Constructor for class com.landawn.abacus.util.CSVUtil
 
cube(Collection<String>) - Method in interface com.landawn.abacus.DataSet
 
cube(Collection<String>, Try.Function<? super Object[], ?, E>) - Method in interface com.landawn.abacus.DataSet
 
cube(Collection<String>, String, String, Collector<T, ?, ?>) - Method in interface com.landawn.abacus.DataSet
 
cube(Collection<String>, String, Collection<String>, Collector<? super Object[], ?, ?>) - Method in interface com.landawn.abacus.DataSet
 
cube(Collection<String>, Try.Function<? super Object[], ?, E>, String, String, Collector<T, ?, ?>) - Method in interface com.landawn.abacus.DataSet
 
cube(Collection<String>, Try.Function<? super Object[], ?, E>, String, Collection<String>, Collector<? super Object[], ?, ?>) - Method in interface com.landawn.abacus.DataSet
 
cube(Collection<String>, String, String, Try.Function<Stream<T>, ?, E>) - Method in interface com.landawn.abacus.DataSet
This method is equal to:
cube(Collection<String>, String, Collection<String>, Try.Function<Stream<Object[]>, ?, E>) - Method in interface com.landawn.abacus.DataSet
This method is equal to:
cube(Collection<String>, Try.Function<? super Object[], ?, E>, String, String, Try.Function<Stream<T>, ?, E2>) - Method in interface com.landawn.abacus.DataSet
This method is equal to:
cube(Collection<String>, Try.Function<? super Object[], ?, E>, String, Collection<String>, Try.Function<Stream<Object[]>, ?, E2>) - Method in interface com.landawn.abacus.DataSet
This method is equal to:
cube(Collection<String>, int, int) - Method in interface com.landawn.abacus.DataSet
 
cube(Collection<String>, int, int, Try.Function<? super Object[], ?, E>) - Method in interface com.landawn.abacus.DataSet
 
cube(Collection<String>, int, int, String, String, Collector<T, ?, ?>) - Method in interface com.landawn.abacus.DataSet
 
cube(Collection<String>, int, int, String, Collection<String>, Collector<? super Object[], ?, ?>) - Method in interface com.landawn.abacus.DataSet
 
cube(Collection<String>, int, int, Try.Function<? super Object[], ?, E>, String, String, Collector<T, ?, ?>) - Method in interface com.landawn.abacus.DataSet
 
cube(Collection<String>, int, int, Try.Function<? super Object[], ?, E>, String, Collection<String>, Collector<? super Object[], ?, ?>) - Method in interface com.landawn.abacus.DataSet
 
cube(Collection<String>, int, int, String, String, Try.Function<Stream<T>, ?, E>) - Method in interface com.landawn.abacus.DataSet
This method is equal to:
cube(Collection<String>, int, int, String, Collection<String>, Try.Function<Stream<Object[]>, ?, E>) - Method in interface com.landawn.abacus.DataSet
This method is equal to:
cube(Collection<String>, int, int, Try.Function<? super Object[], ?, E>, String, String, Try.Function<Stream<T>, ?, E2>) - Method in interface com.landawn.abacus.DataSet
This method is equal to:
cube(Collection<String>, int, int, Try.Function<? super Object[], ?, E>, String, Collection<String>, Try.Function<Stream<Object[]>, ?, E2>) - Method in interface com.landawn.abacus.DataSet
This method is equal to:
cupCount() - Static method in class com.landawn.abacus.android.util.Fu
 
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
 
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.
currentMillis() - Static method in class com.landawn.abacus.util.DateUtil
 
currentPage() - Method in interface com.landawn.abacus.PaginatedDataSet
Method currentPage.
currentPageNum() - Method in interface com.landawn.abacus.PaginatedDataSet
Method currentPageNum.
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
 

D

database2EntityDefinitionXml(Database, File) - Static method in class com.landawn.abacus.util.CodeGenerator
 
database2EntityDefinitionXml(Database, File, Map<String, String>) - Static method in class com.landawn.abacus.util.CodeGenerator
 
database2EntityDefinitionXml(Database, File, Map<String, String>, Map<String, String>, Map<String, String>, Map<String, Set<String>>) - Static method in class com.landawn.abacus.util.CodeGenerator
 
database2EntityDefinitionXml(Database, File, Map<String, String>, Method, Method, Map<String, Set<String>>) - Static method in class com.landawn.abacus.util.CodeGenerator
 
DataSet - Interface in com.landawn.abacus
 
DataSetUtil - Class in com.landawn.abacus.util
 
DataSource - Interface in com.landawn.abacus
 
dataSource() - Method in class com.landawn.abacus.util.SQLExecutor
 
DataSourceManager - Interface in com.landawn.abacus
 
DataSourceSelector - Interface in com.landawn.abacus
It's designed to support distributed data source.
DATE - Static variable in class com.landawn.abacus.http.HTTP
 
DateUtil - Class in com.landawn.abacus.util
 
dbExecutor() - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
DBLock - Class in com.landawn.abacus.util
Supports global lock by db table.
dbProudctName() - Method in class com.landawn.abacus.util.SQLExecutor
 
dbProudctVersion() - Method in class com.landawn.abacus.util.SQLExecutor
 
DBSequence - Class in com.landawn.abacus.util
Supports global sequence by db table.
DBVersion - Enum in com.landawn.abacus.util
 
dbVersion() - Method in class com.landawn.abacus.util.SQLExecutor
 
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
 
decode(byte[]) - Method in class com.landawn.abacus.parser.KryoParser
 
decode(byte[]) - Method in class com.landawn.abacus.util.Base64.Decoder
Decodes all bytes from the input byte array using the Base64 encoding scheme, writing the results into a newly-allocated output byte array.
decode(String) - Method in class com.landawn.abacus.util.Base64.Decoder
Decodes a Base64 encoded String into a newly-allocated byte array using the Base64 encoding scheme.
decode(byte[], byte[]) - Method in class com.landawn.abacus.util.Base64.Decoder
Decodes all bytes from the input byte array using the Base64 encoding scheme, writing the results into the given output byte array, starting at offset 0.
decode(ByteBuffer) - Method in class com.landawn.abacus.util.Base64.Decoder
Decodes all bytes from the input byte buffer using the Base64 encoding scheme, writing the results into a newly-allocated ByteBuffer.
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
 
decr(String) - Method in class com.landawn.abacus.cache.JRedis
 
decr(String, int) - Method in class com.landawn.abacus.cache.JRedis
 
decr(String) - Method in class com.landawn.abacus.cache.SpyMemcached
 
decr(String, int) - Method in class com.landawn.abacus.cache.SpyMemcached
 
decr(String, int, long) - Method in class com.landawn.abacus.cache.SpyMemcached
 
decr(String, int, long, long) - Method in class com.landawn.abacus.cache.SpyMemcached
 
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.
decrypt(String, String) - Method in class com.landawn.abacus.http.SecurityDTO
 
decrypt(String, byte[], MessageEncryption) - Method in class com.landawn.abacus.http.SecurityDTO
 
deepEntity2Map(Object) - Static method in class com.landawn.abacus.util.Maps
 
deepEntity2Map(Object, boolean) - Static method in class com.landawn.abacus.util.Maps
 
deepEntity2Map(Object, Collection<String>) - Static method in class com.landawn.abacus.util.Maps
 
deepEntity2Map(Object, boolean, Collection<String>) - Static method in class com.landawn.abacus.util.Maps
 
deepEntity2Map(Object, boolean, Collection<String>, NamingPolicy) - Static method in class com.landawn.abacus.util.Maps
 
deepEntity2Map(T, Object) - Static method in class com.landawn.abacus.util.Maps
 
deepEntity2Map(T, Object, boolean) - Static method in class com.landawn.abacus.util.Maps
 
deepEntity2Map(T, Object, Collection<String>) - Static method in class com.landawn.abacus.util.Maps
 
deepEntity2Map(T, Object, boolean, Collection<String>) - Static method in class com.landawn.abacus.util.Maps
 
deepEntity2Map(T, Object, boolean, Collection<String>, NamingPolicy) - Static method in class com.landawn.abacus.util.Maps
 
deepEntity2Map(Collection<?>) - Static method in class com.landawn.abacus.util.Maps
 
deepEntity2Map(Collection<?>, boolean) - Static method in class com.landawn.abacus.util.Maps
 
deepEntity2Map(Collection<?>, Collection<String>) - Static method in class com.landawn.abacus.util.Maps
 
deepEntity2Map(Collection<?>, boolean, Collection<String>) - Static method in class com.landawn.abacus.util.Maps
 
deepEntity2Map(Collection<?>, boolean, Collection<String>, NamingPolicy) - Static method in class com.landawn.abacus.util.Maps
 
deepEquals(Object, Object) - Static method in class com.landawn.abacus.util.N
compare a and b by Arrays.equals(Object[], Object[]) if both of them are array.
deepEquals(Object[], Object[]) - Static method in class com.landawn.abacus.util.N
 
deepEquals(Object[], int, Object[], int, int) - Static method in class com.landawn.abacus.util.N
 
deepHashCode(Object) - Static method in class com.landawn.abacus.util.N
Method deepHashCode.
deepHashCode(Object[]) - Static method in class com.landawn.abacus.util.N
 
deepHashCode(Object[], int, int) - Static method in class com.landawn.abacus.util.N
 
deepToString(Object) - Static method in class com.landawn.abacus.util.N
Method deepToString.
deepToString(Object[]) - Static method in class com.landawn.abacus.util.N
 
deepToString(Object[], int, int) - Static method in class com.landawn.abacus.util.N
 
deepToString(Object[], String) - Static method in class com.landawn.abacus.util.N
 
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.ByteToIntFunction
 
DEFAULT - Static variable in interface com.landawn.abacus.util.function.CharToIntFunction
 
DEFAULT - Static variable in interface com.landawn.abacus.util.function.DoubleToFloatFunction
 
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.FloatToDoubleFunction
 
DEFAULT - Static variable in interface com.landawn.abacus.util.function.FloatToIntFunction
 
DEFAULT - Static variable in interface com.landawn.abacus.util.function.FloatToLongFunction
 
DEFAULT - Static variable in interface com.landawn.abacus.util.function.IntToByteFunction
 
DEFAULT - Static variable in interface com.landawn.abacus.util.function.IntToCharFunction
 
DEFAULT - Static variable in interface com.landawn.abacus.util.function.IntToDoubleFunction
 
DEFAULT - Static variable in interface com.landawn.abacus.util.function.IntToFloatFunction
 
DEFAULT - Static variable in interface com.landawn.abacus.util.function.IntToLongFunction
 
DEFAULT - Static variable in interface com.landawn.abacus.util.function.IntToShortFunction
 
DEFAULT - Static variable in interface com.landawn.abacus.util.function.LongToDoubleFunction
 
DEFAULT - Static variable in interface com.landawn.abacus.util.function.LongToFloatFunction
 
DEFAULT - Static variable in interface com.landawn.abacus.util.function.LongToIntFunction
 
DEFAULT - Static variable in interface com.landawn.abacus.util.function.ShortToIntFunction
 
defauLt() - Static method in class com.landawn.abacus.util.Joiner
Returns the Map Splitter with the default element and key/value delimiter: ", " and "="
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_BATCH_SIZE - Static variable in class com.landawn.abacus.util.SQLExecutor.JdbcSettings
 
DEFAULT_CONNECTION_TIMEOUT - Static variable in class com.landawn.abacus.http.AbstractHttpClient
Unit is milliseconds
DEFAULT_DELIMITER - Static variable in class com.landawn.abacus.util.Joiner
 
DEFAULT_FETCH_DIRECTION - Static variable in class com.landawn.abacus.util.SQLExecutor.JdbcSettings
 
DEFAULT_GENERATED_ID_PROP_NAME - Static variable in class com.landawn.abacus.util.SQLExecutor.JdbcSettings
 
DEFAULT_KEY_VALUE_DELIMITER - Static variable in class com.landawn.abacus.util.Joiner
 
DEFAULT_LOCK_LIVE_TIME - Static variable in class com.landawn.abacus.util.DBLock
 
DEFAULT_MAX_CONNECTION - Static variable in class com.landawn.abacus.http.AbstractHttpClient
 
DEFAULT_NAMING_POLICY - Static variable in class com.landawn.abacus.android.util.SQLiteExecutor
 
DEFAULT_NO_GENERATED_KEYS - Static variable in class com.landawn.abacus.util.SQLExecutor.JdbcSettings
 
DEFAULT_READ_TIMEOUT - Static variable in class com.landawn.abacus.http.AbstractHttpClient
 
DEFAULT_RESULT_SET_CONCURRENCY - Static variable in class com.landawn.abacus.util.SQLExecutor.JdbcSettings
 
DEFAULT_RESULT_SET_HOLDABILITY - Static variable in class com.landawn.abacus.util.SQLExecutor.JdbcSettings
 
DEFAULT_RESULT_SET_TYPE - Static variable in class com.landawn.abacus.util.SQLExecutor.JdbcSettings
 
DEFAULT_TIMEOUT - Static variable in class com.landawn.abacus.util.DBLock
 
defaultValueOf(Class<T>) - Static method in class com.landawn.abacus.util.N
 
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
 
delayed(long, TimeUnit) - Method in class com.landawn.abacus.android.util.CompletableFuture
 
delayed(long, TimeUnit) - Method in class com.landawn.abacus.util.CompletableFuture
 
delete(Object) - Method in class com.landawn.abacus.android.util.SQLiteExecutor
Delete the entity by id value in the entity.
delete(String, long) - Method in class com.landawn.abacus.android.util.SQLiteExecutor
 
delete(Class<?>, long) - Method in class com.landawn.abacus.android.util.SQLiteExecutor
 
delete(String, Condition) - Method in class com.landawn.abacus.android.util.SQLiteExecutor
 
delete(Class<?>, Condition) - Method in class com.landawn.abacus.android.util.SQLiteExecutor
 
delete(String) - Method in class com.landawn.abacus.cache.JRedis
 
delete(String) - Method in class com.landawn.abacus.cache.SpyMemcached
 
delete() - Method in class com.landawn.abacus.http.AbstractHttpClient
 
delete(Object) - Method in class com.landawn.abacus.http.AbstractHttpClient
 
delete(Object, Map<String, Object>) - Method in class com.landawn.abacus.http.AbstractHttpClient
 
delete(Class<T>) - Method in class com.landawn.abacus.http.AbstractHttpClient
 
delete(Class<T>, Object) - Method in class com.landawn.abacus.http.AbstractHttpClient
 
delete(Class<T>, Object, Map<String, Object>) - Method in class com.landawn.abacus.http.AbstractHttpClient
 
DELETE - Annotation Type in com.landawn.abacus.http
Make a DELETE request to a REST path relative to base URL.
delete(String, Object, Map<String, Object>) - Static method in class com.landawn.abacus.http.HttpClient
 
delete(Class<T>, String, Object, Map<String, Object>) - Static method in class com.landawn.abacus.http.HttpClient
 
delete() - Method in class com.landawn.abacus.http.HttpClient.Request
 
delete(Class<T>) - Method in class com.landawn.abacus.http.HttpClient.Request
 
delete(Object) - Method in class com.landawn.abacus.http.HttpClient.Request
 
delete(Class<T>, Object) - Method in class com.landawn.abacus.http.HttpClient.Request
 
delete(String, Object, Map<String, Object>) - Static method in class com.landawn.abacus.http.OKHttpClient
 
delete(Class<T>, String, Object, Map<String, Object>) - Static method in class com.landawn.abacus.http.OKHttpClient
 
delete() - Method in class com.landawn.abacus.http.OKHttpClient.Request
 
delete(Class<T>) - Method in class com.landawn.abacus.http.OKHttpClient.Request
 
delete(Object) - Method in class com.landawn.abacus.http.OKHttpClient.Request
 
delete(Class<T>, Object) - Method in class com.landawn.abacus.http.OKHttpClient.Request
 
delete(int) - Method in class com.landawn.abacus.util.BooleanList
 
delete(int) - Method in class com.landawn.abacus.util.ByteList
 
delete(Object) - Method in class com.landawn.abacus.util.CassandraExecutor
 
delete(Object, Collection<String>) - Method in class com.landawn.abacus.util.CassandraExecutor
 
delete(Class<?>, Object...) - Method in class com.landawn.abacus.util.CassandraExecutor
 
delete(Class<?>, Collection<String>, Object...) - Method in class com.landawn.abacus.util.CassandraExecutor
Delete the specified properties if propNames is not null or empty, otherwise, delete the whole record.
delete(Class<?>, Condition) - Method in class com.landawn.abacus.util.CassandraExecutor
 
delete(Class<?>, Collection<String>, Condition) - Method in class com.landawn.abacus.util.CassandraExecutor
Delete the specified properties if propNames is not null or empty, otherwise, delete the whole record.
delete(int) - Method in class com.landawn.abacus.util.CharList
 
delete(String) - Static method in class com.landawn.abacus.util.CQLBuilder.E
 
delete(String...) - Static method in class com.landawn.abacus.util.CQLBuilder.E
 
delete(Collection<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.E
 
delete(Class<?>) - Static method in class com.landawn.abacus.util.CQLBuilder.E
 
delete(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.E
 
delete(String) - Static method in class com.landawn.abacus.util.CQLBuilder.E2
 
delete(String...) - Static method in class com.landawn.abacus.util.CQLBuilder.E2
 
delete(Collection<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.E2
 
delete(Class<?>) - Static method in class com.landawn.abacus.util.CQLBuilder.E2
 
delete(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.E2
 
delete(String) - Static method in class com.landawn.abacus.util.CQLBuilder.E3
 
delete(String...) - Static method in class com.landawn.abacus.util.CQLBuilder.E3
 
delete(Collection<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.E3
 
delete(Class<?>) - Static method in class com.landawn.abacus.util.CQLBuilder.E3
 
delete(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.E3
 
delete(String) - Static method in class com.landawn.abacus.util.CQLBuilder.NE
 
delete(String...) - Static method in class com.landawn.abacus.util.CQLBuilder.NE
 
delete(Collection<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.NE
 
delete(Class<?>) - Static method in class com.landawn.abacus.util.CQLBuilder.NE
 
delete(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.NE
 
delete(String) - Static method in class com.landawn.abacus.util.CQLBuilder.NE2
 
delete(String...) - Static method in class com.landawn.abacus.util.CQLBuilder.NE2
 
delete(Collection<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.NE2
 
delete(Class<?>) - Static method in class com.landawn.abacus.util.CQLBuilder.NE2
 
delete(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.NE2
 
delete(String) - Static method in class com.landawn.abacus.util.CQLBuilder.NE3
 
delete(String...) - Static method in class com.landawn.abacus.util.CQLBuilder.NE3
 
delete(Collection<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.NE3
 
delete(Class<?>) - Static method in class com.landawn.abacus.util.CQLBuilder.NE3
 
delete(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.NE3
 
delete(String) - Static method in class com.landawn.abacus.util.CQLBuilder.RE
 
delete(String...) - Static method in class com.landawn.abacus.util.CQLBuilder.RE
 
delete(Collection<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.RE
 
delete(Class<?>) - Static method in class com.landawn.abacus.util.CQLBuilder.RE
 
delete(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.RE
 
delete(String) - Static method in class com.landawn.abacus.util.CQLBuilder.RE2
 
delete(String...) - Static method in class com.landawn.abacus.util.CQLBuilder.RE2
 
delete(Collection<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.RE2
 
delete(Class<?>) - Static method in class com.landawn.abacus.util.CQLBuilder.RE2
 
delete(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.RE2
 
delete(String) - Static method in class com.landawn.abacus.util.CQLBuilder.RE3
 
delete(String...) - Static method in class com.landawn.abacus.util.CQLBuilder.RE3
 
delete(Collection<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.RE3
 
delete(Class<?>) - Static method in class com.landawn.abacus.util.CQLBuilder.RE3
 
delete(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.RE3
 
delete(int) - Method in class com.landawn.abacus.util.DoubleList
 
delete(int) - Method in class com.landawn.abacus.util.FloatList
 
delete(String, Delete) - Method in class com.landawn.abacus.util.HBaseExecutor
 
delete(String, List<Delete>) - Method in class com.landawn.abacus.util.HBaseExecutor
 
delete(String, AnyDelete) - Method in class com.landawn.abacus.util.HBaseExecutor
 
delete(String, Collection<AnyDelete>) - Method in class com.landawn.abacus.util.HBaseExecutor
 
delete(int) - Method in class com.landawn.abacus.util.IntList
 
delete(int) - Method in class com.landawn.abacus.util.LongList
 
delete(String) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
delete(ObjectId) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
delete(String, String) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
delete(String, ObjectId) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
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(T) - Method in class com.landawn.abacus.util.Neo4jExecutor
 
delete(int) - Method in class com.landawn.abacus.util.ShortList
 
delete(Object) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
delete(Condition) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
delete(Connection, Object) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
delete(Connection, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
delete(Object) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
delete(Condition) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
delete(Connection, Object) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
delete(Connection, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
deleteAll(int...) - Method in class com.landawn.abacus.util.BooleanList
 
deleteAll(int...) - Method in class com.landawn.abacus.util.ByteList
 
deleteAll(int...) - Method in class com.landawn.abacus.util.CharList
 
deleteAll(int...) - Method in class com.landawn.abacus.util.DoubleList
 
deleteAll(int...) - Method in class com.landawn.abacus.util.FloatList
 
deleteAll(int...) - Method in class com.landawn.abacus.util.IntList
 
deleteAll(int...) - Method in class com.landawn.abacus.util.LongList
 
deleteAll(Bson) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
deleteAll(String, Bson) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
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(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.
deleteAll(Class<T>) - Method in class com.landawn.abacus.util.Neo4jExecutor
 
deleteAll(int...) - Method in class com.landawn.abacus.util.PrimitiveList
 
deleteAll(int...) - Method in class com.landawn.abacus.util.ShortList
 
deleteAll(Collection<?>) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
deleteAll(Collection<?>, IsolationLevel) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
deleteAll(Connection, Collection<?>) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
deleteAll(Collection<?>) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
Delete All records by ids or entities in one transaction.
deleteAll(Collection<?>, IsolationLevel) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
Delete All records by ids or entities in one transaction.
deleteAll(Connection, Collection<?>) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
Delete All records by ids or entities with specified Connection.
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, Try.BiPredicate<? super File, ? super File, E>) - Static method in class com.landawn.abacus.util.IOUtil
Delete the specifield 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.CQLBuilder.E
 
deleteFrom(Class<?>) - Static method in class com.landawn.abacus.util.CQLBuilder.E
 
deleteFrom(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.E
 
deleteFrom(String) - Static method in class com.landawn.abacus.util.CQLBuilder.E2
 
deleteFrom(Class<?>) - Static method in class com.landawn.abacus.util.CQLBuilder.E2
 
deleteFrom(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.E2
 
deleteFrom(String) - Static method in class com.landawn.abacus.util.CQLBuilder.E3
 
deleteFrom(Class<?>) - Static method in class com.landawn.abacus.util.CQLBuilder.E3
 
deleteFrom(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.E3
 
deleteFrom(String) - Static method in class com.landawn.abacus.util.CQLBuilder.NE
 
deleteFrom(Class<?>) - Static method in class com.landawn.abacus.util.CQLBuilder.NE
 
deleteFrom(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.NE
 
deleteFrom(String) - Static method in class com.landawn.abacus.util.CQLBuilder.NE2
 
deleteFrom(Class<?>) - Static method in class com.landawn.abacus.util.CQLBuilder.NE2
 
deleteFrom(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.NE2
 
deleteFrom(String) - Static method in class com.landawn.abacus.util.CQLBuilder.NE3
 
deleteFrom(Class<?>) - Static method in class com.landawn.abacus.util.CQLBuilder.NE3
 
deleteFrom(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.NE3
 
deleteFrom(String) - Static method in class com.landawn.abacus.util.CQLBuilder.RE
 
deleteFrom(Class<?>) - Static method in class com.landawn.abacus.util.CQLBuilder.RE
 
deleteFrom(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.RE
 
deleteFrom(String) - Static method in class com.landawn.abacus.util.CQLBuilder.RE2
 
deleteFrom(Class<?>) - Static method in class com.landawn.abacus.util.CQLBuilder.RE2
 
deleteFrom(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.RE2
 
deleteFrom(String) - Static method in class com.landawn.abacus.util.CQLBuilder.RE3
 
deleteFrom(Class<?>) - Static method in class com.landawn.abacus.util.CQLBuilder.RE3
 
deleteFrom(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.RE3
 
deleteFrom(String) - Static method in class com.landawn.abacus.util.SQLBuilder.E
 
deleteFrom(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.E
 
deleteFrom(String) - Static method in class com.landawn.abacus.util.SQLBuilder.E2
 
deleteFrom(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.E2
 
deleteFrom(String) - Static method in class com.landawn.abacus.util.SQLBuilder.E3
 
deleteFrom(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.E3
 
deleteFrom(String) - Static method in class com.landawn.abacus.util.SQLBuilder.NE
 
deleteFrom(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.NE
 
deleteFrom(String) - Static method in class com.landawn.abacus.util.SQLBuilder.NE2
 
deleteFrom(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.NE2
 
deleteFrom(String) - Static method in class com.landawn.abacus.util.SQLBuilder.NE3
 
deleteFrom(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.NE3
 
deleteFrom(String) - Static method in class com.landawn.abacus.util.SQLBuilder.RE
 
deleteFrom(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.RE
 
deleteFrom(String) - Static method in class com.landawn.abacus.util.SQLBuilder.RE2
 
deleteFrom(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.RE2
 
deleteFrom(String) - Static method in class com.landawn.abacus.util.SQLBuilder.RE3
 
deleteFrom(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.RE3
 
deleteFrom(String) - Static method in class com.landawn.abacus.util.SQLBuilder.SE
 
deleteFrom(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE
 
deleteFrom(String) - Static method in class com.landawn.abacus.util.SQLBuilder.SE2
 
deleteFrom(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE2
 
deleteFrom(String) - Static method in class com.landawn.abacus.util.SQLBuilder.SE3
 
deleteFrom(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE3
 
deleteIfExists(File) - Static method in class com.landawn.abacus.util.IOUtil
Delete the specified file (or directory).
deleteItem(String, Map<String, AttributeValue>) - Method in class com.landawn.abacus.util.DynamoDBExecutor
 
deleteItem(String, Map<String, AttributeValue>, String) - Method in class com.landawn.abacus.util.DynamoDBExecutor
 
deleteItem(DeleteItemRequest) - Method in class com.landawn.abacus.util.DynamoDBExecutor
 
deleteOne(Bson) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
deleteOne(String, Bson) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
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(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.
deleteWhitespace(String) - Static method in class com.landawn.abacus.util.N
Deletes all white spaces from a String as defined by Character.isWhitespace(char).
deleteWhitespace(String[]) - Static method in class com.landawn.abacus.util.N
 
depthFirstPostOrder(T) - Method in class com.landawn.abacus.util.Traverser
Returns an unmodifiable Iterable over the nodes reachable from startNode, in the order of a depth-first post-order traversal.
depthFirstPreOrder(T) - Method in class com.landawn.abacus.util.Traverser
Returns an unmodifiable Iterable over the nodes reachable from startNode, in the order of a depth-first pre-order traversal.
DESC - Static variable in class com.landawn.abacus.condition.ConditionFactory
 
DESC_HBASE_COLUMN_COMPARATOR - Static variable in class com.landawn.abacus.util.HBaseColumn
 
DESC_HBASE_VERSION_COMPARATOR - Static variable in class com.landawn.abacus.util.HBaseColumn
 
descendingIterator() - Method in class com.landawn.abacus.util.ImmutableNavigableSet
 
descendingKeySet() - Method in class com.landawn.abacus.util.ImmutableNavigableMap
 
descendingMap() - Method in class com.landawn.abacus.util.ImmutableNavigableMap
 
descendingSet() - Method in class com.landawn.abacus.util.ImmutableNavigableSet
 
DeserializationConfig<C extends DeserializationConfig<C>> - Class in com.landawn.abacus.parser
 
DeserializationConfig() - Constructor for class com.landawn.abacus.parser.DeserializationConfig
 
deserialize(Class<T>, String, AvroDeserializationConfig) - Method in class com.landawn.abacus.parser.AvroParser
 
deserialize(Class<T>, File, AvroDeserializationConfig) - Method in class com.landawn.abacus.parser.AvroParser
 
deserialize(Class<T>, InputStream, AvroDeserializationConfig) - Method in class com.landawn.abacus.parser.AvroParser
 
deserialize(Class<T>, Reader, AvroDeserializationConfig) - Method in class com.landawn.abacus.parser.AvroParser
 
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(Class<T>, Node) - Method in interface com.landawn.abacus.parser.XMLParser
 
deserialize(Class<T>, Node, XMLDeserializationConfig) - Method in interface com.landawn.abacus.parser.XMLParser
 
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
 
deserialize(Map<String, Class<?>>, Node, XMLDeserializationConfig) - Method in interface com.landawn.abacus.parser.XMLParser
 
deserialize(ByteBuffer, ProtocolVersion) - Method in class com.landawn.abacus.util.CassandraExecutor.UDTCodec
 
destroy() - Method in interface com.landawn.abacus.pool.Poolable
Method destroy.
destroy() - Method in class com.landawn.abacus.pool.PoolableWrapper
 
deviceBrand() - Static method in class com.landawn.abacus.android.util.Fu
 
deviceManufacturer() - Static method in class com.landawn.abacus.android.util.Fu
 
deviceModel() - Static method in class com.landawn.abacus.android.util.Fu
 
deviceSerialNumber() - Static method in class com.landawn.abacus.android.util.Fu
 
diagonal(boolean[], boolean[]) - Static method in class com.landawn.abacus.util.BooleanMatrix
 
diagonal(byte[], byte[]) - Static method in class com.landawn.abacus.util.ByteMatrix
 
diagonal(char[], char[]) - Static method in class com.landawn.abacus.util.CharMatrix
 
diagonal(double[], double[]) - Static method in class com.landawn.abacus.util.DoubleMatrix
 
diagonal(float[], float[]) - Static method in class com.landawn.abacus.util.FloatMatrix
 
diagonal(int[], int[]) - Static method in class com.landawn.abacus.util.IntMatrix
 
diagonal(long[], long[]) - Static method in class com.landawn.abacus.util.LongMatrix
 
diagonal(T[], T[]) - Static method in class com.landawn.abacus.util.Matrix
 
diagonal(short[], short[]) - Static method in class com.landawn.abacus.util.ShortMatrix
 
diagonalLU2RD(boolean[]) - Static method in class com.landawn.abacus.util.BooleanMatrix
 
diagonalLU2RD(byte[]) - Static method in class com.landawn.abacus.util.ByteMatrix
 
diagonalLU2RD(char[]) - Static method in class com.landawn.abacus.util.CharMatrix
 
diagonalLU2RD(double[]) - Static method in class com.landawn.abacus.util.DoubleMatrix
 
diagonalLU2RD(float[]) - Static method in class com.landawn.abacus.util.FloatMatrix
 
diagonalLU2RD(int[]) - Static method in class com.landawn.abacus.util.IntMatrix
 
diagonalLU2RD(long[]) - Static method in class com.landawn.abacus.util.LongMatrix
 
diagonalLU2RD(T[]) - Static method in class com.landawn.abacus.util.Matrix
 
diagonalLU2RD(short[]) - Static method in class com.landawn.abacus.util.ShortMatrix
 
diagonalRU2LD(boolean[]) - Static method in class com.landawn.abacus.util.BooleanMatrix
 
diagonalRU2LD(byte[]) - Static method in class com.landawn.abacus.util.ByteMatrix
 
diagonalRU2LD(char[]) - Static method in class com.landawn.abacus.util.CharMatrix
 
diagonalRU2LD(double[]) - Static method in class com.landawn.abacus.util.DoubleMatrix
 
diagonalRU2LD(float[]) - Static method in class com.landawn.abacus.util.FloatMatrix
 
diagonalRU2LD(int[]) - Static method in class com.landawn.abacus.util.IntMatrix
 
diagonalRU2LD(long[]) - Static method in class com.landawn.abacus.util.LongMatrix
 
diagonalRU2LD(T[]) - Static method in class com.landawn.abacus.util.Matrix
 
diagonalRU2LD(short[]) - Static method in class com.landawn.abacus.util.ShortMatrix
 
DialogFragmentBase - Class in com.landawn.abacus.android
 
DialogFragmentBase() - Constructor for class com.landawn.abacus.android.DialogFragmentBase
 
difference(DataSet) - Method in interface com.landawn.abacus.DataSet
Returns a new DataSet.
difference(BooleanList) - Method in class com.landawn.abacus.util.BooleanList
 
difference(boolean[]) - Method in class com.landawn.abacus.util.BooleanList
 
difference(ByteList) - Method in class com.landawn.abacus.util.ByteList
 
difference(byte[]) - Method in class com.landawn.abacus.util.ByteList
 
difference(CharList) - Method in class com.landawn.abacus.util.CharList
 
difference(char[]) - Method in class com.landawn.abacus.util.CharList
 
Difference<L,R> - Class in com.landawn.abacus.util
 
difference(DoubleList) - Method in class com.landawn.abacus.util.DoubleList
 
difference(double[]) - Method in class com.landawn.abacus.util.DoubleList
 
difference(FloatList) - Method in class com.landawn.abacus.util.FloatList
 
difference(float[]) - Method in class com.landawn.abacus.util.FloatList
 
difference(IntList) - Method in class com.landawn.abacus.util.IntList
Returns a new list with all the elements in b removed by occurrences.
difference(int[]) - Method in class com.landawn.abacus.util.IntList
 
difference(LongList) - Method in class com.landawn.abacus.util.LongList
 
difference(long[]) - Method in class com.landawn.abacus.util.LongList
 
difference(Map<K, V>, Map<K, V>) - Static method in class com.landawn.abacus.util.Maps
 
difference(boolean[], boolean[]) - Static method in class com.landawn.abacus.util.N
 
difference(char[], char[]) - Static method in class com.landawn.abacus.util.N
 
difference(byte[], byte[]) - Static method in class com.landawn.abacus.util.N
 
difference(short[], short[]) - Static method in class com.landawn.abacus.util.N
 
difference(int[], int[]) - Static method in class com.landawn.abacus.util.N
Returns a new array with all the elements in b removed by occurrences.
difference(long[], long[]) - Static method in class com.landawn.abacus.util.N
 
difference(float[], float[]) - Static method in class com.landawn.abacus.util.N
 
difference(double[], double[]) - Static method in class com.landawn.abacus.util.N
 
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
 
difference(Collection<?>) - Method in class com.landawn.abacus.util.Seq
 
difference(Object[]) - Method in class com.landawn.abacus.util.Seq
 
difference(ShortList) - Method in class com.landawn.abacus.util.ShortList
 
difference(short[]) - Method in class com.landawn.abacus.util.ShortList
 
difference(Collection<?>) - Method in interface com.landawn.abacus.util.stream.BaseStream

This method only run sequentially, even in parallel stream.
difference(Function<? super T, ?>, Collection<?>) - Method in class com.landawn.abacus.util.stream.Stream
Except with the specified Collection by the values mapped by mapper.
Difference.MapDifference<L,R,D> - Class in com.landawn.abacus.util
 
DigestUtil - Class in com.landawn.abacus.util
Note: copied from Apache commons-codec: https://commons.apache.org/proper/commons-codec.
DigestUtil() - Constructor for class com.landawn.abacus.util.DigestUtil
 
directoryContains(String, String) - Static method in class com.landawn.abacus.util.FilenameUtil
Determines whether the parent directory contains the child element (a file or directory).
disconnect() - Method in class com.landawn.abacus.cache.JRedis
 
disconnect() - Method in class com.landawn.abacus.cache.SpyMemcached
 
disconnect(long) - Method in class com.landawn.abacus.cache.SpyMemcached
 
disjoint(BooleanList) - Method in class com.landawn.abacus.util.BooleanList
 
disjoint(boolean[]) - Method in class com.landawn.abacus.util.BooleanList
 
disjoint(ByteList) - Method in class com.landawn.abacus.util.ByteList
 
disjoint(byte[]) - Method in class com.landawn.abacus.util.ByteList
 
disjoint(CharList) - Method in class com.landawn.abacus.util.CharList
 
disjoint(char[]) - Method in class com.landawn.abacus.util.CharList
 
disjoint(DoubleList) - Method in class com.landawn.abacus.util.DoubleList
 
disjoint(double[]) - Method in class com.landawn.abacus.util.DoubleList
 
disjoint(FloatList) - Method in class com.landawn.abacus.util.FloatList
 
disjoint(float[]) - Method in class com.landawn.abacus.util.FloatList
 
disjoint(IntList) - Method in class com.landawn.abacus.util.IntList
 
disjoint(int[]) - Method in class com.landawn.abacus.util.IntList
 
disjoint(LongList) - Method in class com.landawn.abacus.util.LongList
 
disjoint(long[]) - Method in class com.landawn.abacus.util.LongList
 
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.
disjoint(A) - Method in class com.landawn.abacus.util.PrimitiveList
 
disjoint(Collection<?>) - Method in class com.landawn.abacus.util.Seq
 
disjoint(Object[]) - Method in class com.landawn.abacus.util.Seq
 
disjoint(ShortList) - Method in class com.landawn.abacus.util.ShortList
 
disjoint(short[]) - Method in class com.landawn.abacus.util.ShortList
 
display(Activity) - Static method in class com.landawn.abacus.android.ProgressBarTask
 
display(Activity, long) - Static method in class com.landawn.abacus.android.ProgressBarTask
 
display(Activity, long, int) - Static method in class com.landawn.abacus.android.ProgressBarTask
 
display(Dialog) - Static method in class com.landawn.abacus.android.ProgressBarTask
 
display(Dialog, long) - Static method in class com.landawn.abacus.android.ProgressBarTask
 
display(Dialog, long, int) - Static method in class com.landawn.abacus.android.ProgressBarTask
 
display(ViewGroup) - Static method in class com.landawn.abacus.android.ProgressBarTask
 
display(ViewGroup, long) - Static method in class com.landawn.abacus.android.ProgressBarTask
 
display(ViewGroup, long, int) - Static method in class com.landawn.abacus.android.ProgressBarTask
 
Disposable - Interface in com.landawn.abacus.android.util
Represents a disposable resource.
dispose() - Method in interface com.landawn.abacus.android.util.Disposable
Dispose the resource, the operation should be idempotent.
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(String) - Method in interface com.landawn.abacus.DataSet
Returns a new DataSet with the rows de-duplicated by the value in the specified column
distinct(String, int, int) - 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
distinct(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
distinct(Collection<String>, int, int) - 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
distinct(int, int) - Method in class com.landawn.abacus.util.BooleanList
 
distinct(int, int) - Method in class com.landawn.abacus.util.ByteList
 
distinct(int, int) - Method in class com.landawn.abacus.util.CharList
 
DISTINCT - Static variable in class com.landawn.abacus.util.CQLBuilder
 
distinct(int, int) - Method in class com.landawn.abacus.util.DoubleList
 
distinct(int, int) - Method in class com.landawn.abacus.util.FloatList
 
distinct(int, int) - Method in class com.landawn.abacus.util.IntList
 
distinct(int, int) - Method in class com.landawn.abacus.util.LongList
 
distinct(Class<T>, String) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
distinct(Class<T>, String, Bson) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
distinct(Class<T>, String, String) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
distinct(Class<T>, String, String, Bson) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
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() - Method in class com.landawn.abacus.util.PrimitiveList
 
distinct(int, int) - Method in class com.landawn.abacus.util.PrimitiveList
 
distinct() - Method in class com.landawn.abacus.util.Seq
 
distinct(int, int) - Method in class com.landawn.abacus.util.ShortList
 
DISTINCT - Static variable in class com.landawn.abacus.util.SQLBuilder
 
distinct() - Method in interface com.landawn.abacus.util.stream.BaseStream
Returns a stream consisting of the distinct elements of this stream.
distinct() - Method in class com.landawn.abacus.util.stream.EntryStream
 
distinctBy(String, Try.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(String, int, int, Try.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>, Try.Function<? super Object[], ?, 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(Collection<String>, int, int, Try.Function<? super Object[], ?, 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(T[], Try.Function<? super T, ?, E>) - Static method in class com.landawn.abacus.util.N
Distinct by the value mapped from keyExtractor.
distinctBy(T[], int, int, Try.Function<? super T, ?, E>) - Static method in class com.landawn.abacus.util.N
Distinct by the value mapped from keyExtractor.
distinctBy(Collection<? extends T>, Try.Function<? super T, ?, E>) - Static method in class com.landawn.abacus.util.N
Distinct by the value mapped from keyExtractor.
distinctBy(Collection<? extends T>, int, int, Try.Function<? super T, ?, E>) - Static method in class com.landawn.abacus.util.N
Distinct by the value mapped from keyExtractor.
distinctBy(Function<? super T, ?>) - Method in class com.landawn.abacus.util.Observer
 
distinctBy(Try.Function<? super T, ?, E>) - Method in class com.landawn.abacus.util.Seq
 
distinctBy(Function<? super T, ?>) - Static method in class com.landawn.abacus.util.stream.Collectors
Returns a Collector which collects into the List the input elements for which given mapper function returns distinct results.
distinctBy(Function<? super Map.Entry<K, V>, ?>) - Method in class com.landawn.abacus.util.stream.EntryStream
 
distinctBy(Function<? super T, ?>) - Method in class com.landawn.abacus.util.stream.Stream
Distinct by the value mapped from keyExtractor
distinctByKey() - Method in class com.landawn.abacus.util.stream.EntryStream
 
distinctByValue() - Method in class com.landawn.abacus.util.stream.EntryStream
 
distinctCount(Function<? super T, ?>) - Static method in class com.landawn.abacus.util.stream.Collectors
It's copied from StreamEx: https://github.com/amaembo/streamex
Returns a Collector which counts a number of distinct values the mapper function returns for the stream elements.
DISTINCTROW - Static variable in class com.landawn.abacus.util.SQLBuilder
 
divide(int, int, RoundingMode) - Static method in class com.landawn.abacus.util.Maths
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.Maths
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.Maths
 
divideColumn(String, Collection<String>, Try.Function<T, ? extends List<?>, E>) - Method in interface com.landawn.abacus.DataSet
 
divideColumn(String, Collection<String>, Try.Function<T, ? extends List<?>, E>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
 
dividedBy(long) - Method in class com.landawn.abacus.util.Duration
Returns a copy of this duration divided by the specified value.
dividedBy(char[], int) - Static method in class com.landawn.abacus.util.f
 
dividedBy(char[][], int) - Static method in class com.landawn.abacus.util.f
 
dividedBy(char[][][], int) - Static method in class com.landawn.abacus.util.f
 
dividedBy(byte[], byte) - Static method in class com.landawn.abacus.util.f
 
dividedBy(byte[][], byte) - Static method in class com.landawn.abacus.util.f
 
dividedBy(byte[][][], byte) - Static method in class com.landawn.abacus.util.f
 
dividedBy(byte[], byte[]) - Static method in class com.landawn.abacus.util.f
 
dividedBy(byte[], byte[], byte, byte) - Static method in class com.landawn.abacus.util.f
 
dividedBy(byte[], byte[], byte[]) - Static method in class com.landawn.abacus.util.f
 
dividedBy(byte[], byte[], byte[], byte, byte, byte) - Static method in class com.landawn.abacus.util.f
 
dividedBy(byte[][], byte[][]) - Static method in class com.landawn.abacus.util.f
 
dividedBy(byte[][], byte[][], byte, byte) - Static method in class com.landawn.abacus.util.f
 
dividedBy(byte[][], byte[][], byte[][]) - Static method in class com.landawn.abacus.util.f
 
dividedBy(byte[][], byte[][], byte[][], byte, byte, byte) - Static method in class com.landawn.abacus.util.f
 
dividedBy(byte[][][], byte[][][]) - Static method in class com.landawn.abacus.util.f
 
dividedBy(byte[][][], byte[][][], byte, byte) - Static method in class com.landawn.abacus.util.f
 
dividedBy(byte[][][], byte[][][], byte[][][]) - Static method in class com.landawn.abacus.util.f
 
dividedBy(byte[][][], byte[][][], byte[][][], byte, byte, byte) - Static method in class com.landawn.abacus.util.f
 
dividedBy(byte[], byte[], byte) - Static method in class com.landawn.abacus.util.f
 
dividedBy(byte[], byte[], byte, byte, byte) - Static method in class com.landawn.abacus.util.f
 
dividedBy(byte[], byte[], byte[], byte) - Static method in class com.landawn.abacus.util.f
 
dividedBy(byte[], byte[], byte[], byte, byte, byte, byte) - Static method in class com.landawn.abacus.util.f
 
dividedBy(byte[][], byte[][], byte) - Static method in class com.landawn.abacus.util.f
 
dividedBy(byte[][], byte[][], byte, byte, byte) - Static method in class com.landawn.abacus.util.f
 
dividedBy(byte[][], byte[][], byte[][], byte) - Static method in class com.landawn.abacus.util.f
 
dividedBy(byte[][], byte[][], byte[][], byte, byte, byte, byte) - Static method in class com.landawn.abacus.util.f
 
dividedBy(byte[][][], byte[][][], byte) - Static method in class com.landawn.abacus.util.f
 
dividedBy(byte[][][], byte[][][], byte, byte, byte) - Static method in class com.landawn.abacus.util.f
 
dividedBy(byte[][][], byte[][][], byte[][][], byte) - Static method in class com.landawn.abacus.util.f
 
dividedBy(byte[][][], byte[][][], byte[][][], byte, byte, byte, byte) - Static method in class com.landawn.abacus.util.f
 
dividedBy(short[], short) - Static method in class com.landawn.abacus.util.f
 
dividedBy(short[][], short) - Static method in class com.landawn.abacus.util.f
 
dividedBy(short[][][], short) - Static method in class com.landawn.abacus.util.f
 
dividedBy(short[], short[]) - Static method in class com.landawn.abacus.util.f
 
dividedBy(short[], short[], short, short) - Static method in class com.landawn.abacus.util.f
 
dividedBy(short[], short[], short[]) - Static method in class com.landawn.abacus.util.f
 
dividedBy(short[], short[], short[], short, short, short) - Static method in class com.landawn.abacus.util.f
 
dividedBy(short[][], short[][]) - Static method in class com.landawn.abacus.util.f
 
dividedBy(short[][], short[][], short, short) - Static method in class com.landawn.abacus.util.f
 
dividedBy(short[][], short[][], short[][]) - Static method in class com.landawn.abacus.util.f
 
dividedBy(short[][], short[][], short[][], short, short, short) - Static method in class com.landawn.abacus.util.f
 
dividedBy(short[][][], short[][][]) - Static method in class com.landawn.abacus.util.f
 
dividedBy(short[][][], short[][][], short, short) - Static method in class com.landawn.abacus.util.f
 
dividedBy(short[][][], short[][][], short[][][]) - Static method in class com.landawn.abacus.util.f
 
dividedBy(short[][][], short[][][], short[][][], short, short, short) - Static method in class com.landawn.abacus.util.f
 
dividedBy(short[], short[], short) - Static method in class com.landawn.abacus.util.f
 
dividedBy(short[], short[], short, short, short) - Static method in class com.landawn.abacus.util.f
 
dividedBy(short[], short[], short[], short) - Static method in class com.landawn.abacus.util.f
 
dividedBy(short[], short[], short[], short, short, short, short) - Static method in class com.landawn.abacus.util.f
 
dividedBy(short[][], short[][], short) - Static method in class com.landawn.abacus.util.f
 
dividedBy(short[][], short[][], short, short, short) - Static method in class com.landawn.abacus.util.f
 
dividedBy(short[][], short[][], short[][], short) - Static method in class com.landawn.abacus.util.f
 
dividedBy(short[][], short[][], short[][], short, short, short, short) - Static method in class com.landawn.abacus.util.f
 
dividedBy(short[][][], short[][][], short) - Static method in class com.landawn.abacus.util.f
 
dividedBy(short[][][], short[][][], short, short, short) - Static method in class com.landawn.abacus.util.f
 
dividedBy(short[][][], short[][][], short[][][], short) - Static method in class com.landawn.abacus.util.f
 
dividedBy(short[][][], short[][][], short[][][], short, short, short, short) - Static method in class com.landawn.abacus.util.f
 
dividedBy(int[], int) - Static method in class com.landawn.abacus.util.f
 
dividedBy(int[][], int) - Static method in class com.landawn.abacus.util.f
 
dividedBy(int[][][], int) - Static method in class com.landawn.abacus.util.f
 
dividedBy(int[], int[]) - Static method in class com.landawn.abacus.util.f
 
dividedBy(int[], int[], int, int) - Static method in class com.landawn.abacus.util.f
 
dividedBy(int[], int[], int[]) - Static method in class com.landawn.abacus.util.f
 
dividedBy(int[], int[], int[], int, int, int) - Static method in class com.landawn.abacus.util.f
 
dividedBy(int[][], int[][]) - Static method in class com.landawn.abacus.util.f
 
dividedBy(int[][], int[][], int, int) - Static method in class com.landawn.abacus.util.f
 
dividedBy(int[][], int[][], int[][]) - Static method in class com.landawn.abacus.util.f
 
dividedBy(int[][], int[][], int[][], int, int, int) - Static method in class com.landawn.abacus.util.f
 
dividedBy(int[][][], int[][][]) - Static method in class com.landawn.abacus.util.f
 
dividedBy(int[][][], int[][][], int, int) - Static method in class com.landawn.abacus.util.f
 
dividedBy(int[][][], int[][][], int[][][]) - Static method in class com.landawn.abacus.util.f
 
dividedBy(int[][][], int[][][], int[][][], int, int, int) - Static method in class com.landawn.abacus.util.f
 
dividedBy(int[], int[], int) - Static method in class com.landawn.abacus.util.f
 
dividedBy(int[], int[], int, int, int) - Static method in class com.landawn.abacus.util.f
 
dividedBy(int[], int[], int[], int) - Static method in class com.landawn.abacus.util.f
 
dividedBy(int[], int[], int[], int, int, int, int) - Static method in class com.landawn.abacus.util.f
 
dividedBy(int[][], int[][], int) - Static method in class com.landawn.abacus.util.f
 
dividedBy(int[][], int[][], int, int, int) - Static method in class com.landawn.abacus.util.f
 
dividedBy(int[][], int[][], int[][], int) - Static method in class com.landawn.abacus.util.f
 
dividedBy(int[][], int[][], int[][], int, int, int, int) - Static method in class com.landawn.abacus.util.f
 
dividedBy(int[][][], int[][][], int) - Static method in class com.landawn.abacus.util.f
 
dividedBy(int[][][], int[][][], int, int, int) - Static method in class com.landawn.abacus.util.f
 
dividedBy(int[][][], int[][][], int[][][], int) - Static method in class com.landawn.abacus.util.f
 
dividedBy(int[][][], int[][][], int[][][], int, int, int, int) - Static method in class com.landawn.abacus.util.f
 
dividedBy(long[], long) - Static method in class com.landawn.abacus.util.f
 
dividedBy(long[][], long) - Static method in class com.landawn.abacus.util.f
 
dividedBy(long[][][], long) - Static method in class com.landawn.abacus.util.f
 
dividedBy(long[], long[]) - Static method in class com.landawn.abacus.util.f
 
dividedBy(long[], long[], long, long) - Static method in class com.landawn.abacus.util.f
 
dividedBy(long[], long[], long[]) - Static method in class com.landawn.abacus.util.f
 
dividedBy(long[], long[], long[], long, long, long) - Static method in class com.landawn.abacus.util.f
 
dividedBy(long[][], long[][]) - Static method in class com.landawn.abacus.util.f
 
dividedBy(long[][], long[][], long, long) - Static method in class com.landawn.abacus.util.f
 
dividedBy(long[][], long[][], long[][]) - Static method in class com.landawn.abacus.util.f
 
dividedBy(long[][], long[][], long[][], long, long, long) - Static method in class com.landawn.abacus.util.f
 
dividedBy(long[][][], long[][][]) - Static method in class com.landawn.abacus.util.f
 
dividedBy(long[][][], long[][][], long, long) - Static method in class com.landawn.abacus.util.f
 
dividedBy(long[][][], long[][][], long[][][]) - Static method in class com.landawn.abacus.util.f
 
dividedBy(long[][][], long[][][], long[][][], long, long, long) - Static method in class com.landawn.abacus.util.f
 
dividedBy(long[], long[], long) - Static method in class com.landawn.abacus.util.f
 
dividedBy(long[], long[], long, long, long) - Static method in class com.landawn.abacus.util.f
 
dividedBy(long[], long[], long[], long) - Static method in class com.landawn.abacus.util.f
 
dividedBy(long[], long[], long[], long, long, long, long) - Static method in class com.landawn.abacus.util.f
 
dividedBy(long[][], long[][], long) - Static method in class com.landawn.abacus.util.f
 
dividedBy(long[][], long[][], long, long, long) - Static method in class com.landawn.abacus.util.f
 
dividedBy(long[][], long[][], long[][], long) - Static method in class com.landawn.abacus.util.f
 
dividedBy(long[][], long[][], long[][], long, long, long, long) - Static method in class com.landawn.abacus.util.f
 
dividedBy(long[][][], long[][][], long) - Static method in class com.landawn.abacus.util.f
 
dividedBy(long[][][], long[][][], long, long, long) - Static method in class com.landawn.abacus.util.f
 
dividedBy(long[][][], long[][][], long[][][], long) - Static method in class com.landawn.abacus.util.f
 
dividedBy(long[][][], long[][][], long[][][], long, long, long, long) - Static method in class com.landawn.abacus.util.f
 
dividedBy(float[], float) - Static method in class com.landawn.abacus.util.f
 
dividedBy(float[][], float) - Static method in class com.landawn.abacus.util.f
 
dividedBy(float[][][], float) - Static method in class com.landawn.abacus.util.f
 
dividedBy(float[], float[]) - Static method in class com.landawn.abacus.util.f
 
dividedBy(float[], float[], float, float) - Static method in class com.landawn.abacus.util.f
 
dividedBy(float[], float[], float[]) - Static method in class com.landawn.abacus.util.f
 
dividedBy(float[], float[], float[], float, float, float) - Static method in class com.landawn.abacus.util.f
 
dividedBy(float[][], float[][]) - Static method in class com.landawn.abacus.util.f
 
dividedBy(float[][], float[][], float, float) - Static method in class com.landawn.abacus.util.f
 
dividedBy(float[][], float[][], float[][]) - Static method in class com.landawn.abacus.util.f
 
dividedBy(float[][], float[][], float[][], float, float, float) - Static method in class com.landawn.abacus.util.f
 
dividedBy(float[][][], float[][][]) - Static method in class com.landawn.abacus.util.f
 
dividedBy(float[][][], float[][][], float, float) - Static method in class com.landawn.abacus.util.f
 
dividedBy(float[][][], float[][][], float[][][]) - Static method in class com.landawn.abacus.util.f
 
dividedBy(float[][][], float[][][], float[][][], float, float, float) - Static method in class com.landawn.abacus.util.f
 
dividedBy(float[], float[], float) - Static method in class com.landawn.abacus.util.f
 
dividedBy(float[], float[], float, float, float) - Static method in class com.landawn.abacus.util.f
 
dividedBy(float[], float[], float[], float) - Static method in class com.landawn.abacus.util.f
 
dividedBy(float[], float[], float[], float, float, float, float) - Static method in class com.landawn.abacus.util.f
 
dividedBy(float[][], float[][], float) - Static method in class com.landawn.abacus.util.f
 
dividedBy(float[][], float[][], float, float, float) - Static method in class com.landawn.abacus.util.f
 
dividedBy(float[][], float[][], float[][], float) - Static method in class com.landawn.abacus.util.f
 
dividedBy(float[][], float[][], float[][], float, float, float, float) - Static method in class com.landawn.abacus.util.f
 
dividedBy(float[][][], float[][][], float) - Static method in class com.landawn.abacus.util.f
 
dividedBy(float[][][], float[][][], float, float, float) - Static method in class com.landawn.abacus.util.f
 
dividedBy(float[][][], float[][][], float[][][], float) - Static method in class com.landawn.abacus.util.f
 
dividedBy(float[][][], float[][][], float[][][], float, float, float, float) - Static method in class com.landawn.abacus.util.f
 
dividedBy(double[], double) - Static method in class com.landawn.abacus.util.f
 
dividedBy(double[][], double) - Static method in class com.landawn.abacus.util.f
 
dividedBy(double[][][], double) - Static method in class com.landawn.abacus.util.f
 
dividedBy(double[], double[]) - Static method in class com.landawn.abacus.util.f
 
dividedBy(double[], double[], double, double) - Static method in class com.landawn.abacus.util.f
 
dividedBy(double[], double[], double[]) - Static method in class com.landawn.abacus.util.f
 
dividedBy(double[], double[], double[], double, double, double) - Static method in class com.landawn.abacus.util.f
 
dividedBy(double[][], double[][]) - Static method in class com.landawn.abacus.util.f
 
dividedBy(double[][], double[][], double, double) - Static method in class com.landawn.abacus.util.f
 
dividedBy(double[][], double[][], double[][]) - Static method in class com.landawn.abacus.util.f
 
dividedBy(double[][], double[][], double[][], double, double, double) - Static method in class com.landawn.abacus.util.f
 
dividedBy(double[][][], double[][][]) - Static method in class com.landawn.abacus.util.f
 
dividedBy(double[][][], double[][][], double, double) - Static method in class com.landawn.abacus.util.f
 
dividedBy(double[][][], double[][][], double[][][]) - Static method in class com.landawn.abacus.util.f
 
dividedBy(double[][][], double[][][], double[][][], double, double, double) - Static method in class com.landawn.abacus.util.f
 
dividedBy(double[], double[], double) - Static method in class com.landawn.abacus.util.f
 
dividedBy(double[], double[], double, double, double) - Static method in class com.landawn.abacus.util.f
 
dividedBy(double[], double[], double[], double) - Static method in class com.landawn.abacus.util.f
 
dividedBy(double[], double[], double[], double, double, double, double) - Static method in class com.landawn.abacus.util.f
 
dividedBy(double[][], double[][], double) - Static method in class com.landawn.abacus.util.f
 
dividedBy(double[][], double[][], double, double, double) - Static method in class com.landawn.abacus.util.f
 
dividedBy(double[][], double[][], double[][], double) - Static method in class com.landawn.abacus.util.f
 
dividedBy(double[][], double[][], double[][], double, double, double, double) - Static method in class com.landawn.abacus.util.f
 
dividedBy(double[][][], double[][][], double) - Static method in class com.landawn.abacus.util.f
 
dividedBy(double[][][], double[][][], double, double, double) - Static method in class com.landawn.abacus.util.f
 
dividedBy(double[][][], double[][][], double[][][], double) - Static method in class com.landawn.abacus.util.f
 
dividedBy(double[][][], double[][][], double[][][], double, double, double, double) - Static method in class com.landawn.abacus.util.f
 
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.
DO_INPUT - Static variable in class com.landawn.abacus.http.HttpClient
Default value is true.
DO_OUTPUT - Static variable in class com.landawn.abacus.http.HttpClient
Default value is true if the specified request/parameters is not null, otherwise it's false.
doesTableExist(Connection, String) - Static method in class com.landawn.abacus.util.JdbcUtil
 
doesTableExist(String) - Method in class com.landawn.abacus.util.SQLExecutor
 
doLoadColumnFamiliesOnDemand() - Method in class com.landawn.abacus.util.AnyScan
 
dominators(BiPredicate<? super T, ? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
It's copied from StreamEx: https://github.com/amaembo/streamex
Returns a collector which collects input elements into List removing the elements following their dominator element.
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 interface com.landawn.abacus.util.function.BiConsumer
 
doPasswordDigest(byte[], byte[], byte[]) - Static method in class com.landawn.abacus.util.WSSecurityUtil
 
doPasswordDigest(String, String, String) - Static method in class com.landawn.abacus.util.WSSecurityUtil
 
DOUBLE_LIST - Static variable in class com.landawn.abacus.util.Clazz
 
DOUBLE_SET - Static variable in class com.landawn.abacus.util.Clazz
 
DoubleBiConsumer - Interface in com.landawn.abacus.util.function
 
DoubleBiFunction<R> - Interface in com.landawn.abacus.util.function
 
DoubleBinaryOperator - 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
DoubleIterator - Class in com.landawn.abacus.util
 
DoubleIterator() - Constructor for class com.landawn.abacus.util.DoubleIterator
 
DoubleList - Class in com.landawn.abacus.util
 
DoubleList() - Constructor for class com.landawn.abacus.util.DoubleList
 
DoubleList(int) - Constructor for class com.landawn.abacus.util.DoubleList
 
DoubleList(double[]) - Constructor for class com.landawn.abacus.util.DoubleList
The specified array is used as the element array for this list without copying action.
DoubleList(double[], int) - Constructor for class com.landawn.abacus.util.DoubleList
 
DoubleMatrix - Class in com.landawn.abacus.util
 
DoubleMatrix(double[][]) - Constructor for class com.landawn.abacus.util.DoubleMatrix
 
DoubleNConsumer - Interface in com.landawn.abacus.util.function
 
DoubleNFunction<R> - Interface in com.landawn.abacus.util.function
 
DoublePair - Class in com.landawn.abacus.util
 
DoublePredicate - Interface in com.landawn.abacus.util.function
DoubleStream - Class in com.landawn.abacus.util.stream
Note: It's copied from OpenJDK at: http://hg.openjdk.java.net/jdk8u/hs-dev/jdk
A sequence of primitive double-valued elements supporting sequential and parallel aggregate operations.
DoubleStream.DoubleStreamEx - Class in com.landawn.abacus.util.stream
 
DoubleSummaryStatistics - Class in com.landawn.abacus.util
Note: It's copied from OpenJDK at: http://hg.openjdk.java.net/jdk8u/hs-dev/jdk
A state object for collecting statistics such as count, min, max, sum, and average.
DoubleSummaryStatistics() - Constructor for class com.landawn.abacus.util.DoubleSummaryStatistics
Construct an empty instance with zero count, zero sum, Double.POSITIVE_INFINITY min, Double.NEGATIVE_INFINITY max and zero average.
DoubleSummaryStatistics(long, double, double, double) - Constructor for class com.landawn.abacus.util.DoubleSummaryStatistics
 
DoubleSupplier - Interface in com.landawn.abacus.util.function
DoubleToFloatFunction - Interface in com.landawn.abacus.util.function
 
DoubleToIntFunction - Interface in com.landawn.abacus.util.function
DoubleToLongFunction - Interface in com.landawn.abacus.util.function
DoubleTriConsumer - Interface in com.landawn.abacus.util.function
 
DoubleTriFunction<R> - Interface in com.landawn.abacus.util.function
 
DoubleTriple - Class in com.landawn.abacus.util
 
DoubleTriPredicate - Interface in com.landawn.abacus.util.function
 
DoubleUnaryOperator - 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.
downOf(int, int) - Method in class com.landawn.abacus.util.BooleanMatrix
 
downOf(int, int) - Method in class com.landawn.abacus.util.ByteMatrix
 
downOf(int, int) - Method in class com.landawn.abacus.util.CharMatrix
 
downOf(int, int) - Method in class com.landawn.abacus.util.DoubleMatrix
 
downOf(int, int) - Method in class com.landawn.abacus.util.FloatMatrix
 
downOf(int, int) - Method in class com.landawn.abacus.util.IntMatrix
 
downOf(int, int) - Method in class com.landawn.abacus.util.LongMatrix
 
downOf(int, int) - Method in class com.landawn.abacus.util.Matrix
 
downOf(int, int) - Method in class com.landawn.abacus.util.ShortMatrix
 
dp2px(float) - Static method in class com.landawn.abacus.android.util.Fu
 
dropTableIfExists(Connection, String) - Static method in class com.landawn.abacus.util.JdbcUtil
Returns true if succeed to drop table, otherwise false is returned.
dropTableIfExists(String) - Method in class com.landawn.abacus.util.SQLExecutor
Returns true if succeed to drop table, otherwise false is returned.
dropWhile(Try.Predicate<? super T, E>) - Method in class com.landawn.abacus.util.Seq
 
dropWhile(U, Try.BiPredicate<? super T, ? super U, E>) - Method in class com.landawn.abacus.util.Seq
 
dropWhile(P) - Method in interface com.landawn.abacus.util.stream.BaseStream
Remove the elements until the given predicate returns false.
dropWhile(P, C) - Method in interface com.landawn.abacus.util.stream.BaseStream
Remove the elements until the given predicate returns false.
dropWhile(U, BiPredicate<? super T, ? super U>) - Method in class com.landawn.abacus.util.stream.Stream
 
dropWhile(U, BiPredicate<? super T, ? super U>, Consumer<? super T>) - Method in class com.landawn.abacus.util.stream.Stream
Returns a stream consisting of the remaining elements of this stream after removing and consuming until the specified predicate return false.
Duration - Class in com.landawn.abacus.util
Note: it's referred to the implementation in jdk 8 with milliseconds supported
dynamoDB() - Method in class com.landawn.abacus.util.DynamoDBExecutor
 
DynamoDBExecutor - Class in com.landawn.abacus.util
It's a simple wrapper of DynamoDB Java client.
DynamoDBExecutor(AmazonDynamoDBClient) - Constructor for class com.landawn.abacus.util.DynamoDBExecutor
 
DynamoDBExecutor(AmazonDynamoDBClient, DynamoDBMapperConfig) - Constructor for class com.landawn.abacus.util.DynamoDBExecutor
 
DynamoDBExecutor(AmazonDynamoDBClient, DynamoDBMapperConfig, AsyncExecutor) - Constructor for class com.landawn.abacus.util.DynamoDBExecutor
 
DynamoDBExecutor.Filters - Class in com.landawn.abacus.util
 

E

Ehcache<K,V> - Class in com.landawn.abacus.cache
TODO
Ehcache(Cache<K, V>) - Constructor for class com.landawn.abacus.cache.Ehcache
 
elapsed(TimeUnit) - Method in class com.landawn.abacus.util.Stopwatch
Returns the current elapsed time shown on this stopwatch, expressed in the desired time unit, with any fraction rounded down.
elapsed() - Method in class com.landawn.abacus.util.Stopwatch
 
ELEMENT_SEPARATOR - Static variable in interface com.landawn.abacus.parser.Parser
 
ELEMENT_SEPARATOR_CHAR_ARRAY - Static variable in interface com.landawn.abacus.parser.Parser
 
elements() - Method in class com.landawn.abacus.util.LongMultiset
 
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.
EmailUtil - Class in com.landawn.abacus.util
 
EMPTY - Static variable in class com.landawn.abacus.util.BooleanIterator
 
empty() - Static method in class com.landawn.abacus.util.BooleanIterator
 
empty() - Static method in class com.landawn.abacus.util.BooleanMatrix
 
EMPTY - Static variable in class com.landawn.abacus.util.ByteIterator
 
empty() - Static method in class com.landawn.abacus.util.ByteIterator
 
empty() - Static method in class com.landawn.abacus.util.ByteMatrix
 
EMPTY - Static variable in class com.landawn.abacus.util.CharIterator
 
empty() - Static method in class com.landawn.abacus.util.CharIterator
 
empty() - Static method in class com.landawn.abacus.util.CharMatrix
 
EMPTY - Static variable in class com.landawn.abacus.util.DoubleIterator
 
empty() - Static method in class com.landawn.abacus.util.DoubleIterator
 
empty() - Static method in class com.landawn.abacus.util.DoubleMatrix
 
EMPTY - Static variable in class com.landawn.abacus.util.FloatIterator
 
empty() - Static method in class com.landawn.abacus.util.FloatIterator
 
empty() - Static method in class com.landawn.abacus.util.FloatMatrix
 
empty() - Static method in class com.landawn.abacus.util.ImmutableBiMap
 
empty() - Static method in class com.landawn.abacus.util.ImmutableIterator
 
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 variable in class com.landawn.abacus.util.IntIterator
 
empty() - Static method in class com.landawn.abacus.util.IntIterator
 
empty() - Static method in class com.landawn.abacus.util.IntMatrix
 
EMPTY - Static variable in class com.landawn.abacus.util.LongIterator
 
empty() - Static method in class com.landawn.abacus.util.LongIterator
 
empty() - Static method in class com.landawn.abacus.util.LongMatrix
 
empty() - Static method in class com.landawn.abacus.util.Nullable
Returns an empty Nullable instance.
empty() - Static method in class com.landawn.abacus.util.ObjIterator
 
empty() - Static method in class com.landawn.abacus.util.Optional
Returns an empty Optional instance.
empty() - Static method in class com.landawn.abacus.util.OptionalBoolean
Returns an empty OptionalBoolean instance.
empty() - Static method in class com.landawn.abacus.util.OptionalByte
Returns an empty OptionalByte instance.
empty() - Static method in class com.landawn.abacus.util.OptionalChar
Returns an empty OptionalChar instance.
empty() - Static method in class com.landawn.abacus.util.OptionalDouble
Returns an empty OptionalDouble instance.
empty() - Static method in class com.landawn.abacus.util.OptionalFloat
Returns an empty OptionalFloat instance.
empty() - Static method in class com.landawn.abacus.util.OptionalInt
Returns an empty OptionalInt instance.
empty() - Static method in class com.landawn.abacus.util.OptionalLong
Returns an empty OptionalLong instance.
empty() - Static method in class com.landawn.abacus.util.OptionalShort
Returns an empty OptionalShort instance.
EMPTY - Static variable in class com.landawn.abacus.util.ShortIterator
 
empty() - Static method in class com.landawn.abacus.util.ShortIterator
 
empty() - Static method in class com.landawn.abacus.util.ShortMatrix
 
empty() - Static method in class com.landawn.abacus.util.stream.ByteStream
 
empty() - Static method in class com.landawn.abacus.util.stream.CharStream
 
empty() - Static method in class com.landawn.abacus.util.stream.DoubleStream
 
empty() - Static method in class com.landawn.abacus.util.stream.EntryStream
 
empty() - Static method in class com.landawn.abacus.util.stream.FloatStream
 
empty() - Static method in class com.landawn.abacus.util.stream.IntStream
 
empty() - Static method in class com.landawn.abacus.util.stream.LongStream
 
empty() - Static method in class com.landawn.abacus.util.stream.ShortStream
 
empty() - Static method in class com.landawn.abacus.util.stream.Stream
 
EMPTY - Static variable in class com.landawn.abacus.util.Tuple
 
EMPTY_ACTION - Static variable in class com.landawn.abacus.android.util.Fu
 
EMPTY_BOOLEAN_ARRAY - Static variable in class com.landawn.abacus.util.N
An empty immutable boolean array.
EMPTY_BOOLEAN_COLUMN - Static variable in class com.landawn.abacus.util.HBaseColumn
 
EMPTY_BOOLEAN_OBJ_ARRAY - Static variable in class com.landawn.abacus.util.N
An empty immutable Boolean array.
EMPTY_BYTE_ARRAY - Static variable in class com.landawn.abacus.util.N
An empty immutable byte array.
EMPTY_BYTE_COLUMN - Static variable in class com.landawn.abacus.util.HBaseColumn
 
EMPTY_BYTE_OBJ_ARRAY - Static variable in class com.landawn.abacus.util.N
An empty immutable Byte array.
EMPTY_CHAR_ARRAY - Static variable in class com.landawn.abacus.util.N
An empty immutable char array.
EMPTY_CHAR_COLUMN - Static variable in class com.landawn.abacus.util.HBaseColumn
 
EMPTY_CHAR_OBJ_ARRAY - Static variable in class com.landawn.abacus.util.N
An empty immutable Character array.
EMPTY_DOUBLE_ARRAY - Static variable in class com.landawn.abacus.util.N
An empty immutable double array.
EMPTY_DOUBLE_COLUMN - Static variable in class com.landawn.abacus.util.HBaseColumn
 
EMPTY_DOUBLE_OBJ_ARRAY - Static variable in class com.landawn.abacus.util.N
An empty immutable Double array.
EMPTY_FLOAT_ARRAY - Static variable in class com.landawn.abacus.util.N
An empty immutable float array.
EMPTY_FLOAT_COLUMN - Static variable in class com.landawn.abacus.util.HBaseColumn
 
EMPTY_FLOAT_OBJ_ARRAY - Static variable in class com.landawn.abacus.util.N
An empty immutable Float array.
EMPTY_INT_ARRAY - Static variable in class com.landawn.abacus.util.N
An empty immutable int array.
EMPTY_INT_COLUMN - Static variable in class com.landawn.abacus.util.HBaseColumn
 
EMPTY_INT_OBJ_ARRAY - Static variable in class com.landawn.abacus.util.N
An empty immutable Integer array.
EMPTY_LONG_ARRAY - Static variable in class com.landawn.abacus.util.N
An empty immutable long array.
EMPTY_LONG_COLUMN - Static variable in class com.landawn.abacus.util.HBaseColumn
 
EMPTY_LONG_OBJ_ARRAY - Static variable in class com.landawn.abacus.util.N
An empty immutable Long array.
EMPTY_OBJECT_ARRAY - Static variable in class com.landawn.abacus.util.N
An empty immutable Object array.
EMPTY_OBJECT_COLUMN - Static variable in class com.landawn.abacus.util.HBaseColumn
 
EMPTY_SHORT_ARRAY - Static variable in class com.landawn.abacus.util.N
An empty immutable short array.
EMPTY_SHORT_COLUMN - Static variable in class com.landawn.abacus.util.HBaseColumn
 
EMPTY_SHORT_OBJ_ARRAY - Static variable in class com.landawn.abacus.util.N
An empty immutable Short array.
EMPTY_STRING - Static variable in class com.landawn.abacus.util.N
 
EMPTY_STRING_ARRAY - Static variable in class com.landawn.abacus.util.N
An empty immutable String array.
emptyAction() - Static method in class com.landawn.abacus.util.Fn
 
emptyIterator() - Static method in class com.landawn.abacus.util.N
Returns an empty Iterator that is immutable.
emptyList() - Static method in class com.landawn.abacus.util.N
Returns an empty List that is immutable.
emptyListIterator() - Static method in class com.landawn.abacus.util.N
Returns an empty ListIterator that is immutable.
emptyMap() - Static method in class com.landawn.abacus.util.N
Returns an empty Map that is immutable.
emptyNavigableMap() - Static method in class com.landawn.abacus.util.N
Returns an empty NavigableMap that is immutable.
emptyNavigableSet() - Static method in class com.landawn.abacus.util.N
Returns an empty emptyNavigableSet that is immutable.
emptyOf(Class<?>) - Static method in class com.landawn.abacus.util.HBaseColumn
 
emptySet() - Static method in class com.landawn.abacus.util.N
Returns an empty Set that is immutable.
emptySortedMap() - Static method in class com.landawn.abacus.util.N
Returns an empty SortedMap that is immutable.
emptySortedSet() - Static method in class com.landawn.abacus.util.N
Returns an empty SortedSet that is immutable.
enclosed(String, String) - Static method in class com.landawn.abacus.util.Joiner
 
encode(Object) - Method in class com.landawn.abacus.parser.KryoParser
 
encode(byte[]) - Method in class com.landawn.abacus.util.Base64.Encoder
Encodes all bytes from the specified byte array into a newly-allocated byte array using the Base64 encoding scheme.
encode(byte[], byte[]) - Method in class com.landawn.abacus.util.Base64.Encoder
Encodes all bytes from the specified byte array using the Base64 encoding scheme, writing the resulting bytes to the given output byte array, starting at offset 0.
encode(ByteBuffer) - Method in class com.landawn.abacus.util.Base64.Encoder
Encodes all remaining bytes from the specified byte buffer into a newly-allocated ByteBuffer using the Base64 encoding scheme.
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(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(StringBuilder, Object) - Static method in class com.landawn.abacus.util.URLEncodedUtil
 
encode(StringBuilder, Object, Charset) - Static method in class com.landawn.abacus.util.URLEncodedUtil
 
encodeToString(byte[]) - Method in class com.landawn.abacus.util.Base64.Encoder
Encodes the specified byte array into a String using the Base64 encoding scheme.
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.
encrypt(String, String) - Method in class com.landawn.abacus.http.SecurityDTO
Encrypt this request with specified userName and password.
encrypt(String, byte[], MessageEncryption) - Method in class com.landawn.abacus.http.SecurityDTO
Encrypt this request with specified userName and password.
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.N
 
endsWithAny(String, String...) - Static method in class com.landawn.abacus.util.N
 
endsWithIgnoreCase(String, String) - Static method in class com.landawn.abacus.util.N
 
endTransaction() - Method in class com.landawn.abacus.android.util.SQLiteExecutor
 
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.
entity2FlatMap(Object) - Static method in class com.landawn.abacus.util.Maps
 
entity2FlatMap(Object, boolean) - Static method in class com.landawn.abacus.util.Maps
 
entity2FlatMap(Object, Collection<String>) - Static method in class com.landawn.abacus.util.Maps
 
entity2FlatMap(Object, boolean, Collection<String>) - Static method in class com.landawn.abacus.util.Maps
 
entity2FlatMap(Object, boolean, Collection<String>, NamingPolicy) - Static method in class com.landawn.abacus.util.Maps
 
entity2FlatMap(T, Object) - Static method in class com.landawn.abacus.util.Maps
 
entity2FlatMap(T, Object, boolean) - Static method in class com.landawn.abacus.util.Maps
 
entity2FlatMap(T, Object, Collection<String>) - Static method in class com.landawn.abacus.util.Maps
 
entity2FlatMap(T, Object, boolean, Collection<String>) - Static method in class com.landawn.abacus.util.Maps
 
entity2FlatMap(T, Object, boolean, Collection<String>, NamingPolicy) - Static method in class com.landawn.abacus.util.Maps
 
entity2FlatMap(Collection<?>) - Static method in class com.landawn.abacus.util.Maps
 
entity2FlatMap(Collection<?>, boolean) - Static method in class com.landawn.abacus.util.Maps
 
entity2FlatMap(Collection<?>, Collection<String>) - Static method in class com.landawn.abacus.util.Maps
 
entity2FlatMap(Collection<?>, boolean, Collection<String>) - Static method in class com.landawn.abacus.util.Maps
 
entity2FlatMap(Collection<?>, boolean, Collection<String>, NamingPolicy) - Static method in class com.landawn.abacus.util.Maps
 
entity2Map(Object) - Static method in class com.landawn.abacus.util.Maps
 
entity2Map(Object, boolean) - Static method in class com.landawn.abacus.util.Maps
 
entity2Map(Object, Collection<String>) - Static method in class com.landawn.abacus.util.Maps
 
entity2Map(Object, boolean, Collection<String>) - Static method in class com.landawn.abacus.util.Maps
 
entity2Map(Object, boolean, Collection<String>, NamingPolicy) - Static method in class com.landawn.abacus.util.Maps
 
entity2Map(T, Object) - Static method in class com.landawn.abacus.util.Maps
 
entity2Map(T, Object, boolean) - Static method in class com.landawn.abacus.util.Maps
 
entity2Map(T, Object, Collection<String>) - Static method in class com.landawn.abacus.util.Maps
 
entity2Map(T, Object, boolean, Collection<String>) - Static method in class com.landawn.abacus.util.Maps
 
entity2Map(T, Object, boolean, Collection<String>, NamingPolicy) - Static method in class com.landawn.abacus.util.Maps
 
entity2Map(Collection<?>) - Static method in class com.landawn.abacus.util.Maps
 
entity2Map(Collection<?>, boolean) - Static method in class com.landawn.abacus.util.Maps
 
entity2Map(Collection<?>, Collection<String>) - Static method in class com.landawn.abacus.util.Maps
 
entity2Map(Collection<?>, boolean, Collection<String>) - Static method in class com.landawn.abacus.util.Maps
 
entity2Map(Collection<?>, boolean, Collection<String>, NamingPolicy) - Static method in class com.landawn.abacus.util.Maps
 
entityDefinitionXml2Class(String, File, String, CodeGenerator.EntityMode) - Static method in class com.landawn.abacus.util.CodeGenerator
 
entityDefinitionXml2Class(String, File, String, CodeGenerator.EntityMode, Method, Method, boolean) - Static method in class com.landawn.abacus.util.CodeGenerator
 
entityDefinitionXml2Class(String, File, String, CodeGenerator.EntityMode, Method, Method, boolean, Class<?>, Class<?>...) - Static method in class com.landawn.abacus.util.CodeGenerator
 
entityDefinitionXml2Class(String, File, String, CodeGenerator.EntityMode, Method, Method, boolean, Class<?>, List<Class<?>>, boolean, boolean) - Static method in class com.landawn.abacus.util.CodeGenerator
 
entityDefinitionXml2Class(String, File, String, CodeGenerator.EntityMode, Method, Method, boolean, Class<?>, List<Class<?>>, boolean, boolean, boolean, boolean, Class<?>) - Static method in class com.landawn.abacus.util.CodeGenerator
 
entityDefinitionXml2Class(String, File, String, CodeGenerator.EntityMode, Method, Method, boolean, Map<String, Class<?>>, Map<String, List<Class<?>>>) - Static method in class com.landawn.abacus.util.CodeGenerator
 
entityDefinitionXml2Class(String, File, String, CodeGenerator.EntityMode, Method, Method, boolean, Map<String, Class<?>>, Map<String, List<Class<?>>>, boolean, boolean) - Static method in class com.landawn.abacus.util.CodeGenerator
 
entityDefinitionXml2Class(String, File, String, CodeGenerator.EntityMode, Method, Method, boolean, Map<String, Class<?>>, Map<String, List<Class<?>>>, boolean, boolean, boolean, boolean, Class<?>) - Static method in class com.landawn.abacus.util.CodeGenerator
 
entityDefinitionXml2ColumnNameTable(String, File, String) - Static method in class com.landawn.abacus.util.CodeGenerator
 
entityDefinitionXml2ColumnNameTable(String, File, String, Method, Class<?>) - Static method in class com.landawn.abacus.util.CodeGenerator
 
entityDefinitionXml2PropNameTable(String, File, String) - Static method in class com.landawn.abacus.util.CodeGenerator
 
entityDefinitionXml2PropNameTable(String, File, String, Method, Class<?>) - Static method in class com.landawn.abacus.util.CodeGenerator
 
EntityId - Interface in com.landawn.abacus
Identity of an entity
entityName() - Method in interface com.landawn.abacus.EntityId
Method entityName.
entries() - Method in class com.landawn.abacus.util.stream.EntryStream
 
entry() - Static method in class com.landawn.abacus.util.Fn
 
entrySet() - Method in interface com.landawn.abacus.EntityId
 
entrySet() - Method in class com.landawn.abacus.http.Headers
 
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.Properties
 
entryStream() - Method in class com.landawn.abacus.util.LongMultiset
 
entryStream() - Method in class com.landawn.abacus.util.Multimap
 
entryStream() - Method in class com.landawn.abacus.util.Multiset
 
EntryStream<K,V> - Class in com.landawn.abacus.util.stream
 
enumListOf(Class<E>) - Static method in class com.landawn.abacus.util.N
 
enumMapOf(Class<E>) - Static method in class com.landawn.abacus.util.N
 
enumSetOf(Class<E>) - Static method in class com.landawn.abacus.util.N
 
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.
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
 
eq(String, Object) - Static method in class com.landawn.abacus.util.DynamoDBExecutor.Filters
 
eqAnd(Map<String, Object>) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
eqAnd(Object) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
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, Object>) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
eqOr(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
 
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 interface com.landawn.abacus.util.function.BiPredicate
 
EQUAL - Static variable in interface com.landawn.abacus.util.function.BooleanBiPredicate
 
EQUAL - Static variable in interface com.landawn.abacus.util.function.ByteBiPredicate
 
equal(byte) - Static method in interface com.landawn.abacus.util.function.BytePredicate
 
EQUAL - Static variable in interface com.landawn.abacus.util.function.CharBiPredicate
 
equal(char) - Static method in interface com.landawn.abacus.util.function.CharPredicate
 
EQUAL - Static variable in interface com.landawn.abacus.util.function.DoubleBiPredicate
 
equal(double) - Static method in interface com.landawn.abacus.util.function.DoublePredicate
 
EQUAL - Static variable in interface com.landawn.abacus.util.function.FloatBiPredicate
 
equal(float) - Static method in interface com.landawn.abacus.util.function.FloatPredicate
 
EQUAL - Static variable in interface com.landawn.abacus.util.function.IntBiPredicate
 
equal(int) - Static method in interface com.landawn.abacus.util.function.IntPredicate
 
EQUAL - Static variable in interface com.landawn.abacus.util.function.LongBiPredicate
 
equal(long) - Static method in interface com.landawn.abacus.util.function.LongPredicate
 
equal(Object) - Static method in interface com.landawn.abacus.util.function.Predicate
 
EQUAL - Static variable in interface com.landawn.abacus.util.function.ShortBiPredicate
 
equal(short) - Static method in interface com.landawn.abacus.util.function.ShortPredicate
 
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.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.SubQuery
 
equals(Object) - Method in class com.landawn.abacus.hash.BloomFilter
 
equals(Object) - Method in class com.landawn.abacus.hash.HashCode
Returns true if object is a HashCode instance with the identical byte representation to this hash code.
equals(Object) - Method in class com.landawn.abacus.http.HttpProxy.OperationConfig
 
equals(Object) - Method in class com.landawn.abacus.http.SecurityDTO
 
equals(Object) - Method in class com.landawn.abacus.parser.AvroDeserializationConfig
 
equals(Object) - Method in class com.landawn.abacus.parser.AvroSerializationConfig
 
equals(Object) - Method in class com.landawn.abacus.parser.DeserializationConfig
 
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.SerializationConfig
 
equals(Object) - Method in class com.landawn.abacus.parser.XMLSerializationConfig
 
equals(Object) - Method in class com.landawn.abacus.pool.AbstractPool
 
equals(Object) - Method in class com.landawn.abacus.pool.ActivityPrint
 
equals(Object) - Method in class com.landawn.abacus.pool.PoolableWrapper
 
equals(Object) - Method in class com.landawn.abacus.util.AnyDelete
 
equals(Object) - Method in class com.landawn.abacus.util.AnyGet
 
equals(Object) - Method in class com.landawn.abacus.util.AnyPut
 
equals(Object) - Method in class com.landawn.abacus.util.AnyScan
 
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) - Method in class com.landawn.abacus.util.BooleanList
 
equals(Object) - Method in class com.landawn.abacus.util.BooleanMatrix
 
equals(Object) - Method in class com.landawn.abacus.util.BooleanPair
 
equals(Object) - Method in class com.landawn.abacus.util.BooleanTriple
 
equals(Object) - Method in class com.landawn.abacus.util.ByteList
 
equals(Object) - Method in class com.landawn.abacus.util.ByteMatrix
 
equals(Object) - Method in class com.landawn.abacus.util.BytePair
 
equals(Object) - Method in class com.landawn.abacus.util.ByteTriple
 
equals(Object) - Method in class com.landawn.abacus.util.CassandraExecutor.StatementSettings
 
equals(Object, Object) - Static method in class com.landawn.abacus.util.Chain
Compares two comparable objects as specified by N.equals(Object, Object), 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(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(Object, Object) - Method in class com.landawn.abacus.util.Chain.EquivalenceChain
Compares two comparable objects as specified by N.equals(Object, Object), 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(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(Object) - Method in class com.landawn.abacus.util.CharList
 
equals(Object) - Method in class com.landawn.abacus.util.CharMatrix
 
equals(Object) - Method in class com.landawn.abacus.util.CharPair
 
equals(Object) - Method in class com.landawn.abacus.util.CharTriple
 
equals(Object) - Method in class com.landawn.abacus.util.CQLBuilder.CP
 
equals(Object) - Method in class com.landawn.abacus.util.CQLMapper
 
equals(Object) - Method in class com.landawn.abacus.util.DoubleList
 
equals(Object) - Method in class com.landawn.abacus.util.DoubleMatrix
 
equals(Object) - Method in class com.landawn.abacus.util.DoublePair
 
equals(Object) - Method in class com.landawn.abacus.util.DoubleTriple
 
equals(Object) - Method in class com.landawn.abacus.util.Duration
Checks if this duration is equal to the specified Duration.
equals(String, String) - Static method in class com.landawn.abacus.util.FilenameUtil
Checks whether two filenames are equal exactly.
equals(String, String, boolean, boolean) - Static method in class com.landawn.abacus.util.FilenameUtil
Checks whether two filenames are equal, optionally normalizing and providing control over the case-sensitivity.
equals(Object) - Method in class com.landawn.abacus.util.FloatList
 
equals(Object) - Method in class com.landawn.abacus.util.FloatMatrix
 
equals(Object) - Method in class com.landawn.abacus.util.FloatPair
 
equals(Object) - Method in class com.landawn.abacus.util.FloatTriple
 
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.HBaseColumn
 
equals(Object) - Method in class com.landawn.abacus.util.ImmutableMap
 
equals(Object) - Method in class com.landawn.abacus.util.Indexed
 
equals(Object) - Method in class com.landawn.abacus.util.IntList
 
equals(Object) - Method in class com.landawn.abacus.util.IntMatrix
 
equals(Object) - Method in class com.landawn.abacus.util.IntPair
 
equals(Object) - Method in class com.landawn.abacus.util.IntTriple
 
equals(Object) - Method in class com.landawn.abacus.util.LongList
 
equals(Object) - Method in class com.landawn.abacus.util.LongMatrix
 
equals(Object) - Method in class com.landawn.abacus.util.LongMultiset
 
equals(Object) - Method in class com.landawn.abacus.util.LongPair
 
equals(Object) - Method in class com.landawn.abacus.util.LongTriple
 
equals(Object) - Method in class com.landawn.abacus.util.Matrix
 
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(boolean, boolean) - Static method in class com.landawn.abacus.util.N
Method equals.
equals(char, char) - Static method in class com.landawn.abacus.util.N
Method equals.
equals(byte, byte) - Static method in class com.landawn.abacus.util.N
Method equals.
equals(short, short) - Static method in class com.landawn.abacus.util.N
Method equals.
equals(int, int) - Static method in class com.landawn.abacus.util.N
Method equals.
equals(long, long) - Static method in class com.landawn.abacus.util.N
Method equals.
equals(float, float) - Static method in class com.landawn.abacus.util.N
Method equals.
equals(double, double) - Static method in class com.landawn.abacus.util.N
Method equals.
equals(String, String) - Static method in class com.landawn.abacus.util.N
 
equals(Object, Object) - Static method in class com.landawn.abacus.util.N
compare a and b by Arrays.equals(Object[], Object[]) if both of them are array.
equals(boolean[], boolean[]) - Static method in class com.landawn.abacus.util.N
 
equals(boolean[], int, boolean[], int, int) - Static method in class com.landawn.abacus.util.N
 
equals(char[], char[]) - Static method in class com.landawn.abacus.util.N
 
equals(char[], int, char[], int, int) - Static method in class com.landawn.abacus.util.N
 
equals(byte[], byte[]) - Static method in class com.landawn.abacus.util.N
 
equals(byte[], int, byte[], int, int) - Static method in class com.landawn.abacus.util.N
 
equals(short[], short[]) - Static method in class com.landawn.abacus.util.N
 
equals(short[], int, short[], int, int) - Static method in class com.landawn.abacus.util.N
 
equals(int[], int[]) - Static method in class com.landawn.abacus.util.N
 
equals(int[], int, int[], int, int) - Static method in class com.landawn.abacus.util.N
 
equals(long[], long[]) - Static method in class com.landawn.abacus.util.N
 
equals(long[], int, long[], int, int) - Static method in class com.landawn.abacus.util.N
 
equals(float[], float[]) - Static method in class com.landawn.abacus.util.N
 
equals(float[], int, float[], int, int) - Static method in class com.landawn.abacus.util.N
 
equals(double[], double[]) - Static method in class com.landawn.abacus.util.N
 
equals(double[], int, double[], int, int) - Static method in class com.landawn.abacus.util.N
 
equals(Object[], Object[]) - Static method in class com.landawn.abacus.util.N
 
equals(Object[], int, Object[], int, int) - Static method in class com.landawn.abacus.util.N
 
equals(Object) - Method in class com.landawn.abacus.util.Nullable
Indicates whether some other object is "equal to" this Optional.
equals(Object) - Method in class com.landawn.abacus.util.Optional
Indicates whether some other object is "equal to" this Optional.
equals(Object) - Method in class com.landawn.abacus.util.OptionalBoolean
Indicates whether some other object is "equal to" this OptionalBoolean.
equals(Object) - Method in class com.landawn.abacus.util.OptionalByte
Indicates whether some other object is "equal to" this OptionalByte.
equals(Object) - Method in class com.landawn.abacus.util.OptionalChar
Indicates whether some other object is "equal to" this OptionalChar.
equals(Object) - Method in class com.landawn.abacus.util.OptionalDouble
Indicates whether some other object is "equal to" this OptionalDouble.
equals(Object) - Method in class com.landawn.abacus.util.OptionalFloat
Indicates whether some other object is "equal to" this OptionalFloat.
equals(Object) - Method in class com.landawn.abacus.util.OptionalInt
Indicates whether some other object is "equal to" this OptionalInt.
equals(Object) - Method in class com.landawn.abacus.util.OptionalLong
Indicates whether some other object is "equal to" this OptionalLong.
equals(Object) - Method in class com.landawn.abacus.util.OptionalShort
Indicates whether some other object is "equal to" this OptionalShort.
equals(Object) - Method in class com.landawn.abacus.util.Pair
 
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.RemoteExecutionResponse
 
equals(Object) - Method in class com.landawn.abacus.util.Seq
 
equals(Object) - Method in class com.landawn.abacus.util.Sheet
 
equals(Object) - Method in class com.landawn.abacus.util.ShortList
 
equals(Object) - Method in class com.landawn.abacus.util.ShortMatrix
 
equals(Object) - Method in class com.landawn.abacus.util.ShortPair
 
equals(Object) - Method in class com.landawn.abacus.util.ShortTriple
 
equals(Object) - Method in class com.landawn.abacus.util.SQLBuilder.SP
 
equals(Object) - Method in class com.landawn.abacus.util.SQLExecutor.JdbcSettings
 
equals(Object) - Method in class com.landawn.abacus.util.SQLExecutor.TypedParameters
 
equals(Object) - Method in class com.landawn.abacus.util.SQLMapper
 
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.Wrapper
 
equalsIgnoreCase(String, String) - Static method in class com.landawn.abacus.util.N
 
equalsIgnoreCase(String[], String[]) - Static method in class com.landawn.abacus.util.N
 
equalsIgnoreCase(String[], int, String[], int, int) - Static method in class com.landawn.abacus.util.N
 
equalsNormalized(String, String) - Static method in class com.landawn.abacus.util.FilenameUtil
Checks whether two filenames are equal after both have been normalized.
equalsNormalizedOnSystem(String, String) - Static method in class com.landawn.abacus.util.FilenameUtil
Checks whether two filenames are equal after both have been normalized and using the case rules of the system.
equalsOnSystem(String, String) - Static method in class com.landawn.abacus.util.FilenameUtil
Checks whether two filenames are equal using the case rules of the system.
erase(Object, String...) - Static method in class com.landawn.abacus.util.N
 
erase(Object, Collection<String>) - Static method in class com.landawn.abacus.util.N
 
eraseAll(Object) - Static method in class com.landawn.abacus.util.N
 
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.
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.
EventBus - Class in com.landawn.abacus.eventBus
final Object strSubscriber_1 = new Subscriber() { @Override public void on(String event) { System.out.println("Subscriber: strSubscriber_1, event: " + event); } }; final Object anySubscriber_2 = new Object() { @Subscribe(threadMode = ThreadMode.DEFAULT, interval = 1000) public void anyMethod(Object event) { System.out.println("Subscriber: anySubscriber_2, event: " + event); } }; final Object anySubscriber_3 = new Object() { @Subscribe(threadMode = ThreadMode.DEFAULT, sticky = true) public void anyMethod(Object event) { System.out.println("Subscriber: anySubscriber_3, event: " + event); } }; final EventBus eventBus = EventBus.getDefault(); eventBus.register(strSubscriber_1); eventBus.register(strSubscriber_1); eventBus.register(anySubscriber_2, "eventId_2"); eventBus.post("abc"); eventBus.postSticky("sticky"); eventBus.post("eventId_2", "abc"); eventBus.post(123); eventBus.post("eventId_2", 123); eventBus.register(anySubscriber_3);
EventBus() - Constructor for class com.landawn.abacus.eventBus.EventBus
 
EventBus(String) - Constructor for class com.landawn.abacus.eventBus.EventBus
 
EventBus(String, Executor) - Constructor for class com.landawn.abacus.eventBus.EventBus
 
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
 
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(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
 
Exclusion - Enum in com.landawn.abacus.parser
 
execute(Runnable) - Static method in class com.landawn.abacus.android.util.Async.SerialExecutor
The action will be asynchronously executed with android.io.AsyncTask#SERIAL_EXECUTOR in background.
execute(Runnable, long) - Static method in class com.landawn.abacus.android.util.Async.SerialExecutor
 
execute(Try.Runnable<? extends Exception>, int, long, Predicate<? super Exception>) - Static method in class com.landawn.abacus.android.util.Async.SerialExecutor
 
execute(Callable<T>) - Static method in class com.landawn.abacus.android.util.Async.SerialExecutor
The action will be asynchronously executed with android.io.AsyncTask#SERIAL_EXECUTOR in background.
execute(Callable<T>, long) - Static method in class com.landawn.abacus.android.util.Async.SerialExecutor
 
execute(Callable<T>, int, long, BiPredicate<? super T, ? super Exception>) - Static method in class com.landawn.abacus.android.util.Async.SerialExecutor
 
execute(Runnable) - Static method in class com.landawn.abacus.android.util.Async.TPExecutor
The action will be asynchronously executed with android.io.AsyncTask#THREAD_POOL_EXECUTOR in background.
execute(Runnable, long) - Static method in class com.landawn.abacus.android.util.Async.TPExecutor
 
execute(Try.Runnable<? extends Exception>, int, long, Predicate<? super Exception>) - Static method in class com.landawn.abacus.android.util.Async.TPExecutor
 
execute(Callable<T>) - Static method in class com.landawn.abacus.android.util.Async.TPExecutor
The action will be asynchronously executed with android.io.AsyncTask#THREAD_POOL_EXECUTOR in background.
execute(Callable<T>, long) - Static method in class com.landawn.abacus.android.util.Async.TPExecutor
 
execute(Callable<T>, int, long, BiPredicate<? super T, ? super Exception>) - Static method in class com.landawn.abacus.android.util.Async.TPExecutor
 
execute(Runnable) - Static method in class com.landawn.abacus.android.util.Async.UIExecutor
The action will be asynchronously executed in UI thread.
execute(Runnable, long) - Static method in class com.landawn.abacus.android.util.Async.UIExecutor
The action will be asynchronously executed in UI thread.
execute(Try.Runnable<? extends Exception>, int, long, Predicate<? super Exception>) - Static method in class com.landawn.abacus.android.util.Async.UIExecutor
 
execute(Callable<T>) - Static method in class com.landawn.abacus.android.util.Async.UIExecutor
The action will be asynchronously executed in UI thread.
execute(Callable<T>, long) - Static method in class com.landawn.abacus.android.util.Async.UIExecutor
The action will be asynchronously executed in UI thread.
execute(Callable<T>, int, long, BiPredicate<? super T, ? super Exception>) - Static method in class com.landawn.abacus.android.util.Async.UIExecutor
 
execute(HttpMethod, Object) - Method in class com.landawn.abacus.http.AbstractHttpClient
 
execute(HttpMethod, Object, Map<String, Object>) - Method in class com.landawn.abacus.http.AbstractHttpClient
 
execute(Class<T>, HttpMethod, Object) - Method in class com.landawn.abacus.http.AbstractHttpClient
 
execute(Class<T>, HttpMethod, Object, Map<String, Object>) - Method in class com.landawn.abacus.http.AbstractHttpClient
Write the specified request to request body.
execute(File, HttpMethod, Object, Map<String, Object>) - Method in class com.landawn.abacus.http.AbstractHttpClient
 
execute(OutputStream, HttpMethod, Object, Map<String, Object>) - Method in class com.landawn.abacus.http.AbstractHttpClient
 
execute(Writer, HttpMethod, Object, Map<String, Object>) - Method in class com.landawn.abacus.http.AbstractHttpClient
 
execute(Class<T>, HttpMethod, Object, Map<String, Object>) - Method in class com.landawn.abacus.http.HttpClient
 
execute(File, HttpMethod, Object, Map<String, Object>) - Method in class com.landawn.abacus.http.HttpClient
 
execute(OutputStream, HttpMethod, Object, Map<String, Object>) - Method in class com.landawn.abacus.http.HttpClient
 
execute(Writer, HttpMethod, Object, Map<String, Object>) - Method in class com.landawn.abacus.http.HttpClient
 
execute(Class<T>, HttpMethod, Object, Map<String, Object>) - Method in class com.landawn.abacus.http.OKHttpClient
 
execute(File, HttpMethod, Object, Map<String, Object>) - Method in class com.landawn.abacus.http.OKHttpClient
 
execute(OutputStream, HttpMethod, Object, Map<String, Object>) - Method in class com.landawn.abacus.http.OKHttpClient
 
execute(Writer, HttpMethod, Object, Map<String, Object>) - Method in class com.landawn.abacus.http.OKHttpClient
 
execute(Runnable) - Method in class com.landawn.abacus.util.AsyncExecutor
 
execute(Runnable, long) - Method in class com.landawn.abacus.util.AsyncExecutor
 
execute(Runnable, long, TimeUnit) - Method in class com.landawn.abacus.util.AsyncExecutor
 
execute(Runnable...) - Method in class com.landawn.abacus.util.AsyncExecutor
 
execute(List<? extends Runnable>) - Method in class com.landawn.abacus.util.AsyncExecutor
 
execute(Callable<T>) - Method in class com.landawn.abacus.util.AsyncExecutor
 
execute(Callable<T>, long) - Method in class com.landawn.abacus.util.AsyncExecutor
 
execute(Callable<T>, long, TimeUnit) - Method in class com.landawn.abacus.util.AsyncExecutor
 
execute(Callable<T>...) - Method in class com.landawn.abacus.util.AsyncExecutor
 
execute(Collection<? extends Callable<T>>) - Method in class com.landawn.abacus.util.AsyncExecutor
 
execute(Try.Runnable<? extends Exception>, int, long, Predicate<? super Exception>) - Method in class com.landawn.abacus.util.AsyncExecutor
 
execute(Callable<T>, int, long, BiPredicate<? super T, ? super Exception>) - Method in class com.landawn.abacus.util.AsyncExecutor
 
execute(String, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
execute(String) - Method in class com.landawn.abacus.util.CassandraExecutor
 
execute(String, Object...) - Method in class com.landawn.abacus.util.CassandraExecutor
 
execute(Statement) - Method in class com.landawn.abacus.util.CassandraExecutor
 
execute(String) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
execute(String, Object...) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
execute(Query) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
execute(Query, long, TimeUnit) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
execute(Connection, String, Object...) - Static method in class com.landawn.abacus.util.JdbcUtil
 
execute(PreparedStatement) - Static method in class com.landawn.abacus.util.JdbcUtil
 
execute(Try.Runnable<? extends Exception>, int, long, Predicate<? super Exception>) - Static method in class com.landawn.abacus.util.N
 
execute(Callable<T>, int, long, BiPredicate<? super T, ? super Exception>) - Static method in class com.landawn.abacus.util.N
 
execute(Class<? extends RemoteTask<?, T>>) - Method in class com.landawn.abacus.util.RemoteExecutor
Execute the task on different remote servers in parallel with parameter.
execute(Class<? extends RemoteTask<?, T>>, Object) - Method in class com.landawn.abacus.util.RemoteExecutor
Execute the task on different remote servers in parallel with parameter.
execute(Class<? extends RemoteTask<?, T>>, Object, Map<String, Object>, long, Predicate<Pair<String, Object>>) - Method in class com.landawn.abacus.util.RemoteExecutor
Execute the task on different remote servers in parallel with parameter.
execute(Class<? extends RemoteTask<?, T>>, Map<String, ?>) - Method in class com.landawn.abacus.util.RemoteExecutor
Execute the task on different remote servers in parallel with different element in parameters.
execute(Class<? extends RemoteTask<?, T>>, Map<String, ?>, Map<String, Object>, long) - Method in class com.landawn.abacus.util.RemoteExecutor
Execute the task on different remote servers in parallel with different element in parameters.
execute(RemoteTask<?, T>) - Method in class com.landawn.abacus.util.RemoteExecutor
Execute the task on different remote servers in parallel with parameter.
execute(RemoteTask<?, T>, Object) - Method in class com.landawn.abacus.util.RemoteExecutor
Execute the task on different remote servers in parallel with parameter.
execute(RemoteTask<?, T>, Object, Map<String, Object>, long, Predicate<Pair<String, Object>>) - Method in class com.landawn.abacus.util.RemoteExecutor
Execute the task on different remote servers in parallel with parameter.
execute(RemoteTask<?, T>, Map<String, ?>) - Method in class com.landawn.abacus.util.RemoteExecutor
Execute the task on different remote servers in parallel with different element in parameters.
execute(RemoteTask<?, T>, Map<String, ?>, Map<String, Object>, long) - Method in class com.landawn.abacus.util.RemoteExecutor
Execute the task on different remote servers in parallel with different element in parameters.
execute(String, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
Execute the sql with the specified parameters.
executeBatchUpdate(Connection, String, List<?>) - Static method in class com.landawn.abacus.util.JdbcUtil
 
executeBatchUpdate(Connection, String, List<?>, int) - Static method in class com.landawn.abacus.util.JdbcUtil
 
executeQuery(Connection, String, Object...) - Static method in class com.landawn.abacus.util.JdbcUtil
 
executeQuery(PreparedStatement) - Static method in class com.landawn.abacus.util.JdbcUtil
 
executeUpdate(Connection, String, Object...) - Static method in class com.landawn.abacus.util.JdbcUtil
 
executeUpdate(PreparedStatement) - Static method in class com.landawn.abacus.util.JdbcUtil
 
exists(Class<?>, Condition) - Method in class com.landawn.abacus.android.util.SQLiteExecutor
 
exists(String, Condition) - Method in class com.landawn.abacus.android.util.SQLiteExecutor
 
exists(String, Object...) - Method in class com.landawn.abacus.android.util.SQLiteExecutor
Remember to add limit condition if big result will be returned by the query.
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(String, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
exists(Connection, String, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
exists(Class<?>, Object...) - Method in class com.landawn.abacus.util.CassandraExecutor
 
exists(Class<?>, Condition) - Method in class com.landawn.abacus.util.CassandraExecutor
 
exists(String, Object...) - Method in class com.landawn.abacus.util.CassandraExecutor
Always remember to set "LIMIT 1" in the cql statement for better performance.
exists(String, Object...) - Method in class com.landawn.abacus.util.CouchbaseExecutor
Always remember to set "LIMIT 1" in the sql statement for better performance.
exists(String, Get) - Method in class com.landawn.abacus.util.HBaseExecutor
 
exists(String, AnyGet) - Method in class com.landawn.abacus.util.HBaseExecutor
 
exists(int) - Static method in class com.landawn.abacus.util.If
true for index >= 0, false for index < 0.
exists(int) - Static method in class com.landawn.abacus.util.If.IF
Deprecated.
true for index >= 0, false for index < 0.
exists(String) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
exists(ObjectId) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
exists(Bson) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
exists(String, String) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
exists(String, ObjectId) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
exists(String, Bson) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
exists(Object) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
exists(Condition) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
exists(Connection, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
exists(String, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
 
exists(Connection, String, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
 
exists(Object) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
exists(Condition) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
exists(Connection, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
existsAll(String, List<Get>) - Method in class com.landawn.abacus.util.HBaseExecutor
 
existsAll(String, Collection<AnyGet>) - Method in class com.landawn.abacus.util.HBaseExecutor
 
exp(String) - Static method in class com.landawn.abacus.condition.Expression
 
ExpandableListActivityBase - Class in com.landawn.abacus.android
 
ExpandableListActivityBase() - Constructor for class com.landawn.abacus.android.ExpandableListActivityBase
 
expectedFpp() - Method in class com.landawn.abacus.hash.BloomFilter
Returns the probability that BloomFilter.mightContain(Object) will erroneously return true for an object that has not actually been put in the BloomFilter.
EXPIRES - Static variable in class com.landawn.abacus.http.HTTP
 
exportCSV(File, Connection, String) - Static method in class com.landawn.abacus.util.CSVUtil
Exports the data from database to CVS.
exportCSV(File, Connection, String, long, long, boolean, boolean) - Static method in class com.landawn.abacus.util.CSVUtil
Exports the data from database to CVS.
exportCSV(File, Connection, String, Collection<String>, long, long, boolean, boolean) - Static method in class com.landawn.abacus.util.CSVUtil
Exports the data from database to CVS.
exportCSV(File, PreparedStatement) - Static method in class com.landawn.abacus.util.CSVUtil
Exports the data from database to CVS.
exportCSV(File, PreparedStatement, long, long, boolean, boolean) - Static method in class com.landawn.abacus.util.CSVUtil
Exports the data from database to CVS.
exportCSV(File, PreparedStatement, Collection<String>, long, long, boolean, boolean) - Static method in class com.landawn.abacus.util.CSVUtil
Exports the data from database to CVS.
exportCSV(File, ResultSet) - Static method in class com.landawn.abacus.util.CSVUtil
Exports the data from database to CVS.
exportCSV(File, ResultSet, long, long, boolean, boolean) - Static method in class com.landawn.abacus.util.CSVUtil
Exports the data from database to CVS.
exportCSV(File, ResultSet, Collection<String>, long, long, boolean, boolean) - Static method in class com.landawn.abacus.util.CSVUtil
 
exportCSV(OutputStream, ResultSet) - Static method in class com.landawn.abacus.util.CSVUtil
Exports the data from database to CVS.
exportCSV(OutputStream, ResultSet, long, long, boolean, boolean) - Static method in class com.landawn.abacus.util.CSVUtil
Exports the data from database to CVS.
exportCSV(OutputStream, ResultSet, Collection<String>, long, long, boolean, boolean) - Static method in class com.landawn.abacus.util.CSVUtil
Exports the data from database to CVS.
exportCSV(Writer, ResultSet) - Static method in class com.landawn.abacus.util.CSVUtil
Exports the data from database to CVS.
exportCSV(Writer, ResultSet, long, long, boolean, boolean) - Static method in class com.landawn.abacus.util.CSVUtil
Exports the data from database to CVS.
exportCSV(Writer, ResultSet, Collection<String>, long, long, boolean, boolean) - Static method in class com.landawn.abacus.util.CSVUtil
Exports the data from database to CVS.
expr(String) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
Expr(String) - Constructor for class com.landawn.abacus.condition.Expression.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
 
extend(int, int) - Method in class com.landawn.abacus.util.BooleanMatrix
 
extend(int, int, boolean) - Method in class com.landawn.abacus.util.BooleanMatrix
 
extend(int, int, int, int) - Method in class com.landawn.abacus.util.BooleanMatrix
 
extend(int, int, int, int, boolean) - Method in class com.landawn.abacus.util.BooleanMatrix
 
extend(int, int) - Method in class com.landawn.abacus.util.ByteMatrix
 
extend(int, int, byte) - Method in class com.landawn.abacus.util.ByteMatrix
 
extend(int, int, int, int) - Method in class com.landawn.abacus.util.ByteMatrix
 
extend(int, int, int, int, byte) - Method in class com.landawn.abacus.util.ByteMatrix
 
extend(int, int) - Method in class com.landawn.abacus.util.CharMatrix
 
extend(int, int, char) - Method in class com.landawn.abacus.util.CharMatrix
 
extend(int, int, int, int) - Method in class com.landawn.abacus.util.CharMatrix
 
extend(int, int, int, int, char) - Method in class com.landawn.abacus.util.CharMatrix
 
extend(int, int) - Method in class com.landawn.abacus.util.DoubleMatrix
 
extend(int, int, double) - Method in class com.landawn.abacus.util.DoubleMatrix
 
extend(int, int, int, int) - Method in class com.landawn.abacus.util.DoubleMatrix
 
extend(int, int, int, int, double) - Method in class com.landawn.abacus.util.DoubleMatrix
 
extend(int, int) - Method in class com.landawn.abacus.util.FloatMatrix
 
extend(int, int, float) - Method in class com.landawn.abacus.util.FloatMatrix
 
extend(int, int, int, int) - Method in class com.landawn.abacus.util.FloatMatrix
 
extend(int, int, int, int, float) - Method in class com.landawn.abacus.util.FloatMatrix
 
extend(int, int) - Method in class com.landawn.abacus.util.IntMatrix
 
extend(int, int, int) - Method in class com.landawn.abacus.util.IntMatrix
 
extend(int, int, int, int) - Method in class com.landawn.abacus.util.IntMatrix
 
extend(int, int, int, int, int) - Method in class com.landawn.abacus.util.IntMatrix
 
extend(int, int) - Method in class com.landawn.abacus.util.LongMatrix
 
extend(int, int, long) - Method in class com.landawn.abacus.util.LongMatrix
 
extend(int, int, int, int) - Method in class com.landawn.abacus.util.LongMatrix
 
extend(int, int, int, int, long) - Method in class com.landawn.abacus.util.LongMatrix
 
extend(int, int) - Method in class com.landawn.abacus.util.Matrix
 
extend(int, int, T) - Method in class com.landawn.abacus.util.Matrix
 
extend(int, int, int, int) - Method in class com.landawn.abacus.util.Matrix
 
extend(int, int, int, int, T) - Method in class com.landawn.abacus.util.Matrix
 
extend(int, int) - Method in class com.landawn.abacus.util.ShortMatrix
 
extend(int, int, short) - Method in class com.landawn.abacus.util.ShortMatrix
 
extend(int, int, int, int) - Method in class com.landawn.abacus.util.ShortMatrix
 
extend(int, int, int, int, short) - Method in class com.landawn.abacus.util.ShortMatrix
 
EXTENSION_SEPARATOR - Static variable in class com.landawn.abacus.util.FilenameUtil
The extension separator character.
EXTENSION_SEPARATOR_STR - Static variable in class com.landawn.abacus.util.FilenameUtil
The extension separator String.
extractData(Class<?>, Cursor) - Static method in class com.landawn.abacus.android.util.Fu
 
extractData(Class<?>, Cursor, int, int) - Static method in class com.landawn.abacus.android.util.Fu
 
extractData(Cursor, Class[]) - Static method in class com.landawn.abacus.android.util.Fu
 
extractData(Cursor, Class[], int, int) - Static method in class com.landawn.abacus.android.util.Fu
 
extractData(Cursor, Collection<Class>) - Static method in class com.landawn.abacus.android.util.Fu
 
extractData(Cursor, Collection<Class>, int, int) - Static method in class com.landawn.abacus.android.util.Fu
 
extractData(ResultSet) - Static method in class com.landawn.abacus.util.CassandraExecutor
 
extractData(Class<?>, ResultSet) - Static method in class com.landawn.abacus.util.CassandraExecutor
 
extractData(QueryResult) - Static method in class com.landawn.abacus.util.CouchbaseExecutor
 
extractData(Class<?>, QueryResult) - Static method in class com.landawn.abacus.util.CouchbaseExecutor
 
extractData(QueryResult) - Static method in class com.landawn.abacus.util.DynamoDBExecutor
 
extractData(QueryResult, int, int) - Static method in class com.landawn.abacus.util.DynamoDBExecutor
 
extractData(ScanResult) - Static method in class com.landawn.abacus.util.DynamoDBExecutor
 
extractData(ScanResult, int, int) - Static method in class com.landawn.abacus.util.DynamoDBExecutor
 
extractData(ResultSet) - Static method in class com.landawn.abacus.util.JdbcUtil
 
extractData(ResultSet, boolean) - Static method in class com.landawn.abacus.util.JdbcUtil
 
extractData(ResultSet, int, int) - Static method in class com.landawn.abacus.util.JdbcUtil
 
extractData(ResultSet, int, int, boolean) - Static method in class com.landawn.abacus.util.JdbcUtil
 
extractData(ResultSet, int, int, Try.Predicate<? super Object[], E>, boolean) - Static method in class com.landawn.abacus.util.JdbcUtil
 
extractData(MongoIterable<?>) - Static method in class com.landawn.abacus.util.MongoDBExecutor
 
extractData(Class<?>, MongoIterable<?>) - Static method in class com.landawn.abacus.util.MongoDBExecutor
 
extractData(Class<?>, NamedSQL, ResultSet, SQLExecutor.JdbcSettings) - Method in class com.landawn.abacus.util.SQLExecutor.AbstractResultSetExtractor
 
extractData(Class<?>, NamedSQL, ResultSet, SQLExecutor.JdbcSettings) - Method in interface com.landawn.abacus.util.SQLExecutor.ResultSetExtractor
 

F

f - Class in com.landawn.abacus.util
 
factorial(int) - Static method in class com.landawn.abacus.util.Maths
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.Maths
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.Maths
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.Maths
Returns n!, that is, the product of the first n positive integers, or 1 if n == 0.
FALSE - Static variable in interface com.landawn.abacus.util.function.BooleanSupplier
 
familySet() - Method in class com.landawn.abacus.util.AnyGet
 
farmHashFingerprint64() - Static method in class com.landawn.abacus.hash.Hashing
Returns a hash function implementing FarmHash's Fingerprint64, an open-source algorithm.
FETCH_SIZE - Static variable in class com.landawn.abacus.util.SQLMapper
 
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.
Field - Annotation Type in com.landawn.abacus.http
Named pair for a form-encoded request.
FILE_SEPARATOR - Static variable in class com.landawn.abacus.util.IOUtil
 
FilenameUtil - 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.
FilenameUtil() - Constructor for class com.landawn.abacus.util.FilenameUtil
Instances should NOT be constructed in standard programming.
FILES - Static variable in class com.landawn.abacus.util.Traverser
 
fill(boolean) - Method in class com.landawn.abacus.util.BooleanList
 
fill(int, int, boolean) - Method in class com.landawn.abacus.util.BooleanList
 
fill(boolean) - Method in class com.landawn.abacus.util.BooleanMatrix
 
fill(boolean[][]) - Method in class com.landawn.abacus.util.BooleanMatrix
 
fill(int, int, boolean[][]) - Method in class com.landawn.abacus.util.BooleanMatrix
 
fill(byte) - Method in class com.landawn.abacus.util.ByteList
 
fill(int, int, byte) - Method in class com.landawn.abacus.util.ByteList
 
fill(byte) - Method in class com.landawn.abacus.util.ByteMatrix
 
fill(byte[][]) - Method in class com.landawn.abacus.util.ByteMatrix
 
fill(int, int, byte[][]) - Method in class com.landawn.abacus.util.ByteMatrix
 
fill(char) - Method in class com.landawn.abacus.util.CharList
 
fill(int, int, char) - Method in class com.landawn.abacus.util.CharList
 
fill(char) - Method in class com.landawn.abacus.util.CharMatrix
 
fill(char[][]) - Method in class com.landawn.abacus.util.CharMatrix
 
fill(int, int, char[][]) - Method in class com.landawn.abacus.util.CharMatrix
 
fill(double) - Method in class com.landawn.abacus.util.DoubleList
 
fill(int, int, double) - Method in class com.landawn.abacus.util.DoubleList
 
fill(double) - Method in class com.landawn.abacus.util.DoubleMatrix
 
fill(double[][]) - Method in class com.landawn.abacus.util.DoubleMatrix
 
fill(int, int, double[][]) - Method in class com.landawn.abacus.util.DoubleMatrix
 
fill(float) - Method in class com.landawn.abacus.util.FloatList
 
fill(int, int, float) - Method in class com.landawn.abacus.util.FloatList
 
fill(float) - Method in class com.landawn.abacus.util.FloatMatrix
 
fill(float[][]) - Method in class com.landawn.abacus.util.FloatMatrix
 
fill(int, int, float[][]) - Method in class com.landawn.abacus.util.FloatMatrix
 
fill(int) - Method in class com.landawn.abacus.util.IntList
 
fill(int, int, int) - Method in class com.landawn.abacus.util.IntList
 
fill(int) - Method in class com.landawn.abacus.util.IntMatrix
 
fill(int[][]) - Method in class com.landawn.abacus.util.IntMatrix
 
fill(int, int, int[][]) - Method in class com.landawn.abacus.util.IntMatrix
 
fill(long) - Method in class com.landawn.abacus.util.LongList
 
fill(int, int, long) - Method in class com.landawn.abacus.util.LongList
 
fill(long) - Method in class com.landawn.abacus.util.LongMatrix
 
fill(long[][]) - Method in class com.landawn.abacus.util.LongMatrix
 
fill(int, int, long[][]) - Method in class com.landawn.abacus.util.LongMatrix
 
fill(T) - Method in class com.landawn.abacus.util.Matrix
 
fill(T[][]) - Method in class com.landawn.abacus.util.Matrix
 
fill(int, int, T[][]) - Method in class com.landawn.abacus.util.Matrix
 
fill(boolean[], boolean) - Static method in class com.landawn.abacus.util.N
 
fill(boolean[], int, int, boolean) - Static method in class com.landawn.abacus.util.N
 
fill(char[], char) - Static method in class com.landawn.abacus.util.N
 
fill(char[], int, int, char) - Static method in class com.landawn.abacus.util.N
 
fill(byte[], byte) - Static method in class com.landawn.abacus.util.N
 
fill(byte[], int, int, byte) - Static method in class com.landawn.abacus.util.N
 
fill(short[], short) - Static method in class com.landawn.abacus.util.N
 
fill(short[], int, int, short) - Static method in class com.landawn.abacus.util.N
 
fill(int[], int) - Static method in class com.landawn.abacus.util.N
 
fill(int[], int, int, int) - Static method in class com.landawn.abacus.util.N
 
fill(long[], long) - Static method in class com.landawn.abacus.util.N
 
fill(long[], int, int, long) - Static method in class com.landawn.abacus.util.N
 
fill(float[], float) - Static method in class com.landawn.abacus.util.N
 
fill(float[], int, int, float) - Static method in class com.landawn.abacus.util.N
 
fill(double[], double) - Static method in class com.landawn.abacus.util.N
 
fill(double[], int, int, double) - Static method in class com.landawn.abacus.util.N
 
fill(Object[], Object) - Static method in class com.landawn.abacus.util.N
 
fill(Object[], int, int, Object) - Static method in class com.landawn.abacus.util.N
 
fill(List<? super T>, T) - Static method in class com.landawn.abacus.util.N
 
fill(List<? super T>, int, int, T) - Static method in class com.landawn.abacus.util.N
The specified value will be added/inserted into the specified List.
fill(Object) - Static method in class com.landawn.abacus.util.N
Fill the properties of the entity with random values.
fill(Class<T>) - Static method in class com.landawn.abacus.util.N
Fill the properties of the entity with random values.
fill(Class<T>, int) - Static method in class com.landawn.abacus.util.N
Fill the properties of the entity with random values.
fill(short) - Method in class com.landawn.abacus.util.ShortList
 
fill(int, int, short) - Method in class com.landawn.abacus.util.ShortList
 
fill(short) - Method in class com.landawn.abacus.util.ShortMatrix
 
fill(short[][]) - Method in class com.landawn.abacus.util.ShortMatrix
 
fill(int, int, short[][]) - Method in class com.landawn.abacus.util.ShortMatrix
 
filter(Try.Predicate<? super Object[], E>) - Method in interface com.landawn.abacus.DataSet
 
filter(Try.Predicate<? super Object[], E>, int) - Method in interface com.landawn.abacus.DataSet
 
filter(int, int, Try.Predicate<? super Object[], E>) - Method in interface com.landawn.abacus.DataSet
 
filter(int, int, Try.Predicate<? super Object[], E>, int) - Method in interface com.landawn.abacus.DataSet
 
filter(String, Try.Predicate<T, E>) - Method in interface com.landawn.abacus.DataSet
 
filter(String, Try.Predicate<T, E>, int) - Method in interface com.landawn.abacus.DataSet
 
filter(String, int, int, Try.Predicate<T, E>) - Method in interface com.landawn.abacus.DataSet
 
filter(String, int, int, Try.Predicate<T, E>, int) - Method in interface com.landawn.abacus.DataSet
 
filter(Collection<String>, Try.Predicate<? super Object[], E>) - Method in interface com.landawn.abacus.DataSet
 
filter(Collection<String>, Try.Predicate<? super Object[], E>, int) - Method in interface com.landawn.abacus.DataSet
 
filter(Collection<String>, int, int, Try.Predicate<? super Object[], E>) - Method in interface com.landawn.abacus.DataSet
 
filter(Collection<String>, int, int, Try.Predicate<? super Object[], E>, int) - Method in interface com.landawn.abacus.DataSet
 
filter(Try.BooleanPredicate<E>) - Method in class com.landawn.abacus.util.BooleanList
 
filter(int, int, Try.BooleanPredicate<E>) - Method in class com.landawn.abacus.util.BooleanList
 
filter(Try.BooleanPredicate<E>, int) - Method in class com.landawn.abacus.util.BooleanList
 
filter(int, int, Try.BooleanPredicate<E>, int) - Method in class com.landawn.abacus.util.BooleanList
 
filter(Try.Predicate<BooleanPair, E>) - Method in class com.landawn.abacus.util.BooleanPair
 
filter(Try.Predicate<BooleanTriple, E>) - Method in class com.landawn.abacus.util.BooleanTriple
 
filter(Try.Predicate<? super T, E>) - Method in class com.landawn.abacus.util.Builder
 
filter(Try.BytePredicate<E>) - Method in class com.landawn.abacus.util.ByteList
 
filter(int, int, Try.BytePredicate<E>) - Method in class com.landawn.abacus.util.ByteList
 
filter(Try.BytePredicate<E>, int) - Method in class com.landawn.abacus.util.ByteList
 
filter(int, int, Try.BytePredicate<E>, int) - Method in class com.landawn.abacus.util.ByteList
 
filter(Try.Predicate<BytePair, E>) - Method in class com.landawn.abacus.util.BytePair
 
filter(Try.Predicate<ByteTriple, E>) - Method in class com.landawn.abacus.util.ByteTriple
 
filter(Try.CharPredicate<E>) - Method in class com.landawn.abacus.util.CharList
 
filter(int, int, Try.CharPredicate<E>) - Method in class com.landawn.abacus.util.CharList
 
filter(Try.CharPredicate<E>, int) - Method in class com.landawn.abacus.util.CharList
 
filter(int, int, Try.CharPredicate<E>, int) - Method in class com.landawn.abacus.util.CharList
 
filter(Try.Predicate<CharPair, E>) - Method in class com.landawn.abacus.util.CharPair
 
filter(Try.Predicate<CharTriple, E>) - Method in class com.landawn.abacus.util.CharTriple
 
filter(Try.DoublePredicate<E>) - Method in class com.landawn.abacus.util.DoubleList
 
filter(int, int, Try.DoublePredicate<E>) - Method in class com.landawn.abacus.util.DoubleList
 
filter(Try.DoublePredicate<E>, int) - Method in class com.landawn.abacus.util.DoubleList
 
filter(int, int, Try.DoublePredicate<E>, int) - Method in class com.landawn.abacus.util.DoubleList
 
filter(Try.Predicate<DoublePair, E>) - Method in class com.landawn.abacus.util.DoublePair
 
filter(Try.Predicate<DoubleTriple, E>) - Method in class com.landawn.abacus.util.DoubleTriple
 
filter(Try.FloatPredicate<E>) - Method in class com.landawn.abacus.util.FloatList
 
filter(int, int, Try.FloatPredicate<E>) - Method in class com.landawn.abacus.util.FloatList
 
filter(Try.FloatPredicate<E>, int) - Method in class com.landawn.abacus.util.FloatList
 
filter(int, int, Try.FloatPredicate<E>, int) - Method in class com.landawn.abacus.util.FloatList
 
filter(Try.Predicate<FloatPair, E>) - Method in class com.landawn.abacus.util.FloatPair
 
filter(Try.Predicate<FloatTriple, E>) - Method in class com.landawn.abacus.util.FloatTriple
 
filter(Try.IntPredicate<E>) - Method in class com.landawn.abacus.util.IntList
 
filter(int, int, Try.IntPredicate<E>) - Method in class com.landawn.abacus.util.IntList
 
filter(Try.IntPredicate<E>, int) - Method in class com.landawn.abacus.util.IntList
 
filter(int, int, Try.IntPredicate<E>, int) - Method in class com.landawn.abacus.util.IntList
 
filter(Try.Predicate<IntPair, E>) - Method in class com.landawn.abacus.util.IntPair
 
filter(Try.Predicate<IntTriple, E>) - Method in class com.landawn.abacus.util.IntTriple
 
filter(Try.BiPredicate<? super K, ? super List<E>, X>) - Method in class com.landawn.abacus.util.ListMultimap
 
filter(Try.LongPredicate<E>) - Method in class com.landawn.abacus.util.LongList
 
filter(int, int, Try.LongPredicate<E>) - Method in class com.landawn.abacus.util.LongList
 
filter(Try.LongPredicate<E>, int) - Method in class com.landawn.abacus.util.LongList
 
filter(int, int, Try.LongPredicate<E>, int) - Method in class com.landawn.abacus.util.LongList
 
filter(Try.Predicate<? super T, E>) - Method in class com.landawn.abacus.util.LongMultiset
 
filter(Try.BiPredicate<? super T, Long, E>) - Method in class com.landawn.abacus.util.LongMultiset
 
filter(Try.Predicate<LongPair, E>) - Method in class com.landawn.abacus.util.LongPair
 
filter(Try.Predicate<LongTriple, E>) - Method in class com.landawn.abacus.util.LongTriple
 
filter(Map<K, V>, Try.BiPredicate<? super K, ? super V, E>) - Static method in class com.landawn.abacus.util.Maps
 
filter(Try.BiPredicate<? super K, ? super V, X>) - Method in class com.landawn.abacus.util.Multimap
 
filter(Try.Predicate<? super T, E>) - Method in class com.landawn.abacus.util.Multiset
 
filter(Try.BiPredicate<? super T, Integer, E>) - Method in class com.landawn.abacus.util.Multiset
 
filter(boolean[], Try.BooleanPredicate<E>) - Static method in class com.landawn.abacus.util.N
 
filter(boolean[], Try.BooleanPredicate<E>, int) - Static method in class com.landawn.abacus.util.N
 
filter(boolean[], int, int, Try.BooleanPredicate<E>) - Static method in class com.landawn.abacus.util.N
 
filter(boolean[], int, int, Try.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[], Try.CharPredicate<E>) - Static method in class com.landawn.abacus.util.N
 
filter(char[], Try.CharPredicate<E>, int) - Static method in class com.landawn.abacus.util.N
 
filter(char[], int, int, Try.CharPredicate<E>) - Static method in class com.landawn.abacus.util.N
 
filter(char[], int, int, Try.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[], Try.BytePredicate<E>) - Static method in class com.landawn.abacus.util.N
 
filter(byte[], Try.BytePredicate<E>, int) - Static method in class com.landawn.abacus.util.N
 
filter(byte[], int, int, Try.BytePredicate<E>) - Static method in class com.landawn.abacus.util.N
 
filter(byte[], int, int, Try.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[], Try.ShortPredicate<E>) - Static method in class com.landawn.abacus.util.N
 
filter(short[], Try.ShortPredicate<E>, int) - Static method in class com.landawn.abacus.util.N
 
filter(short[], int, int, Try.ShortPredicate<E>) - Static method in class com.landawn.abacus.util.N
 
filter(short[], int, int, Try.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[], Try.IntPredicate<E>) - Static method in class com.landawn.abacus.util.N
 
filter(int[], Try.IntPredicate<E>, int) - Static method in class com.landawn.abacus.util.N
 
filter(int[], int, int, Try.IntPredicate<E>) - Static method in class com.landawn.abacus.util.N
 
filter(int[], int, int, Try.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[], Try.LongPredicate<E>) - Static method in class com.landawn.abacus.util.N
 
filter(long[], Try.LongPredicate<E>, int) - Static method in class com.landawn.abacus.util.N
 
filter(long[], int, int, Try.LongPredicate<E>) - Static method in class com.landawn.abacus.util.N
 
filter(long[], int, int, Try.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[], Try.FloatPredicate<E>) - Static method in class com.landawn.abacus.util.N
 
filter(float[], Try.FloatPredicate<E>, int) - Static method in class com.landawn.abacus.util.N
 
filter(float[], int, int, Try.FloatPredicate<E>) - Static method in class com.landawn.abacus.util.N
 
filter(float[], int, int, Try.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[], Try.DoublePredicate<E>) - Static method in class com.landawn.abacus.util.N
 
filter(double[], Try.DoublePredicate<E>, int) - Static method in class com.landawn.abacus.util.N
 
filter(double[], int, int, Try.DoublePredicate<E>) - Static method in class com.landawn.abacus.util.N
 
filter(double[], int, int, Try.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[], Try.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
filter(T[], Try.Predicate<? super T, E>, int) - Static method in class com.landawn.abacus.util.N
 
filter(T[], int, int, Try.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
filter(T[], int, int, Try.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>, Try.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
filter(Collection<? extends T>, Try.Predicate<? super T, E>, int) - Static method in class com.landawn.abacus.util.N
 
filter(Collection<? extends T>, int, int, Try.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
filter(Collection<? extends T>, int, int, Try.Predicate<? super T, E>, int) - Static method in class com.landawn.abacus.util.N
 
filter(T[], Try.Predicate<? super T, E>, IntFunction<R>) - Static method in class com.landawn.abacus.util.N
 
filter(T[], Try.Predicate<? super T, E>, int, IntFunction<R>) - Static method in class com.landawn.abacus.util.N
 
filter(T[], int, int, Try.Predicate<? super T, E>, IntFunction<R>) - Static method in class com.landawn.abacus.util.N
 
filter(T[], int, int, Try.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>, Try.Predicate<? super T, E>, IntFunction<R>) - Static method in class com.landawn.abacus.util.N
 
filter(Collection<? extends T>, Try.Predicate<? super T, E>, int, IntFunction<R>) - Static method in class com.landawn.abacus.util.N
 
filter(Collection<? extends T>, int, int, Try.Predicate<? super T, E>, IntFunction<R>) - Static method in class com.landawn.abacus.util.N
 
filter(Collection<? extends T>, int, int, Try.Predicate<? super T, E>, int, IntFunction<R>) - Static method in class com.landawn.abacus.util.N
 
filter(Try.Predicate<? super T, E>) - Method in class com.landawn.abacus.util.Nullable
If a value is present, and the value matches the given predicate, return an Nullable describing the value, otherwise return an empty Nullable.
filter(Predicate<? super T>) - Method in class com.landawn.abacus.util.Observer
 
filter(Try.Predicate<? super T, E>) - Method in class com.landawn.abacus.util.Optional
If a value is present, and the value matches the given predicate, return an Optional describing the value, otherwise return an empty Optional.
filter(Try.BooleanPredicate<E>) - Method in class com.landawn.abacus.util.OptionalBoolean
 
filter(Try.BytePredicate<E>) - Method in class com.landawn.abacus.util.OptionalByte
 
filter(Try.CharPredicate<E>) - Method in class com.landawn.abacus.util.OptionalChar
 
filter(Try.DoublePredicate<E>) - Method in class com.landawn.abacus.util.OptionalDouble
 
filter(Try.FloatPredicate<E>) - Method in class com.landawn.abacus.util.OptionalFloat
 
filter(Try.IntPredicate<E>) - Method in class com.landawn.abacus.util.OptionalInt
 
filter(Try.LongPredicate<E>) - Method in class com.landawn.abacus.util.OptionalLong
 
filter(Try.ShortPredicate<E>) - Method in class com.landawn.abacus.util.OptionalShort
 
filter(Try.BiPredicate<? super L, ? super R, E>) - Method in class com.landawn.abacus.util.Pair
 
filter(Try.Predicate<Pair<L, R>, E>) - Method in class com.landawn.abacus.util.Pair
 
filter(Try.Predicate<? super T, E>) - Method in class com.landawn.abacus.util.Seq
 
filter(Try.Predicate<? super T, E>, IntFunction<C>) - Method in class com.landawn.abacus.util.Seq
 
filter(Try.Predicate<? super T, E>, int) - Method in class com.landawn.abacus.util.Seq
 
filter(U, Try.BiPredicate<? super T, ? super U, E>) - Method in class com.landawn.abacus.util.Seq
 
filter(Try.BiPredicate<? super K, ? super Set<E>, X>) - Method in class com.landawn.abacus.util.SetMultimap
 
filter(Try.ShortPredicate<E>) - Method in class com.landawn.abacus.util.ShortList
 
filter(int, int, Try.ShortPredicate<E>) - Method in class com.landawn.abacus.util.ShortList
 
filter(Try.ShortPredicate<E>, int) - Method in class com.landawn.abacus.util.ShortList
 
filter(int, int, Try.ShortPredicate<E>, int) - Method in class com.landawn.abacus.util.ShortList
 
filter(Try.Predicate<ShortPair, E>) - Method in class com.landawn.abacus.util.ShortPair
 
filter(Try.Predicate<ShortTriple, E>) - Method in class com.landawn.abacus.util.ShortTriple
 
filter(P) - Method in interface com.landawn.abacus.util.stream.BaseStream
Returns a stream consisting of the elements of this stream that match the given predicate.
filter(Predicate<Map.Entry<K, V>>) - Method in class com.landawn.abacus.util.stream.EntryStream
 
filter(BiPredicate<? super K, ? super V>) - Method in class com.landawn.abacus.util.stream.EntryStream
 
filter(U, BiPredicate<? super T, ? super U>) - Method in class com.landawn.abacus.util.stream.Stream
 
filter(Try.TriPredicate<? super L, ? super M, ? super R, E>) - Method in class com.landawn.abacus.util.Triple
 
filter(Try.Predicate<Triple<L, M, R>, E>) - Method in class com.landawn.abacus.util.Triple
 
filter(Try.Predicate<? super Tuple.Tuple1<T1>, E>) - Method in class com.landawn.abacus.util.Tuple.Tuple1
 
filter(Try.Predicate<? super Tuple.Tuple2<T1, T2>, E>) - Method in class com.landawn.abacus.util.Tuple.Tuple2
 
filter(Try.Predicate<? super Tuple.Tuple3<T1, T2, T3>, E>) - Method in class com.landawn.abacus.util.Tuple.Tuple3
 
filter(Try.Predicate<? super Tuple.Tuple4<T1, T2, T3, T4>, E>) - Method in class com.landawn.abacus.util.Tuple.Tuple4
 
filter(Try.Predicate<? super Tuple.Tuple5<T1, T2, T3, T4, T5>, E>) - Method in class com.landawn.abacus.util.Tuple.Tuple5
 
filter(Try.Predicate<? super Tuple.Tuple6<T1, T2, T3, T4, T5, T6>, E>) - Method in class com.landawn.abacus.util.Tuple.Tuple6
 
filter(Try.Predicate<? super Tuple.Tuple7<T1, T2, T3, T4, T5, T6, T7>, E>) - Method in class com.landawn.abacus.util.Tuple.Tuple7
 
filter(Try.Predicate<? super Tuple.Tuple8<T1, T2, T3, T4, T5, T6, T7, T8>, E>) - Method in class com.landawn.abacus.util.Tuple.Tuple8
 
filter(Try.Predicate<? super Tuple.Tuple9<T1, T2, T3, T4, T5, T6, T7, T8, T9>, E>) - Method in class com.landawn.abacus.util.Tuple.Tuple9
 
filterByKey(Try.Predicate<? super K, X>) - Method in class com.landawn.abacus.util.ListMultimap
 
filterByKey(Map<K, V>, Try.Predicate<? super K, E>) - Static method in class com.landawn.abacus.util.Maps
 
filterByKey(Try.Predicate<? super K, X>) - Method in class com.landawn.abacus.util.Multimap
 
filterByKey(Try.Predicate<? super K, X>) - Method in class com.landawn.abacus.util.SetMultimap
 
filterByKey(Predicate<? super K>) - Method in class com.landawn.abacus.util.stream.EntryStream
 
filterByValue(Try.Predicate<? super List<E>, X>) - Method in class com.landawn.abacus.util.ListMultimap
 
filterByValue(Map<K, V>, Try.Predicate<? super V, E>) - Static method in class com.landawn.abacus.util.Maps
 
filterByValue(Try.Predicate<? super V, X>) - Method in class com.landawn.abacus.util.Multimap
 
filterByValue(Try.Predicate<? super Set<E>, X>) - Method in class com.landawn.abacus.util.SetMultimap
 
filterByValue(Predicate<? super V>) - Method in class com.landawn.abacus.util.stream.EntryStream
 
filterIfNotNull(Try.Predicate<? super T, E>) - Method in class com.landawn.abacus.util.Nullable
If a value is not null, and the value matches the given predicate, return an Nullable describing the value, otherwise return an empty Nullable.
filtering(Predicate<? super T>) - Static method in class com.landawn.abacus.util.Fn
 
filtering(Predicate<? super T>, Collector<? super T, A, R>) - Static method in class com.landawn.abacus.util.Fn
 
filtering(Predicate<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
It's copied from StreamEx: https://github.com/amaembo/streamex
Returns a Collector which filters input elements by the supplied predicate, collecting them to the list.
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
Returns a Collector which passes only those elements to the specified downstream collector which match given predicate.
Filters() - Constructor for class com.landawn.abacus.util.DynamoDBExecutor.Filters
 
filterThenLimit(Predicate<T>, int) - Static method in class com.landawn.abacus.util.Fn
 
filterThenLimit(BiPredicate<T, U>, int) - Static method in class com.landawn.abacus.util.Fn
 
find(Class<T>, Collection<String>, Condition) - Method in class com.landawn.abacus.android.util.SQLiteExecutor
 
find(Class<T>, Collection<String>, Condition, String) - Method in class com.landawn.abacus.android.util.SQLiteExecutor
 
find(Class<T>, Collection<String>, Condition, String, int, int) - Method in class com.landawn.abacus.android.util.SQLiteExecutor
 
find(Class<T>, Collection<String>, Condition, String, String, String) - Method in class com.landawn.abacus.android.util.SQLiteExecutor
 
find(Class<T>, Collection<String>, Condition, String, String, String, int, int) - Method in class com.landawn.abacus.android.util.SQLiteExecutor
Find the records from database with the specified whereClause, groupby, having, orderBy, and convert result to a list of the specified targetClass.
find(Class<T>, String, Object...) - Method in class com.landawn.abacus.android.util.SQLiteExecutor
Find the records from database with the specified sql, parameters, and convert result to a list of the specified targetClass.
find(Class<T>, String, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
find(Class<T>, String, SQLExecutor.StatementSetter, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
find(Class<T>, Connection, String, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
find(Class<T>, Connection, String, SQLExecutor.StatementSetter, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
find(Class<T>, Condition) - Method in class com.landawn.abacus.util.CassandraExecutor
 
find(Class<T>, Collection<String>, Condition) - Method in class com.landawn.abacus.util.CassandraExecutor
 
find(String, Object...) - Method in class com.landawn.abacus.util.CassandraExecutor
 
find(Class<T>, String, Object...) - Method in class com.landawn.abacus.util.CassandraExecutor
 
find(Class<T>, String, Object...) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
find(QueryRequest) - Method in class com.landawn.abacus.util.DynamoDBExecutor
 
find(Class<T>, QueryRequest) - Method in class com.landawn.abacus.util.DynamoDBExecutor
 
find(Bson) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
find(Class<T>, Bson) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
find(Class<T>, Collection<String>, Bson) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
find(Class<T>, Collection<String>, Bson, int, int) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
find(Class<T>, Collection<String>, Bson, Bson) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
find(Class<T>, Collection<String>, Bson, Bson, int, int) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
find(Class<T>, Bson, Bson, Bson) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
find(Class<T>, Bson, Bson, Bson, int, int) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
find(String, Bson) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
find(Class<T>, String, Bson) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
find(Class<T>, String, Collection<String>, Bson) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
find(Class<T>, String, Collection<String>, Bson, int, int) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
find(Class<T>, String, Collection<String>, Bson, Bson) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
find(Class<T>, String, Collection<String>, Bson, Bson, int, int) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
find(Class<T>, String, Bson, Bson, Bson) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
find(Class<T>, String, Bson, Bson, Bson, int, int) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
find(Condition) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
find(Collection<String>, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
find(Collection<String>, Condition, SQLExecutor.JdbcSettings) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
find(Connection, Collection<String>, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
find(Connection, Collection<String>, Condition, SQLExecutor.JdbcSettings) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
find(Class<T>, String, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
 
find(Class<T>, String, SQLExecutor.StatementSetter, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
 
find(Class<T>, Connection, String, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
 
find(Class<T>, Connection, String, SQLExecutor.StatementSetter, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
 
find(Condition) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
find(Collection<String>, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
find(Collection<String>, Condition, SQLExecutor.JdbcSettings) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
find(Connection, Collection<String>, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
find(Connection, Collection<String>, Condition, SQLExecutor.JdbcSettings) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
findAll(Class<T>, String, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
findAll(Class<T>, String, SQLExecutor.StatementSetter, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
findAll(Class<T>, List<String>, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
findAll(Class<T>, List<String>, SQLExecutor.StatementSetter, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
findAll(Condition, SQLExecutor.JdbcSettings) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
findAll(Collection<String>, Condition, SQLExecutor.JdbcSettings) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
findAll(Class<T>, String, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
 
findAll(Class<T>, String, SQLExecutor.StatementSetter, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
 
findAll(Class<T>, List<String>, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
 
findAll(Class<T>, List<String>, SQLExecutor.StatementSetter, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
 
findAll(Condition, SQLExecutor.JdbcSettings) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
Query from multiple data sources specified in JdbcSettings.
findAll(Collection<String>, Condition, SQLExecutor.JdbcSettings) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
Query from multiple data sources specified in JdbcSettings.
findAllIndicesBetween(String, char, char) - Static method in class com.landawn.abacus.util.N
findAllIndicesBetween("3[a2[c]]2[a]", '[', ']') = [[2, 7], [10, 11]]
findAllIndicesBetween(String, int, int, char, char) - Static method in class com.landawn.abacus.util.N
findAllIndicesBetween("3[a2[c]]2[a]", '[', ']') = [[2, 7], [10, 11]]
findAllIndicesBetween(String, String, String) - Static method in class com.landawn.abacus.util.N
findAllIndicesBetween("3[a2[c]]2[a]", '[', ']') = [[2, 7], [10, 11]]
findAllIndicesBetween(String, int, int, String, String) - Static method in class com.landawn.abacus.util.N
findAllIndicesBetween("3[a2[c]]2[a]", '[', ']') = [[2, 7], [10, 11]]
findAllSubstringsBetween(String, char, char) - Static method in class com.landawn.abacus.util.N
findAllIndicesBetween("3[a2[c]]2[a]", '[', ']') = [[2, 7], [10, 11]]
findAllSubstringsBetween(String, int, int, char, char) - Static method in class com.landawn.abacus.util.N
findAllIndicesBetween("3[a2[c]]2[a]", '[', ']') = [[2, 7], [10, 11]]
findAllSubstringsBetween(String, String, String) - Static method in class com.landawn.abacus.util.N
findAllIndicesBetween("3[a2[c]]2[a]", '[', ']') = [[2, 7], [10, 11]]
findAllSubstringsBetween(String, int, int, String, String) - Static method in class com.landawn.abacus.util.N
findAllIndicesBetween("3[a2[c]]2[a]", '[', ']') = [[2, 7], [10, 11]]
findAny(Try.BytePredicate<E>) - Method in class com.landawn.abacus.util.stream.ByteStream
 
findAny(Try.CharPredicate<E>) - Method in class com.landawn.abacus.util.stream.CharStream
 
findAny(Try.DoublePredicate<E>) - Method in class com.landawn.abacus.util.stream.DoubleStream
 
findAny(Try.FloatPredicate<E>) - Method in class com.landawn.abacus.util.stream.FloatStream
 
findAny(Try.IntPredicate<E>) - Method in class com.landawn.abacus.util.stream.IntStream
 
findAny(Try.LongPredicate<E>) - Method in class com.landawn.abacus.util.stream.LongStream
 
findAny(Try.ShortPredicate<E>) - Method in class com.landawn.abacus.util.stream.ShortStream
 
findAny(Try.Predicate<? super T, E>) - Method in class com.landawn.abacus.util.stream.Stream
 
findAny(U, Try.BiPredicate<? super T, ? super U, E>) - Method in class com.landawn.abacus.util.stream.Stream

This method only run sequentially, even in parallel stream.
findDir(String) - Static method in class com.landawn.abacus.util.PropertiesUtil
 
findFile(String) - Static method in class com.landawn.abacus.util.PropertiesUtil
 
findFirst(Try.BooleanPredicate<E>) - Method in class com.landawn.abacus.util.BooleanList
 
findFirst(Try.BytePredicate<E>) - Method in class com.landawn.abacus.util.ByteList
 
findFirst(Try.CharPredicate<E>) - Method in class com.landawn.abacus.util.CharList
 
findFirst(Try.DoublePredicate<E>) - Method in class com.landawn.abacus.util.DoubleList
 
findFirst(Try.FloatPredicate<E>) - Method in class com.landawn.abacus.util.FloatList
 
findFirst(Try.IntPredicate<E>) - Method in class com.landawn.abacus.util.IntList
 
findFirst(Try.LongPredicate<E>) - Method in class com.landawn.abacus.util.LongList
 
findFirst(Try.Predicate<? super T, E>) - Method in class com.landawn.abacus.util.Seq
 
findFirst(Try.ShortPredicate<E>) - Method in class com.landawn.abacus.util.ShortList
 
findFirst(Try.BytePredicate<E>) - Method in class com.landawn.abacus.util.stream.ByteStream
 
findFirst(Try.CharPredicate<E>) - Method in class com.landawn.abacus.util.stream.CharStream
 
findFirst(Try.DoublePredicate<E>) - Method in class com.landawn.abacus.util.stream.DoubleStream
 
findFirst(Try.FloatPredicate<E>) - Method in class com.landawn.abacus.util.stream.FloatStream
 
findFirst(Try.IntPredicate<E>) - Method in class com.landawn.abacus.util.stream.IntStream
 
findFirst(Try.LongPredicate<E>) - Method in class com.landawn.abacus.util.stream.LongStream
 
findFirst(Try.ShortPredicate<E>) - Method in class com.landawn.abacus.util.stream.ShortStream
 
findFirst(Try.Predicate<? super T, E>) - Method in class com.landawn.abacus.util.stream.Stream
 
findFirst(U, Try.BiPredicate<? super T, ? super U, E>) - Method in class com.landawn.abacus.util.stream.Stream

This method only run sequentially, even in parallel stream.
findFirstAndLast(Try.Predicate<? super T, E>) - Method in class com.landawn.abacus.util.Seq
 
findFirstAndLast(Try.Predicate<? super T, E>, Try.Predicate<? super T, E2>) - Method in class com.landawn.abacus.util.Seq
 
findFirstAndLastIndex(Try.Predicate<? super T, E>) - Method in class com.landawn.abacus.util.Seq
 
findFirstAndLastIndex(Try.Predicate<? super T, E>, Try.Predicate<? super T, E2>) - Method in class com.landawn.abacus.util.Seq
 
findFirstIndex(Try.BooleanPredicate<E>) - Method in class com.landawn.abacus.util.BooleanList
 
findFirstIndex(Try.BytePredicate<E>) - Method in class com.landawn.abacus.util.ByteList
 
findFirstIndex(Try.CharPredicate<E>) - Method in class com.landawn.abacus.util.CharList
 
findFirstIndex(Try.DoublePredicate<E>) - Method in class com.landawn.abacus.util.DoubleList
 
findFirstIndex(Try.FloatPredicate<E>) - Method in class com.landawn.abacus.util.FloatList
 
findFirstIndex(Try.IntPredicate<E>) - Method in class com.landawn.abacus.util.IntList
 
findFirstIndex(Try.LongPredicate<E>) - Method in class com.landawn.abacus.util.LongList
 
findFirstIndex(Try.Predicate<? super T, E>) - Method in class com.landawn.abacus.util.Seq
 
findFirstIndex(Try.ShortPredicate<E>) - Method in class com.landawn.abacus.util.ShortList
 
findFirstOrLast(Try.Predicate<? super T, E>, Try.Predicate<? super T, E2>) - Method in class com.landawn.abacus.util.Seq
 
findFirstOrLast(Try.BytePredicate<E>, Try.BytePredicate<E>) - Method in class com.landawn.abacus.util.stream.ByteStream
 
findFirstOrLast(Try.CharPredicate<E>, Try.CharPredicate<E>) - Method in class com.landawn.abacus.util.stream.CharStream
 
findFirstOrLast(Try.DoublePredicate<E>, Try.DoublePredicate<E>) - Method in class com.landawn.abacus.util.stream.DoubleStream
 
findFirstOrLast(Try.FloatPredicate<E>, Try.FloatPredicate<E>) - Method in class com.landawn.abacus.util.stream.FloatStream
 
findFirstOrLast(Try.IntPredicate<E>, Try.IntPredicate<E>) - Method in class com.landawn.abacus.util.stream.IntStream
 
findFirstOrLast(Try.LongPredicate<E>, Try.LongPredicate<E>) - Method in class com.landawn.abacus.util.stream.LongStream
 
findFirstOrLast(Try.ShortPredicate<E>, Try.ShortPredicate<E>) - Method in class com.landawn.abacus.util.stream.ShortStream
 
findFirstOrLast(Try.Predicate<? super T, E>, Try.Predicate<? super T, E2>) - Method in class com.landawn.abacus.util.stream.Stream
 
findFirstOrLast(U, Try.BiPredicate<? super T, ? super U, E>, Try.BiPredicate<? super T, ? super U, E2>) - Method in class com.landawn.abacus.util.stream.Stream

This method only run sequentially, even in parallel stream.
findFirstOrLast(Function<? super T, U>, Try.BiPredicate<? super T, ? super U, E>, Try.BiPredicate<? super T, ? super U, E2>) - Method in class com.landawn.abacus.util.stream.Stream

This method only run sequentially, even in parallel stream.
findFirstOrLastIndex(Try.Predicate<? super T, E>, Try.Predicate<? super T, E2>) - Method in class com.landawn.abacus.util.Seq
 
findLast(Try.BooleanPredicate<E>) - Method in class com.landawn.abacus.util.BooleanList
 
findLast(Try.BytePredicate<E>) - Method in class com.landawn.abacus.util.ByteList
 
findLast(Try.CharPredicate<E>) - Method in class com.landawn.abacus.util.CharList
 
findLast(Try.DoublePredicate<E>) - Method in class com.landawn.abacus.util.DoubleList
 
findLast(Try.FloatPredicate<E>) - Method in class com.landawn.abacus.util.FloatList
 
findLast(Try.IntPredicate<E>) - Method in class com.landawn.abacus.util.IntList
 
findLast(Try.LongPredicate<E>) - Method in class com.landawn.abacus.util.LongList
 
findLast(Try.Predicate<? super T, E>) - Method in class com.landawn.abacus.util.Seq
 
findLast(Try.ShortPredicate<E>) - Method in class com.landawn.abacus.util.ShortList
 
findLast(Try.BytePredicate<E>) - Method in class com.landawn.abacus.util.stream.ByteStream
 
findLast(Try.CharPredicate<E>) - Method in class com.landawn.abacus.util.stream.CharStream
 
findLast(Try.DoublePredicate<E>) - Method in class com.landawn.abacus.util.stream.DoubleStream
 
findLast(Try.FloatPredicate<E>) - Method in class com.landawn.abacus.util.stream.FloatStream
 
findLast(Try.IntPredicate<E>) - Method in class com.landawn.abacus.util.stream.IntStream
 
findLast(Try.LongPredicate<E>) - Method in class com.landawn.abacus.util.stream.LongStream
 
findLast(Try.ShortPredicate<E>) - Method in class com.landawn.abacus.util.stream.ShortStream
 
findLast(Try.Predicate<? super T, E>) - Method in class com.landawn.abacus.util.stream.Stream
 
findLast(U, Try.BiPredicate<? super T, ? super U, E>) - Method in class com.landawn.abacus.util.stream.Stream

This method only run sequentially, even in parallel stream.
findLastIndex(Try.BooleanPredicate<E>) - Method in class com.landawn.abacus.util.BooleanList
 
findLastIndex(Try.BytePredicate<E>) - Method in class com.landawn.abacus.util.ByteList
 
findLastIndex(Try.CharPredicate<E>) - Method in class com.landawn.abacus.util.CharList
 
findLastIndex(Try.DoublePredicate<E>) - Method in class com.landawn.abacus.util.DoubleList
 
findLastIndex(Try.FloatPredicate<E>) - Method in class com.landawn.abacus.util.FloatList
 
findLastIndex(Try.IntPredicate<E>) - Method in class com.landawn.abacus.util.IntList
 
findLastIndex(Try.LongPredicate<E>) - Method in class com.landawn.abacus.util.LongList
 
findLastIndex(Try.Predicate<? super T, E>) - Method in class com.landawn.abacus.util.Seq
 
findLastIndex(Try.ShortPredicate<E>) - Method in class com.landawn.abacus.util.ShortList
 
finish() - Method in class com.landawn.abacus.android.ProgressBarTask
 
finisher() - Method in interface com.landawn.abacus.util.stream.Collector
Perform the final transformation from the intermediate accumulation type A to the final result type R.
first() - Method in class com.landawn.abacus.util.BooleanList
 
first() - Method in class com.landawn.abacus.util.ByteList
 
first() - Method in class com.landawn.abacus.util.CharList
 
first() - Method in class com.landawn.abacus.util.DoubleList
 
first() - Method in class com.landawn.abacus.util.FloatList
 
first() - Method in class com.landawn.abacus.util.ImmutableSortedSet
 
first() - Method in class com.landawn.abacus.util.IntList
 
first(Iterator<T>) - Static method in class com.landawn.abacus.util.Iterators
 
first() - Method in class com.landawn.abacus.util.LongList
 
first() - Method in class com.landawn.abacus.util.Seq
 
first(int) - Method in class com.landawn.abacus.util.Seq
Return at most first n elements.
first() - Method in class com.landawn.abacus.util.ShortList
 
first() - Method in interface com.landawn.abacus.util.stream.BaseStream
 
firstEntry() - Method in class com.landawn.abacus.util.ImmutableNavigableMap
 
firstKey() - Method in class com.landawn.abacus.util.ImmutableSortedMap
 
firstNonNull(Iterator<T>) - Static method in class com.landawn.abacus.util.Iterators
 
firstNonNull(T, T) - Static method in class com.landawn.abacus.util.N
 
firstNonNull(T, T, T) - Static method in class com.landawn.abacus.util.N
 
firstNonNull(T...) - Static method in class com.landawn.abacus.util.N
 
firstNonNull(Collection<T>) - Static method in class com.landawn.abacus.util.N
 
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
 
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
 
flatInvertFrom(Map<K, ? extends Collection<? extends E>>, IntFunction<M>) - Static method in class com.landawn.abacus.util.ListMultimap
Deprecated.
flatInvertFrom(Map<K, ? extends Collection<? extends E>>, IntFunction<M>) - Static method in class com.landawn.abacus.util.Multimap
 
flatInvertFrom(Map<K, ? extends Collection<? extends E>>) - Static method in class com.landawn.abacus.util.SetMultimap
 
flatInvertFrom(Map<K, ? extends Collection<? extends E>>, IntFunction<M>) - Static method in class com.landawn.abacus.util.SetMultimap
Deprecated.
flatMap(T[], Try.Function<? super T, ? extends Collection<? extends R>, E>) - Static method in class com.landawn.abacus.util.N
 
flatMap(T[], int, int, Try.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>, Try.Function<? super T, ? extends Collection<? extends R>, E>) - Static method in class com.landawn.abacus.util.N
 
flatMap(Collection<? extends T>, int, int, Try.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[], Try.Function<? super T, ? extends Collection<? extends R>, E>, IntFunction<C>) - Static method in class com.landawn.abacus.util.N
 
flatMap(T[], int, int, Try.Function<? super T, ? extends Collection<? extends R>, E>, IntFunction<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>, Try.Function<? super T, ? extends Collection<? extends R>, E>, IntFunction<C>) - Static method in class com.landawn.abacus.util.N
 
flatMap(Collection<? extends T>, int, int, Try.Function<? super T, ? extends Collection<? extends R>, E>, IntFunction<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[], Try.Function<? super T, ? extends Collection<? extends T2>, E>, Try.Function<? super T2, ? extends Collection<? extends R>, E2>) - Static method in class com.landawn.abacus.util.N
 
flatMap(T[], Try.Function<? super T, ? extends Collection<? extends T2>, E>, Try.Function<? super T2, ? extends Collection<? extends R>, E2>, IntFunction<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>, Try.Function<? super T, ? extends Collection<? extends T2>, E>, Try.Function<? super T2, ? extends Collection<? extends R>, E2>) - Static method in class com.landawn.abacus.util.N
 
flatMap(Collection<? extends T>, Try.Function<? super T, ? extends Collection<? extends T2>, E>, Try.Function<? super T2, ? extends Collection<? extends R>, E2>, IntFunction<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(Try.Function<? super T, ? extends Any<U>, E>) - Method in class com.landawn.abacus.util.Nullable
If a value is present, apply the provided Nullable-bearing mapping function to it, return that result, otherwise return an empty Nullable.
flatMap(Function<? super T, Collection<U>>) - Method in class com.landawn.abacus.util.Observer
 
flatMap(Try.Function<? super T, Optional<U>, E>) - Method in class com.landawn.abacus.util.Optional
If a value is present, apply the provided Optional-bearing mapping function to it, return that result, otherwise return an empty Optional.
flatMap(Try.BooleanFunction<OptionalBoolean, E>) - Method in class com.landawn.abacus.util.OptionalBoolean
 
flatMap(Try.ByteFunction<OptionalByte, E>) - Method in class com.landawn.abacus.util.OptionalByte
 
flatMap(Try.CharFunction<OptionalChar, E>) - Method in class com.landawn.abacus.util.OptionalChar
 
flatMap(Try.DoubleFunction<OptionalDouble, E>) - Method in class com.landawn.abacus.util.OptionalDouble
 
flatMap(Try.FloatFunction<OptionalFloat, E>) - Method in class com.landawn.abacus.util.OptionalFloat
 
flatMap(Try.IntFunction<OptionalInt, E>) - Method in class com.landawn.abacus.util.OptionalInt
 
flatMap(Try.LongFunction<OptionalLong, E>) - Method in class com.landawn.abacus.util.OptionalLong
 
flatMap(Try.ShortFunction<OptionalShort, E>) - Method in class com.landawn.abacus.util.OptionalShort
 
flatMap(Try.Function<? super T, ? extends Collection<? extends R>, E>) - Method in class com.landawn.abacus.util.Seq
 
flatMap(Try.Function<? super T, ? extends Collection<U>, E>, Try.BiFunction<? super T, ? super U, ? extends R, E2>) - Method in class com.landawn.abacus.util.Seq
 
flatMap(Try.Function<? super T, ? extends Collection<T2>, E>, Try.Function<? super T2, ? extends Collection<T3>, E2>, Try.TriFunction<? super T, ? super T2, ? super T3, R, E3>) - Method in class com.landawn.abacus.util.Seq
 
flatMap(ByteFunction<? extends ByteStream>) - Method in class com.landawn.abacus.util.stream.ByteStream
Returns a stream consisting of the results of replacing each element of this stream with the contents of a mapped stream produced by applying the provided mapping function to each element.
flatMap(CharFunction<? extends CharStream>) - Method in class com.landawn.abacus.util.stream.CharStream
Returns a stream consisting of the results of replacing each element of this stream with the contents of a mapped stream produced by applying the provided mapping function to each element.
flatMap(DoubleFunction<? extends DoubleStream>) - Method in class com.landawn.abacus.util.stream.DoubleStream
Returns a stream consisting of the results of replacing each element of this stream with the contents of a mapped stream produced by applying the provided mapping function to each element.
flatMap(Function<? super Map.Entry<K, V>, Stream<Map.Entry<KK, VV>>>) - Method in class com.landawn.abacus.util.stream.EntryStream
 
flatMap(FloatFunction<? extends FloatStream>) - Method in class com.landawn.abacus.util.stream.FloatStream
Returns a stream consisting of the results of replacing each element of this stream with the contents of a mapped stream produced by applying the provided mapping function to each element.
flatMap(IntFunction<? extends IntStream>) - Method in class com.landawn.abacus.util.stream.IntStream
Returns a stream consisting of the results of replacing each element of this stream with the contents of a mapped stream produced by applying the provided mapping function to each element.
flatMap(LongFunction<? extends LongStream>) - Method in class com.landawn.abacus.util.stream.LongStream
Returns a stream consisting of the results of replacing each element of this stream with the contents of a mapped stream produced by applying the provided mapping function to each element.
flatMap(ShortFunction<? extends ShortStream>) - Method in class com.landawn.abacus.util.stream.ShortStream
Returns a stream consisting of the results of replacing each element of this stream with the contents of a mapped stream produced by applying the provided mapping function to each element.
flatMap(Function<? super T, ? extends Stream<? extends R>>) - Method in class com.landawn.abacus.util.stream.Stream
Returns a stream consisting of the results of replacing each element of this stream with the contents of a mapped stream produced by applying the provided mapping function to each element.
flatMap(U, BiFunction<? super T, ? super U, ? extends Stream<? extends R>>) - Method in class com.landawn.abacus.util.stream.Stream
 
flatMapIfNotNull(Try.Function<? super T, ? extends Any<U>, E>) - Method in class com.landawn.abacus.util.Nullable
If a value is not null, apply the provided Nullable-bearing mapping function to it, return that result, otherwise return an empty Nullable.
flatMapKey(Function<? super K, Stream<KK>>) - Method in class com.landawn.abacus.util.stream.EntryStream
 
flatMapKeyER(Function<? super K, Stream<KK>>) - Method in class com.landawn.abacus.util.stream.EntryStream
 
flatMapp(Function<? super T, R[]>) - Method in class com.landawn.abacus.util.stream.Stream
 
flatMapp(U, BiFunction<? super T, ? super U, R[]>) - Method in class com.landawn.abacus.util.stream.Stream
 
flatMapping(Function<? super T, ? extends Stream<? extends U>>) - Static method in class com.landawn.abacus.util.Fn
 
flatMapping(Function<? super T, ? extends Stream<? extends U>>, Collector<? super U, A, R>) - Static method in class com.landawn.abacus.util.Fn
 
flatMapping(Function<? super T, ? extends Stream<? extends U>>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
flatMapping(Function<? super T, ? extends Stream<? extends U>>, Collector<? super U, A, R>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
flatMapToBoolean(Try.Function<? super T, ? extends Collection<Boolean>, E>) - Method in class com.landawn.abacus.util.Seq
 
flatMapToByte(Try.Function<? super T, ? extends Collection<Byte>, E>) - Method in class com.landawn.abacus.util.Seq
 
flatMapToByte(IntFunction<? extends ByteStream>) - Method in class com.landawn.abacus.util.stream.IntStream
 
flatMapToByte(Function<? super T, ? extends ByteStream>) - Method in class com.landawn.abacus.util.stream.Stream
 
flatMapToChar(Try.Function<? super T, ? extends Collection<Character>, E>) - Method in class com.landawn.abacus.util.Seq
 
flatMapToChar(IntFunction<? extends CharStream>) - Method in class com.landawn.abacus.util.stream.IntStream
 
flatMapToChar(Function<? super T, ? extends CharStream>) - Method in class com.landawn.abacus.util.stream.Stream
 
flatMapToDouble(Try.Function<? super T, ? extends Collection<Double>, E>) - Method in class com.landawn.abacus.util.Seq
 
flatMapToDouble(FloatFunction<? extends DoubleStream>) - Method in class com.landawn.abacus.util.stream.FloatStream
 
flatMapToDouble(IntFunction<? extends DoubleStream>) - Method in class com.landawn.abacus.util.stream.IntStream
 
flatMapToDouble(LongFunction<? extends DoubleStream>) - Method in class com.landawn.abacus.util.stream.LongStream
 
flatMapToDouble(Function<? super T, ? extends DoubleStream>) - Method in class com.landawn.abacus.util.stream.Stream
Returns an DoubleStream consisting of the results of replacing each element of this stream with the contents of a mapped stream produced by applying the provided mapping function to each element.
flatMapToEntry(Function<? super T, ? extends Stream<? extends Map.Entry<K, V>>>) - Method in class com.landawn.abacus.util.stream.Stream
 
flatMapToFloat(Try.Function<? super T, ? extends Collection<Float>, E>) - Method in class com.landawn.abacus.util.Seq
 
flatMapToFloat(DoubleFunction<? extends FloatStream>) - Method in class com.landawn.abacus.util.stream.DoubleStream
 
flatMapToFloat(IntFunction<? extends FloatStream>) - Method in class com.landawn.abacus.util.stream.IntStream
 
flatMapToFloat(LongFunction<? extends FloatStream>) - Method in class com.landawn.abacus.util.stream.LongStream
 
flatMapToFloat(Function<? super T, ? extends FloatStream>) - Method in class com.landawn.abacus.util.stream.Stream
 
flatMapToInt(Try.Function<? super T, ? extends Collection<Integer>, E>) - Method in class com.landawn.abacus.util.Seq
 
flatMapToInt(ByteFunction<? extends IntStream>) - Method in class com.landawn.abacus.util.stream.ByteStream
 
flatMapToInt(CharFunction<? extends IntStream>) - Method in class com.landawn.abacus.util.stream.CharStream
 
flatMapToInt(DoubleFunction<? extends IntStream>) - Method in class com.landawn.abacus.util.stream.DoubleStream
 
flatMapToInt(FloatFunction<? extends IntStream>) - Method in class com.landawn.abacus.util.stream.FloatStream
 
flatMapToInt(LongFunction<? extends IntStream>) - Method in class com.landawn.abacus.util.stream.LongStream
 
flatMapToInt(ShortFunction<? extends IntStream>) - Method in class com.landawn.abacus.util.stream.ShortStream
 
flatMapToInt(Function<? super T, ? extends IntStream>) - Method in class com.landawn.abacus.util.stream.Stream
Returns an IntStream consisting of the results of replacing each element of this stream with the contents of a mapped stream produced by applying the provided mapping function to each element.
flatMapToLong(Try.Function<? super T, ? extends Collection<Long>, E>) - Method in class com.landawn.abacus.util.Seq
 
flatMapToLong(DoubleFunction<? extends LongStream>) - Method in class com.landawn.abacus.util.stream.DoubleStream
 
flatMapToLong(FloatFunction<? extends LongStream>) - Method in class com.landawn.abacus.util.stream.FloatStream
 
flatMapToLong(IntFunction<? extends LongStream>) - Method in class com.landawn.abacus.util.stream.IntStream
 
flatMapToLong(Function<? super T, ? extends LongStream>) - Method in class com.landawn.abacus.util.stream.Stream
Returns an LongStream consisting of the results of replacing each element of this stream with the contents of a mapped stream produced by applying the provided mapping function to each element.
flatMapToObj(ByteFunction<? extends Stream<T>>) - Method in class com.landawn.abacus.util.stream.ByteStream
 
flatMapToObj(CharFunction<? extends Stream<T>>) - Method in class com.landawn.abacus.util.stream.CharStream
 
flatMapToObj(DoubleFunction<? extends Stream<T>>) - Method in class com.landawn.abacus.util.stream.DoubleStream
 
flatMapToObj(FloatFunction<? extends Stream<T>>) - Method in class com.landawn.abacus.util.stream.FloatStream
 
flatMapToObj(IntFunction<? extends Stream<T>>) - Method in class com.landawn.abacus.util.stream.IntStream
 
flatMapToObj(LongFunction<? extends Stream<T>>) - Method in class com.landawn.abacus.util.stream.LongStream
 
flatMapToObj(ShortFunction<? extends Stream<T>>) - Method in class com.landawn.abacus.util.stream.ShortStream
 
flatMapToShort(Try.Function<? super T, ? extends Collection<Short>, E>) - Method in class com.landawn.abacus.util.Seq
 
flatMapToShort(IntFunction<? extends ShortStream>) - Method in class com.landawn.abacus.util.stream.IntStream
 
flatMapToShort(Function<? super T, ? extends ShortStream>) - Method in class com.landawn.abacus.util.stream.Stream
 
flatMapValue(Function<? super V, Stream<VV>>) - Method in class com.landawn.abacus.util.stream.EntryStream
 
flatMapValueER(Function<? super V, Stream<VV>>) - Method in class com.landawn.abacus.util.stream.EntryStream
 
flatten() - Method in class com.landawn.abacus.util.AbstractMatrix
 
flatten() - Method in class com.landawn.abacus.util.BooleanMatrix
 
flatten() - Method in class com.landawn.abacus.util.ByteMatrix
 
flatten() - Method in class com.landawn.abacus.util.CharMatrix
 
flatten() - Method in class com.landawn.abacus.util.DoubleMatrix
 
flatten(boolean[][]) - Static method in class com.landawn.abacus.util.f
 
flatten(boolean[][][]) - Static method in class com.landawn.abacus.util.f
 
flatten(char[][]) - Static method in class com.landawn.abacus.util.f
 
flatten(char[][][]) - Static method in class com.landawn.abacus.util.f
 
flatten(byte[][]) - Static method in class com.landawn.abacus.util.f
 
flatten(byte[][][]) - Static method in class com.landawn.abacus.util.f
 
flatten(short[][]) - Static method in class com.landawn.abacus.util.f
 
flatten(short[][][]) - Static method in class com.landawn.abacus.util.f
 
flatten(int[][]) - Static method in class com.landawn.abacus.util.f
 
flatten(int[][][]) - Static method in class com.landawn.abacus.util.f
 
flatten(long[][]) - Static method in class com.landawn.abacus.util.f
 
flatten(long[][][]) - Static method in class com.landawn.abacus.util.f
 
flatten(float[][]) - Static method in class com.landawn.abacus.util.f
 
flatten(float[][][]) - Static method in class com.landawn.abacus.util.f
 
flatten(double[][]) - Static method in class com.landawn.abacus.util.f
 
flatten(double[][][]) - Static method in class com.landawn.abacus.util.f
 
flatten() - Method in class com.landawn.abacus.util.FloatMatrix
 
flatten() - Method in class com.landawn.abacus.util.IntMatrix
 
flatten() - Method in class com.landawn.abacus.util.LongMatrix
 
flatten() - Method in class com.landawn.abacus.util.LongMultiset
 
flatten() - Method in class com.landawn.abacus.util.Matrix
 
flatten() - Method in class com.landawn.abacus.util.Multiset
 
flatten() - Method in class com.landawn.abacus.util.ShortMatrix
 
flattenn(T[][]) - Static method in class com.landawn.abacus.util.f
 
flattenn(T[][][]) - Static method in class com.landawn.abacus.util.f
 
flattMap(T[], Try.Function<? super T, ? extends R[], E>) - Static method in class com.landawn.abacus.util.N
 
flattMap(T[], int, int, Try.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>, Try.Function<? super T, ? extends R[], E>) - Static method in class com.landawn.abacus.util.N
 
flattMap(Collection<? extends T>, int, int, Try.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[], Try.Function<? super T, ? extends R[], E>, IntFunction<C>) - Static method in class com.landawn.abacus.util.N
 
flattMap(T[], int, int, Try.Function<? super T, ? extends R[], E>, IntFunction<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>, Try.Function<? super T, ? extends R[], E>, IntFunction<C>) - Static method in class com.landawn.abacus.util.N
 
flattMap(Collection<? extends T>, int, int, Try.Function<? super T, ? extends R[], E>, IntFunction<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(Try.Function<? super T, ? extends R[], E>) - Method in class com.landawn.abacus.util.Seq
 
flattMap(ByteFunction<byte[]>) - Method in class com.landawn.abacus.util.stream.ByteStream
 
flattMap(CharFunction<char[]>) - Method in class com.landawn.abacus.util.stream.CharStream
 
flattMap(DoubleFunction<double[]>) - Method in class com.landawn.abacus.util.stream.DoubleStream
 
flattMap(Function<? super Map.Entry<K, V>, Collection<Map.Entry<KK, VV>>>) - Method in class com.landawn.abacus.util.stream.EntryStream
 
flattMap(FloatFunction<float[]>) - Method in class com.landawn.abacus.util.stream.FloatStream
 
flattMap(IntFunction<int[]>) - Method in class com.landawn.abacus.util.stream.IntStream
 
flattMap(LongFunction<long[]>) - Method in class com.landawn.abacus.util.stream.LongStream
 
flattMap(ShortFunction<short[]>) - Method in class com.landawn.abacus.util.stream.ShortStream
 
flattMap(Function<? super T, ? extends Collection<? extends R>>) - Method in class com.landawn.abacus.util.stream.Stream
 
flattMap(U, BiFunction<? super T, ? super U, ? extends Collection<? extends R>>) - Method in class com.landawn.abacus.util.stream.Stream
 
flattMapKey(Function<? super K, Collection<KK>>) - Method in class com.landawn.abacus.util.stream.EntryStream
 
flattMapToBoolean(Try.Function<? super T, boolean[], E>) - Method in class com.landawn.abacus.util.Seq
 
flattMapToByte(Try.Function<? super T, byte[], E>) - Method in class com.landawn.abacus.util.Seq
 
flattMapToChar(Try.Function<? super T, char[], E>) - Method in class com.landawn.abacus.util.Seq
 
flattMapToDouble(Try.Function<? super T, double[], E>) - Method in class com.landawn.abacus.util.Seq
 
flattMapToFloat(Try.Function<? super T, float[], E>) - Method in class com.landawn.abacus.util.Seq
 
flattMapToInt(Try.Function<? super T, int[], E>) - Method in class com.landawn.abacus.util.Seq
 
flattMapToLong(Try.Function<? super T, long[], E>) - Method in class com.landawn.abacus.util.Seq
 
flattMapToObj(ByteFunction<? extends Collection<T>>) - Method in class com.landawn.abacus.util.stream.ByteStream
 
flattMapToObj(CharFunction<? extends Collection<T>>) - Method in class com.landawn.abacus.util.stream.CharStream
 
flattMapToObj(DoubleFunction<? extends Collection<T>>) - Method in class com.landawn.abacus.util.stream.DoubleStream
 
flattMapToObj(FloatFunction<? extends Collection<T>>) - Method in class com.landawn.abacus.util.stream.FloatStream
 
flattMapToObj(IntFunction<? extends Collection<T>>) - Method in class com.landawn.abacus.util.stream.IntStream
 
flattMapToObj(LongFunction<? extends Collection<T>>) - Method in class com.landawn.abacus.util.stream.LongStream
 
flattMapToObj(ShortFunction<? extends Collection<T>>) - Method in class com.landawn.abacus.util.stream.ShortStream
 
flattMapToShort(Try.Function<? super T, short[], E>) - Method in class com.landawn.abacus.util.Seq
 
flattMapValue(Function<? super V, Collection<VV>>) - Method in class com.landawn.abacus.util.stream.EntryStream
 
flipH() - Method in class com.landawn.abacus.util.BooleanMatrix
 
flipH() - Method in class com.landawn.abacus.util.ByteMatrix
 
flipH() - Method in class com.landawn.abacus.util.CharMatrix
 
flipH() - Method in class com.landawn.abacus.util.DoubleMatrix
 
flipH() - Method in class com.landawn.abacus.util.FloatMatrix
 
flipH() - Method in class com.landawn.abacus.util.IntMatrix
 
flipH() - Method in class com.landawn.abacus.util.LongMatrix
 
flipH() - Method in class com.landawn.abacus.util.Matrix
 
flipH() - Method in class com.landawn.abacus.util.ShortMatrix
 
flipV() - Method in class com.landawn.abacus.util.BooleanMatrix
 
flipV() - Method in class com.landawn.abacus.util.ByteMatrix
 
flipV() - Method in class com.landawn.abacus.util.CharMatrix
 
flipV() - Method in class com.landawn.abacus.util.DoubleMatrix
 
flipV() - Method in class com.landawn.abacus.util.FloatMatrix
 
flipV() - Method in class com.landawn.abacus.util.IntMatrix
 
flipV() - Method in class com.landawn.abacus.util.LongMatrix
 
flipV() - Method in class com.landawn.abacus.util.Matrix
 
flipV() - Method in class com.landawn.abacus.util.ShortMatrix
 
FloatBiConsumer - Interface in com.landawn.abacus.util.function
 
FloatBiFunction<R> - Interface in com.landawn.abacus.util.function
 
FloatBinaryOperator - 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
 
FloatIterator - Class in com.landawn.abacus.util
 
FloatIterator() - Constructor for class com.landawn.abacus.util.FloatIterator
 
FloatList - Class in com.landawn.abacus.util
 
FloatList() - Constructor for class com.landawn.abacus.util.FloatList
 
FloatList(int) - Constructor for class com.landawn.abacus.util.FloatList
 
FloatList(float[]) - Constructor for class com.landawn.abacus.util.FloatList
The specified array is used as the element array for this list without copying action.
FloatList(float[], int) - Constructor for class com.landawn.abacus.util.FloatList
 
FloatMatrix - Class in com.landawn.abacus.util
 
FloatMatrix(float[][]) - Constructor for class com.landawn.abacus.util.FloatMatrix
 
FloatNConsumer - Interface in com.landawn.abacus.util.function
 
FloatNFunction<R> - Interface in com.landawn.abacus.util.function
 
FloatPair - Class in com.landawn.abacus.util
 
FloatPredicate - Interface in com.landawn.abacus.util.function
 
FloatStream - Class in com.landawn.abacus.util.stream
Note: It's copied from OpenJDK at: http://hg.openjdk.java.net/jdk8u/hs-dev/jdk
A sequence of primitive float-valued elements supporting sequential and parallel aggregate operations.
FloatSupplier - Interface in com.landawn.abacus.util.function
 
FloatToDoubleFunction - Interface in com.landawn.abacus.util.function
 
FloatToIntFunction - Interface in com.landawn.abacus.util.function
 
FloatToLongFunction - Interface in com.landawn.abacus.util.function
 
FloatTriConsumer - Interface in com.landawn.abacus.util.function
 
FloatTriFunction<R> - Interface in com.landawn.abacus.util.function
 
FloatTriple - Class in com.landawn.abacus.util
 
FloatTriPredicate - Interface in com.landawn.abacus.util.function
 
FloatUnaryOperator - 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
 
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.Maths
Returns the largest power of two less than or equal to x.
floorPowerOfTwo(BigInteger) - Static method in class com.landawn.abacus.util.Maths
 
flush(OutputStream) - Static method in class com.landawn.abacus.http.HTTP
 
flush() - Method in class com.landawn.abacus.util.StringWriter
 
flushAll() - Method in class com.landawn.abacus.cache.JRedis
 
flushAll() - Method in class com.landawn.abacus.cache.SpyMemcached
 
flushAll(long) - Method in class com.landawn.abacus.cache.SpyMemcached
 
Fn - Class in com.landawn.abacus.util
Factory utility class for functional interfaces.
Fn.BiConsumers - Class in com.landawn.abacus.util
 
Fn.BiFunctions - Class in com.landawn.abacus.util
 
Fn.BinaryOperators - Class in com.landawn.abacus.util
 
Fn.BiPredicates - Class in com.landawn.abacus.util
 
Fn.Consumers - Class in com.landawn.abacus.util
 
Fn.Factory - Class in com.landawn.abacus.util
 
Fn.Functions - Class in com.landawn.abacus.util
 
Fn.Predicates - Class in com.landawn.abacus.util
 
Fn.Suppliers - Class in com.landawn.abacus.util
 
Fn.TriConsumers - Class in com.landawn.abacus.util
 
Fn.TriFunctions - Class in com.landawn.abacus.util
 
Fn.TriPredicates - Class in com.landawn.abacus.util
 
Fn.UnaryOperators - Class in com.landawn.abacus.util
 
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(Try.Consumer<? super Object[], 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(Try.Consumer<? super Object[], E>, boolean) - 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>, Try.Consumer<? super Object[], 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>, Try.Consumer<? super Object[], E>, boolean) - 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, Try.Consumer<? super Object[], 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, Try.Consumer<? super Object[], E>, boolean) - 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, Try.Consumer<? super Object[], 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, Try.Consumer<? super Object[], E>, boolean) - 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(R, Try.BiFunction<R, ? super Object[], R, E>, Try.BiPredicate<? super R, ? super Object[], E2>) - Method in interface com.landawn.abacus.DataSet
 
forEach(R, Try.BiFunction<R, ? super Object[], R, E>, Try.BiPredicate<? super R, ? super Object[], E2>, boolean) - Method in interface com.landawn.abacus.DataSet
 
forEach(Collection<String>, R, Try.BiFunction<R, ? super Object[], R, E>, Try.BiPredicate<? super R, ? super Object[], E2>) - Method in interface com.landawn.abacus.DataSet
 
forEach(Collection<String>, R, Try.BiFunction<R, ? super Object[], R, E>, Try.BiPredicate<? super R, ? super Object[], E2>, boolean) - Method in interface com.landawn.abacus.DataSet
Execute accumulator on each element till true is returned by conditionToBreak
forEach(int, int, R, Try.BiFunction<R, ? super Object[], R, E>, Try.BiPredicate<? super R, ? super Object[], E2>) - Method in interface com.landawn.abacus.DataSet
 
forEach(int, int, R, Try.BiFunction<R, ? super Object[], R, E>, Try.BiPredicate<? super R, ? super Object[], E2>, boolean) - Method in interface com.landawn.abacus.DataSet
 
forEach(Collection<String>, int, int, R, Try.BiFunction<R, ? super Object[], R, E>, Try.BiPredicate<? super R, ? super Object[], E2>) - Method in interface com.landawn.abacus.DataSet
 
forEach(Collection<String>, int, int, R, Try.BiFunction<R, ? super Object[], R, E>, Try.BiPredicate<? super R, ? super Object[], E2>, boolean) - Method in interface com.landawn.abacus.DataSet
Execute accumulator on each element till true is returned by conditionToBreak
forEach(Try.BooleanConsumer<E>) - Method in class com.landawn.abacus.util.BooleanList
 
forEach(int, int, Try.BooleanConsumer<E>) - Method in class com.landawn.abacus.util.BooleanList
 
forEach(Try.BooleanConsumer<E>) - Method in class com.landawn.abacus.util.BooleanMatrix
 
forEach(int, int, int, int, Try.BooleanConsumer<E>) - Method in class com.landawn.abacus.util.BooleanMatrix
 
forEach(Try.BooleanConsumer<E>) - Method in class com.landawn.abacus.util.BooleanPair
 
forEach(Try.BooleanConsumer<E>) - Method in class com.landawn.abacus.util.BooleanTriple
 
forEach(Try.ByteConsumer<E>) - Method in class com.landawn.abacus.util.ByteList
 
forEach(int, int, Try.ByteConsumer<E>) - Method in class com.landawn.abacus.util.ByteList
 
forEach(Try.ByteConsumer<E>) - Method in class com.landawn.abacus.util.ByteMatrix
 
forEach(int, int, int, int, Try.ByteConsumer<E>) - Method in class com.landawn.abacus.util.ByteMatrix
 
forEach(Try.ByteConsumer<E>) - Method in class com.landawn.abacus.util.BytePair
 
forEach(Try.ByteConsumer<E>) - Method in class com.landawn.abacus.util.ByteTriple
 
forEach(Try.CharConsumer<E>) - Method in class com.landawn.abacus.util.CharList
 
forEach(int, int, Try.CharConsumer<E>) - Method in class com.landawn.abacus.util.CharList
 
forEach(Try.CharConsumer<E>) - Method in class com.landawn.abacus.util.CharMatrix
 
forEach(int, int, int, int, Try.CharConsumer<E>) - Method in class com.landawn.abacus.util.CharMatrix
 
forEach(Try.CharConsumer<E>) - Method in class com.landawn.abacus.util.CharPair
 
forEach(Try.CharConsumer<E>) - Method in class com.landawn.abacus.util.CharTriple
 
forEach(Try.DoubleConsumer<E>) - Method in class com.landawn.abacus.util.DoubleList
 
forEach(int, int, Try.DoubleConsumer<E>) - Method in class com.landawn.abacus.util.DoubleList
 
forEach(Try.DoubleConsumer<E>) - Method in class com.landawn.abacus.util.DoubleMatrix
 
forEach(int, int, int, int, Try.DoubleConsumer<E>) - Method in class com.landawn.abacus.util.DoubleMatrix
 
forEach(Try.DoubleConsumer<E>) - Method in class com.landawn.abacus.util.DoublePair
 
forEach(Try.DoubleConsumer<E>) - Method in class com.landawn.abacus.util.DoubleTriple
 
forEach(Try.FloatConsumer<E>) - Method in class com.landawn.abacus.util.FloatList
 
forEach(int, int, Try.FloatConsumer<E>) - Method in class com.landawn.abacus.util.FloatList
 
forEach(Try.FloatConsumer<E>) - Method in class com.landawn.abacus.util.FloatMatrix
 
forEach(int, int, int, int, Try.FloatConsumer<E>) - Method in class com.landawn.abacus.util.FloatMatrix
 
forEach(Try.FloatConsumer<E>) - Method in class com.landawn.abacus.util.FloatPair
 
forEach(Try.FloatConsumer<E>) - Method in class com.landawn.abacus.util.FloatTriple
 
forEach(Try.IntConsumer<E>) - Method in class com.landawn.abacus.util.IntList
 
forEach(int, int, Try.IntConsumer<E>) - Method in class com.landawn.abacus.util.IntList
 
forEach(Try.IntConsumer<E>) - Method in class com.landawn.abacus.util.IntMatrix
 
forEach(int, int, int, int, Try.IntConsumer<E>) - Method in class com.landawn.abacus.util.IntMatrix
 
forEach(Try.IntConsumer<E>) - Method in class com.landawn.abacus.util.IntPair
 
forEach(Try.IntConsumer<E>) - Method in class com.landawn.abacus.util.IntTriple
 
forEach(Iterator<T>, Try.Consumer<? super T, E>) - Static method in class com.landawn.abacus.util.Iterators
 
forEach(Iterator<T>, Try.IndexedConsumer<? super T, E>) - Static method in class com.landawn.abacus.util.Iterators
 
forEach(Iterator<T>, R, Try.BiFunction<R, ? super T, R, E>, Try.BiPredicate<? super R, ? super T, E2>) - Static method in class com.landawn.abacus.util.Iterators
 
forEach(Iterator<T>, R, Try.IndexedBiFunction<R, ? super T, R, E>, Try.BiPredicate<? super R, ? super T, E2>) - Static method in class com.landawn.abacus.util.Iterators
 
forEach(Iterator<T>, Try.Function<? super T, ? extends Collection<U>, E>, Try.BiConsumer<? super T, ? super U, E2>) - Static method in class com.landawn.abacus.util.Iterators
 
forEach(Iterator<T>, Try.Function<? super T, ? extends Collection<T2>, E>, Try.Function<? super T2, ? extends Collection<T3>, E2>, Try.TriConsumer<? super T, ? super T2, ? super T3, E3>) - Static method in class com.landawn.abacus.util.Iterators
 
forEach(Iterator<A>, Iterator<B>, Try.BiConsumer<? super A, ? super B, E>) - Static method in class com.landawn.abacus.util.Iterators
 
forEach(Iterator<A>, Iterator<B>, Iterator<C>, Try.TriConsumer<? super A, ? super B, ? super C, E>) - Static method in class com.landawn.abacus.util.Iterators
 
forEach(Iterator<A>, Iterator<B>, A, B, Try.BiConsumer<? super A, ? super B, E>) - Static method in class com.landawn.abacus.util.Iterators
 
forEach(Iterator<A>, Iterator<B>, Iterator<C>, A, B, C, Try.TriConsumer<? super A, ? super B, ? super C, E>) - Static method in class com.landawn.abacus.util.Iterators
 
forEach(Try.LongConsumer<E>) - Method in class com.landawn.abacus.util.LongList
 
forEach(int, int, Try.LongConsumer<E>) - Method in class com.landawn.abacus.util.LongList
 
forEach(Try.LongConsumer<E>) - Method in class com.landawn.abacus.util.LongMatrix
 
forEach(int, int, int, int, Try.LongConsumer<E>) - Method in class com.landawn.abacus.util.LongMatrix
 
forEach(Try.ObjLongConsumer<? super T, E>) - Method in class com.landawn.abacus.util.LongMultiset
 
forEach(R, Try.TriFunction<R, ? super T, Long, R, E>, Try.TriPredicate<? super R, ? super T, Long, E2>) - Method in class com.landawn.abacus.util.LongMultiset
Execute accumulator on each element till true is returned by conditionToBreak
forEach(Try.LongConsumer<E>) - Method in class com.landawn.abacus.util.LongPair
 
forEach(Try.LongConsumer<E>) - Method in class com.landawn.abacus.util.LongTriple
 
forEach(Map<K, V>, Try.BiConsumer<? super K, ? super V, E>) - Static method in class com.landawn.abacus.util.Maps
Performs the given action for each entry in this map until all entries have been processed or the action throws an exception.
forEach(Try.Consumer<? super T, E>) - Method in class com.landawn.abacus.util.Matrix
 
forEach(int, int, int, int, Try.Consumer<? super T, E>) - Method in class com.landawn.abacus.util.Matrix
 
forEach(Try.BiConsumer<? super K, ? super V, X>) - Method in class com.landawn.abacus.util.Multimap
 
forEach(R, Try.TriFunction<R, ? super K, ? super V, R, X>, Try.TriPredicate<? super R, ? super K, ? super V, X2>) - Method in class com.landawn.abacus.util.Multimap
Execute accumulator on each element till true is returned by conditionToBreak
forEach(Try.ObjIntConsumer<? super T, E>) - Method in class com.landawn.abacus.util.Multiset
 
forEach(R, Try.TriFunction<R, ? super T, Integer, R, E>, Try.TriPredicate<? super R, ? super T, Integer, E2>) - Method in class com.landawn.abacus.util.Multiset
Execute accumulator on each element till true is returned by conditionToBreak
forEach(int, int, Try.IntConsumer<E>) - Static method in class com.landawn.abacus.util.N
 
forEach(int, int, int, Try.IntConsumer<E>) - Static method in class com.landawn.abacus.util.N
 
forEach(int, int, T, Try.ObjIntConsumer<T, E>) - Static method in class com.landawn.abacus.util.N
 
forEach(int, int, int, T, Try.ObjIntConsumer<T, E>) - Static method in class com.landawn.abacus.util.N
 
forEach(T[], Try.Consumer<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
forEach(T[], int, int, Try.Consumer<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
forEach(T[], Try.IndexedConsumer<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
forEach(T[], int, int, Try.IndexedConsumer<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
forEach(T[], R, Try.BiFunction<R, ? super T, R, E>, Try.BiPredicate<? super R, ? super T, E2>) - Static method in class com.landawn.abacus.util.N
 
forEach(T[], int, int, R, Try.BiFunction<R, ? super T, R, E>, Try.BiPredicate<? super R, ? super T, E2>) - Static method in class com.landawn.abacus.util.N
Execute accumulator on each element till true is returned by conditionToBreak
forEach(T[], R, Try.IndexedBiFunction<R, ? super T, R, E>, Try.BiPredicate<? super R, ? super T, E2>) - Static method in class com.landawn.abacus.util.N
 
forEach(T[], int, int, R, Try.IndexedBiFunction<R, ? super T, R, E>, Try.BiPredicate<? super R, ? super T, E2>) - Static method in class com.landawn.abacus.util.N
Execute accumulator on each element till true is returned by conditionToBreak
forEach(C, Try.Consumer<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
forEach(C, int, int, Try.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(C, Try.IndexedConsumer<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
forEach(C, int, int, Try.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.
forEach(C, R, Try.BiFunction<R, ? super T, R, E>, Try.BiPredicate<? super R, ? super T, E2>) - Static method in class com.landawn.abacus.util.N
 
forEach(C, int, int, R, Try.BiFunction<R, ? super T, R, E>, Try.BiPredicate<? super R, ? super T, E2>) - Static method in class com.landawn.abacus.util.N
Execute accumulator on each element till true is returned by conditionToBreak
forEach(C, R, Try.IndexedBiFunction<R, ? super T, R, E>, Try.BiPredicate<? super R, ? super T, E2>) - Static method in class com.landawn.abacus.util.N
 
forEach(C, int, int, R, Try.IndexedBiFunction<R, ? super T, R, E>, Try.BiPredicate<? super R, ? super T, E2>) - Static method in class com.landawn.abacus.util.N
Execute accumulator on each element till true is returned by conditionToBreak
forEach(T[], Try.Function<? super T, ? extends Collection<U>, E>, Try.BiConsumer<? super T, ? super U, E2>) - Static method in class com.landawn.abacus.util.N
 
forEach(Collection<T>, Try.Function<? super T, ? extends Collection<U>, E>, Try.BiConsumer<? super T, ? super U, E2>) - Static method in class com.landawn.abacus.util.N
 
forEach(T[], Try.Function<? super T, ? extends Collection<T2>, E>, Try.Function<? super T2, ? extends Collection<T3>, E2>, Try.TriConsumer<? super T, ? super T2, ? super T3, E3>) - Static method in class com.landawn.abacus.util.N
 
forEach(Collection<T>, Try.Function<? super T, ? extends Collection<T2>, E>, Try.Function<? super T2, ? extends Collection<T3>, E2>, Try.TriConsumer<? super T, ? super T2, ? super T3, E3>) - Static method in class com.landawn.abacus.util.N
 
forEach(A[], B[], Try.BiConsumer<? super A, ? super B, E>) - Static method in class com.landawn.abacus.util.N
 
forEach(Collection<A>, Collection<B>, Try.BiConsumer<? super A, ? super B, E>) - Static method in class com.landawn.abacus.util.N
 
forEach(A[], B[], C[], Try.TriConsumer<? super A, ? super B, ? super C, E>) - Static method in class com.landawn.abacus.util.N
 
forEach(Collection<A>, Collection<B>, Collection<C>, Try.TriConsumer<? super A, ? super B, ? super C, E>) - Static method in class com.landawn.abacus.util.N
 
forEach(A[], B[], A, B, Try.BiConsumer<? super A, ? super B, E>) - Static method in class com.landawn.abacus.util.N
 
forEach(Collection<A>, Collection<B>, A, B, Try.BiConsumer<? super A, ? super B, E>) - Static method in class com.landawn.abacus.util.N
 
forEach(A[], B[], C[], A, B, C, Try.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, Try.TriConsumer<? super A, ? super B, ? super C, E>) - Static method in class com.landawn.abacus.util.N
 
forEach(Try.Consumer<?, E>) - Method in class com.landawn.abacus.util.Pair
 
foreach(Try.Consumer<? super T, E>) - Method in class com.landawn.abacus.util.Seq
 
forEach(Try.IndexedConsumer<? super T, E>) - Method in class com.landawn.abacus.util.Seq
 
forEach(R, Try.BiFunction<R, ? super T, R, E>, Try.BiPredicate<? super R, ? super T, E2>) - Method in class com.landawn.abacus.util.Seq
 
forEach(R, Try.IndexedBiFunction<R, ? super T, R, E>, Try.BiPredicate<? super R, ? super T, E2>) - Method in class com.landawn.abacus.util.Seq
Execute accumulator on each element till true is returned by conditionToBreak
forEach(Try.Function<? super T, ? extends Collection<U>, E>, Try.BiConsumer<? super T, ? super U, E2>) - Method in class com.landawn.abacus.util.Seq
 
forEach(Try.Function<? super T, ? extends Collection<T2>, E>, Try.Function<? super T2, ? extends Collection<T3>, E2>, Try.TriConsumer<? super T, ? super T2, ? super T3, E3>) - Method in class com.landawn.abacus.util.Seq
 
forEach(Try.ShortConsumer<E>) - Method in class com.landawn.abacus.util.ShortList
 
forEach(int, int, Try.ShortConsumer<E>) - Method in class com.landawn.abacus.util.ShortList
 
forEach(Try.ShortConsumer<E>) - Method in class com.landawn.abacus.util.ShortMatrix
 
forEach(int, int, int, int, Try.ShortConsumer<E>) - Method in class com.landawn.abacus.util.ShortMatrix
 
forEach(Try.ShortConsumer<E>) - Method in class com.landawn.abacus.util.ShortPair
 
forEach(Try.ShortConsumer<E>) - Method in class com.landawn.abacus.util.ShortTriple
 
forEach(Try.ByteConsumer<E>) - Method in class com.landawn.abacus.util.stream.ByteStream
 
forEach(Try.CharConsumer<E>) - Method in class com.landawn.abacus.util.stream.CharStream
 
forEach(Try.DoubleConsumer<E>) - Method in class com.landawn.abacus.util.stream.DoubleStream
 
forEach(Try.Consumer<? super Map.Entry<K, V>, E>) - Method in class com.landawn.abacus.util.stream.EntryStream
 
forEach(Try.BiConsumer<? super K, ? super V, E>) - Method in class com.landawn.abacus.util.stream.EntryStream
 
forEach(Try.FloatConsumer<E>) - Method in class com.landawn.abacus.util.stream.FloatStream
 
forEach(Try.IntConsumer<E>) - Method in class com.landawn.abacus.util.stream.IntStream
 
forEach(Try.LongConsumer<E>) - Method in class com.landawn.abacus.util.stream.LongStream
 
forEach(Try.ShortConsumer<E>) - Method in class com.landawn.abacus.util.stream.ShortStream
 
forEach(Try.Consumer<? super T, E>) - Method in class com.landawn.abacus.util.stream.Stream
 
forEach(R, Try.BiFunction<R, ? super T, R, E>, Try.BiPredicate<? super R, ? super T, E2>) - Method in class com.landawn.abacus.util.stream.Stream
Execute accumulator on each element till true is returned by conditionToBreak
This method only run sequentially, even in parallel stream.
forEach(Try.Consumer<?, E>) - Method in class com.landawn.abacus.util.Triple
 
forEach(Try.Consumer<?, E>) - Method in class com.landawn.abacus.util.Tuple
 
forEach(Try.Consumer<?, E>) - Method in class com.landawn.abacus.util.Tuple.Tuple1
 
forEach(Try.Consumer<?, E>) - Method in class com.landawn.abacus.util.Tuple.Tuple2
 
forEach(Try.Consumer<?, E>) - Method in class com.landawn.abacus.util.Tuple.Tuple3
 
forEach(Try.Consumer<?, E>) - Method in class com.landawn.abacus.util.Tuple.Tuple4
 
forEach(Try.Consumer<?, E>) - Method in class com.landawn.abacus.util.Tuple.Tuple5
 
forEach(Try.Consumer<?, E>) - Method in class com.landawn.abacus.util.Tuple.Tuple6
 
forEach(Try.Consumer<?, E>) - Method in class com.landawn.abacus.util.Tuple.Tuple7
 
forEach(Try.Consumer<?, E>) - Method in class com.landawn.abacus.util.Tuple.Tuple8
 
forEach(Try.Consumer<?, E>) - Method in class com.landawn.abacus.util.Tuple.Tuple9
 
forEachNonNull(Iterator<T>, Try.Function<? super T, ? extends Collection<U>, E>, Try.BiConsumer<? super T, ? super U, E2>) - Static method in class com.landawn.abacus.util.Iterators
 
forEachNonNull(Iterator<T>, Try.Function<? super T, ? extends Collection<T2>, E>, Try.Function<? super T2, ? extends Collection<T3>, E2>, Try.TriConsumer<? super T, ? super T2, ? super T3, E3>) - Static method in class com.landawn.abacus.util.Iterators
 
forEachNonNull(T[], Try.Function<? super T, ? extends Collection<U>, E>, Try.BiConsumer<? super T, ? super U, E2>) - Static method in class com.landawn.abacus.util.N
 
forEachNonNull(Collection<T>, Try.Function<? super T, ? extends Collection<U>, E>, Try.BiConsumer<? super T, ? super U, E2>) - Static method in class com.landawn.abacus.util.N
 
forEachNonNull(T[], Try.Function<? super T, ? extends Collection<T2>, E>, Try.Function<? super T2, ? extends Collection<T3>, E2>, Try.TriConsumer<? super T, ? super T2, ? super T3, E3>) - Static method in class com.landawn.abacus.util.N
 
forEachNonNull(Collection<T>, Try.Function<? super T, ? extends Collection<T2>, E>, Try.Function<? super T2, ? extends Collection<T3>, E2>, Try.TriConsumer<? super T, ? super T2, ? super T3, E3>) - Static method in class com.landawn.abacus.util.N
 
forEachNonNull(Try.Function<? super T, ? extends Collection<U>, E>, Try.BiConsumer<? super T, ? super U, E2>) - Method in class com.landawn.abacus.util.Seq
 
forEachNonNull(Try.Function<? super T, ? extends Collection<T2>, E>, Try.Function<? super T2, ? extends Collection<T3>, E2>, Try.TriConsumer<? super T, ? super T2, ? super T3, E3>) - Method in class com.landawn.abacus.util.Seq
 
forEachPair(Iterator<T>, Try.BiConsumer<? super T, ? super T, E>) - Static method in class com.landawn.abacus.util.Iterators
 
forEachPair(Iterator<T>, Try.BiConsumer<? super T, ? super T, E>, int) - Static method in class com.landawn.abacus.util.Iterators
 
forEachPair(Try.BiConsumer<? super T, ? super T, E>) - Method in class com.landawn.abacus.util.Seq
 
forEachPair(Try.BiConsumer<? super T, ? super T, E>, int) - Method in class com.landawn.abacus.util.Seq
 
forEachPair(Try.BiConsumer<? super T, ? super T, E>) - Method in class com.landawn.abacus.util.stream.Stream
 
forEachPair(Try.BiConsumer<? super T, ? super T, E>, int) - Method in class com.landawn.abacus.util.stream.Stream
Slide with windowSize = 2 and the specified increment, then consume by the specified mapper.
forEachRemaining(Try.BooleanConsumer<E>) - Method in class com.landawn.abacus.util.BooleanIterator
 
forEachRemaining(Try.ByteConsumer<E>) - Method in class com.landawn.abacus.util.ByteIterator
 
forEachRemaining(Try.CharConsumer<E>) - Method in class com.landawn.abacus.util.CharIterator
 
forEachRemaining(Try.DoubleConsumer<E>) - Method in class com.landawn.abacus.util.DoubleIterator
 
forEachRemaining(Try.FloatConsumer<E>) - Method in class com.landawn.abacus.util.FloatIterator
 
forEachRemaining(Try.IntConsumer<E>) - Method in class com.landawn.abacus.util.IntIterator
 
forEachRemaining(Try.LongConsumer<E>) - Method in class com.landawn.abacus.util.LongIterator
 
forEachRemaining(Try.ShortConsumer<E>) - Method in class com.landawn.abacus.util.ShortIterator
 
forEachTriple(Iterator<T>, Try.TriConsumer<? super T, ? super T, ? super T, E>) - Static method in class com.landawn.abacus.util.Iterators
 
forEachTriple(Iterator<T>, Try.TriConsumer<? super T, ? super T, ? super T, E>, int) - Static method in class com.landawn.abacus.util.Iterators
 
forEachTriple(Try.TriConsumer<? super T, ? super T, ? super T, E>) - Method in class com.landawn.abacus.util.Seq
 
forEachTriple(Try.TriConsumer<? super T, ? super T, ? super T, E>, int) - Method in class com.landawn.abacus.util.Seq
 
forEachTriple(Try.TriConsumer<? super T, ? super T, ? super T, E>) - Method in class com.landawn.abacus.util.stream.Stream
 
forEachTriple(Try.TriConsumer<? super T, ? super T, ? super T, E>, int) - Method in class com.landawn.abacus.util.stream.Stream
Slide with windowSize = 3 and the specified increment, then consume by the specified mapper.
forGraph(Function<T, Iterable<? extends T>>) - Static method in class com.landawn.abacus.util.Traverser
Creates a new traverser for the given general graph.
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(T) - Method in class com.landawn.abacus.util.CassandraExecutor.UDTCodec
 
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, 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, 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, TimeZone) - Static method in class com.landawn.abacus.util.DateUtil
 
forTree(Function<T, Iterable<? extends T>>) - Static method in class com.landawn.abacus.util.Traverser
Creates a new traverser for a directed acyclic graph that has at most one path from the start node to any node reachable from the start node, such as a tree.
forUpdate() - Method in class com.landawn.abacus.util.SQLBuilder
 
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.
FragmentBase - Class in com.landawn.abacus.android
 
FragmentBase() - Constructor for class com.landawn.abacus.android.FragmentBase
 
freeDiskSpace() - Static method in class com.landawn.abacus.android.util.Fu
 
freeDiskSpace(File) - Static method in class com.landawn.abacus.android.util.Fu
 
freeDiskSpaceKb() - Static method in class com.landawn.abacus.util.IOUtil
Returns the disk size of the volume which holds the working directory.
freeDiskSpaceKb(long) - Static method in class com.landawn.abacus.util.IOUtil
Returns the disk size of the volume which holds the working directory.
freeDiskSpaceKb(String) - Static method in class com.landawn.abacus.util.IOUtil
Returns the free space on a drive or volume in kilobytes by invoking the command line.
freeDiskSpaceKb(String, long) - Static method in class com.landawn.abacus.util.IOUtil
Returns the free space on a drive or volume in kilobytes by invoking the command line.
freeze() - Method in interface com.landawn.abacus.DataSet
Method freeze
freeze() - Method in class com.landawn.abacus.util.Sheet
 
FROM - Static variable in class com.landawn.abacus.http.HTTP
 
from(Map<? extends K, ? extends V>) - Static method in class com.landawn.abacus.util.BiMap
 
from(Collection<Boolean>) - Static method in class com.landawn.abacus.util.BooleanList
 
from(Collection<Boolean>, boolean) - Static method in class com.landawn.abacus.util.BooleanList
 
from(boolean[]) - Static method in class com.landawn.abacus.util.BooleanPair
 
from(boolean[]) - Static method in class com.landawn.abacus.util.BooleanTriple
 
from(Collection<Byte>) - Static method in class com.landawn.abacus.util.ByteList
 
from(Collection<Byte>, byte) - Static method in class com.landawn.abacus.util.ByteList
 
from(byte[]) - Static method in class com.landawn.abacus.util.BytePair
 
from(byte[]) - Static method in class com.landawn.abacus.util.ByteTriple
 
from(Collection<Character>) - Static method in class com.landawn.abacus.util.CharList
 
from(Collection<Character>, char) - Static method in class com.landawn.abacus.util.CharList
 
from(char[]) - Static method in class com.landawn.abacus.util.CharPair
 
from(char[]) - Static method in class com.landawn.abacus.util.CharTriple
 
from(String) - Method in class com.landawn.abacus.util.CQLBuilder
 
from(String...) - Method in class com.landawn.abacus.util.CQLBuilder
 
from(Collection<String>) - Method in class com.landawn.abacus.util.CQLBuilder
 
from(Map<String, String>) - Method in class com.landawn.abacus.util.CQLBuilder
 
from(Class<?>) - Method in class com.landawn.abacus.util.CQLBuilder
 
from(Collection<Double>) - Static method in class com.landawn.abacus.util.DoubleList
 
from(Collection<Double>, double) - Static method in class com.landawn.abacus.util.DoubleList
 
from(int[]...) - Static method in class com.landawn.abacus.util.DoubleMatrix
 
from(long[]...) - Static method in class com.landawn.abacus.util.DoubleMatrix
 
from(float[]...) - Static method in class com.landawn.abacus.util.DoubleMatrix
 
from(double[]) - Static method in class com.landawn.abacus.util.DoublePair
 
from(double[]) - Static method in class com.landawn.abacus.util.DoubleTriple
 
from(Collection<Float>) - Static method in class com.landawn.abacus.util.FloatList
 
from(Collection<Float>, float) - Static method in class com.landawn.abacus.util.FloatList
 
from(int[]...) - Static method in class com.landawn.abacus.util.FloatMatrix
 
from(float[]) - Static method in class com.landawn.abacus.util.FloatPair
 
from(float[]) - Static method in class com.landawn.abacus.util.FloatTriple
 
from(Collection<Integer>) - Static method in class com.landawn.abacus.util.IntList
 
from(Collection<Integer>, int) - Static method in class com.landawn.abacus.util.IntList
 
from(char[]...) - Static method in class com.landawn.abacus.util.IntMatrix
 
from(byte[]...) - Static method in class com.landawn.abacus.util.IntMatrix
 
from(short[]...) - Static method in class com.landawn.abacus.util.IntMatrix
 
from(int[]) - Static method in class com.landawn.abacus.util.IntPair
 
from(int[]) - Static method in class com.landawn.abacus.util.IntTriple
 
from(Map<? extends K, ? extends E>) - Static method in class com.landawn.abacus.util.ListMultimap
 
from(Collection<? extends T>, Try.Function<? super T, ? extends K, X>) - Static method in class com.landawn.abacus.util.ListMultimap
 
from(Collection<? extends T>, Try.Function<? super T, ? extends K, X>, Try.Function<? super T, ? extends E, X2>) - Static method in class com.landawn.abacus.util.ListMultimap
 
from(Map<? extends K, ? extends E>, IntFunction<M>) - Static method in class com.landawn.abacus.util.ListMultimap
Deprecated.
from(Collection<? extends T>, Try.Function<? super T, ? extends K, X>, IntFunction<M>) - Static method in class com.landawn.abacus.util.ListMultimap
Deprecated.
from(Collection<? extends T>, Try.Function<? super T, ? extends K, X>, Try.Function<? super T, ? extends E, X2>, IntFunction<M>) - Static method in class com.landawn.abacus.util.ListMultimap
Deprecated.
from(Collection<Long>) - Static method in class com.landawn.abacus.util.LongList
 
from(Collection<Long>, long) - Static method in class com.landawn.abacus.util.LongList
 
from(int[]...) - Static method in class com.landawn.abacus.util.LongMatrix
 
from(Collection<? extends T>) - Static method in class com.landawn.abacus.util.LongMultiset
 
from(Map<? extends T, Long>) - Static method in class com.landawn.abacus.util.LongMultiset
 
from(Multiset<? extends T>) - Static method in class com.landawn.abacus.util.LongMultiset
 
from(long[]) - Static method in class com.landawn.abacus.util.LongPair
 
from(long[]) - Static method in class com.landawn.abacus.util.LongTriple
 
from(Map<? extends K, ? extends E>, IntFunction<M>) - Static method in class com.landawn.abacus.util.Multimap
 
from(Collection<? extends T>, Try.Function<? super T, ? extends K, X>, IntFunction<M>) - Static method in class com.landawn.abacus.util.Multimap
 
from(Collection<? extends T>, Try.Function<? super T, ? extends K, X>, Try.Function<? super T, ? extends E, X2>, IntFunction<M>) - Static method in class com.landawn.abacus.util.Multimap
 
from(Collection<? 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(Optional<T>) - Static method in class com.landawn.abacus.util.Nullable
 
from(Optional<T>) - Static method in class com.landawn.abacus.util.Nullable
 
from(Optional<T>) - Static method in class com.landawn.abacus.util.Optional
 
from(OptionalDouble) - Static method in class com.landawn.abacus.util.OptionalDouble
 
from(OptionalInt) - Static method in class com.landawn.abacus.util.OptionalInt
 
from(OptionalLong) - Static method in class com.landawn.abacus.util.OptionalLong
 
from(T[]) - Static method in class com.landawn.abacus.util.Pair
 
from(Collection<? extends T>) - 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>, Try.Function<? super T, ? extends K, X>) - Static method in class com.landawn.abacus.util.SetMultimap
 
from(Collection<? extends T>, Try.Function<? super T, ? extends K, X>, Try.Function<? super T, ? extends E, X2>) - Static method in class com.landawn.abacus.util.SetMultimap
 
from(Map<? extends K, ? extends E>, IntFunction<M>) - Static method in class com.landawn.abacus.util.SetMultimap
Deprecated.
from(Collection<? extends T>, Try.Function<? super T, ? extends K, X>, IntFunction<M>) - Static method in class com.landawn.abacus.util.SetMultimap
Deprecated.
from(Collection<? extends T>, Try.Function<? super T, ? extends K, X>, Try.Function<? super T, ? extends E, X2>, IntFunction<M>) - Static method in class com.landawn.abacus.util.SetMultimap
Deprecated.
from(Collection<Short>) - Static method in class com.landawn.abacus.util.ShortList
 
from(Collection<Short>, short) - Static method in class com.landawn.abacus.util.ShortList
 
from(short[]) - Static method in class com.landawn.abacus.util.ShortPair
 
from(short[]) - Static method in class com.landawn.abacus.util.ShortTriple
 
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(Map<String, String>) - Method in class com.landawn.abacus.util.SQLBuilder
 
from(Class<?>) - Method in class com.landawn.abacus.util.SQLBuilder
 
from(float...) - Static method in class com.landawn.abacus.util.stream.DoubleStream
 
from(float[], int, int) - Static method in class com.landawn.abacus.util.stream.DoubleStream
 
from(char...) - Static method in class com.landawn.abacus.util.stream.IntStream
 
from(char[], int, int) - Static method in class com.landawn.abacus.util.stream.IntStream
 
from(byte...) - Static method in class com.landawn.abacus.util.stream.IntStream
 
from(byte[], int, int) - Static method in class com.landawn.abacus.util.stream.IntStream
 
from(short...) - Static method in class com.landawn.abacus.util.stream.IntStream
 
from(short[], int, int) - Static method in class com.landawn.abacus.util.stream.IntStream
 
from(T[]) - Static method in class com.landawn.abacus.util.Triple
 
from(Collection<? extends T>) - Static method in class com.landawn.abacus.util.Triple
 
from(Object[]) - Static method in class com.landawn.abacus.util.Tuple
 
from(Collection<?>) - Static method in class com.landawn.abacus.util.Tuple
 
fromBytes(byte[]) - Static method in class com.landawn.abacus.hash.HashCode
Creates a HashCode from a byte array.
fromFile(String) - Static method in class com.landawn.abacus.util.SQLMapper
 
fromInt(int) - Static method in class com.landawn.abacus.hash.HashCode
Creates a 32-bit HashCode representation of the given int value.
fromJSON(Class<T>, String) - Static method in class com.landawn.abacus.util.CouchbaseExecutor
Returns an instance of the specified target class with the property values from the specified JSON String.
fromJSON(Class<T>, String) - Static method in class com.landawn.abacus.util.MongoDBExecutor
Returns an instance of the specified target class with the property values from the specified JSON String.
fromJSON(Class<T>, String) - Static method in class com.landawn.abacus.util.N
 
fromJSON(Class<T>, String, JSONDeserializationConfig) - Static method in class com.landawn.abacus.util.N
 
fromJSON(Class<T>, File) - Static method in class com.landawn.abacus.util.N
 
fromJSON(Class<T>, File, JSONDeserializationConfig) - Static method in class com.landawn.abacus.util.N
 
fromJSON(Class<T>, InputStream) - Static method in class com.landawn.abacus.util.N
 
fromJSON(Class<T>, InputStream, JSONDeserializationConfig) - Static method in class com.landawn.abacus.util.N
 
fromJSON(Class<T>, Reader) - Static method in class com.landawn.abacus.util.N
 
fromJSON(Class<T>, Reader, JSONDeserializationConfig) - Static method in class com.landawn.abacus.util.N
 
fromJSON(Class<T>, String, int, int) - Static method in class com.landawn.abacus.util.N
 
fromJSON(Class<T>, String, int, int, JSONDeserializationConfig) - Static method in class com.landawn.abacus.util.N
 
fromJSON(Type<T>, String) - Static method in class com.landawn.abacus.util.N
 
fromJSON(Type<T>, String, JSONDeserializationConfig) - Static method in class com.landawn.abacus.util.N
 
fromJSON(Type<T>, File) - Static method in class com.landawn.abacus.util.N
 
fromJSON(Type<T>, File, JSONDeserializationConfig) - Static method in class com.landawn.abacus.util.N
 
fromJSON(Type<T>, InputStream) - Static method in class com.landawn.abacus.util.N
 
fromJSON(Type<T>, InputStream, JSONDeserializationConfig) - Static method in class com.landawn.abacus.util.N
 
fromJSON(Type<T>, Reader) - Static method in class com.landawn.abacus.util.N
 
fromJSON(Type<T>, Reader, JSONDeserializationConfig) - Static method in class com.landawn.abacus.util.N
 
fromJSON(Type<T>, String, int, int) - Static method in class com.landawn.abacus.util.N
 
fromJSON(Type<T>, String, int, int, JSONDeserializationConfig) - Static method in class com.landawn.abacus.util.N
 
fromLong(long) - Static method in class com.landawn.abacus.hash.HashCode
Creates a 64-bit HashCode representation of the given long value.
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<M>) - Static method in class com.landawn.abacus.util.ListMultimap
Deprecated.
fromm(Map<? extends T, Integer>) - Static method in class com.landawn.abacus.util.LongMultiset
 
fromm(Map<? extends K, ? extends Collection<? extends E>>, IntFunction<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<M>) - Static method in class com.landawn.abacus.util.SetMultimap
Deprecated.
fromString(String) - Static method in class com.landawn.abacus.hash.HashCode
Creates a HashCode from a hexadecimal (base 16) encoded string.
fromXML(Class<T>, String) - Static method in class com.landawn.abacus.util.N
 
fromXML(Class<T>, String, XMLDeserializationConfig) - Static method in class com.landawn.abacus.util.N
 
fromXML(Class<T>, File) - Static method in class com.landawn.abacus.util.N
 
fromXML(Class<T>, File, XMLDeserializationConfig) - Static method in class com.landawn.abacus.util.N
 
fromXML(Class<T>, InputStream) - Static method in class com.landawn.abacus.util.N
 
fromXML(Class<T>, InputStream, XMLDeserializationConfig) - Static method in class com.landawn.abacus.util.N
 
fromXML(Class<T>, Reader) - Static method in class com.landawn.abacus.util.N
 
fromXML(Class<T>, Reader, XMLDeserializationConfig) - Static method in class com.landawn.abacus.util.N
 
fromXML(Type<T>, String) - Static method in class com.landawn.abacus.util.N
 
fromXML(Type<T>, String, XMLDeserializationConfig) - Static method in class com.landawn.abacus.util.N
 
fromXML(Type<T>, File) - Static method in class com.landawn.abacus.util.N
 
fromXML(Type<T>, File, XMLDeserializationConfig) - Static method in class com.landawn.abacus.util.N
 
fromXML(Type<T>, InputStream) - Static method in class com.landawn.abacus.util.N
 
fromXML(Type<T>, InputStream, XMLDeserializationConfig) - Static method in class com.landawn.abacus.util.N
 
fromXML(Type<T>, Reader) - Static method in class com.landawn.abacus.util.N
 
fromXML(Type<T>, Reader, XMLDeserializationConfig) - Static method in class com.landawn.abacus.util.N
 
frozen() - Method in interface com.landawn.abacus.DataSet
Method frozen
frozen() - Method in class com.landawn.abacus.util.Sheet
 
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.
Fu - Class in com.landawn.abacus.android.util
Always remember to initialize Fu class by calling method init(Context context) when the application is started.
Fu.Fragments - Class in com.landawn.abacus.android.util
 
Fu.Utils - Class in com.landawn.abacus.android.util
 
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<?>, Class<? 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(Collection<U>, Try.Function<? super T, ?, E>, Try.Function<? super U, ?, E2>) - Method in class com.landawn.abacus.util.Seq
The time complexity is O(n + m) : n is the size of this Seq and m is the size of specified collection b.
fullJoin(Collection<U>, Try.BiPredicate<? super T, ? super U, E>) - Method in class com.landawn.abacus.util.Seq
The time complexity is O(n * m) : n is the size of this Seq and m is the size of specified collection b.
fullJoin(String) - Method in class com.landawn.abacus.util.SQLBuilder
 
fullJoin(Class<?>) - Method in class com.landawn.abacus.util.SQLBuilder
 
fullJoin(Collection<U>, Function<? super T, ?>, Function<? super U, ?>) - Method in class com.landawn.abacus.util.stream.Stream
The time complexity is O(n + m) : n is the size of this Stream and m is the size of specified collection b.
fullJoin(Collection<U>, BiPredicate<? super T, ? super U>) - Method in class com.landawn.abacus.util.stream.Stream
The time complexity is O(n * m) : n is the size of this Stream and m is the size of specified collection b.
Function<T,R> - Interface in com.landawn.abacus.util.function
Futures - Class in com.landawn.abacus.android.util
 
Futures - Class in com.landawn.abacus.util
 
fuzzyCompare(double, double, double) - Static method in class com.landawn.abacus.util.Maths
Compares a and b "fuzzily," with a tolerance for nearly-equal values.
fuzzyEquals(double, double, double) - Static method in class com.landawn.abacus.util.Maths
Returns true if a and b are within tolerance of each other.

G

gcd(int, int) - Static method in class com.landawn.abacus.util.Maths
Returns the greatest common divisor of a, b.
gcd(long, long) - Static method in class com.landawn.abacus.util.Maths
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
 
ge(String, Object) - Static method in class com.landawn.abacus.util.DynamoDBExecutor.Filters
 
generate(BooleanSupplier) - Static method in class com.landawn.abacus.util.BooleanIterator
Returns an infinite BooleanIterator.
generate(BooleanSupplier, BooleanSupplier) - Static method in class com.landawn.abacus.util.BooleanIterator
 
generate(ByteSupplier) - Static method in class com.landawn.abacus.util.ByteIterator
Returns an infinite ByteIterator.
generate(BooleanSupplier, ByteSupplier) - Static method in class com.landawn.abacus.util.ByteIterator
 
generate(CharSupplier) - Static method in class com.landawn.abacus.util.CharIterator
Returns an infinite CharIterator.
generate(BooleanSupplier, CharSupplier) - Static method in class com.landawn.abacus.util.CharIterator
 
generate(DoubleSupplier) - Static method in class com.landawn.abacus.util.DoubleIterator
Returns an infinite DoubleIterator.
generate(BooleanSupplier, DoubleSupplier) - Static method in class com.landawn.abacus.util.DoubleIterator
 
generate(FloatSupplier) - Static method in class com.landawn.abacus.util.FloatIterator
Returns an infinite FloatIterator.
generate(BooleanSupplier, FloatSupplier) - Static method in class com.landawn.abacus.util.FloatIterator
 
generate(IntSupplier) - Static method in class com.landawn.abacus.util.IntIterator
Returns an infinite IntIterator.
generate(BooleanSupplier, IntSupplier) - Static method in class com.landawn.abacus.util.IntIterator
 
generate(BooleanSupplier, Supplier<T>) - Static method in class com.landawn.abacus.util.Iterators
 
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(LongSupplier) - Static method in class com.landawn.abacus.util.LongIterator
Returns an infinite LongIterator.
generate(BooleanSupplier, LongSupplier) - Static method in class com.landawn.abacus.util.LongIterator
 
generate(Supplier<T>) - Static method in class com.landawn.abacus.util.ObjIterator
Returns an infinite ByteIterator.
generate(BooleanSupplier, Supplier<T>) - Static method in class com.landawn.abacus.util.ObjIterator
 
generate(ShortSupplier) - Static method in class com.landawn.abacus.util.ShortIterator
Returns an infinite ShortIterator.
generate(BooleanSupplier, ShortSupplier) - Static method in class com.landawn.abacus.util.ShortIterator
 
generate(ByteSupplier) - Static method in class com.landawn.abacus.util.stream.ByteStream
 
generate(CharSupplier) - Static method in class com.landawn.abacus.util.stream.CharStream
 
generate(DoubleSupplier) - Static method in class com.landawn.abacus.util.stream.DoubleStream
 
generate(FloatSupplier) - Static method in class com.landawn.abacus.util.stream.FloatStream
 
generate(IntSupplier) - Static method in class com.landawn.abacus.util.stream.IntStream
 
generate(LongSupplier) - Static method in class com.landawn.abacus.util.stream.LongStream
 
generate(ShortSupplier) - Static method in class com.landawn.abacus.util.stream.ShortStream
 
generate(Supplier<T>) - Static method in class com.landawn.abacus.util.stream.Stream
 
generateDigest(byte[]) - Static method in class com.landawn.abacus.util.WSSecurityUtil
Generate a (SHA1) digest of the input bytes.
generateEntity(File, String, String, Map<String, ?>) - Static method in class com.landawn.abacus.util.CodeGenerator
 
generateEntity(File, String, String, Map<String, ?>, boolean, boolean, boolean, Class<?>) - Static method in class com.landawn.abacus.util.CodeGenerator
 
generateEntity(File, String, String, Map<String, ?>, boolean, boolean, boolean, Map<String, String>, Class<?>, CodeGenerator.ParentPropertyMode, CodeGenerator.ParentPropertyMode, Class<?>) - Static method in class com.landawn.abacus.util.CodeGenerator
 
generateNonce(int) - Static method in class com.landawn.abacus.util.WSSecurityUtil
Generate a nonce of the given length using the SHA1PRNG algorithm.
generateSQLMapperIdTable(String, String, String, String, Method) - Static method in class com.landawn.abacus.util.CodeGenerator
 
generateSQLMapperIdTable(SQLMapper, String, String, String, Method) - Static method in class com.landawn.abacus.util.CodeGenerator
 
GenericKeyedObjectPool<K,E extends Poolable> - Class in com.landawn.abacus.pool
 
GenericObjectPool<E extends Poolable> - Class in com.landawn.abacus.pool
 
get() - Method in class com.landawn.abacus.android.util.CompletableFuture
 
get(long, TimeUnit) - Method in class com.landawn.abacus.android.util.CompletableFuture
 
get(Try.Function<? super T, ? extends U, E>) - Method in class com.landawn.abacus.android.util.CompletableFuture
 
get(long, TimeUnit, Try.Function<? super T, ? extends U, E>) - Method in class com.landawn.abacus.android.util.CompletableFuture
 
get(Try.BiFunction<? super T, Exception, ? extends U, E>) - Method in class com.landawn.abacus.android.util.CompletableFuture
 
get(long, TimeUnit, Try.BiFunction<? super T, Exception, ? extends U, E>) - Method in class com.landawn.abacus.android.util.CompletableFuture
 
get(Class<T>, long) - Method in class com.landawn.abacus.android.util.SQLiteExecutor
 
get(Class<T>, long, Collection<String>) - Method in class com.landawn.abacus.android.util.SQLiteExecutor
Find the entity from table specified by simple class name of the targetClass by the specified id
get(K) - Method in class com.landawn.abacus.cache.CaffeineCache
 
get(K) - Method in class com.landawn.abacus.cache.Ehcache
 
get(String) - Method in class com.landawn.abacus.cache.JRedis
 
get(String) - Method in class com.landawn.abacus.cache.SpyMemcached
 
get(Operator) - Method in class com.landawn.abacus.condition.Criteria
 
get(int, int) - Method in interface com.landawn.abacus.DataSet
 
get(Class<T>, int, int) - Method in interface com.landawn.abacus.DataSet
 
get(int) - Method in interface com.landawn.abacus.DataSet
 
get(Class<T>, int) - Method in interface com.landawn.abacus.DataSet
 
get(String) - Method in interface com.landawn.abacus.DataSet
 
get(Class<T>, String) - Method in interface com.landawn.abacus.DataSet
 
get(String) - Method in interface com.landawn.abacus.EntityId
Method get.
get(Class<T>, String) - Method in interface com.landawn.abacus.EntityId
Method get.
get() - Method in class com.landawn.abacus.http.AbstractHttpClient
 
get(Object) - Method in class com.landawn.abacus.http.AbstractHttpClient
 
get(Object, Map<String, Object>) - Method in class com.landawn.abacus.http.AbstractHttpClient
 
get(Class<T>) - Method in class com.landawn.abacus.http.AbstractHttpClient
 
get(Class<T>, Object) - Method in class com.landawn.abacus.http.AbstractHttpClient
 
get(Class<T>, Object, Map<String, Object>) - Method in class com.landawn.abacus.http.AbstractHttpClient
 
GET - Annotation Type in com.landawn.abacus.http
Make a GET request to a REST path relative to base URL.
get(Object) - Method in class com.landawn.abacus.http.Headers
 
get(String, Object, Map<String, Object>) - Static method in class com.landawn.abacus.http.HttpClient
 
get(Class<T>, String, Object, Map<String, Object>) - Static method in class com.landawn.abacus.http.HttpClient
 
get() - Method in class com.landawn.abacus.http.HttpClient.Request
 
get(Class<T>) - Method in class com.landawn.abacus.http.HttpClient.Request
 
get(Object) - Method in class com.landawn.abacus.http.HttpClient.Request
 
get(Class<T>, Object) - Method in class com.landawn.abacus.http.HttpClient.Request
 
get(String, Object, Map<String, Object>) - Static method in class com.landawn.abacus.http.OKHttpClient
 
get(Class<T>, String, Object, Map<String, Object>) - Static method in class com.landawn.abacus.http.OKHttpClient
 
get() - Method in class com.landawn.abacus.http.OKHttpClient.Request
 
get(Class<T>) - Method in class com.landawn.abacus.http.OKHttpClient.Request
 
get(Object) - Method in class com.landawn.abacus.http.OKHttpClient.Request
 
get(Class<T>, Object) - Method in class com.landawn.abacus.http.OKHttpClient.Request
 
get(K) - Method in class com.landawn.abacus.pool.GenericKeyedObjectPool
 
get(K) - Method in interface com.landawn.abacus.pool.KeyedObjectPool
Method get.
get(String, String) - Method in class com.landawn.abacus.util.AnyPut
 
get(Object, int) - Static method in class com.landawn.abacus.util.Array
 
get(Object) - Method in class com.landawn.abacus.util.ArrayHashMap
 
get(Class<T>, String, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
get(Class<T>, String, SQLExecutor.StatementSetter, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
get(Class<T>, Connection, String, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
get(Class<T>, Connection, String, SQLExecutor.StatementSetter, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
get(Object) - Method in class com.landawn.abacus.util.BiMap
 
get(int) - Method in class com.landawn.abacus.util.BooleanList
 
get(int, int) - Method in class com.landawn.abacus.util.BooleanMatrix
 
get(IntPair) - Method in class com.landawn.abacus.util.BooleanMatrix
 
get(int) - Method in class com.landawn.abacus.util.ByteList
 
get(int, int) - Method in class com.landawn.abacus.util.ByteMatrix
 
get(IntPair) - Method in class com.landawn.abacus.util.ByteMatrix
 
get(Class<T>, Object...) - Method in class com.landawn.abacus.util.CassandraExecutor
 
get(Class<T>, Collection<String>, Object...) - Method in class com.landawn.abacus.util.CassandraExecutor
 
get(Class<T>, Condition) - Method in class com.landawn.abacus.util.CassandraExecutor
 
get(Class<T>, Collection<String>, Condition) - Method in class com.landawn.abacus.util.CassandraExecutor
 
get(int) - Method in class com.landawn.abacus.util.CharList
 
get(int, int) - Method in class com.landawn.abacus.util.CharMatrix
 
get(IntPair) - Method in class com.landawn.abacus.util.CharMatrix
 
get(String) - Static method in class com.landawn.abacus.util.Charsets
 
get() - Method in class com.landawn.abacus.util.CompletableFuture
 
get(long, TimeUnit) - Method in class com.landawn.abacus.util.CompletableFuture
 
get(Try.Function<? super T, ? extends U, E>) - Method in class com.landawn.abacus.util.CompletableFuture
 
get(long, TimeUnit, Try.Function<? super T, ? extends U, E>) - Method in class com.landawn.abacus.util.CompletableFuture
 
get(Try.BiFunction<? super T, Exception, ? extends U, E>) - Method in class com.landawn.abacus.util.CompletableFuture
 
get(long, TimeUnit, Try.BiFunction<? super T, Exception, ? extends U, E>) - Method in class com.landawn.abacus.util.CompletableFuture
 
get(String) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
get(String, long, TimeUnit) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
get(Class<T>, String) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
get(Class<T>, String, long, TimeUnit) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
get(String) - Method in class com.landawn.abacus.util.CQLMapper
 
get(int) - Method in class com.landawn.abacus.util.DoubleList
 
get(int, int) - Method in class com.landawn.abacus.util.DoubleMatrix
 
get(IntPair) - Method in class com.landawn.abacus.util.DoubleMatrix
 
get(int) - Method in class com.landawn.abacus.util.FloatList
 
get(int, int) - Method in class com.landawn.abacus.util.FloatMatrix
 
get(IntPair) - Method in class com.landawn.abacus.util.FloatMatrix
 
get(Supplier<T>) - Static method in class com.landawn.abacus.util.Fn
 
get() - Method in interface com.landawn.abacus.util.function.Supplier
 
get(String, Get) - Method in class com.landawn.abacus.util.HBaseExecutor
 
get(String, List<Get>) - Method in class com.landawn.abacus.util.HBaseExecutor
 
get(String, AnyGet) - Method in class com.landawn.abacus.util.HBaseExecutor
 
get(String, Collection<AnyGet>) - Method in class com.landawn.abacus.util.HBaseExecutor
 
get(Class<T>, String, Get) - Method in class com.landawn.abacus.util.HBaseExecutor
 
get(Class<T>, String, List<Get>) - Method in class com.landawn.abacus.util.HBaseExecutor
 
get(Class<T>, String, AnyGet) - Method in class com.landawn.abacus.util.HBaseExecutor
 
get(Class<T>, String, Collection<AnyGet>) - Method in class com.landawn.abacus.util.HBaseExecutor
 
get(int) - Method in class com.landawn.abacus.util.ImmutableList
 
get(Object) - Method in class com.landawn.abacus.util.ImmutableMap
 
get(int) - Method in class com.landawn.abacus.util.IntList
 
get(int, int) - Method in class com.landawn.abacus.util.IntMatrix
 
get(IntPair) - Method in class com.landawn.abacus.util.IntMatrix
 
get(Iterator<T>, int) - Static method in class com.landawn.abacus.util.Iterators
 
get(int) - Method in class com.landawn.abacus.util.LongList
 
get(int, int) - Method in class com.landawn.abacus.util.LongMatrix
 
get(IntPair) - Method in class com.landawn.abacus.util.LongMatrix
 
get(Object) - Method in class com.landawn.abacus.util.LongMultiset
 
get(Map<K, V>, Object) - Static method in class com.landawn.abacus.util.Maps
 
get(int, int) - Method in class com.landawn.abacus.util.Matrix
 
get(IntPair) - Method in class com.landawn.abacus.util.Matrix
 
get(K) - Method in class com.landawn.abacus.util.MemcachedLock
 
get(String) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
get(ObjectId) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
get(Class<T>, String) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
get(Class<T>, ObjectId) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
get(Class<T>, String, Collection<String>) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
get(Class<T>, ObjectId, Collection<String>) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
get(String, String) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
get(String, ObjectId) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
get(Class<T>, String, String) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
get(Class<T>, String, ObjectId) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
get(Class<T>, String, String, Collection<String>) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
get(Class<T>, String, ObjectId, Collection<String>) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
get(Object) - Method in class com.landawn.abacus.util.Multimap
 
get(Object) - Method in class com.landawn.abacus.util.Multiset
 
get() - Method in class com.landawn.abacus.util.Optional
If a value is present in this Optional, returns the value, otherwise throws NoSuchElementException.
get() - Method in class com.landawn.abacus.util.OptionalBoolean
If a value is present in this OptionalBoolean, returns the value, otherwise throws NoSuchElementException.
get() - Method in class com.landawn.abacus.util.OptionalByte
If a value is present in this OptionalByte, returns the value, otherwise throws NoSuchElementException.
get() - Method in class com.landawn.abacus.util.OptionalChar
If a value is present in this OptionalChar, returns the value, otherwise throws NoSuchElementException.
get() - Method in class com.landawn.abacus.util.OptionalDouble
If a value is present in this OptionalDouble, returns the value, otherwise throws NoSuchElementException.
get() - Method in class com.landawn.abacus.util.OptionalFloat
If a value is present in this OptionalFloat, returns the value, otherwise throws NoSuchElementException.
get() - Method in class com.landawn.abacus.util.OptionalInt
If a value is present in this OptionalInt, returns the value, otherwise throws NoSuchElementException.
get() - Method in class com.landawn.abacus.util.OptionalLong
If a value is present in this OptionalLong, returns the value, otherwise throws NoSuchElementException.
get() - Method in class com.landawn.abacus.util.OptionalShort
If a value is present in this OptionalShort, returns the value, otherwise throws NoSuchElementException.
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(String) - Method in class com.landawn.abacus.util.Reflection
 
get() - Method in class com.landawn.abacus.util.SafeInitializer
Get (and initialize, if not initialized yet) the required object
get(Object, Object) - Method in class com.landawn.abacus.util.Sheet
 
get(int, int) - Method in class com.landawn.abacus.util.Sheet
 
get(IntPair) - Method in class com.landawn.abacus.util.Sheet
 
get(int) - Method in class com.landawn.abacus.util.ShortList
 
get(int, int) - Method in class com.landawn.abacus.util.ShortMatrix
 
get(IntPair) - Method in class com.landawn.abacus.util.ShortMatrix
 
get(Object) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
get(Object, String...) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
get(Object, Collection<String>) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
get(Connection, Object, Collection<String>) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
get(Class<T>, String, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
 
get(Class<T>, String, SQLExecutor.StatementSetter, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
 
get(Class<T>, Connection, String, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
 
get(Class<T>, Connection, String, SQLExecutor.StatementSetter, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
 
get(Object) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
get(Object, String...) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
get(Object, Collection<String>) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
get(Connection, Object, Collection<String>) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
get(String) - Method in class com.landawn.abacus.util.SQLMapper
 
get() - Method in interface com.landawn.abacus.util.Try.Supplier
 
getAcceptCharset() - Method in class com.landawn.abacus.http.AbstractHttpClient.HttpSettings
 
getAcceptEncoding() - Method in class com.landawn.abacus.http.AbstractHttpClient.HttpSettings
 
getAcceptLanguage() - Method in class com.landawn.abacus.http.AbstractHttpClient.HttpSettings
 
getAcceptRanges() - Method in class com.landawn.abacus.http.AbstractHttpClient.HttpSettings
 
getAccessCount() - Method in class com.landawn.abacus.pool.ActivityPrint
 
getACL() - Method in class com.landawn.abacus.util.AnyDelete
 
getACL() - Method in class com.landawn.abacus.util.AnyGet
 
getACL() - Method in class com.landawn.abacus.util.AnyPut
 
getACL() - Method in class com.landawn.abacus.util.AnyScan
 
getActiveDataSources() - Method in interface com.landawn.abacus.DataSourceManager
Returns all the active data sources for the live env.
getAddressFromURL(URL) - Static method in class com.landawn.abacus.util.AddrUtil
 
getAddressList(String) - Static method in class com.landawn.abacus.util.AddrUtil
Split a string containing whitespace or comma separated host or IP addresses and port numbers of the form "host:port host2:port" or "host:port, host2:port" into a List of InetSocketAddress instances suitable for instantiating a MemcachedClient.
getAddressList(List<String>) - Static method in class com.landawn.abacus.util.AddrUtil
 
getAddressListFromURL(List<URL>) - Static method in class com.landawn.abacus.util.AddrUtil
 
getAggregation() - Method in class com.landawn.abacus.condition.Criteria
 
getAllFailedMethodStatisticsList() - Method in class com.landawn.abacus.util.Profiler.MultiLoopsStatistics
 
getAllInterfaces(Class<?>) - Static method in class com.landawn.abacus.util.ClassUtil
Copied from Apache Commons Lang under Apache License v2.
getAllowPartialResults() - Method in class com.landawn.abacus.util.AnyScan
 
getAllSubscribers(Class<?>) - Method in class com.landawn.abacus.eventBus.EventBus
Returns all registered subscribers.
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.LongMultiset
 
getAndAdd(T, long) - Method in class com.landawn.abacus.util.LongMultiset
 
getAndAdd(T) - Method in class com.landawn.abacus.util.Multiset
 
getAndAdd(T, int) - Method in class com.landawn.abacus.util.Multiset
 
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.
getAndPutLinkedHashSetIfAbsent(Map<K, Set<E>>, K) - Static method in class com.landawn.abacus.util.Maps
 
getAndPutListIfAbsent(Map<K, List<E>>, K) - Static method in class com.landawn.abacus.util.Maps
 
getAndPutSetIfAbsent(Map<K, Set<E>>, K) - Static method in class com.landawn.abacus.util.Maps
 
getAndRemove(Object) - Method in class com.landawn.abacus.util.LongMultiset
 
getAndRemove(Object, long) - Method in class com.landawn.abacus.util.LongMultiset
 
getAndRemove(Object) - Method in class com.landawn.abacus.util.Multiset
 
getAndRemove(Object, int) - Method in class com.landawn.abacus.util.Multiset
 
getAndSet(T, long) - Method in class com.landawn.abacus.util.LongMultiset
The element will be removed if the specified count is 0.
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
 
getAndSet(byte) - Method in class com.landawn.abacus.util.MutableByte
 
getAndSet(char) - Method in class com.landawn.abacus.util.MutableChar
 
getAndSet(double) - Method in class com.landawn.abacus.util.MutableDouble
 
getAndSet(float) - Method in class com.landawn.abacus.util.MutableFloat
 
getAndSet(int) - Method in class com.landawn.abacus.util.MutableInt
 
getAndSet(long) - Method in class com.landawn.abacus.util.MutableLong
 
getAndSet(short) - Method in class com.landawn.abacus.util.MutableShort
 
getAndSetLeft(L) - Method in class com.landawn.abacus.util.Pair
 
getAndSetLeft(L) - Method in class com.landawn.abacus.util.Triple
 
getAndSetMiddle(M) - Method in class com.landawn.abacus.util.Triple
 
getAndSetRight(R) - Method in class com.landawn.abacus.util.Pair
 
getAndSetRight(R) - Method in class com.landawn.abacus.util.Triple
 
getAndThen(Try.Consumer<T, E>) - Method in class com.landawn.abacus.android.util.CompletableFuture
 
getAndThen(long, TimeUnit, Try.Consumer<T, E>) - Method in class com.landawn.abacus.android.util.CompletableFuture
 
getAndThen(Try.Consumer<T, E>) - Method in class com.landawn.abacus.util.CompletableFuture
 
getAndThen(long, TimeUnit, Try.Consumer<T, E>) - Method in class com.landawn.abacus.util.CompletableFuture
 
getAsBoolean() - Method in interface com.landawn.abacus.util.function.BooleanSupplier
 
getAsBoolean() - Method in interface com.landawn.abacus.util.Try.BooleanSupplier
 
getAsByte() - Method in interface com.landawn.abacus.util.function.ByteSupplier
 
getAsByte() - Method in interface com.landawn.abacus.util.Try.ByteSupplier
 
getAsChar() - Method in interface com.landawn.abacus.util.function.CharSupplier
 
getAsChar() - Method in interface com.landawn.abacus.util.Try.CharSupplier
 
getAsDouble() - Method in interface com.landawn.abacus.util.function.DoubleSupplier
 
getAsDouble() - Method in interface com.landawn.abacus.util.Try.DoubleSupplier
 
getAsFloat() - Method in interface com.landawn.abacus.util.function.FloatSupplier
 
getAsFloat() - Method in interface com.landawn.abacus.util.Try.FloatSupplier
 
getAsInt() - Method in interface com.landawn.abacus.util.function.IntSupplier
 
getAsInt() - Method in interface com.landawn.abacus.util.Try.IntSupplier
 
getAsLong() - Method in interface com.landawn.abacus.util.function.LongSupplier
 
getAsLong() - Method in interface com.landawn.abacus.util.Try.LongSupplier
 
getAsShort() - Method in interface com.landawn.abacus.util.function.ShortSupplier
 
getAsShort() - Method in interface com.landawn.abacus.util.Try.ShortSupplier
 
getAsyncExecutor() - Method in class com.landawn.abacus.http.HttpProxy.Config
 
getAttribute(String) - Method in class com.landawn.abacus.util.AnyDelete
 
getAttribute(String) - Method in class com.landawn.abacus.util.AnyGet
 
getAttribute(String) - Method in class com.landawn.abacus.util.AnyPut
 
getAttribute(String) - Method in class com.landawn.abacus.util.AnyScan
 
getAttributesMap() - Method in class com.landawn.abacus.util.AnyDelete
 
getAttributesMap() - Method in class com.landawn.abacus.util.AnyGet
 
getAttributesMap() - Method in class com.landawn.abacus.util.AnyPut
 
getAttributesMap() - Method in class com.landawn.abacus.util.AnyScan
 
getAuthorizations() - Method in class com.landawn.abacus.util.AnyGet
 
getAuthorizations() - Method in class com.landawn.abacus.util.AnyScan
 
getAutoGeneratedKeys() - Method in class com.landawn.abacus.util.SQLExecutor.JdbcSettings
 
getAverage() - Method in class com.landawn.abacus.util.DoubleSummaryStatistics
Returns the arithmetic mean of values recorded, or zero if no values have been recorded.
getAverage() - Method in class com.landawn.abacus.util.IntSummaryStatistics
Returns the arithmetic mean of values recorded, or zero if no values have been recorded.
getAverage() - Method in class com.landawn.abacus.util.LongSummaryStatistics
Returns the arithmetic mean of values recorded, or zero if no values have been recorded.
getBaseName(String) - Static method in class com.landawn.abacus.util.FilenameUtil
Gets the base name, minus the full path and extension, from a full filename.
getBatch() - Method in class com.landawn.abacus.util.AnyScan
 
getBatchSize() - Method in class com.landawn.abacus.util.SQLExecutor.JdbcSettings
 
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
 
getBulk(String...) - Method in class com.landawn.abacus.cache.SpyMemcached
 
getBulk(Collection<String>) - Method in class com.landawn.abacus.cache.SpyMemcached
 
getButtonById(int) - Method in class com.landawn.abacus.android.AccountAuthenticatorActivityBase
 
getButtonById(int) - Method in class com.landawn.abacus.android.ActivityBase
 
getButtonById(int) - Method in class com.landawn.abacus.android.AliasActivityBase
 
getButtonById(int) - Method in class com.landawn.abacus.android.ExpandableListActivityBase
 
getButtonById(int) - Method in class com.landawn.abacus.android.LauncherActivityBase
 
getButtonById(int) - Method in class com.landawn.abacus.android.ListActivityBase
 
getButtonById(int) - Method in class com.landawn.abacus.android.NativeActivityBase
 
getButtonById(int) - Method in class com.landawn.abacus.android.PreferenceActivityBase
 
getButtonById(View, int) - Static method in class com.landawn.abacus.android.util.Fu
 
getButtonById(Activity, int) - Static method in class com.landawn.abacus.android.util.Fu
 
getButtonById(Dialog, int) - Static method in class com.landawn.abacus.android.util.Fu
 
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
 
getByteCount(Bitmap) - Static method in class com.landawn.abacus.android.util.Fu
Copied from Picasso: http://square.github.io/picasso Copyright (C) 2013 Square, Inc.
getByValue(Object) - Method in class com.landawn.abacus.util.BiMap
 
getByValue(Object) - Method in class com.landawn.abacus.util.ImmutableBiMap
 
getCacheBlocks() - Method in class com.landawn.abacus.util.AnyGet
 
getCacheBlocks() - Method in class com.landawn.abacus.util.AnyScan
 
getCaching() - Method in class com.landawn.abacus.util.AnyScan
 
getCanonicalClassName(Class<?>) - Static method in class com.landawn.abacus.util.ClassUtil
 
getCapacity() - Method in class com.landawn.abacus.pool.AbstractPool
 
getCapacity() - Method in interface com.landawn.abacus.pool.Pool
 
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.
getCellVisibility() - Method in class com.landawn.abacus.util.AnyDelete
 
getCellVisibility() - Method in class com.landawn.abacus.util.AnyPut
 
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
 
getCharQuotation() - Method in class com.landawn.abacus.parser.SerializationConfig
 
getCharsForReadOnly(String) - Static method in class com.landawn.abacus.util.N
Deprecated.
getClassesByPackage(String, boolean, boolean) - Static method in class com.landawn.abacus.util.ClassUtil
 
getClassesByPackage(String, boolean, boolean, Try.Predicate<? super Class<?>, E>) - Static method in class com.landawn.abacus.util.ClassUtil
 
getClassName(Class<?>) - Static method in class com.landawn.abacus.util.ClassUtil
 
getClauseOperators() - Static method in class com.landawn.abacus.condition.CriteriaUtil
 
getClusterIds() - Method in class com.landawn.abacus.util.AnyDelete
 
getClusterIds() - Method in class com.landawn.abacus.util.AnyPut
 
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.
getColumn(Object) - Method in class com.landawn.abacus.util.Sheet
 
getColumnCount() - Method in class com.landawn.abacus.util.RowIterator
 
getColumnIndex(String) - Method in interface com.landawn.abacus.DataSet
Method getColumnIndex.
getColumnIndex(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
getColumnIndexes() - Method in class com.landawn.abacus.util.SQLExecutor.JdbcSettings
 
getColumnLabelList(ResultSet) - Static method in class com.landawn.abacus.util.JdbcUtil
 
getColumnLabelList() - Method in class com.landawn.abacus.util.RowIterator
 
getColumnName(int) - Method in interface com.landawn.abacus.DataSet
Method getColumnName.
getColumnNameList(Connection, String) - Static method in class com.landawn.abacus.util.JdbcUtil
 
getColumnNameList(String) - Method in class com.landawn.abacus.util.SQLExecutor
 
getColumnNames() - Method in class com.landawn.abacus.util.SQLExecutor.JdbcSettings
 
getCondition() - Method in class com.landawn.abacus.condition.Cell
 
getCondition() - Method in class com.landawn.abacus.condition.Join
 
getCondition() - Method in class com.landawn.abacus.condition.SubQuery
 
getConditions() - Method in class com.landawn.abacus.condition.Criteria
 
getConditions() - Method in class com.landawn.abacus.condition.Junction
 
getConnection() - Method in interface com.landawn.abacus.DataSource
Returns the connection for write/read operation.
getConnection() - Method in class com.landawn.abacus.util.SQLExecutor
 
getConnectionTimeout() - Method in class com.landawn.abacus.http.AbstractHttpClient.HttpSettings
 
getConsistency() - Method in class com.landawn.abacus.util.AnyGet
 
getConsistency() - Method in class com.landawn.abacus.util.AnyScan
 
getConsistency() - Method in class com.landawn.abacus.util.CassandraExecutor.StatementSettings
 
getContentEncoding() - Method in class com.landawn.abacus.http.AbstractHttpClient.HttpSettings
 
getContentEncoding(ContentFormat) - Static method in class com.landawn.abacus.http.HTTP
 
getContentFormat() - Method in class com.landawn.abacus.http.AbstractHttpClient.HttpSettings
 
getContentFormat(String, String) - Static method in class com.landawn.abacus.http.HTTP
 
getContentFormat(HttpURLConnection) - Method in class com.landawn.abacus.http.HttpClient
 
getContentLanguage() - Method in class com.landawn.abacus.http.AbstractHttpClient.HttpSettings
 
getContentLength() - Method in class com.landawn.abacus.http.AbstractHttpClient.HttpSettings
 
getContentResolver() - Static method in class com.landawn.abacus.android.util.Fu
 
getContentType() - Method in class com.landawn.abacus.http.AbstractHttpClient.HttpSettings
 
getContentType(ContentFormat) - Static method in class com.landawn.abacus.http.HTTP
 
getCount() - Method in class com.landawn.abacus.condition.Limit
 
getCount() - Method in class com.landawn.abacus.util.DoubleSummaryStatistics
Return the count of values recorded.
getCount() - Method in class com.landawn.abacus.util.IntSummaryStatistics
Returns the count of values recorded.
getCount() - Method in class com.landawn.abacus.util.LongSummaryStatistics
Returns the count of values recorded.
getCount() - Method in class com.landawn.abacus.util.SQLExecutor.JdbcSettings
 
getCreated() - Method in class com.landawn.abacus.http.SecurityDTO
 
getCreateTime() - Method in class com.landawn.abacus.pool.ActivityPrint
 
getCurrentActive() - Method in interface com.landawn.abacus.DataSource
Returns the number of allocated collection.
getDataSourceSelector() - Method in interface com.landawn.abacus.DataSourceManager
 
getDateTimeFormat() - Method in class com.landawn.abacus.parser.SerializationConfig
The default format is: LONG
getDBLock(String) - Method in class com.landawn.abacus.util.SQLExecutor
Supports global lock by db table
getDBSequence(String, String) - Method in class com.landawn.abacus.util.SQLExecutor
 
getDBSequence(String, String, long, int) - Method in class com.landawn.abacus.util.SQLExecutor
Supports global sequence by db table.
getDBVersion(Connection) - Static method in class com.landawn.abacus.util.JdbcUtil
 
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.
getDecoder() - Static method in class com.landawn.abacus.util.Base64
Returns a Base64.Decoder that decodes using the Basic type base64 encoding scheme.
getDefault() - Static method in class com.landawn.abacus.eventBus.EventBus
 
getDenominator() - Method in class com.landawn.abacus.util.Fraction
Gets the denominator part of the fraction.
getDeserializationConfig() - Method in class com.landawn.abacus.http.HttpProxy.Config
 
getDeserializationConfig() - Method in class com.landawn.abacus.parser.JacksonMapperConfig
 
getDeserializationConfig() - Method in class com.landawn.abacus.parser.JacksonXMLMapperConfig
 
getDigest(String) - Static method in class com.landawn.abacus.util.DigestUtil
Returns a MessageDigest for the given algorithm.
getDisplayMetrics() - Static method in class com.landawn.abacus.android.util.Fu
 
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
 
getDurability() - Method in class com.landawn.abacus.util.AnyPut
 
getEditTextById(int) - Method in class com.landawn.abacus.android.AccountAuthenticatorActivityBase
 
getEditTextById(int) - Method in class com.landawn.abacus.android.ActivityBase
 
getEditTextById(int) - Method in class com.landawn.abacus.android.AliasActivityBase
 
getEditTextById(int) - Method in class com.landawn.abacus.android.ExpandableListActivityBase
 
getEditTextById(int) - Method in class com.landawn.abacus.android.LauncherActivityBase
 
getEditTextById(int) - Method in class com.landawn.abacus.android.ListActivityBase
 
getEditTextById(int) - Method in class com.landawn.abacus.android.NativeActivityBase
 
getEditTextById(int) - Method in class com.landawn.abacus.android.PreferenceActivityBase
 
getEditTextById(View, int) - Static method in class com.landawn.abacus.android.util.Fu
 
getEditTextById(Activity, int) - Static method in class com.landawn.abacus.android.util.Fu
 
getEditTextById(Dialog, int) - Static method in class com.landawn.abacus.android.util.Fu
 
getElapsedTime() - Method in class com.landawn.abacus.util.RemoteExecutionResponse
 
getElementType() - Method in class com.landawn.abacus.parser.DeserializationConfig
 
getEnclosingClass(Class<?>) - Static method in class com.landawn.abacus.util.ClassUtil
 
getEncoder() - Static method in class com.landawn.abacus.util.Base64
Returns a Base64.Encoder that encodes using the Basic type base64 encoding scheme.
getEncryptionMessage() - Method in class com.landawn.abacus.http.HttpProxy.Config
 
getEncryptionMessage() - Method in class com.landawn.abacus.http.HttpProxy.OperationConfig
 
getEncryptionPassword() - Method in class com.landawn.abacus.http.HttpProxy.Config
 
getEncryptionPassword() - Method in class com.landawn.abacus.http.HttpProxy.OperationConfig
 
getEncryptionUserName() - Method in class com.landawn.abacus.http.HttpProxy.Config
 
getEncryptionUserName() - Method in class com.landawn.abacus.http.HttpProxy.OperationConfig
 
getEntityName() - Method in class com.landawn.abacus.condition.SubQuery
 
getErrorCode() - Method in class com.landawn.abacus.util.RemoteExecutionResponse
 
getErrorMessage() - Method in class com.landawn.abacus.util.RemoteExecutionResponse
 
getErrorMsg(Throwable) - Static method in exception com.landawn.abacus.exception.AbacusException
 
getExclusion() - Method in class com.landawn.abacus.parser.SerializationConfig
 
getExecutionHost() - Method in class com.landawn.abacus.util.RemoteExecutionResponse
 
getExecutionTime() - Method in class com.landawn.abacus.util.RemoteExecutionResponse
 
getExpirationTime() - Method in class com.landawn.abacus.pool.ActivityPrint
 
getExtension(String) - Static method in class com.landawn.abacus.util.FilenameUtil
Gets the extension of a filename.
getFailedMethodStatisticsList(String) - Method in class com.landawn.abacus.util.Profiler.MultiLoopsStatistics
 
getFamilies() - Method in class com.landawn.abacus.util.AnyScan
 
getFamilyCellMap() - Method in class com.landawn.abacus.util.AnyPut
 
getFamilyMap() - Method in class com.landawn.abacus.util.AnyGet
 
getFamilyMap() - Method in class com.landawn.abacus.util.AnyScan
 
getFetchDirection() - Method in class com.landawn.abacus.util.SQLExecutor.JdbcSettings
 
getFetchSize() - Method in class com.landawn.abacus.util.CassandraExecutor.StatementSettings
 
getFetchSize() - Method in class com.landawn.abacus.util.SQLExecutor.JdbcSettings
 
getFileExtension(String) - Static method in class com.landawn.abacus.util.IOUtil
Note: copied from Google Guava under Apache License v2.
getFilter() - Method in class com.landawn.abacus.util.AnyGet
 
getFilter() - Method in class com.landawn.abacus.util.AnyScan
 
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
 
getFullPath(String) - Static method in class com.landawn.abacus.util.FilenameUtil
Gets the full path from a full filename, which is the prefix + path.
getFullPathNoEndSeparator(String) - Static method in class com.landawn.abacus.util.FilenameUtil
Gets the full path from a full filename, which is the prefix + path, and also excluding the final directory separator.
getGeneratedIdPropName() - Method in class com.landawn.abacus.util.SQLExecutor.JdbcSettings
 
getGroupBy() - Method in class com.landawn.abacus.condition.Criteria
 
getHandler() - Method in class com.landawn.abacus.http.HttpProxy.Config
 
getHaving() - Method in class com.landawn.abacus.condition.Criteria
 
getHttpMethod() - Method in class com.landawn.abacus.http.HttpProxy.OperationConfig
 
getId() - Method in class com.landawn.abacus.util.AnyDelete
 
getId() - Method in class com.landawn.abacus.util.AnyGet
 
getId() - Method in class com.landawn.abacus.util.AnyPut
 
getId() - Method in class com.landawn.abacus.util.AnyScan
 
getIfPresentForEach(Map<K, 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.
getIfRetry() - Method in class com.landawn.abacus.http.HttpProxy.OperationConfig
 
getIgnoredPropNames() - Method in class com.landawn.abacus.parser.ParserConfig
 
getIgnoredPropNames(Class<?>) - Method in class com.landawn.abacus.parser.ParserConfig
 
getImageViewById(int) - Method in class com.landawn.abacus.android.AccountAuthenticatorActivityBase
 
getImageViewById(int) - Method in class com.landawn.abacus.android.ActivityBase
 
getImageViewById(int) - Method in class com.landawn.abacus.android.AliasActivityBase
 
getImageViewById(int) - Method in class com.landawn.abacus.android.ExpandableListActivityBase
 
getImageViewById(int) - Method in class com.landawn.abacus.android.LauncherActivityBase
 
getImageViewById(int) - Method in class com.landawn.abacus.android.ListActivityBase
 
getImageViewById(int) - Method in class com.landawn.abacus.android.NativeActivityBase
 
getImageViewById(int) - Method in class com.landawn.abacus.android.PreferenceActivityBase
 
getImageViewById(View, int) - Static method in class com.landawn.abacus.android.util.Fu
 
getImageViewById(Activity, int) - Static method in class com.landawn.abacus.android.util.Fu
 
getImageViewById(Dialog, int) - Static method in class com.landawn.abacus.android.util.Fu
 
getIndentation() - Method in class com.landawn.abacus.parser.SerializationConfig
 
getInputStream(HttpURLConnection) - Method in class com.landawn.abacus.http.HttpClient
 
getInputStream(HttpURLConnection, ContentFormat) - Method in class com.landawn.abacus.http.HttpClient
 
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
 
getIsolationLevel() - Method in class com.landawn.abacus.util.AnyGet
 
getIsolationLevel() - Method in class com.landawn.abacus.util.AnyScan
 
getIsolationLevel() - Method in class com.landawn.abacus.util.SQLExecutor.JdbcSettings
 
getItem(String, Map<String, AttributeValue>) - Method in class com.landawn.abacus.util.DynamoDBExecutor
 
getItem(String, Map<String, AttributeValue>, Boolean) - Method in class com.landawn.abacus.util.DynamoDBExecutor
 
getItem(GetItemRequest) - Method in class com.landawn.abacus.util.DynamoDBExecutor
 
getItem(Class<T>, String, Map<String, AttributeValue>) - Method in class com.landawn.abacus.util.DynamoDBExecutor
 
getItem(Class<T>, String, Map<String, AttributeValue>, Boolean) - Method in class com.landawn.abacus.util.DynamoDBExecutor
 
getItem(Class<T>, GetItemRequest) - Method in class com.landawn.abacus.util.DynamoDBExecutor
 
getJoinEntities() - Method in class com.landawn.abacus.condition.Join
 
getJoins() - Method in class com.landawn.abacus.condition.Criteria
 
getKey() - Method in class com.landawn.abacus.util.Pair
 
getKey() - Method in class com.landawn.abacus.util.Tuple.Tuple2
 
getLastAccessTime() - Method in class com.landawn.abacus.pool.ActivityPrint
 
getLeft() - Method in class com.landawn.abacus.util.Pair
 
getLeft() - Method in class com.landawn.abacus.util.Triple
 
getLength(Object) - Static method in class com.landawn.abacus.util.Array
 
getLimit() - Method in class com.landawn.abacus.condition.Criteria
 
getLiteral() - Method in class com.landawn.abacus.condition.Expression
 
getLiveTime() - Method in class com.landawn.abacus.pool.ActivityPrint
 
getLoadColumnFamiliesOnDemandValue() - Method in class com.landawn.abacus.util.AnyScan
 
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
 
getLoopStatisticsList() - Method in class com.landawn.abacus.util.Profiler.MultiLoopsStatistics
 
getLU2RD() - Method in class com.landawn.abacus.util.BooleanMatrix
 
getLU2RD() - Method in class com.landawn.abacus.util.ByteMatrix
 
getLU2RD() - Method in class com.landawn.abacus.util.CharMatrix
 
getLU2RD() - Method in class com.landawn.abacus.util.DoubleMatrix
 
getLU2RD() - Method in class com.landawn.abacus.util.FloatMatrix
 
getLU2RD() - Method in class com.landawn.abacus.util.IntMatrix
 
getLU2RD() - Method in class com.landawn.abacus.util.LongMatrix
 
getLU2RD() - Method in class com.landawn.abacus.util.Matrix
 
getLU2RD() - Method in class com.landawn.abacus.util.ShortMatrix
 
getMapKeyType() - Method in class com.landawn.abacus.parser.DeserializationConfig
 
getMapValueType() - Method in class com.landawn.abacus.parser.DeserializationConfig
 
getMax() - Method in class com.landawn.abacus.util.DoubleSummaryStatistics
Returns the maximum recorded value, Double.NaN if any recorded value was NaN or Double.NEGATIVE_INFINITY if no values were recorded.
getMax() - Method in class com.landawn.abacus.util.IntSummaryStatistics
Returns the maximum value recorded, or Integer.MIN_VALUE if no values have been recorded.
getMax() - Method in class com.landawn.abacus.util.LongSummaryStatistics
Returns the maximum value recorded, or Long.MIN_VALUE if no values have been recorded
getMaxActive() - Method in interface com.landawn.abacus.DataSource
Returns the maximum number of active connections that can be allocated from this pool.
getMaxElapsedTimeMethod() - Method in class com.landawn.abacus.util.Profiler.MultiLoopsStatistics
 
getMaxFieldSize() - Method in class com.landawn.abacus.util.SQLExecutor.JdbcSettings
 
getMaxIdleTime() - Method in class com.landawn.abacus.pool.ActivityPrint
 
getMaxResultsPerColumnFamily() - Method in class com.landawn.abacus.util.AnyGet
 
getMaxResultsPerColumnFamily() - Method in class com.landawn.abacus.util.AnyScan
 
getMaxRows() - Method in class com.landawn.abacus.util.SQLExecutor.JdbcSettings
 
getMaxValue() - Method in class com.landawn.abacus.condition.Between
 
getMaxVersions() - Method in class com.landawn.abacus.util.AnyGet
 
getMaxVersions() - Method in class com.landawn.abacus.util.AnyScan
 
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.
getMethodAverageElapsedTimeInMillis(String) - Method in class com.landawn.abacus.util.Profiler.MultiLoopsStatistics
 
getMethodMaxElapsedTimeInMillis(String) - Method in class com.landawn.abacus.util.Profiler.MultiLoopsStatistics
 
getMethodMinElapsedTimeInMillis(String) - Method in class com.landawn.abacus.util.Profiler.MultiLoopsStatistics
 
getMethodNameList() - Method in class com.landawn.abacus.util.Profiler.MultiLoopsStatistics
 
getMethodSize(String) - Method in class com.landawn.abacus.util.Profiler.MultiLoopsStatistics
 
getMethodStatisticsList(String) - Method in class com.landawn.abacus.util.Profiler.MultiLoopsStatistics
 
getMethodTotalElapsedTimeInMillis(String) - Method in class com.landawn.abacus.util.Profiler.MultiLoopsStatistics
 
getMiddle() - Method in class com.landawn.abacus.util.Triple
 
getMimeDecoder() - Static method in class com.landawn.abacus.util.Base64
Returns a Base64.Decoder that decodes using the MIME type base64 decoding scheme.
getMimeEncoder() - Static method in class com.landawn.abacus.util.Base64
Returns a Base64.Encoder that encodes using the MIME type base64 encoding scheme.
getMimeEncoder(int, byte[]) - Static method in class com.landawn.abacus.util.Base64
Returns a Base64.Encoder that encodes using the MIME type base64 encoding scheme with specified line length and line separators.
getMin() - Method in class com.landawn.abacus.util.DoubleSummaryStatistics
Returns the minimum recorded value, Double.NaN if any recorded value was NaN or Double.POSITIVE_INFINITY if no values were recorded.
getMin() - Method in class com.landawn.abacus.util.IntSummaryStatistics
Returns the minimum value recorded, or Integer.MAX_VALUE if no values have been recorded.
getMin() - Method in class com.landawn.abacus.util.LongSummaryStatistics
Returns the minimum value recorded, or Long.MAX_VALUE if no values have been recorded.
getMinElapsedTimeMethod() - Method in class com.landawn.abacus.util.Profiler.MultiLoopsStatistics
 
getMinValue() - Method in class com.landawn.abacus.condition.Between
 
getName() - Method in enum com.landawn.abacus.condition.Operator
 
getName() - Method in interface com.landawn.abacus.DataSource
 
getName(String) - Static method in class com.landawn.abacus.util.FilenameUtil
Gets the name minus the path from a full filename.
getNameWithoutExtension(String) - Static method in class com.landawn.abacus.util.IOUtil
Note: copied from Google Guava under Apache License v2.
getNonce() - Method in class com.landawn.abacus.http.SecurityDTO
 
getNow(T) - Method in class com.landawn.abacus.android.util.CompletableFuture
 
getNow(T) - Method in class com.landawn.abacus.util.CompletableFuture
 
getNumerator() - Method in class com.landawn.abacus.util.Fraction
Gets the numerator part of the fraction.
getOffset() - Method in class com.landawn.abacus.condition.Limit
 
getOffset() - Method in class com.landawn.abacus.util.SQLExecutor.JdbcSettings
 
getOperationConfigs() - Method in class com.landawn.abacus.http.HttpProxy.Config
 
getOperator() - Method in class com.landawn.abacus.condition.AbstractCondition
 
getOperator() - Method in interface com.landawn.abacus.condition.Condition
Method getOperator.
getOperator(String) - Static method in enum com.landawn.abacus.condition.Operator
 
getOrDefault(int, T) - Method in interface com.landawn.abacus.DataSet
Returns the value from the current row and specified column if the specified columnIndex is equal or bigger than zero, or the specified defaultValue otherwise.
getOrDefault(String, T) - Method in interface com.landawn.abacus.DataSet
Returns the value from the current row and specified column if the specified columnName exists, or the specified defaultValue otherwise.
getOrDefault(Object, V) - Method in class com.landawn.abacus.util.ImmutableMap
 
getOrDefault(Object, long) - Method in class com.landawn.abacus.util.LongMultiset
 
getOrDefault(Map<K, 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
 
getOrDefault(Object, int) - Method in class com.landawn.abacus.util.Multiset
 
getOrDefault(Object, V) - Method in class com.landawn.abacus.util.Properties
 
getOrDefault(Class<T>, Object, T) - Method in class com.landawn.abacus.util.Properties
 
getOrDefaultForEach(Map<K, V>, Collection<?>, V) - Static method in class com.landawn.abacus.util.Maps
 
getOrderBy() - Method in class com.landawn.abacus.condition.Criteria
 
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) - Method in class com.landawn.abacus.http.HttpClient
 
getOutputStream(HttpURLConnection, Map<String, Object>) - Method in class com.landawn.abacus.http.HttpClient
 
getPackage(Class<?>) - Static method in class com.landawn.abacus.util.ClassUtil
 
getPackageName(Class<?>) - Static method in class com.landawn.abacus.util.ClassUtil
 
getPage(int) - Method in interface com.landawn.abacus.PaginatedDataSet
Method getPage.
getParameterizedTypeNameByMethod(Method) - Static method in class com.landawn.abacus.util.ClassUtil
 
getParameters() - Method in class com.landawn.abacus.condition.Between
 
getParameters() - Method in class com.landawn.abacus.condition.Binary
 
getParameters() - Method in class com.landawn.abacus.condition.Cell
 
getParameters() - Method in interface com.landawn.abacus.condition.Condition
Method getParameters.
getParameters() - Method in class com.landawn.abacus.condition.Criteria
 
getParameters() - Method in class com.landawn.abacus.condition.Expression
 
getParameters() - Method in class com.landawn.abacus.condition.In
 
getParameters() - Method in class com.landawn.abacus.condition.Join
 
getParameters() - Method in class com.landawn.abacus.condition.Junction
 
getParameters() - Method in class com.landawn.abacus.condition.Limit
 
getParameters() - Method in class com.landawn.abacus.condition.SubQuery
 
getParser(ContentFormat) - Static method in class com.landawn.abacus.http.HTTP
 
getParser() - Method in class com.landawn.abacus.http.HttpProxy.Config
 
getPassword() - Method in class com.landawn.abacus.http.SecurityDTO
 
getPath(String) - Static method in class com.landawn.abacus.util.FilenameUtil
Gets the path from a full filename, which excludes the prefix.
getPathNoEndSeparator(String) - Static method in class com.landawn.abacus.util.FilenameUtil
Gets the path from a full filename, which excludes the prefix, and also excluding the final directory separator.
getPrefix(String) - Static method in class com.landawn.abacus.util.FilenameUtil
Gets the prefix from a full filename, such as C:/ or ~/.
getPrefixLength(String) - Static method in class com.landawn.abacus.util.FilenameUtil
Returns the length of the filename prefix, such as C:/ or ~/.
getPrimaryDataSource() - Method in interface com.landawn.abacus.DataSourceManager
Returns the first(primary) dataSource specified for the live env in the configuration.
getProperNumerator() - Method in class com.landawn.abacus.util.Fraction
Gets the proper numerator, always positive.
getProperties() - Method in interface com.landawn.abacus.DataSource
 
getProperties() - Method in interface com.landawn.abacus.DataSourceManager
 
getProperty(Object) - Static method in class com.landawn.abacus.util.RemoteExecutor
Get global property with the specified key.
getProperty(Class<T>, Object) - Static method in class com.landawn.abacus.util.RemoteExecutor
Get global property with the specified key.
getProperWhole() - Method in class com.landawn.abacus.util.Fraction
Gets the proper whole part of the fraction.
getPropField(Class<?>, String) - 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.
getPropGetMethodList(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 specificatio
getPropName() - Method in class com.landawn.abacus.condition.Between
 
getPropName() - Method in class com.landawn.abacus.condition.Binary
 
getPropName() - Method in class com.landawn.abacus.condition.In
 
getPropNameByMethod(Method) - Static method in class com.landawn.abacus.util.ClassUtil
 
getPropNameList(Class<?>) - Static method in class com.landawn.abacus.util.ClassUtil
Returns an immutable entity property name List by the specified class.
getPropNameListExclusively(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.ClassUtil
 
getPropNameListExclusively(Class<?>, Collection<String>) - Static method in class com.landawn.abacus.util.ClassUtil
 
getPropNamingPolicy() - Method in class com.landawn.abacus.parser.SerializationConfig
 
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.
getPropSetMethodList(Class<?>) - Static method in class com.landawn.abacus.util.ClassUtil
 
getPropType(String) - Method in class com.landawn.abacus.parser.DeserializationConfig
 
getPropTypes() - Method in class com.landawn.abacus.parser.DeserializationConfig
 
getPropValue() - Method in class com.landawn.abacus.condition.Binary
 
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
 
getQueryTimeout() - Method in class com.landawn.abacus.util.SQLExecutor.JdbcSettings
 
getQueryWithDataSource() - Method in class com.landawn.abacus.util.SQLExecutor.JdbcSettings
 
getQueryWithDataSources() - Method in class com.landawn.abacus.util.SQLExecutor.JdbcSettings
 
getRate() - Method in class com.landawn.abacus.util.RateLimiter
Returns the stable rate (as permits per seconds) with which this RateLimiter is configured with.
getReadOnlyConnection() - Method in interface com.landawn.abacus.DataSource
Returns the read-only connection if it's configured in Abacus.xml file, otherwise the same connection as getConnection() is returned
getReadTimeout() - Method in class com.landawn.abacus.http.AbstractHttpClient.HttpSettings
 
getReplicaId() - Method in class com.landawn.abacus.util.AnyGet
 
getReplicaId() - Method in class com.landawn.abacus.util.AnyScan
 
getRequestHost() - Method in class com.landawn.abacus.util.RemoteExecutionResponse
 
getRequestParamNamingPolicy() - Method in class com.landawn.abacus.http.HttpProxy.Config
 
getRequestSettings() - Method in class com.landawn.abacus.http.HttpProxy.Config
 
getRequestSettings() - Method in class com.landawn.abacus.http.HttpProxy.OperationConfig
 
getRequestTime() - Method in class com.landawn.abacus.util.RemoteExecutionResponse
 
getRequestUrl() - Method in class com.landawn.abacus.http.HttpProxy.OperationConfig
 
getRequestUrlNamingPolicy() - Method in class com.landawn.abacus.http.HttpProxy.Config
 
getResponseTime() - Method in class com.landawn.abacus.util.RemoteExecutionResponse
 
getResult() - Method in class com.landawn.abacus.util.RemoteExecutionResponse
 
getResultSetConcurrency() - Method in class com.landawn.abacus.util.SQLExecutor.JdbcSettings
 
getResultSetHoldability() - Method in class com.landawn.abacus.util.SQLExecutor.JdbcSettings
 
getResultSetType() - Method in class com.landawn.abacus.util.SQLExecutor.JdbcSettings
 
getRetryInterval() - Method in class com.landawn.abacus.http.HttpProxy.OperationConfig
 
getRetryPolicy() - Method in class com.landawn.abacus.util.CassandraExecutor.StatementSettings
 
getRetryTimes() - Method in class com.landawn.abacus.http.HttpProxy.OperationConfig
 
getRight() - Method in class com.landawn.abacus.util.Pair
 
getRight() - Method in class com.landawn.abacus.util.Triple
 
getRow(int) - Method in interface com.landawn.abacus.DataSet
 
getRow(Class<? extends T>, int) - Method in interface com.landawn.abacus.DataSet
 
getRow(Class<? extends T>, Collection<String>, int) - Method in interface com.landawn.abacus.DataSet
 
getRow(IntFunction<? extends T>, int) - Method in interface com.landawn.abacus.DataSet
 
getRow(IntFunction<? extends T>, Collection<String>, int) - Method in interface com.landawn.abacus.DataSet
 
getRow(Object) - Method in class com.landawn.abacus.util.Sheet
 
getRowOffsetPerColumnFamily() - Method in class com.landawn.abacus.util.AnyGet
 
getRowOffsetPerColumnFamily() - Method in class com.landawn.abacus.util.AnyScan
 
getRU2LD() - Method in class com.landawn.abacus.util.BooleanMatrix
 
getRU2LD() - Method in class com.landawn.abacus.util.ByteMatrix
 
getRU2LD() - Method in class com.landawn.abacus.util.CharMatrix
 
getRU2LD() - Method in class com.landawn.abacus.util.DoubleMatrix
 
getRU2LD() - Method in class com.landawn.abacus.util.FloatMatrix
 
getRU2LD() - Method in class com.landawn.abacus.util.IntMatrix
 
getRU2LD() - Method in class com.landawn.abacus.util.LongMatrix
 
getRU2LD() - Method in class com.landawn.abacus.util.Matrix
 
getRU2LD() - Method in class com.landawn.abacus.util.ShortMatrix
 
getScanMetrics() - Method in class com.landawn.abacus.util.AnyScan
 
getScanner(String, Scan) - Method in class com.landawn.abacus.util.HBaseExecutor
 
getScanner(String, AnyScan) - Method in class com.landawn.abacus.util.HBaseExecutor
 
getScanner(String, String) - Method in class com.landawn.abacus.util.HBaseExecutor
 
getScanner(String, String, String) - Method in class com.landawn.abacus.util.HBaseExecutor
 
getSchema() - Method in class com.landawn.abacus.parser.AvroDeserializationConfig
 
getSchema() - Method in class com.landawn.abacus.parser.AvroSerializationConfig
 
getScreenHeight() - Static method in class com.landawn.abacus.android.util.Fu
 
getScreenRotation(Activity) - Static method in class com.landawn.abacus.android.util.Fu
 
getScreenWidth() - Static method in class com.landawn.abacus.android.util.Fu
 
getSelectPropNames() - Method in class com.landawn.abacus.condition.SubQuery
 
getSerialConsistency() - Method in class com.landawn.abacus.util.CassandraExecutor.StatementSettings
 
getSerializationConfig() - Method in class com.landawn.abacus.http.HttpProxy.Config
 
getSerializationConfig() - Method in class com.landawn.abacus.parser.JacksonMapperConfig
 
getSerializationConfig() - Method in class com.landawn.abacus.parser.JacksonXMLMapperConfig
 
getServerList(String) - Static method in class com.landawn.abacus.util.AddrUtil
Split a string containing whitespace or comma separated host or IP addresses and port numbers of the form "host:port host2:port" or "host:port, host2:port" into a List of server.
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
 
getSimpleClassName(Class<?>) - Static method in class com.landawn.abacus.util.ClassUtil
 
getSliceSelector() - Method in interface com.landawn.abacus.DataSource
 
getSql() - Method in class com.landawn.abacus.condition.SubQuery
 
getSQLState() - Method in exception com.landawn.abacus.exception.UncheckedSQLException
Method getSqlState.
getSqlStatement() - Method in exception com.landawn.abacus.exception.UncheckedSQLException
Method getSqlStatement.
getStartRow() - Method in class com.landawn.abacus.util.AnyScan
 
getStickyEvents(Class<?>) - Method in class com.landawn.abacus.eventBus.EventBus
Returns the sticky events which can be assigned to specified eventType and posted with null event id.
getStickyEvents(Class<?>, String) - Method in class com.landawn.abacus.eventBus.EventBus
Returns the sticky events which can be assigned to specified eventType and posted with the specified eventId.
getStopRow() - Method in class com.landawn.abacus.util.AnyScan
 
getStringQuotation() - Method in class com.landawn.abacus.parser.SerializationConfig
 
getSubscribers(Class<?>) - Method in class com.landawn.abacus.eventBus.EventBus
Returns the subscriber which is registered with specified eventType(or its sub types) and null event id.
getSubscribers(Class<?>, String) - Method in class com.landawn.abacus.eventBus.EventBus
Returns the subscriber which is registered with specified eventType(or its sub types) and eventId.
getSum() - Method in class com.landawn.abacus.util.DoubleSummaryStatistics
Returns the sum of values recorded, or zero if no values have been recorded.
getSum() - Method in class com.landawn.abacus.util.IntSummaryStatistics
Returns the sum of values recorded, or zero if no values have been recorded.
getSum() - Method in class com.landawn.abacus.util.LongSummaryStatistics
Returns the sum of values recorded, or zero if no values have been recorded.
gett() - Method in class com.landawn.abacus.android.util.CompletableFuture
 
gett(long, TimeUnit) - Method in class com.landawn.abacus.android.util.CompletableFuture
 
gett(Class<T>, long) - Method in class com.landawn.abacus.android.util.SQLiteExecutor
 
gett(Class<T>, long, Collection<String>) - Method in class com.landawn.abacus.android.util.SQLiteExecutor
Find the entity from table specified by simple class name of the targetClass by the specified id
gett(Class<T>, String, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
gett(Class<T>, String, SQLExecutor.StatementSetter, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
gett(Class<T>, Connection, String, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
gett(Class<T>, Connection, String, SQLExecutor.StatementSetter, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
gett(Class<T>, Object...) - Method in class com.landawn.abacus.util.CassandraExecutor
 
gett(Class<T>, Collection<String>, Object...) - Method in class com.landawn.abacus.util.CassandraExecutor
 
gett(Class<T>, Condition) - Method in class com.landawn.abacus.util.CassandraExecutor
 
gett(Class<T>, Collection<String>, Condition) - Method in class com.landawn.abacus.util.CassandraExecutor
 
gett() - Method in class com.landawn.abacus.util.CompletableFuture
 
gett(long, TimeUnit) - Method in class com.landawn.abacus.util.CompletableFuture
 
gett(String) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
gett(String, long, TimeUnit) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
gett(Class<T>, String) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
gett(Class<T>, String, long, TimeUnit) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
gett(String) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
gett(ObjectId) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
gett(Class<T>, String) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
gett(Class<T>, ObjectId) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
gett(Class<T>, String, Collection<String>) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
gett(Class<T>, ObjectId, Collection<String>) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
gett(String, String) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
gett(String, ObjectId) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
gett(Class<T>, String, String) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
gett(Class<T>, String, ObjectId) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
gett(Class<T>, String, String, Collection<String>) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
gett(Class<T>, String, ObjectId, Collection<String>) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
gett(Object) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
gett(Object, String...) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
gett(Object, Collection<String>) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
gett(Connection, Object, Collection<String>) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
gett(Class<T>, String, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
 
gett(Class<T>, String, SQLExecutor.StatementSetter, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
 
gett(Class<T>, Connection, String, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
 
gett(Class<T>, Connection, String, SQLExecutor.StatementSetter, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
 
gett(Object) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
gett(Object, String...) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
gett(Object, Collection<String>) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
gett(Connection, Object, Collection<String>) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
getTable(String) - Method in class com.landawn.abacus.util.HBaseExecutor
 
getTextViewById(int) - Method in class com.landawn.abacus.android.AccountAuthenticatorActivityBase
 
getTextViewById(int) - Method in class com.landawn.abacus.android.ActivityBase
 
getTextViewById(int) - Method in class com.landawn.abacus.android.AliasActivityBase
 
getTextViewById(int) - Method in class com.landawn.abacus.android.ExpandableListActivityBase
 
getTextViewById(int) - Method in class com.landawn.abacus.android.LauncherActivityBase
 
getTextViewById(int) - Method in class com.landawn.abacus.android.ListActivityBase
 
getTextViewById(int) - Method in class com.landawn.abacus.android.NativeActivityBase
 
getTextViewById(int) - Method in class com.landawn.abacus.android.PreferenceActivityBase
 
getTextViewById(View, int) - Static method in class com.landawn.abacus.android.util.Fu
 
getTextViewById(Activity, int) - Static method in class com.landawn.abacus.android.util.Fu
 
getTextViewById(Dialog, int) - Static method in class com.landawn.abacus.android.util.Fu
 
getThreadNum() - Method in class com.landawn.abacus.util.Profiler.MultiLoopsStatistics
 
getTimeRange() - Method in class com.landawn.abacus.util.AnyGet
 
getTimeRange() - Method in class com.landawn.abacus.util.AnyScan
 
getTimeStamp() - Method in class com.landawn.abacus.util.AnyDelete
 
getTimeStamp() - Method in class com.landawn.abacus.util.AnyPut
 
getTotalElapsedTimeInMillis() - Method in class com.landawn.abacus.util.Profiler.MultiLoopsStatistics
 
getTTL() - Method in class com.landawn.abacus.util.AnyPut
 
getTypeArgumentsByMethod(Method) - Static method in class com.landawn.abacus.util.ClassUtil
 
getUrlDecoder() - Static method in class com.landawn.abacus.util.Base64
Returns a Base64.Decoder that decodes using the URL and Filename safe type base64 encoding scheme.
getUrlEncoder() - Static method in class com.landawn.abacus.util.Base64
Returns a Base64.Encoder that encodes using the URL and Filename safe type base64 encoding scheme.
getUserAgent() - Method in class com.landawn.abacus.http.AbstractHttpClient.HttpSettings
 
getUserName() - Method in class com.landawn.abacus.http.SecurityDTO
 
getValue() - Method in class com.landawn.abacus.util.MutableBoolean
Gets the value as a Boolean instance.
getValue() - Method in class com.landawn.abacus.util.MutableByte
Gets the value as a Byte instance.
getValue() - Method in class com.landawn.abacus.util.MutableChar
Gets the value as a Char instance.
getValue() - Method in class com.landawn.abacus.util.MutableDouble
Gets the value as a Double instance.
getValue() - Method in class com.landawn.abacus.util.MutableFloat
Gets the value as a Float instance.
getValue() - Method in class com.landawn.abacus.util.MutableInt
Gets the value as a Integer instance.
getValue() - Method in class com.landawn.abacus.util.MutableLong
Gets the value as a Long instance.
getValue() - Method in class com.landawn.abacus.util.MutableShort
Gets the value as a Short instance.
getValue() - Method in class com.landawn.abacus.util.Pair
 
getValue() - Method in class com.landawn.abacus.util.Tuple.Tuple2
 
getValues() - Method in class com.landawn.abacus.condition.In
 
getVendorErrorCode() - Method in exception com.landawn.abacus.exception.UncheckedSQLException
Method getVendorErrorCode
getViewById(int) - Method in class com.landawn.abacus.android.AccountAuthenticatorActivityBase
 
getViewById(Class<T>, int) - Method in class com.landawn.abacus.android.AccountAuthenticatorActivityBase
 
getViewById(int) - Method in class com.landawn.abacus.android.ActivityBase
 
getViewById(Class<T>, int) - Method in class com.landawn.abacus.android.ActivityBase
 
getViewById(int) - Method in class com.landawn.abacus.android.AliasActivityBase
 
getViewById(Class<T>, int) - Method in class com.landawn.abacus.android.AliasActivityBase
 
getViewById(int) - Method in class com.landawn.abacus.android.ExpandableListActivityBase
 
getViewById(Class<T>, int) - Method in class com.landawn.abacus.android.ExpandableListActivityBase
 
getViewById(int) - Method in class com.landawn.abacus.android.LauncherActivityBase
 
getViewById(Class<T>, int) - Method in class com.landawn.abacus.android.LauncherActivityBase
 
getViewById(int) - Method in class com.landawn.abacus.android.ListActivityBase
 
getViewById(Class<T>, int) - Method in class com.landawn.abacus.android.ListActivityBase
 
getViewById(int) - Method in class com.landawn.abacus.android.NativeActivityBase
 
getViewById(Class<T>, int) - Method in class com.landawn.abacus.android.NativeActivityBase
 
getViewById(int) - Method in class com.landawn.abacus.android.PreferenceActivityBase
 
getViewById(Class<T>, int) - Method in class com.landawn.abacus.android.PreferenceActivityBase
 
getViewById(View, int) - Static method in class com.landawn.abacus.android.util.Fu
 
getViewById(Activity, int) - Static method in class com.landawn.abacus.android.util.Fu
 
getViewById(Dialog, int) - Static method in class com.landawn.abacus.android.util.Fu
 
getViewById(Class<T>, View, int) - Static method in class com.landawn.abacus.android.util.Fu
 
getViewById(Class<T>, Activity, int) - Static method in class com.landawn.abacus.android.util.Fu
 
getViewById(Class<T>, Dialog, int) - Static method in class com.landawn.abacus.android.util.Fu
 
getViewTextById(int) - Method in class com.landawn.abacus.android.AccountAuthenticatorActivityBase
 
getViewTextById(int) - Method in class com.landawn.abacus.android.ActivityBase
 
getViewTextById(int) - Method in class com.landawn.abacus.android.AliasActivityBase
 
getViewTextById(int) - Method in class com.landawn.abacus.android.ExpandableListActivityBase
 
getViewTextById(int) - Method in class com.landawn.abacus.android.LauncherActivityBase
 
getViewTextById(int) - Method in class com.landawn.abacus.android.ListActivityBase
 
getViewTextById(int) - Method in class com.landawn.abacus.android.NativeActivityBase
 
getViewTextById(int) - Method in class com.landawn.abacus.android.PreferenceActivityBase
 
getViewTextById(View, int) - Static method in class com.landawn.abacus.android.util.Fu
 
getViewTextById(Activity, int) - Static method in class com.landawn.abacus.android.util.Fu
 
getViewTextById(Dialog, int) - Static method in class com.landawn.abacus.android.util.Fu
 
getWhere() - Method in class com.landawn.abacus.condition.Criteria
 
getXmlDeserializationFeatures() - Method in class com.landawn.abacus.parser.JacksonXMLMapperConfig
 
getXmlSerializationFeatures() - Method in class com.landawn.abacus.parser.JacksonXMLMapperConfig
 
goodFastHash(int) - Static method in class com.landawn.abacus.hash.Hashing
Returns a general-purpose, temporary-use, non-cryptographic hash function.
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_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
 
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(T) - Static method in class com.landawn.abacus.util.Fn
 
greaterEqual() - Static method in class com.landawn.abacus.util.Fn
 
greaterEqual() - Static method in interface com.landawn.abacus.util.function.BiPredicate
 
greaterEqual(byte) - Static method in interface com.landawn.abacus.util.function.BytePredicate
 
greaterEqual(char) - Static method in interface com.landawn.abacus.util.function.CharPredicate
 
greaterEqual(double) - Static method in interface com.landawn.abacus.util.function.DoublePredicate
 
greaterEqual(float) - Static method in interface com.landawn.abacus.util.function.FloatPredicate
 
greaterEqual(int) - Static method in interface com.landawn.abacus.util.function.IntPredicate
 
greaterEqual(long) - Static method in interface com.landawn.abacus.util.function.LongPredicate
 
greaterEqual(T) - Static method in interface com.landawn.abacus.util.function.Predicate
 
greaterEqual(short) - Static method in interface com.landawn.abacus.util.function.ShortPredicate
 
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(T) - Static method in class com.landawn.abacus.util.Fn
 
greaterThan() - Static method in class com.landawn.abacus.util.Fn
 
greaterThan() - Static method in interface com.landawn.abacus.util.function.BiPredicate
 
greaterThan(byte) - Static method in interface com.landawn.abacus.util.function.BytePredicate
 
greaterThan(char) - Static method in interface com.landawn.abacus.util.function.CharPredicate
 
greaterThan(double) - Static method in interface com.landawn.abacus.util.function.DoublePredicate
 
greaterThan(float) - Static method in interface com.landawn.abacus.util.function.FloatPredicate
 
greaterThan(int) - Static method in interface com.landawn.abacus.util.function.IntPredicate
 
greaterThan(long) - Static method in interface com.landawn.abacus.util.function.LongPredicate
 
greaterThan(T) - Static method in interface com.landawn.abacus.util.function.Predicate
 
greaterThan(short) - Static method in interface com.landawn.abacus.util.function.ShortPredicate
 
groupBy(String...) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
groupBy(String, SortDirection) - 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(Map<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(String) - Method in interface com.landawn.abacus.DataSet
 
groupBy(String, Try.Function<K, ?, E>) - Method in interface com.landawn.abacus.DataSet
 
groupBy(String, String, String, Collector<T, ?, ?>) - Method in interface com.landawn.abacus.DataSet
 
groupBy(String, String, Collection<String>, Collector<? super Object[], ?, ?>) - Method in interface com.landawn.abacus.DataSet
 
groupBy(String, Try.Function<K, ?, E>, String, String, Collector<T, ?, ?>) - Method in interface com.landawn.abacus.DataSet
 
groupBy(String, Try.Function<K, ?, E>, String, Collection<String>, Collector<? super Object[], ?, ?>) - Method in interface com.landawn.abacus.DataSet
 
groupBy(String, String, String, Try.Function<Stream<T>, ?, E>) - Method in interface com.landawn.abacus.DataSet
This method is equal to:
groupBy(String, String, Collection<String>, Try.Function<Stream<Object[]>, ?, E>) - Method in interface com.landawn.abacus.DataSet
This method is equal to:
groupBy(String, Try.Function<K, ?, E>, String, String, Try.Function<Stream<T>, ?, E2>) - Method in interface com.landawn.abacus.DataSet
This method is equal to:
groupBy(String, Try.Function<K, ?, E>, String, Collection<String>, Try.Function<Stream<Object[]>, ?, E2>) - Method in interface com.landawn.abacus.DataSet
This method is equal to:
groupBy(String, int, int) - Method in interface com.landawn.abacus.DataSet
 
groupBy(String, int, int, Try.Function<K, ?, E>) - Method in interface com.landawn.abacus.DataSet
 
groupBy(String, int, int, String, String, Collector<T, ?, ?>) - Method in interface com.landawn.abacus.DataSet
 
groupBy(String, int, int, String, Collection<String>, Collector<? super Object[], ?, ?>) - Method in interface com.landawn.abacus.DataSet
 
groupBy(String, int, int, Try.Function<K, ?, E>, String, String, Collector<T, ?, ?>) - Method in interface com.landawn.abacus.DataSet
 
groupBy(String, int, int, Try.Function<K, ?, E>, String, Collection<String>, Collector<? super Object[], ?, ?>) - Method in interface com.landawn.abacus.DataSet
 
groupBy(String, int, int, String, String, Try.Function<Stream<T>, ?, E>) - Method in interface com.landawn.abacus.DataSet
This method is equal to:
groupBy(String, int, int, String, Collection<String>, Try.Function<Stream<Object[]>, ?, E>) - Method in interface com.landawn.abacus.DataSet
This method is equal to:
groupBy(String, int, int, Try.Function<K, ?, E>, String, String, Try.Function<Stream<T>, ?, E2>) - Method in interface com.landawn.abacus.DataSet
This method is equal to:
groupBy(String, int, int, Try.Function<K, ?, E>, String, Collection<String>, Try.Function<Stream<Object[]>, ?, E2>) - Method in interface com.landawn.abacus.DataSet
This method is equal to:
groupBy(Collection<String>) - Method in interface com.landawn.abacus.DataSet
 
groupBy(Collection<String>, Try.Function<? super Object[], ?, E>) - 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>, Collector<? super Object[], ?, ?>) - Method in interface com.landawn.abacus.DataSet
 
groupBy(Collection<String>, Try.Function<? super Object[], ?, E>, String, String, Collector<T, ?, ?>) - Method in interface com.landawn.abacus.DataSet
 
groupBy(Collection<String>, Try.Function<? super Object[], ?, E>, String, Collection<String>, Collector<? super Object[], ?, ?>) - Method in interface com.landawn.abacus.DataSet
 
groupBy(Collection<String>, String, String, Try.Function<Stream<T>, ?, E>) - Method in interface com.landawn.abacus.DataSet
This method is equal to:
groupBy(Collection<String>, String, Collection<String>, Try.Function<Stream<Object[]>, ?, E>) - Method in interface com.landawn.abacus.DataSet
This method is equal to:
groupBy(Collection<String>, Try.Function<? super Object[], ?, E>, String, String, Try.Function<Stream<T>, ?, E2>) - Method in interface com.landawn.abacus.DataSet
This method is equal to:
groupBy(Collection<String>, Try.Function<? super Object[], ?, E>, String, Collection<String>, Try.Function<Stream<Object[]>, ?, E2>) - Method in interface com.landawn.abacus.DataSet
This method is equal to:
groupBy(Collection<String>, int, int) - Method in interface com.landawn.abacus.DataSet
 
groupBy(Collection<String>, int, int, Try.Function<? super Object[], ?, E>) - Method in interface com.landawn.abacus.DataSet
 
groupBy(Collection<String>, int, int, String, String, Collector<T, ?, ?>) - Method in interface com.landawn.abacus.DataSet
 
groupBy(Collection<String>, int, int, String, Collection<String>, Collector<? super Object[], ?, ?>) - Method in interface com.landawn.abacus.DataSet
 
groupBy(Collection<String>, int, int, Try.Function<? super Object[], ?, E>, String, String, Collector<T, ?, ?>) - Method in interface com.landawn.abacus.DataSet
 
groupBy(Collection<String>, int, int, Try.Function<? super Object[], ?, E>, String, Collection<String>, Collector<? super Object[], ?, ?>) - Method in interface com.landawn.abacus.DataSet
 
groupBy(Collection<String>, int, int, String, String, Try.Function<Stream<T>, ?, E>) - Method in interface com.landawn.abacus.DataSet
This method is equal to:
groupBy(Collection<String>, int, int, String, Collection<String>, Try.Function<Stream<Object[]>, ?, E>) - Method in interface com.landawn.abacus.DataSet
This method is equal to:
groupBy(Collection<String>, int, int, Try.Function<? super Object[], ?, E>, String, String, Try.Function<Stream<T>, ?, E2>) - Method in interface com.landawn.abacus.DataSet
This method is equal to:
groupBy(Collection<String>, int, int, Try.Function<? super Object[], ?, E>, String, Collection<String>, Try.Function<Stream<Object[]>, ?, E2>) - Method in interface com.landawn.abacus.DataSet
This method is equal to:
groupBy(String) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
groupBy(Collection<String>) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
groupBy(String, String) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
groupBy(String, Collection<String>) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
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
 
groupBy() - Method in class com.landawn.abacus.util.stream.EntryStream
 
groupBy(Supplier<Map<K, List<V>>>) - Method in class com.landawn.abacus.util.stream.EntryStream
 
groupBy(Function<? super Map.Entry<K, V>, ? extends KK>, Function<? super Map.Entry<K, V>, ? extends VV>) - Method in class com.landawn.abacus.util.stream.EntryStream
 
groupBy(Function<? super Map.Entry<K, V>, ? extends KK>, Function<? super Map.Entry<K, V>, ? extends VV>, Supplier<Map<KK, List<VV>>>) - Method in class com.landawn.abacus.util.stream.EntryStream
 
groupBy(Collector<? super Map.Entry<K, V>, A, D>) - Method in class com.landawn.abacus.util.stream.EntryStream
 
groupBy(Collector<? super Map.Entry<K, V>, A, D>, Supplier<Map<K, D>>) - Method in class com.landawn.abacus.util.stream.EntryStream
 
groupBy(Function<? super Map.Entry<K, V>, ? extends KK>, Collector<? super Map.Entry<K, V>, A, D>) - Method in class com.landawn.abacus.util.stream.EntryStream
 
groupBy(Function<? super Map.Entry<K, V>, ? extends KK>, Collector<? super Map.Entry<K, V>, A, D>, Supplier<Map<KK, D>>) - Method in class com.landawn.abacus.util.stream.EntryStream
 
groupBy(BinaryOperator<V>) - Method in class com.landawn.abacus.util.stream.EntryStream
 
groupBy(BinaryOperator<V>, Supplier<Map<K, V>>) - Method in class com.landawn.abacus.util.stream.EntryStream
 
groupBy(Function<? super Map.Entry<K, V>, ? extends KK>, Function<? super Map.Entry<K, V>, ? extends VV>, BinaryOperator<VV>) - Method in class com.landawn.abacus.util.stream.EntryStream
 
groupBy(Function<? super Map.Entry<K, V>, ? extends KK>, Function<? super Map.Entry<K, V>, ? extends VV>, BinaryOperator<VV>, Supplier<Map<KK, VV>>) - Method in class com.landawn.abacus.util.stream.EntryStream
 
groupBy(Function<? super T, ? extends K>) - Method in class com.landawn.abacus.util.stream.Stream
 
groupBy(Function<? super T, ? extends K>, Supplier<Map<K, List<T>>>) - Method in class com.landawn.abacus.util.stream.Stream
 
groupBy(Function<? super T, ? extends K>, Function<? super T, ? extends U>) - Method in class com.landawn.abacus.util.stream.Stream
 
groupBy(Function<? super T, ? extends K>, Function<? super T, ? extends U>, Supplier<Map<K, List<U>>>) - Method in class com.landawn.abacus.util.stream.Stream
 
groupBy(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in class com.landawn.abacus.util.stream.Stream
 
groupBy(Function<? super T, ? extends K>, Collector<? super T, A, D>, Supplier<Map<K, D>>) - Method in class com.landawn.abacus.util.stream.Stream
 
groupBy(Function<? super T, ? extends K>, Function<? super T, ? extends U>, Collector<? super U, A, D>) - Method in class com.landawn.abacus.util.stream.Stream
 
groupBy(Function<? super T, ? extends K>, Function<? super T, ? extends U>, Collector<? super U, A, D>, Supplier<Map<K, D>>) - Method in class com.landawn.abacus.util.stream.Stream
 
groupBy(Function<? super T, ? extends K>, Function<? super T, ? extends U>, BinaryOperator<U>) - Method in class com.landawn.abacus.util.stream.Stream
 
groupBy(Function<? super T, ? extends K>, Function<? super T, ? extends U>, BinaryOperator<U>, Supplier<Map<K, U>>) - Method in class com.landawn.abacus.util.stream.Stream
 
groupByAndCount(String) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
groupByAndCount(Collection<String>) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
groupByAndCount(String, String) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
groupByAndCount(String, Collection<String>) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
groupByToEntry(Function<? super T, ? extends K>) - Method in class com.landawn.abacus.util.stream.Stream
 
groupByToEntry(Function<? super T, ? extends K>, Supplier<Map<K, List<T>>>) - Method in class com.landawn.abacus.util.stream.Stream
 
groupByToEntry(Function<? super T, ? extends K>, Function<? super T, ? extends U>) - Method in class com.landawn.abacus.util.stream.Stream
 
groupByToEntry(Function<? super T, ? extends K>, Function<? super T, ? extends U>, Supplier<Map<K, List<U>>>) - Method in class com.landawn.abacus.util.stream.Stream
 
groupByToEntry(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in class com.landawn.abacus.util.stream.Stream
 
groupByToEntry(Function<? super T, ? extends K>, Collector<? super T, A, D>, Supplier<Map<K, D>>) - Method in class com.landawn.abacus.util.stream.Stream
 
groupByToEntry(Function<? super T, ? extends K>, Function<? super T, ? extends U>, Collector<? super U, A, D>) - Method in class com.landawn.abacus.util.stream.Stream
 
groupByToEntry(Function<? super T, ? extends K>, Function<? super T, ? extends U>, Collector<? super U, A, D>, Supplier<Map<K, D>>) - Method in class com.landawn.abacus.util.stream.Stream
 
groupByToEntry(Function<? super T, ? extends K>, Function<? super T, ? extends U>, BinaryOperator<U>) - Method in class com.landawn.abacus.util.stream.Stream
 
groupByToEntry(Function<? super T, ? extends K>, Function<? super T, ? extends U>, BinaryOperator<U>, Supplier<Map<K, U>>) - Method in class com.landawn.abacus.util.stream.Stream
 
groupingBy(Function<? super T, ? extends K>) - Static method in class com.landawn.abacus.util.Fn
 
groupingBy(Function<? super T, ? extends K>, Supplier<M>) - Static method in class com.landawn.abacus.util.Fn
 
groupingBy(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Static method in class com.landawn.abacus.util.Fn
 
groupingBy(Function<? super T, ? extends K>, Collector<? super T, A, D>, Supplier<M>) - Static method in class com.landawn.abacus.util.Fn
 
groupingBy(Function<? super T, ? extends K>) - Static method in class com.landawn.abacus.util.stream.Collectors
Returns a Collector implementing a "group by" operation on input elements of type T, grouping elements according to a classification function, and returning the results in a Map.
groupingBy(Function<? super T, ? extends K>, Supplier<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
Returns a Collector implementing a cascaded "group by" operation on input elements of type T, grouping elements according to a classification function, and then performing a reduction operation on the values associated with a given key using the specified downstream Collector.
groupingBy(Function<? super T, ? extends K>, Collector<? super T, A, D>, Supplier<M>) - Static method in class com.landawn.abacus.util.stream.Collectors
Returns a Collector implementing a cascaded "group by" operation on input elements of type T, grouping elements according to a classification function, and then performing a reduction operation on the values associated with a given key using the specified downstream Collector.
groupingByConcurrent(Function<? super T, ? extends K>) - Static method in class com.landawn.abacus.util.stream.Collectors
Returns a concurrent Collector implementing a "group by" operation on input elements of type T, grouping elements according to a classification function.
groupingByConcurrent(Function<? super T, ? extends K>, Supplier<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
Returns a concurrent Collector implementing a cascaded "group by" operation on input elements of type T, grouping elements according to a classification function, and then performing a reduction operation on the values associated with a given key using the specified downstream Collector.
groupingByConcurrent(Function<? super T, ? extends K>, Collector<? super T, A, D>, Supplier<M>) - Static method in class com.landawn.abacus.util.stream.Collectors
Returns a concurrent Collector implementing a cascaded "group by" operation on input elements of type T, grouping elements according to a classification function, and then performing a reduction operation on the values associated with a given key using the specified downstream Collector.
groupTo(Try.Function<? super T, ? extends K, E>) - Method in class com.landawn.abacus.util.Seq
 
groupTo(Try.Function<? super T, ? extends K, E>, IntFunction<M>) - Method in class com.landawn.abacus.util.Seq
 
groupTo(Try.Function<? super T, ? extends K, E>, Try.Function<? super T, ? extends U, E2>) - Method in class com.landawn.abacus.util.Seq
 
groupTo(Try.Function<? super T, ? extends K, E>, Try.Function<? super T, ? extends U, E2>, IntFunction<M>) - Method in class com.landawn.abacus.util.Seq
 
groupTo() - Method in class com.landawn.abacus.util.stream.EntryStream
 
groupTo(Supplier<M>) - Method in class com.landawn.abacus.util.stream.EntryStream
 
groupTo(Function<? super Map.Entry<K, V>, ? extends KK>, Function<? super Map.Entry<K, V>, ? extends VV>) - Method in class com.landawn.abacus.util.stream.EntryStream
 
groupTo(Function<? super Map.Entry<K, V>, ? extends KK>, Function<? super Map.Entry<K, V>, ? extends VV>, Supplier<M>) - Method in class com.landawn.abacus.util.stream.EntryStream
 
groupTo(Function<? super T, ? extends K>) - Method in class com.landawn.abacus.util.stream.Stream
 
groupTo(Function<? super T, ? extends K>, Supplier<M>) - Method in class com.landawn.abacus.util.stream.Stream
 
groupTo(Function<? super T, ? extends K>, Function<? super T, ? extends U>) - Method in class com.landawn.abacus.util.stream.Stream
 
groupTo(Function<? super T, ? extends K>, Function<? super T, ? extends U>, Supplier<M>) - Method in class com.landawn.abacus.util.stream.Stream
 
groupToAndThen(Function<? super Map<K, List<V>>, R>) - Method in class com.landawn.abacus.util.stream.EntryStream
 
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
 
gt(String, Object) - Static method in class com.landawn.abacus.util.DynamoDBExecutor.Filters
 
guid() - Static method in class com.landawn.abacus.util.N
Returns the UUID without '-'.

H

has(String, String) - Method in class com.landawn.abacus.util.AnyPut
 
has(String, String, long) - Method in class com.landawn.abacus.util.AnyPut
 
has(String, String, Object) - Method in class com.landawn.abacus.util.AnyPut
 
has(String, String, long, Object) - Method in class com.landawn.abacus.util.AnyPut
 
hasDuplicates() - Method in class com.landawn.abacus.util.BooleanList
 
hasDuplicates() - Method in class com.landawn.abacus.util.ByteList
 
hasDuplicates() - Method in class com.landawn.abacus.util.CharList
 
hasDuplicates() - Method in class com.landawn.abacus.util.DoubleList
 
hasDuplicates() - Method in class com.landawn.abacus.util.FloatList
 
hasDuplicates() - Method in class com.landawn.abacus.util.IntList
 
hasDuplicates() - Method in class com.landawn.abacus.util.LongList
 
hasDuplicates(char[]) - Static method in class com.landawn.abacus.util.N
 
hasDuplicates(char[], boolean) - Static method in class com.landawn.abacus.util.N
 
hasDuplicates(byte[]) - Static method in class com.landawn.abacus.util.N
 
hasDuplicates(byte[], boolean) - Static method in class com.landawn.abacus.util.N
 
hasDuplicates(short[]) - Static method in class com.landawn.abacus.util.N
 
hasDuplicates(short[], boolean) - Static method in class com.landawn.abacus.util.N
 
hasDuplicates(int[]) - Static method in class com.landawn.abacus.util.N
 
hasDuplicates(int[], boolean) - Static method in class com.landawn.abacus.util.N
 
hasDuplicates(long[]) - Static method in class com.landawn.abacus.util.N
 
hasDuplicates(long[], boolean) - Static method in class com.landawn.abacus.util.N
 
hasDuplicates(float[]) - Static method in class com.landawn.abacus.util.N
 
hasDuplicates(float[], boolean) - Static method in class com.landawn.abacus.util.N
 
hasDuplicates(double[]) - Static method in class com.landawn.abacus.util.N
 
hasDuplicates(double[], boolean) - Static method in class com.landawn.abacus.util.N
 
hasDuplicates(T[]) - Static method in class com.landawn.abacus.util.N
 
hasDuplicates(T[], boolean) - Static method in class com.landawn.abacus.util.N
 
hasDuplicates(Collection<?>) - Static method in class com.landawn.abacus.util.N
 
hasDuplicates(Collection<?>, boolean) - Static method in class com.landawn.abacus.util.N
 
hasDuplicates() - Method in class com.landawn.abacus.util.PrimitiveList
 
hasDuplicates() - Method in class com.landawn.abacus.util.Seq
 
hasDuplicates() - Method in class com.landawn.abacus.util.ShortList
 
hasDuplicates() - Method in class com.landawn.abacus.util.stream.Stream
 
hasFamilies() - Method in class com.landawn.abacus.util.AnyGet
 
hasFamilies() - Method in class com.landawn.abacus.util.AnyScan
 
hasFilter() - Method in class com.landawn.abacus.util.AnyScan
 
hash() - Method in interface com.landawn.abacus.hash.Hasher
Computes a hash code based on the data that have been provided to this hasher.
hash(int) - Method in interface com.landawn.abacus.hash.HashFunction
Shortcut for newHasher().putInt(input).hash(); returns the hash code for the given int value, interpreted in little-endian byte order.
hash(long) - Method in interface com.landawn.abacus.hash.HashFunction
Shortcut for newHasher().putLong(input).hash(); returns the hash code for the given long value, interpreted in little-endian byte order.
hash(byte[]) - Method in interface com.landawn.abacus.hash.HashFunction
Shortcut for newHasher().putBytes(input).hash().
hash(byte[], int, int) - Method in interface com.landawn.abacus.hash.HashFunction
Shortcut for newHasher().putBytes(input, off, len).hash().
hash(CharSequence) - Method in interface com.landawn.abacus.hash.HashFunction
Shortcut for newHasher().putUnencodedChars(input).hash().
hash(CharSequence, Charset) - Method in interface com.landawn.abacus.hash.HashFunction
Shortcut for newHasher().putString(input, charset).hash().
hash(T, BiConsumer<? super T, ? super Hasher>) - Method in interface com.landawn.abacus.hash.HashFunction
Shortcut for newHasher().putObject(instance, funnel).hash().
hash() - Method in class com.landawn.abacus.hash.HashingInputStream
Returns the HashCode based on the data read from this stream.
hash() - Method in class com.landawn.abacus.hash.HashingOutputStream
Returns the HashCode based on the data written to this stream.
hash(Object) - 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(boolean) - 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(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.
hash(boolean) - 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.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.SubQuery
 
hashCode() - Method in class com.landawn.abacus.hash.BloomFilter
 
HashCode - Class in com.landawn.abacus.hash
Note: It's copied from Google Guava under Apache License 2.0 An immutable hash code of arbitrary bit length.
hashCode() - Method in class com.landawn.abacus.hash.HashCode
Returns a "Java hash code" for this HashCode instance; this is well-defined (so, for example, you can safely put HashCode instances into a HashSet) but is otherwise probably not what you want to use.
hashCode() - Method in class com.landawn.abacus.http.HttpProxy.OperationConfig
 
hashCode() - Method in class com.landawn.abacus.http.SecurityDTO
 
hashCode() - Method in class com.landawn.abacus.parser.AvroDeserializationConfig
 
hashCode() - Method in class com.landawn.abacus.parser.AvroSerializationConfig
 
hashCode() - Method in class com.landawn.abacus.parser.DeserializationConfig
 
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.SerializationConfig
 
hashCode() - Method in class com.landawn.abacus.parser.XMLSerializationConfig
 
hashCode() - Method in class com.landawn.abacus.pool.AbstractPool
 
hashCode() - Method in class com.landawn.abacus.pool.ActivityPrint
 
hashCode() - Method in class com.landawn.abacus.pool.PoolableWrapper
 
hashCode() - Method in class com.landawn.abacus.util.AnyDelete
 
hashCode() - Method in class com.landawn.abacus.util.AnyGet
 
hashCode() - Method in class com.landawn.abacus.util.AnyPut
 
hashCode() - Method in class com.landawn.abacus.util.AnyScan
 
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.BooleanList
 
hashCode() - Method in class com.landawn.abacus.util.BooleanMatrix
 
hashCode() - Method in class com.landawn.abacus.util.BooleanPair
 
hashCode() - Method in class com.landawn.abacus.util.BooleanTriple
 
hashCode() - Method in class com.landawn.abacus.util.ByteList
 
hashCode() - Method in class com.landawn.abacus.util.ByteMatrix
 
hashCode() - Method in class com.landawn.abacus.util.BytePair
 
hashCode() - Method in class com.landawn.abacus.util.ByteTriple
 
hashCode() - Method in class com.landawn.abacus.util.CassandraExecutor.StatementSettings
 
hashCode() - Method in class com.landawn.abacus.util.CharList
 
hashCode() - Method in class com.landawn.abacus.util.CharMatrix
 
hashCode() - Method in class com.landawn.abacus.util.CharPair
 
hashCode() - Method in class com.landawn.abacus.util.CharTriple
 
hashCode() - Method in class com.landawn.abacus.util.CQLBuilder.CP
 
hashCode() - Method in class com.landawn.abacus.util.CQLMapper
 
hashCode() - Method in class com.landawn.abacus.util.DoubleList
 
hashCode() - Method in class com.landawn.abacus.util.DoubleMatrix
 
hashCode() - Method in class com.landawn.abacus.util.DoublePair
 
hashCode() - Method in class com.landawn.abacus.util.DoubleTriple
 
hashCode() - Method in class com.landawn.abacus.util.Duration
A hash code for this duration.
hashCode() - Method in class com.landawn.abacus.util.FloatList
 
hashCode() - Method in class com.landawn.abacus.util.FloatMatrix
 
hashCode() - Method in class com.landawn.abacus.util.FloatPair
 
hashCode() - Method in class com.landawn.abacus.util.FloatTriple
 
hashCode() - Method in class com.landawn.abacus.util.Fraction
Gets a hashCode for the fraction.
hashCode() - Method in class com.landawn.abacus.util.HBaseColumn
 
hashCode() - Method in class com.landawn.abacus.util.ImmutableMap
 
hashCode() - Method in class com.landawn.abacus.util.Indexed
 
hashCode() - Method in class com.landawn.abacus.util.IntList
 
hashCode() - Method in class com.landawn.abacus.util.IntMatrix
 
hashCode() - Method in class com.landawn.abacus.util.IntPair
 
hashCode() - Method in class com.landawn.abacus.util.IntTriple
 
hashCode() - Method in class com.landawn.abacus.util.LongList
 
hashCode() - Method in class com.landawn.abacus.util.LongMatrix
 
hashCode() - Method in class com.landawn.abacus.util.LongMultiset
 
hashCode() - Method in class com.landawn.abacus.util.LongPair
 
hashCode() - Method in class com.landawn.abacus.util.LongTriple
 
hashCode() - Method in class com.landawn.abacus.util.Matrix
 
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(boolean) - Static method in class com.landawn.abacus.util.N
Method hashCode.
hashCode(char) - Static method in class com.landawn.abacus.util.N
Method hashCode.
hashCode(byte) - Static method in class com.landawn.abacus.util.N
Method hashCode.
hashCode(short) - Static method in class com.landawn.abacus.util.N
Method hashCode.
hashCode(int) - Static method in class com.landawn.abacus.util.N
Method hashCode.
hashCode(long) - Static method in class com.landawn.abacus.util.N
Method hashCode.
hashCode(float) - Static method in class com.landawn.abacus.util.N
Method hashCode.
hashCode(double) - Static method in class com.landawn.abacus.util.N
Method hashCode.
hashCode(Object) - Static method in class com.landawn.abacus.util.N
Method hashCode.
hashCode(boolean[]) - Static method in class com.landawn.abacus.util.N
 
hashCode(boolean[], int, int) - Static method in class com.landawn.abacus.util.N
 
hashCode(char[]) - Static method in class com.landawn.abacus.util.N
 
hashCode(char[], int, int) - Static method in class com.landawn.abacus.util.N
 
hashCode(byte[]) - Static method in class com.landawn.abacus.util.N
 
hashCode(byte[], int, int) - Static method in class com.landawn.abacus.util.N
 
hashCode(short[]) - Static method in class com.landawn.abacus.util.N
 
hashCode(short[], int, int) - Static method in class com.landawn.abacus.util.N
 
hashCode(int[]) - Static method in class com.landawn.abacus.util.N
 
hashCode(int[], int, int) - Static method in class com.landawn.abacus.util.N
 
hashCode(long[]) - Static method in class com.landawn.abacus.util.N
 
hashCode(long[], int, int) - Static method in class com.landawn.abacus.util.N
 
hashCode(float[]) - Static method in class com.landawn.abacus.util.N
 
hashCode(float[], int, int) - Static method in class com.landawn.abacus.util.N
 
hashCode(double[]) - Static method in class com.landawn.abacus.util.N
 
hashCode(double[], int, int) - Static method in class com.landawn.abacus.util.N
 
hashCode(Object[]) - Static method in class com.landawn.abacus.util.N
 
hashCode(Object[], int, int) - Static method in class com.landawn.abacus.util.N
 
hashCode() - Method in class com.landawn.abacus.util.Nullable
Returns the hash code value of the present value, if any, or 0 (zero) if no value is present.
hashCode() - Method in class com.landawn.abacus.util.Optional
Returns the hash code value of the present value, if any, or 0 (zero) if no value is present.
hashCode() - Method in class com.landawn.abacus.util.OptionalBoolean
Returns the hash code value of the present value, if any, or 0 (zero) if no value is present.
hashCode() - Method in class com.landawn.abacus.util.OptionalByte
Returns the hash code value of the present value, if any, or 0 (zero) if no value is present.
hashCode() - Method in class com.landawn.abacus.util.OptionalChar
Returns the hash code value of the present value, if any, or 0 (zero) if no value is present.
hashCode() - Method in class com.landawn.abacus.util.OptionalDouble
Returns the hash code value of the present value, if any, or 0 (zero) if no value is present.
hashCode() - Method in class com.landawn.abacus.util.OptionalFloat
Returns the hash code value of the present value, if any, or 0 (zero) if no value is present.
hashCode() - Method in class com.landawn.abacus.util.OptionalInt
Returns the hash code value of the present value, if any, or 0 (zero) if no value is present.
hashCode() - Method in class com.landawn.abacus.util.OptionalLong
Returns the hash code value of the present value, if any, or 0 (zero) if no value is present.
hashCode() - Method in class com.landawn.abacus.util.OptionalShort
Returns the hash code value of the present value, if any, or 0 (zero) if no value is present.
hashCode() - Method in class com.landawn.abacus.util.Pair
 
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.RemoteExecutionResponse
 
hashCode() - Method in class com.landawn.abacus.util.Seq
 
hashCode() - Method in class com.landawn.abacus.util.Sheet
 
hashCode() - Method in class com.landawn.abacus.util.ShortList
 
hashCode() - Method in class com.landawn.abacus.util.ShortMatrix
 
hashCode() - Method in class com.landawn.abacus.util.ShortPair
 
hashCode() - Method in class com.landawn.abacus.util.ShortTriple
 
hashCode() - Method in class com.landawn.abacus.util.SQLBuilder.SP
 
hashCode() - Method in class com.landawn.abacus.util.SQLExecutor.JdbcSettings
 
hashCode() - Method in class com.landawn.abacus.util.SQLExecutor.TypedParameters
 
hashCode() - Method in class com.landawn.abacus.util.SQLMapper
 
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.Wrapper
 
Hasher - Interface in com.landawn.abacus.hash
Note: It's copied from Google Guava under Apache License 2.0 Each hasher should translate all multibyte values (Hasher.put(int), Hasher.put(long), etc) to bytes in little-endian order.
HashFunction - Interface in com.landawn.abacus.hash
Note: It's copied from Google Guava under Apache License 2.0 A hash function is a collision-averse pure function that maps an arbitrary block of data to a number called a hash code.
Hashing - Class in com.landawn.abacus.hash
Note: It's copied from Google Guava under Apache License 2.0 Static methods to obtain HashFunction instances, and other static hashing-related utilities.
HashingInputStream - Class in com.landawn.abacus.hash
Note: It's copied from Google Guava under Apache License 2.0 An InputStream that maintains a hash of the data read from it.
HashingInputStream(HashFunction, InputStream) - Constructor for class com.landawn.abacus.hash.HashingInputStream
Creates an input stream that hashes using the given HashFunction and delegates all data read from it to the underlying InputStream.
HashingOutputStream - Class in com.landawn.abacus.hash
Note: It's copied from Google Guava under Apache License 2.0 An OutputStream that maintains a hash of the data written to it.
HashingOutputStream(HashFunction, OutputStream) - Constructor for class com.landawn.abacus.hash.HashingOutputStream
Creates an output stream that hashes using the given HashFunction, and forwards all data written to it to the underlying OutputStream.
hasNext() - Method in interface com.landawn.abacus.PaginatedDataSet
 
hasNext() - Method in class com.landawn.abacus.util.LineIterator
Indicates whether the Reader has more lines.
hasNext() - Method in class com.landawn.abacus.util.RowIterator
 
hasPropType(String) - Method in class com.landawn.abacus.parser.DeserializationConfig
 
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(String) - Method in class com.landawn.abacus.util.SQLBuilder
 
having(Condition) - Method in class com.landawn.abacus.util.SQLBuilder
 
HBaseColumn<T> - Class in com.landawn.abacus.util
It's immutable.
HBaseColumn(T) - Constructor for class com.landawn.abacus.util.HBaseColumn
 
HBaseColumn(T, long) - Constructor for class com.landawn.abacus.util.HBaseColumn
 
HBaseExecutor - Class in com.landawn.abacus.util
It's a simple wrapper of HBase Java client.
HBaseExecutor(Connection) - Constructor for class com.landawn.abacus.util.HBaseExecutor
 
HBaseExecutor(Connection, AsyncExecutor) - Constructor for class com.landawn.abacus.util.HBaseExecutor
 
head() - Method in class com.landawn.abacus.util.stream.ByteStream
Head and tail should be used by pair.
head() - Method in class com.landawn.abacus.util.stream.CharStream
Head and tail should be used by pair.
head() - Method in class com.landawn.abacus.util.stream.DoubleStream
Head and tail should be used by pair.
head() - Method in class com.landawn.abacus.util.stream.FloatStream
Head and tail should be used by pair.
head() - Method in class com.landawn.abacus.util.stream.IntStream
Head and tail should be used by pair.
head() - Method in class com.landawn.abacus.util.stream.LongStream
Head and tail should be used by pair.
head() - Method in class com.landawn.abacus.util.stream.ShortStream
Head and tail should be used by pair.
head() - Method in class com.landawn.abacus.util.stream.Stream
Head and tail should be used by pair.
headAndTail() - Method in class com.landawn.abacus.util.stream.ByteStream
 
headAndTail() - Method in class com.landawn.abacus.util.stream.CharStream
 
headAndTail() - Method in class com.landawn.abacus.util.stream.DoubleStream
 
headAndTail() - Method in class com.landawn.abacus.util.stream.FloatStream
 
headAndTail() - Method in class com.landawn.abacus.util.stream.IntStream
 
headAndTail() - Method in class com.landawn.abacus.util.stream.LongStream
 
headAndTail() - Method in class com.landawn.abacus.util.stream.ShortStream
 
headAndTail() - Method in class com.landawn.abacus.util.stream.Stream
 
headAndTaill() - Method in class com.landawn.abacus.util.stream.ByteStream
 
headAndTaill() - Method in class com.landawn.abacus.util.stream.CharStream
 
headAndTaill() - Method in class com.landawn.abacus.util.stream.DoubleStream
 
headAndTaill() - Method in class com.landawn.abacus.util.stream.FloatStream
 
headAndTaill() - Method in class com.landawn.abacus.util.stream.IntStream
 
headAndTaill() - Method in class com.landawn.abacus.util.stream.LongStream
 
headAndTaill() - Method in class com.landawn.abacus.util.stream.ShortStream
 
headAndTaill() - Method in class com.landawn.abacus.util.stream.Stream

All elements will be loaded to memory.
headd() - Method in class com.landawn.abacus.util.stream.ByteStream
Head2 and tail2 should be used by pair.
headd() - Method in class com.landawn.abacus.util.stream.CharStream
Head2 and tail2 should be used by pair.
headd() - Method in class com.landawn.abacus.util.stream.DoubleStream
Head2 and tail2 should be used by pair.
headd() - Method in class com.landawn.abacus.util.stream.FloatStream
Head2 and tail2 should be used by pair.
headd() - Method in class com.landawn.abacus.util.stream.IntStream
Head2 and tail2 should be used by pair.
headd() - Method in class com.landawn.abacus.util.stream.LongStream
Head2 and tail2 should be used by pair.
headd() - Method in class com.landawn.abacus.util.stream.ShortStream
Head2 and tail2 should be used by pair.
headd() - Method in class com.landawn.abacus.util.stream.Stream
Head2 and tail2 should be used by pair.
Headers - Class in com.landawn.abacus.http
 
Headers() - Constructor for class com.landawn.abacus.http.Headers
 
headers(Headers) - Method in class com.landawn.abacus.http.HttpClient.Request
 
headers(Map<String, Object>) - Method in class com.landawn.abacus.http.HttpClient.Request
 
headers(Headers) - Method in class com.landawn.abacus.http.OKHttpClient.Request
 
headers(Map<String, Object>) - Method in class com.landawn.abacus.http.OKHttpClient.Request
 
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.
Hex() - Constructor for class com.landawn.abacus.util.Hex
 
hideVirtualKeyboard(View) - Static method in class com.landawn.abacus.android.util.Fu
 
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
 
hmacMd5(Key) - Static method in class com.landawn.abacus.hash.Hashing
Returns a hash function implementing the Message Authentication Code (MAC) algorithm, using the MD5 (128 hash bits) hash function and the given secret key.
hmacMd5(byte[]) - Static method in class com.landawn.abacus.hash.Hashing
Returns a hash function implementing the Message Authentication Code (MAC) algorithm, using the MD5 (128 hash bits) hash function and a SecretSpecKey created from the given byte array and the MD5 algorithm.
hmacSha1(Key) - Static method in class com.landawn.abacus.hash.Hashing
Returns a hash function implementing the Message Authentication Code (MAC) algorithm, using the SHA-1 (160 hash bits) hash function and the given secret key.
hmacSha1(byte[]) - Static method in class com.landawn.abacus.hash.Hashing
Returns a hash function implementing the Message Authentication Code (MAC) algorithm, using the SHA-1 (160 hash bits) hash function and a SecretSpecKey created from the given byte array and the SHA-1 algorithm.
hmacSha256(Key) - Static method in class com.landawn.abacus.hash.Hashing
Returns a hash function implementing the Message Authentication Code (MAC) algorithm, using the SHA-256 (256 hash bits) hash function and the given secret key.
hmacSha256(byte[]) - Static method in class com.landawn.abacus.hash.Hashing
Returns a hash function implementing the Message Authentication Code (MAC) algorithm, using the SHA-256 (256 hash bits) hash function and a SecretSpecKey created from the given byte array and the SHA-256 algorithm.
hmacSha512(Key) - Static method in class com.landawn.abacus.hash.Hashing
Returns a hash function implementing the Message Authentication Code (MAC) algorithm, using the SHA-512 (512 hash bits) hash function and the given secret key.
hmacSha512(byte[]) - Static method in class com.landawn.abacus.hash.Hashing
Returns a hash function implementing the Message Authentication Code (MAC) algorithm, using the SHA-512 (512 hash bits) hash function and a SecretSpecKey created from the given byte array and the SHA-512 algorithm.
Holder<T> - Class in com.landawn.abacus.util
 
Holder() - Constructor for class com.landawn.abacus.util.Holder
 
Holder.R<T> - Class in com.landawn.abacus.util
 
HOST - Static variable in class com.landawn.abacus.http.HTTP
 
HOST_NAME - Static variable in class com.landawn.abacus.util.IOUtil
 
hstack(BooleanMatrix) - Method in class com.landawn.abacus.util.BooleanMatrix
 
hstack(ByteMatrix) - Method in class com.landawn.abacus.util.ByteMatrix
 
hstack(CharMatrix) - Method in class com.landawn.abacus.util.CharMatrix
 
hstack(DoubleMatrix) - Method in class com.landawn.abacus.util.DoubleMatrix
 
hstack(FloatMatrix) - Method in class com.landawn.abacus.util.FloatMatrix
 
hstack(IntMatrix) - Method in class com.landawn.abacus.util.IntMatrix
IntMatrix a = IntMatrix.of({{1, 2, 3}, {4, 5, 6}); IntMatrix b = IntMatrix.of({{7, 8, 9}, {10, 11, 12}); IntMatrix c = a.hstack(b); [[1, 2, 3, 7, 8, 9], [4, 5, 6, 10, 11, 23]]
hstack(LongMatrix) - Method in class com.landawn.abacus.util.LongMatrix
 
hstack(Matrix<? extends T>) - Method in class com.landawn.abacus.util.Matrix
 
hstack(ShortMatrix) - Method in class com.landawn.abacus.util.ShortMatrix
 
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.
HTTP - Class in com.landawn.abacus.http
 
HTTP() - Constructor for class com.landawn.abacus.http.HTTP
 
HttpClient - Class in com.landawn.abacus.http
Any header can be set into the parameter settings
HttpClient is thread safe.
httpClient(OkHttpClient) - Method in class com.landawn.abacus.http.OKHttpClient.Request
 
HttpClient.Request - Class in com.landawn.abacus.http
 
HttpMethod - Enum in com.landawn.abacus.http
 
HttpProxy - Class in com.landawn.abacus.http
The client and server communicate by xml/json(may compressed by lz4/snappy/gzip) through http.
HttpProxy() - Constructor for class com.landawn.abacus.http.HttpProxy
 
HttpProxy.Config - Class in com.landawn.abacus.http
 
HttpProxy.Handler - Interface in com.landawn.abacus.http
 
HttpProxy.OperationConfig - Class in com.landawn.abacus.http
 
HttpSettings() - Constructor for class com.landawn.abacus.http.AbstractHttpClient.HttpSettings
 

I

id() - Method in interface com.landawn.abacus.Transaction
Returns the identifier of this transaction if it's supported.
ID - Static variable in class com.landawn.abacus.util.CouchbaseExecutor
Property name of id.
ID - Static variable in class com.landawn.abacus.util.CQLMapper
 
ID - Static variable in class com.landawn.abacus.util.MongoDBExecutor
Property name of id.
ID - Static variable in class com.landawn.abacus.util.SQLMapper
 
id() - Method in class com.landawn.abacus.util.SQLTransaction
 
identifier() - Method in class com.landawn.abacus.eventBus.EventBus
 
identity() - Static method in class com.landawn.abacus.util.Fn
 
identity() - Static method in class com.landawn.abacus.util.Fn.UnaryOperators
 
identity() - Static method in interface com.landawn.abacus.util.function.BooleanFunction
 
identity() - Static method in interface com.landawn.abacus.util.function.BooleanUnaryOperator
 
identity() - Static method in interface com.landawn.abacus.util.function.ByteFunction
 
identity() - Static method in interface com.landawn.abacus.util.function.ByteUnaryOperator
 
identity() - Static method in interface com.landawn.abacus.util.function.CharFunction
 
identity() - Static method in interface com.landawn.abacus.util.function.CharUnaryOperator
 
identity() - Static method in interface com.landawn.abacus.util.function.DoubleFunction
 
identity() - Static method in interface com.landawn.abacus.util.function.DoubleUnaryOperator
 
identity() - Static method in interface com.landawn.abacus.util.function.FloatFunction
 
identity() - Static method in interface com.landawn.abacus.util.function.FloatUnaryOperator
 
identity() - Static method in interface com.landawn.abacus.util.function.Function
 
identity() - Static method in interface com.landawn.abacus.util.function.IntFunction
 
identity() - Static method in interface com.landawn.abacus.util.function.IntUnaryOperator
 
identity() - Static method in interface com.landawn.abacus.util.function.LongFunction
 
identity() - Static method in interface com.landawn.abacus.util.function.LongUnaryOperator
 
identity() - Static method in interface com.landawn.abacus.util.function.ShortFunction
 
identity() - Static method in interface com.landawn.abacus.util.function.ShortUnaryOperator
 
identity() - Static method in interface com.landawn.abacus.util.function.UnaryOperator
 
idNameOf(String) - Static method in class com.landawn.abacus.util.CouchbaseExecutor
 
idPropName() - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
IEEE754rUtil - 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.
If - Class in com.landawn.abacus.util
This class is mainly designed for functional programming.
If.IF - Class in com.landawn.abacus.util
Deprecated.
If.IF.Or<T> - Class in com.landawn.abacus.util
Deprecated.
 
If.Or - Class in com.landawn.abacus.util
 
ifExists() - Method in class com.landawn.abacus.util.CQLBuilder
 
iff(String) - Method in class com.landawn.abacus.util.CQLBuilder
 
iff(Condition) - Method in class com.landawn.abacus.util.CQLBuilder
 
ifNotExists() - Method in class com.landawn.abacus.util.CQLBuilder
 
ifOrElse(boolean, Try.Runnable<E1>, Try.Runnable<E2>) - Static method in class com.landawn.abacus.util.N
 
ifOrElse(boolean, T, Try.Consumer<T, E1>, Try.Consumer<T, E2>) - Static method in class com.landawn.abacus.util.N
 
ifOrEmpty(boolean, Try.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, Try.Function<T, R, E>) - Static method in class com.landawn.abacus.util.N
Returns a Nullable with value returned by func.apply(seed) if b is true, otherwise returns an empty Nullable if b is false.
ifPresent(Try.Consumer<? super T, E>) - Method in class com.landawn.abacus.util.Optional
If a value is present, invoke the specified consumer with the value, otherwise do nothing.
ifPresent(Try.BooleanConsumer<E>) - Method in class com.landawn.abacus.util.OptionalBoolean
Have the specified consumer accept the value if a value is present, otherwise do nothing.
ifPresent(Try.ByteConsumer<E>) - Method in class com.landawn.abacus.util.OptionalByte
Have the specified consumer accept the value if a value is present, otherwise do nothing.
ifPresent(Try.CharConsumer<E>) - Method in class com.landawn.abacus.util.OptionalChar
Have the specified consumer accept the value if a value is present, otherwise do nothing.
ifPresent(Try.DoubleConsumer<E>) - Method in class com.landawn.abacus.util.OptionalDouble
Have the specified consumer accept the value if a value is present, otherwise do nothing.
ifPresent(Try.FloatConsumer<E>) - Method in class com.landawn.abacus.util.OptionalFloat
Have the specified consumer accept the value if a value is present, otherwise do nothing.
ifPresent(Try.IntConsumer<E>) - Method in class com.landawn.abacus.util.OptionalInt
Have the specified consumer accept the value if a value is present, otherwise do nothing.
ifPresent(Try.LongConsumer<E>) - Method in class com.landawn.abacus.util.OptionalLong
Have the specified consumer accept the value if a value is present, otherwise do nothing.
ifPresent(Try.ShortConsumer<E>) - Method in class com.landawn.abacus.util.OptionalShort
Have the specified consumer accept the value if a value is present, otherwise do nothing.
ifPresentOrElse(Try.Consumer<? super T, E>, Try.Runnable<E2>) - Method in class com.landawn.abacus.util.Optional
If a value is present, performs the given action with the value, otherwise performs the given empty-based action.
ifPresentOrElse(Try.BooleanConsumer<E>, Try.Runnable<E2>) - Method in class com.landawn.abacus.util.OptionalBoolean
If a value is present, performs the given action with the value, otherwise performs the given empty-based action.
ifPresentOrElse(Try.ByteConsumer<E>, Try.Runnable<E2>) - Method in class com.landawn.abacus.util.OptionalByte
If a value is present, performs the given action with the value, otherwise performs the given empty-based action.
ifPresentOrElse(Try.CharConsumer<E>, Try.Runnable<E2>) - Method in class com.landawn.abacus.util.OptionalChar
If a value is present, performs the given action with the value, otherwise performs the given empty-based action.
ifPresentOrElse(Try.DoubleConsumer<E>, Try.Runnable<E2>) - Method in class com.landawn.abacus.util.OptionalDouble
If a value is present, performs the given action with the value, otherwise performs the given empty-based action.
ifPresentOrElse(Try.FloatConsumer<E>, Try.Runnable<E2>) - Method in class com.landawn.abacus.util.OptionalFloat
If a value is present, performs the given action with the value, otherwise performs the given empty-based action.
ifPresentOrElse(Try.IntConsumer<E>, Try.Runnable<E2>) - Method in class com.landawn.abacus.util.OptionalInt
If a value is present, performs the given action with the value, otherwise performs the given empty-based action.
ifPresentOrElse(Try.LongConsumer<E>, Try.Runnable<E2>) - Method in class com.landawn.abacus.util.OptionalLong
If a value is present, performs the given action with the value, otherwise performs the given empty-based action.
ifPresentOrElse(Try.ShortConsumer<E>, Try.Runnable<E2>) - Method in class com.landawn.abacus.util.OptionalShort
If a value is present, performs the given action with the value, otherwise performs the given empty-based action.
ignoringMerger() - Static method in class com.landawn.abacus.util.Fn
 
IMAGE_GIF - Static variable in class com.landawn.abacus.http.HTTP
 
IMAGE_JPG - Static variable in class com.landawn.abacus.http.HTTP
 
ImmutableBiMap<K,V> - Class in com.landawn.abacus.util
 
ImmutableEntry<K,V> - Interface in com.landawn.abacus.util
 
ImmutableIterator<T> - Class in com.landawn.abacus.util
 
ImmutableList<E> - Class in com.landawn.abacus.util
 
ImmutableMap<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
 
importCSV(File, Connection, String, List<? extends Type>) - Static method in class com.landawn.abacus.util.CSVUtil
 
importCSV(File, long, long, boolean, Connection, String, int, int, List<? extends Type>) - Static method in class com.landawn.abacus.util.CSVUtil
 
importCSV(File, long, long, boolean, Try.Predicate<String[], E>, Connection, String, int, int, List<? extends Type>) - Static method in class com.landawn.abacus.util.CSVUtil
Imports the data from CSV to database.
importCSV(File, PreparedStatement, List<? extends Type>) - Static method in class com.landawn.abacus.util.CSVUtil
 
importCSV(File, long, long, boolean, PreparedStatement, int, int, List<? extends Type>) - Static method in class com.landawn.abacus.util.CSVUtil
 
importCSV(File, long, long, boolean, Try.Predicate<String[], E>, PreparedStatement, int, int, List<? extends Type>) - Static method in class com.landawn.abacus.util.CSVUtil
Imports the data from CSV to database.
importCSV(InputStream, PreparedStatement, List<? extends Type>) - Static method in class com.landawn.abacus.util.CSVUtil
 
importCSV(InputStream, long, long, boolean, PreparedStatement, int, int, List<? extends Type>) - Static method in class com.landawn.abacus.util.CSVUtil
 
importCSV(InputStream, long, long, boolean, Try.Predicate<String[], E>, PreparedStatement, int, int, List<? extends Type>) - Static method in class com.landawn.abacus.util.CSVUtil
Imports the data from CSV to database.
importCSV(Reader, PreparedStatement, List<? extends Type>) - Static method in class com.landawn.abacus.util.CSVUtil
 
importCSV(Reader, long, long, boolean, PreparedStatement, int, int, List<? extends Type>) - Static method in class com.landawn.abacus.util.CSVUtil
 
importCSV(Reader, long, long, boolean, Try.Predicate<String[], E>, PreparedStatement, int, int, List<? extends Type>) - Static method in class com.landawn.abacus.util.CSVUtil
Imports the data from CSV to database.
importCSV(File, Connection, String, Map<String, ? extends Type>) - Static method in class com.landawn.abacus.util.CSVUtil
Imports the data from CSV to database.
importCSV(File, long, long, Connection, String, int, int, Map<String, ? extends Type>) - Static method in class com.landawn.abacus.util.CSVUtil
 
importCSV(File, long, long, Try.Predicate<String[], E>, Connection, String, int, int, Map<String, ? extends Type>) - Static method in class com.landawn.abacus.util.CSVUtil
 
importCSV(File, PreparedStatement, Map<String, ? extends Type>) - Static method in class com.landawn.abacus.util.CSVUtil
 
importCSV(File, long, long, PreparedStatement, int, int, Map<String, ? extends Type>) - Static method in class com.landawn.abacus.util.CSVUtil
 
importCSV(File, long, long, Try.Predicate<String[], E>, PreparedStatement, int, int, Map<String, ? extends Type>) - Static method in class com.landawn.abacus.util.CSVUtil
Imports the data from CSV to database.
importCSV(InputStream, PreparedStatement, Map<String, ? extends Type>) - Static method in class com.landawn.abacus.util.CSVUtil
 
importCSV(InputStream, long, long, PreparedStatement, int, int, Map<String, ? extends Type>) - Static method in class com.landawn.abacus.util.CSVUtil
 
importCSV(InputStream, long, long, Try.Predicate<String[], E>, PreparedStatement, int, int, Map<String, ? extends Type>) - Static method in class com.landawn.abacus.util.CSVUtil
Imports the data from CSV to database.
importCSV(Reader, PreparedStatement, Map<String, ? extends Type>) - Static method in class com.landawn.abacus.util.CSVUtil
 
importCSV(Reader, long, long, PreparedStatement, int, int, Map<String, ? extends Type>) - Static method in class com.landawn.abacus.util.CSVUtil
 
importCSV(Reader, long, long, Try.Predicate<String[], E>, PreparedStatement, int, int, Map<String, ? extends Type>) - Static method in class com.landawn.abacus.util.CSVUtil
Imports the data from CSV to database.
importCSV(File, Connection, String, Try.BiConsumer<? super PreparedStatement, ? super String[], SQLException>) - Static method in class com.landawn.abacus.util.CSVUtil
Imports the data from CSV to database.
importCSV(File, long, long, Connection, String, int, int, Try.BiConsumer<? super PreparedStatement, ? super String[], SQLException>) - Static method in class com.landawn.abacus.util.CSVUtil
 
importCSV(File, long, long, Try.Predicate<String[], E>, Connection, String, int, int, Try.BiConsumer<? super PreparedStatement, ? super String[], SQLException>) - Static method in class com.landawn.abacus.util.CSVUtil
 
importCSV(File, PreparedStatement, Try.BiConsumer<? super PreparedStatement, ? super String[], SQLException>) - Static method in class com.landawn.abacus.util.CSVUtil
 
importCSV(File, long, long, PreparedStatement, int, int, Try.BiConsumer<? super PreparedStatement, ? super String[], SQLException>) - Static method in class com.landawn.abacus.util.CSVUtil
 
importCSV(File, long, long, Try.Predicate<String[], E>, PreparedStatement, int, int, Try.BiConsumer<? super PreparedStatement, ? super String[], SQLException>) - Static method in class com.landawn.abacus.util.CSVUtil
Imports the data from CSV to database.
importCSV(InputStream, PreparedStatement, Try.BiConsumer<? super PreparedStatement, ? super String[], SQLException>) - Static method in class com.landawn.abacus.util.CSVUtil
 
importCSV(InputStream, long, long, PreparedStatement, int, int, Try.BiConsumer<? super PreparedStatement, ? super String[], SQLException>) - Static method in class com.landawn.abacus.util.CSVUtil
 
importCSV(InputStream, long, long, Try.Predicate<String[], E>, PreparedStatement, int, int, Try.BiConsumer<? super PreparedStatement, ? super String[], SQLException>) - Static method in class com.landawn.abacus.util.CSVUtil
Imports the data from CSV to database.
importCSV(Reader, PreparedStatement, Try.BiConsumer<? super PreparedStatement, ? super String[], SQLException>) - Static method in class com.landawn.abacus.util.CSVUtil
 
importCSV(Reader, long, long, PreparedStatement, int, int, Try.BiConsumer<? super PreparedStatement, ? super String[], SQLException>) - Static method in class com.landawn.abacus.util.CSVUtil
 
importCSV(Reader, long, long, Try.Predicate<String[], E>, PreparedStatement, int, int, Try.BiConsumer<? super PreparedStatement, ? super String[], SQLException>) - Static method in class com.landawn.abacus.util.CSVUtil
Imports the data from CSV to database.
importData(DataSet, Connection, String) - Static method in class com.landawn.abacus.util.JdbcUtil
Imports the data from DataSet to database.
importData(DataSet, Collection<String>, Connection, String) - Static method in class com.landawn.abacus.util.JdbcUtil
Imports the data from DataSet to database.
importData(DataSet, Collection<String>, int, int, Connection, String) - Static method in class com.landawn.abacus.util.JdbcUtil
Imports the data from DataSet to database.
importData(DataSet, Collection<String>, int, int, Connection, String, int, int) - Static method in class com.landawn.abacus.util.JdbcUtil
Imports the data from DataSet to database.
importData(DataSet, Collection<String>, int, int, Try.Predicate<? super Object[], E>, Connection, String, int, int) - Static method in class com.landawn.abacus.util.JdbcUtil
Imports the data from DataSet to database.
importData(DataSet, Connection, String, Map<String, ? extends Type>) - Static method in class com.landawn.abacus.util.JdbcUtil
Imports the data from DataSet to database.
importData(DataSet, int, int, Connection, String, Map<String, ? extends Type>) - Static method in class com.landawn.abacus.util.JdbcUtil
Imports the data from DataSet to database.
importData(DataSet, int, int, Connection, String, int, int, Map<String, ? extends Type>) - Static method in class com.landawn.abacus.util.JdbcUtil
Imports the data from DataSet to database.
importData(DataSet, int, int, Try.Predicate<? super Object[], E>, Connection, String, int, int, Map<String, ? extends Type>) - Static method in class com.landawn.abacus.util.JdbcUtil
Imports the data from DataSet to database.
importData(DataSet, Connection, String, Try.BiConsumer<? super PreparedStatement, ? super Object[], SQLException>) - Static method in class com.landawn.abacus.util.JdbcUtil
Imports the data from DataSet to database.
importData(DataSet, int, int, Connection, String, Try.BiConsumer<? super PreparedStatement, ? super Object[], SQLException>) - Static method in class com.landawn.abacus.util.JdbcUtil
Imports the data from DataSet to database.
importData(DataSet, int, int, Connection, String, int, int, Try.BiConsumer<? super PreparedStatement, ? super Object[], SQLException>) - Static method in class com.landawn.abacus.util.JdbcUtil
Imports the data from DataSet to database.
importData(DataSet, int, int, Try.Predicate<? super Object[], E>, Connection, String, int, int, Try.BiConsumer<? super PreparedStatement, ? super Object[], SQLException>) - Static method in class com.landawn.abacus.util.JdbcUtil
Imports the data from DataSet to database.
importData(DataSet, PreparedStatement) - Static method in class com.landawn.abacus.util.JdbcUtil
Imports the data from DataSet to database.
importData(DataSet, Collection<String>, PreparedStatement) - Static method in class com.landawn.abacus.util.JdbcUtil
Imports the data from DataSet to database.
importData(DataSet, Collection<String>, int, int, PreparedStatement) - Static method in class com.landawn.abacus.util.JdbcUtil
Imports the data from DataSet to database.
importData(DataSet, Collection<String>, int, int, PreparedStatement, int, int) - Static method in class com.landawn.abacus.util.JdbcUtil
Imports the data from DataSet to database.
importData(DataSet, Collection<String>, int, int, Try.Predicate<? super Object[], E>, PreparedStatement, int, int) - Static method in class com.landawn.abacus.util.JdbcUtil
Imports the data from DataSet to database.
importData(DataSet, PreparedStatement, Map<String, ? extends Type>) - Static method in class com.landawn.abacus.util.JdbcUtil
Imports the data from DataSet to database.
importData(DataSet, int, int, PreparedStatement, Map<String, ? extends Type>) - Static method in class com.landawn.abacus.util.JdbcUtil
Imports the data from DataSet to database.
importData(DataSet, int, int, PreparedStatement, int, int, Map<String, ? extends Type>) - Static method in class com.landawn.abacus.util.JdbcUtil
Imports the data from DataSet to database.
importData(DataSet, int, int, Try.Predicate<? super Object[], E>, PreparedStatement, int, int, Map<String, ? extends Type>) - Static method in class com.landawn.abacus.util.JdbcUtil
Imports the data from DataSet to database.
importData(DataSet, PreparedStatement, Try.BiConsumer<? super PreparedStatement, ? super Object[], SQLException>) - Static method in class com.landawn.abacus.util.JdbcUtil
 
importData(DataSet, int, int, PreparedStatement, Try.BiConsumer<? super PreparedStatement, ? super Object[], SQLException>) - Static method in class com.landawn.abacus.util.JdbcUtil
Imports the data from DataSet to database.
importData(DataSet, int, int, PreparedStatement, int, int, Try.BiConsumer<? super PreparedStatement, ? super Object[], SQLException>) - Static method in class com.landawn.abacus.util.JdbcUtil
Imports the data from DataSet to database.
importData(DataSet, int, int, Try.Predicate<? super Object[], E>, PreparedStatement, int, int, Try.BiConsumer<? super PreparedStatement, ? super Object[], SQLException>) - Static method in class com.landawn.abacus.util.JdbcUtil
Imports the data from DataSet to database.
importData(File, Connection, String, Try.Function<String, Object[], E>) - Static method in class com.landawn.abacus.util.JdbcUtil
 
importData(File, long, long, Connection, String, int, int, Try.Function<String, Object[], E>) - Static method in class com.landawn.abacus.util.JdbcUtil
 
importData(File, PreparedStatement, Try.Function<String, Object[], E>) - Static method in class com.landawn.abacus.util.JdbcUtil
 
importData(File, long, long, PreparedStatement, int, int, Try.Function<String, Object[], E>) - Static method in class com.landawn.abacus.util.JdbcUtil
Imports the data from file to database.
importData(InputStream, Connection, String, Try.Function<String, Object[], E>) - Static method in class com.landawn.abacus.util.JdbcUtil
 
importData(InputStream, long, long, Connection, String, int, int, Try.Function<String, Object[], E>) - Static method in class com.landawn.abacus.util.JdbcUtil
 
importData(InputStream, PreparedStatement, Try.Function<String, Object[], E>) - Static method in class com.landawn.abacus.util.JdbcUtil
 
importData(InputStream, long, long, PreparedStatement, int, int, Try.Function<String, Object[], E>) - Static method in class com.landawn.abacus.util.JdbcUtil
Imports the data from file to database.
importData(Reader, Connection, String, Try.Function<String, Object[], E>) - Static method in class com.landawn.abacus.util.JdbcUtil
 
importData(Reader, long, long, Connection, String, int, int, Try.Function<String, Object[], E>) - Static method in class com.landawn.abacus.util.JdbcUtil
 
importData(Reader, PreparedStatement, Try.Function<String, Object[], E>) - Static method in class com.landawn.abacus.util.JdbcUtil
 
importData(Reader, long, long, PreparedStatement, int, int, Try.Function<String, Object[], E>) - Static method in class com.landawn.abacus.util.JdbcUtil
Imports the data from file to database.
importData(Iterator<T>, Connection, String, Try.Function<T, Object[], E>) - Static method in class com.landawn.abacus.util.JdbcUtil
 
importData(Iterator<T>, long, long, Connection, String, int, int, Try.Function<T, Object[], E>) - Static method in class com.landawn.abacus.util.JdbcUtil
 
importData(Iterator<T>, PreparedStatement, Try.Function<T, Object[], E>) - Static method in class com.landawn.abacus.util.JdbcUtil
 
importData(Iterator<T>, long, long, PreparedStatement, int, int, Try.Function<T, Object[], E>) - Static method in class com.landawn.abacus.util.JdbcUtil
Imports the data from Iterator to database.
importData(Iterator<T>, Connection, String, Try.BiConsumer<? super PreparedStatement, ? super T, SQLException>) - Static method in class com.landawn.abacus.util.JdbcUtil
 
importData(Iterator<T>, long, long, Connection, String, int, int, Try.BiConsumer<? super PreparedStatement, ? super T, SQLException>) - Static method in class com.landawn.abacus.util.JdbcUtil
 
importData(Iterator<T>, long, long, Try.Predicate<? super T, E>, Connection, String, int, int, Try.BiConsumer<? super PreparedStatement, ? super T, SQLException>) - Static method in class com.landawn.abacus.util.JdbcUtil
 
importData(Iterator<T>, PreparedStatement, Try.BiConsumer<? super PreparedStatement, ? super T, SQLException>) - Static method in class com.landawn.abacus.util.JdbcUtil
 
importData(Iterator<T>, long, long, PreparedStatement, int, int, Try.BiConsumer<? super PreparedStatement, ? super T, SQLException>) - Static method in class com.landawn.abacus.util.JdbcUtil
 
importData(Iterator<T>, long, long, Try.Predicate<? super T, E>, PreparedStatement, int, int, Try.BiConsumer<? super PreparedStatement, ? super T, SQLException>) - Static method in class com.landawn.abacus.util.JdbcUtil
Imports the data from Iterator to database.
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 - 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(String, Object...) - Static method in class com.landawn.abacus.util.DynamoDBExecutor.Filters
 
in(String, Collection<?>) - Static method in class com.landawn.abacus.util.DynamoDBExecutor.Filters
 
in(Collection<?>) - Static method in class com.landawn.abacus.util.Fn
 
inCommon() - Method in class com.landawn.abacus.util.Difference
 
incr(String) - Method in class com.landawn.abacus.cache.JRedis
 
incr(String, int) - Method in class com.landawn.abacus.cache.JRedis
 
incr(String) - Method in class com.landawn.abacus.cache.SpyMemcached
 
incr(String, int) - Method in class com.landawn.abacus.cache.SpyMemcached
 
incr(String, int, long) - Method in class com.landawn.abacus.cache.SpyMemcached
 
incr(String, int, long, long) - Method in class com.landawn.abacus.cache.SpyMemcached
 
increment(String, Increment) - Method in class com.landawn.abacus.util.HBaseExecutor
 
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.
incrementColumnValue(String, Object, String, String, long) - Method in class com.landawn.abacus.util.HBaseExecutor
 
incrementColumnValue(String, Object, String, String, long, Durability) - Method in class com.landawn.abacus.util.HBaseExecutor
 
Index - Class in com.landawn.abacus.util
 
INDEX_NOT_FOUND - Static variable in class com.landawn.abacus.util.N
The index value when an element is not found in a list or array: -1.
indexed(IndexedBiConsumer<U, T>) - Static method in class com.landawn.abacus.util.Fn.BiConsumers
 
indexed(IndexedBiFunction<U, T, R>) - Static method in class com.landawn.abacus.util.Fn.BiFunctions
 
indexed(IndexedBiPredicate<U, T>) - Static method in class com.landawn.abacus.util.Fn.BiPredicates
 
indexed(IndexedConsumer<T>) - Static method in class com.landawn.abacus.util.Fn.Consumers
 
indexed(IndexedFunction<T, R>) - Static method in class com.landawn.abacus.util.Fn.Functions
 
indexed() - Static method in class com.landawn.abacus.util.Fn
Returns a stateful Function which should not be used in parallel stream.
indexed(IndexedPredicate<T>) - Static method in class com.landawn.abacus.util.Fn
Returns a stateful Predicate which should not be used in parallel stream.
indexed(IndexedBiPredicate<U, T>) - Static method in class com.landawn.abacus.util.Fn
Returns a stateful BiPredicate which should not be used in parallel stream.
indexed(IndexedPredicate<T>) - Static method in class com.landawn.abacus.util.Fn.Predicates
 
Indexed<T> - Class in com.landawn.abacus.util
 
indexed() - Method in class com.landawn.abacus.util.Seq
 
indexed() - Method in interface com.landawn.abacus.util.stream.BaseStream

This method only run sequentially, even in parallel stream.
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
 
indexedd(IndexedFunction<T, R>) - Static method in class com.landawn.abacus.util.Fn
Returns a stateful Function which should not be used in parallel stream.
indexedd(IndexedBiFunction<U, T, R>) - Static method in class com.landawn.abacus.util.Fn
Returns a stateful BiFunction which should not be used in parallel stream.
IndexedFunction<T,R> - Interface in com.landawn.abacus.util.function
 
IndexedPredicate<T> - Interface in com.landawn.abacus.util.function
 
indexeed(IndexedConsumer<T>) - Static method in class com.landawn.abacus.util.Fn
Returns a stateful Consumer which should not be used in parallel stream.
indexeed(IndexedBiConsumer<U, T>) - Static method in class com.landawn.abacus.util.Fn
Returns a stateful BiConsumer which should not be used in parallel stream.
indexOf(boolean) - Method in class com.landawn.abacus.util.BooleanList
 
indexOf(int, boolean) - Method in class com.landawn.abacus.util.BooleanList
 
indexOf(byte) - Method in class com.landawn.abacus.util.ByteList
 
indexOf(int, byte) - Method in class com.landawn.abacus.util.ByteList
 
indexOf(char) - Method in class com.landawn.abacus.util.CharList
 
indexOf(int, char) - Method in class com.landawn.abacus.util.CharList
 
indexOf(double) - Method in class com.landawn.abacus.util.DoubleList
 
indexOf(int, double) - Method in class com.landawn.abacus.util.DoubleList
 
indexOf(float) - Method in class com.landawn.abacus.util.FloatList
 
indexOf(int, float) - Method in class com.landawn.abacus.util.FloatList
 
indexOf(Object) - Method in class com.landawn.abacus.util.ImmutableList
 
indexOf(int) - Method in class com.landawn.abacus.util.IntList
 
indexOf(int, int) - Method in class com.landawn.abacus.util.IntList
 
indexOf(Iterator<?>, Object) - Static method in class com.landawn.abacus.util.Iterators
 
indexOf(long) - Method in class com.landawn.abacus.util.LongList
 
indexOf(int, long) - Method in class com.landawn.abacus.util.LongList
 
indexOf(boolean[], boolean) - Static method in class com.landawn.abacus.util.N
 
indexOf(boolean[], int, boolean) - Static method in class com.landawn.abacus.util.N
 
indexOf(char[], char) - Static method in class com.landawn.abacus.util.N
 
indexOf(char[], int, char) - Static method in class com.landawn.abacus.util.N
 
indexOf(byte[], byte) - Static method in class com.landawn.abacus.util.N
 
indexOf(byte[], int, byte) - Static method in class com.landawn.abacus.util.N
 
indexOf(short[], short) - Static method in class com.landawn.abacus.util.N
 
indexOf(short[], int, short) - Static method in class com.landawn.abacus.util.N
 
indexOf(int[], int) - Static method in class com.landawn.abacus.util.N
 
indexOf(int[], int, int) - Static method in class com.landawn.abacus.util.N
 
indexOf(long[], long) - Static method in class com.landawn.abacus.util.N
 
indexOf(long[], int, long) - Static method in class com.landawn.abacus.util.N
 
indexOf(float[], float) - Static method in class com.landawn.abacus.util.N
 
indexOf(float[], int, float) - Static method in class com.landawn.abacus.util.N
 
indexOf(double[], double) - Static method in class com.landawn.abacus.util.N
 
indexOf(double[], int, double) - Static method in class com.landawn.abacus.util.N
 
indexOf(Object[], Object) - Static method in class com.landawn.abacus.util.N
 
indexOf(Object[], int, Object) - Static method in class com.landawn.abacus.util.N
 
indexOf(List<?>, Object) - Static method in class com.landawn.abacus.util.N
 
indexOf(List<?>, int, Object) - Static method in class com.landawn.abacus.util.N
 
indexOf(String, int) - Static method in class com.landawn.abacus.util.N
 
indexOf(String, int, int) - Static method in class com.landawn.abacus.util.N
 
indexOf(String, String) - Static method in class com.landawn.abacus.util.N
 
indexOf(String, int, String) - Static method in class com.landawn.abacus.util.N
 
indexOf(String, String, String) - Static method in class com.landawn.abacus.util.N
 
indexOf(String, int, String, String) - Static method in class com.landawn.abacus.util.N
 
indexOf(short) - Method in class com.landawn.abacus.util.ShortList
 
indexOf(int, short) - Method in class com.landawn.abacus.util.ShortList
 
indexOfAny(String, char...) - Static method in class com.landawn.abacus.util.N
 
indexOfAny(String, String...) - Static method in class com.landawn.abacus.util.N
 
indexOfAnyBut(String, char...) - Static method in class com.landawn.abacus.util.N
 
indexOfDifference(String, String) - Static method in class com.landawn.abacus.util.N
Compares two Strings, and returns the index at which the Stringss begin to differ.
indexOfDifference(String...) - Static method in class com.landawn.abacus.util.N
Compares all Strings in an array and returns the index at which the Strings begin to differ.
indexOfExtension(String) - Static method in class com.landawn.abacus.util.FilenameUtil
Returns the index of the last extension separator character, which is a dot.
indexOfIgnoreCase(String, String) - Static method in class com.landawn.abacus.util.N
 
indexOfIgnoreCase(String, int, String) - Static method in class com.landawn.abacus.util.N
 
indexOfLastSeparator(String) - Static method in class com.landawn.abacus.util.FilenameUtil
Returns the index of the last directory separator character.
indexOfSubList(List<?>, List<?>) - Static method in class com.landawn.abacus.util.N
 
init(Context) - Static method in class com.landawn.abacus.android.util.Fu
 
init() - Method in class com.landawn.abacus.http.WebServiceServlet
 
init(ServletConfig) - Method in class com.landawn.abacus.http.WebServiceServlet
 
initHashCapacity(int) - Static method in class com.landawn.abacus.util.N
 
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(Collection<U>, Try.Function<? super T, ?, E>, Try.Function<? super U, ?, E2>) - Method in class com.landawn.abacus.util.Seq
The time complexity is O(n + m) : n is the size of this Seq and m is the size of specified collection b.
innerJoin(Collection<U>, Try.BiPredicate<? super T, ? super U, E>) - Method in class com.landawn.abacus.util.Seq
The time complexity is O(n * m) : n is the size of this Seq and m is the size of specified collection b.
innerJoin(String) - Method in class com.landawn.abacus.util.SQLBuilder
 
innerJoin(Class<?>) - Method in class com.landawn.abacus.util.SQLBuilder
 
innerJoin(Collection<U>, Function<? super T, ?>, Function<? super U, ?>) - Method in class com.landawn.abacus.util.stream.Stream
The time complexity is O(n + m) : n is the size of this Stream and m is the size of specified collection b.
innerJoin(Collection<U>, BiPredicate<? super T, ? super U>) - Method in class com.landawn.abacus.util.stream.Stream
The time complexity is O(n * m) : n is the size of this Stream and m is the size of specified collection b.
inPart() - Method in class com.landawn.abacus.condition.In
 
insert(Object) - Method in class com.landawn.abacus.android.util.SQLiteExecutor
Insert one record into database.
insert(Object, int) - Method in class com.landawn.abacus.android.util.SQLiteExecutor
Insert one record into database.
insert(String, Object) - Method in class com.landawn.abacus.android.util.SQLiteExecutor
Insert one record into database.
insert(String, Object, int) - Method in class com.landawn.abacus.android.util.SQLiteExecutor
Insert one record into database.
insert(Collection<T>, boolean) - Method in class com.landawn.abacus.android.util.SQLiteExecutor
Insert multiple records into data store.
insert(String, Collection<T>, boolean) - Method in class com.landawn.abacus.android.util.SQLiteExecutor
Insert multiple records into data store.
insert(String, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
insert(String, SQLExecutor.StatementSetter, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
insert(String, SQLExecutor.StatementSetter, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
insert(Connection, String, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
insert(Connection, String, SQLExecutor.StatementSetter, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
insert(Connection, String, SQLExecutor.StatementSetter, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
insert(Object) - Method in class com.landawn.abacus.util.CassandraExecutor
 
insert(Class<?>, Map<String, Object>) - Method in class com.landawn.abacus.util.CassandraExecutor
 
insert(T) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
insert(T, long, TimeUnit) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
insert(String) - Static method in class com.landawn.abacus.util.CQLBuilder.E
 
insert(String...) - Static method in class com.landawn.abacus.util.CQLBuilder.E
 
insert(Collection<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.E
 
insert(Map<String, Object>) - Static method in class com.landawn.abacus.util.CQLBuilder.E
 
insert(Object) - Static method in class com.landawn.abacus.util.CQLBuilder.E
 
insert(Object, Set<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.E
 
insert(Class<?>) - Static method in class com.landawn.abacus.util.CQLBuilder.E
 
insert(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.E
 
insert(String) - Static method in class com.landawn.abacus.util.CQLBuilder.E2
 
insert(String...) - Static method in class com.landawn.abacus.util.CQLBuilder.E2
 
insert(Collection<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.E2
 
insert(Map<String, Object>) - Static method in class com.landawn.abacus.util.CQLBuilder.E2
 
insert(Object) - Static method in class com.landawn.abacus.util.CQLBuilder.E2
 
insert(Object, Set<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.E2
 
insert(Class<?>) - Static method in class com.landawn.abacus.util.CQLBuilder.E2
 
insert(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.E2
 
insert(String) - Static method in class com.landawn.abacus.util.CQLBuilder.E3
 
insert(String...) - Static method in class com.landawn.abacus.util.CQLBuilder.E3
 
insert(Collection<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.E3
 
insert(Map<String, Object>) - Static method in class com.landawn.abacus.util.CQLBuilder.E3
 
insert(Object) - Static method in class com.landawn.abacus.util.CQLBuilder.E3
 
insert(Object, Set<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.E3
 
insert(Class<?>) - Static method in class com.landawn.abacus.util.CQLBuilder.E3
 
insert(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.E3
 
insert(String) - Static method in class com.landawn.abacus.util.CQLBuilder.NE
 
insert(String...) - Static method in class com.landawn.abacus.util.CQLBuilder.NE
 
insert(Collection<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.NE
 
insert(Map<String, Object>) - Static method in class com.landawn.abacus.util.CQLBuilder.NE
 
insert(Object) - Static method in class com.landawn.abacus.util.CQLBuilder.NE
 
insert(Object, Set<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.NE
 
insert(Class<?>) - Static method in class com.landawn.abacus.util.CQLBuilder.NE
 
insert(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.NE
 
insert(String) - Static method in class com.landawn.abacus.util.CQLBuilder.NE2
 
insert(String...) - Static method in class com.landawn.abacus.util.CQLBuilder.NE2
 
insert(Collection<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.NE2
 
insert(Map<String, Object>) - Static method in class com.landawn.abacus.util.CQLBuilder.NE2
 
insert(Object) - Static method in class com.landawn.abacus.util.CQLBuilder.NE2
 
insert(Object, Set<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.NE2
 
insert(Class<?>) - Static method in class com.landawn.abacus.util.CQLBuilder.NE2
 
insert(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.NE2
 
insert(String) - Static method in class com.landawn.abacus.util.CQLBuilder.NE3
 
insert(String...) - Static method in class com.landawn.abacus.util.CQLBuilder.NE3
 
insert(Collection<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.NE3
 
insert(Map<String, Object>) - Static method in class com.landawn.abacus.util.CQLBuilder.NE3
 
insert(Object) - Static method in class com.landawn.abacus.util.CQLBuilder.NE3
 
insert(Object, Set<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.NE3
 
insert(Class<?>) - Static method in class com.landawn.abacus.util.CQLBuilder.NE3
 
insert(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.NE3
 
insert(String) - Static method in class com.landawn.abacus.util.CQLBuilder.RE
 
insert(String...) - Static method in class com.landawn.abacus.util.CQLBuilder.RE
 
insert(Collection<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.RE
 
insert(Map<String, Object>) - Static method in class com.landawn.abacus.util.CQLBuilder.RE
 
insert(Object) - Static method in class com.landawn.abacus.util.CQLBuilder.RE
 
insert(Object, Set<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.RE
 
insert(Class<?>) - Static method in class com.landawn.abacus.util.CQLBuilder.RE
 
insert(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.RE
 
insert(String) - Static method in class com.landawn.abacus.util.CQLBuilder.RE2
 
insert(String...) - Static method in class com.landawn.abacus.util.CQLBuilder.RE2
 
insert(Collection<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.RE2
 
insert(Map<String, Object>) - Static method in class com.landawn.abacus.util.CQLBuilder.RE2
 
insert(Object) - Static method in class com.landawn.abacus.util.CQLBuilder.RE2
 
insert(Object, Set<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.RE2
 
insert(Class<?>) - Static method in class com.landawn.abacus.util.CQLBuilder.RE2
 
insert(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.RE2
 
insert(String) - Static method in class com.landawn.abacus.util.CQLBuilder.RE3
 
insert(String...) - Static method in class com.landawn.abacus.util.CQLBuilder.RE3
 
insert(Collection<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.RE3
 
insert(Map<String, Object>) - Static method in class com.landawn.abacus.util.CQLBuilder.RE3
 
insert(Object) - Static method in class com.landawn.abacus.util.CQLBuilder.RE3
 
insert(Object, Set<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.RE3
 
insert(Class<?>) - Static method in class com.landawn.abacus.util.CQLBuilder.RE3
 
insert(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.RE3
 
insert(Object) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
insert(Collection<?>) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
insert(Collection<?>, InsertManyOptions) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
insert(String, Object) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
insert(String, Collection<?>) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
insert(String, Collection<?>, InsertManyOptions) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
insert(boolean[], int, boolean) - Static method in class com.landawn.abacus.util.N
Inserts the specified element at the specified position in the array.
insert(char[], int, char) - Static method in class com.landawn.abacus.util.N
Inserts the specified element at the specified position in the array.
insert(byte[], int, byte) - Static method in class com.landawn.abacus.util.N
Inserts the specified element at the specified position in the array.
insert(short[], int, short) - Static method in class com.landawn.abacus.util.N
Inserts the specified element at the specified position in the array.
insert(int[], int, int) - Static method in class com.landawn.abacus.util.N
Inserts the specified element at the specified position in the array.
insert(long[], int, long) - Static method in class com.landawn.abacus.util.N
Inserts the specified element at the specified position in the array.
insert(float[], int, float) - Static method in class com.landawn.abacus.util.N
Inserts the specified element at the specified position in the array.
insert(double[], int, double) - Static method in class com.landawn.abacus.util.N
Inserts the specified element 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 element at the specified position in the array.
insert(String) - Static method in class com.landawn.abacus.util.SQLBuilder.E
 
insert(String...) - Static method in class com.landawn.abacus.util.SQLBuilder.E
 
insert(Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.E
 
insert(Map<String, Object>) - Static method in class com.landawn.abacus.util.SQLBuilder.E
 
insert(Object) - Static method in class com.landawn.abacus.util.SQLBuilder.E
 
insert(Object, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.E
 
insert(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.E
 
insert(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.E
 
insert(String) - Static method in class com.landawn.abacus.util.SQLBuilder.E2
 
insert(String...) - Static method in class com.landawn.abacus.util.SQLBuilder.E2
 
insert(Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.E2
 
insert(Map<String, Object>) - Static method in class com.landawn.abacus.util.SQLBuilder.E2
 
insert(Object) - Static method in class com.landawn.abacus.util.SQLBuilder.E2
 
insert(Object, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.E2
 
insert(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.E2
 
insert(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.E2
 
insert(String) - Static method in class com.landawn.abacus.util.SQLBuilder.E3
 
insert(String...) - Static method in class com.landawn.abacus.util.SQLBuilder.E3
 
insert(Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.E3
 
insert(Map<String, Object>) - Static method in class com.landawn.abacus.util.SQLBuilder.E3
 
insert(Object) - Static method in class com.landawn.abacus.util.SQLBuilder.E3
 
insert(Object, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.E3
 
insert(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.E3
 
insert(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.E3
 
insert(String) - Static method in class com.landawn.abacus.util.SQLBuilder.NE
 
insert(String...) - Static method in class com.landawn.abacus.util.SQLBuilder.NE
 
insert(Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NE
 
insert(Map<String, Object>) - Static method in class com.landawn.abacus.util.SQLBuilder.NE
 
insert(Object) - Static method in class com.landawn.abacus.util.SQLBuilder.NE
 
insert(Object, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NE
 
insert(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.NE
 
insert(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NE
 
insert(String) - Static method in class com.landawn.abacus.util.SQLBuilder.NE2
 
insert(String...) - Static method in class com.landawn.abacus.util.SQLBuilder.NE2
 
insert(Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NE2
 
insert(Map<String, Object>) - Static method in class com.landawn.abacus.util.SQLBuilder.NE2
 
insert(Object) - Static method in class com.landawn.abacus.util.SQLBuilder.NE2
 
insert(Object, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NE2
 
insert(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.NE2
 
insert(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NE2
 
insert(String) - Static method in class com.landawn.abacus.util.SQLBuilder.NE3
 
insert(String...) - Static method in class com.landawn.abacus.util.SQLBuilder.NE3
 
insert(Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NE3
 
insert(Map<String, Object>) - Static method in class com.landawn.abacus.util.SQLBuilder.NE3
 
insert(Object) - Static method in class com.landawn.abacus.util.SQLBuilder.NE3
 
insert(Object, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NE3
 
insert(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.NE3
 
insert(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NE3
 
insert(String) - Static method in class com.landawn.abacus.util.SQLBuilder.RE
 
insert(String...) - Static method in class com.landawn.abacus.util.SQLBuilder.RE
 
insert(Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.RE
 
insert(Map<String, Object>) - Static method in class com.landawn.abacus.util.SQLBuilder.RE
 
insert(Object) - Static method in class com.landawn.abacus.util.SQLBuilder.RE
 
insert(Object, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.RE
 
insert(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.RE
 
insert(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.RE
 
insert(String) - Static method in class com.landawn.abacus.util.SQLBuilder.RE2
 
insert(String...) - Static method in class com.landawn.abacus.util.SQLBuilder.RE2
 
insert(Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.RE2
 
insert(Map<String, Object>) - Static method in class com.landawn.abacus.util.SQLBuilder.RE2
 
insert(Object) - Static method in class com.landawn.abacus.util.SQLBuilder.RE2
 
insert(Object, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.RE2
 
insert(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.RE2
 
insert(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.RE2
 
insert(String) - Static method in class com.landawn.abacus.util.SQLBuilder.RE3
 
insert(String...) - Static method in class com.landawn.abacus.util.SQLBuilder.RE3
 
insert(Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.RE3
 
insert(Map<String, Object>) - Static method in class com.landawn.abacus.util.SQLBuilder.RE3
 
insert(Object) - Static method in class com.landawn.abacus.util.SQLBuilder.RE3
 
insert(Object, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.RE3
 
insert(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.RE3
 
insert(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.RE3
 
insert(String) - Static method in class com.landawn.abacus.util.SQLBuilder.SE
 
insert(String...) - Static method in class com.landawn.abacus.util.SQLBuilder.SE
 
insert(Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE
 
insert(Map<String, Object>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE
 
insert(Object) - Static method in class com.landawn.abacus.util.SQLBuilder.SE
 
insert(Object, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE
 
insert(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE
 
insert(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE
 
insert(String) - Static method in class com.landawn.abacus.util.SQLBuilder.SE2
 
insert(String...) - Static method in class com.landawn.abacus.util.SQLBuilder.SE2
 
insert(Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE2
 
insert(Map<String, Object>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE2
 
insert(Object) - Static method in class com.landawn.abacus.util.SQLBuilder.SE2
 
insert(Object, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE2
 
insert(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE2
 
insert(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE2
 
insert(String) - Static method in class com.landawn.abacus.util.SQLBuilder.SE3
 
insert(String...) - Static method in class com.landawn.abacus.util.SQLBuilder.SE3
 
insert(Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE3
 
insert(Map<String, Object>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE3
 
insert(Object) - Static method in class com.landawn.abacus.util.SQLBuilder.SE3
 
insert(Object, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE3
 
insert(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE3
 
insert(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE3
 
insert(String, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
 
insert(String, SQLExecutor.StatementSetter, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
 
insert(String, SQLExecutor.StatementSetter, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
 
insert(Connection, String, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
 
insert(Connection, String, SQLExecutor.StatementSetter, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
 
insert(Connection, String, SQLExecutor.StatementSetter, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
 
insertAll(boolean[], int, boolean...) - Static method in class com.landawn.abacus.util.N
Inserts the specified elements at the specified position in the array.
insertAll(char[], int, char...) - Static method in class com.landawn.abacus.util.N
Inserts the specified elements at the specified position in the array.
insertAll(byte[], int, byte...) - Static method in class com.landawn.abacus.util.N
Inserts the specified elements at the specified position in the array.
insertAll(short[], int, short...) - Static method in class com.landawn.abacus.util.N
Inserts the specified elements at the specified position in the array.
insertAll(int[], int, int...) - Static method in class com.landawn.abacus.util.N
Inserts the specified elements at the specified position in the array.
insertAll(long[], int, long...) - Static method in class com.landawn.abacus.util.N
Inserts the specified elements at the specified position in the array.
insertAll(float[], int, float...) - Static method in class com.landawn.abacus.util.N
Inserts the specified elements at the specified position in the array.
insertAll(double[], int, double...) - Static method in class com.landawn.abacus.util.N
Inserts the specified elements 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 elements at the specified position in the array.
insertInto(Class<?>) - Static method in class com.landawn.abacus.util.CQLBuilder.E
 
insertInto(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.E
 
insertInto(Class<?>) - Static method in class com.landawn.abacus.util.CQLBuilder.E2
 
insertInto(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.E2
 
insertInto(Class<?>) - Static method in class com.landawn.abacus.util.CQLBuilder.E3
 
insertInto(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.E3
 
insertInto(Class<?>) - Static method in class com.landawn.abacus.util.CQLBuilder.NE
 
insertInto(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.NE
 
insertInto(Class<?>) - Static method in class com.landawn.abacus.util.CQLBuilder.NE2
 
insertInto(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.NE2
 
insertInto(Class<?>) - Static method in class com.landawn.abacus.util.CQLBuilder.NE3
 
insertInto(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.NE3
 
insertInto(Class<?>) - Static method in class com.landawn.abacus.util.CQLBuilder.RE
 
insertInto(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.RE
 
insertInto(Class<?>) - Static method in class com.landawn.abacus.util.CQLBuilder.RE2
 
insertInto(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.RE2
 
insertInto(Class<?>) - Static method in class com.landawn.abacus.util.CQLBuilder.RE3
 
insertInto(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.RE3
 
insertInto(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.E
 
insertInto(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.E
 
insertInto(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.E2
 
insertInto(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.E2
 
insertInto(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.E3
 
insertInto(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.E3
 
insertInto(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.NE
 
insertInto(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NE
 
insertInto(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.NE2
 
insertInto(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NE2
 
insertInto(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.NE3
 
insertInto(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NE3
 
insertInto(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.RE
 
insertInto(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.RE
 
insertInto(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.RE2
 
insertInto(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.RE2
 
insertInto(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.RE3
 
insertInto(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.RE3
 
insertInto(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE
 
insertInto(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE
 
insertInto(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE2
 
insertInto(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE2
 
insertInto(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE3
 
insertInto(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE3
 
instance() - Method in class com.landawn.abacus.util.Reflection
 
instanceOf(Class<?>) - Static method in class com.landawn.abacus.util.Fn
 
IntBiConsumer - Interface in com.landawn.abacus.util.function
 
IntBiFunction<R> - Interface in com.landawn.abacus.util.function
 
IntBinaryOperator - 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_SET - Static variable in class com.landawn.abacus.util.Clazz
 
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(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
 
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.
intersection(BooleanList) - Method in class com.landawn.abacus.util.BooleanList
 
intersection(boolean[]) - Method in class com.landawn.abacus.util.BooleanList
 
intersection(ByteList) - Method in class com.landawn.abacus.util.ByteList
 
intersection(byte[]) - Method in class com.landawn.abacus.util.ByteList
 
intersection(CharList) - Method in class com.landawn.abacus.util.CharList
 
intersection(char[]) - Method in class com.landawn.abacus.util.CharList
 
intersection(DoubleList) - Method in class com.landawn.abacus.util.DoubleList
 
intersection(double[]) - Method in class com.landawn.abacus.util.DoubleList
 
intersection(FloatList) - Method in class com.landawn.abacus.util.FloatList
 
intersection(float[]) - Method in class com.landawn.abacus.util.FloatList
 
intersection(IntList) - Method in class com.landawn.abacus.util.IntList
Returns a new list with all the elements occurred in both a and b by occurrences.
intersection(int[]) - Method in class com.landawn.abacus.util.IntList
 
intersection(LongList) - Method in class com.landawn.abacus.util.LongList
 
intersection(long[]) - Method in class com.landawn.abacus.util.LongList
 
intersection(Map<K, V>, Map<? extends K, ? extends V>) - Static method in class com.landawn.abacus.util.Maps
 
intersection(boolean[], boolean[]) - Static method in class com.landawn.abacus.util.N
 
intersection(char[], char[]) - Static method in class com.landawn.abacus.util.N
 
intersection(byte[], byte[]) - Static method in class com.landawn.abacus.util.N
 
intersection(short[], short[]) - Static method in class com.landawn.abacus.util.N
 
intersection(int[], int[]) - Static method in class com.landawn.abacus.util.N
Returns a new array with all the elements in b removed by occurrences.
intersection(long[], long[]) - Static method in class com.landawn.abacus.util.N
 
intersection(float[], float[]) - Static method in class com.landawn.abacus.util.N
 
intersection(double[], double[]) - Static method in class com.landawn.abacus.util.N
 
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(Range<T>) - Method in class com.landawn.abacus.util.Range
Calculate the intersection of this and an overlapping Range.
intersection(Collection<?>) - Method in class com.landawn.abacus.util.Seq
 
intersection(Object[]) - Method in class com.landawn.abacus.util.Seq
 
intersection(ShortList) - Method in class com.landawn.abacus.util.ShortList
 
intersection(short[]) - Method in class com.landawn.abacus.util.ShortList
 
intersection(Collection<?>) - Method in interface com.landawn.abacus.util.stream.BaseStream

This method only run sequentially, even in parallel stream.
intersection(Function<? super T, ?>, Collection<?>) - Method in class com.landawn.abacus.util.stream.Stream
Intersect with the specified Collection by the values mapped by mapper.
intersperse(T) - Method in class com.landawn.abacus.util.Seq
 
intersperse(T) - Method in class com.landawn.abacus.util.stream.Stream
Stream.of(1).intersperse(9) --> [1] Stream.of(1, 2, 3).intersperse(9) --> [1, 9, 2, 9, 3]
This method only run sequentially, even in parallel stream.
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
 
interval(long) - Static method in class com.landawn.abacus.util.stream.LongStream
 
interval(long, long) - Static method in class com.landawn.abacus.util.stream.LongStream
Generates the long value by the specified period: [0, 1, 2, 3...]
interval(long, long, TimeUnit) - Static method in class com.landawn.abacus.util.stream.LongStream
Generates the long value by the specified period: [0, 1, 2, 3...]
interval(long, Supplier<T>) - Static method in class com.landawn.abacus.util.stream.Stream
 
interval(long, long, Supplier<T>) - Static method in class com.landawn.abacus.util.stream.Stream
 
interval(long, long, TimeUnit, Supplier<T>) - Static method in class com.landawn.abacus.util.stream.Stream
 
interval(long, LongFunction<T>) - Static method in class com.landawn.abacus.util.stream.Stream
 
interval(long, long, LongFunction<T>) - Static method in class com.landawn.abacus.util.stream.Stream
 
interval(long, long, TimeUnit, LongFunction<T>) - Static method in class com.landawn.abacus.util.stream.Stream
 
IntFunction<R> - Interface in com.landawn.abacus.util.function
IntIterator - Class in com.landawn.abacus.util
 
IntIterator() - Constructor for class com.landawn.abacus.util.IntIterator
 
IntList - Class in com.landawn.abacus.util
 
IntList() - Constructor for class com.landawn.abacus.util.IntList
 
IntList(int) - Constructor for class com.landawn.abacus.util.IntList
 
IntList(int[]) - Constructor for class com.landawn.abacus.util.IntList
The specified array is used as the element array for this list without copying action.
IntList(int[], int) - Constructor for class com.landawn.abacus.util.IntList
 
IntMatrix - Class in com.landawn.abacus.util
 
IntMatrix(int[][]) - Constructor for class com.landawn.abacus.util.IntMatrix
 
IntNConsumer - Interface in com.landawn.abacus.util.function
 
IntNFunction<R> - Interface in com.landawn.abacus.util.function
 
into(String) - Method in class com.landawn.abacus.util.CQLBuilder
 
into(Class<?>) - Method in class com.landawn.abacus.util.CQLBuilder
 
into(String) - Method in class com.landawn.abacus.util.SQLBuilder
 
into(Class<?>) - Method in class com.landawn.abacus.util.SQLBuilder
 
IntPair - Class in com.landawn.abacus.util
 
IntPredicate - Interface in com.landawn.abacus.util.function
inTransaction() - Method in class com.landawn.abacus.android.util.SQLiteExecutor
 
IntStream - Class in com.landawn.abacus.util.stream
Note: It's copied from OpenJDK at: http://hg.openjdk.java.net/jdk8u/hs-dev/jdk
A sequence of primitive int-valued elements supporting sequential and parallel aggregate operations.
IntStream.IntStreamEx - Class in com.landawn.abacus.util.stream
 
IntSummaryStatistics - Class in com.landawn.abacus.util
Note: It's copied from OpenJDK at: http://hg.openjdk.java.net/jdk8u/hs-dev/jdk
A state object for collecting statistics such as count, min, max, sum, and average.
IntSummaryStatistics() - Constructor for class com.landawn.abacus.util.IntSummaryStatistics
Construct an empty instance with zero count, zero sum, Integer.MAX_VALUE min, Integer.MIN_VALUE max and zero average.
IntSummaryStatistics(long, long, int, int) - Constructor for class com.landawn.abacus.util.IntSummaryStatistics
 
IntSupplier - Interface in com.landawn.abacus.util.function
IntToByteFunction - Interface in com.landawn.abacus.util.function
 
IntToCharFunction - Interface in com.landawn.abacus.util.function
 
IntToDoubleFunction - Interface in com.landawn.abacus.util.function
IntToFloatFunction - Interface in com.landawn.abacus.util.function
 
IntToLongFunction - Interface in com.landawn.abacus.util.function
IntToShortFunction - Interface in com.landawn.abacus.util.function
 
IntTriConsumer - Interface in com.landawn.abacus.util.function
 
IntTriFunction<R> - Interface in com.landawn.abacus.util.function
 
IntTriple - Class in com.landawn.abacus.util
 
IntTriPredicate - Interface in com.landawn.abacus.util.function
 
IntUnaryOperator - Interface in com.landawn.abacus.util.function
intValue() - Method in enum com.landawn.abacus.IsolationLevel
Method intValue
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.
inverse() - Method in class com.landawn.abacus.util.MutableBoolean
 
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.
inversed() - Method in class com.landawn.abacus.util.stream.EntryStream
 
inversedER() - Method in class com.landawn.abacus.util.stream.EntryStream
 
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
 
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<M>) - Static method in class com.landawn.abacus.util.ListMultimap
Deprecated.
invertFrom(Multimap<K, E, V>, IntFunction<M>) - Static method in class com.landawn.abacus.util.ListMultimap
Deprecated.
invertFrom(Map<K, E>, IntFunction<M>) - Static method in class com.landawn.abacus.util.Multimap
 
invertFrom(Multimap<K, E, V>, IntFunction<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<M>) - Static method in class com.landawn.abacus.util.SetMultimap
Deprecated.
invertFrom(Multimap<K, E, V>, IntFunction<M>) - Static method in class com.landawn.abacus.util.SetMultimap
Deprecated.
invoke(String, Object...) - Method in class com.landawn.abacus.util.Reflection
 
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
 
invokke(String, Object...) - Method in class com.landawn.abacus.util.Reflection
 
IOUtil - Class in com.landawn.abacus.util
 
is(String, Object) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
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.IF
Deprecated.
 
is(boolean) - Static method in class com.landawn.abacus.util.If
 
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_ONE_WAY_REQUEST - Static variable in class com.landawn.abacus.http.HTTP
 
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_SYSTEM_PATH_CASE_SENSITIVE - Static variable in class com.landawn.abacus.util.FilenameUtil
The constant for case sensitivity determined by the current operating system.
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
 
isAbacusXMLAvailable() - Static method in class com.landawn.abacus.parser.ParserFactory
 
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.
isAllCancelled() - Method in class com.landawn.abacus.android.util.CompletableFuture
Returns true if this future and all previous stage futures have been recursively cancelled, otherwise false is returned.
isAllCancelled() - Method in class com.landawn.abacus.util.CompletableFuture
Returns true if this future and all previous stage futures have been recursively cancelled, otherwise false is returned.
isAllLowerCase(CharSequence) - Static method in class com.landawn.abacus.util.N
 
isAllUpperCase(CharSequence) - Static method in class com.landawn.abacus.util.N
 
isAlpha(CharSequence) - Static method in class com.landawn.abacus.util.N
Checks if the CharSequence contains only Unicode letters.
isAlphanumeric(CharSequence) - Static method in class com.landawn.abacus.util.N
Checks if the CharSequence contains only Unicode letters or digits.
isAlphanumericSpace(CharSequence) - Static method in class com.landawn.abacus.util.N
Checks if the CharSequence contains only Unicode letters, digits or space (' ').
isAlphaSpace(CharSequence) - Static method in class com.landawn.abacus.util.N
Checks if the CharSequence contains only Unicode letters and space (' ').
isAscii(char) - Static method in class com.landawn.abacus.util.N
Checks whether the character is ASCII 7 bit.
isAsciiAlpha(char) - Static method in class com.landawn.abacus.util.N
Checks whether the character is ASCII 7 bit alphabetic.
isAsciiAlpha(CharSequence) - Static method in class com.landawn.abacus.util.N
 
isAsciiAlphaLower(char) - Static method in class com.landawn.abacus.util.N
Checks whether the character is ASCII 7 bit alphabetic lower case.
isAsciiAlphanumeric(char) - Static method in class com.landawn.abacus.util.N
Checks whether the character is ASCII 7 bit numeric.
isAsciiAlphanumeric(CharSequence) - Static method in class com.landawn.abacus.util.N
 
isAsciiAlphanumericSpace(CharSequence) - Static method in class com.landawn.abacus.util.N
 
isAsciiAlphaSpace(CharSequence) - Static method in class com.landawn.abacus.util.N
 
isAsciiAlphaUpper(char) - Static method in class com.landawn.abacus.util.N
Checks whether the character is ASCII 7 bit alphabetic upper case.
isAsciiControl(char) - Static method in class com.landawn.abacus.util.N
Checks whether the character is ASCII 7 bit control.
isAsciiDigtalInteger(String) - Static method in class com.landawn.abacus.util.N
true is returned if the specified str only includes characters ('0' ~ '9', '-', '+' ).
isAsciiDigtalNumber(String) - Static method in class com.landawn.abacus.util.N
true is returned if the specified str only includes characters ('0' ~ '9', '.', '-', '+', 'e').
isAsciiLowerCase(char) - Static method in class com.landawn.abacus.util.N
 
isAsciiNumeric(char) - Static method in class com.landawn.abacus.util.N
Checks whether the character is ASCII 7 bit numeric.
isAsciiNumeric(CharSequence) - Static method in class com.landawn.abacus.util.N
 
isAsciiPrintable(char) - Static method in class com.landawn.abacus.util.N
Checks whether the character is ASCII 7 bit printable.
isAsciiPrintable(CharSequence) - Static method in class com.landawn.abacus.util.N
 
isAsciiUpperCase(char) - Static method in class com.landawn.abacus.util.N
 
isAvroAvailable() - Static method in class com.landawn.abacus.parser.ParserFactory
 
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.
isBracketRootValue() - Method in class com.landawn.abacus.parser.JSONSerializationConfig
The default value is true if it's not set.
isCancelled() - Method in class com.landawn.abacus.android.util.CompletableFuture
 
isCancelled() - Method in class com.landawn.abacus.util.CompletableFuture
 
isCheckExistenceOnly() - Method in class com.landawn.abacus.util.AnyGet
 
isClause(Operator) - Static method in class com.landawn.abacus.condition.CriteriaUtil
 
isClause(String) - Static method in class com.landawn.abacus.condition.CriteriaUtil
 
isClause(Condition) - Static method in class com.landawn.abacus.condition.CriteriaUtil
 
isClosed() - Method in class com.landawn.abacus.cache.CaffeineCache
 
isClosed() - Method in class com.landawn.abacus.cache.Ehcache
 
isClosed() - Method in interface com.landawn.abacus.DataSource
 
isClosed() - Method in interface com.landawn.abacus.DataSourceManager
 
isClosed() - Method in class com.landawn.abacus.pool.AbstractPool
 
isClosed() - Method in interface com.landawn.abacus.pool.Pool
 
isClosestRowBefore() - Method in class com.landawn.abacus.util.AnyGet
 
isCompatible(BloomFilter<T>) - Method in class com.landawn.abacus.hash.BloomFilter
Determines whether a given bloom filter is compatible with this bloom filter.
isDigit(char) - Static method in class com.landawn.abacus.util.N
 
isDirtyMarker(Class<?>) - Static method in class com.landawn.abacus.util.N
 
isDisposed() - Method in interface com.landawn.abacus.android.util.Disposable
Returns true if this resource has been disposed.
isDistinct() - Method in class com.landawn.abacus.condition.Criteria
 
isDone() - Method in class com.landawn.abacus.android.util.CompletableFuture
 
isDone() - Method in class com.landawn.abacus.util.CompletableFuture
 
isEmpty(String) - Static method in class com.landawn.abacus.condition.Expression
 
isEmpty() - Method in interface com.landawn.abacus.DataSet
 
isEmpty() - Method in interface com.landawn.abacus.EntityId
 
isEmpty() - Method in class com.landawn.abacus.http.Headers
 
isEmpty() - Method in class com.landawn.abacus.pool.AbstractPool
 
isEmpty() - Method in interface com.landawn.abacus.pool.Pool
 
isEmpty() - Method in class com.landawn.abacus.util.AbstractMatrix
 
isEmpty() - Method in class com.landawn.abacus.util.ArrayHashMap
 
isEmpty() - Method in class com.landawn.abacus.util.ArrayHashSet
 
isEmpty() - Method in class com.landawn.abacus.util.BiMap
 
isEmpty() - Method in class com.landawn.abacus.util.BooleanList
 
isEmpty() - Method in class com.landawn.abacus.util.ByteList
 
isEmpty() - Method in class com.landawn.abacus.util.CharList
 
isEmpty() - Method in class com.landawn.abacus.util.DoubleList
 
isEmpty() - Method in class com.landawn.abacus.util.FloatList
 
isEmpty() - Method in class com.landawn.abacus.util.ImmutableMap
 
isEmpty() - Method in class com.landawn.abacus.util.IntList
 
isEmpty() - Method in class com.landawn.abacus.util.LongList
 
isEmpty() - Method in class com.landawn.abacus.util.LongMultiset
 
isEmpty() - Method in class com.landawn.abacus.util.Multimap
 
isEmpty() - Method in class com.landawn.abacus.util.Multiset
 
isEmpty() - Method in class com.landawn.abacus.util.PrimitiveList
 
isEmpty() - Method in class com.landawn.abacus.util.Properties
 
isEmpty() - Method in class com.landawn.abacus.util.Range
 
isEmpty() - Method in class com.landawn.abacus.util.Seq
 
isEmpty() - Method in class com.landawn.abacus.util.ShortList
 
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.N
 
isExecutedByThreadPool() - Method in class com.landawn.abacus.http.HttpProxy.Config
 
isExpired() - Method in class com.landawn.abacus.pool.ActivityPrint
 
isExtension(String, String) - Static method in class com.landawn.abacus.util.FilenameUtil
Checks whether the extension of the filename is that specified.
isExtension(String, String[]) - Static method in class com.landawn.abacus.util.FilenameUtil
Checks whether the extension of the filename is one of those specified.
isExtension(String, Collection<String>) - Static method in class com.landawn.abacus.util.FilenameUtil
Checks whether the extension of the filename is one of those specified.
isFalse() - Method in class com.landawn.abacus.util.MutableBoolean
Checks if the current value is false.
isFastJSONAvailable() - Static method in class com.landawn.abacus.parser.ParserFactory
 
isGsonAvailable() - Static method in class com.landawn.abacus.parser.ParserFactory
 
isIgnoreTypeInfo() - Method in class com.landawn.abacus.parser.XMLSerializationConfig
 
isIgnoreUnknownProperty() - Method in class com.landawn.abacus.parser.DeserializationConfig
Gets the value of the property ignoreUnknownProperty.
isInfinite(String) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
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.
isJacksonAvailable() - Static method in class com.landawn.abacus.parser.ParserFactory
 
isKryoAvailable() - Static method in class com.landawn.abacus.parser.ParserFactory
 
isLandscape() - Static method in class com.landawn.abacus.android.util.Fu
 
isLetter(char) - Static method in class com.landawn.abacus.util.N
 
isLetterOrDigit(char) - Static method in class com.landawn.abacus.util.N
 
isLocked(K) - Method in class com.landawn.abacus.util.MemcachedLock
 
isLogSQL() - Method in class com.landawn.abacus.util.SQLExecutor.JdbcSettings
 
isLowerCase(char) - Static method in class com.landawn.abacus.util.N
 
isMathematicalInteger(double) - Static method in class com.landawn.abacus.util.Maths
Returns true if x represents a mathematical integer.
isMixedCase(CharSequence) - Static method in class com.landawn.abacus.util.N
Copied from Apache Commons Lang: StringUtils#isMixedCase.
isNaN(String) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
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 this duration is negative, excluding zero.
isNot(String, Object) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
IsNot - Class in com.landawn.abacus.condition
 
IsNot(String, Object) - Constructor for class com.landawn.abacus.condition.IsNot
 
isNotEmpty(String) - Static method in class com.landawn.abacus.condition.Expression
 
isNotInfinite(String) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
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
 
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
 
isNotNull(String) - Static method in class com.landawn.abacus.condition.Expression
 
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
 
isNull(String) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
isNull(String) - Static method in class com.landawn.abacus.condition.Expression
 
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
 
isNull(int, int) - Method in interface com.landawn.abacus.DataSet
 
isNull(int) - Method in interface com.landawn.abacus.DataSet
 
isNull(String) - Method in interface com.landawn.abacus.DataSet
 
isNull(String) - Static method in class com.landawn.abacus.util.DynamoDBExecutor.Filters
 
isNull() - Static method in class com.landawn.abacus.util.Fn
 
isNull() - Static method in interface com.landawn.abacus.util.function.Predicate
 
isNull() - Method in class com.landawn.abacus.util.HBaseColumn
 
isNullOrEmpty() - Static method in class com.landawn.abacus.util.Fn
 
isNullOrEmpty(CharSequence) - Static method in class com.landawn.abacus.util.If.IF
Deprecated.
 
isNullOrEmpty(boolean[]) - Static method in class com.landawn.abacus.util.If.IF
Deprecated.
 
isNullOrEmpty(char[]) - Static method in class com.landawn.abacus.util.If.IF
Deprecated.
 
isNullOrEmpty(byte[]) - Static method in class com.landawn.abacus.util.If.IF
Deprecated.
 
isNullOrEmpty(short[]) - Static method in class com.landawn.abacus.util.If.IF
Deprecated.
 
isNullOrEmpty(int[]) - Static method in class com.landawn.abacus.util.If.IF
Deprecated.
 
isNullOrEmpty(long[]) - Static method in class com.landawn.abacus.util.If.IF
Deprecated.
 
isNullOrEmpty(float[]) - Static method in class com.landawn.abacus.util.If.IF
Deprecated.
 
isNullOrEmpty(double[]) - Static method in class com.landawn.abacus.util.If.IF
Deprecated.
 
isNullOrEmpty(Object[]) - Static method in class com.landawn.abacus.util.If.IF
Deprecated.
 
isNullOrEmpty(Collection<?>) - Static method in class com.landawn.abacus.util.If.IF
Deprecated.
 
isNullOrEmpty(Map<?, ?>) - Static method in class com.landawn.abacus.util.If.IF
Deprecated.
 
isNullOrEmpty(PrimitiveList) - Static method in class com.landawn.abacus.util.If.IF
Deprecated.
 
isNullOrEmpty(Multiset<?>) - Static method in class com.landawn.abacus.util.If.IF
Deprecated.
 
isNullOrEmpty(LongMultiset<?>) - Static method in class com.landawn.abacus.util.If.IF
Deprecated.
 
isNullOrEmpty(Multimap<?, ?, ?>) - Static method in class com.landawn.abacus.util.If.IF
Deprecated.
 
isNullOrEmpty(CharSequence) - Static method in class com.landawn.abacus.util.If
 
isNullOrEmpty(boolean[]) - Static method in class com.landawn.abacus.util.If
 
isNullOrEmpty(char[]) - Static method in class com.landawn.abacus.util.If
 
isNullOrEmpty(byte[]) - Static method in class com.landawn.abacus.util.If
 
isNullOrEmpty(short[]) - Static method in class com.landawn.abacus.util.If
 
isNullOrEmpty(int[]) - Static method in class com.landawn.abacus.util.If
 
isNullOrEmpty(long[]) - Static method in class com.landawn.abacus.util.If
 
isNullOrEmpty(float[]) - Static method in class com.landawn.abacus.util.If
 
isNullOrEmpty(double[]) - Static method in class com.landawn.abacus.util.If
 
isNullOrEmpty(Object[]) - Static method in class com.landawn.abacus.util.If
 
isNullOrEmpty(Collection<?>) - Static method in class com.landawn.abacus.util.If
 
isNullOrEmpty(Map<?, ?>) - Static method in class com.landawn.abacus.util.If
 
isNullOrEmpty(PrimitiveList) - Static method in class com.landawn.abacus.util.If
 
isNullOrEmpty(Multiset<?>) - Static method in class com.landawn.abacus.util.If
 
isNullOrEmpty(LongMultiset<?>) - Static method in class com.landawn.abacus.util.If
 
isNullOrEmpty(Multimap<?, ?, ?>) - Static method in class com.landawn.abacus.util.If
 
isNullOrEmpty(CharSequence) - Static method in class com.landawn.abacus.util.N
 
isNullOrEmpty(boolean[]) - Static method in class com.landawn.abacus.util.N
 
isNullOrEmpty(char[]) - Static method in class com.landawn.abacus.util.N
 
isNullOrEmpty(byte[]) - Static method in class com.landawn.abacus.util.N
 
isNullOrEmpty(short[]) - Static method in class com.landawn.abacus.util.N
 
isNullOrEmpty(int[]) - Static method in class com.landawn.abacus.util.N
 
isNullOrEmpty(long[]) - Static method in class com.landawn.abacus.util.N
 
isNullOrEmpty(float[]) - Static method in class com.landawn.abacus.util.N
 
isNullOrEmpty(double[]) - Static method in class com.landawn.abacus.util.N
 
isNullOrEmpty(Object[]) - Static method in class com.landawn.abacus.util.N
 
isNullOrEmpty(Collection<?>) - Static method in class com.landawn.abacus.util.N
 
isNullOrEmpty(Map<?, ?>) - Static method in class com.landawn.abacus.util.N
 
isNullOrEmpty(PrimitiveList) - Static method in class com.landawn.abacus.util.N
 
isNullOrEmpty(Multiset<?>) - Static method in class com.landawn.abacus.util.N
 
isNullOrEmpty(LongMultiset<?>) - Static method in class com.landawn.abacus.util.N
 
isNullOrEmpty(Multimap<?, ?, ?>) - Static method in class com.landawn.abacus.util.N
 
isNullOrEmpty(DataSet) - Static method in class com.landawn.abacus.util.N
 
isNullOrEmpty(EntityId) - Static method in class com.landawn.abacus.util.N
 
isNullOrEmptyOrBlank() - Static method in class com.landawn.abacus.util.Fn
 
isNullOrEmptyOrBlank(CharSequence) - Static method in class com.landawn.abacus.util.If.IF
Deprecated.
 
isNullOrEmptyOrBlank(CharSequence) - Static method in class com.landawn.abacus.util.If
 
isNullOrEmptyOrBlank(CharSequence) - Static method in class com.landawn.abacus.util.N
 
isNumber(String) - Static method in class com.landawn.abacus.util.N
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.N
Checks if the CharSequence contains only Unicode digits.
isNumericSpace(CharSequence) - Static method in class com.landawn.abacus.util.N
Checks if the CharSequence contains only Unicode digits or space ( ' ').
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
 
IsolationLevel - Enum in com.landawn.abacus
 
isolationLevel() - Method in interface com.landawn.abacus.Transaction
 
isolationLevel() - Method in class com.landawn.abacus.util.SQLTransaction
 
isOverlappedBy(Range<T>) - Method in class com.landawn.abacus.util.Range
Checks whether this range is overlapped by the specified range.
isParallel() - Method in interface com.landawn.abacus.util.stream.BaseStream
Returns whether this stream, if a terminal operation were to be executed, would execute in parallel.
isParallel() - Method in class com.landawn.abacus.util.stream.EntryStream
 
isPerfectSquare(int) - Static method in class com.landawn.abacus.util.Maths
 
isPerfectSquare(long) - Static method in class com.landawn.abacus.util.Maths
 
isPortrait() - Static method in class com.landawn.abacus.android.util.Fu
 
isPowerOfTwo(int) - Static method in class com.landawn.abacus.util.Maths
 
isPowerOfTwo(long) - Static method in class com.landawn.abacus.util.Maths
 
isPowerOfTwo(double) - Static method in class com.landawn.abacus.util.Maths
 
isPowerOfTwo(BigInteger) - Static method in class com.landawn.abacus.util.Maths
Returns true if x represents a power of two.
isPresent() - Method in class com.landawn.abacus.util.Optional
Return true if there is a value present, otherwise false.
isPresent() - Method in class com.landawn.abacus.util.OptionalBoolean
Return true if there is a value present, otherwise false.
isPresent() - Method in class com.landawn.abacus.util.OptionalByte
Return true if there is a value present, otherwise false.
isPresent() - Method in class com.landawn.abacus.util.OptionalChar
Return true if there is a value present, otherwise false.
isPresent() - Method in class com.landawn.abacus.util.OptionalDouble
Return true if there is a value present, otherwise false.
isPresent() - Method in class com.landawn.abacus.util.OptionalFloat
Return true if there is a value present, otherwise false.
isPresent() - Method in class com.landawn.abacus.util.OptionalInt
Return true if there is a value present, otherwise false.
isPresent() - Method in class com.landawn.abacus.util.OptionalLong
Return true if there is a value present, otherwise false.
isPresent() - Method in class com.landawn.abacus.util.OptionalShort
Return true if there is a value present, otherwise false.
isPrettyFormat() - Method in class com.landawn.abacus.parser.SerializationConfig
 
isPrime(long) - Static method in class com.landawn.abacus.util.Maths
Returns true if n is a prime number: an integer greater than one that cannot be factored into a product of smaller positive integers.
isPrimitive(Class<?>) - Static method in class com.landawn.abacus.util.N
 
isPrimitiveArray(Class<?>) - Static method in class com.landawn.abacus.util.N
 
isPrimitiveOrWapper(Class<?>) - Static method in class com.landawn.abacus.util.N
 
isPrimitiveWapper(Class<?>) - Static method in class com.landawn.abacus.util.N
 
isQueryInParallel() - Method in class com.landawn.abacus.util.SQLExecutor.JdbcSettings
 
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.
isRaw() - Method in class com.landawn.abacus.util.AnyScan
 
isRequestByOperatioName() - Method in class com.landawn.abacus.http.HttpProxy.Config
 
isReversed() - Method in class com.landawn.abacus.util.AnyScan
 
isRunning() - Method in class com.landawn.abacus.util.Stopwatch
Returns true if Stopwatch.start() has been called on this stopwatch, and Stopwatch.stop() has not been called since the last call to start().
isSameShape(X) - Method in class com.landawn.abacus.util.AbstractMatrix
 
isScanMetricsEnabled() - Method in class com.landawn.abacus.util.AnyScan
 
isScreenLocked() - Static method in class com.landawn.abacus.android.util.Fu
 
isSkipTransientField() - Method in class com.landawn.abacus.parser.SerializationConfig
 
isSmall() - Method in class com.landawn.abacus.util.AnyScan
 
isStartedBy(T) - Method in class com.landawn.abacus.util.Range
Checks whether this range starts with the specified element.
isTagByPropertyName() - Method in class com.landawn.abacus.parser.XMLSerializationConfig
 
isTraceQuery() - Method in class com.landawn.abacus.util.CassandraExecutor.StatementSettings
 
isTrue() - Method in class com.landawn.abacus.util.MutableBoolean
Checks if the current value is true.
isUiThread() - Static method in class com.landawn.abacus.android.util.Fu
 
isUiThread(Thread) - Static method in class com.landawn.abacus.android.util.Fu
 
isUpperCase(char) - Static method in class com.landawn.abacus.util.N
 
isWhitespace(CharSequence) - Static method in class com.landawn.abacus.util.N
Checks if the CharSequence contains only whitespace.
isWrapRootValue() - Method in class com.landawn.abacus.parser.JSONSerializationConfig
 
isWriteClass() - Method in class com.landawn.abacus.parser.KryoSerializationConfig
 
isXMLAvailable() - Static method in class com.landawn.abacus.parser.ParserFactory
 
isZero() - Method in class com.landawn.abacus.util.Duration
Checks if this duration is zero length.
Iterables - Class in com.landawn.abacus.util
It's an extension and wrapper for Google Guava.
iterate(CompletableFuture<? extends T>...) - Static method in class com.landawn.abacus.android.util.Futures
 
iterate(Collection<? extends CompletableFuture<? extends T>>) - Static method in class com.landawn.abacus.android.util.Futures
 
iterate(Collection<? extends CompletableFuture<? extends T>>, long, TimeUnit) - Static method in class com.landawn.abacus.android.util.Futures
 
iterate(CompletableFuture<? extends T>...) - Static method in class com.landawn.abacus.util.Futures
 
iterate(Collection<? extends CompletableFuture<? extends T>>) - Static method in class com.landawn.abacus.util.Futures
 
iterate(Collection<? extends CompletableFuture<? extends T>>, long, TimeUnit) - Static method in class com.landawn.abacus.util.Futures
 
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(File) - Static method in class com.landawn.abacus.util.IOUtil
Returns an Iterator for the lines in a File using the default encoding for the VM.
iterate(File, Charset) - Static method in class com.landawn.abacus.util.IOUtil
Returns an Iterator for the lines in a File.
iterate(InputStream) - Static method in class com.landawn.abacus.util.IOUtil
 
iterate(InputStream, Charset) - Static method in class com.landawn.abacus.util.IOUtil
Returns an Iterator for the lines in an InputStream, using the character encoding specified (or default encoding if null).
iterate(Reader) - Static method in class com.landawn.abacus.util.IOUtil
Returns an Iterator for the lines in a Reader.
iterate(ResultSet) - Static method in class com.landawn.abacus.util.JdbcUtil
 
iterate(T[]...) - Static method in class com.landawn.abacus.util.N
 
iterate(Collection<? extends T>...) - Static method in class com.landawn.abacus.util.N
 
iterate(Collection<? extends Collection<? extends T>>) - Static method in class com.landawn.abacus.util.N
 
iterate(Iterator<E>) - Method in class com.landawn.abacus.util.Retry
 
iterate(BooleanSupplier, ByteSupplier) - Static method in class com.landawn.abacus.util.stream.ByteStream
 
iterate(byte, BooleanSupplier, ByteUnaryOperator) - Static method in class com.landawn.abacus.util.stream.ByteStream
 
iterate(byte, BytePredicate, ByteUnaryOperator) - Static method in class com.landawn.abacus.util.stream.ByteStream
 
iterate(byte, ByteUnaryOperator) - Static method in class com.landawn.abacus.util.stream.ByteStream
 
iterate(BooleanSupplier, CharSupplier) - Static method in class com.landawn.abacus.util.stream.CharStream
 
iterate(char, BooleanSupplier, CharUnaryOperator) - Static method in class com.landawn.abacus.util.stream.CharStream
 
iterate(char, CharPredicate, CharUnaryOperator) - Static method in class com.landawn.abacus.util.stream.CharStream
 
iterate(char, CharUnaryOperator) - Static method in class com.landawn.abacus.util.stream.CharStream
 
iterate(BooleanSupplier, DoubleSupplier) - Static method in class com.landawn.abacus.util.stream.DoubleStream
 
iterate(double, BooleanSupplier, DoubleUnaryOperator) - Static method in class com.landawn.abacus.util.stream.DoubleStream
 
iterate(double, DoublePredicate, DoubleUnaryOperator) - Static method in class com.landawn.abacus.util.stream.DoubleStream
 
iterate(double, DoubleUnaryOperator) - Static method in class com.landawn.abacus.util.stream.DoubleStream
 
iterate(BooleanSupplier, FloatSupplier) - Static method in class com.landawn.abacus.util.stream.FloatStream
 
iterate(float, BooleanSupplier, FloatUnaryOperator) - Static method in class com.landawn.abacus.util.stream.FloatStream
 
iterate(float, FloatPredicate, FloatUnaryOperator) - Static method in class com.landawn.abacus.util.stream.FloatStream
 
iterate(float, FloatUnaryOperator) - Static method in class com.landawn.abacus.util.stream.FloatStream
 
iterate(BooleanSupplier, IntSupplier) - Static method in class com.landawn.abacus.util.stream.IntStream
 
iterate(int, BooleanSupplier, IntUnaryOperator) - Static method in class com.landawn.abacus.util.stream.IntStream
 
iterate(int, IntPredicate, IntUnaryOperator) - Static method in class com.landawn.abacus.util.stream.IntStream
 
iterate(int, IntUnaryOperator) - Static method in class com.landawn.abacus.util.stream.IntStream
 
iterate(BooleanSupplier, LongSupplier) - Static method in class com.landawn.abacus.util.stream.LongStream
 
iterate(long, BooleanSupplier, LongUnaryOperator) - Static method in class com.landawn.abacus.util.stream.LongStream
 
iterate(long, LongPredicate, LongUnaryOperator) - Static method in class com.landawn.abacus.util.stream.LongStream
 
iterate(long, LongUnaryOperator) - Static method in class com.landawn.abacus.util.stream.LongStream
 
iterate(BooleanSupplier, ShortSupplier) - Static method in class com.landawn.abacus.util.stream.ShortStream
 
iterate(short, BooleanSupplier, ShortUnaryOperator) - Static method in class com.landawn.abacus.util.stream.ShortStream
 
iterate(short, ShortPredicate, ShortUnaryOperator) - Static method in class com.landawn.abacus.util.stream.ShortStream
 
iterate(short, ShortUnaryOperator) - Static method in class com.landawn.abacus.util.stream.ShortStream
 
iterate(BooleanSupplier, Supplier<? extends T>) - Static method in class com.landawn.abacus.util.stream.Stream
 
iterate(T, BooleanSupplier, UnaryOperator<T>) - Static method in class com.landawn.abacus.util.stream.Stream
Returns a sequential ordered Stream produced by iterative application of a function f to an initial element seed, producing a Stream consisting of seed, f(seed), f(f(seed)), etc.
iterate(T, Predicate<T>, UnaryOperator<T>) - Static method in class com.landawn.abacus.util.stream.Stream
 
iterate(T, UnaryOperator<T>) - Static method in class com.landawn.abacus.util.stream.Stream
 
iterator() - Method in interface com.landawn.abacus.DataSet
 
iterator() - Method in class com.landawn.abacus.util.ArrayHashSet
 
iterator() - Method in class com.landawn.abacus.util.BooleanList
 
iterator() - Method in class com.landawn.abacus.util.ByteList
 
iterator() - Method in class com.landawn.abacus.util.CharList
 
iterator() - Method in class com.landawn.abacus.util.DoubleList
 
iterator() - Method in class com.landawn.abacus.util.FloatList
 
iterator() - Method in class com.landawn.abacus.util.IntList
 
iterator() - Method in class com.landawn.abacus.util.LongList
 
iterator() - Method in class com.landawn.abacus.util.LongMultiset
 
iterator() - Method in class com.landawn.abacus.util.Multiset
 
iterator() - Method in class com.landawn.abacus.util.Seq
 
iterator() - Method in class com.landawn.abacus.util.ShortList
 
iterator() - Method in interface com.landawn.abacus.util.stream.BaseStream
Returns an iterator for the elements of this stream.
iterator() - Method in class com.landawn.abacus.util.stream.ByteStream
 
iterator() - Method in class com.landawn.abacus.util.stream.CharStream
 
iterator() - Method in class com.landawn.abacus.util.stream.DoubleStream
 
iterator() - Method in class com.landawn.abacus.util.stream.EntryStream
 
iterator() - Method in class com.landawn.abacus.util.stream.FloatStream
 
iterator() - Method in class com.landawn.abacus.util.stream.IntStream
 
iterator() - Method in class com.landawn.abacus.util.stream.LongStream
 
iterator() - Method in class com.landawn.abacus.util.stream.ShortStream
 
iterator() - Method in class com.landawn.abacus.util.stream.Stream
 
Iterators - Class in com.landawn.abacus.util
 
iteratte(CompletableFuture<? extends T>...) - Static method in class com.landawn.abacus.android.util.Futures
 
iteratte(Collection<? extends CompletableFuture<? extends T>>) - Static method in class com.landawn.abacus.android.util.Futures
 
iteratte(Collection<? extends CompletableFuture<? extends T>>, long, TimeUnit) - Static method in class com.landawn.abacus.android.util.Futures
 
iteratte(CompletableFuture<? extends T>...) - Static method in class com.landawn.abacus.util.Futures
 
iteratte(Collection<? extends CompletableFuture<? extends T>>) - Static method in class com.landawn.abacus.util.Futures
 
iteratte(Collection<? extends CompletableFuture<? extends T>>, long, TimeUnit) - Static method in class com.landawn.abacus.util.Futures
 

J

JacksonMapperConfig - Class in com.landawn.abacus.parser
 
JacksonMapperConfig() - Constructor for class com.landawn.abacus.parser.JacksonMapperConfig
 
JacksonMapperConfig.JMC - Class in com.landawn.abacus.parser
 
JacksonXMLMapperConfig - Class in com.landawn.abacus.parser
 
JacksonXMLMapperConfig() - Constructor for class com.landawn.abacus.parser.JacksonXMLMapperConfig
 
JacksonXMLMapperConfig.XMC - Class in com.landawn.abacus.parser
 
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
 
jdbcSettings() - Method in class com.landawn.abacus.util.SQLExecutor
 
JdbcUtil - Class in com.landawn.abacus.util
 
JDC() - Constructor for class com.landawn.abacus.parser.JSONDeserializationConfig.JDC
 
JMC() - Constructor for class com.landawn.abacus.parser.JacksonMapperConfig.JMC
 
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(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.
join(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.
join(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.
join(DataSet, Map<String, String>, String, Class<?>, Class<? 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.
join(int, int, char) - Method in class com.landawn.abacus.util.BooleanList
 
join(int, int, String) - Method in class com.landawn.abacus.util.BooleanList
 
join(int, int, char) - Method in class com.landawn.abacus.util.ByteList
 
join(int, int, String) - Method in class com.landawn.abacus.util.ByteList
 
join(int, int, char) - Method in class com.landawn.abacus.util.CharList
 
join(int, int, String) - Method in class com.landawn.abacus.util.CharList
 
join(int, int, char) - Method in class com.landawn.abacus.util.DoubleList
 
join(int, int, String) - Method in class com.landawn.abacus.util.DoubleList
 
join(int, int, char) - Method in class com.landawn.abacus.util.FloatList
 
join(int, int, String) - Method in class com.landawn.abacus.util.FloatList
 
join(int, int, char) - Method in class com.landawn.abacus.util.IntList
 
join(int, int, String) - Method in class com.landawn.abacus.util.IntList
 
join(int, int, char) - Method in class com.landawn.abacus.util.LongList
 
join(int, int, String) - Method in class com.landawn.abacus.util.LongList
 
join(Map<?, ?>) - Static method in class com.landawn.abacus.util.Maps
 
join(Map<?, ?>, char) - Static method in class com.landawn.abacus.util.Maps
 
join(Map<?, ?>, String) - Static method in class com.landawn.abacus.util.Maps
 
join(Map<?, ?>, int, int, char) - Static method in class com.landawn.abacus.util.Maps
 
join(Map<?, ?>, int, int, char, boolean) - Static method in class com.landawn.abacus.util.Maps
 
join(Map<?, ?>, int, int, String) - Static method in class com.landawn.abacus.util.Maps
 
join(Map<?, ?>, int, int, String, boolean) - Static method in class com.landawn.abacus.util.Maps
 
join(Map<?, ?>, char, char) - Static method in class com.landawn.abacus.util.Maps
 
join(Map<?, ?>, String, String) - Static method in class com.landawn.abacus.util.Maps
 
join(Map<?, ?>, int, int, char, char) - Static method in class com.landawn.abacus.util.Maps
 
join(Map<?, ?>, int, int, char, char, boolean) - Static method in class com.landawn.abacus.util.Maps
 
join(Map<?, ?>, int, int, String, String) - Static method in class com.landawn.abacus.util.Maps
 
join(Map<?, ?>, int, int, String, String, boolean) - Static method in class com.landawn.abacus.util.Maps
 
join(boolean[]) - Static method in class com.landawn.abacus.util.N
 
join(boolean[], char) - Static method in class com.landawn.abacus.util.N
 
join(boolean[], String) - Static method in class com.landawn.abacus.util.N
 
join(boolean[], int, int, char) - Static method in class com.landawn.abacus.util.N
 
join(boolean[], int, int, String) - Static method in class com.landawn.abacus.util.N
 
join(char[]) - Static method in class com.landawn.abacus.util.N
 
join(char[], char) - Static method in class com.landawn.abacus.util.N
 
join(char[], String) - Static method in class com.landawn.abacus.util.N
 
join(char[], int, int, char) - Static method in class com.landawn.abacus.util.N
 
join(char[], int, int, String) - Static method in class com.landawn.abacus.util.N
 
join(byte[]) - Static method in class com.landawn.abacus.util.N
 
join(byte[], char) - Static method in class com.landawn.abacus.util.N
 
join(byte[], String) - Static method in class com.landawn.abacus.util.N
 
join(byte[], int, int, char) - Static method in class com.landawn.abacus.util.N
 
join(byte[], int, int, String) - Static method in class com.landawn.abacus.util.N
 
join(short[]) - Static method in class com.landawn.abacus.util.N
 
join(short[], char) - Static method in class com.landawn.abacus.util.N
 
join(short[], String) - Static method in class com.landawn.abacus.util.N
 
join(short[], int, int, char) - Static method in class com.landawn.abacus.util.N
 
join(short[], int, int, String) - Static method in class com.landawn.abacus.util.N
 
join(int[]) - Static method in class com.landawn.abacus.util.N
 
join(int[], char) - Static method in class com.landawn.abacus.util.N
 
join(int[], String) - Static method in class com.landawn.abacus.util.N
 
join(int[], int, int, char) - Static method in class com.landawn.abacus.util.N
 
join(int[], int, int, String) - Static method in class com.landawn.abacus.util.N
 
join(long[]) - Static method in class com.landawn.abacus.util.N
 
join(long[], char) - Static method in class com.landawn.abacus.util.N
 
join(long[], String) - Static method in class com.landawn.abacus.util.N
 
join(long[], int, int, char) - Static method in class com.landawn.abacus.util.N
 
join(long[], int, int, String) - Static method in class com.landawn.abacus.util.N
 
join(float[]) - Static method in class com.landawn.abacus.util.N
 
join(float[], char) - Static method in class com.landawn.abacus.util.N
 
join(float[], String) - Static method in class com.landawn.abacus.util.N
 
join(float[], int, int, char) - Static method in class com.landawn.abacus.util.N
 
join(float[], int, int, String) - Static method in class com.landawn.abacus.util.N
 
join(double[]) - Static method in class com.landawn.abacus.util.N
 
join(double[], char) - Static method in class com.landawn.abacus.util.N
 
join(double[], String) - Static method in class com.landawn.abacus.util.N
 
join(double[], int, int, char) - Static method in class com.landawn.abacus.util.N
 
join(double[], int, int, String) - Static method in class com.landawn.abacus.util.N
 
join(Object[]) - Static method in class com.landawn.abacus.util.N
 
join(Object[], char) - Static method in class com.landawn.abacus.util.N
 
join(Object[], String) - Static method in class com.landawn.abacus.util.N
 
join(Object[], int, int, char) - Static method in class com.landawn.abacus.util.N
 
join(Object[], int, int, char, boolean) - Static method in class com.landawn.abacus.util.N
 
join(Object[], int, int, String) - Static method in class com.landawn.abacus.util.N
 
join(Object[], int, int, String, boolean) - Static method in class com.landawn.abacus.util.N
 
join(Collection<?>) - Static method in class com.landawn.abacus.util.N
 
join(Collection<?>, char) - Static method in class com.landawn.abacus.util.N
 
join(Collection<?>, String) - Static method in class com.landawn.abacus.util.N
 
join(Collection<?>, int, int, char) - Static method in class com.landawn.abacus.util.N
 
join(Collection<?>, int, int, char, boolean) - Static method in class com.landawn.abacus.util.N
 
join(Collection<?>, int, int, String) - Static method in class com.landawn.abacus.util.N
 
join(Collection<?>, int, int, String, boolean) - Static method in class com.landawn.abacus.util.N
 
join() - Method in class com.landawn.abacus.util.PrimitiveList
 
join(char) - Method in class com.landawn.abacus.util.PrimitiveList
 
join(String) - Method in class com.landawn.abacus.util.PrimitiveList
 
join(int, int) - Method in class com.landawn.abacus.util.PrimitiveList
 
join(int, int, char) - Method in class com.landawn.abacus.util.PrimitiveList
 
join(int, int, String) - Method in class com.landawn.abacus.util.PrimitiveList
 
join() - Method in class com.landawn.abacus.util.Seq
 
join(char) - Method in class com.landawn.abacus.util.Seq
 
join(String) - Method in class com.landawn.abacus.util.Seq
 
join(int, int, char) - Method in class com.landawn.abacus.util.ShortList
 
join(int, int, String) - Method in class com.landawn.abacus.util.ShortList
 
join(String) - Method in class com.landawn.abacus.util.SQLBuilder
 
join(Class<?>) - Method in class com.landawn.abacus.util.SQLBuilder
 
join(CharSequence) - Method in interface com.landawn.abacus.util.stream.BaseStream
 
join(CharSequence, CharSequence, CharSequence) - Method in interface com.landawn.abacus.util.stream.BaseStream
 
join(CharSequence) - Method in class com.landawn.abacus.util.stream.EntryStream
 
join(CharSequence, CharSequence, CharSequence) - Method in class com.landawn.abacus.util.stream.EntryStream
 
join(CharSequence, CharSequence) - Method in class com.landawn.abacus.util.stream.EntryStream
 
join(CharSequence, CharSequence, CharSequence, CharSequence) - Method in class com.landawn.abacus.util.stream.EntryStream
 
Joiner - Class in com.landawn.abacus.util
Note: It's copied from OpenJDK at: http://hg.openjdk.java.net/jdk8u/hs-dev/jdk
StringJoiner is used to construct a sequence of characters separated by a delimiter and optionally starting with a supplied prefix and ending with a supplied suffix.
joining() - Static method in class com.landawn.abacus.util.stream.Collectors
Returns a Collector that concatenates the input elements into a String, in encounter order.
joining(CharSequence) - Static method in class com.landawn.abacus.util.stream.Collectors
Returns a Collector that concatenates the input elements, separated by the specified delimiter, in encounter order.
joining(CharSequence, CharSequence, CharSequence) - Static method in class com.landawn.abacus.util.stream.Collectors
Returns a Collector that concatenates the input elements, separated by the specified delimiter, with the specified prefix and suffix, in encounter order.
JRedis<T> - Class in com.landawn.abacus.cache
 
JRedis(String) - Constructor for class com.landawn.abacus.cache.JRedis
 
JRedis(String, long) - Constructor for class com.landawn.abacus.cache.JRedis
 
JSC() - Constructor for class com.landawn.abacus.parser.JSONSerializationConfig.JSC
 
json2XML(String) - Static method in class com.landawn.abacus.util.N
 
json2XML(Class<?>, String) - Static method in class com.landawn.abacus.util.N
 
JSONDeserializationConfig - Class in com.landawn.abacus.parser
 
JSONDeserializationConfig() - Constructor for class com.landawn.abacus.parser.JSONDeserializationConfig
 
JSONDeserializationConfig.JDC - Class in com.landawn.abacus.parser
 
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
 
JSONUtil - Class in com.landawn.abacus.util
 
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.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.
just(T) - Static method in class com.landawn.abacus.util.Seq
 
just(T) - Static method in class com.landawn.abacus.util.stream.Stream
 

K

KDC() - Constructor for class com.landawn.abacus.parser.KryoDeserializationConfig.KDC
 
key() - Static method in class com.landawn.abacus.util.Fn
 
keyed(Function<? super T, K>) - Static method in class com.landawn.abacus.util.Fn
 
KeyedObjectPool<K,E extends Poolable> - Interface in com.landawn.abacus.pool
 
KeyedObjectPool.MemoryMeasure<K,E> - Interface in com.landawn.abacus.pool
 
keys() - Method in class com.landawn.abacus.util.stream.EntryStream
 
keySet() - Method in class com.landawn.abacus.cache.CaffeineCache
 
keySet() - Method in class com.landawn.abacus.cache.Ehcache
 
keySet() - Method in interface com.landawn.abacus.EntityId
Method keySet.
keySet() - Method in class com.landawn.abacus.http.Headers
 
keySet() - Method in class com.landawn.abacus.pool.GenericKeyedObjectPool
 
keySet() - Method in interface com.landawn.abacus.pool.KeyedObjectPool
Method keySet.
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.CQLMapper
 
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.Properties
 
keySet() - Method in class com.landawn.abacus.util.SQLMapper
 
KryoDeserializationConfig - Class in com.landawn.abacus.parser
 
KryoDeserializationConfig() - Constructor for class com.landawn.abacus.parser.KryoDeserializationConfig
 
KryoDeserializationConfig.KDC - Class in com.landawn.abacus.parser
 
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
 
KSC() - Constructor for class com.landawn.abacus.parser.KryoSerializationConfig.KSC
 
kthLargest(int) - Method in class com.landawn.abacus.util.ByteList
 
kthLargest(int, int, int) - Method in class com.landawn.abacus.util.ByteList
 
kthLargest(int) - Method in class com.landawn.abacus.util.CharList
 
kthLargest(int, int, int) - Method in class com.landawn.abacus.util.CharList
 
kthLargest(int) - Method in class com.landawn.abacus.util.DoubleList
 
kthLargest(int, int, int) - Method in class com.landawn.abacus.util.DoubleList
 
kthLargest(int) - Method in class com.landawn.abacus.util.FloatList
 
kthLargest(int, int, int) - Method in class com.landawn.abacus.util.FloatList
 
kthLargest(int) - Method in class com.landawn.abacus.util.IntList
 
kthLargest(int, int, int) - Method in class com.landawn.abacus.util.IntList
 
kthLargest(int) - Method in class com.landawn.abacus.util.LongList
 
kthLargest(int, int, int) - Method in class com.landawn.abacus.util.LongList
 
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
 
kthLargest(int) - Method in class com.landawn.abacus.util.Seq
 
kthLargest(int, Comparator<? super T>) - Method in class com.landawn.abacus.util.Seq
 
kthLargest(int) - Method in class com.landawn.abacus.util.ShortList
 
kthLargest(int, int, int) - Method in class com.landawn.abacus.util.ShortList
 
kthLargest(int) - Method in class com.landawn.abacus.util.stream.ByteStream
 
kthLargest(int) - Method in class com.landawn.abacus.util.stream.CharStream
 
kthLargest(int) - Method in class com.landawn.abacus.util.stream.DoubleStream
 
kthLargest(int) - Method in class com.landawn.abacus.util.stream.FloatStream
 
kthLargest(int) - Method in class com.landawn.abacus.util.stream.IntStream
 
kthLargest(int) - Method in class com.landawn.abacus.util.stream.LongStream
 
kthLargest(int) - Method in class com.landawn.abacus.util.stream.ShortStream
 
kthLargest(int, Comparator<? super T>) - Method in class com.landawn.abacus.util.stream.Stream
 

L

last() - Method in class com.landawn.abacus.util.BooleanList
 
last() - Method in class com.landawn.abacus.util.ByteList
 
last() - Method in class com.landawn.abacus.util.CharList
 
last() - Method in class com.landawn.abacus.util.DoubleList
 
last() - Method in class com.landawn.abacus.util.FloatList
 
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(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(List<?>, Object) - Static method in class com.landawn.abacus.util.Index
 
last(List<?>, 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() - Method in class com.landawn.abacus.util.IntList
 
last(Iterator<T>) - Static method in class com.landawn.abacus.util.Iterators
 
last() - Method in class com.landawn.abacus.util.LongList
 
last() - Method in class com.landawn.abacus.util.Seq
 
last(int) - Method in class com.landawn.abacus.util.Seq
Return at most last n elements.
last() - Method in class com.landawn.abacus.util.ShortList
 
last() - Method in interface com.landawn.abacus.util.stream.BaseStream
 
last(int) - Static method in class com.landawn.abacus.util.stream.Collectors
 
last(int) - Method in class com.landawn.abacus.util.stream.Stream
A queue with size up to n will be maintained to filter out the last n elements.
LAST_MODIFIED - Static variable in class com.landawn.abacus.http.HTTP
 
lastEntry() - Method in class com.landawn.abacus.util.ImmutableNavigableMap
 
lastIndexOf(boolean) - Method in class com.landawn.abacus.util.BooleanList
 
lastIndexOf(int, boolean) - Method in class com.landawn.abacus.util.BooleanList
 
lastIndexOf(byte) - Method in class com.landawn.abacus.util.ByteList
 
lastIndexOf(int, byte) - Method in class com.landawn.abacus.util.ByteList
 
lastIndexOf(char) - Method in class com.landawn.abacus.util.CharList
 
lastIndexOf(int, char) - Method in class com.landawn.abacus.util.CharList
 
lastIndexOf(double) - Method in class com.landawn.abacus.util.DoubleList
 
lastIndexOf(int, double) - Method in class com.landawn.abacus.util.DoubleList
 
lastIndexOf(float) - Method in class com.landawn.abacus.util.FloatList
 
lastIndexOf(int, float) - Method in class com.landawn.abacus.util.FloatList
 
lastIndexOf(Object) - Method in class com.landawn.abacus.util.ImmutableList
 
lastIndexOf(int) - Method in class com.landawn.abacus.util.IntList
 
lastIndexOf(int, int) - Method in class com.landawn.abacus.util.IntList
 
lastIndexOf(long) - Method in class com.landawn.abacus.util.LongList
 
lastIndexOf(int, long) - Method in class com.landawn.abacus.util.LongList
 
lastIndexOf(boolean[], boolean) - Static method in class com.landawn.abacus.util.N
 
lastIndexOf(boolean[], int, boolean) - Static method in class com.landawn.abacus.util.N
 
lastIndexOf(char[], char) - Static method in class com.landawn.abacus.util.N
 
lastIndexOf(char[], int, char) - Static method in class com.landawn.abacus.util.N
 
lastIndexOf(byte[], byte) - Static method in class com.landawn.abacus.util.N
 
lastIndexOf(byte[], int, byte) - Static method in class com.landawn.abacus.util.N
 
lastIndexOf(short[], short) - Static method in class com.landawn.abacus.util.N
 
lastIndexOf(short[], int, short) - Static method in class com.landawn.abacus.util.N
 
lastIndexOf(int[], int) - Static method in class com.landawn.abacus.util.N
 
lastIndexOf(int[], int, int) - Static method in class com.landawn.abacus.util.N
 
lastIndexOf(long[], long) - Static method in class com.landawn.abacus.util.N
 
lastIndexOf(long[], int, long) - Static method in class com.landawn.abacus.util.N
 
lastIndexOf(float[], float) - Static method in class com.landawn.abacus.util.N
 
lastIndexOf(float[], int, float) - Static method in class com.landawn.abacus.util.N
 
lastIndexOf(double[], double) - Static method in class com.landawn.abacus.util.N
 
lastIndexOf(double[], int, double) - Static method in class com.landawn.abacus.util.N
 
lastIndexOf(Object[], Object) - Static method in class com.landawn.abacus.util.N
 
lastIndexOf(Object[], int, Object) - Static method in class com.landawn.abacus.util.N
 
lastIndexOf(List<?>, Object) - Static method in class com.landawn.abacus.util.N
 
lastIndexOf(List<?>, int, Object) - Static method in class com.landawn.abacus.util.N
 
lastIndexOf(String, int) - Static method in class com.landawn.abacus.util.N
 
lastIndexOf(String, int, int) - Static method in class com.landawn.abacus.util.N
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.N
 
lastIndexOf(String, int, String) - Static method in class com.landawn.abacus.util.N
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.N
 
lastIndexOf(String, int, String, String) - Static method in class com.landawn.abacus.util.N
 
lastIndexOf(short) - Method in class com.landawn.abacus.util.ShortList
 
lastIndexOf(int, short) - Method in class com.landawn.abacus.util.ShortList
 
lastIndexOfAny(String, char...) - Static method in class com.landawn.abacus.util.N
 
lastIndexOfAny(String, String...) - Static method in class com.landawn.abacus.util.N
 
lastIndexOfIgnoreCase(String, String) - Static method in class com.landawn.abacus.util.N
 
lastIndexOfIgnoreCase(String, int, String) - Static method in class com.landawn.abacus.util.N
 
lastIndexOfSubList(List<?>, List<?>) - Static method in class com.landawn.abacus.util.N
 
lastKey() - Method in class com.landawn.abacus.util.ImmutableSortedMap
 
lastNonNull(Iterator<T>) - Static method in class com.landawn.abacus.util.Iterators
 
lastNonNull(T, T) - Static method in class com.landawn.abacus.util.N
 
lastNonNull(T, T, T) - Static method in class com.landawn.abacus.util.N
 
lastNonNull(T...) - Static method in class com.landawn.abacus.util.N
 
lastNonNull(Collection<T>) - Static method in class com.landawn.abacus.util.N
 
lastOrdinalIndexOf(String, String, int) - Static method in class com.landawn.abacus.util.N
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
 
LauncherActivityBase - Class in com.landawn.abacus.android
 
LauncherActivityBase() - Constructor for class com.landawn.abacus.android.LauncherActivityBase
 
lcm(int, int) - Static method in class com.landawn.abacus.util.Maths
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.Maths
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
 
le(String, Object) - Static method in class com.landawn.abacus.util.DynamoDBExecutor.Filters
 
left - Variable in class com.landawn.abacus.util.Pair
 
left() - Method in class com.landawn.abacus.util.Pair
 
left - Variable in class com.landawn.abacus.util.Triple
 
left() - Method in class com.landawn.abacus.util.Triple
 
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<?>, Class<? 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(Collection<U>, Try.Function<? super T, ?, E>, Try.Function<? super U, ?, E2>) - Method in class com.landawn.abacus.util.Seq
The time complexity is O(n + m) : n is the size of this Seq and m is the size of specified collection b.
leftJoin(Collection<U>, Try.BiPredicate<? super T, ? super U, E>) - Method in class com.landawn.abacus.util.Seq
The time complexity is O(n * m) : n is the size of this Seq and m is the size of specified collection b.
leftJoin(String) - Method in class com.landawn.abacus.util.SQLBuilder
 
leftJoin(Class<?>) - Method in class com.landawn.abacus.util.SQLBuilder
 
leftJoin(Collection<U>, Function<? super T, ?>, Function<? super U, ?>) - Method in class com.landawn.abacus.util.stream.Stream
The time complexity is O(n + m) : n is the size of this Stream and m is the size of specified collection b.
leftJoin(Collection<U>, BiPredicate<? super T, ? super U>) - Method in class com.landawn.abacus.util.stream.Stream
The time complexity is O(n * m) : n is the size of this Stream and m is the size of specified collection b.
leftOf(int, int) - Method in class com.landawn.abacus.util.BooleanMatrix
 
leftOf(int, int) - Method in class com.landawn.abacus.util.ByteMatrix
 
leftOf(int, int) - Method in class com.landawn.abacus.util.CharMatrix
 
leftOf(int, int) - Method in class com.landawn.abacus.util.DoubleMatrix
 
leftOf(int, int) - Method in class com.landawn.abacus.util.FloatMatrix
 
leftOf(int, int) - Method in class com.landawn.abacus.util.IntMatrix
 
leftOf(int, int) - Method in class com.landawn.abacus.util.LongMatrix
 
leftOf(int, int) - Method in class com.landawn.abacus.util.Matrix
 
leftOf(int, int) - Method in class com.landawn.abacus.util.ShortMatrix
 
len(CharSequence) - Static method in class com.landawn.abacus.util.N
Returns the length/size of the specified Array/Collection/Map/CharSequence, or 0 if it's empty or null.
len(boolean[]) - Static method in class com.landawn.abacus.util.N
Returns the length/size of the specified Array/Collection/Map/CharSequence, or 0 if it's empty or null.
len(char[]) - Static method in class com.landawn.abacus.util.N
Returns the length/size of the specified Array/Collection/Map/CharSequence, or 0 if it's empty or null.
len(byte[]) - Static method in class com.landawn.abacus.util.N
Returns the length/size of the specified Array/Collection/Map/CharSequence, or 0 if it's empty or null.
len(short[]) - Static method in class com.landawn.abacus.util.N
Returns the length/size of the specified Array/Collection/Map/CharSequence, or 0 if it's empty or null.
len(int[]) - Static method in class com.landawn.abacus.util.N
Returns the length/size of the specified Array/Collection/Map/CharSequence, or 0 if it's empty or null.
len(long[]) - Static method in class com.landawn.abacus.util.N
Returns the length/size of the specified Array/Collection/Map/CharSequence, or 0 if it's empty or null.
len(float[]) - Static method in class com.landawn.abacus.util.N
Returns the length/size of the specified Array/Collection/Map/CharSequence, or 0 if it's empty or null.
len(double[]) - Static method in class com.landawn.abacus.util.N
Returns the length/size of the specified Array/Collection/Map/CharSequence, or 0 if it's empty or null.
len(Object[]) - Static method in class com.landawn.abacus.util.N
Returns the length/size of the specified Array/Collection/Map/CharSequence, or 0 if it's empty or null.
len(Collection<?>) - Static method in class com.landawn.abacus.util.N
Returns the length/size of the specified Array/Collection/Map/CharSequence, or 0 if it's empty or null.
len(Map<?, ?>) - Static method in class com.landawn.abacus.util.N
Returns the length/size of the specified Array/Collection/Map/CharSequence, or 0 if it's empty or null.
length() - Method in class com.landawn.abacus.util.Joiner
Returns the length of the String representation of this StringJoiner.
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_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
 
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(T) - Static method in class com.landawn.abacus.util.Fn
 
lessEqual() - Static method in class com.landawn.abacus.util.Fn
 
lessEqual() - Static method in interface com.landawn.abacus.util.function.BiPredicate
 
lessEqual(byte) - Static method in interface com.landawn.abacus.util.function.BytePredicate
 
lessEqual(char) - Static method in interface com.landawn.abacus.util.function.CharPredicate
 
lessEqual(double) - Static method in interface com.landawn.abacus.util.function.DoublePredicate
 
lessEqual(float) - Static method in interface com.landawn.abacus.util.function.FloatPredicate
 
lessEqual(int) - Static method in interface com.landawn.abacus.util.function.IntPredicate
 
lessEqual(long) - Static method in interface com.landawn.abacus.util.function.LongPredicate
 
lessEqual(T) - Static method in interface com.landawn.abacus.util.function.Predicate
 
lessEqual(short) - Static method in interface com.landawn.abacus.util.function.ShortPredicate
 
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(T) - Static method in class com.landawn.abacus.util.Fn
 
lessThan() - Static method in class com.landawn.abacus.util.Fn
 
lessThan() - Static method in interface com.landawn.abacus.util.function.BiPredicate
 
lessThan(byte) - Static method in interface com.landawn.abacus.util.function.BytePredicate
 
lessThan(char) - Static method in interface com.landawn.abacus.util.function.CharPredicate
 
lessThan(double) - Static method in interface com.landawn.abacus.util.function.DoublePredicate
 
lessThan(float) - Static method in interface com.landawn.abacus.util.function.FloatPredicate
 
lessThan(int) - Static method in interface com.landawn.abacus.util.function.IntPredicate
 
lessThan(long) - Static method in interface com.landawn.abacus.util.function.LongPredicate
 
lessThan(T) - Static method in interface com.landawn.abacus.util.function.Predicate
 
lessThan(short) - Static method in interface com.landawn.abacus.util.function.ShortPredicate
 
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.
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
 
limit(int) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
limit(int, int) - 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 - 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(int) - Method in class com.landawn.abacus.util.CQLBuilder
 
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(long) - Method in interface com.landawn.abacus.util.stream.BaseStream
Returns a stream consisting of the elements of this stream, truncated to be no longer than maxSize in length.
limit(long) - Method in class com.landawn.abacus.util.stream.EntryStream
 
limitThenFilter(int, Predicate<T>) - Static method in class com.landawn.abacus.util.Fn
 
limitThenFilter(int, BiPredicate<T, U>) - Static method in class com.landawn.abacus.util.Fn
 
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.
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(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, Try.BiPredicate<? super File, ? super File, E>) - Static method in class com.landawn.abacus.util.IOUtil
 
list(File) - Static method in class com.landawn.abacus.util.stream.Stream
 
list(File, boolean) - Static method in class com.landawn.abacus.util.stream.Stream
 
ListActivityBase - Class in com.landawn.abacus.android
 
ListActivityBase() - Constructor for class com.landawn.abacus.android.ListActivityBase
 
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.IOUtil
 
listFiles(File, boolean, boolean) - Static method in class com.landawn.abacus.util.IOUtil
 
listFiles(File, boolean, Try.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
 
load(Class<T>, Long) - Method in class com.landawn.abacus.util.Neo4jExecutor
 
load(Class<T>, Long, int) - Method in class com.landawn.abacus.util.Neo4jExecutor
 
load(File) - Static method in class com.landawn.abacus.util.PropertiesUtil
 
load(File, boolean) - Static method in class com.landawn.abacus.util.PropertiesUtil
 
load(InputStream) - Static method in class com.landawn.abacus.util.PropertiesUtil
 
load(Reader) - Static method in class com.landawn.abacus.util.PropertiesUtil
 
load(SQLExecutor, String, boolean) - Static method in class com.landawn.abacus.util.PropertiesUtil
 
loadAll(Class<T>, Collection<Long>) - Method in class com.landawn.abacus.util.Neo4jExecutor
 
loadAll(Class<T>, Collection<Long>, int) - Method in class com.landawn.abacus.util.Neo4jExecutor
 
loadAll(Class<T>, Collection<Long>, SortOrder) - Method in class com.landawn.abacus.util.Neo4jExecutor
 
loadAll(Class<T>, Collection<Long>, SortOrder, int) - Method in class com.landawn.abacus.util.Neo4jExecutor
 
loadAll(Class<T>, Collection<Long>, Pagination) - Method in class com.landawn.abacus.util.Neo4jExecutor
 
loadAll(Class<T>, Collection<Long>, Pagination, int) - Method in class com.landawn.abacus.util.Neo4jExecutor
 
loadAll(Class<T>, Collection<Long>, SortOrder, Pagination) - Method in class com.landawn.abacus.util.Neo4jExecutor
 
loadAll(Class<T>, Collection<Long>, SortOrder, Pagination, int) - Method in class com.landawn.abacus.util.Neo4jExecutor
 
loadAll(Collection<T>) - Method in class com.landawn.abacus.util.Neo4jExecutor
 
loadAll(Collection<T>, int) - Method in class com.landawn.abacus.util.Neo4jExecutor
 
loadAll(Collection<T>, SortOrder) - Method in class com.landawn.abacus.util.Neo4jExecutor
 
loadAll(Collection<T>, SortOrder, int) - Method in class com.landawn.abacus.util.Neo4jExecutor
 
loadAll(Collection<T>, Pagination) - Method in class com.landawn.abacus.util.Neo4jExecutor
 
loadAll(Collection<T>, Pagination, int) - Method in class com.landawn.abacus.util.Neo4jExecutor
 
loadAll(Collection<T>, SortOrder, Pagination) - Method in class com.landawn.abacus.util.Neo4jExecutor
 
loadAll(Collection<T>, SortOrder, Pagination, int) - Method in class com.landawn.abacus.util.Neo4jExecutor
 
loadAll(Class<T>) - Method in class com.landawn.abacus.util.Neo4jExecutor
 
loadAll(Class<T>, int) - Method in class com.landawn.abacus.util.Neo4jExecutor
 
loadAll(Class<T>, SortOrder) - Method in class com.landawn.abacus.util.Neo4jExecutor
 
loadAll(Class<T>, SortOrder, int) - Method in class com.landawn.abacus.util.Neo4jExecutor
 
loadAll(Class<T>, Pagination) - Method in class com.landawn.abacus.util.Neo4jExecutor
 
loadAll(Class<T>, Pagination, int) - Method in class com.landawn.abacus.util.Neo4jExecutor
 
loadAll(Class<T>, SortOrder, Pagination) - Method in class com.landawn.abacus.util.Neo4jExecutor
 
loadAll(Class<T>, SortOrder, Pagination, int) - Method in class com.landawn.abacus.util.Neo4jExecutor
 
loadAll(Class<T>, Filter) - Method in class com.landawn.abacus.util.Neo4jExecutor
 
loadAll(Class<T>, Filter, int) - Method in class com.landawn.abacus.util.Neo4jExecutor
 
loadAll(Class<T>, Filter, SortOrder) - Method in class com.landawn.abacus.util.Neo4jExecutor
 
loadAll(Class<T>, Filter, SortOrder, int) - Method in class com.landawn.abacus.util.Neo4jExecutor
 
loadAll(Class<T>, Filter, Pagination) - Method in class com.landawn.abacus.util.Neo4jExecutor
 
loadAll(Class<T>, Filter, Pagination, int) - Method in class com.landawn.abacus.util.Neo4jExecutor
 
loadAll(Class<T>, Filter, SortOrder, Pagination) - Method in class com.landawn.abacus.util.Neo4jExecutor
 
loadAll(Class<T>, Filter, SortOrder, Pagination, int) - Method in class com.landawn.abacus.util.Neo4jExecutor
 
loadAll(Class<T>, Filters) - Method in class com.landawn.abacus.util.Neo4jExecutor
 
loadAll(Class<T>, Filters, int) - Method in class com.landawn.abacus.util.Neo4jExecutor
 
loadAll(Class<T>, Filters, SortOrder) - Method in class com.landawn.abacus.util.Neo4jExecutor
 
loadAll(Class<T>, Filters, SortOrder, int) - Method in class com.landawn.abacus.util.Neo4jExecutor
 
loadAll(Class<T>, Filters, Pagination) - Method in class com.landawn.abacus.util.Neo4jExecutor
 
loadAll(Class<T>, Filters, Pagination, int) - Method in class com.landawn.abacus.util.Neo4jExecutor
 
loadAll(Class<T>, Filters, SortOrder, Pagination) - Method in class com.landawn.abacus.util.Neo4jExecutor
 
loadAll(Class<T>, Filters, SortOrder, Pagination, int) - Method in class com.landawn.abacus.util.Neo4jExecutor
 
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, Try.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, Try.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, Try.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, Try.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, Try.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, Try.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, Try.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, Try.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, Try.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, Try.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, Try.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, Try.Predicate<String[], E>, List<? extends Type>) - Static method in class com.landawn.abacus.util.CSVUtil
Load the data from CSV.
loadFrom(String) - Method in class com.landawn.abacus.util.CQLMapper
 
loadFromXML(File) - Static method in class com.landawn.abacus.util.PropertiesUtil
 
loadFromXML(File, boolean) - Static method in class com.landawn.abacus.util.PropertiesUtil
 
loadFromXML(InputStream) - Static method in class com.landawn.abacus.util.PropertiesUtil
 
loadFromXML(SQLExecutor, String, boolean) - Static method in class com.landawn.abacus.util.PropertiesUtil
 
loadFromXML(Class<T>, File) - Static method in class com.landawn.abacus.util.PropertiesUtil
 
loadFromXML(Class<T>, File, boolean) - Static method in class com.landawn.abacus.util.PropertiesUtil
 
loadFromXML(Class<T>, InputStream) - Static method in class com.landawn.abacus.util.PropertiesUtil
 
loadFromXML(Class<T>, SQLExecutor, String, boolean) - Static method in class com.landawn.abacus.util.PropertiesUtil
 
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
The system default time zone
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.
lock() - Method in class com.landawn.abacus.pool.AbstractPool
 
lock() - Method in interface com.landawn.abacus.pool.Pool
 
lock(String) - Method in class com.landawn.abacus.util.DBLock
 
lock(String, long) - Method in class com.landawn.abacus.util.DBLock
 
lock(String, long, long) - Method in class com.landawn.abacus.util.DBLock
 
lock(String, long, long, long) - Method in class com.landawn.abacus.util.DBLock
 
lock(K, long) - Method in class com.landawn.abacus.util.MemcachedLock
 
lock(K, V, long) - Method in class com.landawn.abacus.util.MemcachedLock
 
LOCKED - Static variable in class com.landawn.abacus.util.DBLock
 
log(String, String) - Static method in class com.landawn.abacus.condition.Expression
 
log(double) - Static method in class com.landawn.abacus.util.Maths
 
log10(int, RoundingMode) - Static method in class com.landawn.abacus.util.Maths
 
log10(long, RoundingMode) - Static method in class com.landawn.abacus.util.Maths
Returns the base-10 logarithm of x, rounded according to the specified rounding mode.
log10(double) - Static method in class com.landawn.abacus.util.Maths
 
log10(BigInteger, RoundingMode) - Static method in class com.landawn.abacus.util.Maths
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.Maths
 
log2(long, RoundingMode) - Static method in class com.landawn.abacus.util.Maths
Returns the base-2 logarithm of x, rounded according to the specified rounding mode.
log2(double) - Static method in class com.landawn.abacus.util.Maths
Returns the base 2 logarithm of a double value.
log2(double, RoundingMode) - Static method in class com.landawn.abacus.util.Maths
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.Maths
Returns the base-2 logarithm of x, rounded according to the specified rounding mode.
LONG_LIST - Static variable in class com.landawn.abacus.util.Clazz
 
LONG_SET - Static variable in class com.landawn.abacus.util.Clazz
 
LongBiConsumer - Interface in com.landawn.abacus.util.function
 
LongBiFunction<R> - Interface in com.landawn.abacus.util.function
 
LongBinaryOperator - Interface in com.landawn.abacus.util.function
LongBiPredicate - Interface in com.landawn.abacus.util.function
 
LongConsumer - Interface in com.landawn.abacus.util.function
LongFunction<R> - Interface in com.landawn.abacus.util.function
LongIterator - Class in com.landawn.abacus.util
 
LongIterator() - Constructor for class com.landawn.abacus.util.LongIterator
 
LongList - Class in com.landawn.abacus.util
 
LongList() - Constructor for class com.landawn.abacus.util.LongList
 
LongList(int) - Constructor for class com.landawn.abacus.util.LongList
 
LongList(long[]) - Constructor for class com.landawn.abacus.util.LongList
The specified array is used as the element array for this list without copying action.
LongList(long[], int) - Constructor for class com.landawn.abacus.util.LongList
 
LongMatrix - Class in com.landawn.abacus.util
 
LongMatrix(long[][]) - Constructor for class com.landawn.abacus.util.LongMatrix
 
LongMultiset<T> - Class in com.landawn.abacus.util
A collection that supports order-independent equality, like Set, but may have duplicate elements.
LongMultiset() - Constructor for class com.landawn.abacus.util.LongMultiset
 
LongMultiset(int) - Constructor for class com.landawn.abacus.util.LongMultiset
 
LongMultiset(Class<? extends Map>) - Constructor for class com.landawn.abacus.util.LongMultiset
 
LongMultiset(Collection<? extends T>) - Constructor for class com.landawn.abacus.util.LongMultiset
 
LongNConsumer - Interface in com.landawn.abacus.util.function
 
LongNFunction<R> - Interface in com.landawn.abacus.util.function
 
LongPair - Class in com.landawn.abacus.util
 
LongPredicate - Interface in com.landawn.abacus.util.function
LongStream - Class in com.landawn.abacus.util.stream
Note: It's copied from OpenJDK at: http://hg.openjdk.java.net/jdk8u/hs-dev/jdk
A sequence of primitive long-valued elements supporting sequential and parallel aggregate operations.
LongStream.LongStreamEx - Class in com.landawn.abacus.util.stream
 
LongSummaryStatistics - Class in com.landawn.abacus.util
Note: It's copied from OpenJDK at: http://hg.openjdk.java.net/jdk8u/hs-dev/jdk
A state object for collecting statistics such as count, min, max, sum, and average.
LongSummaryStatistics() - Constructor for class com.landawn.abacus.util.LongSummaryStatistics
Construct an empty instance with zero count, zero sum, Long.MAX_VALUE min, Long.MIN_VALUE max and zero average.
LongSummaryStatistics(long, long, long, long) - Constructor for class com.landawn.abacus.util.LongSummaryStatistics
 
LongSupplier - Interface in com.landawn.abacus.util.function
LongToDoubleFunction - Interface in com.landawn.abacus.util.function
LongToFloatFunction - Interface in com.landawn.abacus.util.function
 
LongToIntFunction - Interface in com.landawn.abacus.util.function
LongTriConsumer - Interface in com.landawn.abacus.util.function
 
LongTriFunction<R> - Interface in com.landawn.abacus.util.function
 
LongTriple - Class in com.landawn.abacus.util
 
LongTriPredicate - Interface in com.landawn.abacus.util.function
 
LongUnaryOperator - 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
 
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
 
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
 
lt(String, Object) - Static method in class com.landawn.abacus.util.DynamoDBExecutor.Filters
 
lTrim(String) - Static method in class com.landawn.abacus.condition.Expression
 

M

map(Try.BooleanUnaryOperator<E>) - Method in class com.landawn.abacus.util.BooleanList
 
map(int, int, Try.BooleanUnaryOperator<E>) - Method in class com.landawn.abacus.util.BooleanList
 
map(Try.BooleanUnaryOperator<E>) - Method in class com.landawn.abacus.util.BooleanMatrix
 
map(Try.Function<BooleanPair, U, E>) - Method in class com.landawn.abacus.util.BooleanPair
 
map(Try.Function<BooleanTriple, U, E>) - Method in class com.landawn.abacus.util.BooleanTriple
 
map(Try.Function<? super T, R, E>) - Method in class com.landawn.abacus.util.Builder
 
map(Try.ByteUnaryOperator<E>) - Method in class com.landawn.abacus.util.ByteList
 
map(int, int, Try.ByteUnaryOperator<E>) - Method in class com.landawn.abacus.util.ByteList
 
map(Try.ByteUnaryOperator<E>) - Method in class com.landawn.abacus.util.ByteMatrix
 
map(Try.Function<BytePair, U, E>) - Method in class com.landawn.abacus.util.BytePair
 
map(Try.Function<ByteTriple, U, E>) - Method in class com.landawn.abacus.util.ByteTriple
 
map(Try.CharUnaryOperator<E>) - Method in class com.landawn.abacus.util.CharList
 
map(int, int, Try.CharUnaryOperator<E>) - Method in class com.landawn.abacus.util.CharList
 
map(Try.CharUnaryOperator<E>) - Method in class com.landawn.abacus.util.CharMatrix
 
map(Try.Function<CharPair, U, E>) - Method in class com.landawn.abacus.util.CharPair
 
map(Try.Function<CharTriple, U, E>) - Method in class com.landawn.abacus.util.CharTriple
 
map(Try.DoubleUnaryOperator<E>) - Method in class com.landawn.abacus.util.DoubleList
 
map(int, int, Try.DoubleUnaryOperator<E>) - Method in class com.landawn.abacus.util.DoubleList
 
map(Try.DoubleUnaryOperator<E>) - Method in class com.landawn.abacus.util.DoubleMatrix
 
map(Try.Function<DoublePair, U, E>) - Method in class com.landawn.abacus.util.DoublePair
 
map(Try.Function<DoubleTriple, U, E>) - Method in class com.landawn.abacus.util.DoubleTriple
 
map(Class<R>, T[], Try.Function<? super T, R, E>) - Static method in class com.landawn.abacus.util.f
 
map(Class<R>, T[][], Try.Function<? super T, R, E>) - Static method in class com.landawn.abacus.util.f
 
map(Class<R>, T[][][], Try.Function<? super T, R, E>) - Static method in class com.landawn.abacus.util.f
 
map(Try.FloatUnaryOperator<E>) - Method in class com.landawn.abacus.util.FloatList
 
map(int, int, Try.FloatUnaryOperator<E>) - Method in class com.landawn.abacus.util.FloatList
 
map(Try.FloatUnaryOperator<E>) - Method in class com.landawn.abacus.util.FloatMatrix
 
map(Try.Function<FloatPair, U, E>) - Method in class com.landawn.abacus.util.FloatPair
 
map(Try.Function<FloatTriple, U, E>) - Method in class com.landawn.abacus.util.FloatTriple
 
map(Try.IntUnaryOperator<E>) - Method in class com.landawn.abacus.util.IntList
 
map(int, int, Try.IntUnaryOperator<E>) - Method in class com.landawn.abacus.util.IntList
 
map(Try.IntUnaryOperator<E>) - Method in class com.landawn.abacus.util.IntMatrix
 
map(Try.Function<IntPair, U, E>) - Method in class com.landawn.abacus.util.IntPair
 
map(Try.Function<IntTriple, U, E>) - Method in class com.landawn.abacus.util.IntTriple
 
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(Try.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(Try.LongUnaryOperator<E>) - Method in class com.landawn.abacus.util.LongList
 
map(int, int, Try.LongUnaryOperator<E>) - Method in class com.landawn.abacus.util.LongList
 
map(Try.LongUnaryOperator<E>) - Method in class com.landawn.abacus.util.LongMatrix
 
map(Try.Function<LongPair, U, E>) - Method in class com.landawn.abacus.util.LongPair
 
map(Try.Function<LongTriple, U, E>) - Method in class com.landawn.abacus.util.LongTriple
 
map(Try.UnaryOperator<T, E>) - Method in class com.landawn.abacus.util.Matrix
 
map(Class<R>, Try.Function<? super T, R, E>) - Method in class com.landawn.abacus.util.Matrix
 
map(T[], Try.Function<? super T, ? extends R, E>) - Static method in class com.landawn.abacus.util.N
 
map(T[], int, int, Try.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>, Try.Function<? super T, ? extends R, E>) - Static method in class com.landawn.abacus.util.N
 
map(Collection<? extends T>, int, int, Try.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[], Try.Function<? super T, ? extends R, E>, IntFunction<C>) - Static method in class com.landawn.abacus.util.N
 
map(T[], int, int, Try.Function<? super T, ? extends R, E>, IntFunction<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>, Try.Function<? super T, ? extends R, E>, IntFunction<C>) - Static method in class com.landawn.abacus.util.N
 
map(Collection<? extends T>, int, int, Try.Function<? super T, ? extends R, E>, IntFunction<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(Try.Function<? super T, ? extends U, E>) - Method in class com.landawn.abacus.util.Nullable
If a value is present, apply the provided mapping function to it,
map(Function<? super T, U>) - Method in class com.landawn.abacus.util.Observer
 
map(Try.Function<? super T, ? extends U, E>) - Method in class com.landawn.abacus.util.Optional
If a value is present, apply the provided mapping function to it, and if the result is non-null, return an Optional describing the result.
map(Try.BooleanUnaryOperator<E>) - Method in class com.landawn.abacus.util.OptionalBoolean
 
map(Try.ByteUnaryOperator<E>) - Method in class com.landawn.abacus.util.OptionalByte
 
map(Try.CharUnaryOperator<E>) - Method in class com.landawn.abacus.util.OptionalChar
 
map(Try.DoubleUnaryOperator<E>) - Method in class com.landawn.abacus.util.OptionalDouble
 
map(Try.FloatUnaryOperator<E>) - Method in class com.landawn.abacus.util.OptionalFloat
 
map(Try.IntUnaryOperator<E>) - Method in class com.landawn.abacus.util.OptionalInt
 
map(Try.LongUnaryOperator<E>) - Method in class com.landawn.abacus.util.OptionalLong
 
map(Try.ShortUnaryOperator<E>) - Method in class com.landawn.abacus.util.OptionalShort
 
map(Try.BiFunction<? super L, ? super R, U, E>) - Method in class com.landawn.abacus.util.Pair
 
map(Try.Function<Pair<L, R>, U, E>) - Method in class com.landawn.abacus.util.Pair
 
map(Try.Function<? super T, ? extends R, E>) - Method in class com.landawn.abacus.util.Seq
 
map(Try.ShortUnaryOperator<E>) - Method in class com.landawn.abacus.util.ShortList
 
map(int, int, Try.ShortUnaryOperator<E>) - Method in class com.landawn.abacus.util.ShortList
 
map(Try.ShortUnaryOperator<E>) - Method in class com.landawn.abacus.util.ShortMatrix
 
map(Try.Function<ShortPair, U, E>) - Method in class com.landawn.abacus.util.ShortPair
 
map(Try.Function<ShortTriple, U, E>) - Method in class com.landawn.abacus.util.ShortTriple
 
map(ByteUnaryOperator) - Method in class com.landawn.abacus.util.stream.ByteStream
Returns a stream consisting of the results of applying the given function to the elements of this stream.
map(CharUnaryOperator) - Method in class com.landawn.abacus.util.stream.CharStream
Returns a stream consisting of the results of applying the given function to the elements of this stream.
map(DoubleUnaryOperator) - Method in class com.landawn.abacus.util.stream.DoubleStream
Returns a stream consisting of the results of applying the given function to the elements of this stream.
map(Function<? super Map.Entry<K, V>, Map.Entry<KK, VV>>) - Method in class com.landawn.abacus.util.stream.EntryStream
 
map(BiFunction<? super K, ? super V, Map.Entry<KK, VV>>) - Method in class com.landawn.abacus.util.stream.EntryStream
 
map(Function<? super K, KK>, Function<? super V, VV>) - Method in class com.landawn.abacus.util.stream.EntryStream
 
map(FloatUnaryOperator) - Method in class com.landawn.abacus.util.stream.FloatStream
Returns a stream consisting of the results of applying the given function to the elements of this stream.
map(IntUnaryOperator) - Method in class com.landawn.abacus.util.stream.IntStream
Returns a stream consisting of the results of applying the given function to the elements of this stream.
map(LongUnaryOperator) - Method in class com.landawn.abacus.util.stream.LongStream
Returns a stream consisting of the results of applying the given function to the elements of this stream.
map(ShortUnaryOperator) - Method in class com.landawn.abacus.util.stream.ShortStream
Returns a stream consisting of the results of applying the given function to the elements of this stream.
map(Function<? super T, ? extends R>) - Method in class com.landawn.abacus.util.stream.Stream
Returns a stream consisting of the results of applying the given function to the elements of this stream.
map(U, BiFunction<? super T, ? super U, ? extends R>) - Method in class com.landawn.abacus.util.stream.Stream
 
map(Try.TriFunction<? super L, ? super M, ? super R, U, E>) - Method in class com.landawn.abacus.util.Triple
 
map(Try.Function<Triple<L, M, R>, U, E>) - Method in class com.landawn.abacus.util.Triple
 
map(Try.Function<? super Tuple.Tuple1<T1>, U, E>) - Method in class com.landawn.abacus.util.Tuple.Tuple1
 
map(Try.Function<? super Tuple.Tuple2<T1, T2>, U, E>) - Method in class com.landawn.abacus.util.Tuple.Tuple2
 
map(Try.Function<? super Tuple.Tuple3<T1, T2, T3>, U, E>) - Method in class com.landawn.abacus.util.Tuple.Tuple3
 
map(Try.Function<? super Tuple.Tuple4<T1, T2, T3, T4>, U, E>) - Method in class com.landawn.abacus.util.Tuple.Tuple4
 
map(Try.Function<? super Tuple.Tuple5<T1, T2, T3, T4, T5>, U, E>) - Method in class com.landawn.abacus.util.Tuple.Tuple5
 
map(Try.Function<? super Tuple.Tuple6<T1, T2, T3, T4, T5, T6>, U, E>) - Method in class com.landawn.abacus.util.Tuple.Tuple6
 
map(Try.Function<? super Tuple.Tuple7<T1, T2, T3, T4, T5, T6, T7>, U, E>) - Method in class com.landawn.abacus.util.Tuple.Tuple7
 
map(Try.Function<? super Tuple.Tuple8<T1, T2, T3, T4, T5, T6, T7, T8>, U, E>) - Method in class com.landawn.abacus.util.Tuple.Tuple8
 
map(Try.Function<? super Tuple.Tuple9<T1, T2, T3, T4, T5, T6, T7, T8, T9>, U, E>) - Method in class com.landawn.abacus.util.Tuple.Tuple9
 
map2Entity(Class<T>, Map<String, Object>) - Static method in class com.landawn.abacus.util.Maps
 
map2Entity(Class<T>, Map<String, Object>, boolean, boolean) - Static method in class com.landawn.abacus.util.Maps
 
map2Entity(Class<T>, Map<String, Object>, Collection<String>) - Static method in class com.landawn.abacus.util.Maps
 
map2Entity(Class<T>, Collection<Map<String, Object>>) - Static method in class com.landawn.abacus.util.Maps
 
map2Entity(Class<T>, Collection<Map<String, Object>>, boolean, boolean) - Static method in class com.landawn.abacus.util.Maps
 
map2Entity(Class<T>, Collection<Map<String, Object>>, Collection<String>) - Static method in class com.landawn.abacus.util.Maps
 
mapER(Function<? super K, KK>, Function<? super V, VV>) - Method in class com.landawn.abacus.util.stream.EntryStream
To reduce the memory footprint, Only one instance of Map.Entry is created, and the same entry instance is returned and set with different keys/values during iteration of the returned stream.
mapFirst(Function<? super T, ? extends T>) - Method in class com.landawn.abacus.util.stream.Stream
 
mapFirstOrElse(Function<? super T, ? extends R>, Function<? super T, ? extends R>) - Method in class com.landawn.abacus.util.stream.Stream
 
mapIfNotEmpty(Try.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.
mapIfNotNull(Try.Function<? super T, ? extends U, E>) - Method in class com.landawn.abacus.util.Nullable
If a value is not null, apply the provided mapping function to it,
mapKey(Function<? super K, KK>) - Static method in class com.landawn.abacus.util.Fn
 
mapKey(Function<? super K, KK>) - Method in class com.landawn.abacus.util.stream.EntryStream
 
mapLast(Function<? super T, ? extends T>) - Method in class com.landawn.abacus.util.stream.Stream
 
mapLastOrElse(Function<? super T, ? extends R>, Function<? super T, ? extends R>) - Method in class com.landawn.abacus.util.stream.Stream
 
mapp(T[], Try.UnaryOperator<T, E>) - Static method in class com.landawn.abacus.util.f
 
mapp(T[][], Try.UnaryOperator<T, E>) - Static method in class com.landawn.abacus.util.f
 
mapp(T[][][], Try.UnaryOperator<T, E>) - Static method in class com.landawn.abacus.util.f
 
mapper(Class<T>) - Method in class com.landawn.abacus.util.CassandraExecutor
 
mapper() - Method in class com.landawn.abacus.util.DynamoDBExecutor
 
mapper(DynamoDBMapperConfig) - Method in class com.landawn.abacus.util.DynamoDBExecutor
 
mapper(Class<T>) - Method in class com.landawn.abacus.util.SQLExecutor
 
MapperConfig - Class in com.landawn.abacus.parser
 
MapperConfig() - Constructor for class com.landawn.abacus.parser.MapperConfig
 
mapping(Function<? super T, ? extends U>) - Static method in class com.landawn.abacus.util.Fn
 
mapping(Function<? super T, ? extends U>, Collector<? super U, A, R>) - Static method in class com.landawn.abacus.util.Fn
 
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
Adapts a Collector accepting elements of type U to one accepting elements of type T by applying a mapping function to each input element before accumulation.
mapReduce(String, String) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
mapReduce(Class<T>, String, String) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
mapReduce(String, String, String) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
mapReduce(Class<T>, String, String, String) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
Maps - Class in com.landawn.abacus.util
Note: It's copied from OpenJDK at: http://hg.openjdk.java.net/jdk8u/hs-dev/jdk
Import the useful default Map methods from JDK 1.8 for programming on JDK 7 and Android.
mapToBoolean(T[], Try.ToBooleanFunction<? super T, E>) - Static method in class com.landawn.abacus.util.f
 
mapToBoolean(T[][], Try.ToBooleanFunction<? super T, E>) - Static method in class com.landawn.abacus.util.f
 
mapToBoolean(T[][][], Try.ToBooleanFunction<? super T, E>) - Static method in class com.landawn.abacus.util.f
 
mapToBoolean(Try.ToBooleanFunction<? super T, E>) - Method in class com.landawn.abacus.util.Matrix
 
mapToBoolean(T[], Try.ToBooleanFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
mapToBoolean(T[], int, int, Try.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>, Try.ToBooleanFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
mapToBoolean(Collection<? extends T>, int, int, Try.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(Try.ToBooleanFunction<? super T, E>) - Method in class com.landawn.abacus.util.Optional
 
mapToBoolean(Try.ToBooleanFunction<? super T, E>) - Method in class com.landawn.abacus.util.Seq
 
mapToByte(T[], Try.ToByteFunction<? super T, E>) - Static method in class com.landawn.abacus.util.f
 
mapToByte(T[][], Try.ToByteFunction<? super T, E>) - Static method in class com.landawn.abacus.util.f
 
mapToByte(T[][][], Try.ToByteFunction<? super T, E>) - Static method in class com.landawn.abacus.util.f
 
mapToByte(Try.ToByteFunction<? super T, E>) - Method in class com.landawn.abacus.util.Matrix
 
mapToByte(T[], Try.ToByteFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
mapToByte(T[], int, int, Try.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>, Try.ToByteFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
mapToByte(Collection<? extends T>, int, int, Try.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(Try.ToByteFunction<? super T, E>) - Method in class com.landawn.abacus.util.Optional
 
mapToByte(Try.ToByteFunction<? super T, E>) - Method in class com.landawn.abacus.util.Seq
 
mapToByte(IntToByteFunction) - Method in class com.landawn.abacus.util.stream.IntStream
 
mapToByte(ToByteFunction<? super T>) - Method in class com.landawn.abacus.util.stream.Stream
 
mapToChar(T[], Try.ToCharFunction<? super T, E>) - Static method in class com.landawn.abacus.util.f
 
mapToChar(T[][], Try.ToCharFunction<? super T, E>) - Static method in class com.landawn.abacus.util.f
 
mapToChar(T[][][], Try.ToCharFunction<? super T, E>) - Static method in class com.landawn.abacus.util.f
 
mapToChar(Try.ToCharFunction<? super T, E>) - Method in class com.landawn.abacus.util.Matrix
 
mapToChar(T[], Try.ToCharFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
mapToChar(T[], int, int, Try.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>, Try.ToCharFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
mapToChar(Collection<? extends T>, int, int, Try.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(Try.ToCharFunction<? super T, E>) - Method in class com.landawn.abacus.util.Optional
 
mapToChar(Try.ToCharFunction<? super T, E>) - Method in class com.landawn.abacus.util.Seq
 
mapToChar(IntToCharFunction) - Method in class com.landawn.abacus.util.stream.IntStream
 
mapToChar(ToCharFunction<? super T>) - Method in class com.landawn.abacus.util.stream.Stream
 
mapToDouble(T[], Try.ToDoubleFunction<? super T, E>) - Static method in class com.landawn.abacus.util.f
 
mapToDouble(T[][], Try.ToDoubleFunction<? super T, E>) - Static method in class com.landawn.abacus.util.f
 
mapToDouble(T[][][], Try.ToDoubleFunction<? super T, E>) - Static method in class com.landawn.abacus.util.f
 
mapToDouble(Try.ToDoubleFunction<? super T, E>) - Method in class com.landawn.abacus.util.Matrix
 
mapToDouble(T[], Try.ToDoubleFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
mapToDouble(T[], int, int, Try.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>, Try.ToDoubleFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
mapToDouble(Collection<? extends T>, int, int, Try.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(Try.ToDoubleFunction<? super T, E>) - Method in class com.landawn.abacus.util.Optional
 
mapToDouble(Try.ToDoubleFunction<? super T, E>) - Method in class com.landawn.abacus.util.Seq
 
mapToDouble(FloatToDoubleFunction) - Method in class com.landawn.abacus.util.stream.FloatStream
Returns a DoubleStream consisting of the results of applying the given function to the elements of this stream.
mapToDouble(IntToDoubleFunction) - Method in class com.landawn.abacus.util.stream.IntStream
Returns a DoubleStream consisting of the results of applying the given function to the elements of this stream.
mapToDouble(LongToDoubleFunction) - Method in class com.landawn.abacus.util.stream.LongStream
Returns a DoubleStream consisting of the results of applying the given function to the elements of this stream.
mapToDouble(ToDoubleFunction<? super T>) - Method in class com.landawn.abacus.util.stream.Stream
Returns a DoubleStream consisting of the results of applying the given function to the elements of this stream.
mapToEntry(Function<? super T, ? extends Map.Entry<K, V>>) - Method in class com.landawn.abacus.util.stream.Stream
 
mapToEntry(Function<? super T, K>, Function<? super T, V>) - Method in class com.landawn.abacus.util.stream.Stream
 
mapToEntryER(Function<? super T, K>, Function<? super T, V>) - Method in class com.landawn.abacus.util.stream.Stream
To reduce the memory footprint, Only one instance of Map.Entry is created, and the same entry instance is returned and set with different keys/values during iteration of the returned stream.
mapToFloat(T[], Try.ToFloatFunction<? super T, E>) - Static method in class com.landawn.abacus.util.f
 
mapToFloat(T[][], Try.ToFloatFunction<? super T, E>) - Static method in class com.landawn.abacus.util.f
 
mapToFloat(T[][][], Try.ToFloatFunction<? super T, E>) - Static method in class com.landawn.abacus.util.f
 
mapToFloat(Try.ToFloatFunction<? super T, E>) - Method in class com.landawn.abacus.util.Matrix
 
mapToFloat(T[], Try.ToFloatFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
mapToFloat(T[], int, int, Try.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>, Try.ToFloatFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
mapToFloat(Collection<? extends T>, int, int, Try.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(Try.ToFloatFunction<? super T, E>) - Method in class com.landawn.abacus.util.Optional
 
mapToFloat(Try.ToFloatFunction<? super T, E>) - Method in class com.landawn.abacus.util.Seq
 
mapToFloat(DoubleToFloatFunction) - Method in class com.landawn.abacus.util.stream.DoubleStream
Returns a FloatStream consisting of the results of applying the given function to the elements of this stream.
mapToFloat(IntToFloatFunction) - Method in class com.landawn.abacus.util.stream.IntStream
Returns a FloatStream consisting of the results of applying the given function to the elements of this stream.
mapToFloat(LongToFloatFunction) - Method in class com.landawn.abacus.util.stream.LongStream
Returns a FloatStream consisting of the results of applying the given function to the elements of this stream.
mapToFloat(ToFloatFunction<? super T>) - Method in class com.landawn.abacus.util.stream.Stream
 
mapToInt(T[], Try.ToIntFunction<? super T, E>) - Static method in class com.landawn.abacus.util.f
 
mapToInt(T[][], Try.ToIntFunction<? super T, E>) - Static method in class com.landawn.abacus.util.f
 
mapToInt(T[][][], Try.ToIntFunction<? super T, E>) - Static method in class com.landawn.abacus.util.f
 
mapToInt(Try.ToIntFunction<? super T, E>) - Method in class com.landawn.abacus.util.Matrix
 
mapToInt(T[], Try.ToIntFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
mapToInt(T[], int, int, Try.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>, Try.ToIntFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
mapToInt(Collection<? extends T>, int, int, Try.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(Try.ToIntFunction<? super T, E>) - Method in class com.landawn.abacus.util.Optional
 
mapToInt(Try.ToIntFunction<? super T, E>) - Method in class com.landawn.abacus.util.Seq
 
mapToInt(ByteToIntFunction) - Method in class com.landawn.abacus.util.stream.ByteStream
Returns a IntStream consisting of the results of applying the given function to the elements of this stream.
mapToInt(CharToIntFunction) - Method in class com.landawn.abacus.util.stream.CharStream
Returns a IntStream consisting of the results of applying the given function to the elements of this stream.
mapToInt(DoubleToIntFunction) - Method in class com.landawn.abacus.util.stream.DoubleStream
Returns an IntStream consisting of the results of applying the given function to the elements of this stream.
mapToInt(FloatToIntFunction) - Method in class com.landawn.abacus.util.stream.FloatStream
Returns an IntStream consisting of the results of applying the given function to the elements of this stream.
mapToInt(LongToIntFunction) - Method in class com.landawn.abacus.util.stream.LongStream
Returns an IntStream consisting of the results of applying the given function to the elements of this stream.
mapToInt(ShortToIntFunction) - Method in class com.landawn.abacus.util.stream.ShortStream
Returns a IntStream consisting of the results of applying the given function to the elements of this stream.
mapToInt(ToIntFunction<? super T>) - Method in class com.landawn.abacus.util.stream.Stream
Returns an IntStream consisting of the results of applying the given function to the elements of this stream.
mapToLong(T[], Try.ToLongFunction<? super T, E>) - Static method in class com.landawn.abacus.util.f
 
mapToLong(T[][], Try.ToLongFunction<? super T, E>) - Static method in class com.landawn.abacus.util.f
 
mapToLong(T[][][], Try.ToLongFunction<? super T, E>) - Static method in class com.landawn.abacus.util.f
 
mapToLong(Try.ToLongFunction<? super T, E>) - Method in class com.landawn.abacus.util.Matrix
 
mapToLong(T[], Try.ToLongFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
mapToLong(T[], int, int, Try.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>, Try.ToLongFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
mapToLong(Collection<? extends T>, int, int, Try.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(Try.ToLongFunction<? super T, E>) - Method in class com.landawn.abacus.util.Optional
 
mapToLong(Try.ToLongFunction<? super T, E>) - Method in class com.landawn.abacus.util.Seq
 
mapToLong(DoubleToLongFunction) - Method in class com.landawn.abacus.util.stream.DoubleStream
Returns a LongStream consisting of the results of applying the given function to the elements of this stream.
mapToLong(FloatToLongFunction) - Method in class com.landawn.abacus.util.stream.FloatStream
Returns a LongStream consisting of the results of applying the given function to the elements of this stream.
mapToLong(IntToLongFunction) - Method in class com.landawn.abacus.util.stream.IntStream
Returns a LongStream consisting of the results of applying the given function to the elements of this stream.
mapToLong(ToLongFunction<? super T>) - Method in class com.landawn.abacus.util.stream.Stream
Returns a LongStream consisting of the results of applying the given function to the elements of this stream.
mapToObj(Try.BooleanFunction<? extends T, E>) - Method in class com.landawn.abacus.util.BooleanList
 
mapToObj(int, int, Try.BooleanFunction<? extends T, E>) - Method in class com.landawn.abacus.util.BooleanList
 
mapToObj(Class<T>, Try.BooleanFunction<? extends T, E>) - Method in class com.landawn.abacus.util.BooleanMatrix
 
mapToObj(Try.ByteFunction<? extends T, E>) - Method in class com.landawn.abacus.util.ByteList
 
mapToObj(int, int, Try.ByteFunction<? extends T, E>) - Method in class com.landawn.abacus.util.ByteList
 
mapToObj(Class<T>, Try.ByteFunction<? extends T, E>) - Method in class com.landawn.abacus.util.ByteMatrix
 
mapToObj(Try.CharFunction<? extends T, E>) - Method in class com.landawn.abacus.util.CharList
 
mapToObj(int, int, Try.CharFunction<? extends T, E>) - Method in class com.landawn.abacus.util.CharList
 
mapToObj(Class<T>, Try.CharFunction<? extends T, E>) - Method in class com.landawn.abacus.util.CharMatrix
 
mapToObj(Try.DoubleFunction<? extends T, E>) - Method in class com.landawn.abacus.util.DoubleList
 
mapToObj(int, int, Try.DoubleFunction<? extends T, E>) - Method in class com.landawn.abacus.util.DoubleList
 
mapToObj(Class<T>, Try.DoubleFunction<? extends T, E>) - Method in class com.landawn.abacus.util.DoubleMatrix
 
mapToObj(Class<T>, boolean[], Try.BooleanFunction<? extends T, E>) - Static method in class com.landawn.abacus.util.f
 
mapToObj(Class<T>, boolean[][], Try.BooleanFunction<? extends T, E>) - Static method in class com.landawn.abacus.util.f
 
mapToObj(Class<T>, boolean[][][], Try.BooleanFunction<? extends T, E>) - Static method in class com.landawn.abacus.util.f
 
mapToObj(Class<T>, char[], Try.CharFunction<? extends T, E>) - Static method in class com.landawn.abacus.util.f
 
mapToObj(Class<T>, char[][], Try.CharFunction<? extends T, E>) - Static method in class com.landawn.abacus.util.f
 
mapToObj(Class<T>, char[][][], Try.CharFunction<? extends T, E>) - Static method in class com.landawn.abacus.util.f
 
mapToObj(Class<T>, byte[], Try.ByteFunction<? extends T, E>) - Static method in class com.landawn.abacus.util.f
 
mapToObj(Class<T>, byte[][], Try.ByteFunction<? extends T, E>) - Static method in class com.landawn.abacus.util.f
 
mapToObj(Class<T>, byte[][][], Try.ByteFunction<? extends T, E>) - Static method in class com.landawn.abacus.util.f
 
mapToObj(Class<T>, short[], Try.ShortFunction<? extends T, E>) - Static method in class com.landawn.abacus.util.f
 
mapToObj(Class<T>, short[][], Try.ShortFunction<? extends T, E>) - Static method in class com.landawn.abacus.util.f
 
mapToObj(Class<T>, short[][][], Try.ShortFunction<? extends T, E>) - Static method in class com.landawn.abacus.util.f
 
mapToObj(Class<T>, int[], Try.IntFunction<? extends T, E>) - Static method in class com.landawn.abacus.util.f
 
mapToObj(Class<T>, int[][], Try.IntFunction<? extends T, E>) - Static method in class com.landawn.abacus.util.f
 
mapToObj(Class<T>, int[][][], Try.IntFunction<? extends T, E>) - Static method in class com.landawn.abacus.util.f
 
mapToObj(Class<T>, long[], Try.LongFunction<? extends T, E>) - Static method in class com.landawn.abacus.util.f
 
mapToObj(Class<T>, long[][], Try.LongFunction<? extends T, E>) - Static method in class com.landawn.abacus.util.f
 
mapToObj(Class<T>, long[][][], Try.LongFunction<? extends T, E>) - Static method in class com.landawn.abacus.util.f
 
mapToObj(Class<T>, float[], Try.FloatFunction<? extends T, E>) - Static method in class com.landawn.abacus.util.f
 
mapToObj(Class<T>, float[][], Try.FloatFunction<? extends T, E>) - Static method in class com.landawn.abacus.util.f
 
mapToObj(Class<T>, float[][][], Try.FloatFunction<? extends T, E>) - Static method in class com.landawn.abacus.util.f
 
mapToObj(Class<T>, double[], Try.DoubleFunction<? extends T, E>) - Static method in class com.landawn.abacus.util.f
 
mapToObj(Class<T>, double[][], Try.DoubleFunction<? extends T, E>) - Static method in class com.landawn.abacus.util.f
 
mapToObj(Class<T>, double[][][], Try.DoubleFunction<? extends T, E>) - Static method in class com.landawn.abacus.util.f
 
mapToObj(Try.FloatFunction<? extends T, E>) - Method in class com.landawn.abacus.util.FloatList
 
mapToObj(int, int, Try.FloatFunction<? extends T, E>) - Method in class com.landawn.abacus.util.FloatList
 
mapToObj(Class<T>, Try.FloatFunction<? extends T, E>) - Method in class com.landawn.abacus.util.FloatMatrix
 
mapToObj(Try.IntFunction<? extends T, E>) - Method in class com.landawn.abacus.util.IntList
 
mapToObj(int, int, Try.IntFunction<? extends T, E>) - Method in class com.landawn.abacus.util.IntList
 
mapToObj(Class<T>, Try.IntFunction<? extends T, E>) - Method in class com.landawn.abacus.util.IntMatrix
 
mapToObj(Try.LongFunction<? extends T, E>) - Method in class com.landawn.abacus.util.LongList
 
mapToObj(int, int, Try.LongFunction<? extends T, E>) - Method in class com.landawn.abacus.util.LongList
 
mapToObj(Class<T>, Try.LongFunction<? extends T, E>) - Method in class com.landawn.abacus.util.LongMatrix
 
mapToObj(Try.BooleanFunction<T, E>) - Method in class com.landawn.abacus.util.OptionalBoolean
 
mapToObj(Try.ByteFunction<T, E>) - Method in class com.landawn.abacus.util.OptionalByte
 
mapToObj(Try.CharFunction<T, E>) - Method in class com.landawn.abacus.util.OptionalChar
 
mapToObj(Try.DoubleFunction<T, E>) - Method in class com.landawn.abacus.util.OptionalDouble
 
mapToObj(Try.FloatFunction<T, E>) - Method in class com.landawn.abacus.util.OptionalFloat
 
mapToObj(Try.IntFunction<T, E>) - Method in class com.landawn.abacus.util.OptionalInt
 
mapToObj(Try.LongFunction<T, E>) - Method in class com.landawn.abacus.util.OptionalLong
 
mapToObj(Try.ShortFunction<T, E>) - Method in class com.landawn.abacus.util.OptionalShort
 
mapToObj(Try.ShortFunction<? extends T, E>) - Method in class com.landawn.abacus.util.ShortList
 
mapToObj(int, int, Try.ShortFunction<? extends T, E>) - Method in class com.landawn.abacus.util.ShortList
 
mapToObj(Class<T>, Try.ShortFunction<? extends T, E>) - Method in class com.landawn.abacus.util.ShortMatrix
 
mapToObj(ByteFunction<? extends U>) - Method in class com.landawn.abacus.util.stream.ByteStream
Returns an object-valued Stream consisting of the results of applying the given function to the elements of this stream.
mapToObj(CharFunction<? extends U>) - Method in class com.landawn.abacus.util.stream.CharStream
Returns an object-valued Stream consisting of the results of applying the given function to the elements of this stream.
mapToObj(DoubleFunction<? extends U>) - Method in class com.landawn.abacus.util.stream.DoubleStream
Returns an object-valued Stream consisting of the results of applying the given function to the elements of this stream.
mapToObj(FloatFunction<? extends U>) - Method in class com.landawn.abacus.util.stream.FloatStream
Returns an object-valued Stream consisting of the results of applying the given function to the elements of this stream.
mapToObj(IntFunction<? extends U>) - Method in class com.landawn.abacus.util.stream.IntStream
Returns an object-valued Stream consisting of the results of applying the given function to the elements of this stream.
mapToObj(LongFunction<? extends U>) - Method in class com.landawn.abacus.util.stream.LongStream
Returns an object-valued Stream consisting of the results of applying the given function to the elements of this stream.
mapToObj(ShortFunction<? extends U>) - Method in class com.landawn.abacus.util.stream.ShortStream
Returns an object-valued Stream consisting of the results of applying the given function to the elements of this stream.
mapToShort(T[], Try.ToShortFunction<? super T, E>) - Static method in class com.landawn.abacus.util.f
 
mapToShort(T[][], Try.ToShortFunction<? super T, E>) - Static method in class com.landawn.abacus.util.f
 
mapToShort(T[][][], Try.ToShortFunction<? super T, E>) - Static method in class com.landawn.abacus.util.f
 
mapToShort(Try.ToShortFunction<? super T, E>) - Method in class com.landawn.abacus.util.Matrix
 
mapToShort(T[], Try.ToShortFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
mapToShort(T[], int, int, Try.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>, Try.ToShortFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
mapToShort(Collection<? extends T>, int, int, Try.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(Try.ToShortFunction<? super T, E>) - Method in class com.landawn.abacus.util.Optional
 
mapToShort(Try.ToShortFunction<? super T, E>) - Method in class com.landawn.abacus.util.Seq
 
mapToShort(IntToShortFunction) - Method in class com.landawn.abacus.util.stream.IntStream
 
mapToShort(ToShortFunction<? super T>) - Method in class com.landawn.abacus.util.stream.Stream
 
mapValue(Function<? super V, VV>) - Static method in class com.landawn.abacus.util.Fn
 
mapValue(Function<? super V, VV>) - Method in class com.landawn.abacus.util.stream.EntryStream
 
mark(int) - Method in class com.landawn.abacus.hash.HashingInputStream
mark() is not supported for HashingInputStream
markSupported() - Method in class com.landawn.abacus.hash.HashingInputStream
mark() is not supported for HashingInputStream
matches(Pattern) - Static method in class com.landawn.abacus.util.Fn
 
Maths - Class in com.landawn.abacus.util
Note: A lot of codes in this classed are copied from Google Guava and Apache Commons Math under under the Apache License, Version 2.0.
Maths.Matth - Class in com.landawn.abacus.util
 
Matrix<T> - Class in com.landawn.abacus.util
 
Matrix(T[][]) - Constructor for class com.landawn.abacus.util.Matrix
 
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() - Method in class com.landawn.abacus.util.ByteList
 
max(int, int) - Method in class com.landawn.abacus.util.ByteList
 
max() - Method in class com.landawn.abacus.util.BytePair
 
max() - Method in class com.landawn.abacus.util.ByteTriple
 
max() - Method in class com.landawn.abacus.util.CharList
 
max(int, int) - Method in class com.landawn.abacus.util.CharList
 
max() - Method in class com.landawn.abacus.util.CharPair
 
max() - Method in class com.landawn.abacus.util.CharTriple
 
max() - Method in class com.landawn.abacus.util.DoubleList
 
max(int, int) - Method in class com.landawn.abacus.util.DoubleList
 
max() - Method in class com.landawn.abacus.util.DoublePair
 
max() - Method in class com.landawn.abacus.util.DoubleTriple
 
max() - Method in class com.landawn.abacus.util.FloatList
 
max(int, int) - Method in class com.landawn.abacus.util.FloatList
 
max() - Method in class com.landawn.abacus.util.FloatPair
 
max() - Method in class com.landawn.abacus.util.FloatTriple
 
max() - Static method in class com.landawn.abacus.util.Fn.BinaryOperators
 
max(float, float) - Static method in class com.landawn.abacus.util.IEEE754rUtil
Gets the maximum of two float values.
max(float, float, float) - Static method in class com.landawn.abacus.util.IEEE754rUtil
Gets the maximum of three float values.
max(float...) - Static method in class com.landawn.abacus.util.IEEE754rUtil
Returns the maximum value in an array.
max(double, double) - Static method in class com.landawn.abacus.util.IEEE754rUtil
Gets the maximum of two double values.
max(double, double, double) - Static method in class com.landawn.abacus.util.IEEE754rUtil
Gets the maximum of three double values.
max(double...) - Static method in class com.landawn.abacus.util.IEEE754rUtil
Returns the maximum value in an array.
max() - Method in class com.landawn.abacus.util.IntList
 
max(int, int) - Method in class com.landawn.abacus.util.IntList
 
max() - Method in class com.landawn.abacus.util.IntPair
 
max() - Method in class com.landawn.abacus.util.IntTriple
 
max() - Method in class com.landawn.abacus.util.LongList
 
max(int, int) - Method in class com.landawn.abacus.util.LongList
 
max() - Method in class com.landawn.abacus.util.LongPair
 
max() - Method in class com.landawn.abacus.util.LongTriple
 
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.Seq
 
max(Comparator<? super T>) - Method in class com.landawn.abacus.util.Seq
 
max() - Method in class com.landawn.abacus.util.ShortList
 
max(int, int) - Method in class com.landawn.abacus.util.ShortList
 
max() - Method in class com.landawn.abacus.util.ShortPair
 
max() - Method in class com.landawn.abacus.util.ShortTriple
 
max() - Method in class com.landawn.abacus.util.stream.ByteStream
Returns an OptionalByte describing the maximum element of this stream, or an empty optional if this stream is empty.
max() - Method in class com.landawn.abacus.util.stream.CharStream
Returns an OptionalChar describing the maximum element of this stream, or an empty optional if this stream is empty.
max() - Static method in class com.landawn.abacus.util.stream.Collectors
 
max() - Method in class com.landawn.abacus.util.stream.DoubleStream
Returns an OptionalDouble describing the maximum element of this stream, or an empty OptionalDouble if this stream is empty.
max() - Method in class com.landawn.abacus.util.stream.FloatStream
Returns an OptionalFloat describing the maximum element of this stream, or an empty OptionalFloat if this stream is empty.
max() - Method in class com.landawn.abacus.util.stream.IntStream
Returns an OptionalInt describing the maximum element of this stream, or an empty optional if this stream is empty.
max() - Method in class com.landawn.abacus.util.stream.LongStream
Returns an OptionalLong describing the maximum element of this stream, or an empty optional if this stream is empty.
max() - Method in class com.landawn.abacus.util.stream.ShortStream
Returns an OptionalShort describing the maximum element of this stream, or an empty optional if this stream is empty.
max(Comparator<? super T>) - Method in class com.landawn.abacus.util.stream.Stream
Returns the maximum element of this stream according to the provided Comparator.
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<T>) - Static method in class com.landawn.abacus.util.N
 
maxAll(Collection<T>, Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
 
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
Returns a Collector which finds all the elements which are equal to each other and bigger than any other element according to the specified Comparator.
maxAll(Comparator<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
It's copied from StreamEx: https://github.com/amaembo/streamex
Returns a Collector which finds all the elements which are equal to each other and bigger than any other element according to the specified Comparator.
maxAll(Comparator<? super T>, int) - Static method in class com.landawn.abacus.util.stream.Collectors
 
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
Returns a Collector which finds all the elements which are equal to each other and bigger than any other element according to the natural order.
maxAll() - Static method in class com.landawn.abacus.util.stream.Collectors
It's copied from StreamEx: https://github.com/amaembo/streamex
Returns a Collector which finds all the elements which are equal to each other and bigger than any other element according to the natural order.
maxBy(Comparator<? super T>) - Static method in class com.landawn.abacus.util.Fn.BinaryOperators
 
maxBy(Comparator<? super T>) - Static method in interface com.landawn.abacus.util.function.BinaryOperator
 
maxBy(Function<? super T, ? extends Comparable>) - Method in class com.landawn.abacus.util.Seq
 
maxBy(Comparator<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
Returns a Collector that produces the maximal element according to a given Comparator, described as an Nullable<T>.
maxBy(Function<? super T, ? extends Comparable>) - Method in class com.landawn.abacus.util.stream.Stream
 
maxByOrGet(Comparator<? super T>, Supplier<? extends T>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
maxByOrThrow(Comparator<? super T>, Supplier<? extends X>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
maxMemoryPerApp() - Static method in class com.landawn.abacus.android.util.Fu
Copied from Picasso: http://square.github.io/picasso Copyright (C) 2013 Square, Inc.
maxOccurrences() - Method in class com.landawn.abacus.util.LongMultiset
 
maxOccurrences() - Method in class com.landawn.abacus.util.Multiset
 
maxThreadNum() - Method in interface com.landawn.abacus.util.stream.BaseStream
Return the underlying maxThreadNum if the stream is parallel, otherwise 1 is returned.
maxThreadNum(int) - Method in interface com.landawn.abacus.util.stream.BaseStream
Returns a parallel stream with the specified maxThreadNum .
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() - Static method in class com.landawn.abacus.hash.Hashing
Returns a hash function implementing the MD5 hash algorithm (128 hash bits) by delegating to the MD5 MessageDigest.
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.Maths
Returns the arithmetic mean of x and y, rounded towards negative infinity.
mean(long, long) - Static method in class com.landawn.abacus.util.Maths
Returns the arithmetic mean of x and y, rounded toward negative infinity.
mean(double, double) - Static method in class com.landawn.abacus.util.Maths
 
mean(int...) - Static method in class com.landawn.abacus.util.Maths
Returns the arithmetic mean of values.
mean(long...) - Static method in class com.landawn.abacus.util.Maths
Returns the arithmetic mean of values.
mean(double...) - Static method in class com.landawn.abacus.util.Maths
 
median() - Method in class com.landawn.abacus.util.ByteList
 
median(int, int) - Method in class com.landawn.abacus.util.ByteList
 
median() - Method in class com.landawn.abacus.util.ByteTriple
 
median() - Method in class com.landawn.abacus.util.CharList
 
median(int, int) - Method in class com.landawn.abacus.util.CharList
 
median() - Method in class com.landawn.abacus.util.CharTriple
 
median() - Method in class com.landawn.abacus.util.DoubleList
 
median(int, int) - Method in class com.landawn.abacus.util.DoubleList
 
median() - Method in class com.landawn.abacus.util.DoubleTriple
 
median() - Method in class com.landawn.abacus.util.FloatList
 
median(int, int) - Method in class com.landawn.abacus.util.FloatList
 
median() - Method in class com.landawn.abacus.util.FloatTriple
 
median() - Method in class com.landawn.abacus.util.IntList
 
median(int, int) - Method in class com.landawn.abacus.util.IntList
 
median() - Method in class com.landawn.abacus.util.IntTriple
 
median() - Method in class com.landawn.abacus.util.LongList
 
median(int, int) - Method in class com.landawn.abacus.util.LongList
 
median() - Method in class com.landawn.abacus.util.LongTriple
 
Median - Class in com.landawn.abacus.util
 
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
 
median() - Method in class com.landawn.abacus.util.Seq
 
median(Comparator<? super T>) - Method in class com.landawn.abacus.util.Seq
 
median() - Method in class com.landawn.abacus.util.ShortList
 
median(int, int) - Method in class com.landawn.abacus.util.ShortList
 
median() - Method in class com.landawn.abacus.util.ShortTriple
 
MemcachedLock<K,V> - Class in com.landawn.abacus.util
 
MemcachedLock(String) - Constructor for class com.landawn.abacus.util.MemcachedLock
 
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) - Static method in class com.landawn.abacus.util.DataSetUtil
 
merge(DataSet, DataSet, DataSet) - Static method in class com.landawn.abacus.util.DataSetUtil
 
merge(DataSet...) - Static method in class com.landawn.abacus.util.DataSetUtil
 
merge(Collection<? extends DataSet>) - Static method in class com.landawn.abacus.util.DataSetUtil
 
merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class com.landawn.abacus.util.ImmutableMap
Deprecated.
Unsupported operation.
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, Nth>) - Static method in class com.landawn.abacus.util.Iterators
 
merge(Iterator<? extends T>, Iterator<? extends T>, BiFunction<? super T, ? super T, Nth>) - 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(T, long, Try.BiFunction<Long, Long, Long, E>) - Method in class com.landawn.abacus.util.LongMultiset
The implementation is equivalent to performing the following steps for this LongMultiset:
merge(Map<K, V>, K, V, Try.BiFunction<? super V, ? super V, ? extends V, E>) - Static method in class com.landawn.abacus.util.Maps
If the specified key is not already associated with a value or is associated with null, associates it with the given non-null value.
merge(K, V, Try.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, Try.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, Try.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(Object, Object) - Static method in class com.landawn.abacus.util.N
 
merge(Object, Object, Collection<String>) - Static method in class com.landawn.abacus.util.N
Set all the signed properties(including all primitive type properties) in the specified sourceEntity to the specified targetEntity.
merge(T[], T[], Try.BiFunction<? super T, ? super T, Nth, E>) - Static method in class com.landawn.abacus.util.N
 
merge(Collection<? extends T>, Collection<? extends T>, Try.BiFunction<? super T, ? super T, Nth, E>) - Static method in class com.landawn.abacus.util.N
 
merge(Collection<? extends T>, Try.BiFunction<? super T, ? super T, Nth, E>) - Method in class com.landawn.abacus.util.Seq
 
merge(Sheet<? extends R, ? extends C, ? extends E>, Try.BiFunction<? super E, ? super E, EE, X>) - Method in class com.landawn.abacus.util.Sheet
 
merge(ByteStream, ByteBiFunction<Nth>) - Method in class com.landawn.abacus.util.stream.ByteStream
 
merge(byte[], byte[], ByteBiFunction<Nth>) - Static method in class com.landawn.abacus.util.stream.ByteStream
 
merge(byte[], byte[], byte[], ByteBiFunction<Nth>) - Static method in class com.landawn.abacus.util.stream.ByteStream
 
merge(ByteIterator, ByteIterator, ByteBiFunction<Nth>) - Static method in class com.landawn.abacus.util.stream.ByteStream
 
merge(ByteIterator, ByteIterator, ByteIterator, ByteBiFunction<Nth>) - Static method in class com.landawn.abacus.util.stream.ByteStream
 
merge(ByteStream, ByteStream, ByteBiFunction<Nth>) - Static method in class com.landawn.abacus.util.stream.ByteStream
 
merge(ByteStream, ByteStream, ByteStream, ByteBiFunction<Nth>) - Static method in class com.landawn.abacus.util.stream.ByteStream
 
merge(Collection<? extends ByteStream>, ByteBiFunction<Nth>) - Static method in class com.landawn.abacus.util.stream.ByteStream
 
merge(CharStream, CharBiFunction<Nth>) - Method in class com.landawn.abacus.util.stream.CharStream
 
merge(char[], char[], CharBiFunction<Nth>) - Static method in class com.landawn.abacus.util.stream.CharStream
 
merge(char[], char[], char[], CharBiFunction<Nth>) - Static method in class com.landawn.abacus.util.stream.CharStream
 
merge(CharIterator, CharIterator, CharBiFunction<Nth>) - Static method in class com.landawn.abacus.util.stream.CharStream
 
merge(CharIterator, CharIterator, CharIterator, CharBiFunction<Nth>) - Static method in class com.landawn.abacus.util.stream.CharStream
 
merge(CharStream, CharStream, CharBiFunction<Nth>) - Static method in class com.landawn.abacus.util.stream.CharStream
 
merge(CharStream, CharStream, CharStream, CharBiFunction<Nth>) - Static method in class com.landawn.abacus.util.stream.CharStream
 
merge(Collection<? extends CharStream>, CharBiFunction<Nth>) - Static method in class com.landawn.abacus.util.stream.CharStream
 
merge(DoubleStream, DoubleBiFunction<Nth>) - Method in class com.landawn.abacus.util.stream.DoubleStream
 
merge(double[], double[], DoubleBiFunction<Nth>) - Static method in class com.landawn.abacus.util.stream.DoubleStream
 
merge(double[], double[], double[], DoubleBiFunction<Nth>) - Static method in class com.landawn.abacus.util.stream.DoubleStream
 
merge(DoubleIterator, DoubleIterator, DoubleBiFunction<Nth>) - Static method in class com.landawn.abacus.util.stream.DoubleStream
 
merge(DoubleIterator, DoubleIterator, DoubleIterator, DoubleBiFunction<Nth>) - Static method in class com.landawn.abacus.util.stream.DoubleStream
 
merge(DoubleStream, DoubleStream, DoubleBiFunction<Nth>) - Static method in class com.landawn.abacus.util.stream.DoubleStream
 
merge(DoubleStream, DoubleStream, DoubleStream, DoubleBiFunction<Nth>) - Static method in class com.landawn.abacus.util.stream.DoubleStream
 
merge(Collection<? extends DoubleStream>, DoubleBiFunction<Nth>) - Static method in class com.landawn.abacus.util.stream.DoubleStream
 
merge(FloatStream, FloatBiFunction<Nth>) - Method in class com.landawn.abacus.util.stream.FloatStream
 
merge(float[], float[], FloatBiFunction<Nth>) - Static method in class com.landawn.abacus.util.stream.FloatStream
 
merge(float[], float[], float[], FloatBiFunction<Nth>) - Static method in class com.landawn.abacus.util.stream.FloatStream
 
merge(FloatIterator, FloatIterator, FloatBiFunction<Nth>) - Static method in class com.landawn.abacus.util.stream.FloatStream
 
merge(FloatIterator, FloatIterator, FloatIterator, FloatBiFunction<Nth>) - Static method in class com.landawn.abacus.util.stream.FloatStream
 
merge(FloatStream, FloatStream, FloatBiFunction<Nth>) - Static method in class com.landawn.abacus.util.stream.FloatStream
 
merge(FloatStream, FloatStream, FloatStream, FloatBiFunction<Nth>) - Static method in class com.landawn.abacus.util.stream.FloatStream
 
merge(Collection<? extends FloatStream>, FloatBiFunction<Nth>) - Static method in class com.landawn.abacus.util.stream.FloatStream
 
merge(IntStream, IntBiFunction<Nth>) - Method in class com.landawn.abacus.util.stream.IntStream
 
merge(int[], int[], IntBiFunction<Nth>) - Static method in class com.landawn.abacus.util.stream.IntStream
 
merge(int[], int[], int[], IntBiFunction<Nth>) - Static method in class com.landawn.abacus.util.stream.IntStream
 
merge(IntIterator, IntIterator, IntBiFunction<Nth>) - Static method in class com.landawn.abacus.util.stream.IntStream
 
merge(IntIterator, IntIterator, IntIterator, IntBiFunction<Nth>) - Static method in class com.landawn.abacus.util.stream.IntStream
 
merge(IntStream, IntStream, IntBiFunction<Nth>) - Static method in class com.landawn.abacus.util.stream.IntStream
 
merge(IntStream, IntStream, IntStream, IntBiFunction<Nth>) - Static method in class com.landawn.abacus.util.stream.IntStream
 
merge(Collection<? extends IntStream>, IntBiFunction<Nth>) - Static method in class com.landawn.abacus.util.stream.IntStream
 
merge(LongStream, LongBiFunction<Nth>) - Method in class com.landawn.abacus.util.stream.LongStream
 
merge(long[], long[], LongBiFunction<Nth>) - Static method in class com.landawn.abacus.util.stream.LongStream
 
merge(long[], long[], long[], LongBiFunction<Nth>) - Static method in class com.landawn.abacus.util.stream.LongStream
 
merge(LongIterator, LongIterator, LongBiFunction<Nth>) - Static method in class com.landawn.abacus.util.stream.LongStream
 
merge(LongIterator, LongIterator, LongIterator, LongBiFunction<Nth>) - Static method in class com.landawn.abacus.util.stream.LongStream
 
merge(LongStream, LongStream, LongBiFunction<Nth>) - Static method in class com.landawn.abacus.util.stream.LongStream
 
merge(LongStream, LongStream, LongStream, LongBiFunction<Nth>) - Static method in class com.landawn.abacus.util.stream.LongStream
 
merge(Collection<? extends LongStream>, LongBiFunction<Nth>) - Static method in class com.landawn.abacus.util.stream.LongStream
 
merge(ShortStream, ShortBiFunction<Nth>) - Method in class com.landawn.abacus.util.stream.ShortStream
 
merge(short[], short[], ShortBiFunction<Nth>) - Static method in class com.landawn.abacus.util.stream.ShortStream
 
merge(short[], short[], short[], ShortBiFunction<Nth>) - Static method in class com.landawn.abacus.util.stream.ShortStream
 
merge(ShortIterator, ShortIterator, ShortBiFunction<Nth>) - Static method in class com.landawn.abacus.util.stream.ShortStream
 
merge(ShortIterator, ShortIterator, ShortIterator, ShortBiFunction<Nth>) - Static method in class com.landawn.abacus.util.stream.ShortStream
 
merge(ShortStream, ShortStream, ShortBiFunction<Nth>) - Static method in class com.landawn.abacus.util.stream.ShortStream
 
merge(ShortStream, ShortStream, ShortStream, ShortBiFunction<Nth>) - Static method in class com.landawn.abacus.util.stream.ShortStream
 
merge(Collection<? extends ShortStream>, ShortBiFunction<Nth>) - Static method in class com.landawn.abacus.util.stream.ShortStream
 
merge(Stream<? extends T>, BiFunction<? super T, ? super T, Nth>) - Method in class com.landawn.abacus.util.stream.Stream
 
merge(T[], T[], BiFunction<? super T, ? super T, Nth>) - Static method in class com.landawn.abacus.util.stream.Stream
 
merge(T[], T[], T[], BiFunction<? super T, ? super T, Nth>) - Static method in class com.landawn.abacus.util.stream.Stream
 
merge(Collection<? extends T>, Collection<? extends T>, BiFunction<? super T, ? super T, Nth>) - Static method in class com.landawn.abacus.util.stream.Stream
 
merge(Collection<? extends T>, Collection<? extends T>, Collection<? extends T>, BiFunction<? super T, ? super T, Nth>) - Static method in class com.landawn.abacus.util.stream.Stream
 
merge(Iterator<? extends T>, Iterator<? extends T>, BiFunction<? super T, ? super T, Nth>) - Static method in class com.landawn.abacus.util.stream.Stream
 
merge(Iterator<? extends T>, Iterator<? extends T>, Iterator<? extends T>, BiFunction<? super T, ? super T, Nth>) - Static method in class com.landawn.abacus.util.stream.Stream
 
merge(Stream<? extends T>, Stream<? extends T>, BiFunction<? super T, ? super T, Nth>) - Static method in class com.landawn.abacus.util.stream.Stream
 
merge(Stream<? extends T>, Stream<? extends T>, Stream<? extends T>, BiFunction<? super T, ? super T, Nth>) - Static method in class com.landawn.abacus.util.stream.Stream
 
merge(Collection<? extends Stream<? extends T>>, BiFunction<? super T, ? super T, Nth>) - Static method in class com.landawn.abacus.util.stream.Stream
 
mergge(Collection<? extends Iterator<? extends T>>, BiFunction<? super T, ? super T, Nth>) - Static method in class com.landawn.abacus.util.stream.Stream
 
MessageEncryption - Enum in com.landawn.abacus.http
 
middle - Variable in class com.landawn.abacus.util.Triple
 
middle() - Method in class com.landawn.abacus.util.Triple
 
mightContain(T) - Method in class com.landawn.abacus.hash.BloomFilter
Returns true if the element might have been put in this Bloom filter, false if this is definitely not the case.
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() - Method in class com.landawn.abacus.util.ByteList
 
min(int, int) - Method in class com.landawn.abacus.util.ByteList
 
min() - Method in class com.landawn.abacus.util.BytePair
 
min() - Method in class com.landawn.abacus.util.ByteTriple
 
min() - Method in class com.landawn.abacus.util.CharList
 
min(int, int) - Method in class com.landawn.abacus.util.CharList
 
min() - Method in class com.landawn.abacus.util.CharPair
 
min() - Method in class com.landawn.abacus.util.CharTriple
 
min() - Method in class com.landawn.abacus.util.DoubleList
 
min(int, int) - Method in class com.landawn.abacus.util.DoubleList
 
min() - Method in class com.landawn.abacus.util.DoublePair
 
min() - Method in class com.landawn.abacus.util.DoubleTriple
 
min() - Method in class com.landawn.abacus.util.FloatList
 
min(int, int) - Method in class com.landawn.abacus.util.FloatList
 
min() - Method in class com.landawn.abacus.util.FloatPair
 
min() - Method in class com.landawn.abacus.util.FloatTriple
 
min() - Static method in class com.landawn.abacus.util.Fn.BinaryOperators
 
min(float, float) - Static method in class com.landawn.abacus.util.IEEE754rUtil
Gets the minimum of two float values.
min(float, float, float) - Static method in class com.landawn.abacus.util.IEEE754rUtil
Gets the minimum of three float values.
min(float...) - Static method in class com.landawn.abacus.util.IEEE754rUtil
Returns the minimum value in an array.
min(double, double) - Static method in class com.landawn.abacus.util.IEEE754rUtil
Gets the minimum of two double values.
min(double, double, double) - Static method in class com.landawn.abacus.util.IEEE754rUtil
Gets the minimum of three double values.
min(double...) - Static method in class com.landawn.abacus.util.IEEE754rUtil
Returns the minimum value in an array.
min() - Method in class com.landawn.abacus.util.IntList
 
min(int, int) - Method in class com.landawn.abacus.util.IntList
 
min() - Method in class com.landawn.abacus.util.IntPair
 
min() - Method in class com.landawn.abacus.util.IntTriple
 
min() - Method in class com.landawn.abacus.util.LongList
 
min(int, int) - Method in class com.landawn.abacus.util.LongList
 
min() - Method in class com.landawn.abacus.util.LongPair
 
min() - Method in class com.landawn.abacus.util.LongTriple
 
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.Seq
 
min(Comparator<? super T>) - Method in class com.landawn.abacus.util.Seq
 
min() - Method in class com.landawn.abacus.util.ShortList
 
min(int, int) - Method in class com.landawn.abacus.util.ShortList
 
min() - Method in class com.landawn.abacus.util.ShortPair
 
min() - Method in class com.landawn.abacus.util.ShortTriple
 
min() - Method in class com.landawn.abacus.util.stream.ByteStream
Returns an OptionalByte describing the minimum element of this stream, or an empty optional if this stream is empty.
min() - Method in class com.landawn.abacus.util.stream.CharStream
Returns an OptionalChar describing the minimum element of this stream, or an empty optional if this stream is empty.
min() - Static method in class com.landawn.abacus.util.stream.Collectors
 
min() - Method in class com.landawn.abacus.util.stream.DoubleStream
Returns an OptionalDouble describing the minimum element of this stream, or an empty OptionalDouble if this stream is empty.
min() - Method in class com.landawn.abacus.util.stream.FloatStream
Returns an OptionalFloat describing the minimum element of this stream, or an empty OptionalFloat if this stream is empty.
min() - Method in class com.landawn.abacus.util.stream.IntStream
Returns an OptionalInt describing the minimum element of this stream, or an empty optional if this stream is empty.
min() - Method in class com.landawn.abacus.util.stream.LongStream
Returns an OptionalLong describing the minimum element of this stream, or an empty optional if this stream is empty.
min() - Method in class com.landawn.abacus.util.stream.ShortStream
Returns an OptionalShort describing the minimum element of this stream, or an empty optional if this stream is empty.
min(Comparator<? super T>) - Method in class com.landawn.abacus.util.stream.Stream
Returns the minimum element of this stream according to the provided Comparator.
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(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
Returns a Collector which finds all the elements which are equal to each other and smaller than any other element according to the specified Comparator.
minAll(Comparator<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
It's copied from StreamEx: https://github.com/amaembo/streamex
Returns a Collector which finds all the elements which are equal to each other and smaller than any other element according to the specified Comparator.
minAll(Comparator<? super T>, int) - Static method in class com.landawn.abacus.util.stream.Collectors
 
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
Returns a Collector which finds all the elements which are equal to each other and smaller than any other element according to the natural order.
minAll() - Static method in class com.landawn.abacus.util.stream.Collectors
It's copied from StreamEx: https://github.com/amaembo/streamex
Returns a Collector which finds all the elements which are equal to each other and smaller than any other element according to the natural order.
minBy(Comparator<? super T>) - Static method in class com.landawn.abacus.util.Fn.BinaryOperators
 
minBy(Comparator<? super T>) - Static method in interface com.landawn.abacus.util.function.BinaryOperator
 
minBy(Function<? super T, ? extends Comparable>) - Method in class com.landawn.abacus.util.Seq
 
minBy(Comparator<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
Returns a Collector that produces the minimal element according to a given Comparator, described as an Nullable<T>.
minBy(Function<? super T, ? extends Comparable>) - Method in class com.landawn.abacus.util.stream.Stream
 
minByOrGet(Comparator<? super T>, Supplier<? extends T>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
minByOrThrow(Comparator<? super T>, Supplier<? extends X>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
minMax(Comparator<? super T>, BiFunction<? super Nullable<T>, ? super Nullable<T>, ? extends R>) - Static method in class com.landawn.abacus.util.stream.Collectors
It's copied from StreamEx: https://github.com/amaembo/streamex
Returns a Collector which finds the minimal and maximal element according to the supplied comparator, then applies finisher function to them producing the final result.
minOccurrences() - Method in class com.landawn.abacus.util.LongMultiset
 
minOccurrences() - Method in class com.landawn.abacus.util.Multiset
 
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
Returns a copy of this duration with the specified duration subtracted.
minus(char[], int) - Static method in class com.landawn.abacus.util.f
 
minus(char[][], int) - Static method in class com.landawn.abacus.util.f
 
minus(char[][][], int) - Static method in class com.landawn.abacus.util.f
 
minus(byte[], byte) - Static method in class com.landawn.abacus.util.f
 
minus(byte[][], byte) - Static method in class com.landawn.abacus.util.f
 
minus(byte[][][], byte) - Static method in class com.landawn.abacus.util.f
 
minus(short[], short) - Static method in class com.landawn.abacus.util.f
 
minus(short[][], short) - Static method in class com.landawn.abacus.util.f
 
minus(short[][][], short) - Static method in class com.landawn.abacus.util.f
 
minus(int[], int) - Static method in class com.landawn.abacus.util.f
 
minus(int[][], int) - Static method in class com.landawn.abacus.util.f
 
minus(int[][][], int) - Static method in class com.landawn.abacus.util.f
 
minus(long[], long) - Static method in class com.landawn.abacus.util.f
 
minus(long[][], long) - Static method in class com.landawn.abacus.util.f
 
minus(long[][][], long) - Static method in class com.landawn.abacus.util.f
 
minus(float[], float) - Static method in class com.landawn.abacus.util.f
 
minus(float[][], float) - Static method in class com.landawn.abacus.util.f
 
minus(float[][][], float) - Static method in class com.landawn.abacus.util.f
 
minus(double[], double) - Static method in class com.landawn.abacus.util.f
 
minus(double[][], double) - Static method in class com.landawn.abacus.util.f
 
minus(double[][][], double) - Static method in class com.landawn.abacus.util.f
 
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
 
minusDays(long) - Method in class com.landawn.abacus.util.Duration
Returns a copy of this duration with the specified duration in standard 24 hour days subtracted.
minusHours(long) - Method in class com.landawn.abacus.util.Duration
Returns a copy of this duration with the specified duration in hours subtracted.
minusMillis(long) - Method in class com.landawn.abacus.util.Duration
Returns a copy of this duration with the specified duration in milliseconds subtracted.
minusMinutes(long) - Method in class com.landawn.abacus.util.Duration
Returns a copy of this duration with the specified duration in minutes subtracted.
minusSeconds(long) - Method in class com.landawn.abacus.util.Duration
Returns a copy of this duration with the specified duration in seconds subtracted.
missCount() - Method in class com.landawn.abacus.pool.AbstractPool
 
missCount() - Method in interface com.landawn.abacus.pool.Pool
 
mod(String, String) - Static method in class com.landawn.abacus.condition.Expression
 
mod(int, int) - Static method in class com.landawn.abacus.util.Maths
Returns x mod m, a non-negative value less than m.
mod(long, int) - Static method in class com.landawn.abacus.util.Maths
Returns x mod m, a non-negative value less than m.
mod(long, long) - Static method in class com.landawn.abacus.util.Maths
Returns x mod m, a non-negative value less than m.
modulus(Object...) - Static method in class com.landawn.abacus.condition.Expression
 
MongoCollectionExecutor - Class in com.landawn.abacus.util
 
mongoDB() - Method in class com.landawn.abacus.util.MongoDBExecutor
 
MongoDBExecutor - Class in com.landawn.abacus.util
It's a simple wrapper of MongoDB Java client.
MongoDBExecutor(MongoDatabase) - Constructor for class com.landawn.abacus.util.MongoDBExecutor
 
MongoDBExecutor(MongoDatabase, AsyncExecutor) - Constructor for class com.landawn.abacus.util.MongoDBExecutor
 
move(File, File) - Static method in class com.landawn.abacus.util.IOUtil
 
moveColumn(String, int) - Method in interface com.landawn.abacus.DataSet
 
moveColumn(Map<String, Integer>) - Method in interface com.landawn.abacus.DataSet
 
moveColumn(Object, int) - Method in class com.landawn.abacus.util.Sheet
Move the specified column to the new position.
moveRow(int, int) - Method in interface com.landawn.abacus.DataSet
Move the specified row to the new position.
moveRow(Object, int) - Method in class com.landawn.abacus.util.Sheet
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
 
MultiLoopsStatistics(long, long, long, long, int, List<Profiler.LoopStatistics>) - Constructor for class com.landawn.abacus.util.Profiler.MultiLoopsStatistics
 
Multimap<K,E,V extends java.util.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
Returns a copy of this duration multiplied by the scalar.
multipliedBy(char[], int) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(char[][], int) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(char[][][], int) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(byte[], byte) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(byte[][], byte) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(byte[][][], byte) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(byte[], byte[]) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(byte[], byte[], byte, byte) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(byte[], byte[], byte[]) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(byte[], byte[], byte[], byte, byte, byte) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(byte[][], byte[][]) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(byte[][], byte[][], byte, byte) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(byte[][], byte[][], byte[][]) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(byte[][], byte[][], byte[][], byte, byte, byte) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(byte[][][], byte[][][]) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(byte[][][], byte[][][], byte, byte) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(byte[][][], byte[][][], byte[][][]) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(byte[][][], byte[][][], byte[][][], byte, byte, byte) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(short[], short) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(short[][], short) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(short[][][], short) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(short[], short[]) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(short[], short[], short, short) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(short[], short[], short[]) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(short[], short[], short[], short, short, short) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(short[][], short[][]) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(short[][], short[][], short, short) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(short[][], short[][], short[][]) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(short[][], short[][], short[][], short, short, short) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(short[][][], short[][][]) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(short[][][], short[][][], short, short) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(short[][][], short[][][], short[][][]) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(short[][][], short[][][], short[][][], short, short, short) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(int[], int) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(int[][], int) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(int[][][], int) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(int[], int[]) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(int[], int[], int, int) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(int[], int[], int[]) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(int[], int[], int[], int, int, int) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(int[][], int[][]) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(int[][], int[][], int, int) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(int[][], int[][], int[][]) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(int[][], int[][], int[][], int, int, int) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(int[][][], int[][][]) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(int[][][], int[][][], int, int) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(int[][][], int[][][], int[][][]) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(int[][][], int[][][], int[][][], int, int, int) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(long[], long) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(long[][], long) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(long[][][], long) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(long[], long[]) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(long[], long[], long, long) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(long[], long[], long[]) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(long[], long[], long[], long, long, long) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(long[][], long[][]) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(long[][], long[][], long, long) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(long[][], long[][], long[][]) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(long[][], long[][], long[][], long, long, long) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(long[][][], long[][][]) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(long[][][], long[][][], long, long) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(long[][][], long[][][], long[][][]) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(long[][][], long[][][], long[][][], long, long, long) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(float[], float) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(float[][], float) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(float[][][], float) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(float[], float[]) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(float[], float[], float, float) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(float[], float[], float[]) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(float[], float[], float[], float, float, float) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(float[][], float[][]) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(float[][], float[][], float, float) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(float[][], float[][], float[][]) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(float[][], float[][], float[][], float, float, float) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(float[][][], float[][][]) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(float[][][], float[][][], float, float) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(float[][][], float[][][], float[][][]) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(float[][][], float[][][], float[][][], float, float, float) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(double[], double) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(double[][], double) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(double[][][], double) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(double[], double[]) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(double[], double[], double, double) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(double[], double[], double[]) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(double[], double[], double[], double, double, double) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(double[][], double[][]) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(double[][], double[][], double, double) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(double[][], double[][], double[][]) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(double[][], double[][], double[][], double, double, double) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(double[][][], double[][][]) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(double[][][], double[][][], double, double) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(double[][][], double[][][], double[][][]) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(double[][][], double[][][], double[][][], double, double, double) - Static method in class com.landawn.abacus.util.f
 
multipliedBy(Fraction) - Method in class com.landawn.abacus.util.Fraction
Multiplies the value of this fraction by another, returning the result in reduced form.
multiply(ByteMatrix) - Method in class com.landawn.abacus.util.ByteMatrix
 
multiply(CharMatrix) - Method in class com.landawn.abacus.util.CharMatrix
 
multiply(DoubleMatrix) - Method in class com.landawn.abacus.util.DoubleMatrix
 
multiply(FloatMatrix) - Method in class com.landawn.abacus.util.FloatMatrix
 
multiply(IntMatrix) - Method in class com.landawn.abacus.util.IntMatrix
 
multiply(LongMatrix) - Method in class com.landawn.abacus.util.LongMatrix
 
multiply(ShortMatrix) - Method in class com.landawn.abacus.util.ShortMatrix
 
multiplyExact(int, int) - Static method in class com.landawn.abacus.util.Maths
Returns the product of a and b, provided it does not overflow.
multiplyExact(long, long) - Static method in class com.landawn.abacus.util.Maths
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(Class<? extends Map>) - Constructor for class com.landawn.abacus.util.Multiset
 
Multiset(Collection<? extends T>) - Constructor for class com.landawn.abacus.util.Multiset
 
murmur3_128(int) - Static method in class com.landawn.abacus.hash.Hashing
Returns a hash function implementing the 128-bit murmur3 algorithm, x64 variant (little-endian variant), using the given seed value.
murmur3_128() - Static method in class com.landawn.abacus.hash.Hashing
Returns a hash function implementing the 128-bit murmur3 algorithm, x64 variant (little-endian variant), using a seed value of zero.
murmur3_32(int) - Static method in class com.landawn.abacus.hash.Hashing
Returns a hash function implementing the 32-bit murmur3 algorithm, x86 variant (little-endian variant), using the given seed value.
murmur3_32() - Static method in class com.landawn.abacus.hash.Hashing
Returns a hash function implementing the 32-bit murmur3 algorithm, x86 variant (little-endian variant), using a seed value of zero.
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.
mutateRow(String, RowMutations) - Method in class com.landawn.abacus.util.HBaseExecutor
 

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_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
 
NativeActivityBase - Class in com.landawn.abacus.android
 
NativeActivityBase() - Constructor for class com.landawn.abacus.android.NativeActivityBase
 
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
 
naturalOrder() - Static method in class com.landawn.abacus.util.Comparators
 
navigableKeySet() - Method in class com.landawn.abacus.util.ImmutableNavigableMap
 
NConsumer<T> - Interface in com.landawn.abacus.util.function
 
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
 
ne(String, Object) - Static method in class com.landawn.abacus.util.DynamoDBExecutor.Filters
 
negate() - Method in class com.landawn.abacus.util.Fraction
Gets a fraction that is the negative (-fraction) of this one.
negate() - Method in interface com.landawn.abacus.util.function.BooleanBiPredicate
 
negate() - Method in interface com.landawn.abacus.util.function.BooleanPredicate
 
negate() - Method in interface com.landawn.abacus.util.function.BooleanTriPredicate
 
negate() - Method in interface com.landawn.abacus.util.function.ByteBiPredicate
 
negate() - Method in interface com.landawn.abacus.util.function.BytePredicate
 
negate() - Method in interface com.landawn.abacus.util.function.ByteTriPredicate
 
negate() - Method in interface com.landawn.abacus.util.function.CharBiPredicate
 
negate() - Method in interface com.landawn.abacus.util.function.CharPredicate
 
negate() - Method in interface com.landawn.abacus.util.function.CharTriPredicate
 
negate() - Method in interface com.landawn.abacus.util.function.DoubleBiPredicate
 
negate() - Method in interface com.landawn.abacus.util.function.DoubleTriPredicate
 
negate() - Method in interface com.landawn.abacus.util.function.FloatBiPredicate
 
negate() - Method in interface com.landawn.abacus.util.function.FloatPredicate
 
negate() - Method in interface com.landawn.abacus.util.function.FloatTriPredicate
 
negate() - Method in interface com.landawn.abacus.util.function.IndexedBiPredicate
 
negate() - Method in interface com.landawn.abacus.util.function.IndexedPredicate
 
negate() - Method in interface com.landawn.abacus.util.function.IntBiPredicate
 
negate() - Method in interface com.landawn.abacus.util.function.IntTriPredicate
 
negate() - Method in interface com.landawn.abacus.util.function.LongBiPredicate
 
negate() - Method in interface com.landawn.abacus.util.function.LongTriPredicate
 
negate() - Method in interface com.landawn.abacus.util.function.QuadPredicate
 
negate() - Method in interface com.landawn.abacus.util.function.ShortBiPredicate
 
negate() - Method in interface com.landawn.abacus.util.function.ShortPredicate
 
negate() - Method in interface com.landawn.abacus.util.function.ShortTriPredicate
 
negate() - Method in interface com.landawn.abacus.util.function.TriPredicate
 
negated() - Method in class com.landawn.abacus.util.Duration
Returns a copy of this duration with the length negated.
Neo4jExecutor - Class in com.landawn.abacus.util
It's a simple wrapper of Neo4j Java client.
Neo4jExecutor(SessionFactory) - Constructor for class com.landawn.abacus.util.Neo4jExecutor
 
never() - Static method in class com.landawn.abacus.util.Fn.BiPredicates
Returns the BiPredicate which always returns false.
never() - Static method in class com.landawn.abacus.util.Fn.Predicates
Returns the Predicate which always returns false.
never() - Static method in interface com.landawn.abacus.util.function.BiPredicate
Returns the BiPredicate which always returns false.
never() - Static method in interface com.landawn.abacus.util.function.Predicate
Returns the Predicate which always returns false.
newArray(Class<?>, int) - Static method in class com.landawn.abacus.util.N
Method newArray.
newArrayDeque() - Static method in class com.landawn.abacus.util.N
 
newArrayDeque(int) - Static method in class com.landawn.abacus.util.N
Constructs an empty array deque with an initial capacity sufficient to hold the specified number of elements.
newArrayDeque(Collection<? extends E>) - Static method in class com.landawn.abacus.util.N
Constructs a deque containing the elements of the specified collection, in the order they are returned by the collection's iterator.
newArrayList() - Static method in class com.landawn.abacus.util.N
 
newArrayList(int) - Static method in class com.landawn.abacus.util.N
 
newArrayList(Collection<? extends T>) - Static method in class com.landawn.abacus.util.N
 
newBufferedReader(File) - Static method in class com.landawn.abacus.util.IOUtil
 
newBufferedReader(File, Charset) - Static method in class com.landawn.abacus.util.IOUtil
 
newBufferedReader(Path) - Static method in class com.landawn.abacus.util.IOUtil
 
newBufferedReader(Path, Charset) - Static method in class com.landawn.abacus.util.IOUtil
 
newBufferedReader(InputStream) - Static method in class com.landawn.abacus.util.IOUtil
 
newBufferedReader(InputStream, Charset) - Static method in class com.landawn.abacus.util.IOUtil
 
newBufferedWriter(File) - Static method in class com.landawn.abacus.util.IOUtil
 
newBufferedWriter(File, Charset) - Static method in class com.landawn.abacus.util.IOUtil
 
newBufferedWriter(OutputStream) - Static method in class com.landawn.abacus.util.IOUtil
 
newBufferedWriter(OutputStream, Charset) - Static method in class com.landawn.abacus.util.IOUtil
 
newConcurrentHashMap() - Static method in class com.landawn.abacus.util.N
 
newConcurrentHashMap(int) - Static method in class com.landawn.abacus.util.N
 
newConcurrentHashMap(Map<? extends K, ? extends V>) - Static method in class com.landawn.abacus.util.N
 
newDataSet(String, String, Map<?, ?>) - Static method in class com.landawn.abacus.util.N
Convert the specified Map to a two columns DataSet: one column is for keys and one column is for values
newDataSet(Collection<T>) - Static method in class com.landawn.abacus.util.N
Converts a list of row(which can be: Map/Entity/Array/Collection) into a DataSet.
newDataSet(Collection<String>, Collection<T>) - Static method in class com.landawn.abacus.util.N
Converts a list of row(which can be: Map/Entity/Array/Collection) into a DataSet.
newEmptyDataSet() - Static method in class com.landawn.abacus.util.N
 
newEntity(Class<T>) - Static method in class com.landawn.abacus.util.N
 
newEntity(Class<T>, String) - Static method in class com.landawn.abacus.util.N
 
newGZIPInputStream(InputStream) - Static method in class com.landawn.abacus.util.IOUtil
 
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
 
newGZIPOutputStream(OutputStream, int) - Static method in class com.landawn.abacus.util.IOUtil
Creates a new input stream with the specified buffer size.
newHasher() - Method in interface com.landawn.abacus.hash.HashFunction
Begins a new hash code computation by returning an initialized, stateful Hasher instance that is ready to receive data.
newHasher(int) - Method in interface com.landawn.abacus.hash.HashFunction
Begins a new hash code computation as HashFunction.newHasher(), but provides a hint of the expected size of the input (in bytes).
newHashMap() - Static method in class com.landawn.abacus.util.N
 
newHashMap(int) - Static method in class com.landawn.abacus.util.N
 
newHashMap(Map<? extends K, ? extends V>) - Static method in class com.landawn.abacus.util.N
 
newHashMap(Collection<? extends V>, Try.Function<? super V, ? extends K, E>) - Static method in class com.landawn.abacus.util.N
 
newHashSet() - Static method in class com.landawn.abacus.util.N
 
newHashSet(int) - Static method in class com.landawn.abacus.util.N
 
newHashSet(Collection<? extends T>) - Static method in class com.landawn.abacus.util.N
 
newIdentityHashMap() - Static method in class com.landawn.abacus.util.N
 
newIdentityHashMap(int) - Static method in class com.landawn.abacus.util.N
 
newIdentityHashMap(Map<? extends K, ? extends V>) - Static method in class com.landawn.abacus.util.N
 
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<T>) - Static method in class com.landawn.abacus.util.N
Method newInstance.
newLinkedHashMap(Collection<? extends T>, Try.Function<? super T, ? extends K, E>) - Static method in class com.landawn.abacus.util.Maps
 
newLinkedHashMap() - Static method in class com.landawn.abacus.util.N
 
newLinkedHashMap(int) - Static method in class com.landawn.abacus.util.N
 
newLinkedHashMap(Map<? extends K, ? extends V>) - Static method in class com.landawn.abacus.util.N
 
newLinkedHashMap(Collection<? extends V>, Try.Function<? super V, ? extends K, E>) - Static method in class com.landawn.abacus.util.N
 
newLinkedHashSet() - Static method in class com.landawn.abacus.util.N
 
newLinkedHashSet(int) - Static method in class com.landawn.abacus.util.N
 
newLinkedHashSet(Collection<? extends T>) - Static method in class com.landawn.abacus.util.N
 
newLinkedList() - Static method in class com.landawn.abacus.util.N
 
newLinkedList(Collection<? extends T>) - Static method in class com.landawn.abacus.util.N
 
newListLinkedMultimap() - Static method in class com.landawn.abacus.util.N
 
newListLinkedMultimap(int) - Static method in class com.landawn.abacus.util.N
 
newListLinkedMultimap(Map<? extends K, ? extends E>) - Static method in class com.landawn.abacus.util.N
 
newListMultimap() - Static method in class com.landawn.abacus.util.N
 
newListMultimap(int) - Static method in class com.landawn.abacus.util.N
 
newListMultimap(Map<? extends K, ? extends E>) - Static method in class com.landawn.abacus.util.N
 
newListMultimap(Class<? extends Map>) - Static method in class com.landawn.abacus.util.N
 
newListMultimap(Class<? extends Map>, Class<? extends List>) - Static method in class com.landawn.abacus.util.N
 
newListSortedMultimap() - Static method in class com.landawn.abacus.util.N
 
newListSortedMultimap(Map<? extends K, ? extends E>) - Static method in class com.landawn.abacus.util.N
 
newLZ4BlockInputStream(InputStream) - Static method in class com.landawn.abacus.util.IOUtil
 
newLZ4BlockOutputStream(OutputStream) - Static method in class com.landawn.abacus.util.IOUtil
 
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>, Try.Function<? super T, ? extends K, E>) - Static method in class com.landawn.abacus.util.Maps
 
newMap(Collection<? extends T>, Try.Function<? super T, ? extends K, E>, Try.Function<? super T, ? extends V, E2>) - Static method in class com.landawn.abacus.util.Maps
 
newMap(Collection<? extends T>, Try.Function<? super T, ? extends K, E>, Try.Function<? super T, ? extends V, E2>, IntFunction<M>) - Static method in class com.landawn.abacus.util.Maps
 
newProxyInstance(Class<T>, InvocationHandler) - Static method in class com.landawn.abacus.util.N
 
newProxyInstance(Class<?>[], InvocationHandler) - Static method in class com.landawn.abacus.util.N
Refer to java.lang.reflect
newSetFromMap(Map<E, Boolean>) - Static method in class com.landawn.abacus.util.N
Returns a set backed by the specified map.
newSetLinkedMultimap() - Static method in class com.landawn.abacus.util.N
 
newSetLinkedMultimap(int) - Static method in class com.landawn.abacus.util.N
 
newSetLinkedMultimap(Map<? extends K, ? extends E>) - Static method in class com.landawn.abacus.util.N
 
newSetMultimap() - Static method in class com.landawn.abacus.util.N
 
newSetMultimap(int) - Static method in class com.landawn.abacus.util.N
 
newSetMultimap(Map<? extends K, ? extends E>) - Static method in class com.landawn.abacus.util.N
 
newSetMultimap(Class<? extends Map>) - Static method in class com.landawn.abacus.util.N
 
newSetMultimap(Class<? extends Map>, Class<? extends Set>) - Static method in class com.landawn.abacus.util.N
 
newSetSortedMultimap() - Static method in class com.landawn.abacus.util.N
 
newSetSortedMultimap(Map<? extends K, ? extends E>) - Static method in class com.landawn.abacus.util.N
 
newSnappyInputStream(InputStream) - Static method in class com.landawn.abacus.util.IOUtil
 
newSnappyOutputStream(OutputStream) - Static method in class com.landawn.abacus.util.IOUtil
 
newSnappyOutputStream(OutputStream, int) - Static method in class com.landawn.abacus.util.IOUtil
Creates a new input stream with the specified buffer size.
newTreeMap() - Static method in class com.landawn.abacus.util.N
 
newTreeMap(Comparator<C>) - Static method in class com.landawn.abacus.util.N
 
newTreeMap(Map<? extends K, ? extends V>) - Static method in class com.landawn.abacus.util.N
 
newTreeMap(SortedMap<K, ? extends V>) - Static method in class com.landawn.abacus.util.N
 
newTreeSet() - Static method in class com.landawn.abacus.util.N
 
newTreeSet(Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
 
newTreeSet(Collection<? extends T>) - Static method in class com.landawn.abacus.util.N
 
newTreeSet(SortedSet<T>) - Static method in class com.landawn.abacus.util.N
 
next() - Method in class com.landawn.abacus.util.BooleanIterator
Deprecated.
next() - Method in class com.landawn.abacus.util.ByteIterator
Deprecated.
next() - Method in class com.landawn.abacus.util.CharIterator
Deprecated.
next() - Method in class com.landawn.abacus.util.DoubleIterator
Deprecated.
next() - Method in class com.landawn.abacus.util.FloatIterator
Deprecated.
next() - Method in class com.landawn.abacus.util.IntIterator
Deprecated.
next() - Method in class com.landawn.abacus.util.LineIterator
Returns the next line in the wrapped Reader.
next() - Method in class com.landawn.abacus.util.LongIterator
Deprecated.
next() - Method in class com.landawn.abacus.util.RowIterator
 
next() - Method in class com.landawn.abacus.util.ShortIterator
Deprecated.
nextBoolean() - Method in class com.landawn.abacus.util.BooleanIterator
 
nextByte() - Method in class com.landawn.abacus.util.ByteIterator
 
nextChar() - Method in class com.landawn.abacus.util.CharIterator
 
nextDouble() - Method in class com.landawn.abacus.util.DoubleIterator
 
nextFloat() - Method in class com.landawn.abacus.util.FloatIterator
 
nextInt() - Method in class com.landawn.abacus.util.IntIterator
 
nextLong() - Method in class com.landawn.abacus.util.LongIterator
 
nextPage() - Method in interface com.landawn.abacus.PaginatedDataSet
Method nextPage.
nextShort() - Method in class com.landawn.abacus.util.ShortIterator
 
nextVal() - Method in class com.landawn.abacus.util.DBSequence
 
NFunction<T,R> - Interface in com.landawn.abacus.util.function
 
NL - Static variable in class com.landawn.abacus.util.Ascii
Alternate name for Ascii.LF.
noneMatch(Try.BooleanPredicate<E>) - Method in class com.landawn.abacus.util.BooleanList
Returns whether no elements of this List match the provided predicate.
noneMatch(int, int, Try.BooleanPredicate<E>) - Method in class com.landawn.abacus.util.BooleanList
 
noneMatch(Try.BytePredicate<E>) - Method in class com.landawn.abacus.util.ByteList
Returns whether no elements of this List match the provided predicate.
noneMatch(int, int, Try.BytePredicate<E>) - Method in class com.landawn.abacus.util.ByteList
 
noneMatch(Try.CharPredicate<E>) - Method in class com.landawn.abacus.util.CharList
Returns whether no elements of this List match the provided predicate.
noneMatch(int, int, Try.CharPredicate<E>) - Method in class com.landawn.abacus.util.CharList
 
noneMatch(Try.DoublePredicate<E>) - Method in class com.landawn.abacus.util.DoubleList
Returns whether no elements of this List match the provided predicate.
noneMatch(int, int, Try.DoublePredicate<E>) - Method in class com.landawn.abacus.util.DoubleList
 
noneMatch(Try.FloatPredicate<E>) - Method in class com.landawn.abacus.util.FloatList
Returns whether no elements of this List match the provided predicate.
noneMatch(int, int, Try.FloatPredicate<E>) - Method in class com.landawn.abacus.util.FloatList
 
noneMatch(Try.IntPredicate<E>) - Method in class com.landawn.abacus.util.IntList
Returns whether no elements of this List match the provided predicate.
noneMatch(int, int, Try.IntPredicate<E>) - Method in class com.landawn.abacus.util.IntList
 
noneMatch(Try.LongPredicate<E>) - Method in class com.landawn.abacus.util.LongList
Returns whether no elements of this List match the provided predicate.
noneMatch(int, int, Try.LongPredicate<E>) - Method in class com.landawn.abacus.util.LongList
 
noneMatch(Try.Predicate<? super T, E>) - Method in class com.landawn.abacus.util.Seq
 
noneMatch(Try.ShortPredicate<E>) - Method in class com.landawn.abacus.util.ShortList
Returns whether no elements of this List match the provided predicate.
noneMatch(int, int, Try.ShortPredicate<E>) - Method in class com.landawn.abacus.util.ShortList
 
noneMatch(Try.BytePredicate<E>) - Method in class com.landawn.abacus.util.stream.ByteStream
 
noneMatch(Try.CharPredicate<E>) - Method in class com.landawn.abacus.util.stream.CharStream
 
noneMatch(Try.DoublePredicate<E>) - Method in class com.landawn.abacus.util.stream.DoubleStream
 
noneMatch(Try.FloatPredicate<E>) - Method in class com.landawn.abacus.util.stream.FloatStream
 
noneMatch(Try.IntPredicate<E>) - Method in class com.landawn.abacus.util.stream.IntStream
 
noneMatch(Try.LongPredicate<E>) - Method in class com.landawn.abacus.util.stream.LongStream
 
noneMatch(Try.ShortPredicate<E>) - Method in class com.landawn.abacus.util.stream.ShortStream
 
noneMatch(Try.Predicate<? super T, E>) - Method in class com.landawn.abacus.util.stream.Stream
 
noneMatch(U, Try.BiPredicate<? super T, ? super U, E>) - Method in class com.landawn.abacus.util.stream.Stream
 
normalize(String) - Static method in class com.landawn.abacus.util.FilenameUtil
Normalizes a path, removing double and single dot path steps.
normalize(String, boolean) - Static method in class com.landawn.abacus.util.FilenameUtil
Normalizes a path, removing double and single dot path steps.
normalizeNoEndSeparator(String) - Static method in class com.landawn.abacus.util.FilenameUtil
Normalizes a path, removing double and single dot path steps, and removing any final directory separator.
normalizeNoEndSeparator(String, boolean) - Static method in class com.landawn.abacus.util.FilenameUtil
Normalizes a path, removing double and single dot path steps, and removing any final directory separator.
normalizeSpace(String) - Static method in class com.landawn.abacus.util.N
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
Method not.
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(boolean) - Static method in class com.landawn.abacus.util.If.IF
Deprecated.
 
not(boolean) - Static method in class com.landawn.abacus.util.If
 
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_FOUND - Static variable in class com.landawn.abacus.util.Index
 
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
 
notContains(String, Object) - Static method in class com.landawn.abacus.util.DynamoDBExecutor.Filters
 
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(Object) - Static method in class com.landawn.abacus.util.Fn
 
notEqual() - Static method in class com.landawn.abacus.util.Fn
 
notEqual() - Static method in interface com.landawn.abacus.util.function.BiPredicate
 
notEqual(byte) - Static method in interface com.landawn.abacus.util.function.BytePredicate
 
notEqual(char) - Static method in interface com.landawn.abacus.util.function.CharPredicate
 
notEqual(double) - Static method in interface com.landawn.abacus.util.function.DoublePredicate
 
notEqual(float) - Static method in interface com.landawn.abacus.util.function.FloatPredicate
 
notEqual(int) - Static method in interface com.landawn.abacus.util.function.IntPredicate
 
notEqual(long) - Static method in interface com.landawn.abacus.util.function.LongPredicate
 
notEqual(Object) - Static method in interface com.landawn.abacus.util.function.Predicate
 
notEqual(short) - Static method in interface com.landawn.abacus.util.function.ShortPredicate
 
notExists(SubQuery) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
notIn(Collection<?>) - Static method in class com.landawn.abacus.util.Fn
 
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
 
notNull(String) - Static method in class com.landawn.abacus.util.DynamoDBExecutor.Filters
 
notNull() - Static method in class com.landawn.abacus.util.Fn
 
notNull() - Static method in interface com.landawn.abacus.util.function.Predicate
 
notNullOrEmpty() - Static method in class com.landawn.abacus.util.Fn
 
notNullOrEmpty(CharSequence) - Static method in class com.landawn.abacus.util.If.IF
Deprecated.
 
notNullOrEmpty(boolean[]) - Static method in class com.landawn.abacus.util.If.IF
Deprecated.
 
notNullOrEmpty(char[]) - Static method in class com.landawn.abacus.util.If.IF
Deprecated.
 
notNullOrEmpty(byte[]) - Static method in class com.landawn.abacus.util.If.IF
Deprecated.
 
notNullOrEmpty(short[]) - Static method in class com.landawn.abacus.util.If.IF
Deprecated.
 
notNullOrEmpty(int[]) - Static method in class com.landawn.abacus.util.If.IF
Deprecated.
 
notNullOrEmpty(long[]) - Static method in class com.landawn.abacus.util.If.IF
Deprecated.
 
notNullOrEmpty(float[]) - Static method in class com.landawn.abacus.util.If.IF
Deprecated.
 
notNullOrEmpty(double[]) - Static method in class com.landawn.abacus.util.If.IF
Deprecated.
 
notNullOrEmpty(Object[]) - Static method in class com.landawn.abacus.util.If.IF
Deprecated.
 
notNullOrEmpty(Collection<?>) - Static method in class com.landawn.abacus.util.If.IF
Deprecated.
 
notNullOrEmpty(Map<?, ?>) - Static method in class com.landawn.abacus.util.If.IF
Deprecated.
 
notNullOrEmpty(PrimitiveList) - Static method in class com.landawn.abacus.util.If.IF
Deprecated.
 
notNullOrEmpty(Multiset<?>) - Static method in class com.landawn.abacus.util.If.IF
Deprecated.
 
notNullOrEmpty(LongMultiset<?>) - Static method in class com.landawn.abacus.util.If.IF
Deprecated.
 
notNullOrEmpty(Multimap<?, ?, ?>) - Static method in class com.landawn.abacus.util.If.IF
Deprecated.
 
notNullOrEmpty(CharSequence) - Static method in class com.landawn.abacus.util.If
 
notNullOrEmpty(boolean[]) - Static method in class com.landawn.abacus.util.If
 
notNullOrEmpty(char[]) - Static method in class com.landawn.abacus.util.If
 
notNullOrEmpty(byte[]) - Static method in class com.landawn.abacus.util.If
 
notNullOrEmpty(short[]) - Static method in class com.landawn.abacus.util.If
 
notNullOrEmpty(int[]) - Static method in class com.landawn.abacus.util.If
 
notNullOrEmpty(long[]) - Static method in class com.landawn.abacus.util.If
 
notNullOrEmpty(float[]) - Static method in class com.landawn.abacus.util.If
 
notNullOrEmpty(double[]) - Static method in class com.landawn.abacus.util.If
 
notNullOrEmpty(Object[]) - Static method in class com.landawn.abacus.util.If
 
notNullOrEmpty(Collection<?>) - Static method in class com.landawn.abacus.util.If
 
notNullOrEmpty(Map<?, ?>) - Static method in class com.landawn.abacus.util.If
 
notNullOrEmpty(PrimitiveList) - Static method in class com.landawn.abacus.util.If
 
notNullOrEmpty(Multiset<?>) - Static method in class com.landawn.abacus.util.If
 
notNullOrEmpty(LongMultiset<?>) - Static method in class com.landawn.abacus.util.If
 
notNullOrEmpty(Multimap<?, ?, ?>) - Static method in class com.landawn.abacus.util.If
 
notNullOrEmpty(CharSequence) - Static method in class com.landawn.abacus.util.N
 
notNullOrEmpty(boolean[]) - Static method in class com.landawn.abacus.util.N
 
notNullOrEmpty(char[]) - Static method in class com.landawn.abacus.util.N
 
notNullOrEmpty(byte[]) - Static method in class com.landawn.abacus.util.N
 
notNullOrEmpty(short[]) - Static method in class com.landawn.abacus.util.N
 
notNullOrEmpty(int[]) - Static method in class com.landawn.abacus.util.N
 
notNullOrEmpty(long[]) - Static method in class com.landawn.abacus.util.N
 
notNullOrEmpty(float[]) - Static method in class com.landawn.abacus.util.N
 
notNullOrEmpty(double[]) - Static method in class com.landawn.abacus.util.N
 
notNullOrEmpty(Object[]) - Static method in class com.landawn.abacus.util.N
 
notNullOrEmpty(Collection<?>) - Static method in class com.landawn.abacus.util.N
 
notNullOrEmpty(Map<?, ?>) - Static method in class com.landawn.abacus.util.N
 
notNullOrEmpty(PrimitiveList) - Static method in class com.landawn.abacus.util.N
 
notNullOrEmpty(Multiset<?>) - Static method in class com.landawn.abacus.util.N
 
notNullOrEmpty(LongMultiset<?>) - Static method in class com.landawn.abacus.util.N
 
notNullOrEmpty(Multimap<?, ?, ?>) - Static method in class com.landawn.abacus.util.N
 
notNullOrEmpty(DataSet) - Static method in class com.landawn.abacus.util.N
 
notNullOrEmpty(EntityId) - Static method in class com.landawn.abacus.util.N
 
notNullOrEmptyOrBlank() - Static method in class com.landawn.abacus.util.Fn
 
notNullOrEmptyOrBlank(CharSequence) - Static method in class com.landawn.abacus.util.If.IF
Deprecated.
 
notNullOrEmptyOrBlank(CharSequence) - Static method in class com.landawn.abacus.util.If
 
notNullOrEmptyOrBlank(CharSequence) - Static method in class com.landawn.abacus.util.N
 
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.
Nullable<T> - Class in com.landawn.abacus.util
Note: It's copied from OpenJDK at: http://hg.openjdk.java.net/jdk8u/hs-dev/jdk
A container object which may or may not contain a nullable value.
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(List<T>) - Static method in class com.landawn.abacus.util.N
Returns an immutable empty list if the specified List is null, otherwise itself is returned.
nullToEmpty(Set<T>) - Static method in class com.landawn.abacus.util.N
Returns an immutable empty set if the specified Set is null, otherwise itself is returned.
nullToEmpty(SortedSet<T>) - Static method in class com.landawn.abacus.util.N
Returns an immutable empty SortedSet if the specified SortedSet is null, otherwise itself is returned.
nullToEmpty(NavigableSet<T>) - Static method in class com.landawn.abacus.util.N
Returns an immutable empty NavigableSet if the specified NavigableSet is null, otherwise itself is returned.
nullToEmpty(Map<K, V>) - Static method in class com.landawn.abacus.util.N
Returns an immutable empty map if the specified Map is null, otherwise itself is returned.
nullToEmpty(SortedMap<K, V>) - Static method in class com.landawn.abacus.util.N
Returns an immutable empty SortedMap if the specified SortedMap is null, otherwise itself is returned.
nullToEmpty(NavigableMap<K, V>) - Static method in class com.landawn.abacus.util.N
Returns an immutable empty NavigableMap if the specified NavigableMap is null, otherwise itself is returned.
nullToEmpty(Iterator<T>) - Static method in class com.landawn.abacus.util.N
Returns an immutable empty Iterator if the specified Iterator is null, otherwise itself is returned.
nullToEmpty(ListIterator<T>) - Static method in class com.landawn.abacus.util.N
Returns an immutable empty ListIterator if the specified ListIterator is null, otherwise itself is returned.
nullToEmpty(String) - Static method in class com.landawn.abacus.util.N
 
nullToEmpty(boolean[]) - Static method in class com.landawn.abacus.util.N
 
nullToEmpty(char[]) - Static method in class com.landawn.abacus.util.N
 
nullToEmpty(byte[]) - Static method in class com.landawn.abacus.util.N
 
nullToEmpty(short[]) - Static method in class com.landawn.abacus.util.N
 
nullToEmpty(int[]) - Static method in class com.landawn.abacus.util.N
 
nullToEmpty(long[]) - Static method in class com.landawn.abacus.util.N
 
nullToEmpty(float[]) - Static method in class com.landawn.abacus.util.N
 
nullToEmpty(double[]) - Static method in class com.landawn.abacus.util.N
 
nullToEmpty(String[]) - Static method in class com.landawn.abacus.util.N
 
nullToEmpty(Object[]) - Static method in class com.landawn.abacus.util.N
 
nullToEmpty(Class<T[]>, T[]) - Static method in class com.landawn.abacus.util.N
 
NUM - Static variable in interface com.landawn.abacus.util.function.ToByteFunction
 
NUM - Static variable in interface com.landawn.abacus.util.function.ToDoubleFunction
 
NUM - Static variable in interface com.landawn.abacus.util.function.ToFloatFunction
 
NUM - Static variable in interface com.landawn.abacus.util.function.ToIntFunction
 
NUM - Static variable in interface com.landawn.abacus.util.function.ToLongFunction
 
NUM - Static variable in interface com.landawn.abacus.util.function.ToShortFunction
 
numFamilies() - Method in class com.landawn.abacus.util.AnyDelete
 
numFamilies() - Method in class com.landawn.abacus.util.AnyGet
 
numFamilies() - Method in class com.landawn.abacus.util.AnyPut
 
numFamilies() - Method in class com.landawn.abacus.util.AnyScan
 
numToDouble() - Static method in class com.landawn.abacus.util.Fn
 
numToInt() - Static method in class com.landawn.abacus.util.Fn
 
numToLong() - Static method in class com.landawn.abacus.util.Fn
 

O

ObjBooleanConsumer<T> - Interface in com.landawn.abacus.util.function
 
ObjByteConsumer<T> - Interface in com.landawn.abacus.util.function
 
ObjCharConsumer<T> - Interface in com.landawn.abacus.util.function
 
ObjDoubleConsumer<T> - Interface in com.landawn.abacus.util.function
OBJECT_LIST - Static variable in class com.landawn.abacus.util.Clazz
 
OBJECT_SET - Static variable in class com.landawn.abacus.util.Clazz
 
ObjectMapper<C extends MapperConfig> - Interface in com.landawn.abacus.parser
The intention of this class is to provide concise and consistent interface for Jackson JSON/XML/...
ObjectPool<E extends Poolable> - Interface in com.landawn.abacus.pool
 
ObjectPool.MemoryMeasure<E> - Interface in com.landawn.abacus.pool
 
ObjFloatConsumer<T> - Interface in com.landawn.abacus.util.function
 
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
ObjShortConsumer<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
 
observe(BlockingQueue<T>, Duration) - Static method in class com.landawn.abacus.util.stream.Stream
 
observe(BlockingQueue<T>, Predicate<? super T>, long) - Static method in class com.landawn.abacus.util.stream.Stream
 
Observer<T> - Class in com.landawn.abacus.android.util
 
Observer<T> - Class in com.landawn.abacus.util
 
Observer.AutoCompleteTextViewObserver<T extends android.widget.AutoCompleteTextView,O extends Observer.AutoCompleteTextViewObserver<T,O>> - Class in com.landawn.abacus.android.util
 
Observer.MenuItemObserver<T extends android.view.MenuItem,O extends Observer.MenuItemObserver<T,O>> - Class in com.landawn.abacus.android.util
 
Observer.SearchViewObserver<T extends android.widget.SearchView,O extends Observer.SearchViewObserver<T,O>> - Class in com.landawn.abacus.android.util
 
Observer.TextViewObserver<T extends android.widget.TextView,O extends Observer.TextViewObserver<T,O>> - Class in com.landawn.abacus.android.util
 
Observer.ViewGroupObserver<T extends android.view.ViewGroup,O extends Observer.ViewGroupObserver<T,O>> - Class in com.landawn.abacus.android.util
 
Observer.ViewObserver<T extends android.view.View,O extends Observer.ViewObserver<T,O>> - Class in com.landawn.abacus.android.util
 
ObserverX<T> - Class in com.landawn.abacus.android.util
 
ObserverX.ViewObserverX<T extends android.view.View,O extends ObserverX.ViewObserverX<T,O>> - Class in com.landawn.abacus.android.util
 
occurrencesOf(boolean) - Method in class com.landawn.abacus.util.BooleanList
 
occurrencesOf(byte) - Method in class com.landawn.abacus.util.ByteList
 
occurrencesOf(char) - Method in class com.landawn.abacus.util.CharList
 
occurrencesOf(double) - Method in class com.landawn.abacus.util.DoubleList
 
occurrencesOf(float) - Method in class com.landawn.abacus.util.FloatList
 
occurrencesOf(int) - Method in class com.landawn.abacus.util.IntList
 
occurrencesOf(Iterator<?>, Object) - Static method in class com.landawn.abacus.util.Iterators
 
occurrencesOf(long) - Method in class com.landawn.abacus.util.LongList
 
occurrencesOf(Object) - Method in class com.landawn.abacus.util.LongMultiset
 
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(Object) - Method in class com.landawn.abacus.util.Seq
 
occurrencesOf(short) - Method in class com.landawn.abacus.util.ShortList
 
of(T) - Static method in class com.landawn.abacus.android.util.Observer
 
of(T) - Static method in class com.landawn.abacus.android.util.Observer
 
of(T) - Static method in class com.landawn.abacus.android.util.Observer
 
of(T) - Static method in class com.landawn.abacus.android.util.Observer
 
of(T) - Static method in class com.landawn.abacus.android.util.Observer
 
of(T) - Static method in class com.landawn.abacus.android.util.Observer
 
of(T) - Static method in class com.landawn.abacus.android.util.ObserverX
 
of(String) - Static method in class com.landawn.abacus.condition.Expression
 
of(String) - Static method in class com.landawn.abacus.condition.NamedProperty
 
of(String) - Static method in interface com.landawn.abacus.EntityId
 
of(String, Object) - Static method in interface com.landawn.abacus.EntityId
 
of(String, Object, String, Object) - Static method in interface com.landawn.abacus.EntityId
 
of(String, Object, String, Object, String, Object) - Static method in interface com.landawn.abacus.EntityId
 
of(Map<String, Object>) - Static method in interface com.landawn.abacus.EntityId
 
of(Object...) - Static method in class com.landawn.abacus.http.Headers
 
of(String) - Static method in class com.landawn.abacus.http.HttpClient
 
of(String, long, long) - Static method in class com.landawn.abacus.http.HttpClient
 
of(String) - Static method in class com.landawn.abacus.http.OKHttpClient
 
of(String, long, long) - Static method in class com.landawn.abacus.http.OKHttpClient
 
of(Class<?>) - Static method in class com.landawn.abacus.parser.AvroDeserializationConfig.ADC
 
of(Schema) - Static method in class com.landawn.abacus.parser.AvroDeserializationConfig.ADC
 
of(Class<?>, Schema) - Static method in class com.landawn.abacus.parser.AvroDeserializationConfig.ADC
 
of(Schema) - Static method in class com.landawn.abacus.parser.AvroSerializationConfig.ASC
 
of(Schema, Exclusion, Map<Class<?>, Collection<String>>) - Static method in class com.landawn.abacus.parser.AvroSerializationConfig.ASC
 
of(Class<?>) - Static method in class com.landawn.abacus.parser.JSONDeserializationConfig.JDC
 
of(Class<?>, Class<?>) - Static method in class com.landawn.abacus.parser.JSONDeserializationConfig.JDC
 
of(boolean, Map<Class<?>, Collection<String>>) - Static method in class com.landawn.abacus.parser.JSONDeserializationConfig.JDC
 
of(Class<?>, boolean, Map<Class<?>, Collection<String>>) - Static method in class com.landawn.abacus.parser.JSONDeserializationConfig.JDC
 
of(Class<?>, Class<?>, boolean, Map<Class<?>, Collection<String>>) - Static method in class com.landawn.abacus.parser.JSONDeserializationConfig.JDC
 
of(Class<?>, Class<?>, Class<?>, boolean, Map<Class<?>, Collection<String>>) - Static method in class com.landawn.abacus.parser.JSONDeserializationConfig.JDC
 
of(boolean, boolean) - Static method in class com.landawn.abacus.parser.JSONSerializationConfig.JSC
 
of(DateTimeFormat) - Static method in class com.landawn.abacus.parser.JSONSerializationConfig.JSC
 
of(Exclusion, Map<Class<?>, Collection<String>>) - Static method in class com.landawn.abacus.parser.JSONSerializationConfig.JSC
 
of(boolean, boolean, DateTimeFormat, Exclusion, Map<Class<?>, Collection<String>>) - Static method in class com.landawn.abacus.parser.JSONSerializationConfig.JSC
 
of(Class<?>) - Static method in class com.landawn.abacus.parser.XMLDeserializationConfig.XDC
 
of(Class<?>, Class<?>) - Static method in class com.landawn.abacus.parser.XMLDeserializationConfig.XDC
 
of(boolean, Map<Class<?>, Collection<String>>) - Static method in class com.landawn.abacus.parser.XMLDeserializationConfig.XDC
 
of(Class<?>, boolean, Map<Class<?>, Collection<String>>) - Static method in class com.landawn.abacus.parser.XMLDeserializationConfig.XDC
 
of(Class<?>, Class<?>, boolean, Map<Class<?>, Collection<String>>) - Static method in class com.landawn.abacus.parser.XMLDeserializationConfig.XDC
 
of(Class<?>, Class<?>, Class<?>, boolean, Map<Class<?>, Collection<String>>) - Static method in class com.landawn.abacus.parser.XMLDeserializationConfig.XDC
 
of(boolean, boolean) - Static method in class com.landawn.abacus.parser.XMLSerializationConfig.XSC
 
of(DateTimeFormat) - Static method in class com.landawn.abacus.parser.XMLSerializationConfig.XSC
 
of(Exclusion, Map<Class<?>, Collection<String>>) - Static method in class com.landawn.abacus.parser.XMLSerializationConfig.XSC
 
of(boolean, boolean, DateTimeFormat, Exclusion, Map<Class<?>, Collection<String>>) - Static method in class com.landawn.abacus.parser.XMLSerializationConfig.XSC
 
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(Object) - Static method in class com.landawn.abacus.util.AnyDelete
 
of(Object, long) - Static method in class com.landawn.abacus.util.AnyDelete
 
of(Object) - Static method in class com.landawn.abacus.util.AnyGet
 
of(Object) - Static method in class com.landawn.abacus.util.AnyPut
 
of(Object, long) - Static method in class com.landawn.abacus.util.AnyPut
 
of(Object) - Static method in class com.landawn.abacus.util.AnyScan
 
of(Object, Object) - Static method in class com.landawn.abacus.util.AnyScan
 
of(Object, Filter) - Static method in class com.landawn.abacus.util.AnyScan
 
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(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(boolean[]) - Static method in class com.landawn.abacus.util.BooleanIterator
 
of(boolean[], int, int) - Static method in class com.landawn.abacus.util.BooleanIterator
 
of(boolean...) - Static method in class com.landawn.abacus.util.BooleanList
 
of(boolean[], int) - Static method in class com.landawn.abacus.util.BooleanList
 
of(boolean[]...) - Static method in class com.landawn.abacus.util.BooleanMatrix
 
of(boolean, boolean) - Static method in class com.landawn.abacus.util.BooleanPair
 
of(boolean, boolean, boolean) - Static method in class com.landawn.abacus.util.BooleanTriple
 
of(BooleanList) - Static method in class com.landawn.abacus.util.Builder
 
of(CharList) - Static method in class com.landawn.abacus.util.Builder
 
of(ByteList) - Static method in class com.landawn.abacus.util.Builder
 
of(ShortList) - Static method in class com.landawn.abacus.util.Builder
 
of(IntList) - Static method in class com.landawn.abacus.util.Builder
 
of(LongList) - Static method in class com.landawn.abacus.util.Builder
 
of(FloatList) - Static method in class com.landawn.abacus.util.Builder
 
of(DoubleList) - Static method in class com.landawn.abacus.util.Builder
 
of(L) - Static method in class com.landawn.abacus.util.Builder
 
of(C) - Static method in class com.landawn.abacus.util.Builder
 
of(M) - Static method in class com.landawn.abacus.util.Builder
 
of(Multiset<T>) - Static method in class com.landawn.abacus.util.Builder
 
of(LongMultiset<T>) - Static method in class com.landawn.abacus.util.Builder
 
of(M) - Static method in class com.landawn.abacus.util.Builder
 
of(DataSet) - Static method in class com.landawn.abacus.util.Builder
 
of(T) - Static method in class com.landawn.abacus.util.Builder
 
of(byte[]) - Static method in class com.landawn.abacus.util.ByteIterator
 
of(byte[], int, int) - Static method in class com.landawn.abacus.util.ByteIterator
 
of(byte...) - Static method in class com.landawn.abacus.util.ByteList
 
of(byte[], int) - Static method in class com.landawn.abacus.util.ByteList
 
of(byte[]...) - Static method in class com.landawn.abacus.util.ByteMatrix
 
of(byte, byte) - Static method in class com.landawn.abacus.util.BytePair
 
of(byte, byte, byte) - Static method in class com.landawn.abacus.util.ByteTriple
 
of(char[]) - Static method in class com.landawn.abacus.util.CharIterator
 
of(char[], int, int) - Static method in class com.landawn.abacus.util.CharIterator
 
of(char...) - Static method in class com.landawn.abacus.util.CharList
 
of(char[], int) - Static method in class com.landawn.abacus.util.CharList
 
of(char[]...) - Static method in class com.landawn.abacus.util.CharMatrix
 
of(char, char) - Static method in class com.landawn.abacus.util.CharPair
 
of(char, char, char) - Static method in class com.landawn.abacus.util.CharTriple
 
of(Class<? super T>) - Static method in class com.landawn.abacus.util.Clazz
 
of(Map<K1, V1>, Map<K2, 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(boolean[], boolean[]) - Static method in class com.landawn.abacus.util.Difference
 
of(char[], char[]) - Static method in class com.landawn.abacus.util.Difference
 
of(byte[], byte[]) - Static method in class com.landawn.abacus.util.Difference
 
of(short[], short[]) - Static method in class com.landawn.abacus.util.Difference
 
of(int[], int[]) - Static method in class com.landawn.abacus.util.Difference
 
of(long[], long[]) - Static method in class com.landawn.abacus.util.Difference
 
of(float[], float[]) - Static method in class com.landawn.abacus.util.Difference
 
of(double[], double[]) - Static method in class com.landawn.abacus.util.Difference
 
of(T1[], T2[]) - Static method in class com.landawn.abacus.util.Difference
 
of(Collection<T1>, Collection<T2>) - Static method in class com.landawn.abacus.util.Difference
 
of(BooleanList, BooleanList) - Static method in class com.landawn.abacus.util.Difference
 
of(CharList, CharList) - Static method in class com.landawn.abacus.util.Difference
 
of(ByteList, ByteList) - Static method in class com.landawn.abacus.util.Difference
 
of(ShortList, ShortList) - Static method in class com.landawn.abacus.util.Difference
 
of(IntList, IntList) - Static method in class com.landawn.abacus.util.Difference
 
of(LongList, LongList) - Static method in class com.landawn.abacus.util.Difference
 
of(FloatList, FloatList) - Static method in class com.landawn.abacus.util.Difference
 
of(DoubleList, DoubleList) - Static method in class com.landawn.abacus.util.Difference
 
of(double[]) - Static method in class com.landawn.abacus.util.DoubleIterator
 
of(double[], int, int) - Static method in class com.landawn.abacus.util.DoubleIterator
 
of(double...) - Static method in class com.landawn.abacus.util.DoubleList
 
of(double[], int) - Static method in class com.landawn.abacus.util.DoubleList
 
of(double[]...) - Static method in class com.landawn.abacus.util.DoubleMatrix
 
of(double, double) - Static method in class com.landawn.abacus.util.DoublePair
 
of(double, double, double) - Static method in class com.landawn.abacus.util.DoubleTriple
 
of(float[]) - Static method in class com.landawn.abacus.util.FloatIterator
 
of(float[], int, int) - Static method in class com.landawn.abacus.util.FloatIterator
 
of(float...) - Static method in class com.landawn.abacus.util.FloatList
 
of(float[], int) - Static method in class com.landawn.abacus.util.FloatList
 
of(float[]...) - Static method in class com.landawn.abacus.util.FloatMatrix
 
of(float, float) - Static method in class com.landawn.abacus.util.FloatPair
 
of(float, float, float) - Static method in class com.landawn.abacus.util.FloatTriple
 
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(BiConsumer<T, U>) - Static method in interface com.landawn.abacus.util.function.BiConsumer
Returns the specified instance
of(BiFunction<T, U, R>) - Static method in interface com.landawn.abacus.util.function.BiFunction
Returns the specified instance
of(BiPredicate<T, U>) - Static method in interface com.landawn.abacus.util.function.BiPredicate
Returns the specified instance
of(BooleanPredicate) - Static method in interface com.landawn.abacus.util.function.BooleanPredicate
Returns the specified instance
of(BytePredicate) - Static method in interface com.landawn.abacus.util.function.BytePredicate
Returns the specified instance
of(Callable<R>) - Static method in interface com.landawn.abacus.util.function.Callable
Returns the specified instance
of(CharPredicate) - Static method in interface com.landawn.abacus.util.function.CharPredicate
Returns the specified instance
of(Consumer<T>) - Static method in interface com.landawn.abacus.util.function.Consumer
Returns the specified instance
of(DoublePredicate) - Static method in interface com.landawn.abacus.util.function.DoublePredicate
Returns the specified instance
of(FloatPredicate) - Static method in interface com.landawn.abacus.util.function.FloatPredicate
Returns the specified instance
of(Function<T, R>) - Static method in interface com.landawn.abacus.util.function.Function
Returns the specified instance
of(IntPredicate) - Static method in interface com.landawn.abacus.util.function.IntPredicate
Returns the specified instance
of(LongPredicate) - Static method in interface com.landawn.abacus.util.function.LongPredicate
Returns the specified instance
of(Predicate<T>) - Static method in interface com.landawn.abacus.util.function.Predicate
Returns the specified instance
of(Runnable) - Static method in interface com.landawn.abacus.util.function.Runnable
Returns the specified instance
of(ShortPredicate) - Static method in interface com.landawn.abacus.util.function.ShortPredicate
Returns the specified instance
of(TriConsumer<A, B, C>) - Static method in interface com.landawn.abacus.util.function.TriConsumer
Returns the specified instance
of(TriFunction<A, B, C, R>) - Static method in interface com.landawn.abacus.util.function.TriFunction
Returns the specified instance
of(TriPredicate<A, B, C>) - Static method in interface com.landawn.abacus.util.function.TriPredicate
Returns the specified instance
of(T) - Static method in class com.landawn.abacus.util.Holder
 
of(T) - Static method in class com.landawn.abacus.util.Holder.R
 
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.
of(K, V) - Static method in interface com.landawn.abacus.util.ImmutableEntry
 
of(Iterator<E>) - Static method in class com.landawn.abacus.util.ImmutableIterator
 
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(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.
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.
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(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.
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.
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(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(List<?>, Object) - Static method in class com.landawn.abacus.util.Index
 
of(List<?>, 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(int[]) - Static method in class com.landawn.abacus.util.IntIterator
 
of(int[], int, int) - Static method in class com.landawn.abacus.util.IntIterator
 
of(int...) - Static method in class com.landawn.abacus.util.IntList
 
of(int[], int) - Static method in class com.landawn.abacus.util.IntList
 
of(int[]...) - Static method in class com.landawn.abacus.util.IntMatrix
 
of(int, int) - Static method in class com.landawn.abacus.util.IntPair
 
of(int, int, int) - Static method in class com.landawn.abacus.util.IntTriple
 
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(long[]) - Static method in class com.landawn.abacus.util.LongIterator
 
of(long[], int, int) - Static method in class com.landawn.abacus.util.LongIterator
 
of(long...) - Static method in class com.landawn.abacus.util.LongList
 
of(long[], int) - Static method in class com.landawn.abacus.util.LongList
 
of(long[]...) - Static method in class com.landawn.abacus.util.LongMatrix
 
of(T...) - Static method in class com.landawn.abacus.util.LongMultiset
 
of(long, long) - Static method in class com.landawn.abacus.util.LongPair
 
of(long, long, long) - Static method in class com.landawn.abacus.util.LongTriple
 
of(T[]...) - Static method in class com.landawn.abacus.util.Matrix
 
of(char...) - Static method in class com.landawn.abacus.util.Median
Returns a Pair with left is the value at the index of (a.length - 1) / 2 when the array is sorted, and the right is the value at the index of a.length / 2 if the length of array is even.
of(char[], int, int) - Static method in class com.landawn.abacus.util.Median
Returns a Pair with left is the value at the index of (a.length - 1) / 2 when the array is sorted, and the right is the value at the index of a.length / 2 if the length of array is even.
of(byte...) - Static method in class com.landawn.abacus.util.Median
Returns a Pair with left is the value at the index of (a.length - 1) / 2 when the array is sorted, and the right is the value at the index of a.length / 2 if the length of array is even.
of(byte[], int, int) - Static method in class com.landawn.abacus.util.Median
Returns a Pair with left is the value at the index of (a.length - 1) / 2 when the array is sorted, and the right is the value at the index of a.length / 2 if the length of array is even.
of(short...) - Static method in class com.landawn.abacus.util.Median
Returns a Pair with left is the value at the index of (a.length - 1) / 2 when the array is sorted, and the right is the value at the index of a.length / 2 if the length of array is even.
of(short[], int, int) - Static method in class com.landawn.abacus.util.Median
Returns a Pair with left is the value at the index of (a.length - 1) / 2 when the array is sorted, and the right is the value at the index of a.length / 2 if the length of array is even.
of(int...) - Static method in class com.landawn.abacus.util.Median
Returns a Pair with left is the value at the index of (a.length - 1) / 2 when the array is sorted, and the right is the value at the index of a.length / 2 if the length of array is even.
of(int[], int, int) - Static method in class com.landawn.abacus.util.Median
Returns a Pair with left is the value at the index of (a.length - 1) / 2 when the array is sorted, and the right is the value at the index of a.length / 2 if the length of array is even.
of(long...) - Static method in class com.landawn.abacus.util.Median
Returns a Pair with left is the value at the index of (a.length - 1) / 2 when the array is sorted, and the right is the value at the index of a.length / 2 if the length of array is even.
of(long[], int, int) - Static method in class com.landawn.abacus.util.Median
Returns a Pair with left is the value at the index of (a.length - 1) / 2 when the array is sorted, and the right is the value at the index of a.length / 2 if the length of array is even.
of(float...) - Static method in class com.landawn.abacus.util.Median
Returns a Pair with left is the value at the index of (a.length - 1) / 2 when the array is sorted, and the right is the value at the index of a.length / 2 if the length of array is even.
of(float[], int, int) - Static method in class com.landawn.abacus.util.Median
Returns a Pair with left is the value at the index of (a.length - 1) / 2 when the array is sorted, and the right is the value at the index of a.length / 2 if the length of array is even.
of(double...) - Static method in class com.landawn.abacus.util.Median
Returns a Pair with left is the value at the index of (a.length - 1) / 2 when the array is sorted, and the right is the value at the index of a.length / 2 if the length of array is even.
of(double[], int, int) - Static method in class com.landawn.abacus.util.Median
Returns a Pair with left is the value at the index of (a.length - 1) / 2 when the array is sorted, and the right is the value at the index of a.length / 2 if the length of array is even.
of(T[]) - Static method in class com.landawn.abacus.util.Median
Returns a Pair with left is the value at the index of (a.length - 1) / 2 when the array is sorted, and the right is the value at the index of a.length / 2 if the length of array is even.
of(T[], int, int) - Static method in class com.landawn.abacus.util.Median
Returns a Pair with left is the value at the index of (a.length - 1) / 2 when the array is sorted, and the right is the value at the index of a.length / 2 if the length of array is even.
of(T[], Comparator<? super T>) - Static method in class com.landawn.abacus.util.Median
Returns a Pair with left is the value at the index of (a.length - 1) / 2 when the array is sorted, and the right is the value at the index of a.length / 2 if the length of array is even.
of(T[], int, int, Comparator<? super T>) - Static method in class com.landawn.abacus.util.Median
Returns a Pair with left is the value at the index of (a.length - 1) / 2 when the array is sorted, and the right is the value at the index of a.length / 2 if the length of array is even.
of(Collection<T>) - Static method in class com.landawn.abacus.util.Median
 
of(Collection<T>, Comparator<? super T>) - Static method in class com.landawn.abacus.util.Median
 
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.Nullable
Returns an Nullable with the specified present nullable value.
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<T>) - Static method in class com.landawn.abacus.util.ObjIterator
 
of(Collection<T>) - Static method in class com.landawn.abacus.util.ObjIterator
 
of(Iterable<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(T) - Static method in class com.landawn.abacus.util.Optional
Returns an Optional with the specified present non-null value.
of(boolean) - Static method in class com.landawn.abacus.util.OptionalBoolean
Return an OptionalBoolean with the specified value present.
of(byte) - Static method in class com.landawn.abacus.util.OptionalByte
Return an OptionalByte with the specified value present.
of(char) - Static method in class com.landawn.abacus.util.OptionalChar
Return an OptionalChar with the specified value present.
of(double) - Static method in class com.landawn.abacus.util.OptionalDouble
Return an OptionalDouble with the specified value present.
of(float) - Static method in class com.landawn.abacus.util.OptionalFloat
Return an OptionalFloat with the specified value present.
of(int) - Static method in class com.landawn.abacus.util.OptionalInt
Return an OptionalInt with the specified value present.
of(long) - Static method in class com.landawn.abacus.util.OptionalLong
Return an OptionalLong with the specified value present.
of(short) - Static method in class com.landawn.abacus.util.OptionalShort
Return an OptionalShort with the specified value present.
of(L, R) - Static method in class com.landawn.abacus.util.Pair
 
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(Supplier<T>) - Static method in class com.landawn.abacus.util.SafeInitializer
 
of(T...) - Static method in class com.landawn.abacus.util.Seq
 
of(Collection<T>) - Static method in class com.landawn.abacus.util.Seq
The returned Seq and the specified Collection are backed by the same data.
of(Map<K, V>) - Static method in class com.landawn.abacus.util.Seq
 
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(short[]) - Static method in class com.landawn.abacus.util.ShortIterator
 
of(short[], int, int) - Static method in class com.landawn.abacus.util.ShortIterator
 
of(short...) - Static method in class com.landawn.abacus.util.ShortList
 
of(short[], int) - Static method in class com.landawn.abacus.util.ShortList
 
of(short[]...) - Static method in class com.landawn.abacus.util.ShortMatrix
 
of(short, short) - Static method in class com.landawn.abacus.util.ShortPair
 
of(short, short, short) - Static method in class com.landawn.abacus.util.ShortTriple
 
of(Object, int...) - Static method in class com.landawn.abacus.util.SQLExecutor.TypedParameters
 
of(byte...) - Static method in class com.landawn.abacus.util.stream.ByteStream
 
of(byte[], int, int) - Static method in class com.landawn.abacus.util.stream.ByteStream
 
of(byte[][]) - Static method in class com.landawn.abacus.util.stream.ByteStream
 
of(byte[][][]) - Static method in class com.landawn.abacus.util.stream.ByteStream
 
of(Byte[]) - Static method in class com.landawn.abacus.util.stream.ByteStream
 
of(Byte[], int, int) - Static method in class com.landawn.abacus.util.stream.ByteStream
 
of(Collection<Byte>) - Static method in class com.landawn.abacus.util.stream.ByteStream
 
of(ByteIterator) - Static method in class com.landawn.abacus.util.stream.ByteStream
 
of(Supplier<ByteList>) - Static method in class com.landawn.abacus.util.stream.ByteStream
Lazy evaluation.
of(char...) - Static method in class com.landawn.abacus.util.stream.CharStream
 
of(char[], int, int) - Static method in class com.landawn.abacus.util.stream.CharStream
 
of(char[][]) - Static method in class com.landawn.abacus.util.stream.CharStream
 
of(char[][][]) - Static method in class com.landawn.abacus.util.stream.CharStream
 
of(CharSequence) - Static method in class com.landawn.abacus.util.stream.CharStream
Takes the chars in the specified String as the elements of the Stream
of(CharSequence, int, int) - Static method in class com.landawn.abacus.util.stream.CharStream
Takes the chars in the specified String as the elements of the Stream
of(Character[]) - Static method in class com.landawn.abacus.util.stream.CharStream
 
of(Character[], int, int) - Static method in class com.landawn.abacus.util.stream.CharStream
 
of(Collection<Character>) - Static method in class com.landawn.abacus.util.stream.CharStream
 
of(CharIterator) - Static method in class com.landawn.abacus.util.stream.CharStream
 
of(Supplier<CharList>) - Static method in class com.landawn.abacus.util.stream.CharStream
Lazy evaluation.
of(Collector<T, A, R>) - Static method in interface com.landawn.abacus.util.stream.Collector
 
of(Supplier<R>, BiConsumer<R, T>, BinaryOperator<R>, Collector.Characteristics...) - Static method in interface com.landawn.abacus.util.stream.Collector
 
of(Supplier<A>, BiConsumer<A, T>, BinaryOperator<A>, Function<A, R>, Collector.Characteristics...) - Static method in interface com.landawn.abacus.util.stream.Collector
 
of(double...) - Static method in class com.landawn.abacus.util.stream.DoubleStream
 
of(double[], int, int) - Static method in class com.landawn.abacus.util.stream.DoubleStream
 
of(double[][]) - Static method in class com.landawn.abacus.util.stream.DoubleStream
 
of(double[][][]) - Static method in class com.landawn.abacus.util.stream.DoubleStream
 
of(Double[]) - Static method in class com.landawn.abacus.util.stream.DoubleStream
 
of(Double[], int, int) - Static method in class com.landawn.abacus.util.stream.DoubleStream
 
of(Collection<Double>) - Static method in class com.landawn.abacus.util.stream.DoubleStream
 
of(DoubleIterator) - Static method in class com.landawn.abacus.util.stream.DoubleStream
 
of(Supplier<DoubleList>) - Static method in class com.landawn.abacus.util.stream.DoubleStream
Lazy evaluation.
of(DoubleStream) - Static method in class com.landawn.abacus.util.stream.DoubleStream
 
of(K, V) - Static method in class com.landawn.abacus.util.stream.EntryStream
 
of(K, V, K, V) - Static method in class com.landawn.abacus.util.stream.EntryStream
 
of(K, V, K, V, K, V) - Static method in class com.landawn.abacus.util.stream.EntryStream
 
of(K, V, K, V, K, V, K, V) - Static method in class com.landawn.abacus.util.stream.EntryStream
 
of(K, V, K, V, K, V, K, V, K, V) - Static method in class com.landawn.abacus.util.stream.EntryStream
 
of(K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class com.landawn.abacus.util.stream.EntryStream
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class com.landawn.abacus.util.stream.EntryStream
 
of(Iterator<? extends Map.Entry<K, V>>) - Static method in class com.landawn.abacus.util.stream.EntryStream
 
of(Map<K, V>) - Static method in class com.landawn.abacus.util.stream.EntryStream
 
of(Collection<? extends Map.Entry<K, V>>) - Static method in class com.landawn.abacus.util.stream.EntryStream
 
of(Multiset<E>) - Static method in class com.landawn.abacus.util.stream.EntryStream
 
of(LongMultiset<E>) - Static method in class com.landawn.abacus.util.stream.EntryStream
 
of(Multimap<K, E, V>) - Static method in class com.landawn.abacus.util.stream.EntryStream
 
of(Collection<? extends T>, Function<? super T, K>) - Static method in class com.landawn.abacus.util.stream.EntryStream
 
of(T[], Function<? super T, K>) - Static method in class com.landawn.abacus.util.stream.EntryStream
 
of(float...) - Static method in class com.landawn.abacus.util.stream.FloatStream
 
of(float[], int, int) - Static method in class com.landawn.abacus.util.stream.FloatStream
 
of(float[][]) - Static method in class com.landawn.abacus.util.stream.FloatStream
 
of(float[][][]) - Static method in class com.landawn.abacus.util.stream.FloatStream
 
of(Float[]) - Static method in class com.landawn.abacus.util.stream.FloatStream
 
of(Float[], int, int) - Static method in class com.landawn.abacus.util.stream.FloatStream
 
of(Collection<Float>) - Static method in class com.landawn.abacus.util.stream.FloatStream
 
of(FloatIterator) - Static method in class com.landawn.abacus.util.stream.FloatStream
 
of(Supplier<FloatList>) - Static method in class com.landawn.abacus.util.stream.FloatStream
Lazy evaluation.
of(int...) - Static method in class com.landawn.abacus.util.stream.IntStream
 
of(int[], int, int) - Static method in class com.landawn.abacus.util.stream.IntStream
 
of(int[][]) - Static method in class com.landawn.abacus.util.stream.IntStream
 
of(int[][][]) - Static method in class com.landawn.abacus.util.stream.IntStream
 
of(Integer[]) - Static method in class com.landawn.abacus.util.stream.IntStream
 
of(Integer[], int, int) - Static method in class com.landawn.abacus.util.stream.IntStream
 
of(Collection<Integer>) - Static method in class com.landawn.abacus.util.stream.IntStream
 
of(IntIterator) - Static method in class com.landawn.abacus.util.stream.IntStream
 
of(Supplier<IntList>) - Static method in class com.landawn.abacus.util.stream.IntStream
Lazy evaluation.
of(IntStream) - Static method in class com.landawn.abacus.util.stream.IntStream
 
of(long...) - Static method in class com.landawn.abacus.util.stream.LongStream
 
of(long[], int, int) - Static method in class com.landawn.abacus.util.stream.LongStream
 
of(long[][]) - Static method in class com.landawn.abacus.util.stream.LongStream
 
of(long[][][]) - Static method in class com.landawn.abacus.util.stream.LongStream
 
of(Long[]) - Static method in class com.landawn.abacus.util.stream.LongStream
 
of(Long[], int, int) - Static method in class com.landawn.abacus.util.stream.LongStream
 
of(Collection<Long>) - Static method in class com.landawn.abacus.util.stream.LongStream
 
of(LongIterator) - Static method in class com.landawn.abacus.util.stream.LongStream
 
of(Supplier<LongList>) - Static method in class com.landawn.abacus.util.stream.LongStream
Lazy evaluation.
of(LongStream) - Static method in class com.landawn.abacus.util.stream.LongStream
 
of(short...) - Static method in class com.landawn.abacus.util.stream.ShortStream
 
of(short[], int, int) - Static method in class com.landawn.abacus.util.stream.ShortStream
 
of(short[][]) - Static method in class com.landawn.abacus.util.stream.ShortStream
 
of(short[][][]) - Static method in class com.landawn.abacus.util.stream.ShortStream
 
of(Short[]) - Static method in class com.landawn.abacus.util.stream.ShortStream
 
of(Short[], int, int) - Static method in class com.landawn.abacus.util.stream.ShortStream
 
of(Collection<Short>) - Static method in class com.landawn.abacus.util.stream.ShortStream
 
of(ShortIterator) - Static method in class com.landawn.abacus.util.stream.ShortStream
 
of(Supplier<ShortList>) - Static method in class com.landawn.abacus.util.stream.ShortStream
Lazy evaluation.
of(T...) - Static method in class com.landawn.abacus.util.stream.Stream
 
of(T[], int, int) - Static method in class com.landawn.abacus.util.stream.Stream
Returns a sequential, stateful and immutable Stream.
of(Collection<? extends T>) - Static method in class com.landawn.abacus.util.stream.Stream
Returns a sequential, stateful and immutable Stream.
of(Collection<? extends T>, int, int) - Static method in class com.landawn.abacus.util.stream.Stream
Returns a sequential, stateful and immutable Stream.
of(Map<K, V>) - Static method in class com.landawn.abacus.util.stream.Stream
 
of(Iterable<? extends T>) - Static method in class com.landawn.abacus.util.stream.Stream
 
of(Iterator<? extends T>) - Static method in class com.landawn.abacus.util.stream.Stream
Returns a sequential, stateful and immutable Stream.
of(Stream<T>) - Static method in class com.landawn.abacus.util.stream.Stream
 
of(Reader) - Static method in class com.landawn.abacus.util.stream.Stream
It's user's responsibility to close the input reader after the stream is finished.
of(RowIterator) - Static method in class com.landawn.abacus.util.stream.Stream
It's user's responsibility to close the input rowIterator after the stream is finished.
of(RowIterator, boolean) - Static method in class com.landawn.abacus.util.stream.Stream
 
of(Class<T>, RowIterator) - Static method in class com.landawn.abacus.util.stream.Stream
It's user's responsibility to close the input rowIterator after the stream is finished.
of(Class<T>, RowIterator, boolean) - Static method in class com.landawn.abacus.util.stream.Stream
 
of(ResultSet) - Static method in class com.landawn.abacus.util.stream.Stream
It's user's responsibility to close the input resultSet after the stream is finished.
of(ResultSet, boolean) - Static method in class com.landawn.abacus.util.stream.Stream
 
of(Class<T>, ResultSet) - Static method in class com.landawn.abacus.util.stream.Stream
It's user's responsibility to close the input resultSet after the stream is finished.
of(Class<T>, ResultSet, boolean) - Static method in class com.landawn.abacus.util.stream.Stream
 
of(File) - Static method in class com.landawn.abacus.util.stream.Stream
 
of(File, Charset) - Static method in class com.landawn.abacus.util.stream.Stream
 
of(Path) - Static method in class com.landawn.abacus.util.stream.Stream
 
of(Path, Charset) - Static method in class com.landawn.abacus.util.stream.Stream
 
of(boolean[]) - Static method in class com.landawn.abacus.util.stream.Stream
 
of(boolean[], int, int) - Static method in class com.landawn.abacus.util.stream.Stream
 
of(char[]) - Static method in class com.landawn.abacus.util.stream.Stream
 
of(char[], int, int) - Static method in class com.landawn.abacus.util.stream.Stream
 
of(byte[]) - Static method in class com.landawn.abacus.util.stream.Stream
 
of(byte[], int, int) - Static method in class com.landawn.abacus.util.stream.Stream
 
of(short[]) - Static method in class com.landawn.abacus.util.stream.Stream
 
of(short[], int, int) - Static method in class com.landawn.abacus.util.stream.Stream
 
of(int[]) - Static method in class com.landawn.abacus.util.stream.Stream
 
of(int[], int, int) - Static method in class com.landawn.abacus.util.stream.Stream
 
of(long[]) - Static method in class com.landawn.abacus.util.stream.Stream
 
of(long[], int, int) - Static method in class com.landawn.abacus.util.stream.Stream
 
of(float[]) - Static method in class com.landawn.abacus.util.stream.Stream
 
of(float[], int, int) - Static method in class com.landawn.abacus.util.stream.Stream
 
of(double[]) - Static method in class com.landawn.abacus.util.stream.Stream
 
of(double[], int, int) - Static method in class com.landawn.abacus.util.stream.Stream
 
of(Supplier<Collection<? extends T>>) - Static method in class com.landawn.abacus.util.stream.Stream
Lazy evaluation.
of(L, M, R) - Static method in class com.landawn.abacus.util.Triple
 
of(Try.BiConsumer<T, U, E>) - Static method in interface com.landawn.abacus.util.Try.BiConsumer
 
of(Try.BiFunction<T, U, R, E>) - Static method in interface com.landawn.abacus.util.Try.BiFunction
 
of(Try.Callable<R, E>) - Static method in interface com.landawn.abacus.util.Try.Callable
 
of(Try.Consumer<T, E>) - Static method in interface com.landawn.abacus.util.Try.Consumer
 
of(Try.Function<T, R, E>) - Static method in interface com.landawn.abacus.util.Try.Function
 
of(T) - Static method in class com.landawn.abacus.util.Try
 
of(Try.Supplier<T, ? extends Exception>) - Static method in class com.landawn.abacus.util.Try
 
of(Try.Runnable<E>) - Static method in interface com.landawn.abacus.util.Try.Runnable
 
of(Try.TriConsumer<A, B, C, E>) - Static method in interface com.landawn.abacus.util.Try.TriConsumer
 
of(Try.TriFunction<A, B, C, R, E>) - Static method in interface com.landawn.abacus.util.Try.TriFunction
 
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
 
of(T1, T2, T3, T4, T5, T6, T7, T8, T9) - Static method in class com.landawn.abacus.util.Tuple
 
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
 
ofAdd() - Static method in class com.landawn.abacus.util.Fn.BiConsumers
 
ofAdd() - Static method in class com.landawn.abacus.util.Fn.BiFunctions
 
ofAdd() - Static method in interface com.landawn.abacus.util.function.BiConsumer
 
ofAdd() - Static method in interface com.landawn.abacus.util.function.BiFunction
 
ofAddAll() - Static method in class com.landawn.abacus.util.Fn.BiConsumers
 
ofAddAll() - Static method in class com.landawn.abacus.util.Fn.BiFunctions
 
ofAddAll() - Static method in class com.landawn.abacus.util.Fn.BinaryOperators
 
ofAddAll() - Static method in interface com.landawn.abacus.util.function.BiConsumer
 
ofAddAll() - Static method in interface com.landawn.abacus.util.function.BiFunction
 
ofAddAll() - Static method in interface com.landawn.abacus.util.function.BinaryOperator
 
ofAddAlll() - Static method in class com.landawn.abacus.util.Fn.BiConsumers
 
ofAddAlll() - Static method in class com.landawn.abacus.util.Fn.BiFunctions
 
ofAddBigDecimal() - Static method in class com.landawn.abacus.util.Fn.BinaryOperators
 
ofAddBigInteger() - Static method in class com.landawn.abacus.util.Fn.BinaryOperators
 
ofAddDouble() - Static method in class com.landawn.abacus.util.Fn.BinaryOperators
 
ofAddInt() - Static method in class com.landawn.abacus.util.Fn.BinaryOperators
 
ofAddLong() - Static method in class com.landawn.abacus.util.Fn.BinaryOperators
 
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
 
ofArrayDeque() - Static method in class com.landawn.abacus.util.Clazz
 
ofArrayDeque(Class<T>) - Static method in class com.landawn.abacus.util.Clazz
 
ofArrayDeque() - Static method in class com.landawn.abacus.util.Fn.Factory
 
ofArrayDeque() - Static method in class com.landawn.abacus.util.Fn.Suppliers
 
ofArrayDeque() - Static method in interface com.landawn.abacus.util.function.IntFunction
 
ofArrayDeque() - Static method in interface com.landawn.abacus.util.function.Supplier
 
ofBiMap() - Static method in class com.landawn.abacus.util.Clazz
 
ofBiMap(Class<K>, Class<V>) - Static method in class com.landawn.abacus.util.Clazz
 
ofBiMap() - Static method in class com.landawn.abacus.util.Fn.Factory
 
ofBiMap() - Static method in class com.landawn.abacus.util.Fn.Suppliers
 
ofBiMap() - Static method in interface com.landawn.abacus.util.function.IntFunction
 
ofBiMap() - Static method in interface com.landawn.abacus.util.function.Supplier
 
ofBooleanArray() - Static method in class com.landawn.abacus.util.Fn.Factory
 
ofBooleanArray() - Static method in interface com.landawn.abacus.util.function.IntFunction
 
ofBooleanList() - Static method in class com.landawn.abacus.util.Fn.Factory
 
ofBooleanList() - Static method in class com.landawn.abacus.util.Fn.Suppliers
 
ofBooleanList() - Static method in interface com.landawn.abacus.util.function.IntFunction
 
ofBooleanList() - Static method in interface com.landawn.abacus.util.function.Supplier
 
ofByteArray() - Static method in class com.landawn.abacus.util.Fn.Factory
 
ofByteArray() - Static method in interface com.landawn.abacus.util.function.IntFunction
 
ofByteList() - Static method in class com.landawn.abacus.util.Fn.Factory
 
ofByteList() - Static method in class com.landawn.abacus.util.Fn.Suppliers
 
ofByteList() - Static method in interface com.landawn.abacus.util.function.IntFunction
 
ofByteList() - Static method in interface com.landawn.abacus.util.function.Supplier
 
ofCharArray() - Static method in class com.landawn.abacus.util.Fn.Factory
 
ofCharArray() - Static method in interface com.landawn.abacus.util.function.IntFunction
 
ofCharList() - Static method in class com.landawn.abacus.util.Fn.Factory
 
ofCharList() - Static method in class com.landawn.abacus.util.Fn.Suppliers
 
ofCharList() - Static method in interface com.landawn.abacus.util.function.IntFunction
 
ofCharList() - Static method in interface com.landawn.abacus.util.function.Supplier
 
ofCodePoints(CharSequence) - Static method in class com.landawn.abacus.util.stream.IntStream
 
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
 
ofConcurrentHashMap(Class<K>, Class<V>) - Static method in class com.landawn.abacus.util.Clazz
 
ofConcurrentHashMap() - Static method in class com.landawn.abacus.util.Fn.Factory
 
ofConcurrentHashMap() - Static method in class com.landawn.abacus.util.Fn.Suppliers
 
ofConcurrentHashMap() - Static method in interface com.landawn.abacus.util.function.IntFunction
 
ofConcurrentHashMap() - Static method in interface com.landawn.abacus.util.function.Supplier
 
ofConcurrentLinkedQueue() - Static method in class com.landawn.abacus.util.Clazz
 
ofConcurrentLinkedQueue(Class<T>) - Static method in class com.landawn.abacus.util.Clazz
 
ofConcurrentLinkedQueue() - Static method in class com.landawn.abacus.util.Fn.Factory
 
ofConcurrentLinkedQueue() - Static method in class com.landawn.abacus.util.Fn.Suppliers
 
ofConcurrentLinkedQueue() - Static method in interface com.landawn.abacus.util.function.IntFunction
 
ofConcurrentLinkedQueue() - Static method in interface com.landawn.abacus.util.function.Supplier
 
ofConcurrentMap() - Static method in class com.landawn.abacus.util.Clazz
 
ofConcurrentMap(Class<K>, Class<V>) - Static method in class com.landawn.abacus.util.Clazz
 
ofConcurrentMap() - Static method in class com.landawn.abacus.util.Fn.Factory
 
ofConcurrentMap() - Static method in class com.landawn.abacus.util.Fn.Suppliers
 
ofConcurrentMap() - Static method in interface com.landawn.abacus.util.function.IntFunction
 
ofConcurrentMap() - Static method in interface com.landawn.abacus.util.function.Supplier
 
ofDays(long) - Static method in class com.landawn.abacus.util.Duration
Obtains a Duration representing a number of standard 24 hour days.
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
 
ofDeque() - Static method in interface com.landawn.abacus.util.function.IntFunction
 
ofDeque() - Static method in interface com.landawn.abacus.util.function.Supplier
 
ofDoubleArray() - Static method in class com.landawn.abacus.util.Fn.Factory
 
ofDoubleArray() - Static method in interface com.landawn.abacus.util.function.IntFunction
 
ofDoubleList() - Static method in class com.landawn.abacus.util.Fn.Factory
 
ofDoubleList() - Static method in class com.landawn.abacus.util.Fn.Suppliers
 
ofDoubleList() - Static method in interface com.landawn.abacus.util.function.IntFunction
 
ofDoubleList() - Static method in interface com.landawn.abacus.util.function.Supplier
 
ofEmptyBooleanArray() - Static method in class com.landawn.abacus.util.Fn.Suppliers
 
ofEmptyByteArray() - Static method in class com.landawn.abacus.util.Fn.Suppliers
 
ofEmptyCharArray() - Static method in class com.landawn.abacus.util.Fn.Suppliers
 
ofEmptyDoubleArray() - Static method in class com.landawn.abacus.util.Fn.Suppliers
 
ofEmptyFloatArray() - Static method in class com.landawn.abacus.util.Fn.Suppliers
 
ofEmptyIntArray() - Static method in class com.landawn.abacus.util.Fn.Suppliers
 
ofEmptyLongArray() - Static method in class com.landawn.abacus.util.Fn.Suppliers
 
ofEmptyObjectArray() - Static method in class com.landawn.abacus.util.Fn.Suppliers
 
ofEmptyShortArray() - Static method in class com.landawn.abacus.util.Fn.Suppliers
 
ofEmptyStringArray() - Static method in class com.landawn.abacus.util.Fn.Suppliers
 
ofFloatArray() - Static method in class com.landawn.abacus.util.Fn.Factory
 
ofFloatArray() - Static method in interface com.landawn.abacus.util.function.IntFunction
 
ofFloatList() - Static method in class com.landawn.abacus.util.Fn.Factory
 
ofFloatList() - Static method in class com.landawn.abacus.util.Fn.Suppliers
 
ofFloatList() - Static method in interface com.landawn.abacus.util.function.IntFunction
 
ofFloatList() - Static method in interface com.landawn.abacus.util.function.Supplier
 
offset(int) - Method in class com.landawn.abacus.util.SQLBuilder
 
ofGUID() - Static method in class com.landawn.abacus.util.Fn.Suppliers
 
ofHours(long) - Static method in class com.landawn.abacus.util.Duration
Obtains a Duration representing a number of standard hours.
ofImmutableList() - Static method in class com.landawn.abacus.util.Fn.Factory
Deprecated.
ofImmutableList() - Static method in class com.landawn.abacus.util.Fn.Suppliers
Deprecated.
ofImmutableList() - Static method in interface com.landawn.abacus.util.function.IntFunction
Deprecated.
ofImmutableList() - Static method in interface com.landawn.abacus.util.function.Supplier
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.
ofImmutableMap() - Static method in interface com.landawn.abacus.util.function.IntFunction
Deprecated.
ofImmutableMap() - Static method in interface com.landawn.abacus.util.function.Supplier
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.
ofImmutableSet() - Static method in interface com.landawn.abacus.util.function.IntFunction
Deprecated.
ofImmutableSet() - Static method in interface com.landawn.abacus.util.function.Supplier
Deprecated.
ofIntArray() - Static method in class com.landawn.abacus.util.Fn.Factory
 
ofIntArray() - Static method in interface com.landawn.abacus.util.function.IntFunction
 
ofIntList() - Static method in class com.landawn.abacus.util.Fn.Factory
 
ofIntList() - Static method in class com.landawn.abacus.util.Fn.Suppliers
 
ofIntList() - Static method in interface com.landawn.abacus.util.function.IntFunction
 
ofIntList() - Static method in interface com.landawn.abacus.util.function.Supplier
 
ofLinkedBlockingQueue() - Static method in class com.landawn.abacus.util.Clazz
 
ofLinkedBlockingQueue(Class<T>) - Static method in class com.landawn.abacus.util.Clazz
 
ofLinkedBlockingQueue() - Static method in class com.landawn.abacus.util.Fn.Factory
 
ofLinkedBlockingQueue() - Static method in class com.landawn.abacus.util.Fn.Suppliers
 
ofLinkedBlockingQueue() - Static method in interface com.landawn.abacus.util.function.IntFunction
 
ofLinkedBlockingQueue() - Static method in interface com.landawn.abacus.util.function.Supplier
 
ofLinkedHashMap() - Static method in class com.landawn.abacus.util.Clazz
 
ofLinkedHashMap(Class<K>, Class<V>) - Static method in class com.landawn.abacus.util.Clazz
 
ofLinkedHashMap() - Static method in class com.landawn.abacus.util.Fn.Factory
 
ofLinkedHashMap() - Static method in class com.landawn.abacus.util.Fn.Suppliers
 
ofLinkedHashMap() - Static method in interface com.landawn.abacus.util.function.IntFunction
 
ofLinkedHashMap() - Static method in interface com.landawn.abacus.util.function.Supplier
 
ofLinkedHashSet() - Static method in class com.landawn.abacus.util.Clazz
 
ofLinkedHashSet(Class<T>) - Static method in class com.landawn.abacus.util.Clazz
 
ofLinkedHashSet() - Static method in class com.landawn.abacus.util.Fn.Factory
 
ofLinkedHashSet() - Static method in class com.landawn.abacus.util.Fn.Suppliers
 
ofLinkedHashSet() - Static method in interface com.landawn.abacus.util.function.IntFunction
 
ofLinkedHashSet() - Static method in interface com.landawn.abacus.util.function.Supplier
 
ofLinkedList() - Static method in class com.landawn.abacus.util.Clazz
 
ofLinkedList(Class<T>) - Static method in class com.landawn.abacus.util.Clazz
 
ofLinkedList() - Static method in class com.landawn.abacus.util.Fn.Factory
 
ofLinkedList() - Static method in class com.landawn.abacus.util.Fn.Suppliers
 
ofLinkedList() - Static method in interface com.landawn.abacus.util.function.IntFunction
 
ofLinkedList() - Static method in interface com.landawn.abacus.util.function.Supplier
 
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
 
ofList() - Static method in interface com.landawn.abacus.util.function.IntFunction
 
ofList() - Static method in interface com.landawn.abacus.util.function.Supplier
 
ofListMultimap() - Static method in class com.landawn.abacus.util.Clazz
 
ofListMultimap(Class<K>, Class<E>) - Static method in class com.landawn.abacus.util.Clazz
 
ofListMultimap() - Static method in class com.landawn.abacus.util.Fn.Factory
 
ofListMultimap() - Static method in class com.landawn.abacus.util.Fn.Suppliers
 
ofListMultimap() - Static method in interface com.landawn.abacus.util.function.IntFunction
 
ofListMultimap() - Static method in interface com.landawn.abacus.util.function.Supplier
 
ofLongArray() - Static method in class com.landawn.abacus.util.Fn.Factory
 
ofLongArray() - Static method in interface com.landawn.abacus.util.function.IntFunction
 
ofLongList() - Static method in class com.landawn.abacus.util.Fn.Factory
 
ofLongList() - Static method in class com.landawn.abacus.util.Fn.Suppliers
 
ofLongList() - Static method in interface com.landawn.abacus.util.function.IntFunction
 
ofLongList() - Static method in interface com.landawn.abacus.util.function.Supplier
 
ofLongMultiset() - Static method in class com.landawn.abacus.util.Clazz
 
ofLongMultiset(Class<T>) - Static method in class com.landawn.abacus.util.Clazz
 
ofLongMultiset() - Static method in class com.landawn.abacus.util.Fn.Factory
 
ofLongMultiset() - Static method in class com.landawn.abacus.util.Fn.Suppliers
 
ofLongMultiset() - Static method in interface com.landawn.abacus.util.function.IntFunction
 
ofLongMultiset() - Static method in interface com.landawn.abacus.util.function.Supplier
 
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
 
ofMap() - Static method in interface com.landawn.abacus.util.function.IntFunction
 
ofMap() - Static method in interface com.landawn.abacus.util.function.Supplier
 
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
 
ofMillis(long) - Static method in class com.landawn.abacus.util.Duration
Obtains a Duration representing a number of milliseconds.
ofMinutes(long) - Static method in class com.landawn.abacus.util.Duration
Obtains a Duration representing a number of standard minutes.
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() - Static method in interface com.landawn.abacus.util.function.IntFunction
 
ofMultiset() - Static method in interface com.landawn.abacus.util.function.Supplier
 
ofNavigableMap() - Static method in class com.landawn.abacus.util.Clazz
 
ofNavigableMap(Class<K>, Class<V>) - Static method in class com.landawn.abacus.util.Clazz
 
ofNavigableMap() - Static method in class com.landawn.abacus.util.Fn.Factory
 
ofNavigableMap() - Static method in class com.landawn.abacus.util.Fn.Suppliers
 
ofNavigableMap() - Static method in interface com.landawn.abacus.util.function.IntFunction
 
ofNavigableMap() - Static method in interface com.landawn.abacus.util.function.Supplier
 
ofNavigableSet() - Static method in class com.landawn.abacus.util.Clazz
 
ofNavigableSet(Class<T>) - Static method in class com.landawn.abacus.util.Clazz
 
ofNavigableSet() - Static method in class com.landawn.abacus.util.Fn.Factory
 
ofNavigableSet() - Static method in class com.landawn.abacus.util.Fn.Suppliers
 
ofNavigableSet() - Static method in interface com.landawn.abacus.util.function.IntFunction
 
ofNavigableSet() - Static method in interface com.landawn.abacus.util.function.Supplier
 
ofNullable(T) - Static method in class com.landawn.abacus.util.Optional
Returns an Optional describing the specified value, if non-null, otherwise returns an empty Optional.
ofNullable(Boolean) - Static method in class com.landawn.abacus.util.OptionalBoolean
Returns an empty OptionalBoolean if the specified Boolean is null.
ofNullable(Byte) - Static method in class com.landawn.abacus.util.OptionalByte
Returns an empty OptionalByte if the specified Byte is null.
ofNullable(Character) - Static method in class com.landawn.abacus.util.OptionalChar
Returns an empty OptionalChar if the specified Character is null.
ofNullable(Double) - Static method in class com.landawn.abacus.util.OptionalDouble
Returns an empty OptionalDouble if the specified Double is null.
ofNullable(Float) - Static method in class com.landawn.abacus.util.OptionalFloat
Returns an empty OptionalFloat if the specified Float is null.
ofNullable(Integer) - Static method in class com.landawn.abacus.util.OptionalInt
Returns an empty OptionalInt if the specified Integer is null.
ofNullable(Long) - Static method in class com.landawn.abacus.util.OptionalLong
Returns an empty OptionalLong if the specified Long is null.
ofNullable(Short) - Static method in class com.landawn.abacus.util.OptionalShort
Returns an empty OptionalShort if the specified Short is null.
ofNullable(T) - Static method in class com.landawn.abacus.util.stream.Stream
 
ofObjectArray() - Static method in class com.landawn.abacus.util.Fn.Factory
 
ofObjectArray() - Static method in interface com.landawn.abacus.util.function.IntFunction
 
ofPriorityQueue() - Static method in class com.landawn.abacus.util.Clazz
 
ofPriorityQueue(Class<T>) - Static method in class com.landawn.abacus.util.Clazz
 
ofPriorityQueue() - Static method in class com.landawn.abacus.util.Fn.Factory
 
ofPriorityQueue() - Static method in class com.landawn.abacus.util.Fn.Suppliers
 
ofPriorityQueue() - Static method in interface com.landawn.abacus.util.function.IntFunction
 
ofPriorityQueue() - Static method in interface com.landawn.abacus.util.function.Supplier
 
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
 
ofPutAll() - Static method in class com.landawn.abacus.util.Fn.BiFunctions
 
ofPutAll() - Static method in class com.landawn.abacus.util.Fn.BinaryOperators
 
ofPutAll() - Static method in interface com.landawn.abacus.util.function.BiConsumer
 
ofPutAll() - Static method in interface com.landawn.abacus.util.function.BiFunction
 
ofPutAll() - Static method in interface com.landawn.abacus.util.function.BinaryOperator
 
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
 
ofQueue() - Static method in interface com.landawn.abacus.util.function.IntFunction
 
ofQueue() - Static method in interface com.landawn.abacus.util.function.Supplier
 
ofRemove() - Static method in class com.landawn.abacus.util.Fn.BiConsumers
 
ofRemove() - Static method in class com.landawn.abacus.util.Fn.BiFunctions
 
ofRemove() - Static method in interface com.landawn.abacus.util.function.BiConsumer
 
ofRemove() - Static method in interface com.landawn.abacus.util.function.BiFunction
 
ofRemoveAll() - Static method in class com.landawn.abacus.util.Fn.BiConsumers
 
ofRemoveAll() - Static method in class com.landawn.abacus.util.Fn.BiFunctions
 
ofRemoveAll() - Static method in class com.landawn.abacus.util.Fn.BinaryOperators
 
ofRemoveAll() - Static method in interface com.landawn.abacus.util.function.BiConsumer
 
ofRemoveAll() - Static method in interface com.landawn.abacus.util.function.BiFunction
 
ofRemoveAll() - Static method in interface com.landawn.abacus.util.function.BinaryOperator
 
ofRemoveAlll() - Static method in class com.landawn.abacus.util.Fn.BiConsumers
 
ofRemoveAlll() - Static method in class com.landawn.abacus.util.Fn.BiFunctions
 
ofRemoveByKey() - Static method in class com.landawn.abacus.util.Fn.BiConsumers
 
ofRemoveByKey() - Static method in class com.landawn.abacus.util.Fn.BiFunctions
 
ofSeconds(long) - Static method in class com.landawn.abacus.util.Duration
Obtains a Duration representing a number of standard seconds.
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
 
ofSet() - Static method in interface com.landawn.abacus.util.function.IntFunction
 
ofSet() - Static method in interface com.landawn.abacus.util.function.Supplier
 
ofSetMultimap() - Static method in class com.landawn.abacus.util.Clazz
 
ofSetMultimap(Class<K>, Class<E>) - Static method in class com.landawn.abacus.util.Clazz
 
ofSetMultimap() - Static method in class com.landawn.abacus.util.Fn.Factory
 
ofSetMultimap() - Static method in class com.landawn.abacus.util.Fn.Suppliers
 
ofSetMultimap() - Static method in interface com.landawn.abacus.util.function.IntFunction
 
ofSetMultimap() - Static method in interface com.landawn.abacus.util.function.Supplier
 
ofShortArray() - Static method in class com.landawn.abacus.util.Fn.Factory
 
ofShortArray() - Static method in interface com.landawn.abacus.util.function.IntFunction
 
ofShortList() - Static method in class com.landawn.abacus.util.Fn.Factory
 
ofShortList() - Static method in class com.landawn.abacus.util.Fn.Suppliers
 
ofShortList() - Static method in interface com.landawn.abacus.util.function.IntFunction
 
ofShortList() - Static method in interface com.landawn.abacus.util.function.Supplier
 
ofSortedMap() - Static method in class com.landawn.abacus.util.Clazz
 
ofSortedMap(Class<K>, Class<V>) - Static method in class com.landawn.abacus.util.Clazz
 
ofSortedMap() - Static method in class com.landawn.abacus.util.Fn.Factory
 
ofSortedMap() - Static method in class com.landawn.abacus.util.Fn.Suppliers
 
ofSortedMap() - Static method in interface com.landawn.abacus.util.function.IntFunction
 
ofSortedMap() - Static method in interface com.landawn.abacus.util.function.Supplier
 
ofSortedSet() - Static method in class com.landawn.abacus.util.Clazz
 
ofSortedSet(Class<T>) - Static method in class com.landawn.abacus.util.Clazz
 
ofSortedSet() - Static method in class com.landawn.abacus.util.Fn.Factory
 
ofSortedSet() - Static method in class com.landawn.abacus.util.Fn.Suppliers
 
ofSortedSet() - Static method in interface com.landawn.abacus.util.function.IntFunction
 
ofSortedSet() - Static method in interface com.landawn.abacus.util.function.Supplier
 
ofStringArray() - Static method in class com.landawn.abacus.util.Fn.Factory
 
ofStringArray() - Static method in interface com.landawn.abacus.util.function.IntFunction
 
ofStringBuilder() - Static method in class com.landawn.abacus.util.Fn.Suppliers
 
ofStringBuilder() - Static method in interface com.landawn.abacus.util.function.Supplier
 
ofTreeMap() - Static method in class com.landawn.abacus.util.Clazz
 
ofTreeMap(Class<K>, Class<V>) - Static method in class com.landawn.abacus.util.Clazz
 
ofTreeMap() - Static method in class com.landawn.abacus.util.Fn.Factory
 
ofTreeMap() - Static method in class com.landawn.abacus.util.Fn.Suppliers
 
ofTreeMap() - Static method in interface com.landawn.abacus.util.function.IntFunction
 
ofTreeMap() - Static method in interface com.landawn.abacus.util.function.Supplier
 
ofTreeSet() - Static method in class com.landawn.abacus.util.Clazz
 
ofTreeSet(Class<T>) - Static method in class com.landawn.abacus.util.Clazz
 
ofTreeSet() - Static method in class com.landawn.abacus.util.Fn.Factory
 
ofTreeSet() - Static method in class com.landawn.abacus.util.Fn.Suppliers
 
ofTreeSet() - Static method in interface com.landawn.abacus.util.function.IntFunction
 
ofTreeSet() - Static method in interface com.landawn.abacus.util.function.Supplier
 
ofUUID() - Static method in class com.landawn.abacus.util.Fn.Suppliers
 
OKHttpClient - Class in com.landawn.abacus.http
Any header can be set into the parameter settings
HttpClient is thread safe.
OKHttpClient.Request - Class in com.landawn.abacus.http
 
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(E) - Method in interface com.landawn.abacus.eventBus.Subscriber
 
on(String) - Static method in class com.landawn.abacus.util.Reflection
 
on(Class<T>) - Static method in class com.landawn.abacus.util.Reflection
 
on(T) - Static method in class com.landawn.abacus.util.Reflection
 
on(String) - Method in class com.landawn.abacus.util.SQLBuilder
 
on(Condition) - Method in class com.landawn.abacus.util.SQLBuilder
 
on(T) - Static method in class com.landawn.abacus.util.Synchronized
 
ON_ERROR_MISSING - Static variable in class com.landawn.abacus.android.util.Fu
 
onAttachStateChange(View.OnAttachStateChangeListener) - Method in class com.landawn.abacus.android.util.Observer.ViewObserver
 
onAttachStateChange(View.OnAttachStateChangeListener, Consumer<? super Exception>) - Method in class com.landawn.abacus.android.util.Observer.ViewObserver
 
onAttachStateChange(View.OnAttachStateChangeListener, Consumer<? super Exception>, Runnable) - Method in class com.landawn.abacus.android.util.Observer.ViewObserver
 
onChildViewAdded(BiConsumer<? super View, ? super View>) - Method in class com.landawn.abacus.android.util.Observer.ViewGroupObserver
 
onChildViewAdded(BiConsumer<? super View, ? super View>, Consumer<? super Exception>) - Method in class com.landawn.abacus.android.util.Observer.ViewGroupObserver
 
onChildViewAdded(BiConsumer<? super View, ? super View>, Consumer<? super Exception>, Runnable) - Method in class com.landawn.abacus.android.util.Observer.ViewGroupObserver
 
onChildViewRemoved(BiConsumer<? super View, ? super View>) - Method in class com.landawn.abacus.android.util.Observer.ViewGroupObserver
 
onChildViewRemoved(BiConsumer<? super View, ? super View>, Consumer<? super Exception>) - Method in class com.landawn.abacus.android.util.Observer.ViewGroupObserver
 
onChildViewRemoved(BiConsumer<? super View, ? super View>, Consumer<? super Exception>, Runnable) - Method in class com.landawn.abacus.android.util.Observer.ViewGroupObserver
 
onClick(View.OnClickListener) - Method in class com.landawn.abacus.android.util.Observer.ViewObserver
 
onClick(View.OnClickListener, Consumer<? super Exception>) - Method in class com.landawn.abacus.android.util.Observer.ViewObserver
 
onClick(View.OnClickListener, Consumer<? super Exception>, Runnable) - Method in class com.landawn.abacus.android.util.Observer.ViewObserver
 
onClose(Runnable) - Method in interface com.landawn.abacus.util.stream.BaseStream
Returns an equivalent stream with an additional close handler.
onClose(Runnable) - Method in class com.landawn.abacus.util.stream.EntryStream
 
onDrag(View.OnDragListener) - Method in class com.landawn.abacus.android.util.Observer.ViewObserver
 
onDrag(View.OnDragListener, Consumer<? super Exception>) - Method in class com.landawn.abacus.android.util.Observer.ViewObserver
 
onDrag(View.OnDragListener, Consumer<? super Exception>, Runnable) - Method in class com.landawn.abacus.android.util.Observer.ViewObserver
 
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
 
onFocusChange(View.OnFocusChangeListener) - Method in class com.landawn.abacus.android.util.Observer.ViewObserver
 
onFocusChange(View.OnFocusChangeListener, Consumer<? super Exception>) - Method in class com.landawn.abacus.android.util.Observer.ViewObserver
 
onFocusChange(View.OnFocusChangeListener, Consumer<? super Exception>, Runnable) - Method in class com.landawn.abacus.android.util.Observer.ViewObserver
 
onHierarchyChange(ViewGroup.OnHierarchyChangeListener) - Method in class com.landawn.abacus.android.util.Observer.ViewGroupObserver
 
onHierarchyChange(ViewGroup.OnHierarchyChangeListener, Consumer<? super Exception>) - Method in class com.landawn.abacus.android.util.Observer.ViewGroupObserver
 
onHierarchyChange(ViewGroup.OnHierarchyChangeListener, Consumer<? super Exception>, Runnable) - Method in class com.landawn.abacus.android.util.Observer.ViewGroupObserver
 
onHover(View.OnHoverListener) - Method in class com.landawn.abacus.android.util.Observer.ViewObserver
 
onHover(View.OnHoverListener, Consumer<? super Exception>) - Method in class com.landawn.abacus.android.util.Observer.ViewObserver
 
onHover(View.OnHoverListener, Consumer<? super Exception>, Runnable) - Method in class com.landawn.abacus.android.util.Observer.ViewObserver
 
onItemClick(AdapterView.OnItemClickListener) - Method in class com.landawn.abacus.android.util.Observer.AutoCompleteTextViewObserver
 
onItemClick(AdapterView.OnItemClickListener, Consumer<? super Exception>) - Method in class com.landawn.abacus.android.util.Observer.AutoCompleteTextViewObserver
 
onItemClick(AdapterView.OnItemClickListener, Consumer<? super Exception>, Runnable) - Method in class com.landawn.abacus.android.util.Observer.AutoCompleteTextViewObserver
 
onItemClick(Consumer<? super Tuple.Tuple4<AdapterView<?>, View, Integer, Integer>>) - Method in class com.landawn.abacus.android.util.Observer.AutoCompleteTextViewObserver
 
onItemClick(Consumer<? super Tuple.Tuple4<AdapterView<?>, View, Integer, Integer>>, Consumer<? super Exception>) - Method in class com.landawn.abacus.android.util.Observer.AutoCompleteTextViewObserver
 
onItemClick(Consumer<? super Tuple.Tuple4<AdapterView<?>, View, Integer, Integer>>, Consumer<? super Exception>, Runnable) - Method in class com.landawn.abacus.android.util.Observer.AutoCompleteTextViewObserver
 
onKey(View.OnKeyListener) - Method in class com.landawn.abacus.android.util.Observer.ViewObserver
 
onKey(View.OnKeyListener, Consumer<? super Exception>) - Method in class com.landawn.abacus.android.util.Observer.ViewObserver
 
onKey(View.OnKeyListener, Consumer<? super Exception>, Runnable) - Method in class com.landawn.abacus.android.util.Observer.ViewObserver
 
onLayoutChange(View.OnLayoutChangeListener) - Method in class com.landawn.abacus.android.util.Observer.ViewObserver
 
onLayoutChange(View.OnLayoutChangeListener, Consumer<? super Exception>) - Method in class com.landawn.abacus.android.util.Observer.ViewObserver
 
onLayoutChange(View.OnLayoutChangeListener, Consumer<? super Exception>, Runnable) - Method in class com.landawn.abacus.android.util.Observer.ViewObserver
 
onLayoutChange(Consumer<? super Tuple.Tuple9<View, Integer, Integer, Integer, Integer, Integer, Integer, Integer, Integer>>) - Method in class com.landawn.abacus.android.util.Observer.ViewObserver
 
onLayoutChange(Consumer<? super Tuple.Tuple9<View, Integer, Integer, Integer, Integer, Integer, Integer, Integer, Integer>>, Consumer<? super Exception>) - Method in class com.landawn.abacus.android.util.Observer.ViewObserver
 
onLayoutChange(Consumer<? super Tuple.Tuple9<View, Integer, Integer, Integer, Integer, Integer, Integer, Integer, Integer>>, Consumer<? super Exception>, Runnable) - Method in class com.landawn.abacus.android.util.Observer.ViewObserver
 
onLeftOnly() - Method in class com.landawn.abacus.util.Difference
 
onLongClick(View.OnLongClickListener) - Method in class com.landawn.abacus.android.util.Observer.ViewObserver
 
onLongClick(View.OnLongClickListener, Consumer<? super Exception>) - Method in class com.landawn.abacus.android.util.Observer.ViewObserver
 
onLongClick(View.OnLongClickListener, Consumer<? super Exception>, Runnable) - Method in class com.landawn.abacus.android.util.Observer.ViewObserver
 
onMenuItemClick(MenuItem.OnMenuItemClickListener) - Method in class com.landawn.abacus.android.util.Observer.MenuItemObserver
 
onMenuItemClick(MenuItem.OnMenuItemClickListener, Consumer<? super Exception>) - Method in class com.landawn.abacus.android.util.Observer.MenuItemObserver
 
onMenuItemClick(MenuItem.OnMenuItemClickListener, Consumer<? super Exception>, Runnable) - Method in class com.landawn.abacus.android.util.Observer.MenuItemObserver
 
onQueryText(SearchView.OnQueryTextListener) - Method in class com.landawn.abacus.android.util.Observer.SearchViewObserver
 
onQueryText(SearchView.OnQueryTextListener, Consumer<? super Exception>) - Method in class com.landawn.abacus.android.util.Observer.SearchViewObserver
 
onQueryText(SearchView.OnQueryTextListener, Consumer<? super Exception>, Runnable) - Method in class com.landawn.abacus.android.util.Observer.SearchViewObserver
 
onQueryTextChange(Consumer<? super String>) - Method in class com.landawn.abacus.android.util.Observer.SearchViewObserver
 
onQueryTextChange(Consumer<? super String>, Consumer<? super Exception>) - Method in class com.landawn.abacus.android.util.Observer.SearchViewObserver
 
onQueryTextChange(Consumer<? super String>, Consumer<? super Exception>, Runnable) - Method in class com.landawn.abacus.android.util.Observer.SearchViewObserver
 
onQueryTextSubmit(Consumer<? super String>) - Method in class com.landawn.abacus.android.util.Observer.SearchViewObserver
 
onQueryTextSubmit(Consumer<? super String>, Consumer<? super Exception>) - Method in class com.landawn.abacus.android.util.Observer.SearchViewObserver
 
onQueryTextSubmit(Consumer<? super String>, Consumer<? super Exception>, Runnable) - Method in class com.landawn.abacus.android.util.Observer.SearchViewObserver
 
onRightOnly() - Method in class com.landawn.abacus.util.Difference
 
onScrollChange(View.OnScrollChangeListener) - Method in class com.landawn.abacus.android.util.ObserverX.ViewObserverX
 
onScrollChange(View.OnScrollChangeListener, Consumer<? super Exception>) - Method in class com.landawn.abacus.android.util.ObserverX.ViewObserverX
 
onScrollChange(View.OnScrollChangeListener, Consumer<? super Exception>, Runnable) - Method in class com.landawn.abacus.android.util.ObserverX.ViewObserverX
 
onScrollChange(Consumer<? super Tuple.Tuple5<View, Integer, Integer, Integer, Integer>>) - Method in class com.landawn.abacus.android.util.ObserverX.ViewObserverX
 
onScrollChange(Consumer<? super Tuple.Tuple5<View, Integer, Integer, Integer, Integer>>, Consumer<? super Exception>) - Method in class com.landawn.abacus.android.util.ObserverX.ViewObserverX
 
onScrollChange(Consumer<? super Tuple.Tuple5<View, Integer, Integer, Integer, Integer>>, Consumer<? super Exception>, Runnable) - Method in class com.landawn.abacus.android.util.ObserverX.ViewObserverX
 
onTextChanged(Consumer<? super String>) - Method in class com.landawn.abacus.android.util.Observer.TextViewObserver
 
onTextChanged(Consumer<? super String>, Consumer<? super Exception>) - Method in class com.landawn.abacus.android.util.Observer.TextViewObserver
 
onTextChanged(Consumer<? super String>, Consumer<? super Exception>, Runnable) - Method in class com.landawn.abacus.android.util.Observer.TextViewObserver
 
onTextChanged(TextWatcher) - Method in class com.landawn.abacus.android.util.Observer.TextViewObserver
 
onTextChanged(TextWatcher, Consumer<? super Exception>) - Method in class com.landawn.abacus.android.util.Observer.TextViewObserver
 
onTextChanged(TextWatcher, Consumer<? super Exception>, Runnable) - Method in class com.landawn.abacus.android.util.Observer.TextViewObserver
 
onTextChangged(Consumer<? super Tuple.Tuple4<CharSequence, Integer, Integer, Integer>>) - Method in class com.landawn.abacus.android.util.Observer.TextViewObserver
 
onTextChangged(Consumer<? super Tuple.Tuple4<CharSequence, Integer, Integer, Integer>>, Consumer<? super Exception>) - Method in class com.landawn.abacus.android.util.Observer.TextViewObserver
 
onTextChangged(Consumer<? super Tuple.Tuple4<CharSequence, Integer, Integer, Integer>>, Consumer<? super Exception>, Runnable) - Method in class com.landawn.abacus.android.util.Observer.TextViewObserver
 
onTouch(View.OnTouchListener) - Method in class com.landawn.abacus.android.util.Observer.ViewObserver
 
onTouch(View.OnTouchListener, Consumer<? super Exception>) - Method in class com.landawn.abacus.android.util.Observer.ViewObserver
 
onTouch(View.OnTouchListener, Consumer<? super Exception>, Runnable) - Method in class com.landawn.abacus.android.util.Observer.ViewObserver
 
onViewAttachedToWindow(Consumer<? super View>) - Method in class com.landawn.abacus.android.util.Observer.ViewObserver
 
onViewAttachedToWindow(Consumer<? super View>, Consumer<? super Exception>) - Method in class com.landawn.abacus.android.util.Observer.ViewObserver
 
onViewAttachedToWindow(Consumer<? super View>, Consumer<? super Exception>, Runnable) - Method in class com.landawn.abacus.android.util.Observer.ViewObserver
 
onViewDetachedFromWindow(Consumer<? super View>) - Method in class com.landawn.abacus.android.util.Observer.ViewObserver
 
onViewDetachedFromWindow(Consumer<? super View>, Consumer<? super Exception>) - Method in class com.landawn.abacus.android.util.Observer.ViewObserver
 
onViewDetachedFromWindow(Consumer<? super View>, Consumer<? super Exception>, Runnable) - Method in class com.landawn.abacus.android.util.Observer.ViewObserver
 
open(T, T) - Static method in class com.landawn.abacus.util.Range
 
openClosed(T, T) - Static method in class com.landawn.abacus.util.Range
 
openConnection(HttpMethod) - Method in class com.landawn.abacus.http.HttpClient
 
openConnection(HttpMethod, boolean) - Method in class com.landawn.abacus.http.HttpClient
 
openConnection(HttpMethod, Map<String, Object>) - Method in class com.landawn.abacus.http.HttpClient
 
openConnection(HttpMethod, boolean, Map<String, Object>) - Method in class com.landawn.abacus.http.HttpClient
 
openConnection(HttpMethod, Object, boolean, Map<String, Object>) - Method in class com.landawn.abacus.http.HttpClient
 
openSession() - Method in class com.landawn.abacus.util.Neo4jExecutor
 
OperationConfig() - Constructor for class com.landawn.abacus.http.HttpProxy.OperationConfig
 
Operator - Enum in com.landawn.abacus.condition
 
Optional<T> - Class in com.landawn.abacus.util
Note: It's copied from OpenJDK at: http://hg.openjdk.java.net/jdk8u/hs-dev/jdk
A container object which may or may not contain a non-null value.
OptionalBoolean - Class in com.landawn.abacus.util
Note: It's copied from OpenJDK at: http://hg.openjdk.java.net/jdk8u/hs-dev/jdk
A container object which may or may not contain a boolean value.
OptionalByte - Class in com.landawn.abacus.util
Note: It's copied from OpenJDK at: http://hg.openjdk.java.net/jdk8u/hs-dev/jdk
A container object which may or may not contain a byte value.
OptionalChar - Class in com.landawn.abacus.util
Note: It's copied from OpenJDK at: http://hg.openjdk.java.net/jdk8u/hs-dev/jdk
A container object which may or may not contain a char value.
OptionalDouble - Class in com.landawn.abacus.util
Note: It's copied from OpenJDK at: http://hg.openjdk.java.net/jdk8u/hs-dev/jdk
A container object which may or may not contain a double value.
OptionalFloat - Class in com.landawn.abacus.util
Note: It's copied from OpenJDK at: http://hg.openjdk.java.net/jdk8u/hs-dev/jdk
A container object which may or may not contain a float value.
OptionalInt - Class in com.landawn.abacus.util
Note: It's copied from OpenJDK at: http://hg.openjdk.java.net/jdk8u/hs-dev/jdk
A container object which may or may not contain a int value.
OptionalLong - Class in com.landawn.abacus.util
Note: It's copied from OpenJDK at: http://hg.openjdk.java.net/jdk8u/hs-dev/jdk
A container object which may or may not contain a long value.
OptionalShort - Class in com.landawn.abacus.util
Note: It's copied from OpenJDK at: http://hg.openjdk.java.net/jdk8u/hs-dev/jdk
A container object which may or may not contain a short value.
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
Method or.
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(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(BooleanBiPredicate) - Method in interface com.landawn.abacus.util.function.BooleanBiPredicate
 
or(BooleanPredicate) - Method in interface com.landawn.abacus.util.function.BooleanPredicate
 
or(BooleanTriPredicate) - Method in interface com.landawn.abacus.util.function.BooleanTriPredicate
 
or(ByteBiPredicate) - Method in interface com.landawn.abacus.util.function.ByteBiPredicate
 
or(BytePredicate) - Method in interface com.landawn.abacus.util.function.BytePredicate
 
or(ByteTriPredicate) - Method in interface com.landawn.abacus.util.function.ByteTriPredicate
 
or(CharBiPredicate) - Method in interface com.landawn.abacus.util.function.CharBiPredicate
 
or(CharPredicate) - Method in interface com.landawn.abacus.util.function.CharPredicate
 
or(CharTriPredicate) - Method in interface com.landawn.abacus.util.function.CharTriPredicate
 
or(DoubleBiPredicate) - Method in interface com.landawn.abacus.util.function.DoubleBiPredicate
 
or(DoubleTriPredicate) - Method in interface com.landawn.abacus.util.function.DoubleTriPredicate
 
or(FloatBiPredicate) - Method in interface com.landawn.abacus.util.function.FloatBiPredicate
 
or(FloatPredicate) - Method in interface com.landawn.abacus.util.function.FloatPredicate
 
or(FloatTriPredicate) - Method in interface com.landawn.abacus.util.function.FloatTriPredicate
 
or(IndexedBiPredicate<? super U, ? super T>) - Method in interface com.landawn.abacus.util.function.IndexedBiPredicate
 
or(IndexedPredicate<? super T>) - Method in interface com.landawn.abacus.util.function.IndexedPredicate
 
or(IntBiPredicate) - Method in interface com.landawn.abacus.util.function.IntBiPredicate
 
or(IntTriPredicate) - Method in interface com.landawn.abacus.util.function.IntTriPredicate
 
or(LongBiPredicate) - Method in interface com.landawn.abacus.util.function.LongBiPredicate
 
or(LongTriPredicate) - Method in interface com.landawn.abacus.util.function.LongTriPredicate
 
or(QuadPredicate<? super A, ? super B, ? super C, ? super D>) - Method in interface com.landawn.abacus.util.function.QuadPredicate
 
or(ShortBiPredicate) - Method in interface com.landawn.abacus.util.function.ShortBiPredicate
 
or(ShortPredicate) - Method in interface com.landawn.abacus.util.function.ShortPredicate
 
or(ShortTriPredicate) - Method in interface com.landawn.abacus.util.function.ShortTriPredicate
 
or(TriPredicate<A, B, C>) - Method in interface com.landawn.abacus.util.function.TriPredicate
 
or(Try.Supplier<? extends Any<T>, E>) - Method in class com.landawn.abacus.util.Nullable
Returns this if it's present or call supplier.get().
or(Try.Supplier<? extends Optional<T>, E>) - Method in class com.landawn.abacus.util.Optional
If a value is present, returns an Optional describing the value, otherwise returns an Optional produced by the supplying function.
orderBy(String...) - Static method in class com.landawn.abacus.condition.ConditionFactory
 
orderBy(String, SortDirection) - 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(Map<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(String) - Method in class com.landawn.abacus.util.CQLBuilder
 
orderBy(String...) - Method in class com.landawn.abacus.util.CQLBuilder
 
orderBy(String, SortDirection) - Method in class com.landawn.abacus.util.CQLBuilder
 
orderBy(Collection<String>) - Method in class com.landawn.abacus.util.CQLBuilder
 
orderBy(Collection<String>, SortDirection) - Method in class com.landawn.abacus.util.CQLBuilder
 
orderBy(Map<String, SortDirection>) - Method in class com.landawn.abacus.util.CQLBuilder
 
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
 
orderedPermutations(Collection<E>) - Static method in class com.landawn.abacus.util.N
Note: copy from Google Guava under Apache License v2.
orderedPermutations(Collection<E>, Comparator<? super E>) - Static method in class com.landawn.abacus.util.N
Note: copy from Google Guava under Apache License v2.
orderedPermutations() - Method in class com.landawn.abacus.util.stream.Stream
 
orderedPermutations(Comparator<? super T>) - Method in class com.landawn.abacus.util.stream.Stream
 
ordinalIndexOf(String, String, int) - Static method in class com.landawn.abacus.util.N
Finds the n-th index within a String, handling null.
orElse(Try.Callable<T, E>) - Method in class com.landawn.abacus.util.If.IF.Or
Deprecated.
 
orElse(U, Try.Function<? super U, T, E>) - Method in class com.landawn.abacus.util.If.IF.Or
Deprecated.
 
orElse(Try.Runnable<E>) - Method in class com.landawn.abacus.util.If.Or
 
orElse(U, Try.Consumer<? super U, E>) - Method in class com.landawn.abacus.util.If.Or
 
orElse(T) - Method in class com.landawn.abacus.util.Optional
Return the value if present, otherwise return other.
orElse(boolean) - Method in class com.landawn.abacus.util.OptionalBoolean
Return the value if present, otherwise return other.
orElse(byte) - Method in class com.landawn.abacus.util.OptionalByte
Return the value if present, otherwise return other.
orElse(char) - Method in class com.landawn.abacus.util.OptionalChar
Return the value if present, otherwise return other.
orElse(double) - Method in class com.landawn.abacus.util.OptionalDouble
Return the value if present, otherwise return other.
orElse(float) - Method in class com.landawn.abacus.util.OptionalFloat
Return the value if present, otherwise return other.
orElse(int) - Method in class com.landawn.abacus.util.OptionalInt
Return the value if present, otherwise return other.
orElse(long) - Method in class com.landawn.abacus.util.OptionalLong
Return the value if present, otherwise return other.
orElse(short) - Method in class com.landawn.abacus.util.OptionalShort
Return the value if present, otherwise return other.
orElseGet(Try.Supplier<? extends T, E>) - Method in class com.landawn.abacus.util.Optional
Return the value if present, otherwise invoke other and return the result of that invocation.
orElseGet(Try.BooleanSupplier<E>) - Method in class com.landawn.abacus.util.OptionalBoolean
Return the value if present, otherwise invoke other and return the result of that invocation.
orElseGet(Try.ByteSupplier<E>) - Method in class com.landawn.abacus.util.OptionalByte
Return the value if present, otherwise invoke other and return the result of that invocation.
orElseGet(Try.CharSupplier<E>) - Method in class com.landawn.abacus.util.OptionalChar
Return the value if present, otherwise invoke other and return the result of that invocation.
orElseGet(Try.DoubleSupplier<E>) - Method in class com.landawn.abacus.util.OptionalDouble
Return the value if present, otherwise invoke other and return the result of that invocation.
orElseGet(Try.FloatSupplier<E>) - Method in class com.landawn.abacus.util.OptionalFloat
Return the value if present, otherwise invoke other and return the result of that invocation.
orElseGet(Try.IntSupplier<E>) - Method in class com.landawn.abacus.util.OptionalInt
Return the value if present, otherwise invoke other and return the result of that invocation.
orElseGet(Try.LongSupplier<E>) - Method in class com.landawn.abacus.util.OptionalLong
Return the value if present, otherwise invoke other and return the result of that invocation.
orElseGet(Try.ShortSupplier<E>) - Method in class com.landawn.abacus.util.OptionalShort
Return the value if present, otherwise invoke other and return the result of that invocation.
orElseThrow(Supplier<? extends E>) - Method in class com.landawn.abacus.util.If.IF.Or
Deprecated.
 
orElseThrow(Supplier<? extends E>) - Method in class com.landawn.abacus.util.If.Or
 
orElseThrow(Supplier<? extends X>) - Method in class com.landawn.abacus.util.Optional
Return the contained value, if present, otherwise throw an exception to be created by the provided supplier.
orElseThrow() - Method in class com.landawn.abacus.util.Optional
If a value is present, returns the value, otherwise throws NoSuchElementException.
orElseThrow(Supplier<? extends X>) - Method in class com.landawn.abacus.util.OptionalBoolean
Return the contained value, if present, otherwise throw an exception to be created by the provided supplier.
orElseThrow() - Method in class com.landawn.abacus.util.OptionalBoolean
If a value is present, returns the value, otherwise throws NoSuchElementException.
orElseThrow(Supplier<? extends X>) - Method in class com.landawn.abacus.util.OptionalByte
Return the contained value, if present, otherwise throw an exception to be created by the provided supplier.
orElseThrow() - Method in class com.landawn.abacus.util.OptionalByte
If a value is present, returns the value, otherwise throws NoSuchElementException.
orElseThrow(Supplier<? extends X>) - Method in class com.landawn.abacus.util.OptionalChar
Return the contained value, if present, otherwise throw an exception to be created by the provided supplier.
orElseThrow() - Method in class com.landawn.abacus.util.OptionalChar
If a value is present, returns the value, otherwise throws NoSuchElementException.
orElseThrow(Supplier<? extends X>) - Method in class com.landawn.abacus.util.OptionalDouble
Return the contained value, if present, otherwise throw an exception to be created by the provided supplier.
orElseThrow() - Method in class com.landawn.abacus.util.OptionalDouble
If a value is present, returns the value, otherwise throws NoSuchElementException.
orElseThrow(Supplier<? extends X>) - Method in class com.landawn.abacus.util.OptionalFloat
Return the contained value, if present, otherwise throw an exception to be created by the provided supplier.
orElseThrow() - Method in class com.landawn.abacus.util.OptionalFloat
If a value is present, returns the value, otherwise throws NoSuchElementException.
orElseThrow(Supplier<? extends X>) - Method in class com.landawn.abacus.util.OptionalInt
Return the contained value, if present, otherwise throw an exception to be created by the provided supplier.
orElseThrow() - Method in class com.landawn.abacus.util.OptionalInt
If a value is present, returns the value, otherwise throws NoSuchElementException.
orElseThrow(Supplier<? extends X>) - Method in class com.landawn.abacus.util.OptionalLong
Return the contained value, if present, otherwise throw an exception to be created by the provided supplier.
orElseThrow() - Method in class com.landawn.abacus.util.OptionalLong
If a value is present, returns the value, otherwise throws NoSuchElementException.
orElseThrow(Supplier<? extends X>) - Method in class com.landawn.abacus.util.OptionalShort
Return the contained value, if present, otherwise throw an exception to be created by the provided supplier.
orElseThrow() - Method in class com.landawn.abacus.util.OptionalShort
If a value is present, returns the value, otherwise throws NoSuchElementException.
orFalse() - Method in class com.landawn.abacus.util.OptionalBoolean
 
orNull() - Method in class com.landawn.abacus.util.Optional
 
orTrue() - Method in class com.landawn.abacus.util.OptionalBoolean
 
orZero() - Method in class com.landawn.abacus.util.OptionalByte
 
orZero() - Method in class com.landawn.abacus.util.OptionalChar
 
orZero() - Method in class com.landawn.abacus.util.OptionalDouble
 
orZero() - Method in class com.landawn.abacus.util.OptionalFloat
 
orZero() - Method in class com.landawn.abacus.util.OptionalInt
 
orZero() - Method in class com.landawn.abacus.util.OptionalLong
 
orZero() - Method in class com.landawn.abacus.util.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
 

P

padEnd(String, int) - Static method in class com.landawn.abacus.util.N
 
padEnd(String, int, char) - Static method in class com.landawn.abacus.util.N
 
padEnd(String, int, String) - Static method in class com.landawn.abacus.util.N
 
padStart(String, int) - Static method in class com.landawn.abacus.util.N
 
padStart(String, int, char) - Static method in class com.landawn.abacus.util.N
 
padStart(String, int, String) - Static method in class com.landawn.abacus.util.N
 
padToLong() - Method in class com.landawn.abacus.hash.HashCode
If this hashcode has enough bits, returns asLong(), otherwise returns a long value with asBytes() as the least-significant bytes and 0x00 as the remaining most-significant bytes.
pageCount() - Method in interface com.landawn.abacus.PaginatedDataSet
Method pageCount.
pageLength() - Method in interface com.landawn.abacus.PaginatedDataSet
Method pageLength.
paginate(int) - Method in interface com.landawn.abacus.DataSet
Method paginate.
PaginatedDataSet - Interface in com.landawn.abacus
 
pair() - Method in class com.landawn.abacus.util.CQLBuilder
This CQLBuilder will be closed after pair() is called.
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.
pairing(Collector<? super T, A1, R1>, Collector<? super T, A2, R2>, BiFunction<? super R1, ? super R2, ? extends R>) - Static method in class com.landawn.abacus.util.stream.Collectors
It's copied from StreamEx: https://github.com/amaembo/streamex
Returns a Collector which aggregates the results of two supplied collectors using the supplied finisher function.
parallel() - Method in interface com.landawn.abacus.util.stream.BaseStream
Returns an equivalent stream that is parallel.
parallel(int) - Method in interface com.landawn.abacus.util.stream.BaseStream
Returns an equivalent stream that is parallel.
parallel(BaseStream.Splitor) - Method in interface com.landawn.abacus.util.stream.BaseStream
Returns an equivalent stream that is parallel.
parallel(int, BaseStream.Splitor) - Method in interface com.landawn.abacus.util.stream.BaseStream
Returns an equivalent stream that is parallel.
parallel() - Method in class com.landawn.abacus.util.stream.EntryStream
 
parallel(int) - Method in class com.landawn.abacus.util.stream.EntryStream
 
parallelConcat(Iterator<? extends T>...) - Static method in class com.landawn.abacus.util.stream.Stream
Put the stream in try-catch to stop the back-end reading thread if error happens
try (Stream stream = Stream.parallelConcat(a,b, ...)) { stream.forEach(N::println); }
parallelConcat(Iterator<? extends T>[], int, int) - Static method in class com.landawn.abacus.util.stream.Stream
Returns a Stream with elements from a temporary queue which is filled by reading the elements from the specified iterators in parallel.
parallelConcat(Stream<? extends T>...) - Static method in class com.landawn.abacus.util.stream.Stream
Put the stream in try-catch to stop the back-end reading thread if error happens
try (Stream stream = Stream.parallelConcat(a,b, ...)) { stream.forEach(N::println); }
parallelConcat(Stream<? extends T>[], int, int) - Static method in class com.landawn.abacus.util.stream.Stream
Returns a Stream with elements from a temporary queue which is filled by reading the elements from the specified iterators in parallel.
parallelConcat(Collection<? extends Stream<? extends T>>) - Static method in class com.landawn.abacus.util.stream.Stream
Put the stream in try-catch to stop the back-end reading thread if error happens
try (Stream stream = Stream.parallelConcat(a,b, ...)) { stream.forEach(N::println); }
parallelConcat(Collection<? extends Stream<? extends T>>, int) - Static method in class com.landawn.abacus.util.stream.Stream
Put the stream in try-catch to stop the back-end reading thread if error happens
try (Stream stream = Stream.parallelConcat(a,b, ...)) { stream.forEach(N::println); }
parallelConcat(Collection<? extends Stream<? extends T>>, int, int) - Static method in class com.landawn.abacus.util.stream.Stream
Returns a Stream with elements from a temporary queue which is filled by reading the elements from the specified iterators in parallel.
parallelConcatt(Collection<? extends Iterator<? extends T>>) - Static method in class com.landawn.abacus.util.stream.Stream
Put the stream in try-catch to stop the back-end reading thread if error happens
try (Stream stream = Stream.parallelConcat(a,b, ...)) { stream.forEach(N::println); }
parallelConcatt(Collection<? extends Iterator<? extends T>>, int) - Static method in class com.landawn.abacus.util.stream.Stream
Put the stream in try-catch to stop the back-end reading thread if error happens
try (Stream stream = Stream.parallelConcat(a,b, ...)) { stream.forEach(N::println); }
parallelConcatt(Collection<? extends Iterator<? extends T>>, int, int) - Static method in class com.landawn.abacus.util.stream.Stream
Returns a Stream with elements from a temporary queue which is filled by reading the elements from the specified iterators in parallel.
parallelMerge(Collection<? extends ByteStream>, ByteBiFunction<Nth>) - Static method in class com.landawn.abacus.util.stream.ByteStream
 
parallelMerge(Collection<? extends ByteStream>, ByteBiFunction<Nth>, int) - Static method in class com.landawn.abacus.util.stream.ByteStream
 
parallelMerge(Collection<? extends CharStream>, CharBiFunction<Nth>) - Static method in class com.landawn.abacus.util.stream.CharStream
 
parallelMerge(Collection<? extends CharStream>, CharBiFunction<Nth>, int) - Static method in class com.landawn.abacus.util.stream.CharStream
 
parallelMerge(Collection<? extends DoubleStream>, DoubleBiFunction<Nth>) - Static method in class com.landawn.abacus.util.stream.DoubleStream
 
parallelMerge(Collection<? extends DoubleStream>, DoubleBiFunction<Nth>, int) - Static method in class com.landawn.abacus.util.stream.DoubleStream
 
parallelMerge(Collection<? extends FloatStream>, FloatBiFunction<Nth>) - Static method in class com.landawn.abacus.util.stream.FloatStream
 
parallelMerge(Collection<? extends FloatStream>, FloatBiFunction<Nth>, int) - Static method in class com.landawn.abacus.util.stream.FloatStream
 
parallelMerge(Collection<? extends IntStream>, IntBiFunction<Nth>) - Static method in class com.landawn.abacus.util.stream.IntStream
 
parallelMerge(Collection<? extends IntStream>, IntBiFunction<Nth>, int) - Static method in class com.landawn.abacus.util.stream.IntStream
 
parallelMerge(Collection<? extends LongStream>, LongBiFunction<Nth>) - Static method in class com.landawn.abacus.util.stream.LongStream
 
parallelMerge(Collection<? extends LongStream>, LongBiFunction<Nth>, int) - Static method in class com.landawn.abacus.util.stream.LongStream
 
parallelMerge(Collection<? extends ShortStream>, ShortBiFunction<Nth>) - Static method in class com.landawn.abacus.util.stream.ShortStream
 
parallelMerge(Collection<? extends ShortStream>, ShortBiFunction<Nth>, int) - Static method in class com.landawn.abacus.util.stream.ShortStream
 
parallelMerge(Collection<? extends Stream<? extends T>>, BiFunction<? super T, ? super T, Nth>) - Static method in class com.landawn.abacus.util.stream.Stream
 
parallelMerge(Collection<? extends Stream<? extends T>>, BiFunction<? super T, ? super T, Nth>, int) - Static method in class com.landawn.abacus.util.stream.Stream
 
parallelMergge(Collection<? extends Iterator<? extends T>>, BiFunction<? super T, ? super T, Nth>) - Static method in class com.landawn.abacus.util.stream.Stream
 
parallelMergge(Collection<? extends Iterator<? extends T>>, BiFunction<? super T, ? super T, Nth>, int) - Static method in class com.landawn.abacus.util.stream.Stream
 
parallelSort() - Method in class com.landawn.abacus.util.ByteList
 
parallelSort() - Method in class com.landawn.abacus.util.CharList
 
parallelSort() - Method in class com.landawn.abacus.util.DoubleList
 
parallelSort() - Method in class com.landawn.abacus.util.FloatList
 
parallelSort() - Method in class com.landawn.abacus.util.IntList
 
parallelSort() - Method in class com.landawn.abacus.util.LongList
 
parallelSort(char[]) - Static method in class com.landawn.abacus.util.N
 
parallelSort(char[], int, int) - Static method in class com.landawn.abacus.util.N
 
parallelSort(byte[]) - Static method in class com.landawn.abacus.util.N
 
parallelSort(byte[], int, int) - Static method in class com.landawn.abacus.util.N
 
parallelSort(short[]) - Static method in class com.landawn.abacus.util.N
 
parallelSort(short[], int, int) - Static method in class com.landawn.abacus.util.N
 
parallelSort(int[]) - Static method in class com.landawn.abacus.util.N
 
parallelSort(int[], int, int) - Static method in class com.landawn.abacus.util.N
 
parallelSort(long[]) - Static method in class com.landawn.abacus.util.N
 
parallelSort(long[], int, int) - Static method in class com.landawn.abacus.util.N
 
parallelSort(float[]) - Static method in class com.landawn.abacus.util.N
 
parallelSort(float[], int, int) - Static method in class com.landawn.abacus.util.N
 
parallelSort(double[]) - Static method in class com.landawn.abacus.util.N
 
parallelSort(double[], int, int) - Static method in class com.landawn.abacus.util.N
 
parallelSort(Object[]) - Static method in class com.landawn.abacus.util.N
 
parallelSort(Object[], int, int) - Static method in class com.landawn.abacus.util.N
 
parallelSort(T[], Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
 
parallelSort(T[], int, int, Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
 
parallelSort(List<? extends T>) - Static method in class com.landawn.abacus.util.N
 
parallelSort(List<? extends T>, int, int) - Static method in class com.landawn.abacus.util.N
 
parallelSort(List<? extends T>, Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
 
parallelSort(List<? extends T>, int, int, Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
 
parallelSort() - Method in class com.landawn.abacus.util.ShortList
 
parallelSortBy(String) - Method in interface com.landawn.abacus.DataSet
 
parallelSortBy(String, Comparator<T>) - Method in interface com.landawn.abacus.DataSet
 
parallelSortBy(Collection<String>) - Method in interface com.landawn.abacus.DataSet
 
parallelSortBy(Collection<String>, Comparator<? super Object[]>) - Method in interface com.landawn.abacus.DataSet
 
parallelSortBy(String) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
 
parallelSortBy(String, Comparator<T>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
 
parallelSortBy(Collection<String>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
 
parallelSortBy(Collection<String>, Comparator<? super Object[]>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
 
parallelZip(Iterator<? extends A>, Iterator<? extends B>, BiFunction<? super A, ? super B, R>) - Static method in class com.landawn.abacus.util.stream.Stream
Put the stream in try-catch to stop the back-end reading thread if error happens
try (Stream stream = Stream.parallelZip(a, b, zipFunction)) { stream.forEach(N::println); }
parallelZip(Iterator<? extends A>, Iterator<? extends B>, BiFunction<? super A, ? super B, R>, int) - Static method in class com.landawn.abacus.util.stream.Stream
Put the stream in try-catch to stop the back-end reading thread if error happens
try (Stream stream = Stream.parallelZip(a, b, zipFunction)) { stream.forEach(N::println); }
parallelZip(Iterator<? extends A>, Iterator<? extends B>, Iterator<? extends C>, TriFunction<? super A, ? super B, ? super C, R>) - Static method in class com.landawn.abacus.util.stream.Stream
 
parallelZip(Iterator<? extends A>, Iterator<? extends B>, Iterator<? extends C>, TriFunction<? super A, ? super B, ? super C, R>, int) - Static method in class com.landawn.abacus.util.stream.Stream
Put the stream in try-catch to stop the back-end reading thread if error happens
try (Stream stream = Stream.parallelZip(a, b, zipFunction)) { stream.forEach(N::println); }
parallelZip(Stream<A>, Stream<B>, BiFunction<? super A, ? super B, R>) - Static method in class com.landawn.abacus.util.stream.Stream
Put the stream in try-catch to stop the back-end reading thread if error happens
try (Stream stream = Stream.parallelZip(a, b, zipFunction)) { stream.forEach(N::println); }
parallelZip(Stream<A>, Stream<B>, BiFunction<? super A, ? super B, R>, int) - Static method in class com.landawn.abacus.util.stream.Stream
Put the stream in try-catch to stop the back-end reading thread if error happens
try (Stream stream = Stream.parallelZip(a, b, zipFunction)) { stream.forEach(N::println); }
parallelZip(Stream<A>, Stream<B>, Stream<C>, TriFunction<? super A, ? super B, ? super C, R>) - Static method in class com.landawn.abacus.util.stream.Stream
 
parallelZip(Stream<A>, Stream<B>, Stream<C>, TriFunction<? super A, ? super B, ? super C, R>, int) - Static method in class com.landawn.abacus.util.stream.Stream
Put the stream in try-catch to stop the back-end reading thread if error happens
try (Stream stream = Stream.parallelZip(a, b, zipFunction)) { stream.forEach(N::println); }
parallelZip(Collection<? extends Stream<? extends T>>, Function<? super List<? extends T>, R>) - Static method in class com.landawn.abacus.util.stream.Stream
Put the stream in try-catch to stop the back-end reading thread if error happens
try (Stream stream = Stream.parallelZip(a, b, zipFunction)) { stream.forEach(N::println); }
parallelZip(Collection<? extends Stream<? extends T>>, Function<? super List<? extends T>, R>, int) - Static method in class com.landawn.abacus.util.stream.Stream
Put the stream in try-catch to stop the back-end reading thread if error happens
try (Stream stream = Stream.parallelZip(a, b, zipFunction)) { stream.forEach(N::println); }
parallelZip(Iterator<? extends A>, Iterator<? extends B>, A, B, BiFunction<? super A, ? super B, R>) - Static method in class com.landawn.abacus.util.stream.Stream
Put the stream in try-catch to stop the back-end reading thread if error happens
try (Stream stream = Stream.parallelZip(a, b, zipFunction)) { stream.forEach(N::println); }
parallelZip(Iterator<? extends A>, Iterator<? extends B>, A, B, BiFunction<? super A, ? super B, R>, int) - Static method in class com.landawn.abacus.util.stream.Stream
Put the stream in try-catch to stop the back-end reading thread if error happens
try (Stream stream = Stream.parallelZip(a, b, zipFunction)) { stream.forEach(N::println); }
parallelZip(Iterator<? extends A>, Iterator<? extends B>, Iterator<? extends C>, A, B, C, TriFunction<? super A, ? super B, ? super C, R>) - Static method in class com.landawn.abacus.util.stream.Stream
Put the stream in try-catch to stop the back-end reading thread if error happens
try (Stream stream = Stream.parallelZip(a, b, zipFunction)) { stream.forEach(N::println); }
parallelZip(Iterator<? extends A>, Iterator<? extends B>, Iterator<? extends C>, A, B, C, TriFunction<? super A, ? super B, ? super C, R>, int) - Static method in class com.landawn.abacus.util.stream.Stream
Put the stream in try-catch to stop the back-end reading thread if error happens
try (Stream stream = Stream.parallelZip(a, b, zipFunction)) { stream.forEach(N::println); }
parallelZip(Stream<A>, Stream<B>, A, B, BiFunction<? super A, ? super B, R>) - Static method in class com.landawn.abacus.util.stream.Stream
Put the stream in try-catch to stop the back-end reading thread if error happens
try (Stream stream = Stream.parallelZip(a, b, zipFunction)) { stream.forEach(N::println); }
parallelZip(Stream<A>, Stream<B>, A, B, BiFunction<? super A, ? super B, R>, int) - Static method in class com.landawn.abacus.util.stream.Stream
Put the stream in try-catch to stop the back-end reading thread if error happens
try (Stream stream = Stream.parallelZip(a, b, zipFunction)) { stream.forEach(N::println); }
parallelZip(Stream<A>, Stream<B>, Stream<C>, A, B, C, TriFunction<? super A, ? super B, ? super C, R>) - Static method in class com.landawn.abacus.util.stream.Stream
Put the stream in try-catch to stop the back-end reading thread if error happens
try (Stream stream = Stream.parallelZip(a, b, zipFunction)) { stream.forEach(N::println); }
parallelZip(Stream<A>, Stream<B>, Stream<C>, A, B, C, TriFunction<? super A, ? super B, ? super C, R>, int) - Static method in class com.landawn.abacus.util.stream.Stream
Put the stream in try-catch to stop the back-end reading thread if error happens
try (Stream stream = Stream.parallelZip(a, b, zipFunction)) { stream.forEach(N::println); }
parallelZip(Collection<? extends Stream<? extends T>>, Object[], Function<? super List<? extends T>, R>) - Static method in class com.landawn.abacus.util.stream.Stream
Put the stream in try-catch to stop the back-end reading thread if error happens
try (Stream stream = Stream.parallelZip(a, b, zipFunction)) { stream.forEach(N::println); }
parallelZip(Collection<? extends Stream<? extends T>>, Object[], Function<? super List<? extends T>, R>, int) - Static method in class com.landawn.abacus.util.stream.Stream
Put the stream in try-catch to stop the back-end reading thread if error happens
try (Stream stream = Stream.parallelZip(a, b, zipFunction)) { stream.forEach(N::println); }
parallelZipp(Collection<? extends Iterator<? extends T>>, Function<? super List<? extends T>, R>) - Static method in class com.landawn.abacus.util.stream.Stream
Put the stream in try-catch to stop the back-end reading thread if error happens
try (Stream stream = Stream.parallelZip(a, b, zipFunction)) { stream.forEach(N::println); }
parallelZipp(Collection<? extends Iterator<? extends T>>, Function<? super List<? extends T>, R>, int) - Static method in class com.landawn.abacus.util.stream.Stream
Put the stream in try-catch to stop the back-end reading thread if error happens
try (Stream stream = Stream.parallelZip(a, b, zipFunction)) { stream.forEach(N::println); }
parallelZipp(Collection<? extends Iterator<? extends T>>, Object[], Function<? super List<? extends T>, R>) - Static method in class com.landawn.abacus.util.stream.Stream
Put the stream in try-catch to stop the back-end reading thread if error happens
try (Stream stream = Stream.parallelZip(a, b, zipFunction)) { stream.forEach(N::println); }
parallelZipp(Collection<? extends Iterator<? extends T>>, Object[], Function<? super List<? extends T>, R>, int) - Static method in class com.landawn.abacus.util.stream.Stream
Put the stream in try-catch to stop the back-end reading thread if error happens
try (Stream stream = Stream.parallelZip(a, b, zipFunction)) { stream.forEach(N::println); }
parameters - Variable in class com.landawn.abacus.util.CQLBuilder.CP
 
parameters() - Method in class com.landawn.abacus.util.CQLBuilder
 
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
 
parse(String) - Method in class com.landawn.abacus.util.CassandraExecutor.UDTCodec
 
parse(File, Try.Consumer<String, E>) - Static method in class com.landawn.abacus.util.IOUtil
 
parse(File, Try.Consumer<String, E>, Try.Runnable<E2>) - Static method in class com.landawn.abacus.util.IOUtil
 
parse(File, long, long, Try.Consumer<String, E>) - Static method in class com.landawn.abacus.util.IOUtil
 
parse(File, long, long, Try.Consumer<String, E>, Try.Runnable<E2>) - Static method in class com.landawn.abacus.util.IOUtil
 
parse(File, long, long, int, int, Try.Consumer<String, E>) - Static method in class com.landawn.abacus.util.IOUtil
 
parse(File, long, long, int, int, Try.Consumer<String, E>, Try.Runnable<E2>) - Static method in class com.landawn.abacus.util.IOUtil
Parse the specified files/directory line by line.
parse(List<File>, Try.Consumer<String, E>) - Static method in class com.landawn.abacus.util.IOUtil
 
parse(List<File>, Try.Consumer<String, E>, Try.Runnable<E2>) - Static method in class com.landawn.abacus.util.IOUtil
 
parse(List<File>, long, long, Try.Consumer<String, E>) - Static method in class com.landawn.abacus.util.IOUtil
 
parse(List<File>, long, long, Try.Consumer<String, E>, Try.Runnable<E2>) - Static method in class com.landawn.abacus.util.IOUtil
 
parse(List<File>, long, long, int, int, Try.Consumer<String, E>) - Static method in class com.landawn.abacus.util.IOUtil
 
parse(List<File>, long, long, int, int, Try.Consumer<String, E>, Try.Runnable<E2>) - Static method in class com.landawn.abacus.util.IOUtil
Parse the specified files/directory line by line.
parse(File, int, int, int, Try.Consumer<String, E>) - Static method in class com.landawn.abacus.util.IOUtil
 
parse(File, int, int, int, Try.Consumer<String, E>, Try.Runnable<E2>) - Static method in class com.landawn.abacus.util.IOUtil
 
parse(File, long, long, int, int, int, Try.Consumer<String, E>) - Static method in class com.landawn.abacus.util.IOUtil
 
parse(File, long, long, int, int, int, Try.Consumer<String, E>, Try.Runnable<E2>) - Static method in class com.landawn.abacus.util.IOUtil
Parse the specified files/directory line by line.
parse(List<File>, int, int, int, Try.Consumer<String, E>) - Static method in class com.landawn.abacus.util.IOUtil
 
parse(List<File>, int, int, int, Try.Consumer<String, E>, Try.Runnable<E2>) - Static method in class com.landawn.abacus.util.IOUtil
 
parse(List<File>, long, long, int, int, int, Try.Consumer<String, E>) - Static method in class com.landawn.abacus.util.IOUtil
 
parse(List<File>, long, long, int, int, int, Try.Consumer<String, E>, Try.Runnable<E2>) - Static method in class com.landawn.abacus.util.IOUtil
Parse the specified files/directory line by line.
parse(InputStream, Try.Consumer<String, E>) - Static method in class com.landawn.abacus.util.IOUtil
 
parse(InputStream, Try.Consumer<String, E>, Try.Runnable<E2>) - Static method in class com.landawn.abacus.util.IOUtil
 
parse(InputStream, long, long, Try.Consumer<String, E>) - Static method in class com.landawn.abacus.util.IOUtil
 
parse(InputStream, long, long, Try.Consumer<String, E>, Try.Runnable<E2>) - Static method in class com.landawn.abacus.util.IOUtil
 
parse(InputStream, long, long, int, int, Try.Consumer<String, E>) - Static method in class com.landawn.abacus.util.IOUtil
 
parse(InputStream, long, long, int, int, Try.Consumer<String, E>, Try.Runnable<E2>) - Static method in class com.landawn.abacus.util.IOUtil
Parse the specified Reader line by line.
parse(Reader, Try.Consumer<String, E>) - Static method in class com.landawn.abacus.util.IOUtil
 
parse(Reader, Try.Consumer<String, E>, Try.Runnable<E2>) - Static method in class com.landawn.abacus.util.IOUtil
 
parse(Reader, long, long, Try.Consumer<String, E>) - Static method in class com.landawn.abacus.util.IOUtil
 
parse(Reader, long, long, Try.Consumer<String, E>, Try.Runnable<E2>) - Static method in class com.landawn.abacus.util.IOUtil
 
parse(Reader, long, long, int, int, Try.Consumer<String, E>) - Static method in class com.landawn.abacus.util.IOUtil
 
parse(Reader, long, long, int, int, Try.Consumer<String, E>, Try.Runnable<E2>) - Static method in class com.landawn.abacus.util.IOUtil
Parse the specified Reader line by line.
parse(Connection, String, Try.Consumer<Object[], E>) - Static method in class com.landawn.abacus.util.JdbcUtil
 
parse(Connection, String, Try.Consumer<Object[], E>, Try.Runnable<E2>) - Static method in class com.landawn.abacus.util.JdbcUtil
 
parse(Connection, String, long, long, Try.Consumer<Object[], E>) - Static method in class com.landawn.abacus.util.JdbcUtil
 
parse(Connection, String, long, long, Try.Consumer<Object[], E>, Try.Runnable<E2>) - Static method in class com.landawn.abacus.util.JdbcUtil
 
parse(Connection, String, long, long, int, int, Try.Consumer<Object[], E>) - Static method in class com.landawn.abacus.util.JdbcUtil
 
parse(Connection, String, long, long, int, int, Try.Consumer<Object[], E>, Try.Runnable<E2>) - Static method in class com.landawn.abacus.util.JdbcUtil
Parse the ResultSet obtained by executing query with the specified Connection and sql.
parse(PreparedStatement, Try.Consumer<Object[], E>) - Static method in class com.landawn.abacus.util.JdbcUtil
 
parse(PreparedStatement, Try.Consumer<Object[], E>, Try.Runnable<E2>) - Static method in class com.landawn.abacus.util.JdbcUtil
 
parse(PreparedStatement, long, long, Try.Consumer<Object[], E>) - Static method in class com.landawn.abacus.util.JdbcUtil
 
parse(PreparedStatement, long, long, Try.Consumer<Object[], E>, Try.Runnable<E2>) - Static method in class com.landawn.abacus.util.JdbcUtil
 
parse(PreparedStatement, long, long, int, int, Try.Consumer<Object[], E>) - Static method in class com.landawn.abacus.util.JdbcUtil
 
parse(PreparedStatement, long, long, int, int, Try.Consumer<Object[], E>, Try.Runnable<E2>) - Static method in class com.landawn.abacus.util.JdbcUtil
Parse the ResultSet obtained by executing query with the specified PreparedStatement.
parse(ResultSet, Try.Consumer<Object[], E>) - Static method in class com.landawn.abacus.util.JdbcUtil
 
parse(ResultSet, Try.Consumer<Object[], E>, Try.Runnable<E2>) - Static method in class com.landawn.abacus.util.JdbcUtil
 
parse(ResultSet, long, long, Try.Consumer<Object[], E>) - Static method in class com.landawn.abacus.util.JdbcUtil
 
parse(ResultSet, long, long, Try.Consumer<Object[], E>, Try.Runnable<E2>) - Static method in class com.landawn.abacus.util.JdbcUtil
 
parse(ResultSet, long, long, int, int, Try.Consumer<Object[], E>) - Static method in class com.landawn.abacus.util.JdbcUtil
 
parse(ResultSet, long, long, int, int, Try.Consumer<Object[], E>, Try.Runnable<E2>) - Static method in class com.landawn.abacus.util.JdbcUtil
Parse the ResultSet.
parse(Iterator<? extends T>, Try.Consumer<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
parse(Iterator<? extends T>, Try.Consumer<? super T, E>, Try.Runnable<E2>) - Static method in class com.landawn.abacus.util.N
 
parse(Iterator<? extends T>, long, long, Try.Consumer<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
parse(Iterator<? extends T>, long, long, Try.Consumer<? super T, E>, Try.Runnable<E2>) - Static method in class com.landawn.abacus.util.N
 
parse(Iterator<? extends T>, long, long, int, int, Try.Consumer<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
parse(Iterator<? extends T>, long, long, int, int, Try.Consumer<? super T, E>, Try.Runnable<E2>) - Static method in class com.landawn.abacus.util.N
Parse the elements in the specified iterators one by one.
parse(Collection<? extends Iterator<? extends T>>, Try.Consumer<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
parse(Collection<? extends Iterator<? extends T>>, Try.Consumer<? super T, E>, Try.Runnable<E2>) - Static method in class com.landawn.abacus.util.N
 
parse(Collection<? extends Iterator<? extends T>>, long, long, Try.Consumer<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
parse(Collection<? extends Iterator<? extends T>>, long, long, Try.Consumer<? super T, E>, Try.Runnable<E2>) - Static method in class com.landawn.abacus.util.N
 
parse(Collection<? extends Iterator<? extends T>>, int, int, int, Try.Consumer<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
parse(Collection<? extends Iterator<? extends T>>, int, int, int, Try.Consumer<? super T, E>, Try.Runnable<E2>) - Static method in class com.landawn.abacus.util.N
 
parse(Collection<? extends Iterator<? extends T>>, long, long, int, int, int, Try.Consumer<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
parse(Collection<? extends Iterator<? extends T>>, long, long, int, int, int, Try.Consumer<? super T, E>, Try.Runnable<E2>) - Static method in class com.landawn.abacus.util.N
Parse the elements in the specified iterators one by one.
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(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.
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
 
partitionBy(Predicate<? super T>) - Method in class com.landawn.abacus.util.stream.Stream
 
partitionBy(Predicate<? super T>, Collector<? super T, A, D>) - Method in class com.landawn.abacus.util.stream.Stream
 
partitionByToEntry(Predicate<? super T>) - Method in class com.landawn.abacus.util.stream.Stream
 
partitionByToEntry(Predicate<? super T>, Collector<? super T, A, D>) - Method in class com.landawn.abacus.util.stream.Stream
 
partitioningBy(Predicate<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
Returns a Collector which partitions the input elements according to a Predicate, and organizes them into a Map<Boolean, List<T>>.
partitioningBy(Predicate<? super T>, Collector<? super T, A, D>) - Static method in class com.landawn.abacus.util.stream.Collectors
Returns a Collector which partitions the input elements according to a Predicate, reduces the values in each partition according to another Collector, and organizes them into a Map<Boolean, D> whose values are the result of the downstream reduction.
partitionTo(Predicate<? super T>) - Method in class com.landawn.abacus.util.stream.Stream
 
partitionTo(Predicate<? super T>, Collector<? super T, A, D>) - Method in class com.landawn.abacus.util.stream.Stream
 
Path - Annotation Type in com.landawn.abacus.http
Named replacement in the URL path.
PATH_SEPARATOR - Static variable in class com.landawn.abacus.util.IOUtil
 
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(C) - Method in interface com.landawn.abacus.util.stream.BaseStream
Returns a stream consisting of the elements of this stream, additionally performing the provided action on each element as elements are consumed from the resulting stream.
peek(Consumer<? super Map.Entry<K, V>>) - Method in class com.landawn.abacus.util.stream.EntryStream
 
peek(BiConsumer<? super K, ? super V>) - Method in class com.landawn.abacus.util.stream.EntryStream
 
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.
percentiles() - Method in interface com.landawn.abacus.util.stream.BaseStream

All elements will be loaded to memory and sorted if not yet.
percentiles(Comparator<? super T>) - Method in class com.landawn.abacus.util.stream.Stream
 
permutations(Collection<E>) - Static method in class com.landawn.abacus.util.N
Note: copy from Google Guava under Apache License v2.
permutations() - Method in class com.landawn.abacus.util.stream.Stream
 
persist(File, Try.Function<? super T, String, E>) - Method in class com.landawn.abacus.util.stream.Stream
 
persist(OutputStream, Try.Function<? super T, String, E>) - Method in class com.landawn.abacus.util.stream.Stream
 
persist(Writer, Try.Function<? super T, String, E>) - Method in class com.landawn.abacus.util.stream.Stream
 
persist(Connection, String, int, int, Try.BiConsumer<? super PreparedStatement, ? super T, SQLException>) - Method in class com.landawn.abacus.util.stream.Stream
 
persist(PreparedStatement, int, int, Try.BiConsumer<? super PreparedStatement, ? super T, SQLException>) - Method in class com.landawn.abacus.util.stream.Stream
 
plus(Object...) - Static method in class com.landawn.abacus.condition.Expression
 
plus(Duration) - Method in class com.landawn.abacus.util.Duration
Returns a copy of this duration with the specified duration added.
plus(char[], int) - Static method in class com.landawn.abacus.util.f
 
plus(char[][], int) - Static method in class com.landawn.abacus.util.f
 
plus(char[][][], int) - Static method in class com.landawn.abacus.util.f
 
plus(byte[], byte) - Static method in class com.landawn.abacus.util.f
 
plus(byte[][], byte) - Static method in class com.landawn.abacus.util.f
 
plus(byte[][][], byte) - Static method in class com.landawn.abacus.util.f
 
plus(short[], short) - Static method in class com.landawn.abacus.util.f
 
plus(short[][], short) - Static method in class com.landawn.abacus.util.f
 
plus(short[][][], short) - Static method in class com.landawn.abacus.util.f
 
plus(int[], int) - Static method in class com.landawn.abacus.util.f
 
plus(int[][], int) - Static method in class com.landawn.abacus.util.f
 
plus(int[][][], int) - Static method in class com.landawn.abacus.util.f
 
plus(long[], long) - Static method in class com.landawn.abacus.util.f
 
plus(long[][], long) - Static method in class com.landawn.abacus.util.f
 
plus(long[][][], long) - Static method in class com.landawn.abacus.util.f
 
plus(float[], float) - Static method in class com.landawn.abacus.util.f
 
plus(float[][], float) - Static method in class com.landawn.abacus.util.f
 
plus(float[][][], float) - Static method in class com.landawn.abacus.util.f
 
plus(double[], double) - Static method in class com.landawn.abacus.util.f
 
plus(double[][], double) - Static method in class com.landawn.abacus.util.f
 
plus(double[][][], double) - Static method in class com.landawn.abacus.util.f
 
plusDays(long) - Method in class com.landawn.abacus.util.Duration
Returns a copy of this duration with the specified duration in standard 24 hour days added.
plusHours(long) - Method in class com.landawn.abacus.util.Duration
Returns a copy of this duration with the specified duration in hours added.
plusMillis(long) - Method in class com.landawn.abacus.util.Duration
Returns a copy of this duration with the specified duration in milliseconds added.
plusMinutes(long) - Method in class com.landawn.abacus.util.Duration
Returns a copy of this duration with the specified duration in minutes added.
plusSeconds(long) - Method in class com.landawn.abacus.util.Duration
Returns a copy of this duration with the specified duration in seconds added.
pointsC() - Method in class com.landawn.abacus.util.AbstractMatrix
 
pointsC(int, int) - Method in class com.landawn.abacus.util.AbstractMatrix
 
pointsC() - Method in class com.landawn.abacus.util.Sheet
 
pointsC(int, int) - Method in class com.landawn.abacus.util.Sheet
 
pointsH() - Method in class com.landawn.abacus.util.AbstractMatrix
 
pointsH(int) - Method in class com.landawn.abacus.util.AbstractMatrix
 
pointsH(int, int) - Method in class com.landawn.abacus.util.AbstractMatrix
 
pointsH() - Method in class com.landawn.abacus.util.Sheet
 
pointsH(int) - Method in class com.landawn.abacus.util.Sheet
 
pointsH(int, int) - Method in class com.landawn.abacus.util.Sheet
 
pointsLU2RD() - Method in class com.landawn.abacus.util.AbstractMatrix
 
pointsR() - Method in class com.landawn.abacus.util.AbstractMatrix
 
pointsR(int, int) - Method in class com.landawn.abacus.util.AbstractMatrix
 
pointsR() - Method in class com.landawn.abacus.util.Sheet
 
pointsR(int, int) - Method in class com.landawn.abacus.util.Sheet
 
pointsRU2LD() - Method in class com.landawn.abacus.util.AbstractMatrix
 
pointsV() - Method in class com.landawn.abacus.util.AbstractMatrix
 
pointsV(int) - Method in class com.landawn.abacus.util.AbstractMatrix
 
pointsV(int, int) - Method in class com.landawn.abacus.util.AbstractMatrix
 
pointsV() - Method in class com.landawn.abacus.util.Sheet
 
pointsV(int) - Method in class com.landawn.abacus.util.Sheet
 
pointsV(int, int) - Method in class com.landawn.abacus.util.Sheet
 
pollFirst() - Method in class com.landawn.abacus.util.ImmutableNavigableSet
 
pollFirstEntry() - Method in class com.landawn.abacus.util.ImmutableNavigableMap
 
pollLast() - Method in class com.landawn.abacus.util.ImmutableNavigableSet
 
pollLastEntry() - Method in class com.landawn.abacus.util.ImmutableNavigableMap
 
Pool<K,E extends Poolable> - 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
 
post(Object) - Method in class com.landawn.abacus.eventBus.EventBus
 
post(String, Object) - Method in class com.landawn.abacus.eventBus.EventBus
 
post(Object) - Method in class com.landawn.abacus.http.AbstractHttpClient
 
post(Object, Map<String, Object>) - Method in class com.landawn.abacus.http.AbstractHttpClient
 
post(Class<T>, Object) - Method in class com.landawn.abacus.http.AbstractHttpClient
 
post(Class<T>, Object, Map<String, Object>) - Method in class com.landawn.abacus.http.AbstractHttpClient
 
post(Object) - Method in class com.landawn.abacus.http.HttpClient.Request
 
post(Class<T>, Object) - Method in class com.landawn.abacus.http.HttpClient.Request
 
post(Object) - Method in class com.landawn.abacus.http.OKHttpClient.Request
 
post(Class<T>, Object) - Method in class com.landawn.abacus.http.OKHttpClient.Request
 
POST - Annotation Type in com.landawn.abacus.http
Make a POST request to a REST path relative to base URL.
postInvoke(Throwable, Object, Method, Object...) - Method in interface com.landawn.abacus.http.HttpProxy.Handler
 
postSticky(Object) - Method in class com.landawn.abacus.eventBus.EventBus
 
postSticky(String, Object) - Method in class com.landawn.abacus.eventBus.EventBus
 
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.Maths
 
pow(long, int) - Static method in class com.landawn.abacus.util.Maths
Returns b to the kth power.
power(String, String) - Static method in class com.landawn.abacus.condition.Expression
 
powerSet(Set<E>) - Static method in class com.landawn.abacus.util.N
Note: copy from Google Guava under Apache License v2.
powExact(int, int) - Static method in class com.landawn.abacus.util.Maths
Returns the b to the kth power, provided it does not overflow.
powExact(long, int) - Static method in class com.landawn.abacus.util.Maths
Returns the b to the kth power, provided it does not overflow.
Predicate<T> - Interface in com.landawn.abacus.util.function
PreferenceActivityBase - Class in com.landawn.abacus.android
 
PreferenceActivityBase() - Constructor for class com.landawn.abacus.android.PreferenceActivityBase
 
preInvoke(Method, Object...) - Method in interface com.landawn.abacus.http.HttpProxy.Handler
 
prepareCall(Connection, String, Object...) - Static method in class com.landawn.abacus.util.JdbcUtil
 
prepareStatement(Connection, String, Object...) - Static method in class com.landawn.abacus.util.JdbcUtil
 
prepend(T...) - Method in class com.landawn.abacus.util.Seq
 
prepend(Collection<? extends T>) - Method in class com.landawn.abacus.util.Seq
 
prepend(S) - Method in interface com.landawn.abacus.util.stream.BaseStream
 
prepend(T...) - Method in class com.landawn.abacus.util.stream.Stream
 
prepend(Collection<? extends T>) - Method in class com.landawn.abacus.util.stream.Stream
 
prependIfMissing(String, String) - Static method in class com.landawn.abacus.util.N
 
previousPage() - Method in interface com.landawn.abacus.PaginatedDataSet
Method previousPage.
PrimitiveList<B,A,L extends PrimitiveList<B,A,L>> - Class in com.landawn.abacus.util
 
PrimitiveList() - Constructor for class com.landawn.abacus.util.PrimitiveList
 
primitiveOf(Class<?>) - Static method in class com.landawn.abacus.util.N
 
println() - Method in interface com.landawn.abacus.DataSet
it's same as: N.println(toString());
println() - Method in class com.landawn.abacus.util.AbstractMatrix
 
println(T[]) - Static method in class com.landawn.abacus.util.f
 
println(T[][]) - Static method in class com.landawn.abacus.util.f
 
println(T[][][]) - Static method in class com.landawn.abacus.util.f
 
println(boolean[]) - Static method in class com.landawn.abacus.util.f
 
println(boolean[][]) - Static method in class com.landawn.abacus.util.f
 
println(boolean[][][]) - Static method in class com.landawn.abacus.util.f
 
println(char[]) - Static method in class com.landawn.abacus.util.f
 
println(char[][]) - Static method in class com.landawn.abacus.util.f
 
println(char[][][]) - Static method in class com.landawn.abacus.util.f
 
println(byte[]) - Static method in class com.landawn.abacus.util.f
 
println(byte[][]) - Static method in class com.landawn.abacus.util.f
 
println(byte[][][]) - Static method in class com.landawn.abacus.util.f
 
println(short[]) - Static method in class com.landawn.abacus.util.f
 
println(short[][]) - Static method in class com.landawn.abacus.util.f
 
println(short[][][]) - Static method in class com.landawn.abacus.util.f
 
println(int[]) - Static method in class com.landawn.abacus.util.f
 
println(int[][]) - Static method in class com.landawn.abacus.util.f
 
println(int[][][]) - Static method in class com.landawn.abacus.util.f
 
println(long[]) - Static method in class com.landawn.abacus.util.f
 
println(long[][]) - Static method in class com.landawn.abacus.util.f
 
println(long[][][]) - Static method in class com.landawn.abacus.util.f
 
println(float[]) - Static method in class com.landawn.abacus.util.f
 
println(float[][]) - Static method in class com.landawn.abacus.util.f
 
println(float[][][]) - Static method in class com.landawn.abacus.util.f
 
println(double[]) - Static method in class com.landawn.abacus.util.f
 
println(double[][]) - Static method in class com.landawn.abacus.util.f
 
println(double[][][]) - Static method in class com.landawn.abacus.util.f
 
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.PrimitiveList
 
println() - Method in class com.landawn.abacus.util.Seq
 
println() - Method in class com.landawn.abacus.util.Sheet
 
println() - Method in interface com.landawn.abacus.util.stream.BaseStream
 
printResult() - Method in class com.landawn.abacus.util.Profiler.MultiLoopsStatistics
 
printTransferMethod(Class<?>, Class<?>) - Static method in class com.landawn.abacus.util.CodeGenerator
 
printTransferMethod(Class<?>, Class<?>, Map<String, String>) - Static method in class com.landawn.abacus.util.CodeGenerator
 
Profiler - Class in com.landawn.abacus.util
A simple way to run load/performance test.
Profiler.MultiLoopsStatistics - Class in com.landawn.abacus.util
 
ProgressBarTask - Class in com.landawn.abacus.android
Designed to show progress bar easily for network or other heavy operation:
ProgressBarTask(ViewGroup, long, int) - Constructor for class com.landawn.abacus.android.ProgressBarTask
 
properties() - Method in interface com.landawn.abacus.DataSet
 
Properties<K,V> - Class in com.landawn.abacus.util
 
Properties() - Constructor for class com.landawn.abacus.util.Properties
 
PropertiesUtil - Class in com.landawn.abacus.util
 
propNameList() - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
propNameSet() - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
PROPS_MAP - Static variable in class com.landawn.abacus.util.Clazz
 
PROXY_AUTHENTICATE - Static variable in class com.landawn.abacus.http.HTTP
 
PROXY_AUTHORIZATION - Static variable in class com.landawn.abacus.http.HTTP
 
put(K, V, long, long) - Method in class com.landawn.abacus.cache.CaffeineCache
 
put(K, V, long, long) - Method in class com.landawn.abacus.cache.Ehcache
 
put(T) - Method in class com.landawn.abacus.hash.BloomFilter
Puts an element into this BloomFilter.
put(byte) - Method in interface com.landawn.abacus.hash.Hasher
 
put(byte[]) - Method in interface com.landawn.abacus.hash.Hasher
 
put(byte[], int, int) - Method in interface com.landawn.abacus.hash.Hasher
 
put(short) - Method in interface com.landawn.abacus.hash.Hasher
 
put(int) - Method in interface com.landawn.abacus.hash.Hasher
 
put(long) - Method in interface com.landawn.abacus.hash.Hasher
 
put(float) - Method in interface com.landawn.abacus.hash.Hasher
Equivalent to putInt(Float.floatToRawIntBits(f)).
put(double) - Method in interface com.landawn.abacus.hash.Hasher
Equivalent to putLong(Double.doubleToRawLongBits(d)).
put(boolean) - Method in interface com.landawn.abacus.hash.Hasher
Equivalent to putByte(b ? (byte) 1 : (byte) 0).
put(char) - Method in interface com.landawn.abacus.hash.Hasher
 
put(char[]) - Method in interface com.landawn.abacus.hash.Hasher
 
put(char[], int, int) - Method in interface com.landawn.abacus.hash.Hasher
 
put(CharSequence) - Method in interface com.landawn.abacus.hash.Hasher
Equivalent to processing each char value in the CharSequence, in order.
put(CharSequence, Charset) - Method in interface com.landawn.abacus.hash.Hasher
Equivalent to putBytes(charSequence.toString().getBytes(charset)).
put(T, BiConsumer<? super T, ? super Hasher>) - Method in interface com.landawn.abacus.hash.Hasher
A simple convenience for funnel.funnel(object, this).
put(Object) - Method in class com.landawn.abacus.http.AbstractHttpClient
 
put(Object, Map<String, Object>) - Method in class com.landawn.abacus.http.AbstractHttpClient
 
put(Class<T>, Object) - Method in class com.landawn.abacus.http.AbstractHttpClient
 
put(Class<T>, Object, Map<String, Object>) - Method in class com.landawn.abacus.http.AbstractHttpClient
 
put(String, Object) - Method in class com.landawn.abacus.http.Headers
 
put(Object) - Method in class com.landawn.abacus.http.HttpClient.Request
 
put(Class<T>, Object) - Method in class com.landawn.abacus.http.HttpClient.Request
 
put(Object) - Method in class com.landawn.abacus.http.OKHttpClient.Request
 
put(Class<T>, Object) - Method in class com.landawn.abacus.http.OKHttpClient.Request
 
PUT - Annotation Type in com.landawn.abacus.http
Make a PUT request to a REST path relative to base URL.
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
Method put.
put(K, E, boolean) - Method in interface com.landawn.abacus.pool.KeyedObjectPool
Method put.
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.Builder.MapBuilder
 
put(K, E) - Method in class com.landawn.abacus.util.Builder.MultimapBuilder
 
put(String, Put) - Method in class com.landawn.abacus.util.HBaseExecutor
 
put(String, List<Put>) - Method in class com.landawn.abacus.util.HBaseExecutor
 
put(String, AnyPut) - Method in class com.landawn.abacus.util.HBaseExecutor
 
put(String, Collection<AnyPut>) - Method in class com.landawn.abacus.util.HBaseExecutor
 
put(K, V) - Method in class com.landawn.abacus.util.ImmutableMap
Deprecated.
Unsupported operation.
put(K, E) - Method in class com.landawn.abacus.util.Multimap
 
put(K, V) - Method in class com.landawn.abacus.util.Properties
 
put(R, C, E) - Method in class com.landawn.abacus.util.Sheet
 
put(int, int, E) - Method in class com.landawn.abacus.util.Sheet
 
put(IntPair, E) - Method in class com.landawn.abacus.util.Sheet
 
putAll(BloomFilter<T>) - Method in class com.landawn.abacus.hash.BloomFilter
Combines this bloom filter with another bloom filter by performing a bitwise OR of the underlying data.
putAll(Map<? extends String, ? extends Object>) - Method in class com.landawn.abacus.http.Headers
 
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.Builder.MapBuilder
 
putAll(K, Collection<? extends E>) - Method in class com.landawn.abacus.util.Builder.MultimapBuilder
 
putAll(Map<? extends K, ? extends E>) - Method in class com.landawn.abacus.util.Builder.MultimapBuilder
 
putAll(Multimap<? extends K, ? extends E, ? extends V>) - Method in class com.landawn.abacus.util.Builder.MultimapBuilder
 
putAll() - Static method in class com.landawn.abacus.util.Fn
 
putAll(Map<? extends K, ? extends V>) - Method in class com.landawn.abacus.util.ImmutableMap
Deprecated.
Unsupported operation.
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.Properties
 
putAll(Sheet<? extends R, ? extends C, ? extends E>) - Method in class com.landawn.abacus.util.Sheet
 
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(K, V) - Method in class com.landawn.abacus.util.Builder.MapBuilder
 
putIfAbsent(K, Supplier<V>) - Method in class com.landawn.abacus.util.Builder.MapBuilder
 
putIfAbsent(K, V) - Method in class com.landawn.abacus.util.ImmutableMap
Deprecated.
Unsupported operation.
putIfAbsent(Map<K, V>, K, V) - Static method in class com.landawn.abacus.util.Maps
If the specified key is not already associated with a value (or is mapped to null) associates it with the given value and returns null, else returns the current value.
putIfAbsent(Map<K, V>, K, Supplier<V>) - Static method in class com.landawn.abacus.util.Maps
 
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
 
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.
putItem(String, Map<String, AttributeValue>) - Method in class com.landawn.abacus.util.DynamoDBExecutor
 
putItem(String, Map<String, AttributeValue>, String) - Method in class com.landawn.abacus.util.DynamoDBExecutor
 
putItem(PutItemRequest) - Method in class com.landawn.abacus.util.DynamoDBExecutor
 
px2dp(float) - Static method in class com.landawn.abacus.android.util.Fu
 
px2sp(float) - Static method in class com.landawn.abacus.android.util.Fu
 

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
 
query(Class<T>, Uri, String) - Static method in class com.landawn.abacus.android.util.Fu
Query by context.getContentResolver().
query(Class<T>, Uri, String, String, String[], String) - Static method in class com.landawn.abacus.android.util.Fu
Query by context.getContentResolver().
query(Class<T>, Uri, String, String, String[], String, CancellationSignal) - Static method in class com.landawn.abacus.android.util.Fu
Query by context.getContentResolver().
query(Class<T>, Uri, String[]) - Static method in class com.landawn.abacus.android.util.Fu
Query by context.getContentResolver().
query(Class<T>, Uri, String[], String, String[], String) - Static method in class com.landawn.abacus.android.util.Fu
Query by context.getContentResolver().
query(Class<T>, Uri, String[], String, String[], String, CancellationSignal) - Static method in class com.landawn.abacus.android.util.Fu
Query by context.getContentResolver().
query(Uri, Map<String, Class>) - Static method in class com.landawn.abacus.android.util.Fu
Query by context.getContentResolver().
query(Uri, Map<String, Class>, String, String[], String) - Static method in class com.landawn.abacus.android.util.Fu
Query by context.getContentResolver().
query(Uri, Map<String, Class>, String, String[], String, CancellationSignal) - Static method in class com.landawn.abacus.android.util.Fu
Query by context.getContentResolver().
query(Class<?>, Collection<String>, Condition) - Method in class com.landawn.abacus.android.util.SQLiteExecutor
 
query(Class<?>, Collection<String>, Condition, String) - Method in class com.landawn.abacus.android.util.SQLiteExecutor
 
query(Class<?>, Collection<String>, Condition, String, int, int) - Method in class com.landawn.abacus.android.util.SQLiteExecutor
 
query(Class<?>, Collection<String>, Condition, String, String, String) - Method in class com.landawn.abacus.android.util.SQLiteExecutor
 
query(Class<?>, Collection<String>, Condition, String, String, String, int, int) - Method in class com.landawn.abacus.android.util.SQLiteExecutor
Find the records from database with the specified whereClause, groupby, having, orderBy and return the result set.
query(String, Map<String, Class>, Condition) - Method in class com.landawn.abacus.android.util.SQLiteExecutor
 
query(String, Map<String, Class>, Condition, String) - Method in class com.landawn.abacus.android.util.SQLiteExecutor
 
query(String, Map<String, Class>, Condition, String, int, int) - Method in class com.landawn.abacus.android.util.SQLiteExecutor
 
query(String, Map<String, Class>, Condition, String, String, String) - Method in class com.landawn.abacus.android.util.SQLiteExecutor
 
query(String, Map<String, Class>, Condition, String, String, String, int, int) - Method in class com.landawn.abacus.android.util.SQLiteExecutor
Find the records from database with the specified whereClause, groupby, having, orderBy and return the result set.
query(Class<?>, String, Object...) - Method in class com.landawn.abacus.android.util.SQLiteExecutor
Find the records from database with the specified sql, parameters and return the result set.
query(String, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
query(String, SQLExecutor.StatementSetter, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
query(String, SQLExecutor.StatementSetter, SQLExecutor.ResultSetExtractor<T>, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
query(String, SQLExecutor.StatementSetter, SQLExecutor.ResultSetExtractor<T>, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
query(Connection, String, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
query(Connection, String, SQLExecutor.StatementSetter, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
query(Connection, String, SQLExecutor.StatementSetter, SQLExecutor.ResultSetExtractor<T>, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
query(Connection, String, SQLExecutor.StatementSetter, SQLExecutor.ResultSetExtractor<T>, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
query(Class<T>, Condition) - Method in class com.landawn.abacus.util.CassandraExecutor
 
query(Class<T>, Collection<String>, Condition) - Method in class com.landawn.abacus.util.CassandraExecutor
 
query(String, Object...) - Method in class com.landawn.abacus.util.CassandraExecutor
 
query(Class<?>, String, Object...) - Method in class com.landawn.abacus.util.CassandraExecutor
 
query(String, Object...) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
query(Class<?>, String, Object...) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
query(Query) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
query(Class<?>, Query) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
query(Query, long, TimeUnit) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
query(Class<?>, Query, long, TimeUnit) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
query(QueryRequest) - Method in class com.landawn.abacus.util.DynamoDBExecutor
 
query(Class<?>, QueryRequest) - Method in class com.landawn.abacus.util.DynamoDBExecutor
 
query(Bson) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
query(Class<T>, Bson) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
query(Class<T>, Collection<String>, Bson) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
query(Class<T>, Collection<String>, Bson, int, int) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
query(Class<T>, Collection<String>, Bson, Bson) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
query(Class<T>, Collection<String>, Bson, Bson, int, int) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
query(Class<T>, Bson, Bson, Bson) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
query(Class<T>, Bson, Bson, Bson, int, int) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
query(String, Bson) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
query(Class<T>, String, Bson) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
query(Class<T>, String, Collection<String>, Bson) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
query(Class<T>, String, Collection<String>, Bson, int, int) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
query(Class<T>, String, Collection<String>, Bson, Bson) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
query(Class<T>, String, Collection<String>, Bson, Bson, int, int) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
query(Class<T>, String, Bson, Bson, Bson) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
query(Class<T>, String, Bson, Bson, Bson, int, int) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
query(String, Map<String, ?>) - Method in class com.landawn.abacus.util.Neo4jExecutor
 
query(String, Map<String, ?>, boolean) - Method in class com.landawn.abacus.util.Neo4jExecutor
 
query(Class<T>, String, Map<String, ?>) - Method in class com.landawn.abacus.util.Neo4jExecutor
 
query(Condition) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
query(Collection<String>, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
query(Collection<String>, Condition, SQLExecutor.JdbcSettings) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
query(Connection, Collection<String>, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
query(Connection, Collection<String>, Condition, SQLExecutor.JdbcSettings) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
query(Condition) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
query(Collection<String>, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
query(Collection<String>, Condition, SQLExecutor.JdbcSettings) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
query(Connection, Collection<String>, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
query(Connection, Collection<String>, Condition, SQLExecutor.JdbcSettings) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
query(String, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
 
query(String, SQLExecutor.StatementSetter, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
 
query(String, SQLExecutor.StatementSetter, SQLExecutor.ResultSetExtractor<T>, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
 
query(String, SQLExecutor.StatementSetter, SQLExecutor.ResultSetExtractor<T>, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
Remember to close the ResultSet, Statement and Connection if the return type T is ResultSet or RowIterator.
query(Connection, String, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
 
query(Connection, String, SQLExecutor.StatementSetter, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
 
query(Connection, String, SQLExecutor.StatementSetter, SQLExecutor.ResultSetExtractor<T>, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
 
query(Connection, String, SQLExecutor.StatementSetter, SQLExecutor.ResultSetExtractor<T>, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
Remember to close the ResultSet, Statement and Connection if the return type T is ResultSet or RowIterator.
queryAll(String, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
queryAll(String, SQLExecutor.StatementSetter, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
queryAll(List<String>, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
queryAll(List<String>, SQLExecutor.StatementSetter, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
queryAll(Condition, SQLExecutor.JdbcSettings) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
queryAll(Collection<String>, Condition, SQLExecutor.JdbcSettings) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
queryAll(Condition, SQLExecutor.JdbcSettings) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
Query from multiple data sources specified in JdbcSettings.
queryAll(Collection<String>, Condition, SQLExecutor.JdbcSettings) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
Query from multiple data sources specified in JdbcSettings.
queryAll(String, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
 
queryAll(String, SQLExecutor.StatementSetter, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
 
queryAll(List<String>, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
 
queryAll(List<String>, SQLExecutor.StatementSetter, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
 
queryForBoolean(String, Object...) - Method in class com.landawn.abacus.android.util.SQLiteExecutor
 
queryForBoolean(String, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
queryForBoolean(Class<T>, String, Condition) - Method in class com.landawn.abacus.util.CassandraExecutor
 
queryForBoolean(String, Object...) - Method in class com.landawn.abacus.util.CassandraExecutor
 
queryForBoolean(String, Object...) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
queryForBoolean(String, Bson) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
queryForBoolean(String, String, Bson) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
queryForBoolean(String, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
queryForBoolean(String, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
queryForBoolean(String, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
 
queryForByte(String, Object...) - Method in class com.landawn.abacus.android.util.SQLiteExecutor
 
queryForByte(String, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
queryForByte(Class<T>, String, Condition) - Method in class com.landawn.abacus.util.CassandraExecutor
 
queryForByte(String, Object...) - Method in class com.landawn.abacus.util.CassandraExecutor
 
queryForByte(String, Object...) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
queryForByte(String, Bson) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
queryForByte(String, String, Bson) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
queryForByte(String, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
queryForByte(String, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
queryForByte(String, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
 
queryForChar(String, Object...) - Method in class com.landawn.abacus.android.util.SQLiteExecutor
 
queryForChar(String, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
queryForChar(Class<T>, String, Condition) - Method in class com.landawn.abacus.util.CassandraExecutor
 
queryForChar(String, Object...) - Method in class com.landawn.abacus.util.CassandraExecutor
 
queryForChar(String, Object...) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
queryForChar(String, Bson) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
queryForChar(String, String, Bson) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
queryForChar(String, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
queryForChar(String, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
 
queryForDate(String, Object...) - Method in class com.landawn.abacus.android.util.SQLiteExecutor
 
queryForDate(Class<T>, String, Object...) - Method in class com.landawn.abacus.android.util.SQLiteExecutor
 
queryForDate(String, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
queryForDate(Class<T>, String, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
queryForDate(String, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
queryForDate(Class<T>, String, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
queryForDate(String, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
queryForDate(Class<V>, String, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
queryForDate(String, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
 
queryForDate(Class<T>, String, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
 
queryForDouble(String, Object...) - Method in class com.landawn.abacus.android.util.SQLiteExecutor
 
queryForDouble(String, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
queryForDouble(Class<T>, String, Condition) - Method in class com.landawn.abacus.util.CassandraExecutor
 
queryForDouble(String, Object...) - Method in class com.landawn.abacus.util.CassandraExecutor
 
queryForDouble(String, Object...) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
queryForDouble(String, Bson) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
queryForDouble(String, String, Bson) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
queryForDouble(String, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
queryForDouble(String, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
queryForDouble(String, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
 
queryForEntity(Class<T>, Collection<String>, Condition) - Method in class com.landawn.abacus.android.util.SQLiteExecutor
 
queryForEntity(Class<T>, Collection<String>, Condition, String) - Method in class com.landawn.abacus.android.util.SQLiteExecutor
Just fetch the result in the 1st row.
queryForEntity(Class<T>, String, Object...) - Method in class com.landawn.abacus.android.util.SQLiteExecutor
Just fetch the result in the 1st row.
queryForEntity(Class<T>, String, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
queryForEntity(Class<T>, String, SQLExecutor.StatementSetter, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
queryForEntity(Class<T>, Connection, String, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
queryForEntity(Class<T>, Connection, String, SQLExecutor.StatementSetter, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
queryForEntity(Class<T>, Condition) - Method in class com.landawn.abacus.util.CassandraExecutor
 
queryForEntity(Class<T>, Collection<String>, Condition) - Method in class com.landawn.abacus.util.CassandraExecutor
 
queryForEntity(Class<T>, String, Object...) - Method in class com.landawn.abacus.util.CassandraExecutor
 
queryForEntity(Class<T>, String, Object...) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
queryForEntity(Bson) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
queryForEntity(Class<T>, Bson) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
queryForEntity(Class<T>, Collection<String>, Bson) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
queryForEntity(Class<T>, Collection<String>, Bson, Bson) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
queryForEntity(Class<T>, Bson, Bson, Bson) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
queryForEntity(String, Bson) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
queryForEntity(Class<T>, String, Bson) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
queryForEntity(Class<T>, String, Collection<String>, Bson) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
queryForEntity(Class<T>, String, Collection<String>, Bson, Bson) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
queryForEntity(Class<T>, String, Bson, Bson, Bson) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
queryForEntity(Condition) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
queryForEntity(Collection<String>, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
queryForEntity(Collection<String>, Condition, SQLExecutor.JdbcSettings) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
queryForEntity(Connection, Collection<String>, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
queryForEntity(Connection, Collection<String>, Condition, SQLExecutor.JdbcSettings) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
queryForEntity(Condition) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
queryForEntity(Collection<String>, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
queryForEntity(Collection<String>, Condition, SQLExecutor.JdbcSettings) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
queryForEntity(Connection, Collection<String>, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
queryForEntity(Connection, Collection<String>, Condition, SQLExecutor.JdbcSettings) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
queryForEntity(Class<T>, String, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
 
queryForEntity(Class<T>, String, SQLExecutor.StatementSetter, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
 
queryForEntity(Class<T>, Connection, String, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
 
queryForEntity(Class<T>, Connection, String, SQLExecutor.StatementSetter, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
Just fetch the result in the 1st row.
queryForFloat(String, Object...) - Method in class com.landawn.abacus.android.util.SQLiteExecutor
 
queryForFloat(String, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
queryForFloat(Class<T>, String, Condition) - Method in class com.landawn.abacus.util.CassandraExecutor
 
queryForFloat(String, Object...) - Method in class com.landawn.abacus.util.CassandraExecutor
 
queryForFloat(String, Object...) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
queryForFloat(String, Bson) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
queryForFloat(String, String, Bson) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
queryForFloat(String, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
queryForFloat(String, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
queryForFloat(String, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
 
queryForInt(String, Object...) - Method in class com.landawn.abacus.android.util.SQLiteExecutor
 
queryForInt(String, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
queryForInt(Class<T>, String, Condition) - Method in class com.landawn.abacus.util.CassandraExecutor
 
queryForInt(String, Object...) - Method in class com.landawn.abacus.util.CassandraExecutor
 
queryForInt(String, Object...) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
queryForInt(String, Bson) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
queryForInt(String, String, Bson) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
queryForInt(String, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
queryForInt(String, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
queryForInt(String, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
 
queryForLong(String, Object...) - Method in class com.landawn.abacus.android.util.SQLiteExecutor
 
queryForLong(String, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
queryForLong(Class<T>, String, Condition) - Method in class com.landawn.abacus.util.CassandraExecutor
 
queryForLong(String, Object...) - Method in class com.landawn.abacus.util.CassandraExecutor
 
queryForLong(String, Object...) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
queryForLong(String, Bson) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
queryForLong(String, String, Bson) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
queryForLong(String, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
queryForLong(String, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
queryForLong(String, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
 
queryForObject(Class<T>, String, Map<String, ?>) - Method in class com.landawn.abacus.util.Neo4jExecutor
 
queryForShort(String, Object...) - Method in class com.landawn.abacus.android.util.SQLiteExecutor
 
queryForShort(String, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
queryForShort(Class<T>, String, Condition) - Method in class com.landawn.abacus.util.CassandraExecutor
 
queryForShort(String, Object...) - Method in class com.landawn.abacus.util.CassandraExecutor
 
queryForShort(String, Object...) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
queryForShort(String, Bson) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
queryForShort(String, String, Bson) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
queryForShort(String, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
queryForShort(String, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
queryForShort(String, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
 
queryForSingleResult(Class<T>, String, Object...) - Method in class com.landawn.abacus.android.util.SQLiteExecutor
Just fetch the result in the 1st row and 1st column.
queryForSingleResult(Class<T>, String, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
queryForSingleResult(Class<T>, String, SQLExecutor.StatementSetter, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
queryForSingleResult(Class<T>, Connection, String, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
queryForSingleResult(Class<T>, Connection, String, SQLExecutor.StatementSetter, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
queryForSingleResult(Class<T>, Class<E>, String, Condition) - Method in class com.landawn.abacus.util.CassandraExecutor
 
queryForSingleResult(Class<E>, String, Object...) - Method in class com.landawn.abacus.util.CassandraExecutor
 
queryForSingleResult(Class<T>, String, Object...) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
queryForSingleResult(Class<T>, String, Bson) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
queryForSingleResult(Class<T>, String, String, Bson) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
queryForSingleResult(Class<E>, String, Object) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
queryForSingleResult(Class<E>, String, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
queryForSingleResult(Class<E>, String, Condition, SQLExecutor.JdbcSettings) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
queryForSingleResult(Class<E>, Connection, String, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
queryForSingleResult(Class<E>, Connection, String, Condition, SQLExecutor.JdbcSettings) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
queryForSingleResult(Class<E>, String, Object) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
queryForSingleResult(Class<E>, String, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
queryForSingleResult(Class<E>, String, Condition, SQLExecutor.JdbcSettings) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
queryForSingleResult(Class<E>, Connection, String, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
queryForSingleResult(Class<E>, Connection, String, Condition, SQLExecutor.JdbcSettings) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
queryForSingleResult(Class<T>, String, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
 
queryForSingleResult(Class<T>, String, SQLExecutor.StatementSetter, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
 
queryForSingleResult(Class<T>, Connection, String, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
 
queryForSingleResult(Class<T>, Connection, String, SQLExecutor.StatementSetter, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
Just fetch the result in the 1st row and 1st column.
queryForString(String, Object...) - Method in class com.landawn.abacus.android.util.SQLiteExecutor
 
queryForString(String, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
queryForString(Class<T>, String, Condition) - Method in class com.landawn.abacus.util.CassandraExecutor
 
queryForString(String, Object...) - Method in class com.landawn.abacus.util.CassandraExecutor
 
queryForString(String, Object...) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
queryForString(String, Bson) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
queryForString(String, String, Bson) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
queryForString(String, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
queryForString(String, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
queryForString(String, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
 
queued() - Method in class com.landawn.abacus.util.stream.Stream
 
queued(int) - Method in class com.landawn.abacus.util.stream.Stream
Returns a Stream with elements from a temporary queue which is filled by reading the elements from the specified iterator asynchronously.
quoted(String) - Static method in class com.landawn.abacus.util.Joiner
 
quoteEscaped(String) - Static method in class com.landawn.abacus.util.N
Replace ''' or '"' with '\'' or '\"' if the previous char of the quotation is not '\'.

R

R() - Constructor for class com.landawn.abacus.util.Holder.R
 
random(int) - Static method in class com.landawn.abacus.util.BooleanList
 
random(int) - Static method in class com.landawn.abacus.util.BooleanMatrix
 
random(int) - Static method in class com.landawn.abacus.util.ByteList
 
random(int) - Static method in class com.landawn.abacus.util.ByteMatrix
 
random(int) - Static method in class com.landawn.abacus.util.CharList
 
random(char, char, int) - Static method in class com.landawn.abacus.util.CharList
 
random(char[], int) - Static method in class com.landawn.abacus.util.CharList
 
random(int) - Static method in class com.landawn.abacus.util.CharMatrix
 
random(int) - Static method in class com.landawn.abacus.util.DoubleList
 
random(int) - Static method in class com.landawn.abacus.util.DoubleMatrix
 
random(int) - Static method in class com.landawn.abacus.util.FloatList
 
random(int) - Static method in class com.landawn.abacus.util.FloatMatrix
 
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
 
random(int) - Static method in class com.landawn.abacus.util.IntList
 
random(int, int, int) - Static method in class com.landawn.abacus.util.IntList
 
random(int) - Static method in class com.landawn.abacus.util.IntMatrix
 
random(int) - Static method in class com.landawn.abacus.util.LongList
 
random(int) - Static method in class com.landawn.abacus.util.LongMatrix
 
random(int) - Static method in class com.landawn.abacus.util.ShortList
 
random(int) - Static method in class com.landawn.abacus.util.ShortMatrix
 
random() - Static method in class com.landawn.abacus.util.stream.ByteStream
 
random() - Static method in class com.landawn.abacus.util.stream.CharStream
 
random(char, char) - Static method in class com.landawn.abacus.util.stream.CharStream
 
random(char[]) - Static method in class com.landawn.abacus.util.stream.CharStream
 
random() - Static method in class com.landawn.abacus.util.stream.DoubleStream
 
random() - Static method in class com.landawn.abacus.util.stream.FloatStream
 
random() - Static method in class com.landawn.abacus.util.stream.IntStream
 
random(int, int) - Static method in class com.landawn.abacus.util.stream.IntStream
 
random() - Static method in class com.landawn.abacus.util.stream.LongStream
 
random() - Static method in class com.landawn.abacus.util.stream.ShortStream
 
RANGE - Static variable in class com.landawn.abacus.http.HTTP
 
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(byte, byte) - Static method in class com.landawn.abacus.util.ByteList
 
range(byte, byte, byte) - Static method in class com.landawn.abacus.util.ByteList
 
range(byte, byte) - Static method in class com.landawn.abacus.util.ByteMatrix
 
range(byte, byte, byte) - Static method in class com.landawn.abacus.util.ByteMatrix
 
range(char, char) - Static method in class com.landawn.abacus.util.CharList
 
range(char, char, int) - Static method in class com.landawn.abacus.util.CharList
 
range(char, char) - Static method in class com.landawn.abacus.util.CharMatrix
 
range(char, char, int) - Static method in class com.landawn.abacus.util.CharMatrix
 
range(int, int) - Static method in class com.landawn.abacus.util.IntList
 
range(int, int, int) - Static method in class com.landawn.abacus.util.IntList
 
range(int, int) - Static method in class com.landawn.abacus.util.IntMatrix
 
range(int, int, int) - Static method in class com.landawn.abacus.util.IntMatrix
 
range(long, long) - Static method in class com.landawn.abacus.util.LongList
 
range(long, long, long) - Static method in class com.landawn.abacus.util.LongList
 
range(long, long) - Static method in class com.landawn.abacus.util.LongMatrix
 
range(long, long, long) - Static method in class com.landawn.abacus.util.LongMatrix
 
Range<T extends java.lang.Comparable> - 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(short, short) - Static method in class com.landawn.abacus.util.ShortList
 
range(short, short, short) - Static method in class com.landawn.abacus.util.ShortList
 
range(short, short) - Static method in class com.landawn.abacus.util.ShortMatrix
 
range(short, short, short) - Static method in class com.landawn.abacus.util.ShortMatrix
 
range(byte, byte) - Static method in class com.landawn.abacus.util.stream.ByteStream
 
range(byte, byte, byte) - Static method in class com.landawn.abacus.util.stream.ByteStream
 
range(char, char) - Static method in class com.landawn.abacus.util.stream.CharStream
 
range(char, char, int) - Static method in class com.landawn.abacus.util.stream.CharStream
 
range(int, int) - Static method in class com.landawn.abacus.util.stream.IntStream
 
range(int, int, int) - Static method in class com.landawn.abacus.util.stream.IntStream
 
range(long, long) - Static method in class com.landawn.abacus.util.stream.LongStream
 
range(long, long, long) - Static method in class com.landawn.abacus.util.stream.LongStream
 
range(short, short) - Static method in class com.landawn.abacus.util.stream.ShortStream
 
range(short, short, short) - Static method in class com.landawn.abacus.util.stream.ShortStream
 
Range.BoundType - Enum in com.landawn.abacus.util
 
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(byte, byte) - Static method in class com.landawn.abacus.util.ByteList
 
rangeClosed(byte, byte, byte) - Static method in class com.landawn.abacus.util.ByteList
 
rangeClosed(byte, byte) - Static method in class com.landawn.abacus.util.ByteMatrix
 
rangeClosed(byte, byte, byte) - Static method in class com.landawn.abacus.util.ByteMatrix
 
rangeClosed(char, char) - Static method in class com.landawn.abacus.util.CharList
 
rangeClosed(char, char, int) - Static method in class com.landawn.abacus.util.CharList
 
rangeClosed(char, char) - Static method in class com.landawn.abacus.util.CharMatrix
 
rangeClosed(char, char, int) - Static method in class com.landawn.abacus.util.CharMatrix
 
rangeClosed(int, int) - Static method in class com.landawn.abacus.util.IntList
 
rangeClosed(int, int, int) - Static method in class com.landawn.abacus.util.IntList
 
rangeClosed(int, int) - Static method in class com.landawn.abacus.util.IntMatrix
 
rangeClosed(int, int, int) - Static method in class com.landawn.abacus.util.IntMatrix
 
rangeClosed(long, long) - Static method in class com.landawn.abacus.util.LongList
 
rangeClosed(long, long, long) - Static method in class com.landawn.abacus.util.LongList
 
rangeClosed(long, long) - Static method in class com.landawn.abacus.util.LongMatrix
 
rangeClosed(long, long, long) - Static method in class com.landawn.abacus.util.LongMatrix
 
rangeClosed(short, short) - Static method in class com.landawn.abacus.util.ShortList
 
rangeClosed(short, short, short) - Static method in class com.landawn.abacus.util.ShortList
 
rangeClosed(short, short) - Static method in class com.landawn.abacus.util.ShortMatrix
 
rangeClosed(short, short, short) - Static method in class com.landawn.abacus.util.ShortMatrix
 
rangeClosed(byte, byte) - Static method in class com.landawn.abacus.util.stream.ByteStream
 
rangeClosed(byte, byte, byte) - Static method in class com.landawn.abacus.util.stream.ByteStream
 
rangeClosed(char, char) - Static method in class com.landawn.abacus.util.stream.CharStream
 
rangeClosed(char, char, int) - Static method in class com.landawn.abacus.util.stream.CharStream
 
rangeClosed(int, int) - Static method in class com.landawn.abacus.util.stream.IntStream
 
rangeClosed(int, int, int) - Static method in class com.landawn.abacus.util.stream.IntStream
 
rangeClosed(long, long) - Static method in class com.landawn.abacus.util.stream.LongStream
 
rangeClosed(long, long, long) - Static method in class com.landawn.abacus.util.stream.LongStream
 
rangeClosed(short, short) - Static method in class com.landawn.abacus.util.stream.ShortStream
 
rangeClosed(short, short, short) - Static method in class com.landawn.abacus.util.stream.ShortStream
 
rangeMap(BiPredicate<? super T, ? super T>, BiFunction<? super T, ? super T, ? extends U>) - Method in class com.landawn.abacus.util.stream.Stream
Note: copied from StreamEx: https://github.com/amaembo/streamex
Returns a stream consisting of results of applying the given function to the ranges created from the source elements.
RateLimiter - Class in com.landawn.abacus.util
Note: Copied from Google Guava under Apache License v2.0

A rate limiter.
read() - Method in class com.landawn.abacus.hash.HashingInputStream
Reads the next byte of data from the underlying input stream and updates the hasher with the byte read.
read(byte[], int, int) - Method in class com.landawn.abacus.hash.HashingInputStream
Reads the specified bytes of data from the underlying input stream and updates the hasher with the bytes read.
read(Class<? extends T>, String) - Method in interface com.landawn.abacus.parser.ObjectMapper
 
read(Class<? extends T>, String, C) - Method in interface com.landawn.abacus.parser.ObjectMapper
 
read(Class<? extends T>, File) - Method in interface com.landawn.abacus.parser.ObjectMapper
 
read(Class<? extends T>, File, C) - Method in interface com.landawn.abacus.parser.ObjectMapper
 
read(Class<? extends T>, InputStream) - Method in interface com.landawn.abacus.parser.ObjectMapper
 
read(Class<? extends T>, InputStream, C) - Method in interface com.landawn.abacus.parser.ObjectMapper
 
read(Class<? extends T>, Reader) - Method in interface com.landawn.abacus.parser.ObjectMapper
 
read(Class<? extends T>, Reader, C) - Method in interface com.landawn.abacus.parser.ObjectMapper
 
read(File, byte[], int, int) - 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[], int, int) - Static method in class com.landawn.abacus.util.IOUtil
 
read(Reader, char[], int, int) - Static method in class com.landawn.abacus.util.IOUtil
 
READ_TIMEOUT - Static variable in class com.landawn.abacus.http.HTTP
 
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, 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, 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
 
readFrom(InputStream, BiConsumer<? super T, ? super Hasher>) - Static method in class com.landawn.abacus.hash.BloomFilter
Reads a byte stream, which was written by BloomFilter.writeTo(OutputStream), into a BloomFilter<T>.
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, 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, 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
 
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
 
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
 
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
 
readString(Reader, long, int) - Static method in class com.landawn.abacus.util.IOUtil
 
readTimeout(long) - Method in class com.landawn.abacus.http.HttpClient.Request
 
readTimeout(long) - Method in class com.landawn.abacus.http.OKHttpClient.Request
 
reduce(Try.BooleanBinaryOperator<E>) - Method in class com.landawn.abacus.util.BooleanList
This is equivalent to:
reduce(boolean, Try.BooleanBinaryOperator<E>) - Method in class com.landawn.abacus.util.BooleanList
This is equivalent to:
reduce(Try.ByteBinaryOperator<E>) - Method in class com.landawn.abacus.util.ByteList
This is equivalent to:
reduce(byte, Try.ByteBinaryOperator<E>) - Method in class com.landawn.abacus.util.ByteList
This is equivalent to:
reduce(Try.CharBinaryOperator<E>) - Method in class com.landawn.abacus.util.CharList
This is equivalent to:
reduce(char, Try.CharBinaryOperator<E>) - Method in class com.landawn.abacus.util.CharList
This is equivalent to:
reduce(Try.DoubleBinaryOperator<E>) - Method in class com.landawn.abacus.util.DoubleList
This is equivalent to:
reduce(double, Try.DoubleBinaryOperator<E>) - Method in class com.landawn.abacus.util.DoubleList
This is equivalent to:
reduce(Try.FloatBinaryOperator<E>) - Method in class com.landawn.abacus.util.FloatList
This is equivalent to:
reduce(float, Try.FloatBinaryOperator<E>) - Method in class com.landawn.abacus.util.FloatList
This is equivalent to:
reduce() - Method in class com.landawn.abacus.util.Fraction
Reduce the fraction to the smallest values for the numerator and denominator, returning the result.
reduce(Try.IntBinaryOperator<E>) - Method in class com.landawn.abacus.util.IntList
This is equivalent to:
reduce(int, Try.IntBinaryOperator<E>) - Method in class com.landawn.abacus.util.IntList
This is equivalent to:
reduce(Try.LongBinaryOperator<E>) - Method in class com.landawn.abacus.util.LongList
This is equivalent to:
reduce(long, Try.LongBinaryOperator<E>) - Method in class com.landawn.abacus.util.LongList
This is equivalent to:
reduce(Try.BinaryOperator<T, E>) - Method in class com.landawn.abacus.util.Seq
This is equivalent to:
reduce(U, Try.BiFunction<U, ? super T, U, E>) - Method in class com.landawn.abacus.util.Seq
This is equivalent to:
reduce(Try.ShortBinaryOperator<E>) - Method in class com.landawn.abacus.util.ShortList
This is equivalent to:
reduce(short, Try.ShortBinaryOperator<E>) - Method in class com.landawn.abacus.util.ShortList
This is equivalent to:
reduce(byte, ByteBinaryOperator) - Method in class com.landawn.abacus.util.stream.ByteStream
Performs a reduction on the elements of this stream, using the provided identity value and an associative accumulation function, and returns the reduced value.
reduce(ByteBinaryOperator) - Method in class com.landawn.abacus.util.stream.ByteStream
Performs a reduction on the elements of this stream, using an associative accumulation function, and returns an OptionalByte describing the reduced value, if any.
reduce(char, CharBinaryOperator) - Method in class com.landawn.abacus.util.stream.CharStream
Performs a reduction on the elements of this stream, using the provided identity value and an associative accumulation function, and returns the reduced value.
reduce(CharBinaryOperator) - Method in class com.landawn.abacus.util.stream.CharStream
Performs a reduction on the elements of this stream, using an associative accumulation function, and returns an OptionalChar describing the reduced value, if any.
reduce(double, DoubleBinaryOperator) - Method in class com.landawn.abacus.util.stream.DoubleStream
Performs a reduction on the elements of this stream, using the provided identity value and an associative accumulation function, and returns the reduced value.
reduce(DoubleBinaryOperator) - Method in class com.landawn.abacus.util.stream.DoubleStream
Performs a reduction on the elements of this stream, using an associative accumulation function, and returns an OptionalDouble describing the reduced value, if any.
reduce(Map.Entry<K, V>, BinaryOperator<Map.Entry<K, V>>) - Method in class com.landawn.abacus.util.stream.EntryStream
 
reduce(BinaryOperator<Map.Entry<K, V>>) - Method in class com.landawn.abacus.util.stream.EntryStream
 
reduce(U, BiFunction<U, ? super Map.Entry<K, V>, U>, BinaryOperator<U>) - Method in class com.landawn.abacus.util.stream.EntryStream
 
reduce(U, BiFunction<U, ? super Map.Entry<K, V>, U>) - Method in class com.landawn.abacus.util.stream.EntryStream
 
reduce(float, FloatBinaryOperator) - Method in class com.landawn.abacus.util.stream.FloatStream
Performs a reduction on the elements of this stream, using the provided identity value and an associative accumulation function, and returns the reduced value.
reduce(FloatBinaryOperator) - Method in class com.landawn.abacus.util.stream.FloatStream
Performs a reduction on the elements of this stream, using an associative accumulation function, and returns an OptionalFloat describing the reduced value, if any.
reduce(int, IntBinaryOperator) - Method in class com.landawn.abacus.util.stream.IntStream
Performs a reduction on the elements of this stream, using the provided identity value and an associative accumulation function, and returns the reduced value.
reduce(IntBinaryOperator) - Method in class com.landawn.abacus.util.stream.IntStream
Performs a reduction on the elements of this stream, using an associative accumulation function, and returns an OptionalInt describing the reduced value, if any.
reduce(long, LongBinaryOperator) - Method in class com.landawn.abacus.util.stream.LongStream
Performs a reduction on the elements of this stream, using the provided identity value and an associative accumulation function, and returns the reduced value.
reduce(LongBinaryOperator) - Method in class com.landawn.abacus.util.stream.LongStream
Performs a reduction on the elements of this stream, using an associative accumulation function, and returns an OptionalLong describing the reduced value, if any.
reduce(short, ShortBinaryOperator) - Method in class com.landawn.abacus.util.stream.ShortStream
Performs a reduction on the elements of this stream, using the provided identity value and an associative accumulation function, and returns the reduced value.
reduce(ShortBinaryOperator) - Method in class com.landawn.abacus.util.stream.ShortStream
Performs a reduction on the elements of this stream, using an associative accumulation function, and returns an OptionalShort describing the reduced value, if any.
reduce(T, BinaryOperator<T>) - Method in class com.landawn.abacus.util.stream.Stream
Performs a reduction on the elements of this stream, using the provided identity value and an associative accumulation function, and returns the reduced value.
reduce(BinaryOperator<T>) - Method in class com.landawn.abacus.util.stream.Stream
Performs a reduction on the elements of this stream, using an associative accumulation function, and returns an Optional describing the reduced value, if any.
reduce(U, BiFunction<U, ? super T, U>, BinaryOperator<U>) - Method in class com.landawn.abacus.util.stream.Stream
Performs a reduction on the elements of this stream, using the provided identity, accumulation and combining functions.
reduce(U, BiFunction<U, ? super T, U>) - Method in class com.landawn.abacus.util.stream.Stream
The result will be merged by: a.addAll(b) if result container is Collection/Multiset/LongMultiset/IntList/CharList/..., or a.putAll(b) if result container is Map/Multimap/Sheet, or a.append(b) if result container is StringBuilder, or N.concat(a, b) if result container is array: boolean[]/char[]/int[]/.../Object[] when it's necessary in Parallel Stream.
reducing(T, BinaryOperator<T>) - Static method in class com.landawn.abacus.util.stream.Collectors
Returns a Collector which performs a reduction of its input elements under a specified BinaryOperator using the provided identity.
reducing(BinaryOperator<T>) - Static method in class com.landawn.abacus.util.stream.Collectors
Returns a Collector which performs a reduction of its input elements under a specified BinaryOperator.
reducing(U, Function<? super T, ? extends U>, BinaryOperator<U>) - Static method in class com.landawn.abacus.util.stream.Collectors
Returns a Collector which performs a reduction of its input elements under a specified mapping function and BinaryOperator.
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(Function<? super T, ? extends U>, BinaryOperator<U>, Supplier<? extends X>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
Reflection<T> - Class in com.landawn.abacus.util
Add reflectasm library to build path for better performance.
register(Object) - Method in class com.landawn.abacus.eventBus.EventBus
 
register(Object, String) - Method in class com.landawn.abacus.eventBus.EventBus
 
register(Object, ThreadMode) - Method in class com.landawn.abacus.eventBus.EventBus
 
register(Object, String, ThreadMode) - Method in class com.landawn.abacus.eventBus.EventBus
Register the subscriber with the specified eventId and threadMode.
register(Subscriber<T>, String) - Method in class com.landawn.abacus.eventBus.EventBus
 
register(Subscriber<T>, String, ThreadMode) - Method in class com.landawn.abacus.eventBus.EventBus
 
register(Class<?>, int) - Method in class com.landawn.abacus.parser.KryoParser
 
register(Class<?>, Serializer<?>) - Method in class com.landawn.abacus.parser.KryoParser
 
registerColumnName(String, Map<String, String>) - Static method in class com.landawn.abacus.util.CQLBuilder
Register the irregular column names which can not be converted from property name by naming policy.
registerEntityId(Class<?>, String) - Static method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
registerEntityPropColumnNameMap(String, Map<String, String>) - Static method in class com.landawn.abacus.util.SQLBuilder
Register the irregular column names which can not be converted from property name by naming policy.
registerIdProeprty(Class<?>, String) - Static method in class com.landawn.abacus.util.CouchbaseExecutor
The object id ("_id") property will be read from/write to the specified property
registerIdProeprty(Class<?>, String) - Static method in class com.landawn.abacus.util.MongoDBExecutor
The object id ("_id") property will be read from/write to the specified property
registerJSONPropNameMapper(Class<?>, Map<String, String>) - Static method in class com.landawn.abacus.parser.ParserFactory
 
registerKeys(Class<?>, Collection<String>) - Static method in class com.landawn.abacus.util.CassandraExecutor
 
registerNonEntityClass(Class<?>) - Static method in class com.landawn.abacus.util.ClassUtil
 
registerNonPropGetSetMethod(Class<?>, String) - Static method in class com.landawn.abacus.util.ClassUtil
 
registerNonSubEntityPropNames(Class<?>, Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder
 
registerNonUpdatableProps(Class<?>, Collection<String>) - Static method in class com.landawn.abacus.util.SQLExecutor.Mapper
The properties will be ignored by update/updateAll/batchUpdate operations if the input is an entity.
registerPropGetSetMethod(String, Method) - Static method in class com.landawn.abacus.util.ClassUtil
 
registerReadOnlyProps(Class<?>, Collection<String>) - Static method in class com.landawn.abacus.android.util.SQLiteExecutor
The properties will be excluded by add/addAll/batchAdd and update/updateAll/batchUpdate operations if the input is an entity.
registerReadOnlyProps(Class<?>, Collection<String>) - Static method in class com.landawn.abacus.util.SQLExecutor.Mapper
The field will be excluded by add/addAll/batchAdd and update/updateAll/batchUpdate operations if the input is an entity.
registerRowKeyProperty(Class<?>, String) - Static method in class com.landawn.abacus.util.HBaseExecutor
The row key property will be read from/write to the specified property
registerWriteOnlyProps(Class<?>, Collection<String>) - Static method in class com.landawn.abacus.android.util.SQLiteExecutor
The properties will be ignored by update/updateAll/batchUpdate operations if the input is an entity.
registerXMLBindingClass(Class<?>) - Static method in class com.landawn.abacus.parser.ParserFactory
 
registerXMLBindingClassForPropGetSetMethod(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 specificatio Otherwise, it will be ignored if not registered by calling this method.
registerXMLPropNameMapper(Class<?>, Map<String, String>) - Static method in class com.landawn.abacus.parser.ParserFactory
 
RemoteExecutionResponse - Class in com.landawn.abacus.util
 
RemoteExecutionResponse() - Constructor for class com.landawn.abacus.util.RemoteExecutionResponse
 
RemoteExecutor - Class in com.landawn.abacus.util
Execute the code/method on remote severs, without deploying changes to the target servers first.
RemoteExecutor(String) - Constructor for class com.landawn.abacus.util.RemoteExecutor
 
RemoteExecutor(String, Predicate<? super String>) - Constructor for class com.landawn.abacus.util.RemoteExecutor
 
RemoteExecutor(Collection<String>) - Constructor for class com.landawn.abacus.util.RemoteExecutor
 
RemoteExecutor(Collection<String>, Predicate<? super String>) - Constructor for class com.landawn.abacus.util.RemoteExecutor
 
RemoteTask<T,R> - Interface in com.landawn.abacus.util
Anonymous classes are supported except the ones created by lambda.
RemoteTask.OperationType - Enum in com.landawn.abacus.util
 
RemoteTask.RunMode - Enum in com.landawn.abacus.util
 
remove(K) - Method in class com.landawn.abacus.cache.CaffeineCache
 
remove(K) - Method in class com.landawn.abacus.cache.Ehcache
 
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 interface com.landawn.abacus.EntityId
Method remove.
remove(Object) - Method in class com.landawn.abacus.http.Headers
 
remove(K) - Method in class com.landawn.abacus.pool.GenericKeyedObjectPool
 
remove(K) - Method in interface com.landawn.abacus.pool.KeyedObjectPool
Method remove.
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(boolean) - Method in class com.landawn.abacus.util.BooleanList
 
remove(boolean) - Method in class com.landawn.abacus.util.Builder.BooleanListBuilder
 
remove(byte) - Method in class com.landawn.abacus.util.Builder.ByteListBuilder
 
remove(char) - Method in class com.landawn.abacus.util.Builder.CharListBuilder
 
remove(Object) - Method in class com.landawn.abacus.util.Builder.CollectionBuilder
 
remove(double) - Method in class com.landawn.abacus.util.Builder.DoubleListBuilder
 
remove(float) - Method in class com.landawn.abacus.util.Builder.FloatListBuilder
 
remove(int) - Method in class com.landawn.abacus.util.Builder.IntListBuilder
 
remove(int) - Method in class com.landawn.abacus.util.Builder.ListBuilder
 
remove(long) - Method in class com.landawn.abacus.util.Builder.LongListBuilder
 
remove(Object) - Method in class com.landawn.abacus.util.Builder.LongMultisetBuilder
 
remove(Object) - Method in class com.landawn.abacus.util.Builder.MapBuilder
 
remove(Object, Object) - Method in class com.landawn.abacus.util.Builder.MultimapBuilder
 
remove(Object) - Method in class com.landawn.abacus.util.Builder.MultisetBuilder
 
remove(short) - Method in class com.landawn.abacus.util.Builder.ShortListBuilder
 
remove(byte) - Method in class com.landawn.abacus.util.ByteList
 
remove(char) - Method in class com.landawn.abacus.util.CharList
 
remove(String) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
remove(String, long, TimeUnit) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
remove(Class<T>, String) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
remove(Class<T>, String, long, TimeUnit) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
remove(T) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
remove(T, long, TimeUnit) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
remove(String) - Method in class com.landawn.abacus.util.CQLMapper
 
remove(double) - Method in class com.landawn.abacus.util.DoubleList
 
remove(float) - Method in class com.landawn.abacus.util.FloatList
 
remove() - Method in class com.landawn.abacus.util.ImmutableIterator
Deprecated.
- UnsupportedOperationException
remove(int) - Method in class com.landawn.abacus.util.ImmutableList
Deprecated.
Unsupported operation.
remove(Object) - Method in class com.landawn.abacus.util.ImmutableMap
Deprecated.
Unsupported operation.
remove(Object, Object) - Method in class com.landawn.abacus.util.ImmutableMap
Deprecated.
Unsupported operation.
remove(int) - Method in class com.landawn.abacus.util.IntList
 
remove(long) - Method in class com.landawn.abacus.util.LongList
 
remove(Object) - Method in class com.landawn.abacus.util.LongMultiset
Remove one occurrence from the specified elements.
remove(Object, long) - Method in class com.landawn.abacus.util.LongMultiset
Remove the specified occurrences from the specified element.
remove(Map<K, V>, Map.Entry<?, ?>) - Static method in class com.landawn.abacus.util.Maps
 
remove(Map<K, V>, Object, Object) - Static method in class com.landawn.abacus.util.Maps
Removes the entry for the specified key only if it is currently mapped to the specified value.
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 element from the specified array.
remove(char[], char) - Static method in class com.landawn.abacus.util.N
Removes the first occurrence of the specified element from the specified array.
remove(byte[], byte) - Static method in class com.landawn.abacus.util.N
Removes the first occurrence of the specified element from the specified array.
remove(short[], short) - Static method in class com.landawn.abacus.util.N
Removes the first occurrence of the specified element from the specified array.
remove(int[], int) - Static method in class com.landawn.abacus.util.N
Removes the first occurrence of the specified element from the specified array.
remove(long[], long) - Static method in class com.landawn.abacus.util.N
Removes the first occurrence of the specified element from the specified array.
remove(float[], float) - Static method in class com.landawn.abacus.util.N
Removes the first occurrence of the specified element from the specified array.
remove(double[], double) - Static method in class com.landawn.abacus.util.N
Removes the first occurrence of the specified element from the specified array.
remove(T[], Object) - Static method in class com.landawn.abacus.util.N
Removes the first occurrence of the specified element from the specified array.
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.
remove(Object, Object) - Method in class com.landawn.abacus.util.Sheet
 
remove(int, int) - Method in class com.landawn.abacus.util.Sheet
 
remove(IntPair) - Method in class com.landawn.abacus.util.Sheet
 
remove(short) - Method in class com.landawn.abacus.util.ShortList
 
remove(String) - Method in class com.landawn.abacus.util.SQLMapper
 
removeAll(Collection<String>) - Method in interface com.landawn.abacus.EntityId
 
removeAll(Collection<?>) - Method in class com.landawn.abacus.util.ArrayHashSet
 
removeAll(BooleanList) - Method in class com.landawn.abacus.util.BooleanList
 
removeAll(boolean[]) - Method in class com.landawn.abacus.util.BooleanList
 
removeAll(BooleanList) - Method in class com.landawn.abacus.util.Builder.BooleanListBuilder
 
removeAll(ByteList) - Method in class com.landawn.abacus.util.Builder.ByteListBuilder
 
removeAll(CharList) - Method in class com.landawn.abacus.util.Builder.CharListBuilder
 
removeAll(Collection<?>) - Method in class com.landawn.abacus.util.Builder.CollectionBuilder
 
removeAll(DoubleList) - Method in class com.landawn.abacus.util.Builder.DoubleListBuilder
 
removeAll(FloatList) - Method in class com.landawn.abacus.util.Builder.FloatListBuilder
 
removeAll(IntList) - Method in class com.landawn.abacus.util.Builder.IntListBuilder
 
removeAll(LongList) - Method in class com.landawn.abacus.util.Builder.LongListBuilder
 
removeAll(Collection<?>) - Method in class com.landawn.abacus.util.Builder.LongMultisetBuilder
 
removeAll(Map<? extends T, Long>) - Method in class com.landawn.abacus.util.Builder.LongMultisetBuilder
 
removeAll(LongMultiset<? extends T>) - Method in class com.landawn.abacus.util.Builder.LongMultisetBuilder
 
removeAll(Collection<?>) - Method in class com.landawn.abacus.util.Builder.MapBuilder
 
removeAll(Object) - Method in class com.landawn.abacus.util.Builder.MultimapBuilder
 
removeAll(Object, Collection<?>) - Method in class com.landawn.abacus.util.Builder.MultimapBuilder
 
removeAll(Map<? extends K, ? extends E>) - Method in class com.landawn.abacus.util.Builder.MultimapBuilder
 
removeAll(Multimap<?, ?, ?>) - Method in class com.landawn.abacus.util.Builder.MultimapBuilder
 
removeAll(Collection<?>) - Method in class com.landawn.abacus.util.Builder.MultisetBuilder
 
removeAll(Map<? extends T, Integer>) - Method in class com.landawn.abacus.util.Builder.MultisetBuilder
 
removeAll(Multiset<? extends T>) - Method in class com.landawn.abacus.util.Builder.MultisetBuilder
 
removeAll(ShortList) - Method in class com.landawn.abacus.util.Builder.ShortListBuilder
 
removeAll(ByteList) - Method in class com.landawn.abacus.util.ByteList
 
removeAll(byte[]) - Method in class com.landawn.abacus.util.ByteList
 
removeAll(CharList) - Method in class com.landawn.abacus.util.CharList
 
removeAll(char[]) - Method in class com.landawn.abacus.util.CharList
 
removeAll(DoubleList) - Method in class com.landawn.abacus.util.DoubleList
 
removeAll(double[]) - Method in class com.landawn.abacus.util.DoubleList
 
removeAll(FloatList) - Method in class com.landawn.abacus.util.FloatList
 
removeAll(float[]) - Method in class com.landawn.abacus.util.FloatList
 
removeAll(IntList) - Method in class com.landawn.abacus.util.IntList
 
removeAll(int[]) - Method in class com.landawn.abacus.util.IntList
 
removeAll(LongList) - Method in class com.landawn.abacus.util.LongList
 
removeAll(long[]) - Method in class com.landawn.abacus.util.LongList
 
removeAll(Collection<?>) - Method in class com.landawn.abacus.util.LongMultiset
Removes all of this Multiset's elements that are also contained in the specified collection (optional operation).
removeAll(Collection<?>, long) - Method in class com.landawn.abacus.util.LongMultiset
Remove the specified occurrences from the specified elements.
removeAll(Map<?, Long>) - Method in class com.landawn.abacus.util.LongMultiset
 
removeAll(LongMultiset<?>) - Method in class com.landawn.abacus.util.LongMultiset
 
removeAll(Object) - Method in class com.landawn.abacus.util.Multimap
 
removeAll(Object, Collection<?>) - Method in class com.landawn.abacus.util.Multimap
 
removeAll(Map<? extends K, ? extends E>) - 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", 2)); // -> {a=[1, 2], b=[2]} SetMultimap setMultimap = SetMultimap.of("a", 1, "b", 2, "a", 2); // -> {a=[1, 2, 2], b=[2]} setMultimap.removeAll(N.asMap("a", 2)); // -> {a=[1], b=[2]}
removeAll(Multimap<?, ?, ?>) - Method in class com.landawn.abacus.util.Multimap
 
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
Remove the specified occurrences from the specified elements.
removeAll(Map<?, Integer>) - Method in class com.landawn.abacus.util.Multiset
 
removeAll(Multiset<?>) - Method in class com.landawn.abacus.util.Multiset
 
removeAll(String, char) - Static method in class com.landawn.abacus.util.N
Removes all occurrences of a character from within the source string.
removeAll(String, int, char) - Static method in class com.landawn.abacus.util.N
 
removeAll(String, String) - Static method in class com.landawn.abacus.util.N
Removes all occurrences of a substring from within the source string.
removeAll(String, int, String) - Static method in class com.landawn.abacus.util.N
 
removeAll(boolean[], boolean...) - Static method in class com.landawn.abacus.util.N
Returns a new array with removes all the occurrences of specified elements from a
removeAll(char[], char...) - Static method in class com.landawn.abacus.util.N
Returns a new array with removes all the occurrences of specified elements from a
removeAll(byte[], byte...) - Static method in class com.landawn.abacus.util.N
Returns a new array with removes all the occurrences of specified elements from a
removeAll(short[], short...) - Static method in class com.landawn.abacus.util.N
Returns a new array with removes all the occurrences of specified elements from a
removeAll(int[], int...) - Static method in class com.landawn.abacus.util.N
Returns a new array with removes all the occurrences of specified elements from a
removeAll(long[], long...) - Static method in class com.landawn.abacus.util.N
Returns a new array with removes all the occurrences of specified elements from a
removeAll(float[], float...) - Static method in class com.landawn.abacus.util.N
Returns a new array with removes all the occurrences of specified elements from a
removeAll(double[], double...) - Static method in class com.landawn.abacus.util.N
Returns a new array with removes all the occurrences of specified elements from a
removeAll(T[], Object...) - Static method in class com.landawn.abacus.util.N
Returns a new array with removes all the occurrences of specified elements from a
removeAll(Collection<?>, Object...) - Static method in class com.landawn.abacus.util.N
 
removeAll(A) - Method in class com.landawn.abacus.util.PrimitiveList
 
removeAll(ShortList) - Method in class com.landawn.abacus.util.ShortList
 
removeAll(short[]) - Method in class com.landawn.abacus.util.ShortList
 
removeAllIf(Collection<?>, Try.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<?>, Try.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(Try.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(Try.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(boolean) - Method in class com.landawn.abacus.util.BooleanList
 
removeAllOccurrences(byte) - Method in class com.landawn.abacus.util.ByteList
 
removeAllOccurrences(char) - Method in class com.landawn.abacus.util.CharList
 
removeAllOccurrences(double) - Method in class com.landawn.abacus.util.DoubleList
 
removeAllOccurrences(float) - Method in class com.landawn.abacus.util.FloatList
 
removeAllOccurrences(int) - Method in class com.landawn.abacus.util.IntList
 
removeAllOccurrences(long) - Method in class com.landawn.abacus.util.LongList
 
removeAllOccurrences(Object) - Method in class com.landawn.abacus.util.LongMultiset
 
removeAllOccurrences(Object) - Method in class com.landawn.abacus.util.Multiset
 
removeAllOccurrences(boolean[], boolean) - Static method in class com.landawn.abacus.util.N
Removes all the occurrences of the specified element from the specified array.
removeAllOccurrences(char[], char) - Static method in class com.landawn.abacus.util.N
Removes all the occurrences of the specified element from the specified array.
removeAllOccurrences(byte[], byte) - Static method in class com.landawn.abacus.util.N
Removes all the occurrences of the specified element from the specified array.
removeAllOccurrences(short[], short) - Static method in class com.landawn.abacus.util.N
Removes all the occurrences of the specified element from the specified array.
removeAllOccurrences(int[], int) - Static method in class com.landawn.abacus.util.N
Removes all the occurrences of the specified element from the specified array.
removeAllOccurrences(long[], long) - Static method in class com.landawn.abacus.util.N
Removes all the occurrences of the specified element from the specified array.
removeAllOccurrences(float[], float) - Static method in class com.landawn.abacus.util.N
Removes all the occurrences of the specified element from the specified array.
removeAllOccurrences(double[], double) - Static method in class com.landawn.abacus.util.N
Removes all the occurrences of the specified element from the specified array.
removeAllOccurrences(T[], Object) - Static method in class com.landawn.abacus.util.N
Removes all the occurrences of the specified element from the specified array.
removeAllOccurrences(Collection<?>, Object) - Static method in class com.landawn.abacus.util.N
 
removeAllOccurrences(short) - Method in class com.landawn.abacus.util.ShortList
 
removeAllOccurrencesIf(Try.Predicate<? super T, E>) - Method in class com.landawn.abacus.util.LongMultiset
 
removeAllOccurrencesIf(Try.BiPredicate<? super T, ? super Long, E>) - Method in class com.landawn.abacus.util.LongMultiset
 
removeAllOccurrencesIf(Try.Predicate<? super T, E>) - Method in class com.landawn.abacus.util.Multiset
 
removeAllOccurrencesIf(Try.BiPredicate<? super T, ? super Integer, E>) - Method in class com.landawn.abacus.util.Multiset
 
removeAllStickyEvents() - Method in class com.landawn.abacus.eventBus.EventBus
Removes all sticky events.
removeAndGet(Object) - Method in class com.landawn.abacus.util.LongMultiset
 
removeAndGet(Object, long) - Method in class com.landawn.abacus.util.LongMultiset
 
removeAndGet(Object) - Method in class com.landawn.abacus.util.Multiset
 
removeAndGet(Object, int) - Method in class com.landawn.abacus.util.Multiset
 
removeByValue(Object) - Method in class com.landawn.abacus.util.BiMap
 
removeColumn(String) - Method in interface com.landawn.abacus.DataSet
Remove the column with the specified columnName from this DataSet.
removeColumn(String) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
 
removeColumn(Object) - Method in class com.landawn.abacus.util.Sheet
 
removeColumnAll(Collection<String>) - Method in interface com.landawn.abacus.DataSet
Remove the column(s) with the specified columnNames from this DataSet.
removeColumnAll(Collection<String>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
 
removeDuplicates(boolean[]) - Static method in class com.landawn.abacus.util.N
 
removeDuplicates(boolean[], boolean) - Static method in class com.landawn.abacus.util.N
 
removeDuplicates(boolean[], int, int, boolean) - Static method in class com.landawn.abacus.util.N
 
removeDuplicates(char[]) - Static method in class com.landawn.abacus.util.N
 
removeDuplicates(char[], boolean) - Static method in class com.landawn.abacus.util.N
 
removeDuplicates(char[], int, int, boolean) - Static method in class com.landawn.abacus.util.N
 
removeDuplicates(byte[]) - Static method in class com.landawn.abacus.util.N
 
removeDuplicates(byte[], boolean) - Static method in class com.landawn.abacus.util.N
 
removeDuplicates(byte[], int, int, boolean) - Static method in class com.landawn.abacus.util.N
 
removeDuplicates(short[]) - Static method in class com.landawn.abacus.util.N
 
removeDuplicates(short[], boolean) - Static method in class com.landawn.abacus.util.N
 
removeDuplicates(short[], int, int, boolean) - Static method in class com.landawn.abacus.util.N
 
removeDuplicates(int[]) - Static method in class com.landawn.abacus.util.N
 
removeDuplicates(int[], boolean) - Static method in class com.landawn.abacus.util.N
 
removeDuplicates(int[], int, int, boolean) - Static method in class com.landawn.abacus.util.N
 
removeDuplicates(long[]) - Static method in class com.landawn.abacus.util.N
 
removeDuplicates(long[], boolean) - Static method in class com.landawn.abacus.util.N
 
removeDuplicates(long[], int, int, boolean) - Static method in class com.landawn.abacus.util.N
 
removeDuplicates(float[]) - Static method in class com.landawn.abacus.util.N
 
removeDuplicates(float[], boolean) - Static method in class com.landawn.abacus.util.N
 
removeDuplicates(float[], int, int, boolean) - Static method in class com.landawn.abacus.util.N
 
removeDuplicates(double[]) - Static method in class com.landawn.abacus.util.N
 
removeDuplicates(double[], boolean) - Static method in class com.landawn.abacus.util.N
 
removeDuplicates(double[], int, int, boolean) - Static method in class com.landawn.abacus.util.N
 
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
 
removeDuplicates(T[], int, int, boolean) - Static method in class com.landawn.abacus.util.N
 
removeDuplicates(Collection<?>) - Static method in class com.landawn.abacus.util.N
 
removeDuplicates(Collection<?>, boolean) - Static method in class com.landawn.abacus.util.N
 
removeEnd(String, String) - Static method in class com.landawn.abacus.util.N
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.N
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
removeExtension(String) - Static method in class com.landawn.abacus.util.FilenameUtil
Removes the extension from a filename.
removeHeader(String) - Method in class com.landawn.abacus.http.HttpClient.Request
 
removeHeader(String) - Method in class com.landawn.abacus.http.OKHttpClient.Request
 
removeIf(Try.BooleanPredicate<E>) - Method in class com.landawn.abacus.util.BooleanList
 
removeIf(Try.BytePredicate<E>) - Method in class com.landawn.abacus.util.ByteList
 
removeIf(Try.CharPredicate<E>) - Method in class com.landawn.abacus.util.CharList
 
removeIf(Try.DoublePredicate<E>) - Method in class com.landawn.abacus.util.DoubleList
 
removeIf(Try.FloatPredicate<E>) - Method in class com.landawn.abacus.util.FloatList
 
removeIf(Try.IntPredicate<E>) - Method in class com.landawn.abacus.util.IntList
 
removeIf(Try.LongPredicate<E>) - Method in class com.landawn.abacus.util.LongList
 
removeIf(long, Try.Predicate<? super T, E>) - Method in class com.landawn.abacus.util.LongMultiset
 
removeIf(long, Try.BiPredicate<? super T, ? super Long, E>) - Method in class com.landawn.abacus.util.LongMultiset
 
removeIf(Map<K, V>, Try.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, Try.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, Try.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, Try.Predicate<? super T, E>) - Method in class com.landawn.abacus.util.Multiset
 
removeIf(int, Try.BiPredicate<? super T, ? super Integer, E>) - Method in class com.landawn.abacus.util.Multiset
 
removeIf(Try.ShortPredicate<E>) - Method in class com.landawn.abacus.util.ShortList
 
removeIf(P) - Method in interface com.landawn.abacus.util.stream.BaseStream
 
removeIf(P, C) - Method in interface com.landawn.abacus.util.stream.BaseStream
 
removeIf(U, BiPredicate<? super T, ? super U>) - Method in class com.landawn.abacus.util.stream.Stream
 
removeIf(U, BiPredicate<? super T, ? super U>, Consumer<? super T>) - Method in class com.landawn.abacus.util.stream.Stream
 
removeIfKey(Map<K, V>, Try.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>, Try.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
 
removePattern(String, String) - Static method in class com.landawn.abacus.util.N
Removes each substring of the source String that matches the given regular expression using the DOTALL option.
removeProperty(Object) - Static method in class com.landawn.abacus.util.RemoteExecutor
remove global property with the specified key and value.
removeRow(int) - Method in interface com.landawn.abacus.DataSet
 
removeRow(Object) - Method in class com.landawn.abacus.util.Sheet
 
removeRowAll(int...) - Method in interface com.landawn.abacus.DataSet
 
removeRowRange(int, int) - Method in interface com.landawn.abacus.DataSet
 
removeStart(String, String) - Static method in class com.landawn.abacus.util.N
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.N
Case insensitive removal of a substring if it is at the beginning of a source string, otherwise returns the source string.
removeStickyEvent(Object) - Method in class com.landawn.abacus.eventBus.EventBus
Remove the sticky event posted with null event id.
removeStickyEvent(Object, String) - Method in class com.landawn.abacus.eventBus.EventBus
Remove the sticky event posted with the specified eventId.
removeStickyEvents(Class<?>) - Method in class com.landawn.abacus.eventBus.EventBus
Remove the sticky events which can be assigned to specified eventType and posted with null event id.
removeStickyEvents(Class<?>, String) - Method in class com.landawn.abacus.eventBus.EventBus
Remove the sticky events which can be assigned to specified eventType and posted with the specified eventId.
renameColumn(String, String) - Method in interface com.landawn.abacus.DataSet
 
renameColumn(Map<String, String>) - Method in interface com.landawn.abacus.DataSet
 
renameColumn(String, Try.Function<String, String, E>) - Method in interface com.landawn.abacus.DataSet
 
renameColumn(Collection<String>, Try.Function<String, String, E>) - Method in interface com.landawn.abacus.DataSet
 
renameColumn(String, String) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
 
renameColumn(Map<String, String>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
 
renameColumn(String, Try.Function<String, String, E>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
 
renameColumn(Collection<String>, Try.Function<String, String, E>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
 
renameColumn(C, C) - Method in class com.landawn.abacus.util.Sheet
 
renameRow(R, R) - Method in class com.landawn.abacus.util.Sheet
 
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(T, int) - Static method in class com.landawn.abacus.util.Array
 
repeat(boolean, int) - Static method in class com.landawn.abacus.util.BooleanList
 
repeat(boolean, int) - Static method in class com.landawn.abacus.util.BooleanMatrix
 
repeat(byte, int) - Static method in class com.landawn.abacus.util.ByteList
 
repeat(byte, int) - Static method in class com.landawn.abacus.util.ByteMatrix
 
repeat(char, int) - Static method in class com.landawn.abacus.util.CharList
 
repeat(char, int) - Static method in class com.landawn.abacus.util.CharMatrix
 
repeat(double, int) - Static method in class com.landawn.abacus.util.DoubleList
 
repeat(double, int) - Static method in class com.landawn.abacus.util.DoubleMatrix
 
repeat(float, int) - Static method in class com.landawn.abacus.util.FloatList
 
repeat(float, int) - Static method in class com.landawn.abacus.util.FloatMatrix
 
repeat(int, int) - Static method in class com.landawn.abacus.util.IntList
 
repeat(int, int) - Static method in class com.landawn.abacus.util.IntMatrix
 
repeat(T, int) - Static method in class com.landawn.abacus.util.Iterators
 
repeat(long, int) - Static method in class com.landawn.abacus.util.LongList
 
repeat(long, int) - Static method in class com.landawn.abacus.util.LongMatrix
 
repeat(T, int) - Static method in class com.landawn.abacus.util.Matrix
 
repeat(T, int) - Static method in class com.landawn.abacus.util.N
 
repeat(short, int) - Static method in class com.landawn.abacus.util.ShortList
 
repeat(short, int) - Static method in class com.landawn.abacus.util.ShortMatrix
 
repeat(byte, long) - Static method in class com.landawn.abacus.util.stream.ByteStream
 
repeat(char, long) - Static method in class com.landawn.abacus.util.stream.CharStream
 
repeat(double, long) - Static method in class com.landawn.abacus.util.stream.DoubleStream
 
repeat(float, long) - Static method in class com.landawn.abacus.util.stream.FloatStream
 
repeat(int, long) - Static method in class com.landawn.abacus.util.stream.IntStream
 
repeat(long, long) - Static method in class com.landawn.abacus.util.stream.LongStream
 
repeat(short, long) - Static method in class com.landawn.abacus.util.stream.ShortStream
 
repeat(T, long) - Static method in class com.landawn.abacus.util.stream.Stream
 
repeatAll(Collection<T>, int) - Static method in class com.landawn.abacus.util.Iterators
 
repeatAll(Collection<T>, int) - Static method in class com.landawn.abacus.util.N
Seq.repeat(N.asList(1, 2, 3), 2) => [1, 2, 3, 1, 2, 3]
repeatAllToSize(Collection<T>, int) - Static method in class com.landawn.abacus.util.Iterators
 
repeatAllToSize(Collection<T>, int) - Static method in class com.landawn.abacus.util.N
Seq.repeatToSize(N.asList(1, 2, 3), 5) => [1, 2, 3, 1, 2]
repeatEle(Collection<T>, int) - Static method in class com.landawn.abacus.util.Iterators
 
repeatEle(Collection<T>, int) - Static method in class com.landawn.abacus.util.N
Repeats the elements in the specified Collection one by one.
repeatEleToSize(Collection<T>, int) - Static method in class com.landawn.abacus.util.Iterators
 
repeatEleToSize(Collection<T>, int) - Static method in class com.landawn.abacus.util.N
Repeats the elements in the specified Collection one by one till reach the specified size.
repeatt(char, int) - Static method in class com.landawn.abacus.util.N
 
repeatt(char, int, char) - Static method in class com.landawn.abacus.util.N
 
repeatt(String, int) - Static method in class com.landawn.abacus.util.N
 
repeatt(String, int, String) - Static method in class com.landawn.abacus.util.N
 
repelem(int, int) - Method in class com.landawn.abacus.util.AbstractMatrix
Repeat elements rowRepeats times in row direction and colRepeats times in column direction.
repelem(int, int) - Method in class com.landawn.abacus.util.BooleanMatrix
Repeat elements rowRepeats times in row direction and colRepeats times in column direction.
repelem(int, int) - Method in class com.landawn.abacus.util.ByteMatrix
Repeat elements rowRepeats times in row direction and colRepeats times in column direction.
repelem(int, int) - Method in class com.landawn.abacus.util.CharMatrix
Repeat elements rowRepeats times in row direction and colRepeats times in column direction.
repelem(int, int) - Method in class com.landawn.abacus.util.DoubleMatrix
Repeat elements rowRepeats times in row direction and colRepeats times in column direction.
repelem(int, int) - Method in class com.landawn.abacus.util.FloatMatrix
Repeat elements rowRepeats times in row direction and colRepeats times in column direction.
repelem(int, int) - Method in class com.landawn.abacus.util.IntMatrix
Repeat elements rowRepeats times in row direction and colRepeats times in column direction.
repelem(int, int) - Method in class com.landawn.abacus.util.LongMatrix
Repeat elements rowRepeats times in row direction and colRepeats times in column direction.
repelem(int, int) - Method in class com.landawn.abacus.util.Matrix
Repeat elements rowRepeats times in row direction and colRepeats times in column direction.
repelem(int, int) - Method in class com.landawn.abacus.util.ShortMatrix
Repeat elements rowRepeats times in row direction and colRepeats times in column direction.
replace(String, T, long) - Method in class com.landawn.abacus.cache.SpyMemcached
 
replace(String, String, String) - Static method in class com.landawn.abacus.condition.Expression
 
replace(T) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
replace(T, long, TimeUnit) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
replace(K, V, V) - Method in class com.landawn.abacus.util.ImmutableMap
Deprecated.
Unsupported operation.
replace(K, V) - Method in class com.landawn.abacus.util.ImmutableMap
Deprecated.
Unsupported operation.
replace(Map<K, V>, K, V, V) - Static method in class com.landawn.abacus.util.Maps
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(Map<K, V>, K, V) - Static method in class com.landawn.abacus.util.Maps
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(String, Object) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
replace(ObjectId, Object) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
replace(String, String, Object) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
replace(String, ObjectId, Object) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
replace(K, Object, E) - Method in class com.landawn.abacus.util.Multimap
Replaces one of the specified oldValue with the specified newValue.
replace(String, int, String, String, int) - Static method in class com.landawn.abacus.util.N
Replaces a String with another String inside a larger String, for the first max values of the search String.
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.
replaceAll(boolean, boolean) - Method in class com.landawn.abacus.util.BooleanList
 
replaceAll(Try.BooleanUnaryOperator<E>) - Method in class com.landawn.abacus.util.BooleanList
 
replaceAll(byte, byte) - Method in class com.landawn.abacus.util.ByteList
 
replaceAll(Try.ByteUnaryOperator<E>) - Method in class com.landawn.abacus.util.ByteList
 
replaceAll(char, char) - Method in class com.landawn.abacus.util.CharList
 
replaceAll(Try.CharUnaryOperator<E>) - Method in class com.landawn.abacus.util.CharList
 
replaceAll(double, double) - Method in class com.landawn.abacus.util.DoubleList
 
replaceAll(Try.DoubleUnaryOperator<E>) - Method in class com.landawn.abacus.util.DoubleList
 
replaceAll(boolean[], Try.BooleanUnaryOperator<E>) - Static method in class com.landawn.abacus.util.f
 
replaceAll(boolean[][], Try.BooleanUnaryOperator<E>) - Static method in class com.landawn.abacus.util.f
 
replaceAll(boolean[][][], Try.BooleanUnaryOperator<E>) - Static method in class com.landawn.abacus.util.f
 
replaceAll(char[], Try.CharUnaryOperator<E>) - Static method in class com.landawn.abacus.util.f
 
replaceAll(char[][], Try.CharUnaryOperator<E>) - Static method in class com.landawn.abacus.util.f
 
replaceAll(char[][][], Try.CharUnaryOperator<E>) - Static method in class com.landawn.abacus.util.f
 
replaceAll(byte[], Try.ByteUnaryOperator<E>) - Static method in class com.landawn.abacus.util.f
 
replaceAll(byte[][], Try.ByteUnaryOperator<E>) - Static method in class com.landawn.abacus.util.f
 
replaceAll(byte[][][], Try.ByteUnaryOperator<E>) - Static method in class com.landawn.abacus.util.f
 
replaceAll(short[], Try.ShortUnaryOperator<E>) - Static method in class com.landawn.abacus.util.f
 
replaceAll(short[][], Try.ShortUnaryOperator<E>) - Static method in class com.landawn.abacus.util.f
 
replaceAll(short[][][], Try.ShortUnaryOperator<E>) - Static method in class com.landawn.abacus.util.f
 
replaceAll(int[], Try.IntUnaryOperator<E>) - Static method in class com.landawn.abacus.util.f
 
replaceAll(int[][], Try.IntUnaryOperator<E>) - Static method in class com.landawn.abacus.util.f
 
replaceAll(int[][][], Try.IntUnaryOperator<E>) - Static method in class com.landawn.abacus.util.f
 
replaceAll(long[], Try.LongUnaryOperator<E>) - Static method in class com.landawn.abacus.util.f
 
replaceAll(long[][], Try.LongUnaryOperator<E>) - Static method in class com.landawn.abacus.util.f
 
replaceAll(long[][][], Try.LongUnaryOperator<E>) - Static method in class com.landawn.abacus.util.f
 
replaceAll(float[], Try.FloatUnaryOperator<E>) - Static method in class com.landawn.abacus.util.f
 
replaceAll(float[][], Try.FloatUnaryOperator<E>) - Static method in class com.landawn.abacus.util.f
 
replaceAll(float[][][], Try.FloatUnaryOperator<E>) - Static method in class com.landawn.abacus.util.f
 
replaceAll(double[], Try.DoubleUnaryOperator<E>) - Static method in class com.landawn.abacus.util.f
 
replaceAll(double[][], Try.DoubleUnaryOperator<E>) - Static method in class com.landawn.abacus.util.f
 
replaceAll(double[][][], Try.DoubleUnaryOperator<E>) - Static method in class com.landawn.abacus.util.f
 
replaceAll(float, float) - Method in class com.landawn.abacus.util.FloatList
 
replaceAll(Try.FloatUnaryOperator<E>) - Method in class com.landawn.abacus.util.FloatList
 
replaceAll(UnaryOperator<E>) - Method in class com.landawn.abacus.util.ImmutableList
Deprecated.
Unsupported operation.
replaceAll(int, int) - Method in class com.landawn.abacus.util.IntList
 
replaceAll(Try.IntUnaryOperator<E>) - Method in class com.landawn.abacus.util.IntList
 
replaceAll(long, long) - Method in class com.landawn.abacus.util.LongList
 
replaceAll(Try.LongUnaryOperator<E>) - Method in class com.landawn.abacus.util.LongList
 
replaceAll(Try.BiFunction<? super T, ? super Long, Long, E>) - Method in class com.landawn.abacus.util.LongMultiset
The associated elements will be removed if zero or negative occurrences are returned by the specified function.
replaceAll(Map<K, V>, Try.BiFunction<? super K, ? super V, ? extends V, E>) - Static method in class com.landawn.abacus.util.Maps
Replaces each entry's value with the result of invoking the given function on that entry until all entries have been processed or the function throws an exception.
replaceAll(K, Collection<?>, E) - Method in class com.landawn.abacus.util.Multimap
Replaces all of the specified oldValue with the specified newValue.
replaceAll(Try.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(Try.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(String, String, String) - Static method in class com.landawn.abacus.util.N
Replaces all occurrences of a String within another String.
replaceAll(String, int, String, String) - Static method in class com.landawn.abacus.util.N
 
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(short, short) - Method in class com.landawn.abacus.util.ShortList
 
replaceAll(Try.ShortUnaryOperator<E>) - Method in class com.landawn.abacus.util.ShortList
 
replaceAllIf(Try.Predicate<? super K, X>, Collection<?>, E) - Method in class com.landawn.abacus.util.Multimap
Replace the specified value (all occurrences) from the value set associated with keys which satisfy the specified predicate.
replaceAllIf(Try.BiPredicate<? super K, ? super V, X>, Collection<?>, E) - Method in class com.landawn.abacus.util.Multimap
Replace the specified value (all occurrences) from the value set associated with keys which satisfy the specified predicate.
replaceAllIgnoreCase(String, String, String) - Static method in class com.landawn.abacus.util.N
 
replaceAllIgnoreCase(String, int, String, String) - Static method in class com.landawn.abacus.util.N
 
replaceAlll(T[], Try.UnaryOperator<T, E>) - Static method in class com.landawn.abacus.util.f
 
replaceAlll(T[][], Try.UnaryOperator<T, E>) - Static method in class com.landawn.abacus.util.f
 
replaceAlll(T[][][], Try.UnaryOperator<T, E>) - Static method in class com.landawn.abacus.util.f
 
replaceIf(Try.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(Try.BooleanPredicate<E>, boolean) - Method in class com.landawn.abacus.util.BooleanList
 
replaceIf(Try.BooleanPredicate<E>, boolean) - Method in class com.landawn.abacus.util.BooleanMatrix
 
replaceIf(Try.IntBiPredicate<E>, boolean) - Method in class com.landawn.abacus.util.BooleanMatrix
Replace elements by Predicate.test(i, j) based on points
replaceIf(Try.Predicate<?, E>, Object) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
 
replaceIf(Try.BytePredicate<E>, byte) - Method in class com.landawn.abacus.util.ByteList
 
replaceIf(Try.BytePredicate<E>, byte) - Method in class com.landawn.abacus.util.ByteMatrix
 
replaceIf(Try.IntBiPredicate<E>, byte) - Method in class com.landawn.abacus.util.ByteMatrix
Replace elements by Predicate.test(i, j) based on points
replaceIf(Try.CharPredicate<E>, char) - Method in class com.landawn.abacus.util.CharList
 
replaceIf(Try.CharPredicate<E>, char) - Method in class com.landawn.abacus.util.CharMatrix
 
replaceIf(Try.IntBiPredicate<E>, char) - Method in class com.landawn.abacus.util.CharMatrix
Replace elements by Predicate.test(i, j) based on points
replaceIf(Try.DoublePredicate<E>, double) - Method in class com.landawn.abacus.util.DoubleList
 
replaceIf(Try.DoublePredicate<E>, double) - Method in class com.landawn.abacus.util.DoubleMatrix
 
replaceIf(Try.IntBiPredicate<E>, double) - Method in class com.landawn.abacus.util.DoubleMatrix
Replace elements by Predicate.test(i, j) based on points
replaceIf(boolean[], Try.BooleanPredicate<E>, boolean) - Static method in class com.landawn.abacus.util.f
 
replaceIf(boolean[][], Try.BooleanPredicate<E>, boolean) - Static method in class com.landawn.abacus.util.f
 
replaceIf(boolean[][][], Try.BooleanPredicate<E>, boolean) - Static method in class com.landawn.abacus.util.f
 
replaceIf(char[], Try.CharPredicate<E>, char) - Static method in class com.landawn.abacus.util.f
 
replaceIf(char[][], Try.CharPredicate<E>, char) - Static method in class com.landawn.abacus.util.f
 
replaceIf(char[][][], Try.CharPredicate<E>, char) - Static method in class com.landawn.abacus.util.f
 
replaceIf(byte[], Try.BytePredicate<E>, byte) - Static method in class com.landawn.abacus.util.f
 
replaceIf(byte[][], Try.BytePredicate<E>, byte) - Static method in class com.landawn.abacus.util.f
 
replaceIf(byte[][][], Try.BytePredicate<E>, byte) - Static method in class com.landawn.abacus.util.f
 
replaceIf(short[], Try.ShortPredicate<E>, short) - Static method in class com.landawn.abacus.util.f
 
replaceIf(short[][], Try.ShortPredicate<E>, short) - Static method in class com.landawn.abacus.util.f
 
replaceIf(short[][][], Try.ShortPredicate<E>, short) - Static method in class com.landawn.abacus.util.f
 
replaceIf(int[], Try.IntPredicate<E>, int) - Static method in class com.landawn.abacus.util.f
 
replaceIf(int[][], Try.IntPredicate<E>, int) - Static method in class com.landawn.abacus.util.f
 
replaceIf(int[][][], Try.IntPredicate<E>, int) - Static method in class com.landawn.abacus.util.f
 
replaceIf(long[], Try.LongPredicate<E>, long) - Static method in class com.landawn.abacus.util.f
 
replaceIf(long[][], Try.LongPredicate<E>, long) - Static method in class com.landawn.abacus.util.f
 
replaceIf(long[][][], Try.LongPredicate<E>, long) - Static method in class com.landawn.abacus.util.f
 
replaceIf(float[], Try.FloatPredicate<E>, float) - Static method in class com.landawn.abacus.util.f
 
replaceIf(float[][], Try.FloatPredicate<E>, float) - Static method in class com.landawn.abacus.util.f
 
replaceIf(float[][][], Try.FloatPredicate<E>, float) - Static method in class com.landawn.abacus.util.f
 
replaceIf(double[], Try.DoublePredicate<E>, double) - Static method in class com.landawn.abacus.util.f
 
replaceIf(double[][], Try.DoublePredicate<E>, double) - Static method in class com.landawn.abacus.util.f
 
replaceIf(double[][][], Try.DoublePredicate<E>, double) - Static method in class com.landawn.abacus.util.f
 
replaceIf(Try.FloatPredicate<E>, float) - Method in class com.landawn.abacus.util.FloatList
 
replaceIf(Try.FloatPredicate<E>, float) - Method in class com.landawn.abacus.util.FloatMatrix
 
replaceIf(Try.IntBiPredicate<E>, float) - Method in class com.landawn.abacus.util.FloatMatrix
Replace elements by Predicate.test(i, j) based on points
replaceIf(Try.IntPredicate<E>, int) - Method in class com.landawn.abacus.util.IntList
 
replaceIf(Try.IntPredicate<E>, int) - Method in class com.landawn.abacus.util.IntMatrix
 
replaceIf(Try.IntBiPredicate<E>, int) - Method in class com.landawn.abacus.util.IntMatrix
Replace elements by Predicate.test(i, j) based on points
replaceIf(Try.LongPredicate<E>, long) - Method in class com.landawn.abacus.util.LongList
 
replaceIf(Try.LongPredicate<E>, long) - Method in class com.landawn.abacus.util.LongMatrix
 
replaceIf(Try.IntBiPredicate<E>, long) - Method in class com.landawn.abacus.util.LongMatrix
Replace elements by Predicate.test(i, j) based on points
replaceIf(Try.Predicate<? super T, E>, int) - Method in class com.landawn.abacus.util.LongMultiset
 
replaceIf(Try.BiPredicate<? super T, ? super Long, E>, int) - Method in class com.landawn.abacus.util.LongMultiset
 
replaceIf(Try.Predicate<? super T, E>, T) - Method in class com.landawn.abacus.util.Matrix
 
replaceIf(Try.IntBiPredicate<E>, T) - Method in class com.landawn.abacus.util.Matrix
Replace elements by Predicate.test(i, j) based on points
replaceIf(Try.Predicate<? super K, X>, Object, E) - Method in class com.landawn.abacus.util.Multimap
Replace the specified value (one occurrence) from the value set associated with keys which satisfy the specified predicate.
replaceIf(Try.BiPredicate<? super K, ? super V, X>, Object, E) - Method in class com.landawn.abacus.util.Multimap
Replace the specified value (one occurrence) from the value set associated with keys which satisfy the specified predicate.
replaceIf(Try.Predicate<? super T, E>, int) - Method in class com.landawn.abacus.util.Multiset
 
replaceIf(Try.BiPredicate<? super T, ? super Integer, E>, int) - Method in class com.landawn.abacus.util.Multiset
 
replaceIf(Try.Predicate<? super E, X>, E) - Method in class com.landawn.abacus.util.Sheet
 
replaceIf(Try.IntBiPredicate<X>, E) - Method in class com.landawn.abacus.util.Sheet
Replace elements by Predicate.test(i, j) based on points
replaceIf(Try.TriPredicate<R, C, E, X>, E) - Method in class com.landawn.abacus.util.Sheet
Replace elements by Predicate.test(i, j) based on points
replaceIf(Try.ShortPredicate<E>, short) - Method in class com.landawn.abacus.util.ShortList
 
replaceIf(Try.ShortPredicate<E>, short) - Method in class com.landawn.abacus.util.ShortMatrix
 
replaceIf(Try.IntBiPredicate<E>, short) - Method in class com.landawn.abacus.util.ShortMatrix
Replace elements by Predicate.test(i, j) based on points
replaceIff(T[], Try.Predicate<? super T, E>, T) - Static method in class com.landawn.abacus.util.f
 
replaceIff(T[][], Try.Predicate<? super T, E>, T) - Static method in class com.landawn.abacus.util.f
 
replaceIff(T[][][], Try.Predicate<? super T, E>, T) - Static method in class com.landawn.abacus.util.f
 
replaceIgnoreCase(String, int, String, String, int) - Static method in class com.landawn.abacus.util.N
 
replaceOne(Bson, Object) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
replaceOne(Bson, Object, UpdateOptions) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
replaceOne(String, Bson, Object) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
replaceOne(String, Bson, Object, UpdateOptions) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
replacePattern(String, String, String) - Static method in class com.landawn.abacus.util.N
Replaces each substring of the source String that matches the given regular expression with the given replacement using the Pattern.DOTALL option.
replacingMerger() - Static method in class com.landawn.abacus.util.Fn
 
repmat(int, int) - Method in class com.landawn.abacus.util.AbstractMatrix
Repeat this matrix rowRepeats times in row direction and colRepeats times in column direction.
repmat(int, int) - Method in class com.landawn.abacus.util.BooleanMatrix
Repeat this matrix rowRepeats times in row direction and colRepeats times in column direction.
repmat(int, int) - Method in class com.landawn.abacus.util.ByteMatrix
Repeat this matrix rowRepeats times in row direction and colRepeats times in column direction.
repmat(int, int) - Method in class com.landawn.abacus.util.CharMatrix
Repeat this matrix rowRepeats times in row direction and colRepeats times in column direction.
repmat(int, int) - Method in class com.landawn.abacus.util.DoubleMatrix
Repeat this matrix rowRepeats times in row direction and colRepeats times in column direction.
repmat(int, int) - Method in class com.landawn.abacus.util.FloatMatrix
Repeat this matrix rowRepeats times in row direction and colRepeats times in column direction.
repmat(int, int) - Method in class com.landawn.abacus.util.IntMatrix
Repeat this matrix rowRepeats times in row direction and colRepeats times in column direction.
repmat(int, int) - Method in class com.landawn.abacus.util.LongMatrix
Repeat this matrix rowRepeats times in row direction and colRepeats times in column direction.
repmat(int, int) - Method in class com.landawn.abacus.util.Matrix
Repeat this matrix rowRepeats times in row direction and colRepeats times in column direction.
repmat(int, int) - Method in class com.landawn.abacus.util.ShortMatrix
Repeat this matrix rowRepeats times in row direction and colRepeats times in column direction.
Request(String) - Constructor for class com.landawn.abacus.http.HttpClient.Request
 
Request(String, long, long) - Constructor for class com.landawn.abacus.http.HttpClient.Request
 
Request(String) - Constructor for class com.landawn.abacus.http.OKHttpClient.Request
 
Request(String, long, long) - Constructor for class com.landawn.abacus.http.OKHttpClient.Request
 
requireNonNull(T) - Static method in class com.landawn.abacus.util.N
 
requireNonNull(T, String) - Static method in class com.landawn.abacus.util.N
 
reset() - Method in class com.landawn.abacus.hash.HashingInputStream
reset() is not supported for HashingInputStream.
reset(long, int) - Method in class com.landawn.abacus.util.DBSequence
 
reset() - Method in class com.landawn.abacus.util.Stopwatch
Sets the elapsed time for this stopwatch to zero, and places it in a stopped state.
reshape(int) - Method in class com.landawn.abacus.util.AbstractMatrix
 
reshape(int, int) - Method in class com.landawn.abacus.util.AbstractMatrix
 
reshape(int, int) - Method in class com.landawn.abacus.util.BooleanMatrix
 
reshape(int, int) - Method in class com.landawn.abacus.util.ByteMatrix
 
reshape(int, int) - Method in class com.landawn.abacus.util.CharMatrix
 
reshape(int, int) - Method in class com.landawn.abacus.util.DoubleMatrix
 
reshape(boolean[], int) - Static method in class com.landawn.abacus.util.f
 
reshape(boolean[], int, int) - Static method in class com.landawn.abacus.util.f
 
reshape(char[], int) - Static method in class com.landawn.abacus.util.f
 
reshape(char[], int, int) - Static method in class com.landawn.abacus.util.f
 
reshape(byte[], int) - Static method in class com.landawn.abacus.util.f
 
reshape(byte[], int, int) - Static method in class com.landawn.abacus.util.f
 
reshape(short[], int) - Static method in class com.landawn.abacus.util.f
 
reshape(short[], int, int) - Static method in class com.landawn.abacus.util.f
 
reshape(int[], int) - Static method in class com.landawn.abacus.util.f
 
reshape(int[], int, int) - Static method in class com.landawn.abacus.util.f
 
reshape(long[], int) - Static method in class com.landawn.abacus.util.f
 
reshape(long[], int, int) - Static method in class com.landawn.abacus.util.f
 
reshape(float[], int) - Static method in class com.landawn.abacus.util.f
 
reshape(float[], int, int) - Static method in class com.landawn.abacus.util.f
 
reshape(double[], int) - Static method in class com.landawn.abacus.util.f
 
reshape(double[], int, int) - Static method in class com.landawn.abacus.util.f
 
reshape(int, int) - Method in class com.landawn.abacus.util.FloatMatrix
 
reshape(int, int) - Method in class com.landawn.abacus.util.IntMatrix
 
reshape(int, int) - Method in class com.landawn.abacus.util.LongMatrix
 
reshape(int, int) - Method in class com.landawn.abacus.util.Matrix
 
reshape(int, int) - Method in class com.landawn.abacus.util.ShortMatrix
 
reshappe(T[], int) - Static method in class com.landawn.abacus.util.f
 
reshappe(T[], int, int) - Static method in class com.landawn.abacus.util.f
 
resolveGraphIdFor(Object) - Method in class com.landawn.abacus.util.Neo4jExecutor
 
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_SET_TYPE - Static variable in class com.landawn.abacus.util.SQLMapper
 
RESULT_SET_TYPE_MAP - Static variable in class com.landawn.abacus.util.SQLMapper
 
retainAll(Collection<?>) - Method in class com.landawn.abacus.util.ArrayHashSet
 
retainAll(BooleanList) - Method in class com.landawn.abacus.util.BooleanList
 
retainAll(boolean[]) - Method in class com.landawn.abacus.util.BooleanList
 
retainAll(ByteList) - Method in class com.landawn.abacus.util.ByteList
 
retainAll(byte[]) - Method in class com.landawn.abacus.util.ByteList
 
retainAll(CharList) - Method in class com.landawn.abacus.util.CharList
 
retainAll(char[]) - Method in class com.landawn.abacus.util.CharList
 
retainAll(DoubleList) - Method in class com.landawn.abacus.util.DoubleList
 
retainAll(double[]) - Method in class com.landawn.abacus.util.DoubleList
 
retainAll(FloatList) - Method in class com.landawn.abacus.util.FloatList
 
retainAll(float[]) - Method in class com.landawn.abacus.util.FloatList
 
retainAll(IntList) - Method in class com.landawn.abacus.util.IntList
 
retainAll(int[]) - Method in class com.landawn.abacus.util.IntList
 
retainAll(LongList) - Method in class com.landawn.abacus.util.LongList
 
retainAll(long[]) - Method in class com.landawn.abacus.util.LongList
 
retainAll(Collection<?>) - Method in class com.landawn.abacus.util.LongMultiset
Retains only the elements in this collection that are contained in the specified collection (optional operation).
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(ShortList) - Method in class com.landawn.abacus.util.ShortList
 
retainAll(short[]) - Method in class com.landawn.abacus.util.ShortList
 
Retry<T> - Class in com.landawn.abacus.util
 
returnFirst() - Static method in class com.landawn.abacus.util.Fn.BiFunctions
 
returnSecond() - Static method in class com.landawn.abacus.util.Fn.BiFunctions
 
reuseStringBuilder(boolean) - Method in class com.landawn.abacus.util.Joiner
Get the StringBuilder from object factory to improve performance if it's set to true, and must remember to call toString()/map()/mapIfNotEmpty()/stream()/streamIfNotEmpty() or close() to recycle the StringBuilder.
reverse() - Method in class com.landawn.abacus.util.BooleanList
 
reverse(int, int) - Method in class com.landawn.abacus.util.BooleanList
 
reverse() - Method in class com.landawn.abacus.util.ByteList
 
reverse(int, int) - Method in class com.landawn.abacus.util.ByteList
 
reverse() - Method in class com.landawn.abacus.util.CharList
 
reverse(int, int) - Method in class com.landawn.abacus.util.CharList
 
reverse() - Method in class com.landawn.abacus.util.DoubleList
 
reverse(int, int) - Method in class com.landawn.abacus.util.DoubleList
 
reverse() - Method in class com.landawn.abacus.util.FloatList
 
reverse(int, int) - Method in class com.landawn.abacus.util.FloatList
 
reverse() - Method in class com.landawn.abacus.util.IntList
 
reverse(int, int) - Method in class com.landawn.abacus.util.IntList
 
reverse() - Method in class com.landawn.abacus.util.LongList
 
reverse(int, int) - Method in class com.landawn.abacus.util.LongList
 
reverse(String) - Static method in class com.landawn.abacus.util.N
 
reverse(boolean[]) - Static method in class com.landawn.abacus.util.N
Reverses the order of the given array.
reverse(boolean[], int, int) - Static method in class com.landawn.abacus.util.N
Reverses the order of the given array in the given range.
reverse(char[]) - Static method in class com.landawn.abacus.util.N
Reverses the order of the given array.
reverse(char[], int, int) - Static method in class com.landawn.abacus.util.N
Reverses the order of the given array in the given range.
reverse(byte[]) - Static method in class com.landawn.abacus.util.N
Reverses the order of the given array.
reverse(byte[], int, int) - Static method in class com.landawn.abacus.util.N
Reverses the order of the given array in the given range.
reverse(short[]) - Static method in class com.landawn.abacus.util.N
Reverses the order of the given array.
reverse(short[], int, int) - Static method in class com.landawn.abacus.util.N
Reverses the order of the given array in the given range.
reverse(int[]) - Static method in class com.landawn.abacus.util.N
Reverses the order of the given array.
reverse(int[], int, int) - Static method in class com.landawn.abacus.util.N
Reverses the order of the given array in the given range.
reverse(long[]) - Static method in class com.landawn.abacus.util.N
Reverses the order of the given array.
reverse(long[], int, int) - Static method in class com.landawn.abacus.util.N
Reverses the order of the given array in the given range.
reverse(float[]) - Static method in class com.landawn.abacus.util.N
Reverses the order of the given array.
reverse(float[], int, int) - Static method in class com.landawn.abacus.util.N
Reverses the order of the given array in the given range.
reverse(double[]) - Static method in class com.landawn.abacus.util.N
Reverses the order of the given array.
reverse(double[], int, int) - Static method in class com.landawn.abacus.util.N
Reverses the order of the given array in the given range.
reverse(Object[]) - Static method in class com.landawn.abacus.util.N
Reverses the order of the given array.
reverse(Object[], int, int) - Static method in class com.landawn.abacus.util.N
Reverses the order of the given array in the given range.
reverse(List<?>) - Static method in class com.landawn.abacus.util.N
 
reverse(List<?>, int, int) - Static method in class com.landawn.abacus.util.N
 
reverse(Collection<?>) - Static method in class com.landawn.abacus.util.N
 
reverse() - Method in class com.landawn.abacus.util.PrimitiveList
 
reverse(int, int) - Method in class com.landawn.abacus.util.PrimitiveList
 
reverse() - Method in class com.landawn.abacus.util.ShortList
 
reverse(int, int) - Method in class com.landawn.abacus.util.ShortList
 
reversed() - Method in class com.landawn.abacus.util.BooleanPair
 
reversed() - Method in class com.landawn.abacus.util.BooleanTriple
 
reversed() - Method in class com.landawn.abacus.util.BytePair
 
reversed() - Method in class com.landawn.abacus.util.ByteTriple
 
reversed() - Method in class com.landawn.abacus.util.CharPair
 
reversed() - Method in class com.landawn.abacus.util.CharTriple
 
reversed() - Method in class com.landawn.abacus.util.DoublePair
 
reversed() - Method in class com.landawn.abacus.util.DoubleTriple
 
reversed() - Method in class com.landawn.abacus.util.FloatPair
 
reversed() - Method in class com.landawn.abacus.util.FloatTriple
 
reversed() - Method in class com.landawn.abacus.util.IntPair
 
reversed() - Method in class com.landawn.abacus.util.IntTriple
 
reversed() - Method in class com.landawn.abacus.util.LongPair
 
reversed() - Method in class com.landawn.abacus.util.LongTriple
 
reversed() - Method in class com.landawn.abacus.util.Pair
 
reversed() - Method in class com.landawn.abacus.util.ShortPair
 
reversed() - Method in class com.landawn.abacus.util.ShortTriple
 
reversed() - Method in interface com.landawn.abacus.util.stream.BaseStream

This method only run sequentially, even in parallel stream and all elements will be loaded to memory.
reversed() - Method in class com.landawn.abacus.util.stream.EntryStream
 
reversed() - Method in class com.landawn.abacus.util.Triple
 
reversed() - Method in class com.landawn.abacus.util.Tuple.Tuple2
 
reversed() - Method in class com.landawn.abacus.util.Tuple.Tuple3
 
reversed() - Method in class com.landawn.abacus.util.Tuple.Tuple4
 
reversed() - Method in class com.landawn.abacus.util.Tuple.Tuple5
 
reversed() - Method in class com.landawn.abacus.util.Tuple.Tuple6
 
reversed() - Method in class com.landawn.abacus.util.Tuple.Tuple7
 
reversed() - Method in class com.landawn.abacus.util.Tuple.Tuple8
 
reversed() - Method in class com.landawn.abacus.util.Tuple.Tuple9
 
reversedComparingBy(Function<? super T, ? extends U>) - Static method in class com.landawn.abacus.util.Comparators
 
reversedComparingByKey() - Static method in class com.landawn.abacus.util.Comparators
 
reversedComparingByKey(Comparator<? super K>) - Static method in class com.landawn.abacus.util.Comparators
 
reversedComparingByValue() - Static method in class com.landawn.abacus.util.Comparators
 
reversedComparingByValue(Comparator<? super V>) - Static method in class com.landawn.abacus.util.Comparators
 
reverseDelimited(String, char) - Static method in class com.landawn.abacus.util.N
Reverses a String that is delimited by a specific character.
reverseDelimited(String, String) - Static method in class com.landawn.abacus.util.N
 
reversedOrder() - Static method in class com.landawn.abacus.util.Comparators
 
reversedOrder(Comparator<T>) - Static method in class com.landawn.abacus.util.Comparators
 
reverseH() - Method in class com.landawn.abacus.util.BooleanMatrix
 
reverseH() - Method in class com.landawn.abacus.util.ByteMatrix
 
reverseH() - Method in class com.landawn.abacus.util.CharMatrix
 
reverseH() - Method in class com.landawn.abacus.util.DoubleMatrix
 
reverseH() - Method in class com.landawn.abacus.util.FloatMatrix
 
reverseH() - Method in class com.landawn.abacus.util.IntMatrix
 
reverseH() - Method in class com.landawn.abacus.util.LongMatrix
 
reverseH() - Method in class com.landawn.abacus.util.Matrix
 
reverseH() - Method in class com.landawn.abacus.util.ShortMatrix
 
reverseSort() - Method in class com.landawn.abacus.util.BooleanList
 
reverseSort() - Method in class com.landawn.abacus.util.ByteList
 
reverseSort() - Method in class com.landawn.abacus.util.CharList
 
reverseSort() - Method in class com.landawn.abacus.util.DoubleList
 
reverseSort() - Method in class com.landawn.abacus.util.FloatList
 
reverseSort() - Method in class com.landawn.abacus.util.IntList
 
reverseSort() - Method in class com.landawn.abacus.util.LongList
 
reverseSort(boolean[]) - Static method in class com.landawn.abacus.util.N
 
reverseSort(char[]) - Static method in class com.landawn.abacus.util.N
 
reverseSort(char[], int, int) - Static method in class com.landawn.abacus.util.N
 
reverseSort(byte[]) - Static method in class com.landawn.abacus.util.N
 
reverseSort(byte[], int, int) - Static method in class com.landawn.abacus.util.N
 
reverseSort(short[]) - Static method in class com.landawn.abacus.util.N
 
reverseSort(short[], int, int) - Static method in class com.landawn.abacus.util.N
 
reverseSort(int[]) - Static method in class com.landawn.abacus.util.N
 
reverseSort(int[], int, int) - Static method in class com.landawn.abacus.util.N
 
reverseSort(long[]) - Static method in class com.landawn.abacus.util.N
 
reverseSort(long[], int, int) - Static method in class com.landawn.abacus.util.N
 
reverseSort(float[]) - Static method in class com.landawn.abacus.util.N
 
reverseSort(float[], int, int) - Static method in class com.landawn.abacus.util.N
 
reverseSort(double[]) - Static method in class com.landawn.abacus.util.N
 
reverseSort(double[], int, int) - Static method in class com.landawn.abacus.util.N
 
reverseSort(Object[]) - Static method in class com.landawn.abacus.util.N
 
reverseSort(Object[], int, int) - Static method in class com.landawn.abacus.util.N
 
reverseSort(List<? extends T>) - Static method in class com.landawn.abacus.util.N
 
reverseSort(List<? extends T>, int, int) - Static method in class com.landawn.abacus.util.N
 
reverseSort() - Method in class com.landawn.abacus.util.ShortList
 
reverseSorted() - Method in interface com.landawn.abacus.util.stream.BaseStream
 
reverseV() - Method in class com.landawn.abacus.util.BooleanMatrix
 
reverseV() - Method in class com.landawn.abacus.util.ByteMatrix
 
reverseV() - Method in class com.landawn.abacus.util.CharMatrix
 
reverseV() - Method in class com.landawn.abacus.util.DoubleMatrix
 
reverseV() - Method in class com.landawn.abacus.util.FloatMatrix
 
reverseV() - Method in class com.landawn.abacus.util.IntMatrix
 
reverseV() - Method in class com.landawn.abacus.util.LongMatrix
 
reverseV() - Method in class com.landawn.abacus.util.Matrix
 
reverseV() - Method in class com.landawn.abacus.util.ShortMatrix
 
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 - Variable in class com.landawn.abacus.util.Pair
 
right() - Method in class com.landawn.abacus.util.Pair
 
right - Variable in class com.landawn.abacus.util.Triple
 
right() - Method in class com.landawn.abacus.util.Triple
 
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<?>, Class<? 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(Collection<U>, Try.Function<? super T, ?, E>, Try.Function<? super U, ?, E2>) - Method in class com.landawn.abacus.util.Seq
The time complexity is O(n + m) : n is the size of this Seq and m is the size of specified collection b.
rightJoin(Collection<U>, Try.BiPredicate<? super T, ? super U, E>) - Method in class com.landawn.abacus.util.Seq
The time complexity is O(n * m) : n is the size of this Seq and m is the size of specified collection b.
rightJoin(String) - Method in class com.landawn.abacus.util.SQLBuilder
 
rightJoin(Class<?>) - Method in class com.landawn.abacus.util.SQLBuilder
 
rightJoin(Collection<U>, Function<? super T, ?>, Function<? super U, ?>) - Method in class com.landawn.abacus.util.stream.Stream
The time complexity is O(n + m) : n is the size of this Stream and m is the size of specified collection b.
rightJoin(Collection<U>, BiPredicate<? super T, ? super U>) - Method in class com.landawn.abacus.util.stream.Stream
The time complexity is O(n * m) : n is the size of this Stream and m is the size of specified collection b.
rightOf(int, int) - Method in class com.landawn.abacus.util.BooleanMatrix
 
rightOf(int, int) - Method in class com.landawn.abacus.util.ByteMatrix
 
rightOf(int, int) - Method in class com.landawn.abacus.util.CharMatrix
 
rightOf(int, int) - Method in class com.landawn.abacus.util.DoubleMatrix
 
rightOf(int, int) - Method in class com.landawn.abacus.util.FloatMatrix
 
rightOf(int, int) - Method in class com.landawn.abacus.util.IntMatrix
 
rightOf(int, int) - Method in class com.landawn.abacus.util.LongMatrix
 
rightOf(int, int) - Method in class com.landawn.abacus.util.Matrix
 
rightOf(int, int) - Method in class com.landawn.abacus.util.ShortMatrix
 
roll(T, long, TimeUnit) - Static method in class com.landawn.abacus.util.DateUtil
Adds or subtracts the specified amount of time to the given time unit, based on the calendar's rules.
roll(T, long, CalendarUnit) - Static method in class com.landawn.abacus.util.DateUtil
Adds or subtracts the specified amount of time to the given calendar unit, based on the calendar's rules.
roll(T, long, TimeUnit) - Static method in class com.landawn.abacus.util.DateUtil
Adds or subtracts the specified amount of time to the given time unit, based on the calendar's rules.
roll(T, long, CalendarUnit) - Static method in class com.landawn.abacus.util.DateUtil
Adds or subtracts the specified amount of time to the given calendar unit, based on the calendar's rules.
rollback() - Method in interface com.landawn.abacus.Transaction
Method rollback.
rollback() - Method in class com.landawn.abacus.util.SQLTransaction
 
rollup(Collection<String>) - Method in interface com.landawn.abacus.DataSet
 
rollup(Collection<String>, Try.Function<? super Object[], ?, E>) - Method in interface com.landawn.abacus.DataSet
 
rollup(Collection<String>, String, String, Collector<T, ?, ?>) - Method in interface com.landawn.abacus.DataSet
 
rollup(Collection<String>, String, Collection<String>, Collector<? super Object[], ?, ?>) - Method in interface com.landawn.abacus.DataSet
 
rollup(Collection<String>, Try.Function<? super Object[], ?, E>, String, String, Collector<T, ?, ?>) - Method in interface com.landawn.abacus.DataSet
 
rollup(Collection<String>, Try.Function<? super Object[], ?, E>, String, Collection<String>, Collector<? super Object[], ?, ?>) - Method in interface com.landawn.abacus.DataSet
 
rollup(Collection<String>, String, String, Try.Function<Stream<T>, ?, E>) - Method in interface com.landawn.abacus.DataSet
This method is equal to:
rollup(Collection<String>, String, Collection<String>, Try.Function<Stream<Object[]>, ?, E>) - Method in interface com.landawn.abacus.DataSet
This method is equal to:
rollup(Collection<String>, Try.Function<? super Object[], ?, E>, String, String, Try.Function<Stream<T>, ?, E2>) - Method in interface com.landawn.abacus.DataSet
This method is equal to:
rollup(Collection<String>, Try.Function<? super Object[], ?, E>, String, Collection<String>, Try.Function<Stream<Object[]>, ?, E2>) - Method in interface com.landawn.abacus.DataSet
This method is equal to:
rollup(Collection<String>, int, int) - Method in interface com.landawn.abacus.DataSet
 
rollup(Collection<String>, int, int, Try.Function<? super Object[], ?, E>) - Method in interface com.landawn.abacus.DataSet
 
rollup(Collection<String>, int, int, String, String, Collector<T, ?, ?>) - Method in interface com.landawn.abacus.DataSet
 
rollup(Collection<String>, int, int, String, Collection<String>, Collector<? super Object[], ?, ?>) - Method in interface com.landawn.abacus.DataSet
 
rollup(Collection<String>, int, int, Try.Function<? super Object[], ?, E>, String, String, Collector<T, ?, ?>) - Method in interface com.landawn.abacus.DataSet
 
rollup(Collection<String>, int, int, Try.Function<? super Object[], ?, E>, String, Collection<String>, Collector<? super Object[], ?, ?>) - Method in interface com.landawn.abacus.DataSet
 
rollup(Collection<String>, int, int, String, String, Try.Function<Stream<T>, ?, E>) - Method in interface com.landawn.abacus.DataSet
This method is equal to:
rollup(Collection<String>, int, int, String, Collection<String>, Try.Function<Stream<Object[]>, ?, E>) - Method in interface com.landawn.abacus.DataSet
This method is equal to:
rollup(Collection<String>, int, int, Try.Function<? super Object[], ?, E>, String, String, Try.Function<Stream<T>, ?, E2>) - Method in interface com.landawn.abacus.DataSet
This method is equal to:
rollup(Collection<String>, int, int, Try.Function<? super Object[], ?, E>, String, Collection<String>, Try.Function<Stream<Object[]>, ?, E2>) - Method in interface com.landawn.abacus.DataSet
This method is equal to:
rollup(Collection<? extends T>) - Static method in class com.landawn.abacus.util.N
 
rotate(int) - Method in class com.landawn.abacus.util.BooleanList
 
rotate(int) - Method in class com.landawn.abacus.util.ByteList
 
rotate(int) - Method in class com.landawn.abacus.util.CharList
 
rotate(int) - Method in class com.landawn.abacus.util.DoubleList
 
rotate(int) - Method in class com.landawn.abacus.util.FloatList
 
rotate(int) - Method in class com.landawn.abacus.util.IntList
 
rotate(int) - Method in class com.landawn.abacus.util.LongList
 
rotate(boolean[], int) - Static method in class com.landawn.abacus.util.N
 
rotate(char[], int) - Static method in class com.landawn.abacus.util.N
 
rotate(byte[], int) - Static method in class com.landawn.abacus.util.N
 
rotate(short[], int) - Static method in class com.landawn.abacus.util.N
 
rotate(int[], int) - Static method in class com.landawn.abacus.util.N
 
rotate(long[], int) - Static method in class com.landawn.abacus.util.N
 
rotate(float[], int) - Static method in class com.landawn.abacus.util.N
 
rotate(double[], int) - Static method in class com.landawn.abacus.util.N
 
rotate(Object[], int) - Static method in class com.landawn.abacus.util.N
 
rotate(List<?>, int) - Static method in class com.landawn.abacus.util.N
 
rotate(Collection<?>, int) - Static method in class com.landawn.abacus.util.N
 
rotate(int) - Method in class com.landawn.abacus.util.PrimitiveList
 
rotate(int) - Method in class com.landawn.abacus.util.ShortList
 
rotate180() - Method in class com.landawn.abacus.util.AbstractMatrix
Rotate this matrix clockwise 180
rotate180() - Method in class com.landawn.abacus.util.BooleanMatrix
 
rotate180() - Method in class com.landawn.abacus.util.ByteMatrix
 
rotate180() - Method in class com.landawn.abacus.util.CharMatrix
 
rotate180() - Method in class com.landawn.abacus.util.DoubleMatrix
 
rotate180() - Method in class com.landawn.abacus.util.FloatMatrix
 
rotate180() - Method in class com.landawn.abacus.util.IntMatrix
 
rotate180() - Method in class com.landawn.abacus.util.LongMatrix
 
rotate180() - Method in class com.landawn.abacus.util.Matrix
 
rotate180() - Method in class com.landawn.abacus.util.ShortMatrix
 
rotate270() - Method in class com.landawn.abacus.util.AbstractMatrix
Rotate this matrix clockwise 270
rotate270() - Method in class com.landawn.abacus.util.BooleanMatrix
 
rotate270() - Method in class com.landawn.abacus.util.ByteMatrix
 
rotate270() - Method in class com.landawn.abacus.util.CharMatrix
 
rotate270() - Method in class com.landawn.abacus.util.DoubleMatrix
 
rotate270() - Method in class com.landawn.abacus.util.FloatMatrix
 
rotate270() - Method in class com.landawn.abacus.util.IntMatrix
 
rotate270() - Method in class com.landawn.abacus.util.LongMatrix
 
rotate270() - Method in class com.landawn.abacus.util.Matrix
 
rotate270() - Method in class com.landawn.abacus.util.ShortMatrix
 
rotate90() - Method in class com.landawn.abacus.util.AbstractMatrix
Rotate this matrix clockwise 90
rotate90() - Method in class com.landawn.abacus.util.BooleanMatrix
 
rotate90() - Method in class com.landawn.abacus.util.ByteMatrix
 
rotate90() - Method in class com.landawn.abacus.util.CharMatrix
 
rotate90() - Method in class com.landawn.abacus.util.DoubleMatrix
 
rotate90() - Method in class com.landawn.abacus.util.FloatMatrix
 
rotate90() - Method in class com.landawn.abacus.util.IntMatrix
 
rotate90() - Method in class com.landawn.abacus.util.LongMatrix
 
rotate90() - Method in class com.landawn.abacus.util.Matrix
 
rotate90() - Method in class com.landawn.abacus.util.ShortMatrix
 
rotated(int) - Method in interface com.landawn.abacus.util.stream.BaseStream

This method only run sequentially, even in parallel stream and all elements will be loaded to memory.
rotated(int) - Method in class com.landawn.abacus.util.stream.EntryStream
 
roundToBigInteger(double, RoundingMode) - Static method in class com.landawn.abacus.util.Maths
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.Maths
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.Maths
Returns the long value that is equal to x rounded with the specified rounding mode, if possible.
row(int) - Method in class com.landawn.abacus.util.BooleanMatrix
 
row(int) - Method in class com.landawn.abacus.util.ByteMatrix
 
row(int) - Method in class com.landawn.abacus.util.CharMatrix
 
row(int) - Method in class com.landawn.abacus.util.DoubleMatrix
 
row(int) - Method in class com.landawn.abacus.util.FloatMatrix
 
row(int) - Method in class com.landawn.abacus.util.IntMatrix
 
row(int) - Method in class com.landawn.abacus.util.LongMatrix
 
row(int) - Method in class com.landawn.abacus.util.Matrix
 
row(Object) - Method in class com.landawn.abacus.util.Sheet
 
row(int) - Method in class com.landawn.abacus.util.ShortMatrix
 
RowIterator - Class in com.landawn.abacus.util
 
RowIterator(ResultSet, boolean, boolean) - Constructor for class com.landawn.abacus.util.RowIterator
 
RowIterator(ResultSet, long, long, boolean, boolean) - Constructor for class com.landawn.abacus.util.RowIterator
 
rowKey() - Method in interface com.landawn.abacus.util.Sheet.Cell
 
rowKeySet() - Method in class com.landawn.abacus.util.Sheet
 
rowLength() - Method in class com.landawn.abacus.util.Sheet
Returns the size of row key set.
rowMap() - Method in class com.landawn.abacus.util.Sheet
 
rows - Variable in class com.landawn.abacus.util.AbstractMatrix
Row length.
rows(Collection<R>, Collection<C>, Object[][]) - Static method in class com.landawn.abacus.util.Sheet
 
rows(Collection<R>, Collection<C>, Collection<? extends Collection<? extends E>>) - Static method in class com.landawn.abacus.util.Sheet
 
rPad(String, int, String) - Static method in class com.landawn.abacus.condition.Expression
 
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
 
run(Try.Runnable<E>) - Static method in class com.landawn.abacus.util.CompletableFuture
 
run(Try.Runnable<E>, Executor) - Static method in class com.landawn.abacus.util.CompletableFuture
 
run() - Method in interface com.landawn.abacus.util.function.Runnable
 
run(int, int, int, Try.Runnable<? extends Exception>) - Static method in class com.landawn.abacus.util.Profiler
 
run(int, int, int, String, Try.Runnable<? extends Exception>) - Static method in class com.landawn.abacus.util.Profiler
 
run(int, long, int, long, int, String, Try.Runnable<? extends Exception>) - Static method in class com.landawn.abacus.util.Profiler
 
run(T) - Method in interface com.landawn.abacus.util.RemoteTask
The function to be executed on remote servers.
run(Try.Runnable<? extends Exception>) - Method in class com.landawn.abacus.util.Retry
 
run(U, Try.Runnable<RuntimeException>) - Static method in class com.landawn.abacus.util.Synchronized
 
run(Try.Runnable<E>) - Method in class com.landawn.abacus.util.Synchronized
 
run(Try.Runnable<? extends Exception>) - Static method in class com.landawn.abacus.util.Try
 
run(Try.Runnable<? extends Exception>, Consumer<? super Exception>) - Static method in class com.landawn.abacus.util.Try
 
run(Try.Consumer<? super T, ? extends Exception>) - Method in class com.landawn.abacus.util.Try
 
run(Try.Consumer<? super T, ? extends Exception>, Consumer<? super Exception>) - Method in class com.landawn.abacus.util.Try
 
run() - Method in interface com.landawn.abacus.util.Try.Runnable
 
runAfterBoth(CompletableFuture<?>, Try.Runnable<E>) - Method in class com.landawn.abacus.android.util.CompletableFuture
 
runAfterBoth(CompletableFuture<U>, Try.BiConsumer<T, U, E>) - Method in class com.landawn.abacus.android.util.CompletableFuture
 
runAfterBoth(CompletableFuture<U>, Try.Consumer<Tuple.Tuple4<T, Exception, U, Exception>, E>) - Method in class com.landawn.abacus.android.util.CompletableFuture
 
runAfterBoth(CompletableFuture<?>, Try.Runnable<E>) - Method in class com.landawn.abacus.util.CompletableFuture
 
runAfterBoth(CompletableFuture<U>, Try.BiConsumer<T, U, E>) - Method in class com.landawn.abacus.util.CompletableFuture
 
runAfterBoth(CompletableFuture<U>, Try.Consumer<Tuple.Tuple4<T, Exception, U, Exception>, E>) - Method in class com.landawn.abacus.util.CompletableFuture
 
runAfterEither(CompletableFuture<?>, Try.Runnable<E>) - Method in class com.landawn.abacus.android.util.CompletableFuture
 
runAfterEither(CompletableFuture<? extends T>, Try.Consumer<? super T, E>) - Method in class com.landawn.abacus.android.util.CompletableFuture
 
runAfterEither(CompletableFuture<? extends T>, Try.BiConsumer<? super T, Exception, E>) - Method in class com.landawn.abacus.android.util.CompletableFuture
 
runAfterEither(CompletableFuture<?>, Try.Runnable<E>) - Method in class com.landawn.abacus.util.CompletableFuture
 
runAfterEither(CompletableFuture<? extends T>, Try.Consumer<? super T, E>) - Method in class com.landawn.abacus.util.CompletableFuture
 
runAfterEither(CompletableFuture<? extends T>, Try.BiConsumer<? super T, Exception, E>) - Method in class com.landawn.abacus.util.CompletableFuture
 
runByTPAfterBoth(CompletableFuture<?>, Try.Runnable<E>) - Method in class com.landawn.abacus.android.util.CompletableFuture
 
runByTPAfterBoth(CompletableFuture<U>, Try.BiConsumer<T, U, E>) - Method in class com.landawn.abacus.android.util.CompletableFuture
 
runByTPAfterBoth(CompletableFuture<U>, Try.Consumer<Tuple.Tuple4<T, Exception, U, Exception>, E>) - Method in class com.landawn.abacus.android.util.CompletableFuture
 
runByTPAfterEither(CompletableFuture<?>, Try.Runnable<E>) - Method in class com.landawn.abacus.android.util.CompletableFuture
 
runByTPAfterEither(CompletableFuture<? extends T>, Try.Consumer<? super T, E>) - Method in class com.landawn.abacus.android.util.CompletableFuture
 
runByTPAfterEither(CompletableFuture<? extends T>, Try.BiConsumer<? super T, Exception, E>) - Method in class com.landawn.abacus.android.util.CompletableFuture
 
Runnable - Interface in com.landawn.abacus.util.function
 
runOnUIAfterBoth(CompletableFuture<?>, Try.Runnable<E>) - Method in class com.landawn.abacus.android.util.CompletableFuture
 
runOnUIAfterBoth(CompletableFuture<U>, Try.BiConsumer<T, U, E>) - Method in class com.landawn.abacus.android.util.CompletableFuture
 
runOnUIAfterBoth(CompletableFuture<U>, Try.Consumer<Tuple.Tuple4<T, Exception, U, Exception>, E>) - Method in class com.landawn.abacus.android.util.CompletableFuture
 
runOnUIAfterEither(CompletableFuture<?>, Try.Runnable<E>) - Method in class com.landawn.abacus.android.util.CompletableFuture
 
runOnUIAfterEither(CompletableFuture<? extends T>, Try.Consumer<? super T, E>) - Method in class com.landawn.abacus.android.util.CompletableFuture
 
runOnUIAfterEither(CompletableFuture<? extends T>, Try.BiConsumer<? super T, Exception, E>) - Method in class com.landawn.abacus.android.util.CompletableFuture
 
runOnUiThread(Runnable) - Static method in class com.landawn.abacus.android.util.Fu
 
runUninterruptibly(Try.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, Try.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, Try.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

SafeInitializer<T> - Class in com.landawn.abacus.util
Copied from Apache Commons Lang.
saturatedAdd(int, int) - Static method in class com.landawn.abacus.util.Maths
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.Maths
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.Maths
Returns the int nearest in value to value.
saturatedMultiply(int, int) - Static method in class com.landawn.abacus.util.Maths
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.Maths
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.Maths
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.Maths
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.Maths
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.Maths
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.
save(T) - Method in class com.landawn.abacus.util.Neo4jExecutor
 
save(T, int) - Method in class com.landawn.abacus.util.Neo4jExecutor
 
saveTo(File) - Method in class com.landawn.abacus.util.CQLMapper
 
saveTo(File) - Method in class com.landawn.abacus.util.SQLMapper
 
scan(String, List<String>) - Method in class com.landawn.abacus.util.DynamoDBExecutor
 
scan(String, Map<String, Condition>) - Method in class com.landawn.abacus.util.DynamoDBExecutor
 
scan(String, List<String>, Map<String, Condition>) - Method in class com.landawn.abacus.util.DynamoDBExecutor
 
scan(ScanRequest) - Method in class com.landawn.abacus.util.DynamoDBExecutor
 
scan(Class<T>, String, List<String>) - Method in class com.landawn.abacus.util.DynamoDBExecutor
 
scan(Class<T>, String, Map<String, Condition>) - Method in class com.landawn.abacus.util.DynamoDBExecutor
 
scan(Class<T>, String, List<String>, Map<String, Condition>) - Method in class com.landawn.abacus.util.DynamoDBExecutor
 
scan(Class<T>, ScanRequest) - Method in class com.landawn.abacus.util.DynamoDBExecutor
 
scan(String, Scan) - Method in class com.landawn.abacus.util.HBaseExecutor
 
scan(String, AnyScan) - Method in class com.landawn.abacus.util.HBaseExecutor
 
scan(String, String) - Method in class com.landawn.abacus.util.HBaseExecutor
 
scan(String, String, String) - Method in class com.landawn.abacus.util.HBaseExecutor
 
scan(Class<T>, String, Scan) - Method in class com.landawn.abacus.util.HBaseExecutor
 
scan(Class<T>, String, AnyScan) - Method in class com.landawn.abacus.util.HBaseExecutor
 
scan(Class<T>, String, String) - Method in class com.landawn.abacus.util.HBaseExecutor
 
scan(Class<T>, String, String, String) - Method in class com.landawn.abacus.util.HBaseExecutor
 
scan(Try.BiFunction<? super T, ? super T, T, E>) - Method in class com.landawn.abacus.util.Seq
Returns a Stream produced by iterative application of a accumulation function to an initial element identity and next element of the current stream.
scan(R, Try.BiFunction<? super R, ? super T, R, E>) - Method in class com.landawn.abacus.util.Seq
Returns a Stream produced by iterative application of a accumulation function to an initial element identity and next element of the current stream.
scan(ByteBiFunction<Byte>) - Method in class com.landawn.abacus.util.stream.ByteStream
Returns a Stream produced by iterative application of a accumulation function to an initial element seed and next element of the current stream.
scan(byte, ByteBiFunction<Byte>) - Method in class com.landawn.abacus.util.stream.ByteStream
Returns a Stream produced by iterative application of a accumulation function to an initial element seed and next element of the current stream.
scan(CharBiFunction<Character>) - Method in class com.landawn.abacus.util.stream.CharStream
Returns a Stream produced by iterative application of a accumulation function to an initial element seed and next element of the current stream.
scan(char, CharBiFunction<Character>) - Method in class com.landawn.abacus.util.stream.CharStream
Returns a Stream produced by iterative application of a accumulation function to an initial element seed and next element of the current stream.
scan(DoubleBiFunction<Double>) - Method in class com.landawn.abacus.util.stream.DoubleStream
Returns a Stream produced by iterative application of a accumulation function to an initial element seed and next element of the current stream.
scan(double, DoubleBiFunction<Double>) - Method in class com.landawn.abacus.util.stream.DoubleStream
Returns a Stream produced by iterative application of a accumulation function to an initial element seed and next element of the current stream.
scan(FloatBiFunction<Float>) - Method in class com.landawn.abacus.util.stream.FloatStream
Returns a Stream produced by iterative application of a accumulation function to an initial element seed and next element of the current stream.
scan(float, FloatBiFunction<Float>) - Method in class com.landawn.abacus.util.stream.FloatStream
Returns a Stream produced by iterative application of a accumulation function to an initial element seed and next element of the current stream.
scan(IntBiFunction<Integer>) - Method in class com.landawn.abacus.util.stream.IntStream
Returns a Stream produced by iterative application of a accumulation function to an initial element seed and next element of the current stream.
scan(int, IntBiFunction<Integer>) - Method in class com.landawn.abacus.util.stream.IntStream
Returns a Stream produced by iterative application of a accumulation function to an initial element seed and next element of the current stream.
scan(LongBiFunction<Long>) - Method in class com.landawn.abacus.util.stream.LongStream
Returns a Stream produced by iterative application of a accumulation function to an initial element seed and next element of the current stream.
scan(long, LongBiFunction<Long>) - Method in class com.landawn.abacus.util.stream.LongStream
Returns a Stream produced by iterative application of a accumulation function to an initial element seed and next element of the current stream.
scan(ShortBiFunction<Short>) - Method in class com.landawn.abacus.util.stream.ShortStream
Returns a Stream produced by iterative application of a accumulation function to an initial element seed and next element of the current stream.
scan(short, ShortBiFunction<Short>) - Method in class com.landawn.abacus.util.stream.ShortStream
Returns a Stream produced by iterative application of a accumulation function to an initial element seed and next element of the current stream.
scan(BiFunction<? super T, ? super T, T>) - Method in class com.landawn.abacus.util.stream.Stream
Returns a Stream produced by iterative application of a accumulation function to an initial element seed and next element of the current stream.
scan(R, BiFunction<? super R, ? super T, R>) - Method in class com.landawn.abacus.util.stream.Stream
Returns a Stream produced by iterative application of a accumulation function to an initial element seed and next element of the current stream.
SecurityDTO - Class in com.landawn.abacus.http
This class provides a solution for safety data transfer between server/client.
SecurityDTO() - Constructor for class com.landawn.abacus.http.SecurityDTO
 
select(DataSourceManager, String, String, Object[], Map<String, Object>) - Method in interface com.landawn.abacus.DataSourceSelector
select data source by sql statement and parameters.
select(DataSourceManager, String, String, List<?>, Map<String, Object>) - Method in interface com.landawn.abacus.DataSourceSelector
select data source by sql statement and parameters for batch operation.
select(String, String, Object[], Map<String, Object>) - Method in interface com.landawn.abacus.SliceSelector
Returns the new the sql for selected slice by the specified sql statement and parameters.
select(String, String, List<?>, Map<String, Object>) - Method in interface com.landawn.abacus.SliceSelector
Returns the new the sql for selected slice by the specified sql statement and parameters for batch operation.
select(String) - Static method in class com.landawn.abacus.util.CQLBuilder.E
 
select(String...) - Static method in class com.landawn.abacus.util.CQLBuilder.E
 
select(Collection<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.E
 
select(String, Collection<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.E
 
select(Map<String, String>) - Static method in class com.landawn.abacus.util.CQLBuilder.E
 
select(String, Map<String, String>) - Static method in class com.landawn.abacus.util.CQLBuilder.E
 
select(Class<?>) - Static method in class com.landawn.abacus.util.CQLBuilder.E
 
select(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.E
 
select(String) - Static method in class com.landawn.abacus.util.CQLBuilder.E2
 
select(String...) - Static method in class com.landawn.abacus.util.CQLBuilder.E2
 
select(Collection<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.E2
 
select(String, Collection<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.E2
 
select(Map<String, String>) - Static method in class com.landawn.abacus.util.CQLBuilder.E2
 
select(String, Map<String, String>) - Static method in class com.landawn.abacus.util.CQLBuilder.E2
 
select(Class<?>) - Static method in class com.landawn.abacus.util.CQLBuilder.E2
 
select(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.E2
 
select(String) - Static method in class com.landawn.abacus.util.CQLBuilder.E3
 
select(String...) - Static method in class com.landawn.abacus.util.CQLBuilder.E3
 
select(Collection<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.E3
 
select(String, Collection<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.E3
 
select(Map<String, String>) - Static method in class com.landawn.abacus.util.CQLBuilder.E3
 
select(String, Map<String, String>) - Static method in class com.landawn.abacus.util.CQLBuilder.E3
 
select(Class<?>) - Static method in class com.landawn.abacus.util.CQLBuilder.E3
 
select(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.E3
 
select(String) - Static method in class com.landawn.abacus.util.CQLBuilder.NE
 
select(String...) - Static method in class com.landawn.abacus.util.CQLBuilder.NE
 
select(Collection<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.NE
 
select(String, Collection<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.NE
 
select(Map<String, String>) - Static method in class com.landawn.abacus.util.CQLBuilder.NE
 
select(String, Map<String, String>) - Static method in class com.landawn.abacus.util.CQLBuilder.NE
 
select(Class<?>) - Static method in class com.landawn.abacus.util.CQLBuilder.NE
 
select(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.NE
 
select(String) - Static method in class com.landawn.abacus.util.CQLBuilder.NE2
 
select(String...) - Static method in class com.landawn.abacus.util.CQLBuilder.NE2
 
select(Collection<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.NE2
 
select(String, Collection<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.NE2
 
select(Map<String, String>) - Static method in class com.landawn.abacus.util.CQLBuilder.NE2
 
select(String, Map<String, String>) - Static method in class com.landawn.abacus.util.CQLBuilder.NE2
 
select(Class<?>) - Static method in class com.landawn.abacus.util.CQLBuilder.NE2
 
select(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.NE2
 
select(String) - Static method in class com.landawn.abacus.util.CQLBuilder.NE3
 
select(String...) - Static method in class com.landawn.abacus.util.CQLBuilder.NE3
 
select(Collection<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.NE3
 
select(String, Collection<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.NE3
 
select(Map<String, String>) - Static method in class com.landawn.abacus.util.CQLBuilder.NE3
 
select(String, Map<String, String>) - Static method in class com.landawn.abacus.util.CQLBuilder.NE3
 
select(Class<?>) - Static method in class com.landawn.abacus.util.CQLBuilder.NE3
 
select(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.NE3
 
select(String) - Static method in class com.landawn.abacus.util.CQLBuilder.RE
 
select(String...) - Static method in class com.landawn.abacus.util.CQLBuilder.RE
 
select(Collection<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.RE
 
select(String, Collection<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.RE
 
select(Map<String, String>) - Static method in class com.landawn.abacus.util.CQLBuilder.RE
 
select(String, Map<String, String>) - Static method in class com.landawn.abacus.util.CQLBuilder.RE
 
select(Class<?>) - Static method in class com.landawn.abacus.util.CQLBuilder.RE
 
select(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.RE
 
select(String) - Static method in class com.landawn.abacus.util.CQLBuilder.RE2
 
select(String...) - Static method in class com.landawn.abacus.util.CQLBuilder.RE2
 
select(Collection<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.RE2
 
select(String, Collection<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.RE2
 
select(Map<String, String>) - Static method in class com.landawn.abacus.util.CQLBuilder.RE2
 
select(String, Map<String, String>) - Static method in class com.landawn.abacus.util.CQLBuilder.RE2
 
select(Class<?>) - Static method in class com.landawn.abacus.util.CQLBuilder.RE2
 
select(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.RE2
 
select(String) - Static method in class com.landawn.abacus.util.CQLBuilder.RE3
 
select(String...) - Static method in class com.landawn.abacus.util.CQLBuilder.RE3
 
select(Collection<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.RE3
 
select(String, Collection<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.RE3
 
select(Map<String, String>) - Static method in class com.landawn.abacus.util.CQLBuilder.RE3
 
select(String, Map<String, String>) - Static method in class com.landawn.abacus.util.CQLBuilder.RE3
 
select(Class<?>) - Static method in class com.landawn.abacus.util.CQLBuilder.RE3
 
select(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.RE3
 
select(String...) - Static method in class com.landawn.abacus.util.SQLBuilder.E
 
select(String, String[]) - Static method in class com.landawn.abacus.util.SQLBuilder.E
 
select(Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.E
 
select(String, Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.E
 
select(Map<String, String>) - Static method in class com.landawn.abacus.util.SQLBuilder.E
 
select(String, Map<String, String>) - Static method in class com.landawn.abacus.util.SQLBuilder.E
 
select(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.E
 
select(Class<?>, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.E
 
select(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.E
 
select(Class<?>, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.E
 
select(String...) - Static method in class com.landawn.abacus.util.SQLBuilder.E2
 
select(String, String[]) - Static method in class com.landawn.abacus.util.SQLBuilder.E2
 
select(Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.E2
 
select(String, Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.E2
 
select(Map<String, String>) - Static method in class com.landawn.abacus.util.SQLBuilder.E2
 
select(String, Map<String, String>) - Static method in class com.landawn.abacus.util.SQLBuilder.E2
 
select(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.E2
 
select(Class<?>, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.E2
 
select(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.E2
 
select(Class<?>, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.E2
 
select(String...) - Static method in class com.landawn.abacus.util.SQLBuilder.E3
 
select(String, String[]) - Static method in class com.landawn.abacus.util.SQLBuilder.E3
 
select(Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.E3
 
select(String, Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.E3
 
select(Map<String, String>) - Static method in class com.landawn.abacus.util.SQLBuilder.E3
 
select(String, Map<String, String>) - Static method in class com.landawn.abacus.util.SQLBuilder.E3
 
select(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.E3
 
select(Class<?>, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.E3
 
select(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.E3
 
select(Class<?>, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.E3
 
select(String...) - Static method in class com.landawn.abacus.util.SQLBuilder.NE
 
select(String, String[]) - Static method in class com.landawn.abacus.util.SQLBuilder.NE
 
select(Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NE
 
select(String, Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NE
 
select(Map<String, String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NE
 
select(String, Map<String, String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NE
 
select(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.NE
 
select(Class<?>, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.NE
 
select(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NE
 
select(Class<?>, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NE
 
select(String...) - Static method in class com.landawn.abacus.util.SQLBuilder.NE2
 
select(String, String[]) - Static method in class com.landawn.abacus.util.SQLBuilder.NE2
 
select(Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NE2
 
select(String, Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NE2
 
select(Map<String, String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NE2
 
select(String, Map<String, String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NE2
 
select(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.NE2
 
select(Class<?>, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.NE2
 
select(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NE2
 
select(Class<?>, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NE2
 
select(String...) - Static method in class com.landawn.abacus.util.SQLBuilder.NE3
 
select(String, String[]) - Static method in class com.landawn.abacus.util.SQLBuilder.NE3
 
select(Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NE3
 
select(String, Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NE3
 
select(Map<String, String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NE3
 
select(String, Map<String, String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NE3
 
select(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.NE3
 
select(Class<?>, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.NE3
 
select(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NE3
 
select(Class<?>, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NE3
 
select(String...) - Static method in class com.landawn.abacus.util.SQLBuilder.RE
 
select(String, String[]) - Static method in class com.landawn.abacus.util.SQLBuilder.RE
 
select(Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.RE
 
select(String, Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.RE
 
select(Map<String, String>) - Static method in class com.landawn.abacus.util.SQLBuilder.RE
 
select(String, Map<String, String>) - Static method in class com.landawn.abacus.util.SQLBuilder.RE
 
select(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.RE
 
select(Class<?>, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.RE
 
select(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.RE
 
select(Class<?>, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.RE
 
select(String...) - Static method in class com.landawn.abacus.util.SQLBuilder.RE2
 
select(String, String[]) - Static method in class com.landawn.abacus.util.SQLBuilder.RE2
 
select(Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.RE2
 
select(String, Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.RE2
 
select(Map<String, String>) - Static method in class com.landawn.abacus.util.SQLBuilder.RE2
 
select(String, Map<String, String>) - Static method in class com.landawn.abacus.util.SQLBuilder.RE2
 
select(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.RE2
 
select(Class<?>, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.RE2
 
select(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.RE2
 
select(Class<?>, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.RE2
 
select(String...) - Static method in class com.landawn.abacus.util.SQLBuilder.RE3
 
select(String, String[]) - Static method in class com.landawn.abacus.util.SQLBuilder.RE3
 
select(Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.RE3
 
select(String, Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.RE3
 
select(Map<String, String>) - Static method in class com.landawn.abacus.util.SQLBuilder.RE3
 
select(String, Map<String, String>) - Static method in class com.landawn.abacus.util.SQLBuilder.RE3
 
select(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.RE3
 
select(Class<?>, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.RE3
 
select(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.RE3
 
select(Class<?>, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.RE3
 
select(String...) - Static method in class com.landawn.abacus.util.SQLBuilder.SE
 
select(String, String[]) - Static method in class com.landawn.abacus.util.SQLBuilder.SE
 
select(Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE
 
select(String, Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE
 
select(Map<String, String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE
 
select(String, Map<String, String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE
 
select(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE
 
select(Class<?>, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.SE
 
select(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE
 
select(Class<?>, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE
 
select(String...) - Static method in class com.landawn.abacus.util.SQLBuilder.SE2
 
select(String, String[]) - Static method in class com.landawn.abacus.util.SQLBuilder.SE2
 
select(Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE2
 
select(String, Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE2
 
select(Map<String, String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE2
 
select(String, Map<String, String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE2
 
select(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE2
 
select(Class<?>, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.SE2
 
select(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE2
 
select(Class<?>, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE2
 
select(String...) - Static method in class com.landawn.abacus.util.SQLBuilder.SE3
 
select(String, String[]) - Static method in class com.landawn.abacus.util.SQLBuilder.SE3
 
select(Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE3
 
select(String, Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE3
 
select(Map<String, String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE3
 
select(String, Map<String, String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE3
 
select(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE3
 
select(Class<?>, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.SE3
 
select(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE3
 
select(Class<?>, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE3
 
select(Class<U>) - Method in class com.landawn.abacus.util.stream.Stream
Returns a stream consisting of the elements in this stream which are instances of given class.
selectFrom(Class<?>) - Static method in class com.landawn.abacus.util.CQLBuilder.E
 
selectFrom(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.E
 
selectFrom(Class<?>) - Static method in class com.landawn.abacus.util.CQLBuilder.E2
 
selectFrom(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.E2
 
selectFrom(Class<?>) - Static method in class com.landawn.abacus.util.CQLBuilder.E3
 
selectFrom(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.E3
 
selectFrom(Class<?>) - Static method in class com.landawn.abacus.util.CQLBuilder.NE
 
selectFrom(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.NE
 
selectFrom(Class<?>) - Static method in class com.landawn.abacus.util.CQLBuilder.NE2
 
selectFrom(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.NE2
 
selectFrom(Class<?>) - Static method in class com.landawn.abacus.util.CQLBuilder.NE3
 
selectFrom(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.NE3
 
selectFrom(Class<?>) - Static method in class com.landawn.abacus.util.CQLBuilder.RE
 
selectFrom(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.RE
 
selectFrom(Class<?>) - Static method in class com.landawn.abacus.util.CQLBuilder.RE2
 
selectFrom(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.RE2
 
selectFrom(Class<?>) - Static method in class com.landawn.abacus.util.CQLBuilder.RE3
 
selectFrom(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.RE3
 
selectFrom(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.E
 
selectFrom(Class<?>, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.E
 
selectFrom(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.E
 
selectFrom(Class<?>, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.E
 
selectFrom(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.E2
 
selectFrom(Class<?>, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.E2
 
selectFrom(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.E2
 
selectFrom(Class<?>, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.E2
 
selectFrom(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.E3
 
selectFrom(Class<?>, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.E3
 
selectFrom(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.E3
 
selectFrom(Class<?>, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.E3
 
selectFrom(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.NE
 
selectFrom(Class<?>, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.NE
 
selectFrom(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NE
 
selectFrom(Class<?>, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NE
 
selectFrom(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.NE2
 
selectFrom(Class<?>, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.NE2
 
selectFrom(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NE2
 
selectFrom(Class<?>, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NE2
 
selectFrom(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.NE3
 
selectFrom(Class<?>, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.NE3
 
selectFrom(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NE3
 
selectFrom(Class<?>, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NE3
 
selectFrom(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.RE
 
selectFrom(Class<?>, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.RE
 
selectFrom(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.RE
 
selectFrom(Class<?>, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.RE
 
selectFrom(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.RE2
 
selectFrom(Class<?>, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.RE2
 
selectFrom(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.RE2
 
selectFrom(Class<?>, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.RE2
 
selectFrom(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.RE3
 
selectFrom(Class<?>, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.RE3
 
selectFrom(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.RE3
 
selectFrom(Class<?>, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.RE3
 
selectFrom(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE
 
selectFrom(Class<?>, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.SE
 
selectFrom(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE
 
selectFrom(Class<?>, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE
 
selectFrom(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE2
 
selectFrom(Class<?>, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.SE2
 
selectFrom(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE2
 
selectFrom(Class<?>, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE2
 
selectFrom(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE3
 
selectFrom(Class<?>, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.SE3
 
selectFrom(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE3
 
selectFrom(Class<?>, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE3
 
sendHTMLMail(String[], String, String, String, String) - Static method in class com.landawn.abacus.util.EmailUtil
 
sendHTMLMailWithAttachment(String[], String, String, String, String, String[]) - Static method in class com.landawn.abacus.util.EmailUtil
 
sendMail(String[], String, String, String, String) - Static method in class com.landawn.abacus.util.EmailUtil
 
sendMailWithAttachment(String[], String, String, String, String, String[]) - Static method in class com.landawn.abacus.util.EmailUtil
 
separatorsToSystem(String) - Static method in class com.landawn.abacus.util.FilenameUtil
Converts all separators to the system separator.
separatorsToUnix(String) - Static method in class com.landawn.abacus.util.FilenameUtil
Converts all separators to the Unix separator of forward slash.
separatorsToWindows(String) - Static method in class com.landawn.abacus.util.FilenameUtil
Converts all separators to the Windows separator of backslash.
Seq<T> - Class in com.landawn.abacus.util
It's an read-only wrapper for Collection to support more daily used/functional methods.
sequential() - Method in interface com.landawn.abacus.util.stream.BaseStream
Returns an equivalent stream that is sequential.
sequential() - Method in class com.landawn.abacus.util.stream.EntryStream
 
SERIAL_EXECUTOR - Static variable in class com.landawn.abacus.android.util.Async
 
SerializationConfig<C extends SerializationConfig<C>> - Class in com.landawn.abacus.parser
 
SerializationConfig() - Constructor for class com.landawn.abacus.parser.SerializationConfig
 
serialize(Object, AvroSerializationConfig) - Method in class com.landawn.abacus.parser.AvroParser
 
serialize(File, Object, AvroSerializationConfig) - Method in class com.landawn.abacus.parser.AvroParser
 
serialize(OutputStream, Object, AvroSerializationConfig) - Method in class com.landawn.abacus.parser.AvroParser
 
serialize(Writer, Object, AvroSerializationConfig) - Method in class com.landawn.abacus.parser.AvroParser
 
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
 
serialize(T, ProtocolVersion) - Method in class com.landawn.abacus.util.CassandraExecutor.UDTCodec
 
SERVER - Static variable in class com.landawn.abacus.http.HTTP
 
session() - Method in class com.landawn.abacus.util.CassandraExecutor
 
sessionFactory() - Method in class com.landawn.abacus.util.Neo4jExecutor
 
set(String, T, long) - Method in class com.landawn.abacus.cache.JRedis
 
set(String, T, long) - Method in class com.landawn.abacus.cache.SpyMemcached
 
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
Method set.
set(String, Object) - Method in interface com.landawn.abacus.DataSet
Method set.
set(String, Object) - Method in interface com.landawn.abacus.EntityId
Method set.
set(Map<String, Object>) - Method in interface com.landawn.abacus.EntityId
 
set(String, Object) - Method in class com.landawn.abacus.http.Headers
 
set(Object, int, Object) - Static method in class com.landawn.abacus.util.Array
 
set(int, boolean) - Method in class com.landawn.abacus.util.BooleanList
 
set(int, int, boolean) - Method in class com.landawn.abacus.util.BooleanMatrix
 
set(IntPair, boolean) - Method in class com.landawn.abacus.util.BooleanMatrix
 
set(int, boolean) - Method in class com.landawn.abacus.util.Builder.BooleanListBuilder
 
set(int, byte) - Method in class com.landawn.abacus.util.Builder.ByteListBuilder
 
set(int, char) - Method in class com.landawn.abacus.util.Builder.CharListBuilder
 
set(int, double) - Method in class com.landawn.abacus.util.Builder.DoubleListBuilder
 
set(int, float) - Method in class com.landawn.abacus.util.Builder.FloatListBuilder
 
set(int, int) - Method in class com.landawn.abacus.util.Builder.IntListBuilder
 
set(int, long) - Method in class com.landawn.abacus.util.Builder.LongListBuilder
 
set(int, short) - Method in class com.landawn.abacus.util.Builder.ShortListBuilder
 
set(int, byte) - Method in class com.landawn.abacus.util.ByteList
 
set(int, int, byte) - Method in class com.landawn.abacus.util.ByteMatrix
 
set(IntPair, byte) - Method in class com.landawn.abacus.util.ByteMatrix
 
set(int, char) - Method in class com.landawn.abacus.util.CharList
 
set(int, int, char) - Method in class com.landawn.abacus.util.CharMatrix
 
set(IntPair, char) - Method in class com.landawn.abacus.util.CharMatrix
 
set(String) - Method in class com.landawn.abacus.util.CQLBuilder
 
set(String...) - Method in class com.landawn.abacus.util.CQLBuilder
 
set(Collection<String>) - Method in class com.landawn.abacus.util.CQLBuilder
 
set(Map<String, Object>) - Method in class com.landawn.abacus.util.CQLBuilder
 
set(Object) - Method in class com.landawn.abacus.util.CQLBuilder
Only the dirty properties will be set into the result CQL if the specified entity is a dirty marker entity.
set(Object, Set<String>) - Method in class com.landawn.abacus.util.CQLBuilder
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.CQLBuilder
 
set(Class<?>, Set<String>) - Method in class com.landawn.abacus.util.CQLBuilder
 
set(int, double) - Method in class com.landawn.abacus.util.DoubleList
 
set(int, int, double) - Method in class com.landawn.abacus.util.DoubleMatrix
 
set(IntPair, double) - Method in class com.landawn.abacus.util.DoubleMatrix
 
set(int, float) - Method in class com.landawn.abacus.util.FloatList
 
set(int, int, float) - Method in class com.landawn.abacus.util.FloatMatrix
 
set(IntPair, float) - Method in class com.landawn.abacus.util.FloatMatrix
 
set(int, E) - Method in class com.landawn.abacus.util.ImmutableList
Deprecated.
Unsupported operation.
set(int, int) - Method in class com.landawn.abacus.util.IntList
 
set(int, int, int) - Method in class com.landawn.abacus.util.IntMatrix
 
set(IntPair, int) - Method in class com.landawn.abacus.util.IntMatrix
 
set(int, long) - Method in class com.landawn.abacus.util.LongList
 
set(int, int, long) - Method in class com.landawn.abacus.util.LongMatrix
 
set(IntPair, long) - Method in class com.landawn.abacus.util.LongMatrix
 
set(T, long) - Method in class com.landawn.abacus.util.LongMultiset
The element will be removed if the specified count is 0.
set(int, int, T) - Method in class com.landawn.abacus.util.Matrix
 
set(IntPair, T) - Method in class com.landawn.abacus.util.Matrix
 
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, Object) - Method in class com.landawn.abacus.util.Reflection
 
set(int, short) - Method in class com.landawn.abacus.util.ShortList
 
set(int, int, short) - Method in class com.landawn.abacus.util.ShortMatrix
 
set(IntPair, short) - Method in class com.landawn.abacus.util.ShortMatrix
 
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
 
setAcceptCharset(String) - Method in class com.landawn.abacus.http.AbstractHttpClient.HttpSettings
 
setAcceptEncoding(String) - Method in class com.landawn.abacus.http.AbstractHttpClient.HttpSettings
 
setAcceptLanguage(String) - Method in class com.landawn.abacus.http.AbstractHttpClient.HttpSettings
 
setAcceptRanges(String) - Method in class com.landawn.abacus.http.AbstractHttpClient.HttpSettings
 
setACL(Map<String, Permission>) - Method in class com.landawn.abacus.util.AnyDelete
 
setACL(String, Permission) - Method in class com.landawn.abacus.util.AnyDelete
 
setACL(Map<String, Permission>) - Method in class com.landawn.abacus.util.AnyGet
 
setACL(String, Permission) - Method in class com.landawn.abacus.util.AnyGet
 
setACL(String, Permission) - Method in class com.landawn.abacus.util.AnyPut
 
setACL(Map<String, Permission>) - Method in class com.landawn.abacus.util.AnyPut
 
setACL(Map<String, Permission>) - Method in class com.landawn.abacus.util.AnyScan
 
setACL(String, Permission) - Method in class com.landawn.abacus.util.AnyScan
 
setAll(Collection<? extends T>, long) - Method in class com.landawn.abacus.util.LongMultiset
 
setAll(Map<? extends T, Long>) - Method in class com.landawn.abacus.util.LongMultiset
 
setAll(LongMultiset<? extends T>) - Method in class com.landawn.abacus.util.LongMultiset
 
setAll(Collection<? extends T>, int) - Method in class com.landawn.abacus.util.Multiset
 
setAll(Map<? extends T, Integer>) - Method in class com.landawn.abacus.util.Multiset
 
setAll(Multiset<? extends T>) - Method in class com.landawn.abacus.util.Multiset
 
setAllowPartialResults(boolean) - Method in class com.landawn.abacus.util.AnyScan
 
setAndGet(T, long) - Method in class com.landawn.abacus.util.LongMultiset
The element will be removed if the specified count is 0.
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
 
setAndGet(byte) - Method in class com.landawn.abacus.util.MutableByte
 
setAndGet(char) - Method in class com.landawn.abacus.util.MutableChar
 
setAndGet(double) - Method in class com.landawn.abacus.util.MutableDouble
 
setAndGet(float) - Method in class com.landawn.abacus.util.MutableFloat
 
setAndGet(int) - Method in class com.landawn.abacus.util.MutableInt
 
setAndGet(long) - Method in class com.landawn.abacus.util.MutableLong
 
setAndGet(short) - Method in class com.landawn.abacus.util.MutableShort
 
setAndGetLeft(L) - Method in class com.landawn.abacus.util.Pair
 
setAndGetLeft(L) - Method in class com.landawn.abacus.util.Triple
 
setAndGetMiddle(M) - Method in class com.landawn.abacus.util.Triple
 
setAndGetRight(R) - Method in class com.landawn.abacus.util.Pair
 
setAndGetRight(R) - Method in class com.landawn.abacus.util.Triple
 
setAsyncExecutor(AsyncExecutor) - Method in class com.landawn.abacus.http.HttpProxy.Config
 
setAttribute(String, Object) - Method in class com.landawn.abacus.util.AnyDelete
 
setAttribute(String, Object) - Method in class com.landawn.abacus.util.AnyGet
 
setAttribute(String, Object) - Method in class com.landawn.abacus.util.AnyPut
 
setAttribute(String, Object) - Method in class com.landawn.abacus.util.AnyScan
 
setAuthorizations(Authorizations) - Method in class com.landawn.abacus.util.AnyGet
 
setAuthorizations(Authorizations) - Method in class com.landawn.abacus.util.AnyScan
 
setAutoGeneratedKeys(int) - Method in class com.landawn.abacus.util.SQLExecutor.JdbcSettings
 
setBatch(int) - Method in class com.landawn.abacus.util.AnyScan
 
setBatchSize(int) - Method in class com.landawn.abacus.util.SQLExecutor.JdbcSettings
 
setBoolean(Object, int, boolean) - Static method in class com.landawn.abacus.util.Array
 
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
 
setCacheBlocks(boolean) - Method in class com.landawn.abacus.util.AnyGet
 
setCacheBlocks(boolean) - Method in class com.landawn.abacus.util.AnyScan
 
setCaching(int) - Method in class com.landawn.abacus.util.AnyScan
 
setCellVisibility(CellVisibility) - Method in class com.landawn.abacus.util.AnyDelete
 
setCellVisibility(CellVisibility) - Method in class com.landawn.abacus.util.AnyPut
 
setChar(Object, int, char) - Static method in class com.landawn.abacus.util.Array
 
setCharQuotation(char) - Method in class com.landawn.abacus.parser.SerializationConfig
 
setCheckExistenceOnly(boolean) - Method in class com.landawn.abacus.util.AnyGet
 
setClosestRowBefore(boolean) - Method in class com.landawn.abacus.util.AnyGet
 
setClusterIds(List<UUID>) - Method in class com.landawn.abacus.util.AnyDelete
 
setClusterIds(List<UUID>) - Method in class com.landawn.abacus.util.AnyPut
 
setColumn(int, boolean[]) - Method in class com.landawn.abacus.util.BooleanMatrix
 
setColumn(int, byte[]) - Method in class com.landawn.abacus.util.ByteMatrix
 
setColumn(int, char[]) - Method in class com.landawn.abacus.util.CharMatrix
 
setColumn(int, double[]) - Method in class com.landawn.abacus.util.DoubleMatrix
 
setColumn(int, float[]) - Method in class com.landawn.abacus.util.FloatMatrix
 
setColumn(int, int[]) - Method in class com.landawn.abacus.util.IntMatrix
 
setColumn(int, long[]) - Method in class com.landawn.abacus.util.LongMatrix
 
setColumn(int, T[]) - Method in class com.landawn.abacus.util.Matrix
 
setColumn(C, Collection<? extends E>) - Method in class com.landawn.abacus.util.Sheet
 
setColumn(int, short[]) - Method in class com.landawn.abacus.util.ShortMatrix
 
setColumnIndexes(int[]) - Method in class com.landawn.abacus.util.SQLExecutor.JdbcSettings
 
setColumnNames(String[]) - Method in class com.landawn.abacus.util.SQLExecutor.JdbcSettings
 
setCondition(Condition) - Method in class com.landawn.abacus.condition.Cell
 
setConnectionTimeout(long) - Method in class com.landawn.abacus.http.AbstractHttpClient.HttpSettings
 
setConsistency(Consistency) - Method in class com.landawn.abacus.util.AnyGet
 
setConsistency(Consistency) - Method in class com.landawn.abacus.util.AnyScan
 
setConsistency(ConsistencyLevel) - Method in class com.landawn.abacus.util.CassandraExecutor.StatementSettings
 
setContentEncoding(String) - Method in class com.landawn.abacus.http.AbstractHttpClient.HttpSettings
 
setContentEncoding(String) - Method in class com.landawn.abacus.http.Headers
 
setContentFormat(ContentFormat) - Method in class com.landawn.abacus.http.AbstractHttpClient.HttpSettings
 
setContentLanguage(String) - Method in class com.landawn.abacus.http.AbstractHttpClient.HttpSettings
 
setContentLength(String) - Method in class com.landawn.abacus.http.AbstractHttpClient.HttpSettings
 
setContentLength(long) - Method in class com.landawn.abacus.http.Headers
 
setContentType(String) - Method in class com.landawn.abacus.http.AbstractHttpClient.HttpSettings
 
setContentType(String) - Method in class com.landawn.abacus.http.Headers
 
setCount(long) - Method in class com.landawn.abacus.util.SQLExecutor.JdbcSettings
 
setCreated(String) - Method in class com.landawn.abacus.http.SecurityDTO
 
setDateTimeFormat(DateTimeFormat) - Method in class com.landawn.abacus.parser.SerializationConfig
 
setDeserializationConfig(DeserializationConfig<?>) - Method in class com.landawn.abacus.http.HttpProxy.Config
 
setDouble(Object, int, double) - Static method in class com.landawn.abacus.util.Array
 
setDurability(Durability) - Method in class com.landawn.abacus.util.AnyPut
 
setElapsedTime(long) - Method in class com.landawn.abacus.util.RemoteExecutionResponse
 
setElementType(Class<?>) - Method in class com.landawn.abacus.parser.DeserializationConfig
 
setElementType(Type<?>) - Method in class com.landawn.abacus.parser.DeserializationConfig
 
setElementType(String) - Method in class com.landawn.abacus.parser.DeserializationConfig
 
setEmptyValue(CharSequence) - Method in class com.landawn.abacus.util.Joiner
Sets the sequence of characters to be used when determining the string representation of this StringJoiner and no elements have been added yet, that is, when it is empty.
setEncryptionMessage(MessageEncryption) - Method in class com.landawn.abacus.http.HttpProxy.Config
The target request DTOs must inherit from SecurityDTO.
setEncryptionMessage(MessageEncryption) - Method in class com.landawn.abacus.http.HttpProxy.OperationConfig
The target request DTOs must inherit from SecurityDTO.
setEncryptionPassword(byte[]) - Method in class com.landawn.abacus.http.HttpProxy.Config
The target request DTOs must inherit from SecurityDTO.
setEncryptionPassword(byte[]) - Method in class com.landawn.abacus.http.HttpProxy.OperationConfig
The target request DTOs must inherit from SecurityDTO.
setEncryptionUserName(String) - Method in class com.landawn.abacus.http.HttpProxy.Config
The target request DTOs must inherit from SecurityDTO.
setEncryptionUserName(String) - Method in class com.landawn.abacus.http.HttpProxy.OperationConfig
The target request DTOs must inherit from SecurityDTO.
setErrorCode(String) - Method in class com.landawn.abacus.util.RemoteExecutionResponse
 
setErrorMessage(String) - Method in class com.landawn.abacus.util.RemoteExecutionResponse
 
setExclusion(Exclusion) - Method in class com.landawn.abacus.parser.SerializationConfig
 
setExecutedByThreadPool(boolean) - Method in class com.landawn.abacus.http.HttpProxy.Config
 
setExecutionHost(String) - Method in class com.landawn.abacus.util.RemoteExecutionResponse
 
setExecutionTime(long) - Method in class com.landawn.abacus.util.RemoteExecutionResponse
 
setFalse() - Method in class com.landawn.abacus.util.MutableBoolean
Sets the value to true.
setFamilyCellMap(NavigableMap<byte[], List<Cell>>) - Method in class com.landawn.abacus.util.AnyPut
 
setFetchDirection(int) - Method in class com.landawn.abacus.util.SQLExecutor.JdbcSettings
 
setFetchSize(int) - Method in class com.landawn.abacus.util.CassandraExecutor.StatementSettings
 
setFetchSize(int) - Method in class com.landawn.abacus.util.SQLExecutor.JdbcSettings
 
setFilter(Filter) - Method in class com.landawn.abacus.util.AnyGet
 
setFilter(Filter) - Method in class com.landawn.abacus.util.AnyScan
 
setFloat(Object, int, float) - Static method in class com.landawn.abacus.util.Array
 
setGeneratedIdPropName(String) - Method in class com.landawn.abacus.util.SQLExecutor.JdbcSettings
Set the name of auto-generated id property which will set back to the input entity in insert call.
setHandler(HttpProxy.Handler) - Method in class com.landawn.abacus.http.HttpProxy.Config
 
setHeader(String, Object) - Method in class com.landawn.abacus.http.HttpClient.Request
 
setHeader(String, Object) - Method in class com.landawn.abacus.http.OKHttpClient.Request
 
setHttpMethod(HttpMethod) - Method in class com.landawn.abacus.http.HttpProxy.OperationConfig
 
setId(String) - Method in class com.landawn.abacus.util.AnyDelete
 
setId(String) - Method in class com.landawn.abacus.util.AnyGet
 
setId(String) - Method in class com.landawn.abacus.util.AnyPut
 
setId(String) - Method in class com.landawn.abacus.util.AnyScan
 
setIf(boolean, Try.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, Try.BooleanBiPredicate<E>) - Method in class com.landawn.abacus.util.MutableBoolean
Set with the specified new value and returns true if predicate returns true.
setIf(byte, Try.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, Try.ByteBiPredicate<E>) - Method in class com.landawn.abacus.util.MutableByte
Set with the specified new value and returns true if predicate returns true.
setIf(char, Try.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, Try.CharBiPredicate<E>) - Method in class com.landawn.abacus.util.MutableChar
Set with the specified new value and returns true if predicate returns true.
setIf(double, Try.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, Try.DoubleBiPredicate<E>) - Method in class com.landawn.abacus.util.MutableDouble
Set with the specified new value and returns true if predicate returns true.
setIf(float, Try.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, Try.FloatBiPredicate<E>) - Method in class com.landawn.abacus.util.MutableFloat
Set with the specified new value and returns true if predicate returns true.
setIf(int, Try.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, Try.IntBiPredicate<E>) - Method in class com.landawn.abacus.util.MutableInt
Set with the specified new value and returns true if predicate returns true.
setIf(long, Try.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, Try.LongBiPredicate<E>) - Method in class com.landawn.abacus.util.MutableLong
Set with the specified new value and returns true if predicate returns true.
setIf(short, Try.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, Try.ShortBiPredicate<E>) - Method in class com.landawn.abacus.util.MutableShort
Set with the specified new value and returns true if predicate returns true.
setIf(L, R, Try.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, Try.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.
setIfRetry(Function<Throwable, Boolean>) - Method in class com.landawn.abacus.http.HttpProxy.OperationConfig
 
setIgnoredPropNames(Collection<String>) - Method in class com.landawn.abacus.parser.ParserConfig
 
setIgnoredPropNames(Class<?>, Collection<String>) - Method in class com.landawn.abacus.parser.ParserConfig
 
setIgnoredPropNames(Map<Class<?>, Collection<String>>) - Method in class com.landawn.abacus.parser.ParserConfig
 
setIgnoreTypeInfo(boolean) - Method in class com.landawn.abacus.parser.XMLSerializationConfig
 
setIgnoreUnknownProperty(boolean) - Method in class com.landawn.abacus.parser.DeserializationConfig
 
setIndentation(String) - Method in class com.landawn.abacus.parser.SerializationConfig
 
setInt(Object, int, int) - Static method in class com.landawn.abacus.util.Array
 
setIsolationLevel(IsolationLevel) - Method in class com.landawn.abacus.util.AnyGet
 
setIsolationLevel(IsolationLevel) - Method in class com.landawn.abacus.util.AnyScan
 
setIsolationLevel(IsolationLevel) - Method in class com.landawn.abacus.util.SQLExecutor.JdbcSettings
 
setLandscape(Activity) - Static method in class com.landawn.abacus.android.util.Fu
 
setLeft(L) - Method in class com.landawn.abacus.util.Pair
 
setLeft(L) - Method in class com.landawn.abacus.util.Triple
 
setLeftIf(L, Try.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, Try.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
 
setLoadColumnFamiliesOnDemand(boolean) - Method in class com.landawn.abacus.util.AnyScan
 
setLogSQL(boolean) - Method in class com.landawn.abacus.util.SQLExecutor.JdbcSettings
 
setLong(Object, int, long) - Static method in class com.landawn.abacus.util.Array
 
setLoopStatisticsList(List<Profiler.LoopStatistics>) - Method in class com.landawn.abacus.util.Profiler.MultiLoopsStatistics
 
setLU2RD(boolean[]) - Method in class com.landawn.abacus.util.BooleanMatrix
 
setLU2RD(byte[]) - Method in class com.landawn.abacus.util.ByteMatrix
 
setLU2RD(char[]) - Method in class com.landawn.abacus.util.CharMatrix
 
setLU2RD(double[]) - Method in class com.landawn.abacus.util.DoubleMatrix
 
setLU2RD(float[]) - Method in class com.landawn.abacus.util.FloatMatrix
 
setLU2RD(int[]) - Method in class com.landawn.abacus.util.IntMatrix
 
setLU2RD(long[]) - Method in class com.landawn.abacus.util.LongMatrix
 
setLU2RD(T[]) - Method in class com.landawn.abacus.util.Matrix
 
setLU2RD(short[]) - Method in class com.landawn.abacus.util.ShortMatrix
 
setMapKeyType(Class<?>) - Method in class com.landawn.abacus.parser.DeserializationConfig
 
setMapKeyType(Type<?>) - Method in class com.landawn.abacus.parser.DeserializationConfig
 
setMapKeyType(String) - Method in class com.landawn.abacus.parser.DeserializationConfig
 
setMapValueType(Class<?>) - Method in class com.landawn.abacus.parser.DeserializationConfig
 
setMapValueType(Type<?>) - Method in class com.landawn.abacus.parser.DeserializationConfig
 
setMapValueType(String) - Method in class com.landawn.abacus.parser.DeserializationConfig
 
setMaxFieldSize(int) - Method in class com.landawn.abacus.util.SQLExecutor.JdbcSettings
 
setMaxIdleTime(long) - Method in class com.landawn.abacus.pool.ActivityPrint
 
setMaxProgressBarTask(int) - Static method in class com.landawn.abacus.android.ProgressBarTask
 
setMaxProgressBarTaskPerView(int) - Static method in class com.landawn.abacus.android.ProgressBarTask
 
setMaxResultsPerColumnFamily(int) - Method in class com.landawn.abacus.util.AnyGet
 
setMaxResultsPerColumnFamily(int) - Method in class com.landawn.abacus.util.AnyScan
 
setMaxRows(int) - Method in class com.landawn.abacus.util.SQLExecutor.JdbcSettings
 
setMaxValue(Object) - Method in class com.landawn.abacus.condition.Between
 
setMaxVersions(int) - Method in class com.landawn.abacus.util.AnyGet
 
setMaxVersions() - Method in class com.landawn.abacus.util.AnyGet
Get all available versions.
setMaxVersions(int) - Method in class com.landawn.abacus.util.AnyScan
 
setMaxVersions() - Method in class com.landawn.abacus.util.AnyScan
 
setMiddle(M) - Method in class com.landawn.abacus.util.Triple
 
setMiddleIf(M, Try.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.
setMinValue(Object) - Method in class com.landawn.abacus.condition.Between
 
SetMultimap<K,E> - Class in com.landawn.abacus.util
 
setNonce(String) - Method in class com.landawn.abacus.http.SecurityDTO
 
setOffset(long) - Method in class com.landawn.abacus.util.SQLExecutor.JdbcSettings
 
setOperationConfigs(Map<String, HttpProxy.OperationConfig>) - Method in class com.landawn.abacus.http.HttpProxy.Config
 
setParameters(NamedSQL, PreparedStatement, Object...) - Method in class com.landawn.abacus.util.SQLExecutor.AbstractStatementSetter
 
setParameters(NamedSQL, PreparedStatement, Object...) - Method in interface com.landawn.abacus.util.SQLExecutor.StatementSetter
 
setParser(Parser<SerializationConfig<?>, DeserializationConfig<?>>) - Method in class com.landawn.abacus.http.HttpProxy.Config
 
setPassword(String) - Method in class com.landawn.abacus.http.SecurityDTO
The encrypted password will set after encrypt method is called
setPortrait(Activity) - Static method in class com.landawn.abacus.android.util.Fu
 
setPrettyFormat(boolean) - Method in class com.landawn.abacus.parser.SerializationConfig
 
setProperty(Object, Object) - Static method in class com.landawn.abacus.util.RemoteExecutor
Set global property with the specified key and value.
setProperty(Object, Object, long, long) - Static method in class com.landawn.abacus.util.RemoteExecutor
Set global property with the specified key and value.
setPropNamingPolicy(NamingPolicy) - Method in class com.landawn.abacus.parser.SerializationConfig
 
setPropType(String, Class<?>) - Method in class com.landawn.abacus.parser.DeserializationConfig
 
setPropType(String, Type<?>) - Method in class com.landawn.abacus.parser.DeserializationConfig
 
setPropType(String, String) - Method in class com.landawn.abacus.parser.DeserializationConfig
 
setPropTypes(Map<String, Type<?>>) - Method in class com.landawn.abacus.parser.DeserializationConfig
 
setPropValue(Object) - Method in class com.landawn.abacus.condition.Binary
 
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
Refer to setPropValue(Method, Object, Object).
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
 
setQueryInParallel(boolean) - Method in class com.landawn.abacus.util.SQLExecutor.JdbcSettings
 
setQueryTimeout(int) - Method in class com.landawn.abacus.util.SQLExecutor.JdbcSettings
 
setQueryWithDataSource(String) - Method in class com.landawn.abacus.util.SQLExecutor.JdbcSettings
 
setQueryWithDataSources(Collection<String>) - Method in class com.landawn.abacus.util.SQLExecutor.JdbcSettings
 
setQuoteMapKey(boolean) - Method in class com.landawn.abacus.parser.JSONSerializationConfig
 
setQuotePropName(boolean) - Method in class com.landawn.abacus.parser.JSONSerializationConfig
 
setRate(double) - Method in class com.landawn.abacus.util.RateLimiter
Updates the stable rate of this RateLimiter, that is, the permitsPerSecond argument provided in the factory method that constructed the RateLimiter.
setRaw(boolean) - Method in class com.landawn.abacus.util.AnyScan
 
setReadTimeout(long) - Method in class com.landawn.abacus.http.AbstractHttpClient.HttpSettings
 
setReplicaId(int) - Method in class com.landawn.abacus.util.AnyGet
 
setReplicaId(int) - Method in class com.landawn.abacus.util.AnyScan
 
setRequestByOperatioName(boolean) - Method in class com.landawn.abacus.http.HttpProxy.Config
 
setRequestHost(String) - Method in class com.landawn.abacus.util.RemoteExecutionResponse
 
setRequestParamNamingPolicy(NamingPolicy) - Method in class com.landawn.abacus.http.HttpProxy.Config
 
setRequestSettings(Map<String, Object>) - Method in class com.landawn.abacus.http.HttpProxy.Config
 
setRequestSettings(Map<String, Object>) - Method in class com.landawn.abacus.http.HttpProxy.OperationConfig
 
setRequestTime(long) - Method in class com.landawn.abacus.util.RemoteExecutionResponse
 
setRequestUrl(String) - Method in class com.landawn.abacus.http.HttpProxy.OperationConfig
 
setRequestUrlNamingPolicy(NamingPolicy) - Method in class com.landawn.abacus.http.HttpProxy.Config
 
setResponseTime(long) - Method in class com.landawn.abacus.util.RemoteExecutionResponse
 
setResult(Object) - Method in class com.landawn.abacus.util.RemoteExecutionResponse
 
setResultSetConcurrency(int) - Method in class com.landawn.abacus.util.SQLExecutor.JdbcSettings
 
setResultSetHoldability(int) - Method in class com.landawn.abacus.util.SQLExecutor.JdbcSettings
 
setResultSetType(int) - Method in class com.landawn.abacus.util.SQLExecutor.JdbcSettings
 
setRetryInterval(long) - Method in class com.landawn.abacus.http.HttpProxy.OperationConfig
 
setRetryPolicy(RetryPolicy) - Method in class com.landawn.abacus.util.CassandraExecutor.StatementSettings
 
setRetryTimes(int) - Method in class com.landawn.abacus.http.HttpProxy.OperationConfig
 
setReversed(boolean) - Method in class com.landawn.abacus.util.AnyScan
 
setRight(R) - Method in class com.landawn.abacus.util.Pair
 
setRight(R) - Method in class com.landawn.abacus.util.Triple
 
setRightIf(R, Try.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, Try.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.
setRow(int, boolean[]) - Method in class com.landawn.abacus.util.BooleanMatrix
 
setRow(int, byte[]) - Method in class com.landawn.abacus.util.ByteMatrix
 
setRow(int, char[]) - Method in class com.landawn.abacus.util.CharMatrix
 
setRow(int, double[]) - Method in class com.landawn.abacus.util.DoubleMatrix
 
setRow(int, float[]) - Method in class com.landawn.abacus.util.FloatMatrix
 
setRow(int, int[]) - Method in class com.landawn.abacus.util.IntMatrix
 
setRow(int, long[]) - Method in class com.landawn.abacus.util.LongMatrix
 
setRow(int, T[]) - Method in class com.landawn.abacus.util.Matrix
 
setRow(R, Collection<? extends E>) - Method in class com.landawn.abacus.util.Sheet
 
setRow(int, short[]) - Method in class com.landawn.abacus.util.ShortMatrix
 
setRowOffsetPerColumnFamily(int) - Method in class com.landawn.abacus.util.AnyGet
 
setRowOffsetPerColumnFamily(int) - Method in class com.landawn.abacus.util.AnyScan
 
setRowPrefixFilter(String) - Method in class com.landawn.abacus.util.AnyScan
 
setRU2LD(boolean[]) - Method in class com.landawn.abacus.util.BooleanMatrix
 
setRU2LD(byte[]) - Method in class com.landawn.abacus.util.ByteMatrix
 
setRU2LD(char[]) - Method in class com.landawn.abacus.util.CharMatrix
 
setRU2LD(double[]) - Method in class com.landawn.abacus.util.DoubleMatrix
 
setRU2LD(float[]) - Method in class com.landawn.abacus.util.FloatMatrix
 
setRU2LD(int[]) - Method in class com.landawn.abacus.util.IntMatrix
 
setRU2LD(long[]) - Method in class com.landawn.abacus.util.LongMatrix
 
setRU2LD(T[]) - Method in class com.landawn.abacus.util.Matrix
 
setRU2LD(short[]) - Method in class com.landawn.abacus.util.ShortMatrix
 
setScanMetricsEnabled(boolean) - Method in class com.landawn.abacus.util.AnyScan
 
setSchema(Schema) - Method in class com.landawn.abacus.parser.AvroDeserializationConfig
 
setSchema(Schema) - Method in class com.landawn.abacus.parser.AvroSerializationConfig
 
setSerialConsistency(ConsistencyLevel) - Method in class com.landawn.abacus.util.CassandraExecutor.StatementSettings
 
setSerializationConfig(SerializationConfig<?>) - Method in class com.landawn.abacus.http.HttpProxy.Config
 
setShort(Object, int, short) - Static method in class com.landawn.abacus.util.Array
 
setSkipTransientField(boolean) - Method in class com.landawn.abacus.parser.SerializationConfig
 
setSmall(boolean) - Method in class com.landawn.abacus.util.AnyScan
 
setStartRow(Object) - Method in class com.landawn.abacus.util.AnyScan
 
setStopRow(Object) - Method in class com.landawn.abacus.util.AnyScan
 
setStringQuotation(char) - Method in class com.landawn.abacus.parser.SerializationConfig
 
setTagByPropertyName(boolean) - Method in class com.landawn.abacus.parser.XMLSerializationConfig
 
setTimeRange(long, long) - Method in class com.landawn.abacus.util.AnyGet
 
setTimeRange(long, long) - Method in class com.landawn.abacus.util.AnyScan
 
setTimestamp(long) - Method in class com.landawn.abacus.util.AnyDelete
 
setTimeStamp(long) - Method in class com.landawn.abacus.util.AnyGet
 
setTimeStamp(long) - Method in class com.landawn.abacus.util.AnyScan
 
setTraceQuery(boolean) - Method in class com.landawn.abacus.util.CassandraExecutor.StatementSettings
 
setTransactionSuccessful() - Method in class com.landawn.abacus.android.util.SQLiteExecutor
 
setTrue() - Method in class com.landawn.abacus.util.MutableBoolean
Sets the value to false.
setTTL(long) - Method in class com.landawn.abacus.util.AnyPut
 
setUserAgent(String) - Method in class com.landawn.abacus.http.AbstractHttpClient.HttpSettings
 
setUserName(String) - Method in class com.landawn.abacus.http.SecurityDTO
 
setValue(V) - Method in interface 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(R) - Method in class com.landawn.abacus.util.Pair
 
setValue(T2) - Method in class com.landawn.abacus.util.Tuple.Tuple2
Deprecated.
UnsupportedOperationException
setValues(List<?>) - Method in class com.landawn.abacus.condition.In
 
setWrapRootValue(boolean) - Method in class com.landawn.abacus.parser.JSONSerializationConfig
 
setWriteClass(boolean) - Method in class com.landawn.abacus.parser.KryoSerializationConfig
 
sha1() - Static method in class com.landawn.abacus.hash.Hashing
Returns a hash function implementing the SHA-1 algorithm (160 hash bits) by delegating to the SHA-1 MessageDigest.
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() - Static method in class com.landawn.abacus.hash.Hashing
Returns a hash function implementing the SHA-256 algorithm (256 hash bits) by delegating to the SHA-256 MessageDigest.
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() - Static method in class com.landawn.abacus.hash.Hashing
Returns a hash function implementing the SHA-384 algorithm (384 hash bits) by delegating to the SHA-384 MessageDigest.
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() - Static method in class com.landawn.abacus.hash.Hashing
Returns a hash function implementing the SHA-512 algorithm (512 hash bits) by delegating to the SHA-512 MessageDigest.
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.
Sheet<R,C,E> - Class in com.landawn.abacus.util
 
Sheet() - Constructor for class com.landawn.abacus.util.Sheet
 
Sheet(Collection<R>, Collection<C>) - Constructor for class com.landawn.abacus.util.Sheet
 
Sheet(Collection<R>, Collection<C>, Object[][]) - Constructor for class com.landawn.abacus.util.Sheet
 
Sheet.Cell<R,C,E> - Interface in com.landawn.abacus.util
 
ShortBiConsumer - Interface in com.landawn.abacus.util.function
 
ShortBiFunction<R> - Interface in com.landawn.abacus.util.function
 
ShortBinaryOperator - 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
 
ShortIterator - Class in com.landawn.abacus.util
 
ShortIterator() - Constructor for class com.landawn.abacus.util.ShortIterator
 
ShortList - Class in com.landawn.abacus.util
 
ShortList() - Constructor for class com.landawn.abacus.util.ShortList
 
ShortList(int) - Constructor for class com.landawn.abacus.util.ShortList
 
ShortList(short[]) - Constructor for class com.landawn.abacus.util.ShortList
The specified array is used as the element array for this list without copying action.
ShortList(short[], int) - Constructor for class com.landawn.abacus.util.ShortList
 
ShortMatrix - Class in com.landawn.abacus.util
 
ShortMatrix(short[][]) - Constructor for class com.landawn.abacus.util.ShortMatrix
 
ShortNConsumer - Interface in com.landawn.abacus.util.function
 
ShortNFunction<R> - Interface in com.landawn.abacus.util.function
 
ShortPair - Class in com.landawn.abacus.util
 
ShortPredicate - Interface in com.landawn.abacus.util.function
 
ShortStream - Class in com.landawn.abacus.util.stream
Note: It's copied from OpenJDK at: http://hg.openjdk.java.net/jdk8u/hs-dev/jdk
A sequence of primitive int-valued elements supporting sequential and parallel aggregate operations.
ShortSupplier - Interface in com.landawn.abacus.util.function
 
ShortToIntFunction - Interface in com.landawn.abacus.util.function
 
ShortTriConsumer - Interface in com.landawn.abacus.util.function
 
ShortTriFunction<R> - Interface in com.landawn.abacus.util.function
 
ShortTriple - Class in com.landawn.abacus.util
 
ShortTriPredicate - Interface in com.landawn.abacus.util.function
 
ShortUnaryOperator - 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.
showToast(CharSequence) - Static method in class com.landawn.abacus.android.util.Fu
 
showToast(CharSequence, int) - Static method in class com.landawn.abacus.android.util.Fu
 
showToast(Context, CharSequence) - Static method in class com.landawn.abacus.android.util.Fu
 
showToast(Context, CharSequence, int) - Static method in class com.landawn.abacus.android.util.Fu
 
showVirtualKeyboard(View) - Static method in class com.landawn.abacus.android.util.Fu
Sometimes view.requestFocus(), or dialog.getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_STATE_VISIBLE) (the view is in a dialog) is required to show virtual keyboard.
shuffle() - Method in class com.landawn.abacus.util.BooleanList
 
shuffle(Random) - Method in class com.landawn.abacus.util.BooleanList
 
shuffle() - Method in class com.landawn.abacus.util.ByteList
 
shuffle(Random) - Method in class com.landawn.abacus.util.ByteList
 
shuffle() - Method in class com.landawn.abacus.util.CharList
 
shuffle(Random) - Method in class com.landawn.abacus.util.CharList
 
shuffle() - Method in class com.landawn.abacus.util.DoubleList
 
shuffle(Random) - Method in class com.landawn.abacus.util.DoubleList
 
shuffle() - Method in class com.landawn.abacus.util.FloatList
 
shuffle(Random) - Method in class com.landawn.abacus.util.FloatList
 
shuffle() - Method in class com.landawn.abacus.util.IntList
 
shuffle(Random) - Method in class com.landawn.abacus.util.IntList
 
shuffle() - Method in class com.landawn.abacus.util.LongList
 
shuffle(Random) - Method in class com.landawn.abacus.util.LongList
 
shuffle(boolean[]) - Static method in class com.landawn.abacus.util.N
 
shuffle(boolean[], Random) - Static method in class com.landawn.abacus.util.N
 
shuffle(char[]) - Static method in class com.landawn.abacus.util.N
 
shuffle(char[], Random) - Static method in class com.landawn.abacus.util.N
 
shuffle(byte[]) - Static method in class com.landawn.abacus.util.N
 
shuffle(byte[], Random) - Static method in class com.landawn.abacus.util.N
 
shuffle(short[]) - Static method in class com.landawn.abacus.util.N
 
shuffle(short[], Random) - Static method in class com.landawn.abacus.util.N
 
shuffle(int[]) - Static method in class com.landawn.abacus.util.N
 
shuffle(int[], Random) - Static method in class com.landawn.abacus.util.N
 
shuffle(long[]) - Static method in class com.landawn.abacus.util.N
 
shuffle(long[], Random) - Static method in class com.landawn.abacus.util.N
 
shuffle(float[]) - Static method in class com.landawn.abacus.util.N
 
shuffle(float[], Random) - Static method in class com.landawn.abacus.util.N
 
shuffle(double[]) - Static method in class com.landawn.abacus.util.N
 
shuffle(double[], Random) - Static method in class com.landawn.abacus.util.N
 
shuffle(T[]) - Static method in class com.landawn.abacus.util.N
 
shuffle(T[], Random) - Static method in class com.landawn.abacus.util.N
 
shuffle(List<?>) - Static method in class com.landawn.abacus.util.N
 
shuffle(List<?>, Random) - Static method in class com.landawn.abacus.util.N
 
shuffle(Collection<?>) - Static method in class com.landawn.abacus.util.N
 
shuffle(Collection<?>, Random) - Static method in class com.landawn.abacus.util.N
 
shuffle() - Method in class com.landawn.abacus.util.PrimitiveList
 
shuffle(Random) - Method in class com.landawn.abacus.util.PrimitiveList
 
shuffle() - Method in class com.landawn.abacus.util.ShortList
 
shuffle(Random) - Method in class com.landawn.abacus.util.ShortList
 
shuffled() - Method in interface com.landawn.abacus.util.stream.BaseStream

This method only run sequentially, even in parallel stream and all elements will be loaded to memory.
shuffled(Random) - Method in interface com.landawn.abacus.util.stream.BaseStream

This method only run sequentially, even in parallel stream and all elements will be loaded to memory.
shuffled() - Method in class com.landawn.abacus.util.stream.EntryStream
 
shuffled(Random) - Method in class com.landawn.abacus.util.stream.EntryStream
 
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
 
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
 
sipHash24() - Static method in class com.landawn.abacus.hash.Hashing
Returns a hash function implementing the 64-bit SipHash-2-4 algorithm using a seed value of k = 00 01 02 ....
sipHash24(long, long) - Static method in class com.landawn.abacus.hash.Hashing
Returns a hash function implementing the 64-bit SipHash-2-4 algorithm using the given seed.
size() - Method in class com.landawn.abacus.cache.CaffeineCache
 
size() - Method in class com.landawn.abacus.cache.Ehcache
 
size() - Method in interface com.landawn.abacus.DataSet
Returns the size of this DataSet.
size() - Method in interface com.landawn.abacus.EntityId
 
size() - Method in class com.landawn.abacus.http.Headers
 
size() - Method in class com.landawn.abacus.pool.AbstractPool
 
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.BooleanList
 
size() - Method in class com.landawn.abacus.util.ByteList
 
size() - Method in class com.landawn.abacus.util.CharList
 
size() - Method in class com.landawn.abacus.util.DoubleList
 
size() - Method in class com.landawn.abacus.util.FloatList
 
size() - Method in class com.landawn.abacus.util.ImmutableMap
 
size() - Method in class com.landawn.abacus.util.IntList
 
size() - Method in class com.landawn.abacus.util.LongList
 
size() - Method in class com.landawn.abacus.util.LongMultiset
 
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.PrimitiveList
 
size() - Method in class com.landawn.abacus.util.Properties
 
size() - Method in class com.landawn.abacus.util.Seq
 
size() - Method in class com.landawn.abacus.util.ShortList
 
sizeOf(K, E) - Method in interface com.landawn.abacus.pool.KeyedObjectPool.MemoryMeasure
 
sizeOf(E) - Method in interface com.landawn.abacus.pool.ObjectPool.MemoryMeasure
 
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(ResultSet, int) - Static method in class com.landawn.abacus.util.JdbcUtil
 
skip(ResultSet, long) - Static method in class com.landawn.abacus.util.JdbcUtil
 
skip(long) - Method in class com.landawn.abacus.util.Observer
 
skip(int) - Method in class com.landawn.abacus.util.RowIterator
 
skip(long) - Method in class com.landawn.abacus.util.RowIterator
 
skip(long) - Method in interface com.landawn.abacus.util.stream.BaseStream
Returns a stream consisting of the remaining elements of this stream after discarding the first n elements of the stream.
skip(long, C) - Method in interface com.landawn.abacus.util.stream.BaseStream
Returns a stream consisting of the remaining elements of this stream after removing and consuming the first n elements of the stream.
skip(long) - Method in class com.landawn.abacus.util.stream.EntryStream
 
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.stream.Stream
A queue with size up to n will be maintained to filter out the last n elements.
skipNull(Iterator<T>) - Static method in class com.landawn.abacus.util.Iterators
 
skipNull(boolean) - Method in class com.landawn.abacus.util.Joiner
Ignore the null element/value for key/value, Map, Entity when the specified element or value is null if it's set to true.
skipNull() - Method in class com.landawn.abacus.util.stream.Stream
 
skipRepeats() - Static method in class com.landawn.abacus.util.Fn.Predicates
Remove the continuous repeat elements.
skipUntil(Try.Predicate<? super T, E>) - Method in class com.landawn.abacus.util.Seq
 
skipUntil(U, Try.BiPredicate<? super T, ? super U, E>) - Method in class com.landawn.abacus.util.Seq
 
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.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(int, int) - Method in class com.landawn.abacus.util.Seq
Returns a read-only Seq.
SliceSelector - Interface in com.landawn.abacus
It's designed to support partitioning by tables.
sliding(int) - Method in class com.landawn.abacus.util.Seq
 
sliding(int, int) - Method in class com.landawn.abacus.util.Seq
 
sliding(int) - Method in interface com.landawn.abacus.util.stream.BaseStream
 
sliding(int, int) - Method in interface com.landawn.abacus.util.stream.BaseStream
Stream.of(1, 2, 3, 4, 5, 6, 7, 8).sliding(3, 1).forEach(Stream::println)
output:
[1, 2, 3]
[2, 3, 4]
[3, 4, 5]
[4, 5, 6]
[5, 6, 7]
[6, 7, 8]

============================================================================
Stream.of(1, 2, 3, 4, 5, 6, 7, 8).sliding(3, 3).forEach(Stream::println)
output:
[1, 2, 3]
[4, 5, 6]
[7, 8]

============================================================================
Stream.of(1, 2, 3, 4, 5, 6, 7, 5).sliding(3, 5).forEach(Stream::println)
output:
[1, 2, 3]
[6, 7, 8]

This method only run sequentially, even in parallel stream.
slidingMap(BiFunction<? super T, ? super T, R>) - Method in class com.landawn.abacus.util.stream.Stream
 
slidingMap(BiFunction<? super T, ? super T, R>, int) - Method in class com.landawn.abacus.util.stream.Stream
Slide with windowSize = 2 and the specified increment, then map by the specified mapper.
slidingMap(BiFunction<? super T, ? super T, R>, int, boolean) - Method in class com.landawn.abacus.util.stream.Stream
 
slidingMap(TriFunction<? super T, ? super T, ? super T, R>) - Method in class com.landawn.abacus.util.stream.Stream
 
slidingMap(TriFunction<? super T, ? super T, ? super T, R>, int) - Method in class com.landawn.abacus.util.stream.Stream
Slide with windowSize = 3 and the specified increment, then map by the specified mapper.
slidingMap(TriFunction<? super T, ? super T, ? super T, R>, int, boolean) - Method in class com.landawn.abacus.util.stream.Stream
 
slidingToList(int) - Method in interface com.landawn.abacus.util.stream.BaseStream
 
slidingToList(int, int) - Method in interface com.landawn.abacus.util.stream.BaseStream
 
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.
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
 
sort() - Method in class com.landawn.abacus.util.BooleanList
 
sort() - Method in class com.landawn.abacus.util.ByteList
 
sort() - Method in class com.landawn.abacus.util.CharList
 
sort() - Method in class com.landawn.abacus.util.DoubleList
 
sort() - Method in class com.landawn.abacus.util.FloatList
 
sort(Comparator<? super E>) - Method in class com.landawn.abacus.util.ImmutableList
Deprecated.
Unsupported operation.
sort() - Method in class com.landawn.abacus.util.IntList
 
sort() - Method in class com.landawn.abacus.util.LongList
 
sort(boolean[]) - Static method in class com.landawn.abacus.util.N
 
sort(char[]) - Static method in class com.landawn.abacus.util.N
 
sort(char[], int, int) - Static method in class com.landawn.abacus.util.N
 
sort(byte[]) - Static method in class com.landawn.abacus.util.N
 
sort(byte[], int, int) - Static method in class com.landawn.abacus.util.N
 
sort(short[]) - Static method in class com.landawn.abacus.util.N
 
sort(short[], int, int) - Static method in class com.landawn.abacus.util.N
 
sort(int[]) - Static method in class com.landawn.abacus.util.N
 
sort(int[], int, int) - Static method in class com.landawn.abacus.util.N
 
sort(long[]) - Static method in class com.landawn.abacus.util.N
 
sort(long[], int, int) - Static method in class com.landawn.abacus.util.N
 
sort(float[]) - Static method in class com.landawn.abacus.util.N
 
sort(float[], int, int) - Static method in class com.landawn.abacus.util.N
 
sort(double[]) - Static method in class com.landawn.abacus.util.N
 
sort(double[], int, int) - Static method in class com.landawn.abacus.util.N
 
sort(Object[]) - Static method in class com.landawn.abacus.util.N
 
sort(Object[], int, int) - Static method in class com.landawn.abacus.util.N
 
sort(T[], Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
 
sort(T[], int, int, Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
 
sort(List<? extends T>) - Static method in class com.landawn.abacus.util.N
 
sort(List<? extends T>, int, int) - Static method in class com.landawn.abacus.util.N
 
sort(List<? extends T>, Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
 
sort(List<? extends T>, int, int, Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
 
sort() - Method in class com.landawn.abacus.util.PrimitiveList
 
sort() - Method in class com.landawn.abacus.util.ShortList
 
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(String) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
 
sortBy(String, Comparator<T>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
 
sortBy(Collection<String>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
 
sortBy(Collection<String>, Comparator<? super Object[]>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
 
sorted() - Method in interface com.landawn.abacus.util.stream.BaseStream
Returns a stream consisting of the elements of this stream in sorted order.
sorted(Comparator<? super Map.Entry<K, V>>) - Method in class com.landawn.abacus.util.stream.EntryStream
 
sorted(Comparator<? super T>) - Method in class com.landawn.abacus.util.stream.Stream
Returns a stream consisting of the elements of this stream, sorted according to the provided Comparator.
sortedBy(Function<? super Map.Entry<K, V>, ? extends Comparable>) - Method in class com.landawn.abacus.util.stream.EntryStream
 
sortedBy(Function<? super T, ? extends Comparable>) - Method in class com.landawn.abacus.util.stream.Stream
 
sortedByDouble(ToDoubleFunction<? super Map.Entry<K, V>>) - Method in class com.landawn.abacus.util.stream.EntryStream
 
sortedByDouble(ToDoubleFunction<? super T>) - Method in class com.landawn.abacus.util.stream.Stream
 
sortedByInt(ToIntFunction<? super Map.Entry<K, V>>) - Method in class com.landawn.abacus.util.stream.EntryStream
 
sortedByInt(ToIntFunction<? super T>) - Method in class com.landawn.abacus.util.stream.Stream
 
sortedByKey(Comparator<? super K>) - Method in class com.landawn.abacus.util.stream.EntryStream
 
sortedByLong(ToLongFunction<? super Map.Entry<K, V>>) - Method in class com.landawn.abacus.util.stream.EntryStream
 
sortedByLong(ToLongFunction<? super T>) - Method in class com.landawn.abacus.util.stream.Stream
 
sortedByValue(Comparator<? super V>) - Method in class com.landawn.abacus.util.stream.EntryStream
 
SP - Static variable in class com.landawn.abacus.util.Ascii
Space: A normally non-printing graphic character used to separate words.
sp2px(float) - Static method in class com.landawn.abacus.android.util.Fu
 
SPACE - Static variable in class com.landawn.abacus.util.Ascii
Alternate name for Ascii.SP.
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) - 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.
split(Collection<String>, 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.
split(int, int, 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.
split(Collection<String>, int, int, 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.
split(int, int, int) - Method in class com.landawn.abacus.util.BooleanList
 
split(int, int, int) - Method in class com.landawn.abacus.util.ByteList
 
split(int, int, int) - Method in class com.landawn.abacus.util.CharList
 
split(int, int, int) - Method in class com.landawn.abacus.util.DoubleList
 
split(int, int, int) - Method in class com.landawn.abacus.util.FloatList
 
split(int, int, int) - Method in class com.landawn.abacus.util.IntList
 
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(Iterator<? extends T>, int) - Static method in class com.landawn.abacus.util.Iterators
 
split(int, int, int) - Method in class com.landawn.abacus.util.LongList
 
split(String, char) - Static method in class com.landawn.abacus.util.N
 
split(String, char, boolean) - Static method in class com.landawn.abacus.util.N
 
split(String, String) - Static method in class com.landawn.abacus.util.N
 
split(String, String, boolean) - Static method in class com.landawn.abacus.util.N
 
split(String, String, int) - Static method in class com.landawn.abacus.util.N
 
split(String, String, int, boolean) - Static method in class com.landawn.abacus.util.N
 
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 size (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 size (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 size (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 size (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 size (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 size (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 size (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 size (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 size (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 size (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 size (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 size (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 size (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 size (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 size (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 size (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 size (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 size (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 size (the final list may be smaller).
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
 
split(int) - Method in class com.landawn.abacus.util.PrimitiveList
Returns consecutive sub lists of this list, each of the same size (the final list may be smaller), or an empty List if the specified list is null or empty.
split(int, int, int) - Method in class com.landawn.abacus.util.PrimitiveList
 
split(int) - Method in class com.landawn.abacus.util.Seq
Returns consecutive sub lists of this list, each of the same size (the final list may be smaller), or an empty List if the specified list is null or empty.
split(Try.Predicate<? super T, E>) - Method in class com.landawn.abacus.util.Seq
 
split(U, Try.BiPredicate<? super T, ? super U, E>, Try.Consumer<? super U, E2>) - Method in class com.landawn.abacus.util.Seq
 
split(int, int, int) - Method in class com.landawn.abacus.util.ShortList
 
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<M>) - Method in class com.landawn.abacus.util.Splitter.MapSplitter
 
split(Class<K>, Class<V>, CharSequence, Supplier<M>) - Method in class com.landawn.abacus.util.Splitter.MapSplitter
 
split(Type<K>, Type<V>, CharSequence, Supplier<M>) - Method in class com.landawn.abacus.util.Splitter.MapSplitter
 
split(CharSequence) - 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<C>) - Method in class com.landawn.abacus.util.Splitter
 
split(Class<T>, CharSequence, Supplier<C>) - Method in class com.landawn.abacus.util.Splitter
 
split(Type<T>, CharSequence, Supplier<C>) - Method in class com.landawn.abacus.util.Splitter
 
split(int) - Method in interface com.landawn.abacus.util.stream.BaseStream
Returns Stream of ByteStream with consecutive sub sequences of the elements, each of the same size (the final sequence may be smaller).
split(P) - Method in interface com.landawn.abacus.util.stream.BaseStream
Split the stream by the specified predicate.
split(U, BiPredicate<? super T, ? super U>, Consumer<? super U>) - Method in interface com.landawn.abacus.util.stream.BaseStream
Split the stream by the specified predicate.
split(String, String) - Static method in class com.landawn.abacus.util.stream.Stream
Splits the provided text into an array, separator specified, preserving all tokens, including empty tokens created by adjacent separators.
split(String, String, boolean) - Static method in class com.landawn.abacus.util.stream.Stream
Splits the provided text into an array, separator specified, preserving all tokens, including empty tokens created by adjacent separators.
split(String, char) - Static method in class com.landawn.abacus.util.stream.Stream
Splits the provided text into an array, separator specified, preserving all tokens, including empty tokens created by adjacent separators.
split(String, char, boolean) - Static method in class com.landawn.abacus.util.stream.Stream
Splits the provided text into an array, separator specified, preserving all tokens, including empty tokens created by adjacent separators.
splitAndThen(CharSequence, Try.Function<? super Map<String, String>, T, E>) - Method in class com.landawn.abacus.util.Splitter.MapSplitter
 
splitAndThen(CharSequence, Try.Function<? super String[], T, E>) - Method in class com.landawn.abacus.util.Splitter
 
splitAt(int) - Method in class com.landawn.abacus.util.Seq
 
splitAt(int) - Method in interface com.landawn.abacus.util.stream.BaseStream
Split the stream into two pieces at where.
splitBy(Try.Predicate<? super T, E>) - Method in class com.landawn.abacus.util.Seq
 
splitBy(P) - Method in interface com.landawn.abacus.util.stream.BaseStream
Split the stream into two pieces at where turns to false The first piece will be loaded into memory.
splitBySize(File, long) - Static method in class com.landawn.abacus.util.IOUtil
 
splitBySize(File, long, File) - Static method in class com.landawn.abacus.util.IOUtil
Mostly it's designed for (zipped/unzipped/log) text files.
splitor() - Method in interface com.landawn.abacus.util.stream.BaseStream
Return the underlying splitor if the stream is parallel, otherwise the default value splitor.ITERATOR is returned.
splitor(BaseStream.Splitor) - Method in interface com.landawn.abacus.util.stream.BaseStream
Returns a parallel stream with the specified splitor .
splitPreserveAllTokens(String, char) - Static method in class com.landawn.abacus.util.N
 
splitPreserveAllTokens(String, char, boolean) - Static method in class com.landawn.abacus.util.N
 
splitPreserveAllTokens(String, String) - Static method in class com.landawn.abacus.util.N
 
splitPreserveAllTokens(String, String, boolean) - Static method in class com.landawn.abacus.util.N
 
splitPreserveAllTokens(String, String, int) - Static method in class com.landawn.abacus.util.N
 
splitPreserveAllTokens(String, String, int, boolean) - Static method in class com.landawn.abacus.util.N
 
Splitter - Class in com.landawn.abacus.util
 
Splitter.MapSplitter - Class in com.landawn.abacus.util
 
splitToArray(CharSequence) - Method in class com.landawn.abacus.util.Splitter
 
splitToArray(Class<T>, CharSequence) - Method in class com.landawn.abacus.util.Splitter
 
splitToList(int) - Method in interface com.landawn.abacus.util.stream.BaseStream
Returns Stream of Stream with consecutive sub sequences of the elements, each of the same size (the final sequence may be smaller).
splitToList(P) - Method in interface com.landawn.abacus.util.stream.BaseStream
Split the stream by the specified predicate.
splitToList(U, BiPredicate<? super T, ? super U>, Consumer<? super U>) - Method in interface com.landawn.abacus.util.stream.BaseStream
Split the stream by the specified predicate.
splitToSet(int) - Method in class com.landawn.abacus.util.stream.Stream
Returns Stream of Stream with consecutive sub sequences of the elements, each of the same size (the final sequence may be smaller).
splitToSet(U, BiPredicate<? super T, ? super U>, Consumer<? super U>) - Method in class com.landawn.abacus.util.stream.Stream
Split the stream by the specified predicate.
SpyMemcached<T> - Class in com.landawn.abacus.cache
 
SpyMemcached(String) - Constructor for class com.landawn.abacus.cache.SpyMemcached
 
SpyMemcached(String, long) - Constructor for class com.landawn.abacus.cache.SpyMemcached
 
SpyMemcached(String, long, Transcoder<Object>) - Constructor for class com.landawn.abacus.cache.SpyMemcached
 
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.
SQL - Static variable in class com.landawn.abacus.util.SQLMapper
 
SQL_MAPPER - Static variable in class com.landawn.abacus.util.SQLMapper
 
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.E - Class in com.landawn.abacus.util
All the property/column names in collection/map/entity/condition will be converted to lower case with underscore.
SQLBuilder.E2 - Class in com.landawn.abacus.util
All the property/column names in collection/map/entity/condition will be converted to upper case with underscore.
SQLBuilder.E3 - Class in com.landawn.abacus.util
All the property/column names in collection/map/entity/condition will be kept without any change.
SQLBuilder.NE - Class in com.landawn.abacus.util
All the property/column names in collection/map/entity/condition will be converted to lower case with underscore and the sql will be parameterized with named parameter with Hibernate/JPA format :parameterName
SQLBuilder.NE2 - Class in com.landawn.abacus.util
All the property/column names in collection/map/entity/condition will be converted to upper case with underscore and the sql will be parameterized with named parameter with Hibernate/JPA format :parameterName
SQLBuilder.NE3 - Class in com.landawn.abacus.util
All the property/column names in collection/map/entity/condition will be kept without any change and the sql will be parameterized with named parameter with Hibernate/JPA format :parameterName
SQLBuilder.RE - Class in com.landawn.abacus.util
All the property/column names in collection/map/entity/condition will be converted to lower case with underscore and the sql will be parameterized with question mark.
SQLBuilder.RE2 - Class in com.landawn.abacus.util
All the property/column names in collection/map/entity/condition will be converted to upper case with underscore and the sql will be parameterized with question mark.
SQLBuilder.RE3 - Class in com.landawn.abacus.util
All the property/column names in collection/map/entity/condition will be kept without any change and the sql will be parameterized with question mark.
SQLBuilder.SE - Class in com.landawn.abacus.util
All the property/column names in collection/map/entity/condition will be converted to lower case with underscore and the sql will be parameterized with named parameter with Ibatis format #{parameterName}.
SQLBuilder.SE2 - Class in com.landawn.abacus.util
All the property/column names in collection/map/entity/condition will be converted to upper case with underscore and the sql will be parameterized with named parameter with Ibatis format #{parameterName}.
SQLBuilder.SE3 - Class in com.landawn.abacus.util
All the property/column names in collection/map/entity/condition will be kept without any change and the sql will be parameterized with named parameter with Ibatis format #{parameterName}.
SQLBuilder.SP - Class in com.landawn.abacus.util
 
SQLExecutor - Class in com.landawn.abacus.util
SQLExecutor is a simple sql/jdbc utility class.
SQLExecutor(DataSource) - Constructor for class com.landawn.abacus.util.SQLExecutor
 
SQLExecutor(DataSource, SQLExecutor.JdbcSettings) - Constructor for class com.landawn.abacus.util.SQLExecutor
 
SQLExecutor(DataSource, SQLExecutor.JdbcSettings, SQLMapper) - Constructor for class com.landawn.abacus.util.SQLExecutor
 
SQLExecutor(DataSource, SQLExecutor.JdbcSettings, SQLMapper, NamingPolicy) - Constructor for class com.landawn.abacus.util.SQLExecutor
 
SQLExecutor(DataSource, SQLExecutor.JdbcSettings, SQLMapper, NamingPolicy, AsyncExecutor) - Constructor for class com.landawn.abacus.util.SQLExecutor
 
SQLExecutor(DataSourceManager) - Constructor for class com.landawn.abacus.util.SQLExecutor
 
SQLExecutor(DataSourceManager, SQLExecutor.JdbcSettings) - Constructor for class com.landawn.abacus.util.SQLExecutor
 
SQLExecutor(DataSourceManager, SQLExecutor.JdbcSettings, SQLMapper) - Constructor for class com.landawn.abacus.util.SQLExecutor
 
SQLExecutor(DataSourceManager, SQLExecutor.JdbcSettings, SQLMapper, NamingPolicy) - Constructor for class com.landawn.abacus.util.SQLExecutor
 
SQLExecutor(DataSourceManager, SQLExecutor.JdbcSettings, SQLMapper, NamingPolicy, AsyncExecutor) - Constructor for class com.landawn.abacus.util.SQLExecutor
 
SQLExecutor.AbstractResultSetExtractor<T> - Class in com.landawn.abacus.util
 
SQLExecutor.AbstractStatementSetter - Class in com.landawn.abacus.util
 
SQLExecutor.AsyncMapper<T> - Class in com.landawn.abacus.util
 
SQLExecutor.JdbcSettings - Class in com.landawn.abacus.util
 
SQLExecutor.Mapper<T> - Class in com.landawn.abacus.util
 
SQLExecutor.Mapper.Id - Annotation Type in com.landawn.abacus.util
 
SQLExecutor.Mapper.NonUpdatable - Annotation Type in com.landawn.abacus.util
The properties will be ignored by update/updateAll/batchUpdate operations if the input is an entity.
SQLExecutor.Mapper.ReadOnly - Annotation Type in com.landawn.abacus.util
The field will be excluded by add/addAll/batchAdd and update/updateAll/batchUpdate operations if the input is an entity.
SQLExecutor.Mapper.ReadOnlyId - Annotation Type in com.landawn.abacus.util
The field is identity and will be excluded by add/addAll/batchAdd and update/updateAll/batchUpdate operations if the input is an entity.
SQLExecutor.ResultSetExtractor<T> - Interface in com.landawn.abacus.util
Refer to http://landawn.com/introduction-to-jdbc.html about how to read columns/rows from java.sql.ResultSet
SQLExecutor.StatementSetter - Interface in com.landawn.abacus.util
Refer to http://landawn.com/introduction-to-jdbc.html about how to set parameters in java.sql.PreparedStatement
SQLExecutor.TypedParameters - Class in com.landawn.abacus.util
 
SQLExecutor.TypedParameters.TP - Class in com.landawn.abacus.util
 
sqliteDB() - Method in class com.landawn.abacus.android.util.SQLiteExecutor
 
SQLiteExecutor - Class in com.landawn.abacus.android.util
It's a simple wrapper of SQliteDatabase on Android.
SQLiteExecutor(SQLiteDatabase) - Constructor for class com.landawn.abacus.android.util.SQLiteExecutor
 
SQLiteExecutor(SQLiteDatabase, NamingPolicy) - Constructor for class com.landawn.abacus.android.util.SQLiteExecutor
 
SQLMapper - Class in com.landawn.abacus.util
the sql scripts are configured in xml file and mapped to short ids referenced in program.
SQLMapper() - Constructor for class com.landawn.abacus.util.SQLMapper
 
SQLTransaction - Class in com.landawn.abacus.util
DO NOT CLOSE the connection manually.
SQLTransaction(Connection, IsolationLevel) - Constructor for class com.landawn.abacus.util.SQLTransaction
 
sqrt(String) - Static method in class com.landawn.abacus.condition.Expression
 
sqrt(int, RoundingMode) - Static method in class com.landawn.abacus.util.Maths
Returns the square root of x, rounded with the specified rounding mode.
sqrt(long, RoundingMode) - Static method in class com.landawn.abacus.util.Maths
Returns the square root of x, rounded with the specified rounding mode.
sqrt(BigInteger, RoundingMode) - Static method in class com.landawn.abacus.util.Maths
 
SSL_SOCKET_FACTORY - Static variable in class com.landawn.abacus.http.HttpClient
 
sslSocketFactory(SSLSocketFactory) - Method in class com.landawn.abacus.http.HttpClient.Request
 
start() - Method in class com.landawn.abacus.util.Stopwatch
Starts the stopwatch.
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.N
 
startsWithAny(String, String...) - Static method in class com.landawn.abacus.util.N
 
startsWithIgnoreCase(String, String) - Static method in class com.landawn.abacus.util.N
 
StatementSettings() - Constructor for class com.landawn.abacus.util.CassandraExecutor.StatementSettings
 
StatementSettings(ConsistencyLevel, ConsistencyLevel, boolean, RetryPolicy, int) - Constructor for class com.landawn.abacus.util.CassandraExecutor.StatementSettings
 
status() - Method in interface com.landawn.abacus.Transaction
Method status.
status() - Method in class com.landawn.abacus.util.SQLTransaction
 
step(long) - Method in interface com.landawn.abacus.util.stream.BaseStream
 
stop() - Method in class com.landawn.abacus.util.Stopwatch
Stops the stopwatch.
Stopwatch - Class in com.landawn.abacus.util
Note: Copied from Google Guava under Apache License v2.0

An object that measures elapsed time in nanoseconds.
store(Properties<?, ?>, File, String) - Static method in class com.landawn.abacus.util.PropertiesUtil
 
store(Properties<?, ?>, OutputStream, String) - Static method in class com.landawn.abacus.util.PropertiesUtil
 
store(Properties<?, ?>, Writer, String) - Static method in class com.landawn.abacus.util.PropertiesUtil
 
storeToXML(Properties<?, ?>, File, String, boolean) - Static method in class com.landawn.abacus.util.PropertiesUtil
 
storeToXML(Properties<?, ?>, OutputStream, String, boolean) - Static method in class com.landawn.abacus.util.PropertiesUtil
 
stream(String) - Method in interface com.landawn.abacus.DataSet
 
stream(String, int, int) - Method in interface com.landawn.abacus.DataSet
 
stream() - Method in interface com.landawn.abacus.DataSet
 
stream(int, int) - Method in interface com.landawn.abacus.DataSet
 
stream(Collection<String>) - Method in interface com.landawn.abacus.DataSet
 
stream(Collection<String>, int, int) - Method in interface com.landawn.abacus.DataSet
 
stream(Class<? extends T>) - Method in interface com.landawn.abacus.DataSet
 
stream(Class<? extends T>, int, int) - Method in interface com.landawn.abacus.DataSet
 
stream(Class<? extends T>, Collection<String>) - Method in interface com.landawn.abacus.DataSet
 
stream(Class<? extends T>, Collection<String>, int, int) - Method in interface com.landawn.abacus.DataSet
 
stream(IntFunction<? extends T>) - Method in interface com.landawn.abacus.DataSet
 
stream(IntFunction<? extends T>, int, int) - Method in interface com.landawn.abacus.DataSet
 
stream(IntFunction<? extends T>, Collection<String>) - Method in interface com.landawn.abacus.DataSet
 
stream(IntFunction<? extends T>, Collection<String>, int, int) - Method in interface com.landawn.abacus.DataSet
 
stream() - Method in interface com.landawn.abacus.PaginatedDataSet
 
stream(String, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
stream(String, SQLExecutor.StatementSetter, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
stream(String, SQLExecutor.StatementSetter, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
Remember to close the returned Stream to close the underlying ResultSet.
stream(Class<T>, String, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
stream(Class<T>, String, SQLExecutor.StatementSetter, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
stream(Class<T>, String, SQLExecutor.StatementSetter, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
Remember to close the returned Stream to close the underlying ResultSet.
stream() - Method in class com.landawn.abacus.util.BooleanIterator
 
stream() - Method in class com.landawn.abacus.util.BooleanList
 
stream(int, int) - Method in class com.landawn.abacus.util.BooleanList
 
stream() - Method in class com.landawn.abacus.util.BooleanPair
 
stream() - Method in class com.landawn.abacus.util.BooleanTriple
 
stream() - Method in class com.landawn.abacus.util.Builder
 
stream() - Method in class com.landawn.abacus.util.ByteIterator
 
stream() - Method in class com.landawn.abacus.util.ByteList
 
stream(int, int) - Method in class com.landawn.abacus.util.ByteList
 
stream() - Method in class com.landawn.abacus.util.BytePair
 
stream() - Method in class com.landawn.abacus.util.ByteTriple
 
stream(Class<T>, Condition) - Method in class com.landawn.abacus.util.CassandraExecutor
 
stream(Class<T>, Collection<String>, Condition) - Method in class com.landawn.abacus.util.CassandraExecutor
 
stream(String, Object...) - Method in class com.landawn.abacus.util.CassandraExecutor
 
stream(Class<T>, String, Object...) - Method in class com.landawn.abacus.util.CassandraExecutor
 
stream() - Method in class com.landawn.abacus.util.CharIterator
 
stream() - Method in class com.landawn.abacus.util.CharList
 
stream(int, int) - Method in class com.landawn.abacus.util.CharList
 
stream() - Method in class com.landawn.abacus.util.CharPair
 
stream() - Method in class com.landawn.abacus.util.CharTriple
 
stream(String, Object...) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
stream(Class<T>, String, Object...) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
stream(Query) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
stream(Class<T>, Query) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
stream(Query, long, TimeUnit) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
stream(Class<T>, Query, long, TimeUnit) - Method in class com.landawn.abacus.util.CouchbaseExecutor
 
stream() - Method in class com.landawn.abacus.util.DoubleIterator
 
stream() - Method in class com.landawn.abacus.util.DoubleList
 
stream(int, int) - Method in class com.landawn.abacus.util.DoubleList
 
stream() - Method in class com.landawn.abacus.util.DoublePair
 
stream() - Method in class com.landawn.abacus.util.DoubleTriple
 
stream(QueryRequest) - Method in class com.landawn.abacus.util.DynamoDBExecutor
 
stream(Class<T>, QueryRequest) - Method in class com.landawn.abacus.util.DynamoDBExecutor
 
stream() - Method in class com.landawn.abacus.util.FloatIterator
 
stream() - Method in class com.landawn.abacus.util.FloatList
 
stream(int, int) - Method in class com.landawn.abacus.util.FloatList
 
stream() - Method in class com.landawn.abacus.util.FloatPair
 
stream() - Method in class com.landawn.abacus.util.FloatTriple
 
stream() - Method in class com.landawn.abacus.util.IntIterator
 
stream() - Method in class com.landawn.abacus.util.IntList
 
stream(int, int) - Method in class com.landawn.abacus.util.IntList
 
stream() - Method in class com.landawn.abacus.util.IntPair
 
stream() - Method in class com.landawn.abacus.util.IntTriple
 
stream(Connection, String, Object...) - Static method in class com.landawn.abacus.util.JdbcUtil
Don’t close the specified Connection before the returned Stream is consumed/collected/terminated.
stream(Class<T>, Connection, String, Object...) - Static method in class com.landawn.abacus.util.JdbcUtil
Don’t close the specified Connection before the returned Stream is consumed/collected/terminated.
stream(PreparedStatement) - Static method in class com.landawn.abacus.util.JdbcUtil
Don’t close the specified statement before the returned Stream is consumed/collected/terminated.
stream(Class<T>, PreparedStatement) - Static method in class com.landawn.abacus.util.JdbcUtil
Don’t close the specified statement before the returned Stream is consumed/collected/terminated.
stream() - 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.
stream() - Method in class com.landawn.abacus.util.LongIterator
 
stream() - Method in class com.landawn.abacus.util.LongList
 
stream(int, int) - Method in class com.landawn.abacus.util.LongList
 
stream() - Method in class com.landawn.abacus.util.LongMultiset
 
stream() - Method in class com.landawn.abacus.util.LongPair
 
stream() - Method in class com.landawn.abacus.util.LongTriple
 
stream(Bson) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
stream(Class<T>, Bson) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
stream(Class<T>, Collection<String>, Bson) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
stream(Class<T>, Collection<String>, Bson, int, int) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
stream(Class<T>, Collection<String>, Bson, Bson) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
stream(Class<T>, Collection<String>, Bson, Bson, int, int) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
stream(Class<T>, Bson, Bson, Bson) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
stream(Class<T>, Bson, Bson, Bson, int, int) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
 
stream(String, Bson) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
stream(Class<T>, String, Bson) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
stream(Class<T>, String, Collection<String>, Bson) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
stream(Class<T>, String, Collection<String>, Bson, int, int) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
stream(Class<T>, String, Collection<String>, Bson, Bson) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
stream(Class<T>, String, Collection<String>, Bson, Bson, int, int) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
stream(Class<T>, String, Bson, Bson, Bson) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
stream(Class<T>, String, Bson, Bson, Bson, int, int) - Method in class com.landawn.abacus.util.MongoDBExecutor
 
stream() - Method in class com.landawn.abacus.util.Multimap
 
stream() - Method in class com.landawn.abacus.util.Multiset
 
stream() - Method in class com.landawn.abacus.util.ObjIterator
 
stream() - Method in class com.landawn.abacus.util.Optional
 
stream() - Method in class com.landawn.abacus.util.OptionalBoolean
 
stream() - Method in class com.landawn.abacus.util.OptionalByte
 
stream() - Method in class com.landawn.abacus.util.OptionalChar
 
stream() - Method in class com.landawn.abacus.util.OptionalDouble
 
stream() - Method in class com.landawn.abacus.util.OptionalFloat
 
stream() - Method in class com.landawn.abacus.util.OptionalInt
 
stream() - Method in class com.landawn.abacus.util.OptionalLong
 
stream() - Method in class com.landawn.abacus.util.OptionalShort
 
stream() - Method in class com.landawn.abacus.util.Pair
 
stream() - Method in class com.landawn.abacus.util.ShortIterator
 
stream() - Method in class com.landawn.abacus.util.ShortList
 
stream(int, int) - Method in class com.landawn.abacus.util.ShortList
 
stream() - Method in class com.landawn.abacus.util.ShortPair
 
stream() - Method in class com.landawn.abacus.util.ShortTriple
 
stream(Condition) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
stream(Collection<String>, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
stream(Collection<String>, Condition, SQLExecutor.JdbcSettings) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
stream(Condition) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
stream(Collection<String>, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
stream(Collection<String>, Condition, SQLExecutor.JdbcSettings) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
stream(String, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
 
stream(String, SQLExecutor.StatementSetter, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
 
stream(String, SQLExecutor.StatementSetter, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
Remember to close the returned Stream to close the underlying ResultSet.
stream(Class<T>, String, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
 
stream(Class<T>, String, SQLExecutor.StatementSetter, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
 
stream(Class<T>, String, SQLExecutor.StatementSetter, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
Remember to close the returned Stream to close the underlying ResultSet.
Stream<T> - Class in com.landawn.abacus.util.stream
Note: It's copied from OpenJDK at: http://hg.openjdk.java.net/jdk8u/hs-dev/jdk, And including methods copied from StreamEx: https://github.com/amaembo/streamex under Apache License, version 2.0.
stream() - Method in class com.landawn.abacus.util.Triple
 
stream() - Method in class com.landawn.abacus.util.Tuple.Tuple1
 
stream() - Method in class com.landawn.abacus.util.Tuple.Tuple2
 
stream() - Method in class com.landawn.abacus.util.Tuple.Tuple3
 
stream() - Method in class com.landawn.abacus.util.Tuple.Tuple4
 
stream() - Method in class com.landawn.abacus.util.Tuple.Tuple5
 
stream() - Method in class com.landawn.abacus.util.Tuple.Tuple6
 
stream() - Method in class com.landawn.abacus.util.Tuple.Tuple7
 
stream() - Method in class com.landawn.abacus.util.Tuple.Tuple8
 
stream() - Method in class com.landawn.abacus.util.Tuple.Tuple9
 
Stream.LAIO - Enum in com.landawn.abacus.util.stream
LAIO = Loading All Intermediate Operations.
Stream.LRNO - Enum in com.landawn.abacus.util.stream
LAIO = Loading Right Now Operations.
Stream.PSO - Enum in com.landawn.abacus.util.stream
PSO = Parallel supported Operations.
Stream.SOO - Enum in com.landawn.abacus.util.stream
SOO = Sequential Only Operations.
Stream.StreamEx<T> - Class in com.landawn.abacus.util.stream
 
streamAll(String, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
streamAll(String, SQLExecutor.StatementSetter, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
Remember to close the returned Stream to close the underlying ResultSet list.
streamAll(List<String>, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
streamAll(List<String>, SQLExecutor.StatementSetter, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
Remember to close the returned Stream to close the underlying ResultSet list.
streamAll(Class<T>, String, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
streamAll(Class<T>, String, SQLExecutor.StatementSetter, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
Remember to close the returned Stream to close the underlying ResultSet list.
streamAll(Class<T>, List<String>, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
streamAll(Class<T>, List<String>, SQLExecutor.StatementSetter, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
Remember to close the returned Stream to close the underlying ResultSet list.
streamAll(Condition, SQLExecutor.JdbcSettings) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
streamAll(Collection<String>, Condition, SQLExecutor.JdbcSettings) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
streamAll(Condition, SQLExecutor.JdbcSettings) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
Query from multiple data sources specified in JdbcSettings.
streamAll(Collection<String>, Condition, SQLExecutor.JdbcSettings) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
Query from multiple data sources specified in JdbcSettings.
streamAll(String, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
 
streamAll(String, SQLExecutor.StatementSetter, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
Remember to close the returned Stream list to close the underlying ResultSet list.
streamAll(Class<T>, String, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
 
streamAll(Class<T>, String, SQLExecutor.StatementSetter, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
Remember to close the returned Stream list to close the underlying ResultSet list.
streamAll(List<String>, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
 
streamAll(List<String>, SQLExecutor.StatementSetter, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
Remember to close the returned Stream list to close the underlying ResultSet list.
streamAll(Class<T>, List<String>, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
 
streamAll(Class<T>, List<String>, SQLExecutor.StatementSetter, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
Remember to close the returned Stream list to close the underlying ResultSet list.
streamC() - Method in class com.landawn.abacus.util.AbstractMatrix
 
streamC(int, int) - Method in class com.landawn.abacus.util.AbstractMatrix
 
streamC() - Method in class com.landawn.abacus.util.BooleanMatrix
 
streamC(int, int) - Method in class com.landawn.abacus.util.BooleanMatrix
 
streamC() - Method in class com.landawn.abacus.util.ByteMatrix
 
streamC(int, int) - Method in class com.landawn.abacus.util.ByteMatrix
 
streamC() - Method in class com.landawn.abacus.util.CharMatrix
 
streamC(int, int) - Method in class com.landawn.abacus.util.CharMatrix
 
streamC() - Method in class com.landawn.abacus.util.DoubleMatrix
 
streamC(int, int) - Method in class com.landawn.abacus.util.DoubleMatrix
 
streamC() - Method in class com.landawn.abacus.util.FloatMatrix
 
streamC(int, int) - Method in class com.landawn.abacus.util.FloatMatrix
 
streamC() - Method in class com.landawn.abacus.util.IntMatrix
 
streamC(int, int) - Method in class com.landawn.abacus.util.IntMatrix
 
streamC() - Method in class com.landawn.abacus.util.LongMatrix
 
streamC(int, int) - Method in class com.landawn.abacus.util.LongMatrix
 
streamC() - Method in class com.landawn.abacus.util.Matrix
 
streamC(int, int) - Method in class com.landawn.abacus.util.Matrix
 
streamC() - Method in class com.landawn.abacus.util.Sheet
 
streamC(int, int) - Method in class com.landawn.abacus.util.Sheet
 
streamC() - Method in class com.landawn.abacus.util.ShortMatrix
 
streamC(int, int) - Method in class com.landawn.abacus.util.ShortMatrix
 
streamH() - Method in class com.landawn.abacus.util.AbstractMatrix
 
streamH(int) - Method in class com.landawn.abacus.util.AbstractMatrix
 
streamH(int, int) - Method in class com.landawn.abacus.util.AbstractMatrix
 
streamH() - Method in class com.landawn.abacus.util.BooleanMatrix
 
streamH(int) - Method in class com.landawn.abacus.util.BooleanMatrix
 
streamH(int, int) - Method in class com.landawn.abacus.util.BooleanMatrix
 
streamH() - Method in class com.landawn.abacus.util.ByteMatrix
 
streamH(int) - Method in class com.landawn.abacus.util.ByteMatrix
 
streamH(int, int) - Method in class com.landawn.abacus.util.ByteMatrix
 
streamH() - Method in class com.landawn.abacus.util.CharMatrix
 
streamH(int) - Method in class com.landawn.abacus.util.CharMatrix
 
streamH(int, int) - Method in class com.landawn.abacus.util.CharMatrix
 
streamH() - Method in class com.landawn.abacus.util.DoubleMatrix
 
streamH(int) - Method in class com.landawn.abacus.util.DoubleMatrix
 
streamH(int, int) - Method in class com.landawn.abacus.util.DoubleMatrix
 
streamH() - Method in class com.landawn.abacus.util.FloatMatrix
 
streamH(int) - Method in class com.landawn.abacus.util.FloatMatrix
 
streamH(int, int) - Method in class com.landawn.abacus.util.FloatMatrix
 
streamH() - Method in class com.landawn.abacus.util.IntMatrix
 
streamH(int) - Method in class com.landawn.abacus.util.IntMatrix
 
streamH(int, int) - Method in class com.landawn.abacus.util.IntMatrix
 
streamH() - Method in class com.landawn.abacus.util.LongMatrix
 
streamH(int) - Method in class com.landawn.abacus.util.LongMatrix
 
streamH(int, int) - Method in class com.landawn.abacus.util.LongMatrix
 
streamH() - Method in class com.landawn.abacus.util.Matrix
 
streamH(int) - Method in class com.landawn.abacus.util.Matrix
 
streamH(int, int) - Method in class com.landawn.abacus.util.Matrix
 
streamH() - Method in class com.landawn.abacus.util.Sheet
 
streamH(int) - Method in class com.landawn.abacus.util.Sheet
 
streamH(int, int) - Method in class com.landawn.abacus.util.Sheet
 
streamH() - Method in class com.landawn.abacus.util.ShortMatrix
 
streamH(int) - Method in class com.landawn.abacus.util.ShortMatrix
 
streamH(int, int) - Method in class com.landawn.abacus.util.ShortMatrix
 
streamIfNotEmpty() - 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.
streamLU2RD() - Method in class com.landawn.abacus.util.AbstractMatrix
 
streamLU2RD() - Method in class com.landawn.abacus.util.BooleanMatrix
 
streamLU2RD() - Method in class com.landawn.abacus.util.ByteMatrix
 
streamLU2RD() - Method in class com.landawn.abacus.util.CharMatrix
 
streamLU2RD() - Method in class com.landawn.abacus.util.DoubleMatrix
 
streamLU2RD() - Method in class com.landawn.abacus.util.FloatMatrix
 
streamLU2RD() - Method in class com.landawn.abacus.util.IntMatrix
 
streamLU2RD() - Method in class com.landawn.abacus.util.LongMatrix
 
streamLU2RD() - Method in class com.landawn.abacus.util.Matrix
 
streamLU2RD() - Method in class com.landawn.abacus.util.ShortMatrix
 
streamR() - Method in class com.landawn.abacus.util.AbstractMatrix
 
streamR(int, int) - Method in class com.landawn.abacus.util.AbstractMatrix
 
streamR() - Method in class com.landawn.abacus.util.BooleanMatrix
 
streamR(int, int) - Method in class com.landawn.abacus.util.BooleanMatrix
 
streamR() - Method in class com.landawn.abacus.util.ByteMatrix
 
streamR(int, int) - Method in class com.landawn.abacus.util.ByteMatrix
 
streamR() - Method in class com.landawn.abacus.util.CharMatrix
 
streamR(int, int) - Method in class com.landawn.abacus.util.CharMatrix
 
streamR() - Method in class com.landawn.abacus.util.DoubleMatrix
 
streamR(int, int) - Method in class com.landawn.abacus.util.DoubleMatrix
 
streamR() - Method in class com.landawn.abacus.util.FloatMatrix
 
streamR(int, int) - Method in class com.landawn.abacus.util.FloatMatrix
 
streamR() - Method in class com.landawn.abacus.util.IntMatrix
 
streamR(int, int) - Method in class com.landawn.abacus.util.IntMatrix
 
streamR() - Method in class com.landawn.abacus.util.LongMatrix
 
streamR(int, int) - Method in class com.landawn.abacus.util.LongMatrix
 
streamR() - Method in class com.landawn.abacus.util.Matrix
 
streamR(int, int) - Method in class com.landawn.abacus.util.Matrix
 
streamR() - Method in class com.landawn.abacus.util.Sheet
 
streamR(int, int) - Method in class com.landawn.abacus.util.Sheet
 
streamR() - Method in class com.landawn.abacus.util.ShortMatrix
 
streamR(int, int) - Method in class com.landawn.abacus.util.ShortMatrix
 
streamRU2LD() - Method in class com.landawn.abacus.util.AbstractMatrix
 
streamRU2LD() - Method in class com.landawn.abacus.util.BooleanMatrix
 
streamRU2LD() - Method in class com.landawn.abacus.util.ByteMatrix
 
streamRU2LD() - Method in class com.landawn.abacus.util.CharMatrix
 
streamRU2LD() - Method in class com.landawn.abacus.util.DoubleMatrix
 
streamRU2LD() - Method in class com.landawn.abacus.util.FloatMatrix
 
streamRU2LD() - Method in class com.landawn.abacus.util.IntMatrix
 
streamRU2LD() - Method in class com.landawn.abacus.util.LongMatrix
 
streamRU2LD() - Method in class com.landawn.abacus.util.Matrix
 
streamRU2LD() - Method in class com.landawn.abacus.util.ShortMatrix
 
streamV() - Method in class com.landawn.abacus.util.AbstractMatrix
 
streamV(int) - Method in class com.landawn.abacus.util.AbstractMatrix
 
streamV(int, int) - Method in class com.landawn.abacus.util.AbstractMatrix
 
streamV() - Method in class com.landawn.abacus.util.BooleanMatrix
 
streamV(int) - Method in class com.landawn.abacus.util.BooleanMatrix
 
streamV(int, int) - Method in class com.landawn.abacus.util.BooleanMatrix
 
streamV() - Method in class com.landawn.abacus.util.ByteMatrix
 
streamV(int) - Method in class com.landawn.abacus.util.ByteMatrix
 
streamV(int, int) - Method in class com.landawn.abacus.util.ByteMatrix
 
streamV() - Method in class com.landawn.abacus.util.CharMatrix
 
streamV(int) - Method in class com.landawn.abacus.util.CharMatrix
 
streamV(int, int) - Method in class com.landawn.abacus.util.CharMatrix
 
streamV() - Method in class com.landawn.abacus.util.DoubleMatrix
 
streamV(int) - Method in class com.landawn.abacus.util.DoubleMatrix
 
streamV(int, int) - Method in class com.landawn.abacus.util.DoubleMatrix
 
streamV() - Method in class com.landawn.abacus.util.FloatMatrix
 
streamV(int) - Method in class com.landawn.abacus.util.FloatMatrix
 
streamV(int, int) - Method in class com.landawn.abacus.util.FloatMatrix
 
streamV() - Method in class com.landawn.abacus.util.IntMatrix
 
streamV(int) - Method in class com.landawn.abacus.util.IntMatrix
 
streamV(int, int) - Method in class com.landawn.abacus.util.IntMatrix
 
streamV() - Method in class com.landawn.abacus.util.LongMatrix
 
streamV(int) - Method in class com.landawn.abacus.util.LongMatrix
 
streamV(int, int) - Method in class com.landawn.abacus.util.LongMatrix
 
streamV() - Method in class com.landawn.abacus.util.Matrix
 
streamV(int) - Method in class com.landawn.abacus.util.Matrix
 
streamV(int, int) - Method in class com.landawn.abacus.util.Matrix
 
streamV() - Method in class com.landawn.abacus.util.Sheet
 
streamV(int) - Method in class com.landawn.abacus.util.Sheet
 
streamV(int, int) - Method in class com.landawn.abacus.util.Sheet
 
streamV() - Method in class com.landawn.abacus.util.ShortMatrix
 
streamV(int) - Method in class com.landawn.abacus.util.ShortMatrix
 
streamV(int, int) - Method in class com.landawn.abacus.util.ShortMatrix
 
string2InputStream(String) - Static method in class com.landawn.abacus.util.IOUtil
 
string2InputStream(String, Charset) - Static method in class com.landawn.abacus.util.IOUtil
 
string2Reader(String) - Static method in class com.landawn.abacus.util.IOUtil
 
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
 
stringLength(String) - Static method in class com.landawn.abacus.condition.Expression
 
stringOf(boolean) - Static method in class com.landawn.abacus.util.N
 
stringOf(char) - Static method in class com.landawn.abacus.util.N
 
stringOf(byte) - Static method in class com.landawn.abacus.util.N
 
stringOf(short) - Static method in class com.landawn.abacus.util.N
 
stringOf(int) - Static method in class com.landawn.abacus.util.N
 
stringOf(long) - Static method in class com.landawn.abacus.util.N
 
stringOf(float) - Static method in class com.landawn.abacus.util.N
 
stringOf(double) - Static method in class com.landawn.abacus.util.N
 
stringOf(Object) - Static method in class com.landawn.abacus.util.N
 
StringUtil - Class in com.landawn.abacus.util
It's an extension and wrapper for Apache Commons Lang and Text.
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(String) - Static method in class com.landawn.abacus.util.N
Strips whitespace from the start and end of a String.
strip(String[]) - Static method in class com.landawn.abacus.util.N
 
strip(String, String) - Static method in class com.landawn.abacus.util.N
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.N
 
stripAccents(String) - Static method in class com.landawn.abacus.util.N
Removes diacritics (~= accents) from a string.
stripAccents(String[]) - Static method in class com.landawn.abacus.util.N
 
stripEnd(String, String) - Static method in class com.landawn.abacus.util.N
Strips any of a set of characters from the end of a String.
stripEnd(String[], String) - Static method in class com.landawn.abacus.util.N
 
stripStart(String, String) - Static method in class com.landawn.abacus.util.N
Strips any of a set of characters from the start of a String.
stripStart(String[], String) - Static method in class com.landawn.abacus.util.N
 
stripToEmpty(String) - Static method in class com.landawn.abacus.util.N
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.N
 
stripToNull(String) - Static method in class com.landawn.abacus.util.N
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.N
 
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(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
 
Subscribe - Annotation Type in com.landawn.abacus.eventBus
 
Subscriber<E> - Interface in com.landawn.abacus.eventBus
 
subSet(E, boolean, E, boolean) - Method in class com.landawn.abacus.util.ImmutableNavigableSet
 
subSet(E, E) - Method in class com.landawn.abacus.util.ImmutableSortedSet
 
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.N
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.N
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.N
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.N
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.N
 
substring(String, int, String) - Static method in class com.landawn.abacus.util.N
 
substring(String, int, IntUnaryOperator) - Static method in class com.landawn.abacus.util.N
 
substring(String, char, int) - Static method in class com.landawn.abacus.util.N
 
substring(String, String, int) - Static method in class com.landawn.abacus.util.N
 
substring(String, IntUnaryOperator, int) - Static method in class com.landawn.abacus.util.N
 
substringBetween(String, int, int) - Static method in class com.landawn.abacus.util.N
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.N
 
substringBetween(String, int, String) - Static method in class com.landawn.abacus.util.N
 
substringBetween(String, int, IntUnaryOperator) - Static method in class com.landawn.abacus.util.N
 
substringBetween(String, char, int) - Static method in class com.landawn.abacus.util.N
 
substringBetween(String, String, int) - Static method in class com.landawn.abacus.util.N
 
substringBetween(String, IntUnaryOperator, int) - Static method in class com.landawn.abacus.util.N
 
subtract(ByteMatrix) - Method in class com.landawn.abacus.util.ByteMatrix
 
subtract(CharMatrix) - Method in class com.landawn.abacus.util.CharMatrix
 
subtract(DoubleMatrix) - Method in class com.landawn.abacus.util.DoubleMatrix
 
subtract(byte[], byte[]) - Static method in class com.landawn.abacus.util.f
 
subtract(byte[], byte[], byte, byte) - Static method in class com.landawn.abacus.util.f
 
subtract(byte[], byte[], byte[]) - Static method in class com.landawn.abacus.util.f
 
subtract(byte[], byte[], byte[], byte, byte, byte) - Static method in class com.landawn.abacus.util.f
 
subtract(byte[][], byte[][]) - Static method in class com.landawn.abacus.util.f
 
subtract(byte[][], byte[][], byte, byte) - Static method in class com.landawn.abacus.util.f
 
subtract(byte[][], byte[][], byte[][]) - Static method in class com.landawn.abacus.util.f
 
subtract(byte[][], byte[][], byte[][], byte, byte, byte) - Static method in class com.landawn.abacus.util.f
 
subtract(byte[][][], byte[][][]) - Static method in class com.landawn.abacus.util.f
 
subtract(byte[][][], byte[][][], byte, byte) - Static method in class com.landawn.abacus.util.f
 
subtract(byte[][][], byte[][][], byte[][][]) - Static method in class com.landawn.abacus.util.f
 
subtract(byte[][][], byte[][][], byte[][][], byte, byte, byte) - Static method in class com.landawn.abacus.util.f
 
subtract(short[], short[]) - Static method in class com.landawn.abacus.util.f
 
subtract(short[], short[], short, short) - Static method in class com.landawn.abacus.util.f
 
subtract(short[], short[], short[]) - Static method in class com.landawn.abacus.util.f
 
subtract(short[], short[], short[], short, short, short) - Static method in class com.landawn.abacus.util.f
 
subtract(short[][], short[][]) - Static method in class com.landawn.abacus.util.f
 
subtract(short[][], short[][], short, short) - Static method in class com.landawn.abacus.util.f
 
subtract(short[][], short[][], short[][]) - Static method in class com.landawn.abacus.util.f
 
subtract(short[][], short[][], short[][], short, short, short) - Static method in class com.landawn.abacus.util.f
 
subtract(short[][][], short[][][]) - Static method in class com.landawn.abacus.util.f
 
subtract(short[][][], short[][][], short, short) - Static method in class com.landawn.abacus.util.f
 
subtract(short[][][], short[][][], short[][][]) - Static method in class com.landawn.abacus.util.f
 
subtract(short[][][], short[][][], short[][][], short, short, short) - Static method in class com.landawn.abacus.util.f
 
subtract(int[], int[]) - Static method in class com.landawn.abacus.util.f
 
subtract(int[], int[], int, int) - Static method in class com.landawn.abacus.util.f
 
subtract(int[], int[], int[]) - Static method in class com.landawn.abacus.util.f
 
subtract(int[], int[], int[], int, int, int) - Static method in class com.landawn.abacus.util.f
 
subtract(int[][], int[][]) - Static method in class com.landawn.abacus.util.f
 
subtract(int[][], int[][], int, int) - Static method in class com.landawn.abacus.util.f
 
subtract(int[][], int[][], int[][]) - Static method in class com.landawn.abacus.util.f
 
subtract(int[][], int[][], int[][], int, int, int) - Static method in class com.landawn.abacus.util.f
 
subtract(int[][][], int[][][]) - Static method in class com.landawn.abacus.util.f
 
subtract(int[][][], int[][][], int, int) - Static method in class com.landawn.abacus.util.f
 
subtract(int[][][], int[][][], int[][][]) - Static method in class com.landawn.abacus.util.f
 
subtract(int[][][], int[][][], int[][][], int, int, int) - Static method in class com.landawn.abacus.util.f
 
subtract(long[], long[]) - Static method in class com.landawn.abacus.util.f
 
subtract(long[], long[], long, long) - Static method in class com.landawn.abacus.util.f
 
subtract(long[], long[], long[]) - Static method in class com.landawn.abacus.util.f
 
subtract(long[], long[], long[], long, long, long) - Static method in class com.landawn.abacus.util.f
 
subtract(long[][], long[][]) - Static method in class com.landawn.abacus.util.f
 
subtract(long[][], long[][], long, long) - Static method in class com.landawn.abacus.util.f
 
subtract(long[][], long[][], long[][]) - Static method in class com.landawn.abacus.util.f
 
subtract(long[][], long[][], long[][], long, long, long) - Static method in class com.landawn.abacus.util.f
 
subtract(long[][][], long[][][]) - Static method in class com.landawn.abacus.util.f
 
subtract(long[][][], long[][][], long, long) - Static method in class com.landawn.abacus.util.f
 
subtract(long[][][], long[][][], long[][][]) - Static method in class com.landawn.abacus.util.f
 
subtract(long[][][], long[][][], long[][][], long, long, long) - Static method in class com.landawn.abacus.util.f
 
subtract(float[], float[]) - Static method in class com.landawn.abacus.util.f
 
subtract(float[], float[], float, float) - Static method in class com.landawn.abacus.util.f
 
subtract(float[], float[], float[]) - Static method in class com.landawn.abacus.util.f
 
subtract(float[], float[], float[], float, float, float) - Static method in class com.landawn.abacus.util.f
 
subtract(float[][], float[][]) - Static method in class com.landawn.abacus.util.f
 
subtract(float[][], float[][], float, float) - Static method in class com.landawn.abacus.util.f
 
subtract(float[][], float[][], float[][]) - Static method in class com.landawn.abacus.util.f
 
subtract(float[][], float[][], float[][], float, float, float) - Static method in class com.landawn.abacus.util.f
 
subtract(float[][][], float[][][]) - Static method in class com.landawn.abacus.util.f
 
subtract(float[][][], float[][][], float, float) - Static method in class com.landawn.abacus.util.f
 
subtract(float[][][], float[][][], float[][][]) - Static method in class com.landawn.abacus.util.f
 
subtract(float[][][], float[][][], float[][][], float, float, float) - Static method in class com.landawn.abacus.util.f
 
subtract(double[], double[]) - Static method in class com.landawn.abacus.util.f
 
subtract(double[], double[], double, double) - Static method in class com.landawn.abacus.util.f
 
subtract(double[], double[], double[]) - Static method in class com.landawn.abacus.util.f
 
subtract(double[], double[], double[], double, double, double) - Static method in class com.landawn.abacus.util.f
 
subtract(double[][], double[][]) - Static method in class com.landawn.abacus.util.f
 
subtract(double[][], double[][], double, double) - Static method in class com.landawn.abacus.util.f
 
subtract(double[][], double[][], double[][]) - Static method in class com.landawn.abacus.util.f
 
subtract(double[][], double[][], double[][], double, double, double) - Static method in class com.landawn.abacus.util.f
 
subtract(double[][][], double[][][]) - Static method in class com.landawn.abacus.util.f
 
subtract(double[][][], double[][][], double, double) - Static method in class com.landawn.abacus.util.f
 
subtract(double[][][], double[][][], double[][][]) - Static method in class com.landawn.abacus.util.f
 
subtract(double[][][], double[][][], double[][][], double, double, double) - Static method in class com.landawn.abacus.util.f
 
subtract(FloatMatrix) - Method in class com.landawn.abacus.util.FloatMatrix
 
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(IntMatrix) - Method in class com.landawn.abacus.util.IntMatrix
 
subtract(LongMatrix) - Method in class com.landawn.abacus.util.LongMatrix
 
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.
subtract(ShortMatrix) - Method in class com.landawn.abacus.util.ShortMatrix
 
subtractExact(int, int) - Static method in class com.landawn.abacus.util.Maths
Returns the difference of a and b, provided it does not overflow.
subtractExact(long, long) - Static method in class com.landawn.abacus.util.Maths
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() - Method in class com.landawn.abacus.util.ByteList
 
sum(int, int) - Method in class com.landawn.abacus.util.ByteList
 
sum() - Method in class com.landawn.abacus.util.BytePair
 
sum() - Method in class com.landawn.abacus.util.ByteTriple
 
sum() - Method in class com.landawn.abacus.util.CharList
 
sum(int, int) - Method in class com.landawn.abacus.util.CharList
 
sum() - Method in class com.landawn.abacus.util.CharPair
 
sum() - Method in class com.landawn.abacus.util.CharTriple
 
sum() - Method in class com.landawn.abacus.util.DoubleList
 
sum(int, int) - Method in class com.landawn.abacus.util.DoubleList
 
sum() - Method in class com.landawn.abacus.util.DoublePair
 
sum() - Method in class com.landawn.abacus.util.DoubleTriple
 
sum() - Method in class com.landawn.abacus.util.FloatList
 
sum(int, int) - Method in class com.landawn.abacus.util.FloatList
 
sum() - Method in class com.landawn.abacus.util.FloatPair
 
sum() - Method in class com.landawn.abacus.util.FloatTriple
 
sum() - Method in class com.landawn.abacus.util.IntList
 
sum(int, int) - Method in class com.landawn.abacus.util.IntList
 
sum() - Method in class com.landawn.abacus.util.IntPair
 
sum() - Method in class com.landawn.abacus.util.IntTriple
 
sum() - Method in class com.landawn.abacus.util.LongList
 
sum(int, int) - Method in class com.landawn.abacus.util.LongList
 
sum() - Method in class com.landawn.abacus.util.LongPair
 
sum() - Method in class com.landawn.abacus.util.LongTriple
 
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.ShortList
 
sum(int, int) - Method in class com.landawn.abacus.util.ShortList
 
sum() - Method in class com.landawn.abacus.util.ShortPair
 
sum() - Method in class com.landawn.abacus.util.ShortTriple
 
sum() - Method in class com.landawn.abacus.util.stream.ByteStream
 
sum() - Method in class com.landawn.abacus.util.stream.CharStream
 
sum() - Method in class com.landawn.abacus.util.stream.DoubleStream
Returns the sum of elements in this stream.
sum() - Method in class com.landawn.abacus.util.stream.FloatStream
Returns the sum of elements in this stream.
sum() - Method in class com.landawn.abacus.util.stream.IntStream
Returns the sum of elements in this stream.
sum() - Method in class com.landawn.abacus.util.stream.LongStream
Returns the sum of elements in this stream.
sum() - Method in class com.landawn.abacus.util.stream.ShortStream
 
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[], Try.ToDoubleFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
sumDouble(T[], int, int, Try.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>, Try.ToDoubleFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
sumDouble(Collection<? extends T>, int, int, Try.ToDoubleFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
sumDouble() - Method in class com.landawn.abacus.util.Seq
 
sumDouble(Try.ToDoubleFunction<? super T, E>) - Method in class com.landawn.abacus.util.Seq
 
sumDouble(ToDoubleFunction<? super T>) - Method in class com.landawn.abacus.util.stream.Stream
 
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[], Try.ToIntFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
sumInt(T[], int, int, Try.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>, Try.ToIntFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
sumInt(Collection<? extends T>, int, int, Try.ToIntFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
sumInt() - Method in class com.landawn.abacus.util.Seq
 
sumInt(Try.ToIntFunction<? super T, E>) - Method in class com.landawn.abacus.util.Seq
 
sumInt(ToIntFunction<? super T>) - Method in class com.landawn.abacus.util.stream.Stream
 
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[], Try.ToLongFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
sumLong(T[], int, int, Try.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>, Try.ToLongFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
sumLong(Collection<? extends T>, int, int, Try.ToLongFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
 
sumLong() - Method in class com.landawn.abacus.util.Seq
 
sumLong(Try.ToLongFunction<? super T, E>) - Method in class com.landawn.abacus.util.Seq
 
sumLong(ToLongFunction<? super T>) - Method in class com.landawn.abacus.util.stream.Stream
 
summarize() - Method in class com.landawn.abacus.util.stream.ByteStream
 
summarize() - Method in class com.landawn.abacus.util.stream.CharStream
 
summarize() - Method in class com.landawn.abacus.util.stream.DoubleStream
 
summarize() - Method in class com.landawn.abacus.util.stream.FloatStream
 
summarize() - Method in class com.landawn.abacus.util.stream.IntStream
 
summarize() - Method in class com.landawn.abacus.util.stream.LongStream
 
summarize() - Method in class com.landawn.abacus.util.stream.ShortStream
 
summarizingByte(ToByteFunction<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
summarizingChar(ToCharFunction<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
summarizingDouble(ToDoubleFunction<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
Returns a Collector which applies an double-producing mapping function to each input element, and returns summary statistics for the resulting values.
summarizingFloat(ToFloatFunction<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
summarizingInt(ToIntFunction<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
Returns a Collector which applies an int-producing mapping function to each input element, and returns summary statistics for the resulting values.
summarizingLong(ToLongFunction<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
Returns a Collector which applies an long-producing mapping function to each input element, and returns summary statistics for the resulting values.
summarizingShort(ToShortFunction<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
summarizze() - Method in class com.landawn.abacus.util.stream.ByteStream
 
summarizze() - Method in class com.landawn.abacus.util.stream.CharStream
 
summarizze() - Method in class com.landawn.abacus.util.stream.DoubleStream
 
summarizze() - Method in class com.landawn.abacus.util.stream.FloatStream
 
summarizze() - Method in class com.landawn.abacus.util.stream.IntStream
 
summarizze() - Method in class com.landawn.abacus.util.stream.LongStream
 
summarizze() - Method in class com.landawn.abacus.util.stream.ShortStream
 
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
 
summingDoubble(ToDoubleFunction<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
summingDouble(ToDoubleFunction<? super T>) - Static method in class com.landawn.abacus.util.Fn
 
summingDouble(ToDoubleFunction<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
Returns a Collector that produces the sum of a double-valued function applied to the input elements.
summingInt(ToIntFunction<? super T>) - Static method in class com.landawn.abacus.util.Fn
 
summingInt(ToIntFunction<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
Returns a Collector that produces the sum of a integer-valued function applied to the input elements.
summingIntt(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.Fn
 
summingLong(ToLongFunction<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
Returns a Collector that produces the sum of a long-valued function applied to the input elements.
summingLongg(ToLongFunction<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
sumOfOccurrences() - Method in class com.landawn.abacus.util.LongMultiset
 
sumOfOccurrences() - Method in class com.landawn.abacus.util.Multiset
 
Supplier<T> - Interface in com.landawn.abacus.util.function
supplier() - Method in interface com.landawn.abacus.util.stream.Collector
A function that creates and returns a new mutable result container.
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
 
swap(int, int) - Method in class com.landawn.abacus.util.BooleanList
 
swap(int, int) - Method in class com.landawn.abacus.util.ByteList
 
swap(int, int) - Method in class com.landawn.abacus.util.CharList
 
swap(int, int) - Method in class com.landawn.abacus.util.DoubleList
 
swap(int, int) - Method in class com.landawn.abacus.util.FloatList
 
swap(int, int) - Method in class com.landawn.abacus.util.IntList
 
swap(int, int) - Method in class com.landawn.abacus.util.LongList
 
swap(boolean[], int, int) - Static method in class com.landawn.abacus.util.N
 
swap(char[], int, int) - Static method in class com.landawn.abacus.util.N
 
swap(byte[], int, int) - Static method in class com.landawn.abacus.util.N
 
swap(short[], int, int) - Static method in class com.landawn.abacus.util.N
 
swap(int[], int, int) - Static method in class com.landawn.abacus.util.N
 
swap(long[], int, int) - Static method in class com.landawn.abacus.util.N
 
swap(float[], int, int) - Static method in class com.landawn.abacus.util.N
 
swap(double[], int, int) - Static method in class com.landawn.abacus.util.N
 
swap(Object[], int, int) - Static method in class com.landawn.abacus.util.N
 
swap(List<?>, int, int) - Static method in class com.landawn.abacus.util.N
 
swap(int, int) - Method in class com.landawn.abacus.util.PrimitiveList
 
swap(int, int) - Method in class com.landawn.abacus.util.ShortList
 
swapCase(char) - Static method in class com.landawn.abacus.util.N
 
swapCase(String) - Static method in class com.landawn.abacus.util.N
Swaps the case of a String changing upper and title case to lower case, and lower case to upper case.
swapColumn(String, String) - Method in interface com.landawn.abacus.DataSet
Swap the positions of the two specified columns.
swapColumn(Object, Object) - Method in class com.landawn.abacus.util.Sheet
Swap the positions of the two specified columns.
swapRow(int, int) - Method in interface com.landawn.abacus.DataSet
Swap the positions of the two specified rows.
swapRow(Object, Object) - Method in class com.landawn.abacus.util.Sheet
Swap the positions of the two specified rows.
symmetricDifference(DataSet) - Method in interface com.landawn.abacus.DataSet
 
symmetricDifference(BooleanList) - Method in class com.landawn.abacus.util.BooleanList
 
symmetricDifference(boolean[]) - Method in class com.landawn.abacus.util.BooleanList
 
symmetricDifference(ByteList) - Method in class com.landawn.abacus.util.ByteList
 
symmetricDifference(byte[]) - Method in class com.landawn.abacus.util.ByteList
 
symmetricDifference(CharList) - Method in class com.landawn.abacus.util.CharList
 
symmetricDifference(char[]) - Method in class com.landawn.abacus.util.CharList
 
symmetricDifference(DoubleList) - Method in class com.landawn.abacus.util.DoubleList
 
symmetricDifference(double[]) - Method in class com.landawn.abacus.util.DoubleList
 
symmetricDifference(FloatList) - Method in class com.landawn.abacus.util.FloatList
 
symmetricDifference(float[]) - Method in class com.landawn.abacus.util.FloatList
 
symmetricDifference(IntList) - Method in class com.landawn.abacus.util.IntList
IntList a = IntList.of(0, 1, 2, 2, 3); IntList b = IntList.of(2, 5, 1); IntList c = a.symmetricDifference(b); // The elements c in a will be: [0, 2, 3, 5].
symmetricDifference(int[]) - Method in class com.landawn.abacus.util.IntList
 
symmetricDifference(LongList) - Method in class com.landawn.abacus.util.LongList
 
symmetricDifference(long[]) - Method in class com.landawn.abacus.util.LongList
 
symmetricDifference(Map<K, V>, Map<K, V>) - Static method in class com.landawn.abacus.util.Maps
 
symmetricDifference(boolean[], boolean[]) - Static method in class com.landawn.abacus.util.N
 
symmetricDifference(char[], char[]) - Static method in class com.landawn.abacus.util.N
 
symmetricDifference(byte[], byte[]) - Static method in class com.landawn.abacus.util.N
 
symmetricDifference(short[], short[]) - Static method in class com.landawn.abacus.util.N
 
symmetricDifference(int[], int[]) - Static method in class com.landawn.abacus.util.N
int[] a = {0, 1, 2, 2, 3}; int[] b = {2, 5, 1}; int[] c = symmetricDifference(a, b); // The elements c in a will b: [0, 2, 3, 5].
symmetricDifference(long[], long[]) - Static method in class com.landawn.abacus.util.N
 
symmetricDifference(float[], float[]) - Static method in class com.landawn.abacus.util.N
 
symmetricDifference(double[], double[]) - Static method in class com.landawn.abacus.util.N
 
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
 
symmetricDifference(Collection<T>) - Method in class com.landawn.abacus.util.Seq
 
symmetricDifference(T[]) - Method in class com.landawn.abacus.util.Seq
 
symmetricDifference(ShortList) - Method in class com.landawn.abacus.util.ShortList
 
symmetricDifference(short[]) - Method in class com.landawn.abacus.util.ShortList
 
symmetricDifference(Collection<T>) - Method in interface com.landawn.abacus.util.stream.BaseStream

This method only run sequentially, even in parallel stream.
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.
sync() - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
Synchronized<T> - Class in com.landawn.abacus.util
 

T

tail() - Method in class com.landawn.abacus.util.stream.ByteStream
Head and tail should be used by pair.
tail() - Method in class com.landawn.abacus.util.stream.CharStream
Head and tail should be used by pair.
tail() - Method in class com.landawn.abacus.util.stream.DoubleStream
Head and tail should be used by pair.
tail() - Method in class com.landawn.abacus.util.stream.FloatStream
Head and tail should be used by pair.
tail() - Method in class com.landawn.abacus.util.stream.IntStream
Head and tail should be used by pair.
tail() - Method in class com.landawn.abacus.util.stream.LongStream
Head and tail should be used by pair.
tail() - Method in class com.landawn.abacus.util.stream.ShortStream
Head and tail should be used by pair.
tail() - Method in class com.landawn.abacus.util.stream.Stream
Head and tail should be used by pair.
taill() - Method in class com.landawn.abacus.util.stream.ByteStream
Head2 and tail2 should be used by pair.
taill() - Method in class com.landawn.abacus.util.stream.CharStream
Head2 and tail2 should be used by pair.
taill() - Method in class com.landawn.abacus.util.stream.DoubleStream
Head2 and tail2 should be used by pair.
taill() - Method in class com.landawn.abacus.util.stream.FloatStream
Head2 and tail2 should be used by pair.
taill() - Method in class com.landawn.abacus.util.stream.IntStream
Head2 and tail2 should be used by pair.
taill() - Method in class com.landawn.abacus.util.stream.LongStream
Head2 and tail2 should be used by pair.
taill() - Method in class com.landawn.abacus.util.stream.ShortStream
Head2 and tail2 should be used by pair.
taill() - Method in class com.landawn.abacus.util.stream.Stream
Head2 and tail2 should be used by pair.
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(Try.Predicate<? super T, E>) - Method in class com.landawn.abacus.util.Seq
 
takeWhile(U, Try.BiPredicate<? super T, ? super U, E>) - Method in class com.landawn.abacus.util.Seq
 
takeWhile(P) - Method in interface com.landawn.abacus.util.stream.BaseStream
Keep the elements until the given predicate returns false.
takeWhile(U, BiPredicate<? super T, ? super U>) - Method in class com.landawn.abacus.util.stream.Stream
 
takeWhileInclusive(Try.Predicate<? super T, E>) - Method in class com.landawn.abacus.util.Seq
 
takeWhileInclusive(U, Try.BiPredicate<? super T, ? super U, E>) - Method in class com.landawn.abacus.util.Seq
 
tan(String) - Static method in class com.landawn.abacus.condition.Expression
 
targetClass() - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
targetType() - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
test(T) - Method in class com.landawn.abacus.hash.BloomFilter
Deprecated.
Provided only to satisfy the Predicate interface; use BloomFilter.mightContain(T) instead.
test(Predicate<T>) - Static method in class com.landawn.abacus.util.Fn
Returns the specified instance.
test(BiPredicate<T, U>) - Static method in class com.landawn.abacus.util.Fn
Returns the specified instance.
test(TriPredicate<A, B, C>) - Static method in class com.landawn.abacus.util.Fn
Returns the specified instance.
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(boolean, boolean, boolean) - Method in interface com.landawn.abacus.util.function.BooleanTriPredicate
 
test(byte, byte) - Method in interface com.landawn.abacus.util.function.ByteBiPredicate
 
test(byte) - Method in interface com.landawn.abacus.util.function.BytePredicate
 
test(byte, byte, byte) - Method in interface com.landawn.abacus.util.function.ByteTriPredicate
 
test(char, char) - Method in interface com.landawn.abacus.util.function.CharBiPredicate
 
test(char) - Method in interface com.landawn.abacus.util.function.CharPredicate
 
test(char, char, char) - Method in interface com.landawn.abacus.util.function.CharTriPredicate
 
test(double, double) - Method in interface com.landawn.abacus.util.function.DoubleBiPredicate
 
test(double) - Method in interface com.landawn.abacus.util.function.DoublePredicate
 
test(double, double, double) - Method in interface com.landawn.abacus.util.function.DoubleTriPredicate
 
test(float, float) - Method in interface com.landawn.abacus.util.function.FloatBiPredicate
 
test(float) - Method in interface com.landawn.abacus.util.function.FloatPredicate
 
test(float, float, float) - Method in interface com.landawn.abacus.util.function.FloatTriPredicate
 
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(int, int, int) - Method in interface com.landawn.abacus.util.function.IntTriPredicate
 
test(long, long) - Method in interface com.landawn.abacus.util.function.LongBiPredicate
 
test(long) - Method in interface com.landawn.abacus.util.function.LongPredicate
 
test(long, long, long) - Method in interface com.landawn.abacus.util.function.LongTriPredicate
 
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(short, short, short) - Method in interface com.landawn.abacus.util.function.ShortTriPredicate
 
test(A, B, C) - Method in interface com.landawn.abacus.util.function.TriPredicate
 
test(U, Try.Predicate<T, RuntimeException>) - Static method in class com.landawn.abacus.util.Synchronized
 
test(U, Try.BiPredicate<U, T, RuntimeException>) - Static method in class com.landawn.abacus.util.Synchronized
 
test(Try.Predicate<? super T, E>) - Method in class com.landawn.abacus.util.Synchronized
 
test(T, U) - Method in interface com.landawn.abacus.util.Try.BiPredicate
 
test(boolean, boolean) - Method in interface com.landawn.abacus.util.Try.BooleanBiPredicate
 
test(boolean) - Method in interface com.landawn.abacus.util.Try.BooleanPredicate
 
test(boolean, boolean, boolean) - Method in interface com.landawn.abacus.util.Try.BooleanTriPredicate
 
test(byte, byte) - Method in interface com.landawn.abacus.util.Try.ByteBiPredicate
 
test(byte) - Method in interface com.landawn.abacus.util.Try.BytePredicate
 
test(byte, byte, byte) - Method in interface com.landawn.abacus.util.Try.ByteTriPredicate
 
test(char, char) - Method in interface com.landawn.abacus.util.Try.CharBiPredicate
 
test(char) - Method in interface com.landawn.abacus.util.Try.CharPredicate
 
test(char, char, char) - Method in interface com.landawn.abacus.util.Try.CharTriPredicate
 
test(double, double) - Method in interface com.landawn.abacus.util.Try.DoubleBiPredicate
 
test(double) - Method in interface com.landawn.abacus.util.Try.DoublePredicate
 
test(double, double, double) - Method in interface com.landawn.abacus.util.Try.DoubleTriPredicate
 
test(float, float) - Method in interface com.landawn.abacus.util.Try.FloatBiPredicate
 
test(float) - Method in interface com.landawn.abacus.util.Try.FloatPredicate
 
test(float, float, float) - Method in interface com.landawn.abacus.util.Try.FloatTriPredicate
 
test(U, int, T) - Method in interface com.landawn.abacus.util.Try.IndexedBiPredicate
 
test(int, T) - Method in interface com.landawn.abacus.util.Try.IndexedPredicate
 
test(int, int) - Method in interface com.landawn.abacus.util.Try.IntBiPredicate
 
test(int) - Method in interface com.landawn.abacus.util.Try.IntPredicate
 
test(int, int, int) - Method in interface com.landawn.abacus.util.Try.IntTriPredicate
 
test(long, long) - Method in interface com.landawn.abacus.util.Try.LongBiPredicate
 
test(long) - Method in interface com.landawn.abacus.util.Try.LongPredicate
 
test(long, long, long) - Method in interface com.landawn.abacus.util.Try.LongTriPredicate
 
test(T) - Method in interface com.landawn.abacus.util.Try.Predicate
 
test(A, B, C, D) - Method in interface com.landawn.abacus.util.Try.QuadPredicate
 
test(short, short) - Method in interface com.landawn.abacus.util.Try.ShortBiPredicate
 
test(short) - Method in interface com.landawn.abacus.util.Try.ShortPredicate
 
test(short, short, short) - Method in interface com.landawn.abacus.util.Try.ShortTriPredicate
 
test(A, B, C) - Method in interface com.landawn.abacus.util.Try.TriPredicate
 
testByKey(Predicate<? super K>) - Static method in class com.landawn.abacus.util.Fn
 
testByValue(Predicate<? super V>) - Static method in class com.landawn.abacus.util.Fn
 
testKeyVal(BiPredicate<? super K, ? super V>) - Static method in class com.landawn.abacus.util.Fn
 
TEXT_HTML - Static variable in class com.landawn.abacus.http.HTTP
 
TEXT_JSON - Static variable in class com.landawn.abacus.http.HTTP
 
TEXT_XML - Static variable in class com.landawn.abacus.http.HTTP
 
then(Try.Callable<T, E>) - Method in class com.landawn.abacus.util.If.IF
Deprecated.
 
then(U, Try.Function<? super U, T, E>) - Method in class com.landawn.abacus.util.If.IF
Deprecated.
 
then(Try.Runnable<E>) - Method in class com.landawn.abacus.util.If
 
then(U, Try.Consumer<? super U, E>) - Method in class com.landawn.abacus.util.If
 
thenApply(U, Try.Function<? super U, T, E>) - Method in class com.landawn.abacus.util.If.IF
Deprecated.
 
thenCall(Callable<R>) - Method in class com.landawn.abacus.android.util.CompletableFuture
 
thenCall(Try.Function<? super T, R, E>) - Method in class com.landawn.abacus.android.util.CompletableFuture
 
thenCall(Try.BiFunction<? super T, Exception, R, E>) - Method in class com.landawn.abacus.android.util.CompletableFuture
 
thenCall(Try.Callable<R, E>) - Method in class com.landawn.abacus.util.CompletableFuture
 
thenCall(Try.Function<? super T, R, E>) - Method in class com.landawn.abacus.util.CompletableFuture
 
thenCall(Try.BiFunction<? super T, Exception, R, E>) - Method in class com.landawn.abacus.util.CompletableFuture
 
thenCallByTP(Callable<R>) - Method in class com.landawn.abacus.android.util.CompletableFuture
 
thenCallByTP(Try.Function<? super T, R, E>) - Method in class com.landawn.abacus.android.util.CompletableFuture
 
thenCallByTP(Try.BiFunction<? super T, Exception, R, E>) - Method in class com.landawn.abacus.android.util.CompletableFuture
 
thenCallOnUI(Callable<R>) - Method in class com.landawn.abacus.android.util.CompletableFuture
 
thenCallOnUI(Try.Function<? super T, R, E>) - Method in class com.landawn.abacus.android.util.CompletableFuture
 
thenCallOnUI(Try.BiFunction<? super T, Exception, R, E>) - Method in class com.landawn.abacus.android.util.CompletableFuture
 
thenDoNothing() - Method in class com.landawn.abacus.util.If
 
thenGet(Try.Supplier<T, E>) - Method in class com.landawn.abacus.util.If.IF
Deprecated.
 
thenRun(Try.Runnable<E>) - Method in class com.landawn.abacus.android.util.CompletableFuture
 
thenRun(Try.Consumer<? super T, E>) - Method in class com.landawn.abacus.android.util.CompletableFuture
 
thenRun(Try.BiConsumer<? super T, Exception, E>) - Method in class com.landawn.abacus.android.util.CompletableFuture
 
thenRun(Try.Runnable<E>) - Method in class com.landawn.abacus.util.CompletableFuture
 
thenRun(Try.Consumer<? super T, E>) - Method in class com.landawn.abacus.util.CompletableFuture
 
thenRun(Try.BiConsumer<? super T, Exception, E>) - Method in class com.landawn.abacus.util.CompletableFuture
 
thenRunByTP(Try.Runnable<E>) - Method in class com.landawn.abacus.android.util.CompletableFuture
 
thenRunByTP(Try.Consumer<? super T, E>) - Method in class com.landawn.abacus.android.util.CompletableFuture
 
thenRunByTP(Try.BiConsumer<? super T, Exception, E>) - Method in class com.landawn.abacus.android.util.CompletableFuture
 
thenRunOnUI(Try.Runnable<E>) - Method in class com.landawn.abacus.android.util.CompletableFuture
 
thenRunOnUI(Try.Consumer<? super T, E>) - Method in class com.landawn.abacus.android.util.CompletableFuture
 
thenRunOnUI(Try.BiConsumer<? super T, Exception, E>) - Method in class com.landawn.abacus.android.util.CompletableFuture
 
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
 
throwingMerger() - Static method in class com.landawn.abacus.util.Fn
 
timeInterval() - Method in class com.landawn.abacus.util.Observer
 
TIMEOUT - Static variable in class com.landawn.abacus.util.SQLMapper
 
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
 
toAnyPut(Object) - Static method in class com.landawn.abacus.util.HBaseExecutor
 
toAnyPut(Object, NamingPolicy) - Static method in class com.landawn.abacus.util.HBaseExecutor
 
toAnyPut(Collection<?>) - Static method in class com.landawn.abacus.util.HBaseExecutor
 
toAnyPut(Collection<?>, NamingPolicy) - Static method in class com.landawn.abacus.util.HBaseExecutor
 
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.BooleanIterator
 
toArray() - Method in class com.landawn.abacus.util.BooleanPair
 
toArray() - Method in class com.landawn.abacus.util.BooleanTriple
 
toArray() - Method in class com.landawn.abacus.util.ByteIterator
 
toArray() - Method in class com.landawn.abacus.util.BytePair
 
toArray() - Method in class com.landawn.abacus.util.ByteTriple
 
toArray() - Method in class com.landawn.abacus.util.CharIterator
 
toArray() - Method in class com.landawn.abacus.util.CharPair
 
toArray() - Method in class com.landawn.abacus.util.CharTriple
 
toArray() - Method in class com.landawn.abacus.util.DoubleIterator
 
toArray() - Method in class com.landawn.abacus.util.DoublePair
 
toArray() - Method in class com.landawn.abacus.util.DoubleTriple
 
toArray() - Method in class com.landawn.abacus.util.FloatIterator
 
toArray() - Method in class com.landawn.abacus.util.FloatPair
 
toArray() - Method in class com.landawn.abacus.util.FloatTriple
 
toArray() - Method in class com.landawn.abacus.util.IntIterator
 
toArray() - Method in class com.landawn.abacus.util.IntPair
 
toArray() - Method in class com.landawn.abacus.util.IntTriple
 
toArray() - Method in class com.landawn.abacus.util.LongIterator
 
toArray() - Method in class com.landawn.abacus.util.LongMultiset
 
toArray(A[]) - Method in class com.landawn.abacus.util.LongMultiset
 
toArray() - Method in class com.landawn.abacus.util.LongPair
 
toArray() - Method in class com.landawn.abacus.util.LongTriple
 
toArray() - Method in class com.landawn.abacus.util.Multiset
 
toArray(A[]) - Method in class com.landawn.abacus.util.Multiset
 
toArray(Collection<?>) - Static method in class com.landawn.abacus.util.N
Returns an empty array if the specified collection is null or empty.
toArray(Collection<?>, int, int) - Static method in class com.landawn.abacus.util.N
 
toArray(Collection<T>, A[]) - Static method in class com.landawn.abacus.util.N
 
toArray(Collection<T>, int, int, A[]) - Static method in class com.landawn.abacus.util.N
 
toArray(Class<A[]>, Collection<T>) - Static method in class com.landawn.abacus.util.N
 
toArray(Class<A[]>, Collection<T>, int, int) - Static method in class com.landawn.abacus.util.N
 
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() - Method in class com.landawn.abacus.util.Seq
 
toArray(A[]) - Method in class com.landawn.abacus.util.Seq
 
toArray() - Method in class com.landawn.abacus.util.ShortIterator
 
toArray() - Method in class com.landawn.abacus.util.ShortPair
 
toArray() - Method in class com.landawn.abacus.util.ShortTriple
 
toArray() - Method in interface com.landawn.abacus.util.stream.BaseStream
Returns an array containing the elements of this stream.
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[]>) - Method in class com.landawn.abacus.util.stream.Stream
Returns an array containing the elements of this stream, using the provided generator function to allocate the returned array, as well as any additional arrays that might be required for a partitioned execution or for resizing.
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
 
toArrayH() - Method in class com.landawn.abacus.util.Sheet
 
toArrayH(Class<T>) - Method in class com.landawn.abacus.util.Sheet
 
toArrayV() - Method in class com.landawn.abacus.util.Sheet
 
toArrayV(Class<T>) - Method in class com.landawn.abacus.util.Sheet
 
toBiMap(Function<? super T, ? extends K>, Function<? super T, ? extends U>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
toBiMap(Function<? super T, ? extends K>, Function<? super T, ? extends U>, Supplier<BiMap<K, U>>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
toBiMap(Function<? super T, ? extends K>, Function<? super T, ? extends U>, BinaryOperator<U>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
toBiMap(Function<? super T, ? extends K>, Function<? super T, ? extends U>, BinaryOperator<U>, Supplier<BiMap<K, U>>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
toBoolean(byte[]) - Static method in class com.landawn.abacus.util.f
 
toBoolean(byte[][]) - Static method in class com.landawn.abacus.util.f
 
toBoolean(byte[][][]) - Static method in class com.landawn.abacus.util.f
 
toBoolean(int[]) - Static method in class com.landawn.abacus.util.f
 
toBoolean(int[][]) - Static method in class com.landawn.abacus.util.f
 
toBoolean(int[][][]) - Static method in class com.landawn.abacus.util.f
 
toBooleanArray() - Static method in class com.landawn.abacus.util.stream.Collectors
 
ToBooleanBiFunction<T,U> - Interface in com.landawn.abacus.util.function
 
ToBooleanFunction<T> - Interface in com.landawn.abacus.util.function
 
toBooleanList() - Static method in class com.landawn.abacus.util.stream.Collectors
 
toBson(Object) - Static method in class com.landawn.abacus.util.MongoDBExecutor
 
toBson(Object...) - Static method in class com.landawn.abacus.util.MongoDBExecutor
Create a new document with specified parameter(s).
toBSONObject(Object) - Static method in class com.landawn.abacus.util.MongoDBExecutor
 
toBSONObject(Object...) - Static method in class com.landawn.abacus.util.MongoDBExecutor
 
toByte(boolean[]) - Static method in class com.landawn.abacus.util.f
 
toByte(boolean[][]) - Static method in class com.landawn.abacus.util.f
 
toByte(boolean[][][]) - Static method in class com.landawn.abacus.util.f
 
toByteArray() - Static method in class com.landawn.abacus.util.stream.Collectors
 
ToByteBiFunction<T,U> - Interface in com.landawn.abacus.util.function
 
ToByteFunction<T> - Interface in com.landawn.abacus.util.function
 
toByteList() - Method in class com.landawn.abacus.util.stream.ByteStream
 
toByteList() - Static method in class com.landawn.abacus.util.stream.Collectors
 
toCharArray() - Static method in class com.landawn.abacus.util.stream.Collectors
 
ToCharBiFunction<T,U> - Interface in com.landawn.abacus.util.function
 
ToCharFunction<T> - Interface in com.landawn.abacus.util.function
 
toCharList() - Method in class com.landawn.abacus.util.stream.CharStream
 
toCharList() - Static method in class com.landawn.abacus.util.stream.Collectors
 
toCollection(int, int, IntFunction<C>) - Method in class com.landawn.abacus.util.BooleanList
 
toCollection(int, int, IntFunction<C>) - Method in class com.landawn.abacus.util.ByteList
 
toCollection(int, int, IntFunction<C>) - Method in class com.landawn.abacus.util.CharList
 
toCollection(int, int, IntFunction<C>) - Method in class com.landawn.abacus.util.DoubleList
 
toCollection(int, int, IntFunction<C>) - Method in class com.landawn.abacus.util.FloatList
 
toCollection(Supplier<C>) - Static method in class com.landawn.abacus.util.Fn
 
toCollection(Supplier<C>) - Method in class com.landawn.abacus.util.ImmutableIterator
 
toCollection(int, int, IntFunction<C>) - Method in class com.landawn.abacus.util.IntList
 
toCollection(Iterator<? extends T>, Supplier<C>) - Static method in class com.landawn.abacus.util.Iterators
 
toCollection(int, int, IntFunction<C>) - Method in class com.landawn.abacus.util.LongList
 
toCollection(T[], IntFunction<C>) - Static method in class com.landawn.abacus.util.N
 
toCollection(T[], int, int, IntFunction<C>) - Static method in class com.landawn.abacus.util.N
 
toCollection(IntFunction<C>) - Method in class com.landawn.abacus.util.PrimitiveList
 
toCollection(int, int, IntFunction<C>) - Method in class com.landawn.abacus.util.PrimitiveList
 
toCollection(IntFunction<C>) - Method in class com.landawn.abacus.util.Seq
 
toCollection(int, int, IntFunction<C>) - Method in class com.landawn.abacus.util.ShortList
 
toCollection(Supplier<R>) - Method in interface com.landawn.abacus.util.stream.BaseStream
 
toCollection(Supplier<C>) - Static method in class com.landawn.abacus.util.stream.Collectors
Returns a Collector that accumulates the input elements into a new Collection, in encounter order.
toCollection(Supplier<C>, int) - Static method in class com.landawn.abacus.util.stream.Collectors
 
toConcurrentMap(Function<? super T, ? extends K>, Function<? super T, ? extends U>) - Static method in class com.landawn.abacus.util.stream.Collectors
Returns a concurrent Collector that accumulates elements into a ConcurrentMap whose keys and values are the result of applying the provided mapping functions to the input elements.
toConcurrentMap(Function<? super T, ? extends K>, Function<? super T, ? extends U>, Supplier<M>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
toConcurrentMap(Function<? super T, ? extends K>, Function<? super T, ? extends U>, BinaryOperator<U>) - Static method in class com.landawn.abacus.util.stream.Collectors
Returns a concurrent Collector that accumulates elements into a ConcurrentMap whose keys and values are the result of applying the provided mapping functions to the input elements.
toConcurrentMap(Function<? super T, ? extends K>, Function<? super T, ? extends U>, BinaryOperator<U>, Supplier<M>) - Static method in class com.landawn.abacus.util.stream.Collectors
Returns a concurrent Collector that accumulates elements into a ConcurrentMap whose keys and values are the result of applying the provided mapping functions to the input elements.
toContentValues(Object) - Static method in class com.landawn.abacus.android.util.Fu
 
toContentValues(Object, Collection<String>) - Static method in class com.landawn.abacus.android.util.Fu
 
toContentValues(Object, NamingPolicy) - Static method in class com.landawn.abacus.android.util.Fu
 
toContentValues(Object, Collection<String>, NamingPolicy) - Static method in class com.landawn.abacus.android.util.Fu
 
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() - Static method in class com.landawn.abacus.util.stream.Collectors
 
toDataSet(List<String>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
toDataSet() - Method in class com.landawn.abacus.util.stream.Stream
 
toDataSet(boolean) - Method in class com.landawn.abacus.util.stream.Stream
 
toDataSet(List<String>) - Method in class com.landawn.abacus.util.stream.Stream
 
toDataSetH() - Method in class com.landawn.abacus.util.Sheet
 
toDataSetV() - Method in class com.landawn.abacus.util.Sheet
 
toDays() - Method in class com.landawn.abacus.util.Duration
Gets the number of days in this duration.
toDBObject(Object) - Static method in class com.landawn.abacus.util.MongoDBExecutor
 
toDBObject(Object...) - Static method in class com.landawn.abacus.util.MongoDBExecutor
 
toDelete(Collection<AnyDelete>) - Static method in class com.landawn.abacus.util.HBaseExecutor
 
toDeque() - Static method in class com.landawn.abacus.util.stream.Collectors
 
toDocument(Object) - Static method in class com.landawn.abacus.util.MongoDBExecutor
 
toDocument(Object...) - Static method in class com.landawn.abacus.util.MongoDBExecutor
Create a new document with specified parameter(s).
toDouble(char[]) - Static method in class com.landawn.abacus.util.f
 
toDouble(char[][]) - Static method in class com.landawn.abacus.util.f
 
toDouble(char[][][]) - Static method in class com.landawn.abacus.util.f
 
toDouble(byte[]) - Static method in class com.landawn.abacus.util.f
 
toDouble(byte[][]) - Static method in class com.landawn.abacus.util.f
 
toDouble(byte[][][]) - Static method in class com.landawn.abacus.util.f
 
toDouble(short[]) - Static method in class com.landawn.abacus.util.f
 
toDouble(short[][]) - Static method in class com.landawn.abacus.util.f
 
toDouble(short[][][]) - Static method in class com.landawn.abacus.util.f
 
toDouble(int[]) - Static method in class com.landawn.abacus.util.f
 
toDouble(int[][]) - Static method in class com.landawn.abacus.util.f
 
toDouble(int[][][]) - Static method in class com.landawn.abacus.util.f
 
toDouble(long[]) - Static method in class com.landawn.abacus.util.f
 
toDouble(long[][]) - Static method in class com.landawn.abacus.util.f
 
toDouble(long[][][]) - Static method in class com.landawn.abacus.util.f
 
toDouble(float[]) - Static method in class com.landawn.abacus.util.f
 
toDouble(float[][]) - Static method in class com.landawn.abacus.util.f
 
toDouble(float[][][]) - Static method in class com.landawn.abacus.util.f
 
toDoubleArray() - Static method in class com.landawn.abacus.util.stream.Collectors
 
ToDoubleBiFunction<T,U> - Interface in com.landawn.abacus.util.function
ToDoubleFunction<T> - Interface in com.landawn.abacus.util.function
toDoubleList() - Method in class com.landawn.abacus.util.FloatList
 
toDoubleList() - Method in class com.landawn.abacus.util.IntList
 
toDoubleList() - Method in class com.landawn.abacus.util.LongList
 
toDoubleList() - Static method in class com.landawn.abacus.util.stream.Collectors
 
toDoubleList() - Method in class com.landawn.abacus.util.stream.DoubleStream
 
toDoubleMatrix() - Method in class com.landawn.abacus.util.ByteMatrix
 
toDoubleMatrix() - Method in class com.landawn.abacus.util.CharMatrix
 
toDoubleMatrix() - Method in class com.landawn.abacus.util.FloatMatrix
 
toDoubleMatrix() - Method in class com.landawn.abacus.util.IntMatrix
 
toDoubleMatrix() - Method in class com.landawn.abacus.util.LongMatrix
 
toDoubleMatrix() - Method in class com.landawn.abacus.util.ShortMatrix
 
toEntity(Class<T>, Cursor) - Static method in class com.landawn.abacus.android.util.Fu
 
toEntity(Class<T>, Cursor, int) - Static method in class com.landawn.abacus.android.util.Fu
 
toEntity(Class<T>, ContentValues) - Static method in class com.landawn.abacus.android.util.Fu
 
toEntity(Class<T>, ContentValues, NamingPolicy) - Static method in class com.landawn.abacus.android.util.Fu
 
toEntity(Class<T>, Row) - Static method in class com.landawn.abacus.util.CassandraExecutor
 
toEntity(Class<T>, QueryRow) - Static method in class com.landawn.abacus.util.CouchbaseExecutor
 
toEntity(Class<T>, JsonDocument) - Static method in class com.landawn.abacus.util.CouchbaseExecutor
The id in the specified jsonDocument will be set to the returned object if and only if the id is not null or empty and the content in jsonDocument doesn't contain any "id" property, and it's acceptable to the targetClass.
toEntity(Class<T>, JsonObject) - Static method in class com.landawn.abacus.util.CouchbaseExecutor
 
toEntity(Class<T>, Map<String, AttributeValue>) - Static method in class com.landawn.abacus.util.DynamoDBExecutor
 
toEntity(Class<T>, Result) - Static method in class com.landawn.abacus.util.HBaseExecutor
 
toEntity(Class<T>, Document) - Static method in class com.landawn.abacus.util.MongoDBExecutor
The id in the specified doc will be set to the returned object if and only if the id is not null or empty and it's acceptable to the targetClass.
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(char[]) - Static method in class com.landawn.abacus.util.f
 
toFloat(char[][]) - Static method in class com.landawn.abacus.util.f
 
toFloat(char[][][]) - Static method in class com.landawn.abacus.util.f
 
toFloat(byte[]) - Static method in class com.landawn.abacus.util.f
 
toFloat(byte[][]) - Static method in class com.landawn.abacus.util.f
 
toFloat(byte[][][]) - Static method in class com.landawn.abacus.util.f
 
toFloat(short[]) - Static method in class com.landawn.abacus.util.f
 
toFloat(short[][]) - Static method in class com.landawn.abacus.util.f
 
toFloat(short[][][]) - Static method in class com.landawn.abacus.util.f
 
toFloat(int[]) - Static method in class com.landawn.abacus.util.f
 
toFloat(int[][]) - Static method in class com.landawn.abacus.util.f
 
toFloat(int[][][]) - Static method in class com.landawn.abacus.util.f
 
toFloat(long[]) - Static method in class com.landawn.abacus.util.f
 
toFloat(long[][]) - Static method in class com.landawn.abacus.util.f
 
toFloat(long[][][]) - Static method in class com.landawn.abacus.util.f
 
toFloatArray() - Static method in class com.landawn.abacus.util.stream.Collectors
 
ToFloatBiFunction<T,U> - Interface in com.landawn.abacus.util.function
 
ToFloatFunction<T> - Interface in com.landawn.abacus.util.function
 
toFloatList() - Method in class com.landawn.abacus.util.IntList
 
toFloatList() - Method in class com.landawn.abacus.util.LongList
 
toFloatList() - Static method in class com.landawn.abacus.util.stream.Collectors
 
toFloatList() - Method in class com.landawn.abacus.util.stream.FloatStream
 
toFloatMatrix() - Method in class com.landawn.abacus.util.ByteMatrix
 
toFloatMatrix() - Method in class com.landawn.abacus.util.CharMatrix
 
toFloatMatrix() - Method in class com.landawn.abacus.util.IntMatrix
 
toFloatMatrix() - Method in class com.landawn.abacus.util.LongMatrix
 
toFloatMatrix() - Method in class com.landawn.abacus.util.ShortMatrix
 
toGet(Collection<AnyGet>) - Static method in class com.landawn.abacus.util.HBaseExecutor
 
toHours() - Method in class com.landawn.abacus.util.Duration
Gets the number of hours in this duration.
toImmutableList() - Static method in class com.landawn.abacus.util.Fn
 
toImmutableList() - Method in class com.landawn.abacus.util.Optional
Returns a ImmutableList with the value if it presents, otherwise an empty List.
toImmutableList() - Method in interface com.landawn.abacus.util.stream.BaseStream
 
toImmutableList() - Static method in class com.landawn.abacus.util.stream.Collectors
 
toImmutableMap() - Static method in class com.landawn.abacus.util.Fn
 
toImmutableMap(BinaryOperator<V>) - Static method in class com.landawn.abacus.util.Fn
 
toImmutableMap(Function<? super T, ? extends K>, Function<? super T, ? extends U>) - Static method in class com.landawn.abacus.util.Fn
 
toImmutableMap(Function<? super T, ? extends K>, Function<? super T, ? extends U>, BinaryOperator<U>) - Static method in class com.landawn.abacus.util.Fn
 
toImmutableMap() - Method in class com.landawn.abacus.util.ListMultimap
 
toImmutableMap(IntFunction<? extends Map<K, ImmutableList<E>>>) - Method in class com.landawn.abacus.util.ListMultimap
 
toImmutableMap() - Method in class com.landawn.abacus.util.LongMultiset
 
toImmutableMap(IntFunction<? extends Map<T, Long>>) - Method in class com.landawn.abacus.util.LongMultiset
 
toImmutableMap() - Method in class com.landawn.abacus.util.Multiset
 
toImmutableMap(IntFunction<? extends Map<T, Integer>>) - Method in class com.landawn.abacus.util.Multiset
 
toImmutableMap() - Method in class com.landawn.abacus.util.SetMultimap
 
toImmutableMap(IntFunction<? extends Map<K, ImmutableSet<E>>>) - Method in class com.landawn.abacus.util.SetMultimap
 
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 U>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
toImmutableMap(Function<? super T, ? extends K>, Function<? super T, ? extends U>, BinaryOperator<U>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
toImmutableMap() - Method in class com.landawn.abacus.util.stream.EntryStream
 
toImmutableMap(BinaryOperator<V>) - Method in class com.landawn.abacus.util.stream.EntryStream
 
toImmutableMap(Function<? super T, ? extends K>, Function<? super T, ? extends U>) - Method in class com.landawn.abacus.util.stream.Stream
 
toImmutableMap(Function<? super T, ? extends K>, Function<? super T, ? extends U>, BinaryOperator<U>) - Method in class com.landawn.abacus.util.stream.Stream
 
toImmutableSet() - Static method in class com.landawn.abacus.util.Fn
 
toImmutableSet() - Method in class com.landawn.abacus.util.Optional
Returns a ImmutableSet with the value if it presents, otherwise an empty Set.
toImmutableSet() - Method in interface com.landawn.abacus.util.stream.BaseStream
 
toImmutableSet() - Static method in class com.landawn.abacus.util.stream.Collectors
 
toInt(boolean[]) - Static method in class com.landawn.abacus.util.f
 
toInt(boolean[][]) - Static method in class com.landawn.abacus.util.f
 
toInt(boolean[][][]) - Static method in class com.landawn.abacus.util.f
 
toInt(char[]) - Static method in class com.landawn.abacus.util.f
 
toInt(char[][]) - Static method in class com.landawn.abacus.util.f
 
toInt(char[][][]) - Static method in class com.landawn.abacus.util.f
 
toInt(byte[]) - Static method in class com.landawn.abacus.util.f
 
toInt(byte[][]) - Static method in class com.landawn.abacus.util.f
 
toInt(byte[][][]) - Static method in class com.landawn.abacus.util.f
 
toInt(short[]) - Static method in class com.landawn.abacus.util.f
 
toInt(short[][]) - Static method in class com.landawn.abacus.util.f
 
toInt(short[][][]) - Static method in class com.landawn.abacus.util.f
 
toIntArray() - Static method in class com.landawn.abacus.util.stream.Collectors
 
ToIntBiFunction<T,U> - Interface in com.landawn.abacus.util.function
ToIntFunction<T> - Interface in com.landawn.abacus.util.function
toIntList() - Method in class com.landawn.abacus.util.ByteList
 
toIntList() - Method in class com.landawn.abacus.util.CharList
 
toIntList() - Method in class com.landawn.abacus.util.ShortList
 
toIntList() - Static method in class com.landawn.abacus.util.stream.Collectors
 
toIntList() - Method in class com.landawn.abacus.util.stream.IntStream
 
toIntMatrix() - Method in class com.landawn.abacus.util.ByteMatrix
 
toIntMatrix() - Method in class com.landawn.abacus.util.CharMatrix
 
toIntMatrix() - Method in class com.landawn.abacus.util.ShortMatrix
 
toItem(Object) - Static method in class com.landawn.abacus.util.DynamoDBExecutor
 
toItem(Object, NamingPolicy) - Static method in class com.landawn.abacus.util.DynamoDBExecutor
 
toJdkStream() - Method in class com.landawn.abacus.util.stream.DoubleStream
 
toJdkStream() - Method in class com.landawn.abacus.util.stream.IntStream
 
toJdkStream() - Method in class com.landawn.abacus.util.stream.LongStream
 
toJdkStream() - Method in class com.landawn.abacus.util.stream.Stream
 
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(JsonArray) - Static method in class com.landawn.abacus.util.CouchbaseExecutor
 
toJSON(JsonObject) - Static method in class com.landawn.abacus.util.CouchbaseExecutor
 
toJSON(JsonDocument) - Static method in class com.landawn.abacus.util.CouchbaseExecutor
 
toJSON(Bson) - Static method in class com.landawn.abacus.util.MongoDBExecutor
 
toJSON(BSONObject) - Static method in class com.landawn.abacus.util.MongoDBExecutor
 
toJSON(BasicDBObject) - Static method in class com.landawn.abacus.util.MongoDBExecutor
 
toJSON(Object) - 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
 
toJsonArray(Object) - Static method in class com.landawn.abacus.util.CouchbaseExecutor
 
toJsonArray(Object...) - Static method in class com.landawn.abacus.util.CouchbaseExecutor
 
toJsonDocument(Object) - Static method in class com.landawn.abacus.util.CouchbaseExecutor
The id for the target document is got from the "id" property in the specified obj.
toJsonDocument(Object...) - Static method in class com.landawn.abacus.util.CouchbaseExecutor
The id for the target document is got from the "id" property in the specified a.
toJsonObject(Object) - Static method in class com.landawn.abacus.util.CouchbaseExecutor
 
toJsonObject(Object...) - Static method in class com.landawn.abacus.util.CouchbaseExecutor
 
toLinkedHashMap(Function<? super T, ? extends K>, Function<? super T, ? extends U>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
toLinkedHashMap(Function<? super T, ? extends K>, Function<? super T, ? extends U>, BinaryOperator<U>) - 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(Class<T>, Cursor) - Static method in class com.landawn.abacus.android.util.Fu
Returns values from all rows associated with the specified targetClass if the specified targetClass is an entity class, otherwise, only returns values from first column.
toList(Class<T>, Cursor, int, int) - Static method in class com.landawn.abacus.android.util.Fu
Returns values from all rows associated with the specified targetClass if the specified targetClass is an entity class, otherwise, only returns values from first column.
toList(Class<T>, Cursor, int) - Static method in class com.landawn.abacus.android.util.Fu
Returns the values from the specified column.
toList(Class<T>, Cursor, int, int, int) - Static method in class com.landawn.abacus.android.util.Fu
Returns the values from the specified column.
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(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.BooleanIterator
 
toList() - Method in class com.landawn.abacus.util.BooleanPair
 
toList() - Method in class com.landawn.abacus.util.BooleanTriple
 
toList() - Method in class com.landawn.abacus.util.ByteIterator
 
toList() - Method in class com.landawn.abacus.util.BytePair
 
toList() - Method in class com.landawn.abacus.util.ByteTriple
 
toList(Class<T>, ResultSet) - Static method in class com.landawn.abacus.util.CassandraExecutor
 
toList() - Method in class com.landawn.abacus.util.CharIterator
 
toList() - Method in class com.landawn.abacus.util.CharPair
 
toList() - Method in class com.landawn.abacus.util.CharTriple
 
toList(Class<T>, QueryResult) - Static method in class com.landawn.abacus.util.CouchbaseExecutor
 
toList() - Method in class com.landawn.abacus.util.DoubleIterator
 
toList() - Method in class com.landawn.abacus.util.DoublePair
 
toList() - Method in class com.landawn.abacus.util.DoubleTriple
 
toList(Class<T>, QueryResult) - Static method in class com.landawn.abacus.util.DynamoDBExecutor
 
toList(Class<T>, QueryResult, int, int) - Static method in class com.landawn.abacus.util.DynamoDBExecutor
 
toList(Class<T>, ScanResult) - Static method in class com.landawn.abacus.util.DynamoDBExecutor
 
toList(Class<T>, ScanResult, int, int) - Static method in class com.landawn.abacus.util.DynamoDBExecutor
 
toList() - Method in class com.landawn.abacus.util.FloatIterator
 
toList() - Method in class com.landawn.abacus.util.FloatPair
 
toList() - Method in class com.landawn.abacus.util.FloatTriple
 
toList() - Static method in class com.landawn.abacus.util.Fn
 
toList(Class<T>, ResultScanner) - Static method in class com.landawn.abacus.util.HBaseExecutor
 
toList(Class<T>, ResultScanner, int, int) - Static method in class com.landawn.abacus.util.HBaseExecutor
 
toList() - Method in class com.landawn.abacus.util.IntIterator
 
toList() - Method in class com.landawn.abacus.util.IntPair
 
toList() - Method in class com.landawn.abacus.util.IntTriple
 
toList(Iterator<? extends T>) - Static method in class com.landawn.abacus.util.Iterators
 
toList() - Method in class com.landawn.abacus.util.LongIterator
 
toList() - Method in class com.landawn.abacus.util.LongPair
 
toList() - Method in class com.landawn.abacus.util.LongTriple
 
toList(Class<T>, MongoIterable<?>) - Static method in class com.landawn.abacus.util.MongoDBExecutor
 
toList(T[]) - Static method in class com.landawn.abacus.util.N
 
toList(T[], int, int) - Static method in class com.landawn.abacus.util.N
 
toList() - Method in class com.landawn.abacus.util.ObjIterator
 
toList() - Method in class com.landawn.abacus.util.Optional
Returns a List with the value if it presents, otherwise an empty List.
toList() - Method in class com.landawn.abacus.util.PrimitiveList
 
toList(int, int) - Method in class com.landawn.abacus.util.PrimitiveList
 
toList() - Method in class com.landawn.abacus.util.Seq
 
toList() - Method in class com.landawn.abacus.util.ShortIterator
 
toList() - Method in class com.landawn.abacus.util.ShortPair
 
toList() - Method in class com.landawn.abacus.util.ShortTriple
 
toList() - Method in interface com.landawn.abacus.util.stream.BaseStream
 
toList() - Static method in class com.landawn.abacus.util.stream.Collectors
Returns a Collector that accumulates the input elements into a new List.
toList(int) - Static method in class com.landawn.abacus.util.stream.Collectors
 
toListAndThen(Function<? super List<T>, R>) - Method in class com.landawn.abacus.util.stream.Stream
 
toLong(boolean[]) - Static method in class com.landawn.abacus.util.f
 
toLong(boolean[][]) - Static method in class com.landawn.abacus.util.f
 
toLong(boolean[][][]) - Static method in class com.landawn.abacus.util.f
 
toLong(char[]) - Static method in class com.landawn.abacus.util.f
 
toLong(char[][]) - Static method in class com.landawn.abacus.util.f
 
toLong(char[][][]) - Static method in class com.landawn.abacus.util.f
 
toLong(byte[]) - Static method in class com.landawn.abacus.util.f
 
toLong(byte[][]) - Static method in class com.landawn.abacus.util.f
 
toLong(byte[][][]) - Static method in class com.landawn.abacus.util.f
 
toLong(short[]) - Static method in class com.landawn.abacus.util.f
 
toLong(short[][]) - Static method in class com.landawn.abacus.util.f
 
toLong(short[][][]) - Static method in class com.landawn.abacus.util.f
 
toLong(int[]) - Static method in class com.landawn.abacus.util.f
 
toLong(int[][]) - Static method in class com.landawn.abacus.util.f
 
toLong(int[][][]) - Static method in class com.landawn.abacus.util.f
 
toLongArray() - Static method in class com.landawn.abacus.util.stream.Collectors
 
ToLongBiFunction<T,U> - Interface in com.landawn.abacus.util.function
ToLongFunction<T> - Interface in com.landawn.abacus.util.function
toLongList() - Method in class com.landawn.abacus.util.IntList
 
toLongList() - Static method in class com.landawn.abacus.util.stream.Collectors
 
toLongList() - Method in class com.landawn.abacus.util.stream.LongStream
 
toLongMatrix() - Method in class com.landawn.abacus.util.ByteMatrix
 
toLongMatrix() - Method in class com.landawn.abacus.util.CharMatrix
 
toLongMatrix() - Method in class com.landawn.abacus.util.IntMatrix
 
toLongMatrix() - Method in class com.landawn.abacus.util.ShortMatrix
 
toLongMultiset() - Method in interface com.landawn.abacus.util.stream.BaseStream
 
toLongMultiset(Supplier<? extends LongMultiset<T>>) - Method in interface com.landawn.abacus.util.stream.BaseStream
 
toLongMultiset() - Static method in class com.landawn.abacus.util.stream.Collectors
 
toLongMultiset(Supplier<LongMultiset<T>>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
toLowerCase(char) - Static method in class com.landawn.abacus.util.N
 
toLowerCase(String) - Static method in class com.landawn.abacus.util.N
Converts a String to lower case as per String.toLowerCase().
toLowerCase(String, Locale) - Static method in class com.landawn.abacus.util.N
Converts a String to lower case as per String.toLowerCase(Locale) .
toLowerCaseKeyWithUnderscore(Map<String, Object>) - Static method in class com.landawn.abacus.util.ClassUtil
 
toLowerCaseWithUnderscore(String) - Static method in class com.landawn.abacus.util.ClassUtil
It's designed for field/method/class/column/table names.
toLowerCaseWithUnderscore(String) - Static method in class com.landawn.abacus.util.N
 
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<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<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<M>) - Method in interface com.landawn.abacus.DataSet
 
toMap(Try.BooleanFunction<? extends K, E>, Try.BooleanFunction<? extends V, E2>) - Method in class com.landawn.abacus.util.BooleanList
 
toMap(Try.BooleanFunction<? extends K, E>, Try.BooleanFunction<? extends V, E2>, IntFunction<M>) - Method in class com.landawn.abacus.util.BooleanList
 
toMap(Try.BooleanFunction<? extends K, E>, Try.BooleanFunction<? extends V, E2>, Try.BinaryOperator<V, E3>) - Method in class com.landawn.abacus.util.BooleanList
 
toMap(Try.BooleanFunction<? extends K, E>, Try.BooleanFunction<? extends V, E2>, Try.BinaryOperator<V, E3>, IntFunction<M>) - Method in class com.landawn.abacus.util.BooleanList
 
toMap(Try.BooleanFunction<? extends K, E>, Collector<Boolean, A, D>) - Method in class com.landawn.abacus.util.BooleanList
 
toMap(Try.BooleanFunction<? extends K, E>, Collector<Boolean, A, D>, IntFunction<M>) - Method in class com.landawn.abacus.util.BooleanList
 
toMap(Try.ByteFunction<? extends K, E>, Try.ByteFunction<? extends V, E2>) - Method in class com.landawn.abacus.util.ByteList
 
toMap(Try.ByteFunction<? extends K, E>, Try.ByteFunction<? extends V, E2>, IntFunction<M>) - Method in class com.landawn.abacus.util.ByteList
 
toMap(Try.ByteFunction<? extends K, E>, Try.ByteFunction<? extends V, E2>, Try.BinaryOperator<V, E3>) - Method in class com.landawn.abacus.util.ByteList
 
toMap(Try.ByteFunction<? extends K, E>, Try.ByteFunction<? extends V, E2>, Try.BinaryOperator<V, E3>, IntFunction<M>) - Method in class com.landawn.abacus.util.ByteList
 
toMap(Try.ByteFunction<? extends K, E>, Collector<Byte, A, D>) - Method in class com.landawn.abacus.util.ByteList
 
toMap(Try.ByteFunction<? extends K, E>, Collector<Byte, A, D>, IntFunction<M>) - Method in class com.landawn.abacus.util.ByteList
 
toMap(Try.CharFunction<? extends K, E>, Try.CharFunction<? extends V, E2>) - Method in class com.landawn.abacus.util.CharList
 
toMap(Try.CharFunction<? extends K, E>, Try.CharFunction<? extends V, E2>, IntFunction<M>) - Method in class com.landawn.abacus.util.CharList
 
toMap(Try.CharFunction<? extends K, E>, Try.CharFunction<? extends V, E2>, Try.BinaryOperator<V, E3>) - Method in class com.landawn.abacus.util.CharList
 
toMap(Try.CharFunction<? extends K, E>, Try.CharFunction<? extends V, E2>, Try.BinaryOperator<V, E3>, IntFunction<M>) - Method in class com.landawn.abacus.util.CharList
 
toMap(Try.CharFunction<? extends K, E>, Collector<Character, A, D>) - Method in class com.landawn.abacus.util.CharList
 
toMap(Try.CharFunction<? extends K, E>, Collector<Character, A, D>, IntFunction<M>) - Method in class com.landawn.abacus.util.CharList
 
toMap(Try.DoubleFunction<? extends K, E>, Try.DoubleFunction<? extends V, E2>) - Method in class com.landawn.abacus.util.DoubleList
 
toMap(Try.DoubleFunction<? extends K, E>, Try.DoubleFunction<? extends V, E2>, IntFunction<M>) - Method in class com.landawn.abacus.util.DoubleList
 
toMap(Try.DoubleFunction<? extends K, E>, Try.DoubleFunction<? extends V, E2>, Try.BinaryOperator<V, E3>) - Method in class com.landawn.abacus.util.DoubleList
 
toMap(Try.DoubleFunction<? extends K, E>, Try.DoubleFunction<? extends V, E2>, Try.BinaryOperator<V, E3>, IntFunction<M>) - Method in class com.landawn.abacus.util.DoubleList
 
toMap(Try.DoubleFunction<? extends K, E>, Collector<Double, A, D>) - Method in class com.landawn.abacus.util.DoubleList
 
toMap(Try.DoubleFunction<? extends K, E>, Collector<Double, A, D>, IntFunction<M>) - Method in class com.landawn.abacus.util.DoubleList
 
toMap(Try.FloatFunction<? extends K, E>, Try.FloatFunction<? extends V, E2>) - Method in class com.landawn.abacus.util.FloatList
 
toMap(Try.FloatFunction<? extends K, E>, Try.FloatFunction<? extends V, E2>, IntFunction<M>) - Method in class com.landawn.abacus.util.FloatList
 
toMap(Try.FloatFunction<? extends K, E>, Try.FloatFunction<? extends V, E2>, Try.BinaryOperator<V, E3>) - Method in class com.landawn.abacus.util.FloatList
 
toMap(Try.FloatFunction<? extends K, E>, Try.FloatFunction<? extends V, E2>, Try.BinaryOperator<V, E3>, IntFunction<M>) - Method in class com.landawn.abacus.util.FloatList
 
toMap(Try.FloatFunction<? extends K, E>, Collector<Float, A, D>) - Method in class com.landawn.abacus.util.FloatList
 
toMap(Try.FloatFunction<? extends K, E>, Collector<Float, A, D>, IntFunction<M>) - Method in class com.landawn.abacus.util.FloatList
 
toMap() - Static method in class com.landawn.abacus.util.Fn
 
toMap(BinaryOperator<V>) - Static method in class com.landawn.abacus.util.Fn
 
toMap(Supplier<M>) - Static method in class com.landawn.abacus.util.Fn
 
toMap(BinaryOperator<V>, Supplier<M>) - Static method in class com.landawn.abacus.util.Fn
 
toMap(Function<? super T, ? extends K>, Function<? super T, ? extends U>) - Static method in class com.landawn.abacus.util.Fn
 
toMap(Function<? super T, ? extends K>, Function<? super T, ? extends U>, BinaryOperator<U>) - Static method in class com.landawn.abacus.util.Fn
 
toMap(Function<? super T, ? extends K>, Function<? super T, ? extends U>, Supplier<M>) - Static method in class com.landawn.abacus.util.Fn
 
toMap(Function<? super T, ? extends K>, Function<? super T, ? extends U>, BinaryOperator<U>, Supplier<M>) - Static method in class com.landawn.abacus.util.Fn
 
toMap(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Static method in class com.landawn.abacus.util.Fn
 
toMap(Function<? super T, ? extends K>, Collector<? super T, A, D>, Supplier<M>) - Static method in class com.landawn.abacus.util.Fn
 
toMap(Function<? super T, ? extends K>, Function<? super T, ? extends U>, Collector<? super U, A, D>) - Static method in class com.landawn.abacus.util.Fn
 
toMap(Function<? super T, ? extends K>, Function<? super T, ? extends U>, Collector<? super U, A, D>, Supplier<M>) - Static method in class com.landawn.abacus.util.Fn
 
toMap(Try.Function<? super T, K, E>) - Method in class com.landawn.abacus.util.ImmutableIterator
 
toMap(Iterator<? extends T>, Try.Function<? super T, K, E>, Try.Function<? super T, ? extends V, E2>) - Method in class com.landawn.abacus.util.ImmutableIterator
 
toMap(Iterator<? extends T>, Try.Function<? super T, K, E>, Try.Function<? super T, ? extends V, E2>, Supplier<M>) - Method in class com.landawn.abacus.util.ImmutableIterator
 
toMap(Try.IntFunction<? extends K, E>, Try.IntFunction<? extends V, E2>) - Method in class com.landawn.abacus.util.IntList
 
toMap(Try.IntFunction<? extends K, E>, Try.IntFunction<? extends V, E2>, IntFunction<M>) - Method in class com.landawn.abacus.util.IntList
 
toMap(Try.IntFunction<? extends K, E>, Try.IntFunction<? extends V, E2>, Try.BinaryOperator<V, E3>) - Method in class com.landawn.abacus.util.IntList
 
toMap(Try.IntFunction<? extends K, E>, Try.IntFunction<? extends V, E2>, Try.BinaryOperator<V, E3>, IntFunction<M>) - Method in class com.landawn.abacus.util.IntList
 
toMap(Try.IntFunction<? extends K, E>, Collector<Integer, A, D>) - Method in class com.landawn.abacus.util.IntList
 
toMap(Try.IntFunction<? extends K, E>, Collector<Integer, A, D>, IntFunction<M>) - Method in class com.landawn.abacus.util.IntList
 
toMap(Iterator<? extends T>, Try.Function<? super T, K, E>) - Static method in class com.landawn.abacus.util.Iterators
 
toMap(Iterator<? extends T>, Try.Function<? super T, K, E>, Try.Function<? super T, ? extends V, E2>) - Static method in class com.landawn.abacus.util.Iterators
 
toMap(Iterator<? extends T>, Try.Function<? super T, K, E>, Try.Function<? super T, ? extends V, E2>, Supplier<M>) - Static method in class com.landawn.abacus.util.Iterators
 
toMap(Try.LongFunction<? extends K, E>, Try.LongFunction<? extends V, E2>) - Method in class com.landawn.abacus.util.LongList
 
toMap(Try.LongFunction<? extends K, E>, Try.LongFunction<? extends V, E2>, IntFunction<M>) - Method in class com.landawn.abacus.util.LongList
 
toMap(Try.LongFunction<? extends K, E>, Try.LongFunction<? extends V, E2>, Try.BinaryOperator<V, E3>) - Method in class com.landawn.abacus.util.LongList
 
toMap(Try.LongFunction<? extends K, E>, Try.LongFunction<? extends V, E2>, Try.BinaryOperator<V, E3>, IntFunction<M>) - Method in class com.landawn.abacus.util.LongList
 
toMap(Try.LongFunction<? extends K, E>, Collector<Long, A, D>) - Method in class com.landawn.abacus.util.LongList
 
toMap(Try.LongFunction<? extends K, E>, Collector<Long, A, D>, IntFunction<M>) - Method in class com.landawn.abacus.util.LongList
 
toMap() - Method in class com.landawn.abacus.util.LongMultiset
 
toMap(IntFunction<M>) - Method in class com.landawn.abacus.util.LongMultiset
 
toMap() - Method in class com.landawn.abacus.util.Multimap
 
toMap(IntFunction<M>) - Method in class com.landawn.abacus.util.Multimap
 
toMap() - Method in class com.landawn.abacus.util.Multiset
 
toMap(IntFunction<M>) - Method in class com.landawn.abacus.util.Multiset
 
toMap(Try.Function<? super T, ? extends K, E>, Try.Function<? super T, ? extends U, E2>) - Method in class com.landawn.abacus.util.Seq
 
toMap(Try.Function<? super T, ? extends K, E>, Try.Function<? super T, ? extends U, E2>, IntFunction<M>) - Method in class com.landawn.abacus.util.Seq
 
toMap(Try.Function<? super T, ? extends K, E>, Try.Function<? super T, ? extends U, E2>, Try.BinaryOperator<U, E3>) - Method in class com.landawn.abacus.util.Seq
 
toMap(Try.Function<? super T, ? extends K, E>, Try.Function<? super T, ? extends U, E2>, Try.BinaryOperator<U, E3>, IntFunction<M>) - Method in class com.landawn.abacus.util.Seq
 
toMap(Try.Function<? super T, ? extends K, E>, Collector<? super T, A, D>) - Method in class com.landawn.abacus.util.Seq
 
toMap(Try.Function<? super T, ? extends K, E>, Collector<? super T, A, D>, IntFunction<M>) - Method in class com.landawn.abacus.util.Seq
 
toMap(Try.Function<? super T, ? extends K, E>, Try.Function<? super T, ? extends U, E2>, Collector<? super U, A, D>) - Method in class com.landawn.abacus.util.Seq
 
toMap(Try.Function<? super T, ? extends K, E>, Try.Function<? super T, ? extends U, E2>, Collector<? super U, A, D>, IntFunction<M>) - Method in class com.landawn.abacus.util.Seq
 
toMap(Try.ShortFunction<? extends K, E>, Try.ShortFunction<? extends V, E2>) - Method in class com.landawn.abacus.util.ShortList
 
toMap(Try.ShortFunction<? extends K, E>, Try.ShortFunction<? extends V, E2>, IntFunction<M>) - Method in class com.landawn.abacus.util.ShortList
 
toMap(Try.ShortFunction<? extends K, E>, Try.ShortFunction<? extends V, E2>, Try.BinaryOperator<V, E3>) - Method in class com.landawn.abacus.util.ShortList
 
toMap(Try.ShortFunction<? extends K, E>, Try.ShortFunction<? extends V, E2>, Try.BinaryOperator<V, E3>, IntFunction<M>) - Method in class com.landawn.abacus.util.ShortList
 
toMap(Try.ShortFunction<? extends K, E>, Collector<Short, A, D>) - Method in class com.landawn.abacus.util.ShortList
 
toMap(Try.ShortFunction<? extends K, E>, Collector<Short, A, D>, IntFunction<M>) - Method in class com.landawn.abacus.util.ShortList
 
toMap(ByteFunction<? extends K>, ByteFunction<? extends U>) - Method in class com.landawn.abacus.util.stream.ByteStream
 
toMap(ByteFunction<? extends K>, ByteFunction<? extends U>, Supplier<M>) - Method in class com.landawn.abacus.util.stream.ByteStream
 
toMap(ByteFunction<? extends K>, ByteFunction<? extends U>, BinaryOperator<U>) - Method in class com.landawn.abacus.util.stream.ByteStream
 
toMap(ByteFunction<? extends K>, ByteFunction<? extends U>, BinaryOperator<U>, Supplier<M>) - Method in class com.landawn.abacus.util.stream.ByteStream
 
toMap(ByteFunction<? extends K>, Collector<Byte, A, D>) - Method in class com.landawn.abacus.util.stream.ByteStream
 
toMap(ByteFunction<? extends K>, Collector<Byte, A, D>, Supplier<M>) - Method in class com.landawn.abacus.util.stream.ByteStream
 
toMap(CharFunction<? extends K>, CharFunction<? extends U>) - Method in class com.landawn.abacus.util.stream.CharStream
 
toMap(CharFunction<? extends K>, CharFunction<? extends U>, Supplier<M>) - Method in class com.landawn.abacus.util.stream.CharStream
 
toMap(CharFunction<? extends K>, CharFunction<? extends U>, BinaryOperator<U>) - Method in class com.landawn.abacus.util.stream.CharStream
 
toMap(CharFunction<? extends K>, CharFunction<? extends U>, BinaryOperator<U>, Supplier<M>) - Method in class com.landawn.abacus.util.stream.CharStream
 
toMap(CharFunction<? extends K>, Collector<Character, A, D>) - Method in class com.landawn.abacus.util.stream.CharStream
 
toMap(CharFunction<? extends K>, Collector<Character, A, D>, Supplier<M>) - Method in class com.landawn.abacus.util.stream.CharStream
 
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<M>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
toMap(BinaryOperator<V>, Supplier<M>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
toMap(Function<? super T, ? extends K>, Function<? super T, ? extends U>) - Static method in class com.landawn.abacus.util.stream.Collectors
Returns a Collector that accumulates elements into a Map whose keys and values are the result of applying the provided mapping functions to the input elements.
toMap(Function<? super T, ? extends K>, Function<? super T, ? extends U>, BinaryOperator<U>) - Static method in class com.landawn.abacus.util.stream.Collectors
Returns a Collector that accumulates elements into a Map whose keys and values are the result of applying the provided mapping functions to the input elements.
toMap(Function<? super T, ? extends K>, Function<? super T, ? extends U>, Supplier<M>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
toMap(Function<? super T, ? extends K>, Function<? super T, ? extends U>, BinaryOperator<U>, Supplier<M>) - Static method in class com.landawn.abacus.util.stream.Collectors
Returns a Collector that accumulates elements into a Map whose keys and values are the result of applying the provided mapping functions to the input elements.
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<M>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
toMap(Function<? super T, ? extends K>, Function<? super T, ? extends U>, Collector<? super U, A, D>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
toMap(Function<? super T, ? extends K>, Function<? super T, ? extends U>, Collector<? super U, A, D>, Supplier<M>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
toMap(DoubleFunction<? extends K>, DoubleFunction<? extends U>) - Method in class com.landawn.abacus.util.stream.DoubleStream
 
toMap(DoubleFunction<? extends K>, DoubleFunction<? extends U>, Supplier<M>) - Method in class com.landawn.abacus.util.stream.DoubleStream
 
toMap(DoubleFunction<? extends K>, DoubleFunction<? extends U>, BinaryOperator<U>) - Method in class com.landawn.abacus.util.stream.DoubleStream
 
toMap(DoubleFunction<? extends K>, DoubleFunction<? extends U>, BinaryOperator<U>, Supplier<M>) - Method in class com.landawn.abacus.util.stream.DoubleStream
 
toMap(DoubleFunction<? extends K>, Collector<Double, A, D>) - Method in class com.landawn.abacus.util.stream.DoubleStream
 
toMap(DoubleFunction<? extends K>, Collector<Double, A, D>, Supplier<M>) - Method in class com.landawn.abacus.util.stream.DoubleStream
 
toMap() - Method in class com.landawn.abacus.util.stream.EntryStream
 
toMap(BinaryOperator<V>) - Method in class com.landawn.abacus.util.stream.EntryStream
 
toMap(Supplier<M>) - Method in class com.landawn.abacus.util.stream.EntryStream
 
toMap(BinaryOperator<V>, Supplier<M>) - Method in class com.landawn.abacus.util.stream.EntryStream
 
toMap(Function<? super Map.Entry<K, V>, ? extends KK>, Function<? super Map.Entry<K, V>, ? extends VV>) - Method in class com.landawn.abacus.util.stream.EntryStream
 
toMap(Function<? super Map.Entry<K, V>, ? extends KK>, Function<? super Map.Entry<K, V>, ? extends VV>, Supplier<M>) - Method in class com.landawn.abacus.util.stream.EntryStream
 
toMap(Function<? super Map.Entry<K, V>, ? extends KK>, Function<? super Map.Entry<K, V>, ? extends VV>, BinaryOperator<VV>) - Method in class com.landawn.abacus.util.stream.EntryStream
 
toMap(Function<? super Map.Entry<K, V>, ? extends KK>, Function<? super Map.Entry<K, V>, ? extends VV>, BinaryOperator<VV>, Supplier<M>) - Method in class com.landawn.abacus.util.stream.EntryStream
 
toMap(Collector<? super Map.Entry<K, V>, A, D>) - Method in class com.landawn.abacus.util.stream.EntryStream
 
toMap(Collector<? super Map.Entry<K, V>, A, D>, Supplier<M>) - Method in class com.landawn.abacus.util.stream.EntryStream
 
toMap(Function<? super Map.Entry<K, V>, ? extends KK>, Collector<? super Map.Entry<K, V>, A, D>) - Method in class com.landawn.abacus.util.stream.EntryStream
 
toMap(Function<? super Map.Entry<K, V>, ? extends KK>, Collector<? super Map.Entry<K, V>, A, D>, Supplier<M>) - Method in class com.landawn.abacus.util.stream.EntryStream
 
toMap(FloatFunction<? extends K>, FloatFunction<? extends U>) - Method in class com.landawn.abacus.util.stream.FloatStream
 
toMap(FloatFunction<? extends K>, FloatFunction<? extends U>, Supplier<M>) - Method in class com.landawn.abacus.util.stream.FloatStream
 
toMap(FloatFunction<? extends K>, FloatFunction<? extends U>, BinaryOperator<U>) - Method in class com.landawn.abacus.util.stream.FloatStream
 
toMap(FloatFunction<? extends K>, FloatFunction<? extends U>, BinaryOperator<U>, Supplier<M>) - Method in class com.landawn.abacus.util.stream.FloatStream
 
toMap(FloatFunction<? extends K>, Collector<Float, A, D>) - Method in class com.landawn.abacus.util.stream.FloatStream
 
toMap(FloatFunction<? extends K>, Collector<Float, A, D>, Supplier<M>) - Method in class com.landawn.abacus.util.stream.FloatStream
 
toMap(IntFunction<? extends K>, IntFunction<? extends U>) - Method in class com.landawn.abacus.util.stream.IntStream
 
toMap(IntFunction<? extends K>, IntFunction<? extends U>, Supplier<M>) - Method in class com.landawn.abacus.util.stream.IntStream
 
toMap(IntFunction<? extends K>, IntFunction<? extends U>, BinaryOperator<U>) - Method in class com.landawn.abacus.util.stream.IntStream
 
toMap(IntFunction<? extends K>, IntFunction<? extends U>, BinaryOperator<U>, Supplier<M>) - Method in class com.landawn.abacus.util.stream.IntStream
 
toMap(IntFunction<? extends K>, Collector<Integer, A, D>) - Method in class com.landawn.abacus.util.stream.IntStream
 
toMap(IntFunction<? extends K>, Collector<Integer, A, D>, Supplier<M>) - Method in class com.landawn.abacus.util.stream.IntStream
 
toMap(LongFunction<? extends K>, LongFunction<? extends U>) - Method in class com.landawn.abacus.util.stream.LongStream
 
toMap(LongFunction<? extends K>, LongFunction<? extends U>, Supplier<M>) - Method in class com.landawn.abacus.util.stream.LongStream
 
toMap(LongFunction<? extends K>, LongFunction<? extends U>, BinaryOperator<U>) - Method in class com.landawn.abacus.util.stream.LongStream
 
toMap(LongFunction<? extends K>, LongFunction<? extends U>, BinaryOperator<U>, Supplier<M>) - Method in class com.landawn.abacus.util.stream.LongStream
 
toMap(LongFunction<? extends K>, Collector<Long, A, D>) - Method in class com.landawn.abacus.util.stream.LongStream
 
toMap(LongFunction<? extends K>, Collector<Long, A, D>, Supplier<M>) - Method in class com.landawn.abacus.util.stream.LongStream
 
toMap(ShortFunction<? extends K>, ShortFunction<? extends U>) - Method in class com.landawn.abacus.util.stream.ShortStream
 
toMap(ShortFunction<? extends K>, ShortFunction<? extends U>, Supplier<M>) - Method in class com.landawn.abacus.util.stream.ShortStream
 
toMap(ShortFunction<? extends K>, ShortFunction<? extends U>, BinaryOperator<U>) - Method in class com.landawn.abacus.util.stream.ShortStream
 
toMap(ShortFunction<? extends K>, ShortFunction<? extends U>, BinaryOperator<U>, Supplier<M>) - Method in class com.landawn.abacus.util.stream.ShortStream
 
toMap(ShortFunction<? extends K>, Collector<Short, A, D>) - Method in class com.landawn.abacus.util.stream.ShortStream
 
toMap(ShortFunction<? extends K>, Collector<Short, A, D>, Supplier<M>) - Method in class com.landawn.abacus.util.stream.ShortStream
 
toMap(Function<? super T, ? extends K>, Function<? super T, ? extends U>) - Method in class com.landawn.abacus.util.stream.Stream
 
toMap(Function<? super T, ? extends K>, Function<? super T, ? extends U>, BinaryOperator<U>) - Method in class com.landawn.abacus.util.stream.Stream
 
toMap(Function<? super T, ? extends K>, Function<? super T, ? extends U>, Supplier<M>) - Method in class com.landawn.abacus.util.stream.Stream
 
toMap(Function<? super T, ? extends K>, Function<? super T, ? extends U>, BinaryOperator<U>, Supplier<M>) - Method in class com.landawn.abacus.util.stream.Stream
 
toMap(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in class com.landawn.abacus.util.stream.Stream
 
toMap(Function<? super T, ? extends K>, Collector<? super T, A, D>, Supplier<M>) - Method in class com.landawn.abacus.util.stream.Stream
 
toMap(Function<? super T, ? extends K>, Function<? super T, ? extends U>, Collector<? super U, A, D>) - Method in class com.landawn.abacus.util.stream.Stream
 
toMap(Function<? super T, ? extends K>, Function<? super T, ? extends U>, Collector<? super U, A, D>, Supplier<M>) - Method in class com.landawn.abacus.util.stream.Stream
 
toMapAndThen(Function<? super Map<K, V>, R>) - Method in class com.landawn.abacus.util.stream.EntryStream
 
toMapSortedByKey(Comparator<? super T>) - Method in class com.landawn.abacus.util.LongMultiset
 
toMapSortedByKey(Comparator<? super T>) - Method in class com.landawn.abacus.util.Multiset
 
toMapSortedByOccurrences() - Method in class com.landawn.abacus.util.LongMultiset
 
toMapSortedByOccurrences(Comparator<? super Long>) - Method in class com.landawn.abacus.util.LongMultiset
 
toMapSortedByOccurrences() - Method in class com.landawn.abacus.util.Multiset
 
toMapSortedByOccurrences(Comparator<? super Integer>) - Method in class com.landawn.abacus.util.Multiset
 
toMatrix() - Method in class com.landawn.abacus.util.stream.ByteStream
 
toMatrix() - Method in class com.landawn.abacus.util.stream.CharStream
 
toMatrix() - Method in class com.landawn.abacus.util.stream.DoubleStream
 
toMatrix() - Method in class com.landawn.abacus.util.stream.FloatStream
 
toMatrix() - Method in class com.landawn.abacus.util.stream.IntStream
 
toMatrix() - Method in class com.landawn.abacus.util.stream.LongStream
 
toMatrix() - Method in class com.landawn.abacus.util.stream.ShortStream
 
toMatrix(Class<T>) - Method in class com.landawn.abacus.util.stream.Stream
 
toMatrixH(Class<E>) - Method in class com.landawn.abacus.util.Sheet
 
toMatrixV(Class<E>) - Method in class com.landawn.abacus.util.Sheet
 
toMillis(long) - Method in enum com.landawn.abacus.util.CalendarUnit
 
toMillis() - Method in class com.landawn.abacus.util.Duration
Gets the number of milliseconds in this duration.
toMinutes() - Method in class com.landawn.abacus.util.Duration
Gets the number of minutes in this 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<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<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<M>) - Method in interface com.landawn.abacus.DataSet
 
toMultimap(Try.Function<? super T, ? extends K, E>) - Method in class com.landawn.abacus.util.Seq
 
toMultimap(Try.Function<? super T, ? extends K, E>, IntFunction<M>) - Method in class com.landawn.abacus.util.Seq
 
toMultimap(Try.Function<? super T, ? extends K, E>, Try.Function<? super T, ? extends V, E2>) - Method in class com.landawn.abacus.util.Seq
 
toMultimap(Try.Function<? super T, ? extends K, E>, Try.Function<? super T, ? extends U, E2>, IntFunction<M>) - Method in class com.landawn.abacus.util.Seq
 
toMultimap() - Static method in class com.landawn.abacus.util.stream.Collectors
 
toMultimap(Supplier<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<M>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
toMultimap(Function<? super T, ? extends K>, Function<? super T, ? extends U>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
toMultimap(Function<? super T, ? extends K>, Function<? super T, ? extends U>, Supplier<M>) - Static method in class com.landawn.abacus.util.stream.Collectors
 
toMultimap() - Method in class com.landawn.abacus.util.stream.EntryStream
 
toMultimap(Supplier<M>) - Method in class com.landawn.abacus.util.stream.EntryStream
 
toMultimap(Function<? super Map.Entry<K, V>, ? extends KK>, Function<? super Map.Entry<K, V>, ? extends VV>) - Method in class com.landawn.abacus.util.stream.EntryStream
 
toMultimap(Function<? super Map.Entry<K, V>, ? extends KK>, Function<? super Map.Entry<K, V>, ? extends VV>, Supplier<M>) - Method in class com.landawn.abacus.util.stream.EntryStream
 
toMultimap(Function<? super T, ? extends K>) - Method in class com.landawn.abacus.util.stream.Stream
 
toMultimap(Function<? super T, ? extends K>, Supplier<M>) - Method in class com.landawn.abacus.util.stream.Stream
 
toMultimap(Function<? super T, ? extends K>, Function<? super T, ? extends U>) - Method in class com.landawn.abacus.util.stream.Stream
 
toMultimap(Function<? super T, ? extends K>, Function<? super T, ? extends U>, Supplier<M>) - Method in class com.landawn.abacus.util.stream.Stream
 
toMultiset(int, int, IntFunction<Multiset<Boolean>>) - Method in class com.landawn.abacus.util.BooleanList
 
toMultiset(int, int, IntFunction<Multiset<Byte>>) - Method in class com.landawn.abacus.util.ByteList
 
toMultiset(int, int, IntFunction<Multiset<Character>>) - Method in class com.landawn.abacus.util.CharList
 
toMultiset(int, int, IntFunction<Multiset<Double>>) - Method in class com.landawn.abacus.util.DoubleList
 
toMultiset(int, int, IntFunction<Multiset<Float>>) - Method in class com.landawn.abacus.util.FloatList
 
toMultiset(int, int, IntFunction<Multiset<Integer>>) - Method in class com.landawn.abacus.util.IntList
 
toMultiset(int, int, IntFunction<Multiset<Long>>) - Method in class com.landawn.abacus.util.LongList
 
toMultiset() - Method in class com.landawn.abacus.util.Multimap
 
toMultiset() - Method in class com.landawn.abacus.util.PrimitiveList
 
toMultiset(int, int) - Method in class com.landawn.abacus.util.PrimitiveList
 
toMultiset(IntFunction<Multiset<B>>) - Method in class com.landawn.abacus.util.PrimitiveList
 
toMultiset(int, int, IntFunction<Multiset<B>>) - Method in class com.landawn.abacus.util.PrimitiveList
 
toMultiset() - Method in class com.landawn.abacus.util.Seq
 
toMultiset(IntFunction<Multiset<T>>) - Method in class com.landawn.abacus.util.Seq
 
toMultiset(int, int, IntFunction<Multiset<Short>>) - Method in class com.landawn.abacus.util.ShortList
 
toMultiset() - Method in interface com.landawn.abacus.util.stream.BaseStream
 
toMultiset(Supplier<? extends Multiset<T>>) - Method in interface com.landawn.abacus.util.stream.BaseStream
 
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
 
top(String, int) - Method in interface com.landawn.abacus.DataSet
 
top(String, int, Comparator<T>) - Method in interface com.landawn.abacus.DataSet
 
top(String, int, int, int, Comparator<T>) - Method in interface com.landawn.abacus.DataSet
 
top(Collection<String>, int) - Method in interface com.landawn.abacus.DataSet
 
top(Collection<String>, int, Comparator<? super Object[]>) - Method in interface com.landawn.abacus.DataSet
 
top(Collection<String>, int, int, int, Comparator<? super Object[]>) - Method in interface com.landawn.abacus.DataSet
 
top(int) - Method in class com.landawn.abacus.util.DoubleList
 
top(int, int, int) - Method in class com.landawn.abacus.util.DoubleList
 
top(int, Comparator<? super Double>) - Method in class com.landawn.abacus.util.DoubleList
 
top(int, int, int, Comparator<? super Double>) - Method in class com.landawn.abacus.util.DoubleList
 
top(int) - Method in class com.landawn.abacus.util.FloatList
 
top(int, int, int) - Method in class com.landawn.abacus.util.FloatList
 
top(int, Comparator<? super Float>) - Method in class com.landawn.abacus.util.FloatList
 
top(int, int, int, Comparator<? super Float>) - Method in class com.landawn.abacus.util.FloatList
 
top(int) - Method in class com.landawn.abacus.util.IntList
 
top(int, int, int) - Method in class com.landawn.abacus.util.IntList
 
top(int, Comparator<? super Integer>) - Method in class com.landawn.abacus.util.IntList
 
top(int, int, int, Comparator<? super Integer>) - Method in class com.landawn.abacus.util.IntList
 
top(int) - Method in class com.landawn.abacus.util.LongList
 
top(int, int, int) - Method in class com.landawn.abacus.util.LongList
 
top(int, Comparator<? super Long>) - Method in class com.landawn.abacus.util.LongList
 
top(int, int, int, Comparator<? super Long>) - Method in class com.landawn.abacus.util.LongList
 
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(int) - Method in class com.landawn.abacus.util.Seq
 
top(int, Comparator<? super T>) - Method in class com.landawn.abacus.util.Seq
 
top(int) - Method in class com.landawn.abacus.util.ShortList
 
top(int, int, int) - Method in class com.landawn.abacus.util.ShortList
 
top(int, Comparator<? super Short>) - Method in class com.landawn.abacus.util.ShortList
 
top(int, int, int, Comparator<? super Short>) - Method in class com.landawn.abacus.util.ShortList
 
TOP - Static variable in class com.landawn.abacus.util.SQLBuilder
 
top(int) - Method in class com.landawn.abacus.util.stream.DoubleStream

This method only run sequentially, even in parallel stream.
top(int, Comparator<? super Double>) - Method in class com.landawn.abacus.util.stream.DoubleStream

This method only run sequentially, even in parallel stream.
top(int) - Method in class com.landawn.abacus.util.stream.FloatStream

This method only run sequentially, even in parallel stream.
top(int, Comparator<? super Float>) - Method in class com.landawn.abacus.util.stream.FloatStream

This method only run sequentially, even in parallel stream.
top(int) - Method in class com.landawn.abacus.util.stream.IntStream

This method only run sequentially, even in parallel stream.
top(int, Comparator<? super Integer>) - Method in class com.landawn.abacus.util.stream.IntStream

This method only run sequentially, even in parallel stream.
top(int) - Method in class com.landawn.abacus.util.stream.LongStream

This method only run sequentially, even in parallel stream.
top(int, Comparator<? super Long>) - Method in class com.landawn.abacus.util.stream.LongStream

This method only run sequentially, even in parallel stream.
top(int) - Method in class com.landawn.abacus.util.stream.ShortStream

This method only run sequentially, even in parallel stream.
top(int, Comparator<? super Short>) - Method in class com.landawn.abacus.util.stream.ShortStream

This method only run sequentially, even in parallel stream.
top(int) - Method in class com.landawn.abacus.util.stream.Stream

This method only run sequentially, even in parallel stream.
top(int, Comparator<? super T>) - Method in class com.landawn.abacus.util.stream.Stream

This method only run sequentially, even in parallel stream.
toPair() - Method in class com.landawn.abacus.util.Tuple.Tuple2
 
topp(T[], int) - Static method in class com.landawn.abacus.util.N
The present order is kept in the result list.
topp(T[], int, Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
The present order is kept in the result list.
topp(T[], int, int, int) - Static method in class com.landawn.abacus.util.N
The present order is kept in the result list.
topp(T[], int, int, int, Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
The present order is kept in the result list.
topp(Collection<? extends T>, int) - Static method in class com.landawn.abacus.util.N
The present order is kept in the result list.
topp(Collection<? extends T>, int, Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
The present order is kept in the result list.
topp(Collection<? extends T>, int, int, int) - Static method in class com.landawn.abacus.util.N
The present order is kept in the result list.
topp(Collection<? extends T>, int, int, int, Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
The present order is kept in the result list.
toProperString() - Method in class com.landawn.abacus.util.Fraction
Gets the fraction as a proper String in the format X Y/Z.
toPut(Collection<?>) - Static method in class com.landawn.abacus.util.HBaseExecutor
 
toPut(Collection<?>, NamingPolicy) - Static method in class com.landawn.abacus.util.HBaseExecutor
 
toQueue() - Static method in class com.landawn.abacus.util.stream.Collectors
 
toRuntimeException(Throwable) - Static method in class com.landawn.abacus.util.N
 
toSeconds() - Method in class com.landawn.abacus.util.Duration
Gets the number of seconds in this duration.
toSet() - Static method in class com.landawn.abacus.util.Fn
 
toSet() - Method in class com.landawn.abacus.util.ImmutableIterator
 
toSet(Iterator<? extends T>) - Static method in class com.landawn.abacus.util.Iterators
 
toSet(T[]) - Static method in class com.landawn.abacus.util.N
 
toSet(T[], int, int) - Static method in class com.landawn.abacus.util.N
 
toSet() - Method in class com.landawn.abacus.util.Optional
Returns a Set with the value if it presents, otherwise an empty Set.
toSet() - Method in class com.landawn.abacus.util.PrimitiveList
 
toSet(int, int) - Method in class com.landawn.abacus.util.PrimitiveList
 
toSet() - Method in class com.landawn.abacus.util.Seq
 
toSet() - Method in interface com.landawn.abacus.util.stream.BaseStream
 
toSet() - Static method in class com.landawn.abacus.util.stream.Collectors
Returns a Collector that accumulates the input elements into a new Set.
toSet(int) - Static method in class com.landawn.abacus.util.stream.Collectors
 
toSetAndThen(Function<? super Set<T>, R>) - Method in class com.landawn.abacus.util.stream.Stream
 
toSheet() - Method in interface com.landawn.abacus.DataSet
 
toShortArray() - Static method in class com.landawn.abacus.util.stream.Collectors
 
ToShortBiFunction<T,U> - Interface in com.landawn.abacus.util.function
 
ToShortFunction<T> - Interface in com.landawn.abacus.util.function
 
toShortList() - Static method in class com.landawn.abacus.util.stream.Collectors
 
toShortList() - Method in class com.landawn.abacus.util.stream.ShortStream
 
toStirng() - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
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.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() - Method in enum com.landawn.abacus.condition.Operator
 
toString(NamingPolicy) - Method in class com.landawn.abacus.condition.SubQuery
 
toString() - Method in exception com.landawn.abacus.exception.AbacusException
Method toString.
toString() - Method in class com.landawn.abacus.hash.HashCode
Returns a string containing each byte of HashCode.asBytes(), in order, as a two-digit unsigned hexadecimal number in lower case.
toString() - Method in class com.landawn.abacus.http.HttpProxy.Config
 
toString() - Method in class com.landawn.abacus.http.HttpProxy.OperationConfig
 
toString() - Method in class com.landawn.abacus.http.SecurityDTO
 
toString() - Method in class com.landawn.abacus.parser.AvroDeserializationConfig
 
toString() - Method in class com.landawn.abacus.parser.AvroSerializationConfig
 
toString() - Method in class com.landawn.abacus.parser.DeserializationConfig
 
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.SerializationConfig
 
toString() - Method in class com.landawn.abacus.parser.XMLSerializationConfig
 
toString() - Method in class com.landawn.abacus.pool.AbstractPool
 
toString() - Method in class com.landawn.abacus.pool.ActivityPrint
 
toString() - Method in class com.landawn.abacus.pool.PoolableWrapper
 
toString() - Method in class com.landawn.abacus.util.AnyDelete
 
toString() - Method in class com.landawn.abacus.util.AnyGet
 
toString() - Method in class com.landawn.abacus.util.AnyPut
 
toString() - Method in class com.landawn.abacus.util.AnyScan
 
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.BooleanList
 
toString() - Method in class com.landawn.abacus.util.BooleanMatrix
 
toString() - Method in class com.landawn.abacus.util.BooleanPair
 
toString() - Method in class com.landawn.abacus.util.BooleanTriple
 
toString() - Method in class com.landawn.abacus.util.ByteList
 
toString() - Method in class com.landawn.abacus.util.ByteMatrix
 
toString() - Method in class com.landawn.abacus.util.BytePair
 
toString() - Method in class com.landawn.abacus.util.ByteTriple
 
toString() - Method in class com.landawn.abacus.util.CassandraExecutor.StatementSettings
 
toString() - Method in class com.landawn.abacus.util.CharList
 
toString() - Method in class com.landawn.abacus.util.CharMatrix
 
toString() - Method in class com.landawn.abacus.util.CharPair
 
toString() - Method in class com.landawn.abacus.util.CharTriple
 
toString() - Method in class com.landawn.abacus.util.CQLBuilder.CP
 
toString() - Method in class com.landawn.abacus.util.CQLBuilder
 
toString() - Method in class com.landawn.abacus.util.CQLMapper
 
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.DoubleList
 
toString() - Method in class com.landawn.abacus.util.DoubleMatrix
 
toString() - Method in class com.landawn.abacus.util.DoublePair
 
toString() - Method in class com.landawn.abacus.util.DoubleSummaryStatistics
Returns a non-empty string representation of this object suitable for debugging.
toString() - Method in class com.landawn.abacus.util.DoubleTriple
 
toString() - Method in class com.landawn.abacus.util.Duration
A string representation of this duration using ISO-8601 seconds based representation, such as PT8H6M12.345S.
toString() - Method in class com.landawn.abacus.util.FloatList
 
toString() - Method in class com.landawn.abacus.util.FloatMatrix
 
toString() - Method in class com.landawn.abacus.util.FloatPair
 
toString() - Method in class com.landawn.abacus.util.FloatTriple
 
toString() - Method in class com.landawn.abacus.util.Fraction
Gets the fraction as a String.
toString() - Method in class com.landawn.abacus.util.HBaseColumn
 
toString() - Method in class com.landawn.abacus.util.ImmutableMap
 
toString() - Method in class com.landawn.abacus.util.Indexed
 
toString() - Method in class com.landawn.abacus.util.IntList
 
toString() - Method in class com.landawn.abacus.util.IntMatrix
 
toString() - Method in class com.landawn.abacus.util.IntPair
 
toString() - Method in class com.landawn.abacus.util.IntSummaryStatistics
 
toString() - Method in class com.landawn.abacus.util.IntTriple
 
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.LongList
 
toString() - Method in class com.landawn.abacus.util.LongMatrix
 
toString() - Method in class com.landawn.abacus.util.LongMultiset
 
toString() - Method in class com.landawn.abacus.util.LongPair
 
toString() - Method in class com.landawn.abacus.util.LongSummaryStatistics
 
toString() - Method in class com.landawn.abacus.util.LongTriple
 
toString() - Method in class com.landawn.abacus.util.Matrix
 
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(boolean) - Static method in class com.landawn.abacus.util.N
Method toString.
toString(char) - Static method in class com.landawn.abacus.util.N
Method toString.
toString(byte) - Static method in class com.landawn.abacus.util.N
Method toString.
toString(short) - Static method in class com.landawn.abacus.util.N
Method toString.
toString(int) - Static method in class com.landawn.abacus.util.N
Method toString.
toString(long) - Static method in class com.landawn.abacus.util.N
Method toString.
toString(float) - Static method in class com.landawn.abacus.util.N
Method toString.
toString(double) - Static method in class com.landawn.abacus.util.N
Method toString.
toString(Object) - Static method in class com.landawn.abacus.util.N
Method toString.
toString(boolean[]) - Static method in class com.landawn.abacus.util.N
 
toString(boolean[], int, int) - Static method in class com.landawn.abacus.util.N
 
toString(char[]) - Static method in class com.landawn.abacus.util.N
 
toString(char[], int, int) - Static method in class com.landawn.abacus.util.N
 
toString(byte[]) - Static method in class com.landawn.abacus.util.N
 
toString(byte[], int, int) - Static method in class com.landawn.abacus.util.N
 
toString(short[]) - Static method in class com.landawn.abacus.util.N
 
toString(short[], int, int) - Static method in class com.landawn.abacus.util.N
 
toString(int[]) - Static method in class com.landawn.abacus.util.N
 
toString(int[], int, int) - Static method in class com.landawn.abacus.util.N
 
toString(long[]) - Static method in class com.landawn.abacus.util.N
 
toString(long[], int, int) - Static method in class com.landawn.abacus.util.N
 
toString(float[]) - Static method in class com.landawn.abacus.util.N
 
toString(float[], int, int) - Static method in class com.landawn.abacus.util.N
 
toString(double[]) - Static method in class com.landawn.abacus.util.N
 
toString(double[], int, int) - Static method in class com.landawn.abacus.util.N
 
toString(Object[]) - Static method in class com.landawn.abacus.util.N
 
toString(Object[], int, int) - Static method in class com.landawn.abacus.util.N
 
toString(Object, String) - Static method in class com.landawn.abacus.util.N
 
toString() - Method in class com.landawn.abacus.util.Nullable
Returns a non-empty string representation of this Optional suitable for debugging.
toString() - Method in class com.landawn.abacus.util.Optional
Returns a non-empty string representation of this Optional suitable for debugging.
toString() - Method in class com.landawn.abacus.util.OptionalBoolean
Returns a non-empty string representation of this object suitable for debugging.
toString() - Method in class com.landawn.abacus.util.OptionalByte
Returns a non-empty string representation of this object suitable for debugging.
toString() - Method in class com.landawn.abacus.util.OptionalChar
Returns a non-empty string representation of this object suitable for debugging.
toString() - Method in class com.landawn.abacus.util.OptionalDouble
Returns a non-empty string representation of this object suitable for debugging.
toString() - Method in class com.landawn.abacus.util.OptionalFloat
Returns a non-empty string representation of this object suitable for debugging.
toString() - Method in class com.landawn.abacus.util.OptionalInt
Returns a non-empty string representation of this object suitable for debugging.
toString() - Method in class com.landawn.abacus.util.OptionalLong
Returns a non-empty string representation of this object suitable for debugging.
toString() - Method in class com.landawn.abacus.util.OptionalShort
Returns a non-empty string representation of this object suitable for debugging.
toString() - Method in class com.landawn.abacus.util.Pair
 
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.RateLimiter
 
toString() - Method in class com.landawn.abacus.util.RemoteExecutionResponse
 
toString() - Method in class com.landawn.abacus.util.Seq
 
toString() - Method in class com.landawn.abacus.util.Sheet
 
toString() - Method in class com.landawn.abacus.util.ShortList
 
toString() - Method in class com.landawn.abacus.util.ShortMatrix
 
toString() - Method in class com.landawn.abacus.util.ShortPair
 
toString() - Method in class com.landawn.abacus.util.ShortTriple
 
toString() - Method in class com.landawn.abacus.util.SQLBuilder.SP
 
toString() - Method in class com.landawn.abacus.util.SQLBuilder
 
toString() - Method in class com.landawn.abacus.util.SQLExecutor.JdbcSettings
 
toString() - Method in class com.landawn.abacus.util.SQLExecutor.TypedParameters
 
toString() - Method in class com.landawn.abacus.util.SQLMapper
 
toString() - Method in class com.landawn.abacus.util.Stopwatch
Returns a string representation of the current elapsed time.
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.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.Wrapper
 
totalCountOfValue() - Method in class com.landawn.abacus.util.Multimap
Returns the total count of all the elements in all values.
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.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.
toUpdateItem(Object) - Static method in class com.landawn.abacus.util.DynamoDBExecutor
Only the dirty properties will be set to the result Map if the specified entity is a dirty marker entity.
toUpdateItem(Object, NamingPolicy) - Static method in class com.landawn.abacus.util.DynamoDBExecutor
Only the dirty properties will be set to the result Map if the specified entity is a dirty marker entity.
toUpperCase(char) - Static method in class com.landawn.abacus.util.N
 
toUpperCase(String) - Static method in class com.landawn.abacus.util.N
Converts a String to upper case as per String.toUpperCase().
toUpperCase(String, Locale) - Static method in class com.landawn.abacus.util.N
Converts a String to upper case as per String.toUpperCase(Locale) .
toUpperCaseKeyWithUnderscore(Map<String, Object>) - Static method in class com.landawn.abacus.util.ClassUtil
 
toUpperCaseWithUnderscore(String) - Static method in class com.landawn.abacus.util.ClassUtil
It's designed for field/method/class/column/table names.
toUpperCaseWithUnderscore(String) - Static method in class com.landawn.abacus.util.N
 
toURL(File) - Static method in class com.landawn.abacus.util.IOUtil
 
toURLs(File[]) - Static method in class com.landawn.abacus.util.IOUtil
 
toURLs(Collection<File>) - Static method in class com.landawn.abacus.util.IOUtil
 
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, 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
 
TP_EXECUTOR - Static variable in class com.landawn.abacus.android.util.Async
 
Transaction - Interface in com.landawn.abacus
 
Transaction.Action - Enum in com.landawn.abacus
 
Transaction.Status - Enum in com.landawn.abacus
 
TRANSFER_ENCODING - Static variable in class com.landawn.abacus.http.HTTP
 
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.
transpose() - Method in class com.landawn.abacus.util.AbstractMatrix
 
transpose() - Method in class com.landawn.abacus.util.BooleanMatrix
 
transpose() - Method in class com.landawn.abacus.util.ByteMatrix
 
transpose() - Method in class com.landawn.abacus.util.CharMatrix
 
transpose() - Method in class com.landawn.abacus.util.DoubleMatrix
 
transpose() - Method in class com.landawn.abacus.util.FloatMatrix
 
transpose() - Method in class com.landawn.abacus.util.IntMatrix
 
transpose() - Method in class com.landawn.abacus.util.LongMatrix
 
transpose() - Method in class com.landawn.abacus.util.Matrix
 
transpose() - Method in class com.landawn.abacus.util.Sheet
 
transpose() - Method in class com.landawn.abacus.util.ShortMatrix
 
Traverser<T> - Class in com.landawn.abacus.util
Provides methods for traversing a graph.
TriConsumer<A,B,C> - Interface in com.landawn.abacus.util.function
 
tried() - Method in interface com.landawn.abacus.util.stream.BaseStream
 
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
 
trim(String) - Static method in class com.landawn.abacus.util.N
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.N
 
trim(boolean) - Method in class com.landawn.abacus.util.Splitter.MapSplitter
 
trim(boolean) - 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.N
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.N
 
trimToNull() - Static method in class com.landawn.abacus.util.Fn
 
trimToNull(String) - Static method in class com.landawn.abacus.util.N
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.N
 
trimToSize() - Method in interface com.landawn.abacus.DataSet
 
trimToSize() - Method in class com.landawn.abacus.util.BooleanList
 
trimToSize() - Method in class com.landawn.abacus.util.ByteList
 
trimToSize() - Method in class com.landawn.abacus.util.CharList
 
trimToSize() - Method in class com.landawn.abacus.util.DoubleList
 
trimToSize() - Method in class com.landawn.abacus.util.FloatList
 
trimToSize() - Method in class com.landawn.abacus.util.IntList
 
trimToSize() - Method in class com.landawn.abacus.util.LongList
 
trimToSize() - Method in class com.landawn.abacus.util.PrimitiveList
 
trimToSize() - Method in class com.landawn.abacus.util.Sheet
 
trimToSize() - Method in class com.landawn.abacus.util.ShortList
 
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 interface com.landawn.abacus.util.function.BooleanSupplier
 
Try<T extends java.lang.AutoCloseable> - Class in com.landawn.abacus.util
Catch checked exception and convert it to RuntimeException.
Try.BiConsumer<T,U,E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.BiFunction<T,U,R,E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.BinaryOperator<T,E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.BiPredicate<T,U,E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.BooleanBiConsumer<E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.BooleanBiFunction<R,E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.BooleanBinaryOperator<E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.BooleanBiPredicate<E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.BooleanConsumer<E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.BooleanFunction<R,E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.BooleanPredicate<E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.BooleanSupplier<E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.BooleanTriConsumer<E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.BooleanTriFunction<R,E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.BooleanTriPredicate<E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.BooleanUnaryOperator<E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.ByteBiConsumer<E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.ByteBiFunction<R,E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.ByteBinaryOperator<E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.ByteBiPredicate<E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.ByteConsumer<E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.ByteFunction<R,E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.BytePredicate<E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.ByteSupplier<E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.ByteTriConsumer<E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.ByteTriFunction<R,E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.ByteTriPredicate<E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.ByteUnaryOperator<E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.Callable<R,E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.CharBiConsumer<E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.CharBiFunction<R,E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.CharBinaryOperator<E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.CharBiPredicate<E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.CharConsumer<E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.CharFunction<R,E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.CharPredicate<E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.CharSupplier<E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.CharTriConsumer<E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.CharTriFunction<R,E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.CharTriPredicate<E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.CharUnaryOperator<E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.Consumer<T,E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.DoubleBiConsumer<E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.DoubleBiFunction<R,E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.DoubleBinaryOperator<E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.DoubleBiPredicate<E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.DoubleConsumer<E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.DoubleFunction<R,E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.DoublePredicate<E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.DoubleSupplier<E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.DoubleTriConsumer<E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.DoubleTriFunction<R,E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.DoubleTriPredicate<E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.DoubleUnaryOperator<E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.FloatBiConsumer<E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.FloatBiFunction<R,E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.FloatBinaryOperator<E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.FloatBiPredicate<E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.FloatConsumer<E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.FloatFunction<R,E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.FloatPredicate<E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.FloatSupplier<E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.FloatTriConsumer<E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.FloatTriFunction<R,E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.FloatTriPredicate<E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.FloatUnaryOperator<E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.Function<T,R,E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.IndexedBiConsumer<U,T,E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.IndexedBiFunction<U,T,R,E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.IndexedBiPredicate<U,T,E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.IndexedConsumer<T,E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.IndexedFunction<T,R,E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.IndexedPredicate<T,E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.IntBiConsumer<E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.IntBiFunction<R,E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.IntBinaryOperator<E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.IntBiPredicate<E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.IntConsumer<E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.IntFunction<R,E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.IntPredicate<E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.IntSupplier<E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.IntTriConsumer<E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.IntTriFunction<R,E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.IntTriPredicate<E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.IntUnaryOperator<E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.LongBiConsumer<E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.LongBiFunction<R,E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.LongBinaryOperator<E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.LongBiPredicate<E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.LongConsumer<E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.LongFunction<R,E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.LongPredicate<E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.LongSupplier<E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.LongTriConsumer<E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.LongTriFunction<R,E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.LongTriPredicate<E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.LongUnaryOperator<E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.ObjBooleanConsumer<T,E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.ObjByteConsumer<T,E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.ObjCharConsumer<T,E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.ObjDoubleConsumer<T,E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.ObjFloatConsumer<T,E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.ObjIntConsumer<T,E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.ObjLongConsumer<T,E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.ObjShortConsumer<T,E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.Predicate<T,E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.QuadConsumer<A,B,C,D,E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.QuadFunction<A,B,C,D,R,E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.QuadPredicate<A,B,C,D,E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.Runnable<E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.ShortBiConsumer<E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.ShortBiFunction<R,E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.ShortBinaryOperator<E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.ShortBiPredicate<E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.ShortConsumer<E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.ShortFunction<R,E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.ShortPredicate<E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.ShortSupplier<E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.ShortTriConsumer<E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.ShortTriFunction<R,E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.ShortTriPredicate<E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.ShortUnaryOperator<E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.Supplier<T,E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.ToBooleanFunction<T,E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.ToByteFunction<T,E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.ToCharFunction<T,E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.ToDoubleFunction<T,E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.ToFloatFunction<T,E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.ToIntFunction<T,E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.ToLongFunction<T,E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.ToShortFunction<T,E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.TriConsumer<A,B,C,E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.TriFunction<A,B,C,R,E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.TriPredicate<A,B,C,E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
Try.UnaryOperator<T,E extends java.lang.Exception> - Interface in com.landawn.abacus.util
 
tryAcquire(long, TimeUnit) - Method in class com.landawn.abacus.util.RateLimiter
Acquires a permit from this RateLimiter if it can be obtained without exceeding the specified timeout, or returns false immediately (without waiting) if the permit would not have been granted before the timeout expired.
tryAcquire(int) - Method in class com.landawn.abacus.util.RateLimiter
Acquires permits from this RateLimiter if it can be acquired immediately without delay.
tryAcquire() - Method in class com.landawn.abacus.util.RateLimiter
Acquires a permit from this RateLimiter if it can be acquired immediately without delay.
tryAcquire(int, long, TimeUnit) - Method in class com.landawn.abacus.util.RateLimiter
Acquires the given number of permits from this RateLimiter if it can be obtained without exceeding the specified timeout, or returns false immediately (without waiting) if the permits would not have been granted before the timeout expired.
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, Try.Function<T, R, E>) - Static method in class com.landawn.abacus.util.N
Returns a Nullable with the value returned by func.apply(seed) or an empty Nullable if exception happens.
Tuple - Class in com.landawn.abacus.util
 
Tuple.Tuple1<T1> - Class in com.landawn.abacus.util
 
Tuple.Tuple2<T1,T2> - Class in com.landawn.abacus.util
 
Tuple.Tuple3<T1,T2,T3> - Class in com.landawn.abacus.util
 
Tuple.Tuple4<T1,T2,T3,T4> - Class in com.landawn.abacus.util
 
Tuple.Tuple5<T1,T2,T3,T4,T5> - Class in com.landawn.abacus.util
 
Tuple.Tuple6<T1,T2,T3,T4,T5,T6> - Class in com.landawn.abacus.util
 
Tuple.Tuple7<T1,T2,T3,T4,T5,T6,T7> - Class in com.landawn.abacus.util
 
Tuple.Tuple8<T1,T2,T3,T4,T5,T6,T7,T8> - Class in com.landawn.abacus.util
 
Tuple.Tuple9<T1,T2,T3,T4,T5,T6,T7,T8,T9> - Class in com.landawn.abacus.util
 
tuple1() - Static method in class com.landawn.abacus.util.Fn
 
tuple2() - Static method in class com.landawn.abacus.util.Fn
 
tuple3() - Static method in class com.landawn.abacus.util.Fn
 
tuple4() - Static method in class com.landawn.abacus.util.Fn
 
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.
typeOf(String) - Static method in class com.landawn.abacus.util.N
 
typeOf(Class<?>) - Static method in class com.landawn.abacus.util.N
 
typeOfAll(Class<?>...) - Static method in class com.landawn.abacus.util.N
 
typeOfAll(Collection<? extends Class<?>>) - Static method in class com.landawn.abacus.util.N
 

U

UDTCodec(TypeCodec<UDTValue>, Class<T>) - Constructor for class com.landawn.abacus.util.CassandraExecutor.UDTCodec
 
UDTCodec(Cluster, String, String, Class<T>) - Constructor for class com.landawn.abacus.util.CassandraExecutor.UDTCodec
 
UI_EXECUTOR - Static variable in class com.landawn.abacus.android.util.Async
 
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.f
 
unbox(Boolean[], boolean) - Static method in class com.landawn.abacus.util.f
 
unbox(Boolean[][]) - Static method in class com.landawn.abacus.util.f
 
unbox(Boolean[][], boolean) - Static method in class com.landawn.abacus.util.f
 
unbox(Boolean[][][]) - Static method in class com.landawn.abacus.util.f
 
unbox(Boolean[][][], boolean) - Static method in class com.landawn.abacus.util.f
 
unbox(Character[]) - Static method in class com.landawn.abacus.util.f
 
unbox(Character[], char) - Static method in class com.landawn.abacus.util.f
 
unbox(Character[][]) - Static method in class com.landawn.abacus.util.f
 
unbox(Character[][], char) - Static method in class com.landawn.abacus.util.f
 
unbox(Character[][][]) - Static method in class com.landawn.abacus.util.f
 
unbox(Character[][][], char) - Static method in class com.landawn.abacus.util.f
 
unbox(Byte[]) - Static method in class com.landawn.abacus.util.f
 
unbox(Byte[], byte) - Static method in class com.landawn.abacus.util.f
 
unbox(Byte[][]) - Static method in class com.landawn.abacus.util.f
 
unbox(Byte[][], byte) - Static method in class com.landawn.abacus.util.f
 
unbox(Byte[][][]) - Static method in class com.landawn.abacus.util.f
 
unbox(Byte[][][], byte) - Static method in class com.landawn.abacus.util.f
 
unbox(Short[]) - Static method in class com.landawn.abacus.util.f
 
unbox(Short[], short) - Static method in class com.landawn.abacus.util.f
 
unbox(Short[][]) - Static method in class com.landawn.abacus.util.f
 
unbox(Short[][], short) - Static method in class com.landawn.abacus.util.f
 
unbox(Short[][][]) - Static method in class com.landawn.abacus.util.f
 
unbox(Short[][][], short) - Static method in class com.landawn.abacus.util.f
 
unbox(Integer[]) - Static method in class com.landawn.abacus.util.f
 
unbox(Integer[], int) - Static method in class com.landawn.abacus.util.f
 
unbox(Integer[][]) - Static method in class com.landawn.abacus.util.f
 
unbox(Integer[][], int) - Static method in class com.landawn.abacus.util.f
 
unbox(Integer[][][]) - Static method in class com.landawn.abacus.util.f
 
unbox(Integer[][][], int) - Static method in class com.landawn.abacus.util.f
 
unbox(Long[]) - Static method in class com.landawn.abacus.util.f
 
unbox(Long[], long) - Static method in class com.landawn.abacus.util.f
 
unbox(Long[][]) - Static method in class com.landawn.abacus.util.f
 
unbox(Long[][], long) - Static method in class com.landawn.abacus.util.f
 
unbox(Long[][][]) - Static method in class com.landawn.abacus.util.f
 
unbox(Long[][][], long) - Static method in class com.landawn.abacus.util.f
 
unbox(Float[]) - Static method in class com.landawn.abacus.util.f
 
unbox(Float[], float) - Static method in class com.landawn.abacus.util.f
 
unbox(Float[][]) - Static method in class com.landawn.abacus.util.f
 
unbox(Float[][], float) - Static method in class com.landawn.abacus.util.f
 
unbox(Float[][][]) - Static method in class com.landawn.abacus.util.f
 
unbox(Float[][][], float) - Static method in class com.landawn.abacus.util.f
 
unbox(Double[]) - Static method in class com.landawn.abacus.util.f
 
unbox(Double[], double) - Static method in class com.landawn.abacus.util.f
 
unbox(Double[][]) - Static method in class com.landawn.abacus.util.f
 
unbox(Double[][], double) - Static method in class com.landawn.abacus.util.f
 
unbox(Double[][][]) - Static method in class com.landawn.abacus.util.f
 
unbox(Double[][][], double) - Static method in class com.landawn.abacus.util.f
 
UNBOX - Static variable in interface com.landawn.abacus.util.function.ToBooleanFunction
 
UNBOX - Static variable in interface com.landawn.abacus.util.function.ToByteFunction
 
UNBOX - Static variable in interface com.landawn.abacus.util.function.ToCharFunction
 
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
 
UNBOX - Static variable in interface com.landawn.abacus.util.function.ToShortFunction
 
unboxB() - Static method in class com.landawn.abacus.util.Fn
 
unboxC() - Static method in class com.landawn.abacus.util.Fn
 
unboxD() - Static method in class com.landawn.abacus.util.Fn
 
unboxF() - Static method in class com.landawn.abacus.util.Fn
 
unboxI() - Static method in class com.landawn.abacus.util.Fn
 
unboxL() - Static method in class com.landawn.abacus.util.Fn
 
unboxS() - Static method in class com.landawn.abacus.util.Fn
 
uncapitalize(String) - Static method in class com.landawn.abacus.util.N
 
UncheckedIOException - Exception in com.landawn.abacus.exception
 
UncheckedIOException() - Constructor for exception com.landawn.abacus.exception.UncheckedIOException
Constructor for UncheckedIOException.
UncheckedIOException(String) - 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.
UncheckedIOException(IOException) - Constructor for exception com.landawn.abacus.exception.UncheckedIOException
Constructor for UncheckedIOException.
UncheckedSQLException - Exception in com.landawn.abacus.exception
 
UncheckedSQLException(String) - 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.
UncheckedSQLException(String, SQLException, String) - Constructor for exception com.landawn.abacus.exception.UncheckedSQLException
Constructor for UncheckedSQLException.
UncheckedSQLException(SQLException, String) - Constructor for exception com.landawn.abacus.exception.UncheckedSQLException
Constructor for UncheckedSQLException.
UncheckedSQLException(SQLException) - Constructor for exception com.landawn.abacus.exception.UncheckedSQLException
Constructor for UncheckedSQLException.
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.
unicodeEscaped(char) - Static method in class com.landawn.abacus.util.N
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(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
 
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(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
 
unlock() - Method in class com.landawn.abacus.pool.AbstractPool
 
unlock() - Method in interface com.landawn.abacus.pool.Pool
 
unlock(String, String) - Method in class com.landawn.abacus.util.DBLock
 
unlock(K) - Method in class com.landawn.abacus.util.MemcachedLock
 
UNLOCKED - Static variable in class com.landawn.abacus.util.DBLock
 
unregister(Object) - Method in class com.landawn.abacus.eventBus.EventBus
 
unwrap(JSONObject) - Static method in class com.landawn.abacus.util.AWSJSONUtil
 
unwrap(Class<?>, JSONObject) - Static method in class com.landawn.abacus.util.AWSJSONUtil
 
unwrap(Type<?>, JSONObject) - Static method in class com.landawn.abacus.util.AWSJSONUtil
 
unwrap(JSONArray) - Static method in class com.landawn.abacus.util.AWSJSONUtil
 
unwrap(Class<?>, JSONArray) - Static method in class com.landawn.abacus.util.AWSJSONUtil
 
unwrap(Type<?>, JSONArray) - Static method in class com.landawn.abacus.util.AWSJSONUtil
 
unwrap(JSONObject) - Static method in class com.landawn.abacus.util.JSONUtil
 
unwrap(Class<?>, JSONObject) - Static method in class com.landawn.abacus.util.JSONUtil
 
unwrap(Type<?>, JSONObject) - Static method in class com.landawn.abacus.util.JSONUtil
 
unwrap(JSONArray) - Static method in class com.landawn.abacus.util.JSONUtil
 
unwrap(Class<?>, JSONArray) - Static method in class com.landawn.abacus.util.JSONUtil
 
unwrap(Type<?>, JSONArray) - Static method in class com.landawn.abacus.util.JSONUtil
 
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(String, String) - Static method in class com.landawn.abacus.util.N
 
unwrap(String, String, String) - Static method in class com.landawn.abacus.util.N
Unwraps the specified string str if and only if it's wrapped by the specified prefix and suffix
unzip(File, File) - Static method in class com.landawn.abacus.util.IOUtil
 
unzip(Iterator<? extends T>, Try.BiConsumer<? super T, Pair<L, R>, E>) - Static method in class com.landawn.abacus.util.Iterators
 
unzip(Iterator<? extends T>, Try.BiConsumer<? super T, Pair<L, R>, E>, Supplier<? extends Collection<?>>) - Static method in class com.landawn.abacus.util.Iterators
 
unzip(Collection<? extends T>, Try.BiConsumer<? super T, Pair<L, R>, E>) - Static method in class com.landawn.abacus.util.N
 
unzip(Collection<? extends T>, Try.BiConsumer<? super T, Pair<L, R>, E>, IntFunction<? extends Collection<?>>) - Static method in class com.landawn.abacus.util.N
 
unzipp(Iterator<? extends T>, Try.BiConsumer<? super T, Triple<L, M, R>, E>) - Static method in class com.landawn.abacus.util.Iterators
 
unzipp(Iterator<? extends T>, Try.BiConsumer<? super T, Triple<L, M, R>, E>, Supplier<? extends Collection<?>>) - Static method in class com.landawn.abacus.util.Iterators
 
unzipp(Collection<? extends T>, Try.BiConsumer<? super T, Triple<L, M, R>, E>) - Static method in class com.landawn.abacus.util.N
 
unzipp(Collection<? extends T>, Try.BiConsumer<? super T, Triple<L, M, R>, E>, IntFunction<? extends Collection<?>>) - Static method in class com.landawn.abacus.util.N
 
update(Object) - Method in class com.landawn.abacus.android.util.SQLiteExecutor
Update the records in data store with the properties which have been updated/set in the specified entity by id property in the entity.
update(Object, Condition) - Method in class com.landawn.abacus.android.util.SQLiteExecutor
Update the records in data store with the properties which have been updated/set in the specified entity by the specified condition.
update(String, Object, Condition) - Method in class com.landawn.abacus.android.util.SQLiteExecutor
Update the records in data store with the properties which have been updated/set in the specified entity by the specified condition.
update(String, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
update(String, SQLExecutor.StatementSetter, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
update(String, SQLExecutor.StatementSetter, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
update(Connection, String, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
update(Connection, String, SQLExecutor.StatementSetter, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
update(Connection, String, SQLExecutor.StatementSetter, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
 
update(Object) - Method in class com.landawn.abacus.util.CassandraExecutor
 
update(Object, Collection<String>) - Method in class com.landawn.abacus.util.CassandraExecutor
 
update(Class<?>, Map<String, Object>, Condition) - Method in class com.landawn.abacus.util.CassandraExecutor
 
update(String) - Static method in class com.landawn.abacus.util.CQLBuilder.E
 
update(Class<?>) - Static method in class com.landawn.abacus.util.CQLBuilder.E
 
update(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.E
 
update(String) - Static method in class com.landawn.abacus.util.CQLBuilder.E2
 
update(Class<?>) - Static method in class com.landawn.abacus.util.CQLBuilder.E2
 
update(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.E2
 
update(String) - Static method in class com.landawn.abacus.util.CQLBuilder.E3
 
update(Class<?>) - Static method in class com.landawn.abacus.util.CQLBuilder.E3
 
update(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.E3
 
update(String) - Static method in class com.landawn.abacus.util.CQLBuilder.NE
 
update(Class<?>) - Static method in class com.landawn.abacus.util.CQLBuilder.NE
 
update(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.NE
 
update(String) - Static method in class com.landawn.abacus.util.CQLBuilder.NE2
 
update(Class<?>) - Static method in class com.landawn.abacus.util.CQLBuilder.NE2
 
update(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.NE2
 
update(String) - Static method in class com.landawn.abacus.util.CQLBuilder.NE3
 
update(Class<?>) - Static method in class com.landawn.abacus.util.CQLBuilder.NE3
 
update(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.NE3
 
update(String) - Static method in class com.landawn.abacus.util.CQLBuilder.RE
 
update(Class<?>) - Static method in class com.landawn.abacus.util.CQLBuilder.RE
 
update(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.RE
 
update(String) - Static method in class com.landawn.abacus.util.CQLBuilder.RE2
 
update(Class<?>) - Static method in class com.landawn.abacus.util.CQLBuilder.RE2
 
update(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.RE2
 
update(String) - Static method in class com.landawn.abacus.util.CQLBuilder.RE3
 
update(Class<?>) - Static method in class com.landawn.abacus.util.CQLBuilder.RE3
 
update(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.CQLBuilder.RE3
 
update(String, Object) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
Update the record in data store with the properties which have been updated/set in the specified update by the specified objectId.
update(ObjectId, Object) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
Update the record in data store with the properties which have been updated/set in the specified update by the specified objectId.
update(String, String, Object) - Method in class com.landawn.abacus.util.MongoDBExecutor
Update the record in data store with the properties which have been updated/set in the specified update by the specified objectId.
update(String, ObjectId, Object) - Method in class com.landawn.abacus.util.MongoDBExecutor
Update the record in data store with the properties which have been updated/set in the specified update by the specified objectId.
update(String) - Static method in class com.landawn.abacus.util.SQLBuilder.E
 
update(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.E
 
update(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.E
 
update(String) - Static method in class com.landawn.abacus.util.SQLBuilder.E2
 
update(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.E2
 
update(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.E2
 
update(String) - Static method in class com.landawn.abacus.util.SQLBuilder.E3
 
update(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.E3
 
update(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.E3
 
update(String) - Static method in class com.landawn.abacus.util.SQLBuilder.NE
 
update(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.NE
 
update(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NE
 
update(String) - Static method in class com.landawn.abacus.util.SQLBuilder.NE2
 
update(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.NE2
 
update(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NE2
 
update(String) - Static method in class com.landawn.abacus.util.SQLBuilder.NE3
 
update(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.NE3
 
update(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.NE3
 
update(String) - Static method in class com.landawn.abacus.util.SQLBuilder.RE
 
update(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.RE
 
update(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.RE
 
update(String) - Static method in class com.landawn.abacus.util.SQLBuilder.RE2
 
update(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.RE2
 
update(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.RE2
 
update(String) - Static method in class com.landawn.abacus.util.SQLBuilder.RE3
 
update(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.RE3
 
update(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.RE3
 
update(String) - Static method in class com.landawn.abacus.util.SQLBuilder.SE
 
update(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE
 
update(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE
 
update(String) - Static method in class com.landawn.abacus.util.SQLBuilder.SE2
 
update(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE2
 
update(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE2
 
update(String) - Static method in class com.landawn.abacus.util.SQLBuilder.SE3
 
update(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE3
 
update(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE3
 
update(Object) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
update(Object, Map<String, Object>) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
update(Map<String, Object>, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
update(Connection, Object) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
update(Connection, Object, Map<String, Object>) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
update(Connection, Map<String, Object>, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
update(Object) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
update(Object, Map<String, Object>) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
update(Map<String, Object>, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
update(Connection, Object) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
update(Connection, Object, Map<String, Object>) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
update(Connection, Map<String, Object>, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
 
update(String, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
 
update(String, SQLExecutor.StatementSetter, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
 
update(String, SQLExecutor.StatementSetter, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
 
update(Connection, String, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
 
update(Connection, String, SQLExecutor.StatementSetter, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
 
update(Connection, String, SQLExecutor.StatementSetter, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
 
updateAccessCount() - Method in class com.landawn.abacus.pool.ActivityPrint
 
updateAll(Try.Function<?, ?, E>) - Method in interface com.landawn.abacus.DataSet
Update all the values in this DataSet with the specified function.
updateAll(Try.BooleanUnaryOperator<E>) - Method in class com.landawn.abacus.util.BooleanMatrix
 
updateAll(Try.IntBiFunction<Boolean, E>) - Method in class com.landawn.abacus.util.BooleanMatrix
Update all elements based on points
updateAll(Try.Function<?, ?, E>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
 
updateAll(Try.ByteUnaryOperator<E>) - Method in class com.landawn.abacus.util.ByteMatrix
 
updateAll(Try.IntBiFunction<Byte, E>) - Method in class com.landawn.abacus.util.ByteMatrix
Update all elements based on points
updateAll(Try.CharUnaryOperator<E>) - Method in class com.landawn.abacus.util.CharMatrix
 
updateAll(Try.IntBiFunction<Character, E>) - Method in class com.landawn.abacus.util.CharMatrix
Update all elements based on points
updateAll(Try.DoubleUnaryOperator<E>) - Method in class com.landawn.abacus.util.DoubleMatrix
 
updateAll(Try.IntBiFunction<Double, E>) - Method in class com.landawn.abacus.util.DoubleMatrix
Update all elements based on points
updateAll(Try.FloatUnaryOperator<E>) - Method in class com.landawn.abacus.util.FloatMatrix
 
updateAll(Try.IntBiFunction<Float, E>) - Method in class com.landawn.abacus.util.FloatMatrix
Update all elements based on points
updateAll(Try.IntUnaryOperator<E>) - Method in class com.landawn.abacus.util.IntMatrix
 
updateAll(Try.IntBiFunction<Integer, E>) - Method in class com.landawn.abacus.util.IntMatrix
Update all elements based on points
updateAll(Try.LongUnaryOperator<E>) - Method in class com.landawn.abacus.util.LongMatrix
 
updateAll(Try.IntBiFunction<Long, E>) - Method in class com.landawn.abacus.util.LongMatrix
Update all elements based on points
updateAll(Try.UnaryOperator<T, E>) - Method in class com.landawn.abacus.util.Matrix
 
updateAll(Try.IntBiFunction<T, E>) - Method in class com.landawn.abacus.util.Matrix
Update all elements based on points
updateAll(Bson, Object) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
Update the records in data store with the properties which have been updated/set in the specified update by the specified filter.
updateAll(Bson, Object, UpdateOptions) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
Update the records in data store with the properties which have been updated/set in the specified update by the specified filter.
updateAll(String, Bson, Object) - Method in class com.landawn.abacus.util.MongoDBExecutor
Update the records in data store with the properties which have been updated/set in the specified update by the specified filter.
updateAll(String, Bson, Object, UpdateOptions) - Method in class com.landawn.abacus.util.MongoDBExecutor
Update the records in data store with the properties which have been updated/set in the specified update by the specified filter.
updateAll(Try.Function<? super E, E, X>) - Method in class com.landawn.abacus.util.Sheet
 
updateAll(Try.IntBiFunction<E, X>) - Method in class com.landawn.abacus.util.Sheet
Update all elements based on points
updateAll(Try.TriFunction<R, C, E, E, X>) - Method in class com.landawn.abacus.util.Sheet
Update all elements based on points
updateAll(Try.ShortUnaryOperator<E>) - Method in class com.landawn.abacus.util.ShortMatrix
 
updateAll(Try.IntBiFunction<Short, E>) - Method in class com.landawn.abacus.util.ShortMatrix
Update all elements based on points
updateAll(Collection<?>) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
updateAll(Collection<?>, IsolationLevel) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
updateAll(Connection, Collection<?>) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
 
updateAll(Collection<?>) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
Update All the records one by one in transaction.
updateAll(Collection<?>, IsolationLevel) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
Update All the records one by one in transaction.
updateAll(Connection, Collection<?>) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
Update All the records one by one with specified Connection.
updateColumn(String, Try.Function<T, ?, E>) - Method in interface com.landawn.abacus.DataSet
Update the values of the specified column by the specified function.
updateColumn(Collection<String>, Try.Function<?, ?, E>) - Method in interface com.landawn.abacus.DataSet
Update the values of the specified columns one by one with the specified function.
updateColumn(int, Try.BooleanUnaryOperator<E>) - Method in class com.landawn.abacus.util.BooleanMatrix
 
updateColumn(String, Try.Function<T, ?, E>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
 
updateColumn(Collection<String>, Try.Function<?, ?, E>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
 
updateColumn(int, Try.ByteUnaryOperator<E>) - Method in class com.landawn.abacus.util.ByteMatrix
 
updateColumn(int, Try.CharUnaryOperator<E>) - Method in class com.landawn.abacus.util.CharMatrix
 
updateColumn(int, Try.DoubleUnaryOperator<E>) - Method in class com.landawn.abacus.util.DoubleMatrix
 
updateColumn(int, Try.FloatUnaryOperator<E>) - Method in class com.landawn.abacus.util.FloatMatrix
 
updateColumn(int, Try.IntUnaryOperator<E>) - Method in class com.landawn.abacus.util.IntMatrix
 
updateColumn(int, Try.LongUnaryOperator<E>) - Method in class com.landawn.abacus.util.LongMatrix
 
updateColumn(int, Try.UnaryOperator<T, E>) - Method in class com.landawn.abacus.util.Matrix
 
updateColumn(C, Try.Function<? super E, E, X>) - Method in class com.landawn.abacus.util.Sheet
 
updateColumn(int, Try.ShortUnaryOperator<E>) - Method in class com.landawn.abacus.util.ShortMatrix
 
updateItem(String, Map<String, AttributeValue>, Map<String, AttributeValueUpdate>) - Method in class com.landawn.abacus.util.DynamoDBExecutor
 
updateItem(String, Map<String, AttributeValue>, Map<String, AttributeValueUpdate>, String) - Method in class com.landawn.abacus.util.DynamoDBExecutor
 
updateItem(UpdateItemRequest) - Method in class com.landawn.abacus.util.DynamoDBExecutor
 
updateLastAccessTime() - Method in class com.landawn.abacus.pool.ActivityPrint
 
updateLU2RD(Try.BooleanUnaryOperator<E>) - Method in class com.landawn.abacus.util.BooleanMatrix
 
updateLU2RD(Try.ByteUnaryOperator<E>) - Method in class com.landawn.abacus.util.ByteMatrix
 
updateLU2RD(Try.CharUnaryOperator<E>) - Method in class com.landawn.abacus.util.CharMatrix
 
updateLU2RD(Try.DoubleUnaryOperator<E>) - Method in class com.landawn.abacus.util.DoubleMatrix
 
updateLU2RD(Try.FloatUnaryOperator<E>) - Method in class com.landawn.abacus.util.FloatMatrix
 
updateLU2RD(Try.IntUnaryOperator<E>) - Method in class com.landawn.abacus.util.IntMatrix
 
updateLU2RD(Try.LongUnaryOperator<E>) - Method in class com.landawn.abacus.util.LongMatrix
 
updateLU2RD(Try.UnaryOperator<T, E>) - Method in class com.landawn.abacus.util.Matrix
 
updateLU2RD(Try.ShortUnaryOperator<E>) - Method in class com.landawn.abacus.util.ShortMatrix
 
updateOne(Bson, Object) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
Just update one record in data store with the properties which have been updated/set in the specified update by the specified filter.
updateOne(Bson, Object, UpdateOptions) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
Just update one record in data store with the properties which have been updated/set in the specified update by the specified filter.
updateOne(String, Bson, Object) - Method in class com.landawn.abacus.util.MongoDBExecutor
Just update one record in data store with the properties which have been updated/set in the specified update by the specified filter.
updateOne(String, Bson, Object, UpdateOptions) - Method in class com.landawn.abacus.util.MongoDBExecutor
Just update one record in data store with the properties which have been updated/set in the specified update by the specified filter.
updateRow(int, Try.Function<?, ?, E>) - Method in interface com.landawn.abacus.DataSet
Update the values in the specified row with the specified function.
updateRow(int[], Try.Function<?, ?, E>) - Method in interface com.landawn.abacus.DataSet
Update the values in the specified rows one by one with the specified function.
updateRow(int, Try.BooleanUnaryOperator<E>) - Method in class com.landawn.abacus.util.BooleanMatrix
 
updateRow(int, Try.ByteUnaryOperator<E>) - Method in class com.landawn.abacus.util.ByteMatrix
 
updateRow(int, Try.CharUnaryOperator<E>) - Method in class com.landawn.abacus.util.CharMatrix
 
updateRow(int, Try.DoubleUnaryOperator<E>) - Method in class com.landawn.abacus.util.DoubleMatrix
 
updateRow(int, Try.FloatUnaryOperator<E>) - Method in class com.landawn.abacus.util.FloatMatrix
 
updateRow(int, Try.IntUnaryOperator<E>) - Method in class com.landawn.abacus.util.IntMatrix
 
updateRow(int, Try.LongUnaryOperator<E>) - Method in class com.landawn.abacus.util.LongMatrix
 
updateRow(int, Try.UnaryOperator<T, E>) - Method in class com.landawn.abacus.util.Matrix
 
updateRow(R, Try.Function<? super E, E, X>) - Method in class com.landawn.abacus.util.Sheet
 
updateRow(int, Try.ShortUnaryOperator<E>) - Method in class com.landawn.abacus.util.ShortMatrix
 
updateRU2LD(Try.BooleanUnaryOperator<E>) - Method in class com.landawn.abacus.util.BooleanMatrix
 
updateRU2LD(Try.ByteUnaryOperator<E>) - Method in class com.landawn.abacus.util.ByteMatrix
 
updateRU2LD(Try.CharUnaryOperator<E>) - Method in class com.landawn.abacus.util.CharMatrix
 
updateRU2LD(Try.DoubleUnaryOperator<E>) - Method in class com.landawn.abacus.util.DoubleMatrix
 
updateRU2LD(Try.FloatUnaryOperator<E>) - Method in class com.landawn.abacus.util.FloatMatrix
 
updateRU2LD(Try.IntUnaryOperator<E>) - Method in class com.landawn.abacus.util.IntMatrix
 
updateRU2LD(Try.LongUnaryOperator<E>) - Method in class com.landawn.abacus.util.LongMatrix
 
updateRU2LD(Try.UnaryOperator<T, E>) - Method in class com.landawn.abacus.util.Matrix
 
updateRU2LD(Try.ShortUnaryOperator<E>) - Method in class com.landawn.abacus.util.ShortMatrix
 
UPGRADE - Static variable in class com.landawn.abacus.http.HTTP
 
upOf(int, int) - Method in class com.landawn.abacus.util.BooleanMatrix
 
upOf(int, int) - Method in class com.landawn.abacus.util.ByteMatrix
 
upOf(int, int) - Method in class com.landawn.abacus.util.CharMatrix
 
upOf(int, int) - Method in class com.landawn.abacus.util.DoubleMatrix
 
upOf(int, int) - Method in class com.landawn.abacus.util.FloatMatrix
 
upOf(int, int) - Method in class com.landawn.abacus.util.IntMatrix
 
upOf(int, int) - Method in class com.landawn.abacus.util.LongMatrix
 
upOf(int, int) - Method in class com.landawn.abacus.util.Matrix
 
upOf(int, int) - Method in class com.landawn.abacus.util.ShortMatrix
 
upper(String) - Static method in class com.landawn.abacus.condition.Expression
 
upperEndpoint() - Method in class com.landawn.abacus.util.Range
Gets the maximum value in this range.
upsert(T) - Method in class com.landawn.abacus.util.CouchbaseExecutor
All the signed properties will be updated/inserted into data store.
upsert(T, long, TimeUnit) - Method in class com.landawn.abacus.util.CouchbaseExecutor
All the signed properties will be updated/inserted into data store.
url() - Method in class com.landawn.abacus.http.AbstractHttpClient
 
url(String) - Static method in class com.landawn.abacus.http.HttpClient.Request
 
url(String, long, long) - Static method in class com.landawn.abacus.http.HttpClient.Request
 
url(String) - Static method in class com.landawn.abacus.http.OKHttpClient.Request
 
url(String, long, long) - Static method in class com.landawn.abacus.http.OKHttpClient.Request
 
urlDecode(String) - Static method in class com.landawn.abacus.util.N
 
urlDecode(String, Charset) - Static method in class com.landawn.abacus.util.N
 
urlDecode(Class<T>, String) - Static method in class com.landawn.abacus.util.N
 
urlDecode(Class<T>, String, Charset) - Static method in class com.landawn.abacus.util.N
 
urlEncode(Object) - Static method in class com.landawn.abacus.util.N
 
urlEncode(Object, Charset) - Static method in class com.landawn.abacus.util.N
 
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_CACHES - Static variable in class com.landawn.abacus.http.HTTP
Default value is false.
useForNull(String) - Method in class com.landawn.abacus.util.Joiner
 
USER_AGENT - Static variable in class com.landawn.abacus.http.HTTP
 
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
 
usingTimestamp(Date) - Method in class com.landawn.abacus.util.CQLBuilder
 
usingTimestamp(long) - Method in class com.landawn.abacus.util.CQLBuilder
 
usingTimestamp(String) - Method in class com.landawn.abacus.util.CQLBuilder
 
usingTTL(long) - Method in class com.landawn.abacus.util.CQLBuilder
 
usingTTL(String) - Method in class com.landawn.abacus.util.CQLBuilder
 
UTC_TIME_ZONE - Static variable in class com.landawn.abacus.util.DateUtil
 
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.HTTP
 
UTF_8 - Static variable in class com.landawn.abacus.util.Charsets
 
uuid() - Static method in class com.landawn.abacus.util.N
Returns an UUID

V

vacate() - Method in class com.landawn.abacus.pool.AbstractPool
 
vacate() - Method in interface com.landawn.abacus.pool.Pool
 
val() - Method in class com.landawn.abacus.util.Builder
 
val() - Method in class com.landawn.abacus.util.Try
 
value() - Method in class com.landawn.abacus.pool.PoolableWrapper
 
value() - Method in class com.landawn.abacus.util.AnyDelete
 
value() - Method in class com.landawn.abacus.util.AnyGet
 
value() - Method in class com.landawn.abacus.util.AnyPut
 
value() - Method in class com.landawn.abacus.util.AnyScan
 
value() - Static method in class com.landawn.abacus.util.Fn
 
value() - Method in class com.landawn.abacus.util.HBaseColumn
 
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 interface com.landawn.abacus.util.Sheet.Cell
 
value() - Method in class com.landawn.abacus.util.Wrapper
 
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(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.http.MessageEncryption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.landawn.abacus.IsolationLevel
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.landawn.abacus.IsolationLevel
Method valueOf
valueOf(String) - Static method in enum com.landawn.abacus.parser.Exclusion
Returns the enum constant of this type with the specified name.
valueOf(boolean) - Static method in class com.landawn.abacus.parser.KryoSerializationConfig.KSC
 
valueOf(Exclusion, Map<Class<?>, Collection<String>>) - Static method in class com.landawn.abacus.parser.KryoSerializationConfig.KSC
 
valueOf(boolean, Exclusion, Map<Class<?>, Collection<String>>) - Static method in class com.landawn.abacus.parser.KryoSerializationConfig.KSC
 
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.Transaction.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.landawn.abacus.Transaction.Status
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.CodeGenerator.EntityMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.landawn.abacus.util.CodeGenerator.ParentPropertyMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.landawn.abacus.util.DBVersion
Returns the enum constant of this type with the specified name.
valueOf(T) - Static method in class com.landawn.abacus.util.HBaseColumn
 
valueOf(T, long) - Static method in class com.landawn.abacus.util.HBaseColumn
 
valueOf(Class<T>, String) - Static method in class com.landawn.abacus.util.N
 
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.Range.BoundType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.landawn.abacus.util.RemoteTask.OperationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.landawn.abacus.util.RemoteTask.RunMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.landawn.abacus.util.stream.BaseStream.Splitor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.landawn.abacus.util.stream.Stream.LAIO
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.landawn.abacus.util.stream.Stream.LRNO
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.landawn.abacus.util.stream.Stream.PSO
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.landawn.abacus.util.stream.Stream.SOO
Returns the enum constant of this type with the specified name.
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() - Method in class com.landawn.abacus.http.Headers
 
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.http.MessageEncryption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.landawn.abacus.IsolationLevel
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
Method values.
values() - Static method in enum com.landawn.abacus.Transaction.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.landawn.abacus.Transaction.Status
Returns an array containing the constants of this enum type, in the order they are declared.
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.CodeGenerator.EntityMode
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.CodeGenerator.ParentPropertyMode
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.DBVersion
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() - 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.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.RemoteTask.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.RemoteTask.RunMode
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.BaseStream.Splitor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.landawn.abacus.util.stream.EntryStream
 
values() - Static method in enum com.landawn.abacus.util.stream.Stream.LAIO
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.Stream.LRNO
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.Stream.PSO
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.Stream.SOO
Returns an array containing the constants of this enum type, in the order they are declared.
version() - Method in class com.landawn.abacus.util.HBaseColumn
 
vstack(BooleanMatrix) - Method in class com.landawn.abacus.util.BooleanMatrix
 
vstack(ByteMatrix) - Method in class com.landawn.abacus.util.ByteMatrix
 
vstack(CharMatrix) - Method in class com.landawn.abacus.util.CharMatrix
 
vstack(DoubleMatrix) - Method in class com.landawn.abacus.util.DoubleMatrix
 
vstack(FloatMatrix) - Method in class com.landawn.abacus.util.FloatMatrix
 
vstack(IntMatrix) - Method in class com.landawn.abacus.util.IntMatrix
IntMatrix a = IntMatrix.of({{1, 2, 3}, {4, 5, 6}); IntMatrix b = IntMatrix.of({{7, 8, 9}, {10, 11, 12}); IntMatrix c = a.vstack(b); [[1, 2, 3], [4, 5, 6], [7, 8, 9], [10, 11, 12]]
vstack(LongMatrix) - Method in class com.landawn.abacus.util.LongMatrix
 
vstack(Matrix<? extends T>) - Method in class com.landawn.abacus.util.Matrix
 
vstack(ShortMatrix) - Method in class com.landawn.abacus.util.ShortMatrix
 
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

w(String, String, String) - Static method in class com.landawn.abacus.util.SQLExecutor
 
w(String, String, String, String) - Static method in class com.landawn.abacus.util.SQLExecutor
 
w(Class<? extends Driver>, String, String, String) - Static method in class com.landawn.abacus.util.SQLExecutor
 
WebServiceServlet - Class in com.landawn.abacus.http
It's a quick way to deploy json/xml web service by WebServiceServlet
WebServiceServlet() - Constructor for class com.landawn.abacus.http.WebServiceServlet
 
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(String) - Method in class com.landawn.abacus.util.CQLBuilder
 
where(Condition) - Method in class com.landawn.abacus.util.CQLBuilder
 
where(String) - Method in class com.landawn.abacus.util.SQLBuilder
 
where(Condition) - Method in class com.landawn.abacus.util.SQLBuilder
 
wildcardMatch(String, String) - Static method in class com.landawn.abacus.util.FilenameUtil
Checks a filename to see if it matches the specified wildcard filter, always testing case-sensitive.
wildcardMatch(String, String, boolean) - Static method in class com.landawn.abacus.util.FilenameUtil
Checks a filename to see if it matches the specified wildcard filter allowing control over case-sensitivity.
wildcardMatchOnSystem(String, String) - Static method in class com.landawn.abacus.util.FilenameUtil
Checks a filename to see if it matches the specified wildcard filter using the case rules of the system.
with(Executor) - Method in class com.landawn.abacus.android.util.CompletableFuture
 
with(Executor, long, TimeUnit) - Method in class com.landawn.abacus.android.util.CompletableFuture
 
with(SerializationFeature) - Method in class com.landawn.abacus.parser.JacksonMapperConfig
 
with(DeserializationFeature) - Method in class com.landawn.abacus.parser.JacksonMapperConfig
 
with(SerializationFeature) - Method in class com.landawn.abacus.parser.JacksonXMLMapperConfig
 
with(DeserializationFeature) - Method in class com.landawn.abacus.parser.JacksonXMLMapperConfig
 
with(ToXmlGenerator.Feature) - Method in class com.landawn.abacus.parser.JacksonXMLMapperConfig
 
with(FromXmlParser.Feature) - Method in class com.landawn.abacus.parser.JacksonXMLMapperConfig
 
with(Executor) - Method in class com.landawn.abacus.util.CompletableFuture
 
with(Executor, long, TimeUnit) - Method in class com.landawn.abacus.util.CompletableFuture
 
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(CharSequence) - Static method in class com.landawn.abacus.util.Splitter
 
withDifferentValues() - Method in class com.landawn.abacus.util.Difference.MapDifference
Returns the entries that appear in both maps, but with different values.
without(SerializationFeature) - Method in class com.landawn.abacus.parser.JacksonMapperConfig
 
without(DeserializationFeature) - Method in class com.landawn.abacus.parser.JacksonMapperConfig
 
without(SerializationFeature) - Method in class com.landawn.abacus.parser.JacksonXMLMapperConfig
 
without(DeserializationFeature) - Method in class com.landawn.abacus.parser.JacksonXMLMapperConfig
 
without(ToXmlGenerator.Feature) - Method in class com.landawn.abacus.parser.JacksonXMLMapperConfig
 
without(FromXmlParser.Feature) - Method in class com.landawn.abacus.parser.JacksonXMLMapperConfig
 
withoutPadding() - Method in class com.landawn.abacus.util.Base64.Encoder
Returns an encoder instance that encodes equivalently to this one, but without adding any padding character at the end of the encoded byte data.
withSerialExecutor() - Method in class com.landawn.abacus.android.util.CompletableFuture
 
withSerialExecutor(long) - Method in class com.landawn.abacus.android.util.CompletableFuture
 
withTPExecutor() - Method in class com.landawn.abacus.android.util.CompletableFuture
With Thread Pool Executor.
withTPExecutor(long) - Method in class com.landawn.abacus.android.util.CompletableFuture
 
withUIExecutor() - Method in class com.landawn.abacus.android.util.CompletableFuture
 
withUIExecutor(long) - Method in class com.landawn.abacus.android.util.CompletableFuture
 
wrap(T) - Static method in interface com.landawn.abacus.pool.Poolable
Wrap the the source object with Long.MAX_VALUE liveTime and Long.MAX_VALUE maxIdleTime.
wrap(T, long, long) - Static method in interface com.landawn.abacus.pool.Poolable
Wrap the the source object with specified liveTime and maxIdleTime.
wrap(Map<String, Object>) - Static method in class com.landawn.abacus.util.AWSJSONUtil
 
wrap(Object) - Static method in class com.landawn.abacus.util.AWSJSONUtil
wrap(entity) -> wrap(Maps.deepEntity2Map(entity, true))
wrap(boolean[]) - Static method in class com.landawn.abacus.util.AWSJSONUtil
 
wrap(char[]) - Static method in class com.landawn.abacus.util.AWSJSONUtil
 
wrap(byte[]) - Static method in class com.landawn.abacus.util.AWSJSONUtil
 
wrap(short[]) - Static method in class com.landawn.abacus.util.AWSJSONUtil
 
wrap(int[]) - Static method in class com.landawn.abacus.util.AWSJSONUtil
 
wrap(long[]) - Static method in class com.landawn.abacus.util.AWSJSONUtil
 
wrap(float[]) - Static method in class com.landawn.abacus.util.AWSJSONUtil
 
wrap(double[]) - Static method in class com.landawn.abacus.util.AWSJSONUtil
 
wrap(Object[]) - Static method in class com.landawn.abacus.util.AWSJSONUtil
 
wrap(Collection<?>) - Static method in class com.landawn.abacus.util.AWSJSONUtil
 
wrap(InputStream) - Method in class com.landawn.abacus.util.Base64.Decoder
Returns an input stream for decoding Base64 encoded byte stream.
wrap(OutputStream) - Method in class com.landawn.abacus.util.Base64.Encoder
Wraps an output stream for encoding byte data using the Base64 encoding scheme.
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(DataSource) - Static method in class com.landawn.abacus.util.JdbcUtil
 
wrap(Map<String, Object>) - Static method in class com.landawn.abacus.util.JSONUtil
 
wrap(Object) - Static method in class com.landawn.abacus.util.JSONUtil
wrap(entity) -> wrap(Maps.deepEntity2Map(entity, true))
wrap(boolean[]) - Static method in class com.landawn.abacus.util.JSONUtil
 
wrap(char[]) - Static method in class com.landawn.abacus.util.JSONUtil
 
wrap(byte[]) - Static method in class com.landawn.abacus.util.JSONUtil
 
wrap(short[]) - Static method in class com.landawn.abacus.util.JSONUtil
 
wrap(int[]) - Static method in class com.landawn.abacus.util.JSONUtil
 
wrap(long[]) - Static method in class com.landawn.abacus.util.JSONUtil
 
wrap(float[]) - Static method in class com.landawn.abacus.util.JSONUtil
 
wrap(double[]) - Static method in class com.landawn.abacus.util.JSONUtil
 
wrap(Object[]) - Static method in class com.landawn.abacus.util.JSONUtil
 
wrap(Collection<?>) - Static method in class com.landawn.abacus.util.JSONUtil
 
wrap(Map<K, V>) - Static method in class com.landawn.abacus.util.ListMultimap
 
wrap(String, String) - Static method in class com.landawn.abacus.util.N
 
wrap(String, String, String) - Static method in class com.landawn.abacus.util.N
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"
wrap(Map<K, V>) - Static method in class com.landawn.abacus.util.SetMultimap
 
wrapIfMissing(String, String) - Static method in class com.landawn.abacus.util.N
 
wrapIfMissing(String, String, String) - Static method in class com.landawn.abacus.util.N
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.HTTP
 
wrapOutputStream(OutputStream, ContentFormat) - Static method in class com.landawn.abacus.http.HTTP
 
Wrapper<T> - Class in com.landawn.abacus.util
 
wrapperOf(Class<?>) - Static method in class com.landawn.abacus.util.N
 
write(int) - Method in class com.landawn.abacus.hash.HashingOutputStream
 
write(byte[], int, int) - Method in class com.landawn.abacus.hash.HashingOutputStream
 
write(Object) - Method in interface com.landawn.abacus.parser.ObjectMapper
 
write(Object, C) - Method in interface com.landawn.abacus.parser.ObjectMapper
 
write(File, Object) - Method in interface com.landawn.abacus.parser.ObjectMapper
 
write(File, Object, C) - Method in interface com.landawn.abacus.parser.ObjectMapper
 
write(OutputStream, Object) - Method in interface com.landawn.abacus.parser.ObjectMapper
 
write(OutputStream, Object, C) - Method in interface com.landawn.abacus.parser.ObjectMapper
 
write(Writer, Object) - Method in interface com.landawn.abacus.parser.ObjectMapper
 
write(Writer, Object, C) - Method in interface com.landawn.abacus.parser.ObjectMapper
 
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[], 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[], 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.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
 
writeBytesTo(byte[], int, int) - Method in class com.landawn.abacus.hash.HashCode
Copies bytes from this hash code into dest.
writeClassMethod(File, Class<?>) - Static method in class com.landawn.abacus.util.CodeGenerator
Write the generated methods by the fields defined the in specified class to the source file.
writeClassMethod(File, Class<?>, boolean, boolean, boolean, Set<String>, Map<String, String>, Class<?>) - Static method in class com.landawn.abacus.util.CodeGenerator
Write the generated methods by the fields defined the in specified class to the source file.
writeClassMethod(File, Class<?>, boolean, boolean, boolean, Set<String>, Map<String, String>, CodeGenerator.ParentPropertyMode, CodeGenerator.ParentPropertyMode, Class<?>) - Static method in class com.landawn.abacus.util.CodeGenerator
Write the generated methods by the fields defined the in specified class to the source file.
writeHtmlResult(OutputStream) - Method in class com.landawn.abacus.util.Profiler.MultiLoopsStatistics
 
writeHtmlResult(Writer) - Method in class com.landawn.abacus.util.Profiler.MultiLoopsStatistics
 
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
 
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.hash.BloomFilter
Writes this BloomFilter to an output stream, with a custom format (not Java serialization).
writeUtilClassForHashEqualsToString(File, String) - Static method in class com.landawn.abacus.util.CodeGenerator
 
writeUtilClassForHashEqualsToString(File, String, String) - Static method in class com.landawn.abacus.util.CodeGenerator
 
writeXmlResult(OutputStream) - Method in class com.landawn.abacus.util.Profiler.MultiLoopsStatistics
 
writeXmlResult(Writer) - Method in class com.landawn.abacus.util.Profiler.MultiLoopsStatistics
 
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.HTTP
 

X

XDC() - Constructor for class com.landawn.abacus.parser.XMLDeserializationConfig.XDC
 
XMC() - Constructor for class com.landawn.abacus.parser.JacksonXMLMapperConfig.XMC
 
xml2Java(String, String, String, String, boolean) - Static method in class com.landawn.abacus.util.PropertiesUtil
Generate java code by the specified xml.
xml2Java(File, String, String, String, boolean) - Static method in class com.landawn.abacus.util.PropertiesUtil
Generate java code by the specified xml.
xml2Java(InputStream, String, String, String, boolean) - Static method in class com.landawn.abacus.util.PropertiesUtil
Generate java code by the specified xml.
xml2JSON(String) - Static method in class com.landawn.abacus.util.N
 
xml2JSON(Class<?>, String) - Static method in class com.landawn.abacus.util.N
 
XMLDeserializationConfig - Class in com.landawn.abacus.parser
 
XMLDeserializationConfig() - Constructor for class com.landawn.abacus.parser.XMLDeserializationConfig
 
XMLDeserializationConfig.XDC - Class in com.landawn.abacus.parser
 
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
 
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
 
XSC() - Constructor for class com.landawn.abacus.parser.XMLSerializationConfig.XSC
 

Z

ZERO - Static variable in class com.landawn.abacus.util.Duration
Constant for a duration of zero.
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(CompletableFuture<T1>, CompletableFuture<T2>, Try.BiFunction<? super CompletableFuture<T1>, ? super CompletableFuture<T2>, R, Exception>) - Static method in class com.landawn.abacus.android.util.Futures
 
zip(CompletableFuture<T1>, CompletableFuture<T2>, Try.BiFunction<? super CompletableFuture<T1>, ? super CompletableFuture<T2>, R, Exception>, Try.Function<? super Tuple.Tuple4<CompletableFuture<T1>, CompletableFuture<T2>, Long, TimeUnit>, R, Exception>) - Static method in class com.landawn.abacus.android.util.Futures
 
zip(CompletableFuture<T1>, CompletableFuture<T2>, CompletableFuture<T3>, Try.TriFunction<? super CompletableFuture<T1>, ? super CompletableFuture<T2>, ? super CompletableFuture<T3>, R, Exception>) - Static method in class com.landawn.abacus.android.util.Futures
 
zip(CompletableFuture<T1>, CompletableFuture<T2>, CompletableFuture<T3>, Try.TriFunction<? super CompletableFuture<T1>, ? super CompletableFuture<T2>, ? super CompletableFuture<T3>, R, Exception>, Try.Function<? super Tuple.Tuple5<CompletableFuture<T1>, CompletableFuture<T2>, CompletableFuture<T3>, Long, TimeUnit>, R, Exception>) - Static method in class com.landawn.abacus.android.util.Futures
 
zip(FC, Try.Function<? super FC, R, Exception>) - Static method in class com.landawn.abacus.android.util.Futures
 
zip(FC, Try.Function<? super FC, R, Exception>, Try.Function<? super Tuple.Tuple3<FC, Long, TimeUnit>, R, Exception>) - Static method in class com.landawn.abacus.android.util.Futures
 
zip(Class<R>, A[], B[], Try.BiFunction<? super A, ? super B, R, E>) - Static method in class com.landawn.abacus.util.f
 
zip(Class<R>, A[], B[], A, B, Try.BiFunction<? super A, ? super B, R, E>) - Static method in class com.landawn.abacus.util.f
 
zip(Class<R>, A[], B[], C[], Try.TriFunction<? super A, ? super B, ? super C, R, E>) - Static method in class com.landawn.abacus.util.f
 
zip(Class<R>, A[], B[], C[], A, B, C, Try.TriFunction<? super A, ? super B, ? super C, R, E>) - Static method in class com.landawn.abacus.util.f
 
zip(Class<R>, A[][], B[][], Try.BiFunction<? super A, ? super B, R, E>) - Static method in class com.landawn.abacus.util.f
 
zip(Class<R>, A[][], B[][], A, B, Try.BiFunction<? super A, ? super B, R, E>) - Static method in class com.landawn.abacus.util.f
 
zip(Class<R>, A[][], B[][], C[][], Try.TriFunction<? super A, ? super B, ? super C, R, E>) - Static method in class com.landawn.abacus.util.f
 
zip(Class<R>, A[][], B[][], C[][], A, B, C, Try.TriFunction<? super A, ? super B, ? super C, R, E>) - Static method in class com.landawn.abacus.util.f
 
zip(Class<R>, A[][][], B[][][], Try.BiFunction<? super A, ? super B, R, E>) - Static method in class com.landawn.abacus.util.f
 
zip(Class<R>, A[][][], B[][][], A, B, Try.BiFunction<? super A, ? super B, R, E>) - Static method in class com.landawn.abacus.util.f
 
zip(Class<R>, A[][][], B[][][], C[][][], Try.TriFunction<? super A, ? super B, ? super C, R, E>) - Static method in class com.landawn.abacus.util.f
 
zip(Class<R>, A[][][], B[][][], C[][][], A, B, C, Try.TriFunction<? super A, ? super B, ? super C, R, E>) - Static method in class com.landawn.abacus.util.f
 
zip(boolean[], boolean[], Try.BooleanBiFunction<Boolean, E>) - Static method in class com.landawn.abacus.util.f
 
zip(boolean[], boolean[], boolean, boolean, Try.BooleanBiFunction<Boolean, E>) - Static method in class com.landawn.abacus.util.f
 
zip(boolean[], boolean[], boolean[], Try.BooleanTriFunction<Boolean, E>) - Static method in class com.landawn.abacus.util.f
 
zip(boolean[], boolean[], boolean[], boolean, boolean, boolean, Try.BooleanTriFunction<Boolean, E>) - Static method in class com.landawn.abacus.util.f
 
zip(boolean[][], boolean[][], Try.BooleanBiFunction<Boolean, E>) - Static method in class com.landawn.abacus.util.f
 
zip(boolean[][], boolean[][], boolean, boolean, Try.BooleanBiFunction<Boolean, E>) - Static method in class com.landawn.abacus.util.f
 
zip(boolean[][], boolean[][], boolean[][], Try.BooleanTriFunction<Boolean, E>) - Static method in class com.landawn.abacus.util.f
 
zip(boolean[][], boolean[][], boolean[][], boolean, boolean, boolean, Try.BooleanTriFunction<Boolean, E>) - Static method in class com.landawn.abacus.util.f
 
zip(boolean[][][], boolean[][][], Try.BooleanBiFunction<Boolean, E>) - Static method in class com.landawn.abacus.util.f
 
zip(boolean[][][], boolean[][][], boolean, boolean, Try.BooleanBiFunction<Boolean, E>) - Static method in class com.landawn.abacus.util.f
 
zip(boolean[][][], boolean[][][], boolean[][][], Try.BooleanTriFunction<Boolean, E>) - Static method in class com.landawn.abacus.util.f
 
zip(boolean[][][], boolean[][][], boolean[][][], boolean, boolean, boolean, Try.BooleanTriFunction<Boolean, E>) - Static method in class com.landawn.abacus.util.f
 
zip(char[], char[], Try.CharBiFunction<Character, E>) - Static method in class com.landawn.abacus.util.f
 
zip(char[], char[], char, char, Try.CharBiFunction<Character, E>) - Static method in class com.landawn.abacus.util.f
 
zip(char[], char[], char[], Try.CharTriFunction<Character, E>) - Static method in class com.landawn.abacus.util.f
 
zip(char[], char[], char[], char, char, char, Try.CharTriFunction<Character, E>) - Static method in class com.landawn.abacus.util.f
 
zip(char[][], char[][], Try.CharBiFunction<Character, E>) - Static method in class com.landawn.abacus.util.f
 
zip(char[][], char[][], char, char, Try.CharBiFunction<Character, E>) - Static method in class com.landawn.abacus.util.f
 
zip(char[][], char[][], char[][], Try.CharTriFunction<Character, E>) - Static method in class com.landawn.abacus.util.f
 
zip(char[][], char[][], char[][], char, char, char, Try.CharTriFunction<Character, E>) - Static method in class com.landawn.abacus.util.f
 
zip(char[][][], char[][][], Try.CharBiFunction<Character, E>) - Static method in class com.landawn.abacus.util.f
 
zip(char[][][], char[][][], char, char, Try.CharBiFunction<Character, E>) - Static method in class com.landawn.abacus.util.f
 
zip(char[][][], char[][][], char[][][], Try.CharTriFunction<Character, E>) - Static method in class com.landawn.abacus.util.f
 
zip(char[][][], char[][][], char[][][], char, char, char, Try.CharTriFunction<Character, E>) - Static method in class com.landawn.abacus.util.f
 
zip(byte[], byte[], Try.ByteBiFunction<Byte, E>) - Static method in class com.landawn.abacus.util.f
 
zip(byte[], byte[], byte, byte, Try.ByteBiFunction<Byte, E>) - Static method in class com.landawn.abacus.util.f
 
zip(byte[], byte[], byte[], Try.ByteTriFunction<Byte, E>) - Static method in class com.landawn.abacus.util.f
 
zip(byte[], byte[], byte[], byte, byte, byte, Try.ByteTriFunction<Byte, E>) - Static method in class com.landawn.abacus.util.f
 
zip(byte[][], byte[][], Try.ByteBiFunction<Byte, E>) - Static method in class com.landawn.abacus.util.f
 
zip(byte[][], byte[][], byte, byte, Try.ByteBiFunction<Byte, E>) - Static method in class com.landawn.abacus.util.f
 
zip(byte[][], byte[][], byte[][], Try.ByteTriFunction<Byte, E>) - Static method in class com.landawn.abacus.util.f
 
zip(byte[][], byte[][], byte[][], byte, byte, byte, Try.ByteTriFunction<Byte, E>) - Static method in class com.landawn.abacus.util.f
 
zip(byte[][][], byte[][][], Try.ByteBiFunction<Byte, E>) - Static method in class com.landawn.abacus.util.f
 
zip(byte[][][], byte[][][], byte, byte, Try.ByteBiFunction<Byte, E>) - Static method in class com.landawn.abacus.util.f
 
zip(byte[][][], byte[][][], byte[][][], Try.ByteTriFunction<Byte, E>) - Static method in class com.landawn.abacus.util.f
 
zip(byte[][][], byte[][][], byte[][][], byte, byte, byte, Try.ByteTriFunction<Byte, E>) - Static method in class com.landawn.abacus.util.f
 
zip(short[], short[], Try.ShortBiFunction<Short, E>) - Static method in class com.landawn.abacus.util.f
 
zip(short[], short[], short, short, Try.ShortBiFunction<Short, E>) - Static method in class com.landawn.abacus.util.f
 
zip(short[], short[], short[], Try.ShortTriFunction<Short, E>) - Static method in class com.landawn.abacus.util.f
 
zip(short[], short[], short[], short, short, short, Try.ShortTriFunction<Short, E>) - Static method in class com.landawn.abacus.util.f
 
zip(short[][], short[][], Try.ShortBiFunction<Short, E>) - Static method in class com.landawn.abacus.util.f
 
zip(short[][], short[][], short, short, Try.ShortBiFunction<Short, E>) - Static method in class com.landawn.abacus.util.f
 
zip(short[][], short[][], short[][], Try.ShortTriFunction<Short, E>) - Static method in class com.landawn.abacus.util.f
 
zip(short[][], short[][], short[][], short, short, short, Try.ShortTriFunction<Short, E>) - Static method in class com.landawn.abacus.util.f
 
zip(short[][][], short[][][], Try.ShortBiFunction<Short, E>) - Static method in class com.landawn.abacus.util.f
 
zip(short[][][], short[][][], short, short, Try.ShortBiFunction<Short, E>) - Static method in class com.landawn.abacus.util.f
 
zip(short[][][], short[][][], short[][][], Try.ShortTriFunction<Short, E>) - Static method in class com.landawn.abacus.util.f
 
zip(short[][][], short[][][], short[][][], short, short, short, Try.ShortTriFunction<Short, E>) - Static method in class com.landawn.abacus.util.f
 
zip(int[], int[], Try.IntBiFunction<Integer, E>) - Static method in class com.landawn.abacus.util.f
 
zip(int[], int[], int, int, Try.IntBiFunction<Integer, E>) - Static method in class com.landawn.abacus.util.f
 
zip(int[], int[], int[], Try.IntTriFunction<Integer, E>) - Static method in class com.landawn.abacus.util.f
 
zip(int[], int[], int[], int, int, int, Try.IntTriFunction<Integer, E>) - Static method in class com.landawn.abacus.util.f
 
zip(int[][], int[][], Try.IntBiFunction<Integer, E>) - Static method in class com.landawn.abacus.util.f
 
zip(int[][], int[][], int, int, Try.IntBiFunction<Integer, E>) - Static method in class com.landawn.abacus.util.f
 
zip(int[][], int[][], int[][], Try.IntTriFunction<Integer, E>) - Static method in class com.landawn.abacus.util.f
 
zip(int[][], int[][], int[][], int, int, int, Try.IntTriFunction<Integer, E>) - Static method in class com.landawn.abacus.util.f
 
zip(int[][][], int[][][], Try.IntBiFunction<Integer, E>) - Static method in class com.landawn.abacus.util.f
 
zip(int[][][], int[][][], int, int, Try.IntBiFunction<Integer, E>) - Static method in class com.landawn.abacus.util.f
 
zip(int[][][], int[][][], int[][][], Try.IntTriFunction<Integer, E>) - Static method in class com.landawn.abacus.util.f
 
zip(int[][][], int[][][], int[][][], int, int, int, Try.IntTriFunction<Integer, E>) - Static method in class com.landawn.abacus.util.f
 
zip(long[], long[], Try.LongBiFunction<Long, E>) - Static method in class com.landawn.abacus.util.f
 
zip(long[], long[], long, long, Try.LongBiFunction<Long, E>) - Static method in class com.landawn.abacus.util.f
 
zip(long[], long[], long[], Try.LongTriFunction<Long, E>) - Static method in class com.landawn.abacus.util.f
 
zip(long[], long[], long[], long, long, long, Try.LongTriFunction<Long, E>) - Static method in class com.landawn.abacus.util.f
 
zip(long[][], long[][], Try.LongBiFunction<Long, E>) - Static method in class com.landawn.abacus.util.f
 
zip(long[][], long[][], long, long, Try.LongBiFunction<Long, E>) - Static method in class com.landawn.abacus.util.f
 
zip(long[][], long[][], long[][], Try.LongTriFunction<Long, E>) - Static method in class com.landawn.abacus.util.f
 
zip(long[][], long[][], long[][], long, long, long, Try.LongTriFunction<Long, E>) - Static method in class com.landawn.abacus.util.f
 
zip(long[][][], long[][][], Try.LongBiFunction<Long, E>) - Static method in class com.landawn.abacus.util.f
 
zip(long[][][], long[][][], long, long, Try.LongBiFunction<Long, E>) - Static method in class com.landawn.abacus.util.f
 
zip(long[][][], long[][][], long[][][], Try.LongTriFunction<Long, E>) - Static method in class com.landawn.abacus.util.f
 
zip(long[][][], long[][][], long[][][], long, long, long, Try.LongTriFunction<Long, E>) - Static method in class com.landawn.abacus.util.f
 
zip(float[], float[], Try.FloatBiFunction<Float, E>) - Static method in class com.landawn.abacus.util.f
 
zip(float[], float[], float, float, Try.FloatBiFunction<Float, E>) - Static method in class com.landawn.abacus.util.f
 
zip(float[], float[], float[], Try.FloatTriFunction<Float, E>) - Static method in class com.landawn.abacus.util.f
 
zip(float[], float[], float[], float, float, float, Try.FloatTriFunction<Float, E>) - Static method in class com.landawn.abacus.util.f
 
zip(float[][], float[][], Try.FloatBiFunction<Float, E>) - Static method in class com.landawn.abacus.util.f
 
zip(float[][], float[][], float, float, Try.FloatBiFunction<Float, E>) - Static method in class com.landawn.abacus.util.f
 
zip(float[][], float[][], float[][], Try.FloatTriFunction<Float, E>) - Static method in class com.landawn.abacus.util.f
 
zip(float[][], float[][], float[][], float, float, float, Try.FloatTriFunction<Float, E>) - Static method in class com.landawn.abacus.util.f
 
zip(float[][][], float[][][], Try.FloatBiFunction<Float, E>) - Static method in class com.landawn.abacus.util.f
 
zip(float[][][], float[][][], float, float, Try.FloatBiFunction<Float, E>) - Static method in class com.landawn.abacus.util.f
 
zip(float[][][], float[][][], float[][][], Try.FloatTriFunction<Float, E>) - Static method in class com.landawn.abacus.util.f
 
zip(float[][][], float[][][], float[][][], float, float, float, Try.FloatTriFunction<Float, E>) - Static method in class com.landawn.abacus.util.f
 
zip(double[], double[], Try.DoubleBiFunction<Double, E>) - Static method in class com.landawn.abacus.util.f
 
zip(double[], double[], double, double, Try.DoubleBiFunction<Double, E>) - Static method in class com.landawn.abacus.util.f
 
zip(double[], double[], double[], Try.DoubleTriFunction<Double, E>) - Static method in class com.landawn.abacus.util.f
 
zip(double[], double[], double[], double, double, double, Try.DoubleTriFunction<Double, E>) - Static method in class com.landawn.abacus.util.f
 
zip(double[][], double[][], Try.DoubleBiFunction<Double, E>) - Static method in class com.landawn.abacus.util.f
 
zip(double[][], double[][], double, double, Try.DoubleBiFunction<Double, E>) - Static method in class com.landawn.abacus.util.f
 
zip(double[][], double[][], double[][], Try.DoubleTriFunction<Double, E>) - Static method in class com.landawn.abacus.util.f
 
zip(double[][], double[][], double[][], double, double, double, Try.DoubleTriFunction<Double, E>) - Static method in class com.landawn.abacus.util.f
 
zip(double[][][], double[][][], Try.DoubleBiFunction<Double, E>) - Static method in class com.landawn.abacus.util.f
 
zip(double[][][], double[][][], double, double, Try.DoubleBiFunction<Double, E>) - Static method in class com.landawn.abacus.util.f
 
zip(double[][][], double[][][], double[][][], Try.DoubleTriFunction<Double, E>) - Static method in class com.landawn.abacus.util.f
 
zip(double[][][], double[][][], double[][][], double, double, double, Try.DoubleTriFunction<Double, E>) - Static method in class com.landawn.abacus.util.f
 
zip(CompletableFuture<T1>, CompletableFuture<T2>, Try.BiFunction<? super CompletableFuture<T1>, ? super CompletableFuture<T2>, R, Exception>) - Static method in class com.landawn.abacus.util.Futures
 
zip(CompletableFuture<T1>, CompletableFuture<T2>, Try.BiFunction<? super CompletableFuture<T1>, ? super CompletableFuture<T2>, R, Exception>, Try.Function<? super Tuple.Tuple4<CompletableFuture<T1>, CompletableFuture<T2>, Long, TimeUnit>, R, Exception>) - Static method in class com.landawn.abacus.util.Futures
 
zip(CompletableFuture<T1>, CompletableFuture<T2>, CompletableFuture<T3>, Try.TriFunction<? super CompletableFuture<T1>, ? super CompletableFuture<T2>, ? super CompletableFuture<T3>, R, Exception>) - Static method in class com.landawn.abacus.util.Futures
 
zip(CompletableFuture<T1>, CompletableFuture<T2>, CompletableFuture<T3>, Try.TriFunction<? super CompletableFuture<T1>, ? super CompletableFuture<T2>, ? super CompletableFuture<T3>, R, Exception>, Try.Function<? super Tuple.Tuple5<CompletableFuture<T1>, CompletableFuture<T2>, CompletableFuture<T3>, Long, TimeUnit>, R, Exception>) - Static method in class com.landawn.abacus.util.Futures
 
zip(FC, Try.Function<? super FC, R, Exception>) - Static method in class com.landawn.abacus.util.Futures
 
zip(FC, Try.Function<? super FC, R, Exception>, Try.Function<? super Tuple.Tuple3<FC, Long, TimeUnit>, R, Exception>) - Static method in class com.landawn.abacus.util.Futures
 
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(A[], B[], Try.BiFunction<? super A, ? super B, R, E>) - Static method in class com.landawn.abacus.util.N
 
zip(Collection<A>, Collection<B>, Try.BiFunction<? super A, ? super B, R, E>) - Static method in class com.landawn.abacus.util.N
 
zip(A[], B[], C[], Try.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>, Try.TriFunction<? super A, ? super B, ? super C, R, E>) - Static method in class com.landawn.abacus.util.N
 
zip(A[], B[], A, B, Try.BiFunction<? super A, ? super B, R, E>) - Static method in class com.landawn.abacus.util.N
 
zip(Collection<A>, Collection<B>, A, B, Try.BiFunction<? super A, ? super B, R, E>) - Static method in class com.landawn.abacus.util.N
 
zip(A[], B[], C[], A, B, C, Try.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, Try.TriFunction<? super A, ? super B, ? super C, R, E>) - Static method in class com.landawn.abacus.util.N
 
zip(byte[], byte[], ByteBiFunction<Byte>) - Static method in class com.landawn.abacus.util.stream.ByteStream
Zip together the "a" and "b" arrays until one of them runs out of values.
zip(byte[], byte[], byte[], ByteTriFunction<Byte>) - Static method in class com.landawn.abacus.util.stream.ByteStream
Zip together the "a", "b" and "c" arrays until one of them runs out of values.
zip(ByteIterator, ByteIterator, ByteBiFunction<Byte>) - Static method in class com.landawn.abacus.util.stream.ByteStream
Zip together the "a" and "b" iterators until one of them runs out of values.
zip(ByteIterator, ByteIterator, ByteIterator, ByteTriFunction<Byte>) - Static method in class com.landawn.abacus.util.stream.ByteStream
Zip together the "a", "b" and "c" iterators until one of them runs out of values.
zip(ByteStream, ByteStream, ByteBiFunction<Byte>) - Static method in class com.landawn.abacus.util.stream.ByteStream
Zip together the "a" and "b" streams until one of them runs out of values.
zip(ByteStream, ByteStream, ByteStream, ByteTriFunction<Byte>) - Static method in class com.landawn.abacus.util.stream.ByteStream
Zip together the "a", "b" and "c" streams until one of them runs out of values.
zip(Collection<? extends ByteStream>, ByteNFunction<Byte>) - Static method in class com.landawn.abacus.util.stream.ByteStream
Zip together the iterators until one of them runs out of values.
zip(byte[], byte[], byte, byte, ByteBiFunction<Byte>) - Static method in class com.landawn.abacus.util.stream.ByteStream
Zip together the "a" and "b" iterators until all of them runs out of values.
zip(byte[], byte[], byte[], byte, byte, byte, ByteTriFunction<Byte>) - Static method in class com.landawn.abacus.util.stream.ByteStream
Zip together the "a", "b" and "c" iterators until all of them runs out of values.
zip(ByteIterator, ByteIterator, byte, byte, ByteBiFunction<Byte>) - Static method in class com.landawn.abacus.util.stream.ByteStream
Zip together the "a" and "b" iterators until all of them runs out of values.
zip(ByteIterator, ByteIterator, ByteIterator, byte, byte, byte, ByteTriFunction<Byte>) - Static method in class com.landawn.abacus.util.stream.ByteStream
Zip together the "a", "b" and "c" iterators until all of them runs out of values.
zip(ByteStream, ByteStream, byte, byte, ByteBiFunction<Byte>) - Static method in class com.landawn.abacus.util.stream.ByteStream
Zip together the "a" and "b" iterators until all of them runs out of values.
zip(ByteStream, ByteStream, ByteStream, byte, byte, byte, ByteTriFunction<Byte>) - Static method in class com.landawn.abacus.util.stream.ByteStream
Zip together the "a", "b" and "c" iterators until all of them runs out of values.
zip(Collection<? extends ByteStream>, byte[], ByteNFunction<Byte>) - Static method in class com.landawn.abacus.util.stream.ByteStream
Zip together the iterators until all of them runs out of values.
zip(char[], char[], CharBiFunction<Character>) - Static method in class com.landawn.abacus.util.stream.CharStream
Zip together the "a" and "b" arrays until one of them runs out of values.
zip(char[], char[], char[], CharTriFunction<Character>) - Static method in class com.landawn.abacus.util.stream.CharStream
Zip together the "a", "b" and "c" arrays until one of them runs out of values.
zip(CharIterator, CharIterator, CharBiFunction<Character>) - Static method in class com.landawn.abacus.util.stream.CharStream
Zip together the "a" and "b" iterators until one of them runs out of values.
zip(CharIterator, CharIterator, CharIterator, CharTriFunction<Character>) - Static method in class com.landawn.abacus.util.stream.CharStream
Zip together the "a", "b" and "c" iterators until one of them runs out of values.
zip(CharStream, CharStream, CharBiFunction<Character>) - Static method in class com.landawn.abacus.util.stream.CharStream
Zip together the "a" and "b" streams until one of them runs out of values.
zip(CharStream, CharStream, CharStream, CharTriFunction<Character>) - Static method in class com.landawn.abacus.util.stream.CharStream
Zip together the "a", "b" and "c" streams until one of them runs out of values.
zip(Collection<? extends CharStream>, CharNFunction<Character>) - Static method in class com.landawn.abacus.util.stream.CharStream
Zip together the iterators until one of them runs out of values.
zip(char[], char[], char, char, CharBiFunction<Character>) - Static method in class com.landawn.abacus.util.stream.CharStream
Zip together the "a" and "b" iterators until all of them runs out of values.
zip(char[], char[], char[], char, char, char, CharTriFunction<Character>) - Static method in class com.landawn.abacus.util.stream.CharStream
Zip together the "a", "b" and "c" iterators until all of them runs out of values.
zip(CharIterator, CharIterator, char, char, CharBiFunction<Character>) - Static method in class com.landawn.abacus.util.stream.CharStream
Zip together the "a" and "b" iterators until all of them runs out of values.
zip(CharIterator, CharIterator, CharIterator, char, char, char, CharTriFunction<Character>) - Static method in class com.landawn.abacus.util.stream.CharStream
Zip together the "a", "b" and "c" iterators until all of them runs out of values.
zip(CharStream, CharStream, char, char, CharBiFunction<Character>) - Static method in class com.landawn.abacus.util.stream.CharStream
Zip together the "a" and "b" iterators until all of them runs out of values.
zip(CharStream, CharStream, CharStream, char, char, char, CharTriFunction<Character>) - Static method in class com.landawn.abacus.util.stream.CharStream
Zip together the "a", "b" and "c" iterators until all of them runs out of values.
zip(Collection<? extends CharStream>, char[], CharNFunction<Character>) - Static method in class com.landawn.abacus.util.stream.CharStream
Zip together the iterators until all of them runs out of values.
zip(double[], double[], DoubleBiFunction<Double>) - Static method in class com.landawn.abacus.util.stream.DoubleStream
Zip together the "a" and "b" arrays until one of them runs out of values.
zip(double[], double[], double[], DoubleTriFunction<Double>) - Static method in class com.landawn.abacus.util.stream.DoubleStream
Zip together the "a", "b" and "c" arrays until one of them runs out of values.
zip(DoubleIterator, DoubleIterator, DoubleBiFunction<Double>) - Static method in class com.landawn.abacus.util.stream.DoubleStream
Zip together the "a" and "b" iterators until one of them runs out of values.
zip(DoubleIterator, DoubleIterator, DoubleIterator, DoubleTriFunction<Double>) - Static method in class com.landawn.abacus.util.stream.DoubleStream
Zip together the "a", "b" and "c" iterators until one of them runs out of values.
zip(DoubleStream, DoubleStream, DoubleBiFunction<Double>) - Static method in class com.landawn.abacus.util.stream.DoubleStream
Zip together the "a" and "b" streams until one of them runs out of values.
zip(DoubleStream, DoubleStream, DoubleStream, DoubleTriFunction<Double>) - Static method in class com.landawn.abacus.util.stream.DoubleStream
Zip together the "a", "b" and "c" streams until one of them runs out of values.
zip(Collection<? extends DoubleStream>, DoubleNFunction<Double>) - Static method in class com.landawn.abacus.util.stream.DoubleStream
Zip together the iterators until one of them runs out of values.
zip(double[], double[], double, double, DoubleBiFunction<Double>) - Static method in class com.landawn.abacus.util.stream.DoubleStream
Zip together the "a" and "b" iterators until all of them runs out of values.
zip(double[], double[], double[], double, double, double, DoubleTriFunction<Double>) - Static method in class com.landawn.abacus.util.stream.DoubleStream
Zip together the "a", "b" and "c" iterators until all of them runs out of values.
zip(DoubleIterator, DoubleIterator, double, double, DoubleBiFunction<Double>) - Static method in class com.landawn.abacus.util.stream.DoubleStream
Zip together the "a" and "b" iterators until all of them runs out of values.
zip(DoubleIterator, DoubleIterator, DoubleIterator, double, double, double, DoubleTriFunction<Double>) - Static method in class com.landawn.abacus.util.stream.DoubleStream
Zip together the "a", "b" and "c" iterators until all of them runs out of values.
zip(DoubleStream, DoubleStream, double, double, DoubleBiFunction<Double>) - Static method in class com.landawn.abacus.util.stream.DoubleStream
Zip together the "a" and "b" iterators until all of them runs out of values.
zip(DoubleStream, DoubleStream, DoubleStream, double, double, double, DoubleTriFunction<Double>) - Static method in class com.landawn.abacus.util.stream.DoubleStream
Zip together the "a", "b" and "c" iterators until all of them runs out of values.
zip(Collection<? extends DoubleStream>, double[], DoubleNFunction<Double>) - Static method in class com.landawn.abacus.util.stream.DoubleStream
Zip together the iterators until all of them runs out of values.
zip(K[], V[]) - Static method in class com.landawn.abacus.util.stream.EntryStream
 
zip(K[], V[], K, V) - Static method in class com.landawn.abacus.util.stream.EntryStream
 
zip(Collection<? extends K>, Collection<? extends V>) - Static method in class com.landawn.abacus.util.stream.EntryStream
 
zip(Collection<? extends K>, Collection<? extends V>, K, V) - Static method in class com.landawn.abacus.util.stream.EntryStream
 
zip(float[], float[], FloatBiFunction<Float>) - Static method in class com.landawn.abacus.util.stream.FloatStream
Zip together the "a" and "b" arrays until one of them runs out of values.
zip(float[], float[], float[], FloatTriFunction<Float>) - Static method in class com.landawn.abacus.util.stream.FloatStream
Zip together the "a", "b" and "c" arrays until one of them runs out of values.
zip(FloatIterator, FloatIterator, FloatBiFunction<Float>) - Static method in class com.landawn.abacus.util.stream.FloatStream
Zip together the "a" and "b" iterators until one of them runs out of values.
zip(FloatIterator, FloatIterator, FloatIterator, FloatTriFunction<Float>) - Static method in class com.landawn.abacus.util.stream.FloatStream
Zip together the "a", "b" and "c" iterators until one of them runs out of values.
zip(FloatStream, FloatStream, FloatBiFunction<Float>) - Static method in class com.landawn.abacus.util.stream.FloatStream
Zip together the "a" and "b" streams until one of them runs out of values.
zip(FloatStream, FloatStream, FloatStream, FloatTriFunction<Float>) - Static method in class com.landawn.abacus.util.stream.FloatStream
Zip together the "a", "b" and "c" streams until one of them runs out of values.
zip(Collection<? extends FloatStream>, FloatNFunction<Float>) - Static method in class com.landawn.abacus.util.stream.FloatStream
Zip together the iterators until one of them runs out of values.
zip(float[], float[], float, float, FloatBiFunction<Float>) - Static method in class com.landawn.abacus.util.stream.FloatStream
Zip together the "a" and "b" iterators until all of them runs out of values.
zip(float[], float[], float[], float, float, float, FloatTriFunction<Float>) - Static method in class com.landawn.abacus.util.stream.FloatStream
Zip together the "a", "b" and "c" iterators until all of them runs out of values.
zip(FloatIterator, FloatIterator, float, float, FloatBiFunction<Float>) - Static method in class com.landawn.abacus.util.stream.FloatStream
Zip together the "a" and "b" iterators until all of them runs out of values.
zip(FloatIterator, FloatIterator, FloatIterator, float, float, float, FloatTriFunction<Float>) - Static method in class com.landawn.abacus.util.stream.FloatStream
Zip together the "a", "b" and "c" iterators until all of them runs out of values.
zip(FloatStream, FloatStream, float, float, FloatBiFunction<Float>) - Static method in class com.landawn.abacus.util.stream.FloatStream
Zip together the "a" and "b" iterators until all of them runs out of values.
zip(FloatStream, FloatStream, FloatStream, float, float, float, FloatTriFunction<Float>) - Static method in class com.landawn.abacus.util.stream.FloatStream
Zip together the "a", "b" and "c" iterators until all of them runs out of values.
zip(Collection<? extends FloatStream>, float[], FloatNFunction<Float>) - Static method in class com.landawn.abacus.util.stream.FloatStream
Zip together the iterators until all of them runs out of values.
zip(int[], int[], IntBiFunction<Integer>) - Static method in class com.landawn.abacus.util.stream.IntStream
Zip together the "a" and "b" arrays until one of them runs out of values.
zip(int[], int[], int[], IntTriFunction<Integer>) - Static method in class com.landawn.abacus.util.stream.IntStream
Zip together the "a", "b" and "c" arrays until one of them runs out of values.
zip(IntIterator, IntIterator, IntBiFunction<Integer>) - Static method in class com.landawn.abacus.util.stream.IntStream
Zip together the "a" and "b" iterators until one of them runs out of values.
zip(IntIterator, IntIterator, IntIterator, IntTriFunction<Integer>) - Static method in class com.landawn.abacus.util.stream.IntStream
Zip together the "a", "b" and "c" iterators until one of them runs out of values.
zip(IntStream, IntStream, IntBiFunction<Integer>) - Static method in class com.landawn.abacus.util.stream.IntStream
Zip together the "a" and "b" streams until one of them runs out of values.
zip(IntStream, IntStream, IntStream, IntTriFunction<Integer>) - Static method in class com.landawn.abacus.util.stream.IntStream
Zip together the "a", "b" and "c" streams until one of them runs out of values.
zip(Collection<? extends IntStream>, IntNFunction<Integer>) - Static method in class com.landawn.abacus.util.stream.IntStream
Zip together the iterators until one of them runs out of values.
zip(int[], int[], int, int, IntBiFunction<Integer>) - Static method in class com.landawn.abacus.util.stream.IntStream
Zip together the "a" and "b" iterators until all of them runs out of values.
zip(int[], int[], int[], int, int, int, IntTriFunction<Integer>) - Static method in class com.landawn.abacus.util.stream.IntStream
Zip together the "a", "b" and "c" iterators until all of them runs out of values.
zip(IntIterator, IntIterator, int, int, IntBiFunction<Integer>) - Static method in class com.landawn.abacus.util.stream.IntStream
Zip together the "a" and "b" iterators until all of them runs out of values.
zip(IntIterator, IntIterator, IntIterator, int, int, int, IntTriFunction<Integer>) - Static method in class com.landawn.abacus.util.stream.IntStream
Zip together the "a", "b" and "c" iterators until all of them runs out of values.
zip(IntStream, IntStream, int, int, IntBiFunction<Integer>) - Static method in class com.landawn.abacus.util.stream.IntStream
Zip together the "a" and "b" iterators until all of them runs out of values.
zip(IntStream, IntStream, IntStream, int, int, int, IntTriFunction<Integer>) - Static method in class com.landawn.abacus.util.stream.IntStream
Zip together the "a", "b" and "c" iterators until all of them runs out of values.
zip(Collection<? extends IntStream>, int[], IntNFunction<Integer>) - Static method in class com.landawn.abacus.util.stream.IntStream
Zip together the iterators until all of them runs out of values.
zip(long[], long[], LongBiFunction<Long>) - Static method in class com.landawn.abacus.util.stream.LongStream
Zip together the "a" and "b" arrays until one of them runs out of values.
zip(long[], long[], long[], LongTriFunction<Long>) - Static method in class com.landawn.abacus.util.stream.LongStream
Zip together the "a", "b" and "c" arrays until one of them runs out of values.
zip(LongIterator, LongIterator, LongBiFunction<Long>) - Static method in class com.landawn.abacus.util.stream.LongStream
Zip together the "a" and "b" iterators until one of them runs out of values.
zip(LongIterator, LongIterator, LongIterator, LongTriFunction<Long>) - Static method in class com.landawn.abacus.util.stream.LongStream
Zip together the "a", "b" and "c" iterators until one of them runs out of values.
zip(LongStream, LongStream, LongBiFunction<Long>) - Static method in class com.landawn.abacus.util.stream.LongStream
Zip together the "a" and "b" streams until one of them runs out of values.
zip(LongStream, LongStream, LongStream, LongTriFunction<Long>) - Static method in class com.landawn.abacus.util.stream.LongStream
Zip together the "a", "b" and "c" streams until one of them runs out of values.
zip(Collection<? extends LongStream>, LongNFunction<Long>) - Static method in class com.landawn.abacus.util.stream.LongStream
Zip together the iterators until one of them runs out of values.
zip(long[], long[], long, long, LongBiFunction<Long>) - Static method in class com.landawn.abacus.util.stream.LongStream
Zip together the "a" and "b" iterators until all of them runs out of values.
zip(long[], long[], long[], long, long, long, LongTriFunction<Long>) - Static method in class com.landawn.abacus.util.stream.LongStream
Zip together the "a", "b" and "c" iterators until all of them runs out of values.
zip(LongIterator, LongIterator, long, long, LongBiFunction<Long>) - Static method in class com.landawn.abacus.util.stream.LongStream
Zip together the "a" and "b" iterators until all of them runs out of values.
zip(LongIterator, LongIterator, LongIterator, long, long, long, LongTriFunction<Long>) - Static method in class com.landawn.abacus.util.stream.LongStream
Zip together the "a", "b" and "c" iterators until all of them runs out of values.
zip(LongStream, LongStream, long, long, LongBiFunction<Long>) - Static method in class com.landawn.abacus.util.stream.LongStream
Zip together the "a" and "b" iterators until all of them runs out of values.
zip(LongStream, LongStream, LongStream, long, long, long, LongTriFunction<Long>) - Static method in class com.landawn.abacus.util.stream.LongStream
Zip together the "a", "b" and "c" iterators until all of them runs out of values.
zip(Collection<? extends LongStream>, long[], LongNFunction<Long>) - Static method in class com.landawn.abacus.util.stream.LongStream
Zip together the iterators until all of them runs out of values.
zip(short[], short[], ShortBiFunction<Short>) - Static method in class com.landawn.abacus.util.stream.ShortStream
Zip together the "a" and "b" arrays until one of them runs out of values.
zip(short[], short[], short[], ShortTriFunction<Short>) - Static method in class com.landawn.abacus.util.stream.ShortStream
Zip together the "a", "b" and "c" arrays until one of them runs out of values.
zip(ShortIterator, ShortIterator, ShortBiFunction<Short>) - Static method in class com.landawn.abacus.util.stream.ShortStream
Zip together the "a" and "b" iterators until one of them runs out of values.
zip(ShortIterator, ShortIterator, ShortIterator, ShortTriFunction<Short>) - Static method in class com.landawn.abacus.util.stream.ShortStream
Zip together the "a", "b" and "c" iterators until one of them runs out of values.
zip(ShortStream, ShortStream, ShortBiFunction<Short>) - Static method in class com.landawn.abacus.util.stream.ShortStream
Zip together the "a" and "b" streams until one of them runs out of values.
zip(ShortStream, ShortStream, ShortStream, ShortTriFunction<Short>) - Static method in class com.landawn.abacus.util.stream.ShortStream
Zip together the "a", "b" and "c" streams until one of them runs out of values.
zip(Collection<? extends ShortStream>, ShortNFunction<Short>) - Static method in class com.landawn.abacus.util.stream.ShortStream
Zip together the iterators until one of them runs out of values.
zip(short[], short[], short, short, ShortBiFunction<Short>) - Static method in class com.landawn.abacus.util.stream.ShortStream
Zip together the "a" and "b" iterators until all of them runs out of values.
zip(short[], short[], short[], short, short, short, ShortTriFunction<Short>) - Static method in class com.landawn.abacus.util.stream.ShortStream
Zip together the "a", "b" and "c" iterators until all of them runs out of values.
zip(ShortIterator, ShortIterator, short, short, ShortBiFunction<Short>) - Static method in class com.landawn.abacus.util.stream.ShortStream
Zip together the "a" and "b" iterators until all of them runs out of values.
zip(ShortIterator, ShortIterator, ShortIterator, short, short, short, ShortTriFunction<Short>) - Static method in class com.landawn.abacus.util.stream.ShortStream
Zip together the "a", "b" and "c" iterators until all of them runs out of values.
zip(ShortStream, ShortStream, short, short, ShortBiFunction<Short>) - Static method in class com.landawn.abacus.util.stream.ShortStream
Zip together the "a" and "b" iterators until all of them runs out of values.
zip(ShortStream, ShortStream, ShortStream, short, short, short, ShortTriFunction<Short>) - Static method in class com.landawn.abacus.util.stream.ShortStream
Zip together the "a", "b" and "c" iterators until all of them runs out of values.
zip(Collection<? extends ShortStream>, short[], ShortNFunction<Short>) - Static method in class com.landawn.abacus.util.stream.ShortStream
Zip together the iterators until all of them runs out of values.
zip(char[], char[], CharBiFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a" and "b" arrays until one of them runs out of values.
zip(char[], char[], char[], CharTriFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a", "b" and "c" arrays until one of them runs out of values.
zip(CharIterator, CharIterator, CharBiFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a" and "b" iterators until one of them runs out of values.
zip(CharIterator, CharIterator, CharIterator, CharTriFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a", "b" and "c" iterators until one of them runs out of values.
zip(CharStream, CharStream, CharBiFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a" and "b" streams until one of them runs out of values.
zip(CharStream, CharStream, CharStream, CharTriFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a", "b" and "c" streams until one of them runs out of values.
zip(Collection<? extends CharStream>, CharNFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the iterators until one of them runs out of values.
zip(char[], char[], char, char, CharBiFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a" and "b" iterators until all of them runs out of values.
zip(char[], char[], char[], char, char, char, CharTriFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a", "b" and "c" iterators until all of them runs out of values.
zip(CharIterator, CharIterator, char, char, CharBiFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a" and "b" iterators until all of them runs out of values.
zip(CharIterator, CharIterator, CharIterator, char, char, char, CharTriFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a", "b" and "c" iterators until all of them runs out of values.
zip(CharStream, CharStream, char, char, CharBiFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a" and "b" iterators until all of them runs out of values.
zip(CharStream, CharStream, CharStream, char, char, char, CharTriFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a", "b" and "c" iterators until all of them runs out of values.
zip(Collection<? extends CharStream>, char[], CharNFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the iterators until all of them runs out of values.
zip(byte[], byte[], ByteBiFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a" and "b" arrays until one of them runs out of values.
zip(byte[], byte[], byte[], ByteTriFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a", "b" and "c" arrays until one of them runs out of values.
zip(ByteIterator, ByteIterator, ByteBiFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a" and "b" iterators until one of them runs out of values.
zip(ByteIterator, ByteIterator, ByteIterator, ByteTriFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a", "b" and "c" iterators until one of them runs out of values.
zip(ByteStream, ByteStream, ByteBiFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a" and "b" streams until one of them runs out of values.
zip(ByteStream, ByteStream, ByteStream, ByteTriFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a", "b" and "c" streams until one of them runs out of values.
zip(Collection<? extends ByteStream>, ByteNFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the iterators until one of them runs out of values.
zip(byte[], byte[], byte, byte, ByteBiFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a" and "b" iterators until all of them runs out of values.
zip(byte[], byte[], byte[], byte, byte, byte, ByteTriFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a", "b" and "c" iterators until all of them runs out of values.
zip(ByteIterator, ByteIterator, byte, byte, ByteBiFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a" and "b" iterators until all of them runs out of values.
zip(ByteIterator, ByteIterator, ByteIterator, byte, byte, byte, ByteTriFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a", "b" and "c" iterators until all of them runs out of values.
zip(ByteStream, ByteStream, byte, byte, ByteBiFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a" and "b" iterators until all of them runs out of values.
zip(ByteStream, ByteStream, ByteStream, byte, byte, byte, ByteTriFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a", "b" and "c" iterators until all of them runs out of values.
zip(Collection<? extends ByteStream>, byte[], ByteNFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the iterators until all of them runs out of values.
zip(short[], short[], ShortBiFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a" and "b" arrays until one of them runs out of values.
zip(short[], short[], short[], ShortTriFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a", "b" and "c" arrays until one of them runs out of values.
zip(ShortIterator, ShortIterator, ShortBiFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a" and "b" iterators until one of them runs out of values.
zip(ShortIterator, ShortIterator, ShortIterator, ShortTriFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a", "b" and "c" iterators until one of them runs out of values.
zip(ShortStream, ShortStream, ShortBiFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a" and "b" streams until one of them runs out of values.
zip(ShortStream, ShortStream, ShortStream, ShortTriFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a", "b" and "c" streams until one of them runs out of values.
zip(Collection<? extends ShortStream>, ShortNFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the iterators until one of them runs out of values.
zip(short[], short[], short, short, ShortBiFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a" and "b" iterators until all of them runs out of values.
zip(short[], short[], short[], short, short, short, ShortTriFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a", "b" and "c" iterators until all of them runs out of values.
zip(ShortIterator, ShortIterator, short, short, ShortBiFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a" and "b" iterators until all of them runs out of values.
zip(ShortIterator, ShortIterator, ShortIterator, short, short, short, ShortTriFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a", "b" and "c" iterators until all of them runs out of values.
zip(ShortStream, ShortStream, short, short, ShortBiFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a" and "b" iterators until all of them runs out of values.
zip(ShortStream, ShortStream, ShortStream, short, short, short, ShortTriFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a", "b" and "c" iterators until all of them runs out of values.
zip(Collection<? extends ShortStream>, short[], ShortNFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the iterators until all of them runs out of values.
zip(int[], int[], IntBiFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a" and "b" arrays until one of them runs out of values.
zip(int[], int[], int[], IntTriFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a", "b" and "c" arrays until one of them runs out of values.
zip(IntIterator, IntIterator, IntBiFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a" and "b" iterators until one of them runs out of values.
zip(IntIterator, IntIterator, IntIterator, IntTriFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a", "b" and "c" iterators until one of them runs out of values.
zip(IntStream, IntStream, IntBiFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a" and "b" streams until one of them runs out of values.
zip(IntStream, IntStream, IntStream, IntTriFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a", "b" and "c" streams until one of them runs out of values.
zip(Collection<? extends IntStream>, IntNFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the iterators until one of them runs out of values.
zip(int[], int[], int, int, IntBiFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a" and "b" iterators until all of them runs out of values.
zip(int[], int[], int[], int, int, int, IntTriFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a", "b" and "c" iterators until all of them runs out of values.
zip(IntIterator, IntIterator, int, int, IntBiFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a" and "b" iterators until all of them runs out of values.
zip(IntIterator, IntIterator, IntIterator, int, int, int, IntTriFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a", "b" and "c" iterators until all of them runs out of values.
zip(IntStream, IntStream, int, int, IntBiFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a" and "b" iterators until all of them runs out of values.
zip(IntStream, IntStream, IntStream, int, int, int, IntTriFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a", "b" and "c" iterators until all of them runs out of values.
zip(Collection<? extends IntStream>, int[], IntNFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the iterators until all of them runs out of values.
zip(long[], long[], LongBiFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a" and "b" arrays until one of them runs out of values.
zip(long[], long[], long[], LongTriFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a", "b" and "c" arrays until one of them runs out of values.
zip(LongIterator, LongIterator, LongBiFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a" and "b" iterators until one of them runs out of values.
zip(LongIterator, LongIterator, LongIterator, LongTriFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a", "b" and "c" iterators until one of them runs out of values.
zip(LongStream, LongStream, LongBiFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a" and "b" streams until one of them runs out of values.
zip(LongStream, LongStream, LongStream, LongTriFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a", "b" and "c" streams until one of them runs out of values.
zip(Collection<? extends LongStream>, LongNFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the iterators until one of them runs out of values.
zip(long[], long[], long, long, LongBiFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a" and "b" iterators until all of them runs out of values.
zip(long[], long[], long[], long, long, long, LongTriFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a", "b" and "c" iterators until all of them runs out of values.
zip(LongIterator, LongIterator, long, long, LongBiFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a" and "b" iterators until all of them runs out of values.
zip(LongIterator, LongIterator, LongIterator, long, long, long, LongTriFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a", "b" and "c" iterators until all of them runs out of values.
zip(LongStream, LongStream, long, long, LongBiFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a" and "b" iterators until all of them runs out of values.
zip(LongStream, LongStream, LongStream, long, long, long, LongTriFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a", "b" and "c" iterators until all of them runs out of values.
zip(Collection<? extends LongStream>, long[], LongNFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the iterators until all of them runs out of values.
zip(float[], float[], FloatBiFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a" and "b" arrays until one of them runs out of values.
zip(float[], float[], float[], FloatTriFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a", "b" and "c" arrays until one of them runs out of values.
zip(FloatIterator, FloatIterator, FloatBiFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a" and "b" iterators until one of them runs out of values.
zip(FloatIterator, FloatIterator, FloatIterator, FloatTriFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a", "b" and "c" iterators until one of them runs out of values.
zip(FloatStream, FloatStream, FloatBiFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a" and "b" streams until one of them runs out of values.
zip(FloatStream, FloatStream, FloatStream, FloatTriFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a", "b" and "c" streams until one of them runs out of values.
zip(Collection<? extends FloatStream>, FloatNFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the iterators until one of them runs out of values.
zip(float[], float[], float, float, FloatBiFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a" and "b" iterators until all of them runs out of values.
zip(float[], float[], float[], float, float, float, FloatTriFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a", "b" and "c" iterators until all of them runs out of values.
zip(FloatIterator, FloatIterator, float, float, FloatBiFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a" and "b" iterators until all of them runs out of values.
zip(FloatIterator, FloatIterator, FloatIterator, float, float, float, FloatTriFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a", "b" and "c" iterators until all of them runs out of values.
zip(FloatStream, FloatStream, float, float, FloatBiFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a" and "b" iterators until all of them runs out of values.
zip(FloatStream, FloatStream, FloatStream, float, float, float, FloatTriFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a", "b" and "c" iterators until all of them runs out of values.
zip(Collection<? extends FloatStream>, float[], FloatNFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the iterators until all of them runs out of values.
zip(double[], double[], DoubleBiFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a" and "b" arrays until one of them runs out of values.
zip(double[], double[], double[], DoubleTriFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a", "b" and "c" arrays until one of them runs out of values.
zip(DoubleIterator, DoubleIterator, DoubleBiFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a" and "b" iterators until one of them runs out of values.
zip(DoubleIterator, DoubleIterator, DoubleIterator, DoubleTriFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a", "b" and "c" iterators until one of them runs out of values.
zip(DoubleStream, DoubleStream, DoubleBiFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a" and "b" streams until one of them runs out of values.
zip(DoubleStream, DoubleStream, DoubleStream, DoubleTriFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a", "b" and "c" streams until one of them runs out of values.
zip(Collection<? extends DoubleStream>, DoubleNFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the iterators until one of them runs out of values.
zip(double[], double[], double, double, DoubleBiFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a" and "b" iterators until all of them runs out of values.
zip(double[], double[], double[], double, double, double, DoubleTriFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a", "b" and "c" iterators until all of them runs out of values.
zip(DoubleIterator, DoubleIterator, double, double, DoubleBiFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a" and "b" iterators until all of them runs out of values.
zip(DoubleIterator, DoubleIterator, DoubleIterator, double, double, double, DoubleTriFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a", "b" and "c" iterators until all of them runs out of values.
zip(DoubleStream, DoubleStream, double, double, DoubleBiFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a" and "b" iterators until all of them runs out of values.
zip(DoubleStream, DoubleStream, DoubleStream, double, double, double, DoubleTriFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a", "b" and "c" iterators until all of them runs out of values.
zip(Collection<? extends DoubleStream>, double[], DoubleNFunction<R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the iterators until all of them runs out of values.
zip(A[], B[], BiFunction<? super A, ? super B, R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a" and "b" arrays until one of them runs out of values.
zip(A[], B[], C[], TriFunction<? super A, ? super B, ? super C, R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a", "b" and "c" arrays until one of them runs out of values.
zip(Collection<? extends A>, Collection<? extends B>, BiFunction<? super A, ? super B, R>) - Static method in class com.landawn.abacus.util.stream.Stream
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>, TriFunction<? super A, ? super B, ? super C, R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a", "b" and "c" arrays until one of them runs out of values.
zip(Iterator<? extends A>, Iterator<? extends B>, BiFunction<? super A, ? super B, R>) - Static method in class com.landawn.abacus.util.stream.Stream
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>, TriFunction<? super A, ? super B, ? super C, R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a", "b" and "c" iterators until one of them runs out of values.
zip(Stream<? extends A>, Stream<? extends B>, BiFunction<? super A, ? super B, R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a" and "b" streams until one of them runs out of values.
zip(Stream<? extends A>, Stream<? extends B>, Stream<? extends C>, TriFunction<? super A, ? super B, ? super C, R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a", "b" and "c" streams until one of them runs out of values.
zip(Collection<? extends Stream<? extends T>>, Function<? super List<? extends T>, R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the iterators until one of them runs out of values.
zip(A[], B[], A, B, BiFunction<? super A, ? super B, R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a" and "b" iterators until all of them runs out of values.
zip(A[], B[], C[], A, B, C, TriFunction<? super A, ? super B, ? super C, R>) - Static method in class com.landawn.abacus.util.stream.Stream
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, BiFunction<? super A, ? super B, R>) - Static method in class com.landawn.abacus.util.stream.Stream
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, TriFunction<? super A, ? super B, ? super C, R>) - Static method in class com.landawn.abacus.util.stream.Stream
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, BiFunction<? super A, ? super B, R>) - Static method in class com.landawn.abacus.util.stream.Stream
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, TriFunction<? super A, ? super B, ? super C, R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a", "b" and "c" iterators until all of them runs out of values.
zip(Stream<? extends A>, Stream<? extends B>, A, B, BiFunction<? super A, ? super B, R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a" and "b" iterators until all of them runs out of values.
zip(Stream<? extends A>, Stream<? extends B>, Stream<? extends C>, A, B, C, TriFunction<? super A, ? super B, ? super C, R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the "a", "b" and "c" iterators until all of them runs out of values.
zip(Collection<? extends Stream<? extends T>>, Object[], Function<? super List<? extends T>, R>) - Static method in class com.landawn.abacus.util.stream.Stream
Zip together the iterators until all of them runs out of values.
zipp(A[], B[], Try.BiFunction<? super A, ? super B, A, E>) - Static method in class com.landawn.abacus.util.f
 
zipp(A[], B[], A, B, Try.BiFunction<? super A, ? super B, A, E>) - Static method in class com.landawn.abacus.util.f
 
zipp(A[], B[], C[], Try.TriFunction<? super A, ? super B, ? super C, A, E>) - Static method in class com.landawn.abacus.util.f
 
zipp(A[], B[], C[], A, B, C, Try.TriFunction<? super A, ? super B, ? super C, A, E>) - Static method in class com.landawn.abacus.util.f
 
zipp(A[][], B[][], Try.BiFunction<? super A, ? super B, A, E>) - Static method in class com.landawn.abacus.util.f
 
zipp(A[][], B[][], A, B, Try.BiFunction<? super A, ? super B, A, E>) - Static method in class com.landawn.abacus.util.f
 
zipp(A[][], B[][], C[][], Try.TriFunction<? super A, ? super B, ? super C, A, E>) - Static method in class com.landawn.abacus.util.f
 
zipp(A[][], B[][], C[][], A, B, C, Try.TriFunction<? super A, ? super B, ? super C, A, E>) - Static method in class com.landawn.abacus.util.f
 
zipp(A[][][], B[][][], Try.BiFunction<? super A, ? super B, A, E>) - Static method in class com.landawn.abacus.util.f
 
zipp(A[][][], B[][][], A, B, Try.BiFunction<? super A, ? super B, A, E>) - Static method in class com.landawn.abacus.util.f
 
zipp(A[][][], B[][][], C[][][], Try.TriFunction<? super A, ? super B, ? super C, A, E>) - Static method in class com.landawn.abacus.util.f
 
zipp(A[][][], B[][][], C[][][], A, B, C, Try.TriFunction<? super A, ? super B, ? super C, A, E>) - Static method in class com.landawn.abacus.util.f
 
zipp(Collection<? extends Iterator<? extends T>>, Function<? super List<? extends T>, R>) - Static method in class com.landawn.abacus.util.stream.Stream
 
zipp(Collection<? extends Iterator<? extends T>>, Object[], Function<? super List<? extends T>, R>) - Static method in class com.landawn.abacus.util.stream.Stream
 
zipWith(BooleanMatrix, Try.BooleanBiFunction<Boolean, E>) - Method in class com.landawn.abacus.util.BooleanMatrix
 
zipWith(BooleanMatrix, BooleanMatrix, Try.BooleanTriFunction<Boolean, E>) - Method in class com.landawn.abacus.util.BooleanMatrix
 
zipWith(ByteMatrix, Try.ByteBiFunction<Byte, E>) - Method in class com.landawn.abacus.util.ByteMatrix
 
zipWith(ByteMatrix, ByteMatrix, Try.ByteTriFunction<Byte, E>) - Method in class com.landawn.abacus.util.ByteMatrix
 
zipWith(CharMatrix, Try.CharBiFunction<Character, E>) - Method in class com.landawn.abacus.util.CharMatrix
 
zipWith(CharMatrix, CharMatrix, Try.CharTriFunction<Character, E>) - Method in class com.landawn.abacus.util.CharMatrix
 
zipWith(DoubleMatrix, Try.DoubleBiFunction<Double, E>) - Method in class com.landawn.abacus.util.DoubleMatrix
 
zipWith(DoubleMatrix, DoubleMatrix, Try.DoubleTriFunction<Double, E>) - Method in class com.landawn.abacus.util.DoubleMatrix
 
zipWith(FloatMatrix, Try.FloatBiFunction<Float, E>) - Method in class com.landawn.abacus.util.FloatMatrix
 
zipWith(FloatMatrix, FloatMatrix, Try.FloatTriFunction<Float, E>) - Method in class com.landawn.abacus.util.FloatMatrix
 
zipWith(IntMatrix, Try.IntBiFunction<Integer, E>) - Method in class com.landawn.abacus.util.IntMatrix
 
zipWith(IntMatrix, IntMatrix, Try.IntTriFunction<Integer, E>) - Method in class com.landawn.abacus.util.IntMatrix
 
zipWith(LongMatrix, Try.LongBiFunction<Long, E>) - Method in class com.landawn.abacus.util.LongMatrix
 
zipWith(LongMatrix, LongMatrix, Try.LongTriFunction<Long, E>) - Method in class com.landawn.abacus.util.LongMatrix
 
zipWith(Matrix<B>, Try.BiFunction<? super T, ? super B, T, E>) - Method in class com.landawn.abacus.util.Matrix
 
zipWith(Class<R>, Matrix<B>, Try.BiFunction<? super T, ? super B, R, E>) - Method in class com.landawn.abacus.util.Matrix
 
zipWith(Matrix<B>, Matrix<C>, Try.TriFunction<? super T, ? super B, ? super C, T, E>) - Method in class com.landawn.abacus.util.Matrix
 
zipWith(Class<R>, Matrix<B>, Matrix<C>, Try.TriFunction<? super T, ? super B, ? super C, R, E>) - Method in class com.landawn.abacus.util.Matrix
 
zipWith(Collection<B>, Try.BiFunction<? super T, ? super B, R, E>) - Method in class com.landawn.abacus.util.Seq
 
zipWith(Collection<B>, T, B, Try.BiFunction<? super T, ? super B, R, E>) - Method in class com.landawn.abacus.util.Seq
 
zipWith(Collection<B>, Collection<C>, Try.TriFunction<? super T, ? super B, ? super C, R, E>) - Method in class com.landawn.abacus.util.Seq
 
zipWith(Collection<B>, Collection<C>, T, B, C, Try.TriFunction<? super T, ? super B, ? super C, R, E>) - Method in class com.landawn.abacus.util.Seq
 
zipWith(ShortMatrix, Try.ShortBiFunction<Short, E>) - Method in class com.landawn.abacus.util.ShortMatrix
 
zipWith(ShortMatrix, ShortMatrix, Try.ShortTriFunction<Short, E>) - Method in class com.landawn.abacus.util.ShortMatrix
 
zipWith(ByteStream, ByteBiFunction<Byte>) - Method in class com.landawn.abacus.util.stream.ByteStream
 
zipWith(ByteStream, ByteStream, ByteTriFunction<Byte>) - Method in class com.landawn.abacus.util.stream.ByteStream
 
zipWith(ByteStream, byte, byte, ByteBiFunction<Byte>) - Method in class com.landawn.abacus.util.stream.ByteStream
 
zipWith(ByteStream, ByteStream, byte, byte, byte, ByteTriFunction<Byte>) - Method in class com.landawn.abacus.util.stream.ByteStream
 
zipWith(CharStream, CharBiFunction<Character>) - Method in class com.landawn.abacus.util.stream.CharStream
 
zipWith(CharStream, CharStream, CharTriFunction<Character>) - Method in class com.landawn.abacus.util.stream.CharStream
 
zipWith(CharStream, char, char, CharBiFunction<Character>) - Method in class com.landawn.abacus.util.stream.CharStream
 
zipWith(CharStream, CharStream, char, char, char, CharTriFunction<Character>) - Method in class com.landawn.abacus.util.stream.CharStream
 
zipWith(DoubleStream, DoubleBiFunction<Double>) - Method in class com.landawn.abacus.util.stream.DoubleStream
 
zipWith(DoubleStream, DoubleStream, DoubleTriFunction<Double>) - Method in class com.landawn.abacus.util.stream.DoubleStream
 
zipWith(DoubleStream, double, double, DoubleBiFunction<Double>) - Method in class com.landawn.abacus.util.stream.DoubleStream
 
zipWith(DoubleStream, DoubleStream, double, double, double, DoubleTriFunction<Double>) - Method in class com.landawn.abacus.util.stream.DoubleStream
 
zipWith(FloatStream, FloatBiFunction<Float>) - Method in class com.landawn.abacus.util.stream.FloatStream
 
zipWith(FloatStream, FloatStream, FloatTriFunction<Float>) - Method in class com.landawn.abacus.util.stream.FloatStream
 
zipWith(FloatStream, float, float, FloatBiFunction<Float>) - Method in class com.landawn.abacus.util.stream.FloatStream
 
zipWith(FloatStream, FloatStream, float, float, float, FloatTriFunction<Float>) - Method in class com.landawn.abacus.util.stream.FloatStream
 
zipWith(IntStream, IntBiFunction<Integer>) - Method in class com.landawn.abacus.util.stream.IntStream
 
zipWith(IntStream, IntStream, IntTriFunction<Integer>) - Method in class com.landawn.abacus.util.stream.IntStream
 
zipWith(IntStream, int, int, IntBiFunction<Integer>) - Method in class com.landawn.abacus.util.stream.IntStream
 
zipWith(IntStream, IntStream, int, int, int, IntTriFunction<Integer>) - Method in class com.landawn.abacus.util.stream.IntStream
 
zipWith(LongStream, LongBiFunction<Long>) - Method in class com.landawn.abacus.util.stream.LongStream
 
zipWith(LongStream, LongStream, LongTriFunction<Long>) - Method in class com.landawn.abacus.util.stream.LongStream
 
zipWith(LongStream, long, long, LongBiFunction<Long>) - Method in class com.landawn.abacus.util.stream.LongStream
 
zipWith(LongStream, LongStream, long, long, long, LongTriFunction<Long>) - Method in class com.landawn.abacus.util.stream.LongStream
 
zipWith(ShortStream, ShortBiFunction<Short>) - Method in class com.landawn.abacus.util.stream.ShortStream
 
zipWith(ShortStream, ShortStream, ShortTriFunction<Short>) - Method in class com.landawn.abacus.util.stream.ShortStream
 
zipWith(ShortStream, short, short, ShortBiFunction<Short>) - Method in class com.landawn.abacus.util.stream.ShortStream
 
zipWith(ShortStream, ShortStream, short, short, short, ShortTriFunction<Short>) - Method in class com.landawn.abacus.util.stream.ShortStream
 
zipWith(Stream<T2>, BiFunction<? super T, ? super T2, R>) - Method in class com.landawn.abacus.util.stream.Stream
 
zipWith(Stream<T2>, Stream<T3>, TriFunction<? super T, ? super T2, ? super T3, R>) - Method in class com.landawn.abacus.util.stream.Stream
 
zipWith(Stream<T2>, T, T2, BiFunction<? super T, ? super T2, R>) - Method in class com.landawn.abacus.util.stream.Stream
 
zipWith(Stream<T2>, Stream<T3>, T, T2, T3, TriFunction<? super T, ? super T2, ? super T3, R>) - Method in class com.landawn.abacus.util.stream.Stream
 

_

_1 - Variable in class com.landawn.abacus.util.BooleanPair
 
_1 - Variable in class com.landawn.abacus.util.BooleanTriple
 
_1 - Variable in class com.landawn.abacus.util.BytePair
 
_1 - Variable in class com.landawn.abacus.util.ByteTriple
 
_1 - Variable in class com.landawn.abacus.util.CharPair
 
_1 - Variable in class com.landawn.abacus.util.CharTriple
 
_1 - Variable in class com.landawn.abacus.util.DoublePair
 
_1 - Variable in class com.landawn.abacus.util.DoubleTriple
 
_1 - Variable in class com.landawn.abacus.util.FloatPair
 
_1 - Variable in class com.landawn.abacus.util.FloatTriple
 
_1 - Variable in class com.landawn.abacus.util.IntPair
 
_1 - Variable in class com.landawn.abacus.util.IntTriple
 
_1 - Variable in class com.landawn.abacus.util.LongPair
 
_1 - Variable in class com.landawn.abacus.util.LongTriple
 
_1 - Variable in class com.landawn.abacus.util.ShortPair
 
_1 - Variable in class com.landawn.abacus.util.ShortTriple
 
_1 - Static variable in class com.landawn.abacus.util.SQLBuilder
 
_1 - Variable in class com.landawn.abacus.util.Tuple.Tuple1
 
_1 - Variable in class com.landawn.abacus.util.Tuple.Tuple2
 
_1 - Variable in class com.landawn.abacus.util.Tuple.Tuple3
 
_1 - Variable in class com.landawn.abacus.util.Tuple.Tuple4
 
_1 - Variable in class com.landawn.abacus.util.Tuple.Tuple5
 
_1 - Variable in class com.landawn.abacus.util.Tuple.Tuple6
 
_1 - Variable in class com.landawn.abacus.util.Tuple.Tuple7
 
_1 - Variable in class com.landawn.abacus.util.Tuple.Tuple8
 
_1 - Variable in class com.landawn.abacus.util.Tuple.Tuple9
 
_1_list - Static variable in class com.landawn.abacus.util.SQLBuilder
 
_2 - Variable in class com.landawn.abacus.util.BooleanPair
 
_2 - Variable in class com.landawn.abacus.util.BooleanTriple
 
_2 - Variable in class com.landawn.abacus.util.BytePair
 
_2 - Variable in class com.landawn.abacus.util.ByteTriple
 
_2 - Variable in class com.landawn.abacus.util.CharPair
 
_2 - Variable in class com.landawn.abacus.util.CharTriple
 
_2 - Variable in class com.landawn.abacus.util.DoublePair
 
_2 - Variable in class com.landawn.abacus.util.DoubleTriple
 
_2 - Variable in class com.landawn.abacus.util.FloatPair
 
_2 - Variable in class com.landawn.abacus.util.FloatTriple
 
_2 - Variable in class com.landawn.abacus.util.IntPair
 
_2 - Variable in class com.landawn.abacus.util.IntTriple
 
_2 - Variable in class com.landawn.abacus.util.LongPair
 
_2 - Variable in class com.landawn.abacus.util.LongTriple
 
_2 - Variable in class com.landawn.abacus.util.ShortPair
 
_2 - Variable in class com.landawn.abacus.util.ShortTriple
 
_2 - Variable in class com.landawn.abacus.util.Tuple.Tuple2
 
_2 - Variable in class com.landawn.abacus.util.Tuple.Tuple3
 
_2 - Variable in class com.landawn.abacus.util.Tuple.Tuple4
 
_2 - Variable in class com.landawn.abacus.util.Tuple.Tuple5
 
_2 - Variable in class com.landawn.abacus.util.Tuple.Tuple6
 
_2 - Variable in class com.landawn.abacus.util.Tuple.Tuple7
 
_2 - Variable in class com.landawn.abacus.util.Tuple.Tuple8
 
_2 - Variable in class com.landawn.abacus.util.Tuple.Tuple9
 
_3 - Variable in class com.landawn.abacus.util.BooleanTriple
 
_3 - Variable in class com.landawn.abacus.util.ByteTriple
 
_3 - Variable in class com.landawn.abacus.util.CharTriple
 
_3 - Variable in class com.landawn.abacus.util.DoubleTriple
 
_3 - Variable in class com.landawn.abacus.util.FloatTriple
 
_3 - Variable in class com.landawn.abacus.util.IntTriple
 
_3 - Variable in class com.landawn.abacus.util.LongTriple
 
_3 - Variable in class com.landawn.abacus.util.ShortTriple
 
_3 - Variable in class com.landawn.abacus.util.Tuple.Tuple3
 
_3 - Variable in class com.landawn.abacus.util.Tuple.Tuple4
 
_3 - Variable in class com.landawn.abacus.util.Tuple.Tuple5
 
_3 - Variable in class com.landawn.abacus.util.Tuple.Tuple6
 
_3 - Variable in class com.landawn.abacus.util.Tuple.Tuple7
 
_3 - Variable in class com.landawn.abacus.util.Tuple.Tuple8
 
_3 - Variable in class com.landawn.abacus.util.Tuple.Tuple9
 
_4 - Variable in class com.landawn.abacus.util.Tuple.Tuple4
 
_4 - Variable in class com.landawn.abacus.util.Tuple.Tuple5
 
_4 - Variable in class com.landawn.abacus.util.Tuple.Tuple6
 
_4 - Variable in class com.landawn.abacus.util.Tuple.Tuple7
 
_4 - Variable in class com.landawn.abacus.util.Tuple.Tuple8
 
_4 - Variable in class com.landawn.abacus.util.Tuple.Tuple9
 
_5 - Variable in class com.landawn.abacus.util.Tuple.Tuple5
 
_5 - Variable in class com.landawn.abacus.util.Tuple.Tuple6
 
_5 - Variable in class com.landawn.abacus.util.Tuple.Tuple7
 
_5 - Variable in class com.landawn.abacus.util.Tuple.Tuple8
 
_5 - Variable in class com.landawn.abacus.util.Tuple.Tuple9
 
_6 - Variable in class com.landawn.abacus.util.Tuple.Tuple6
 
_6 - Variable in class com.landawn.abacus.util.Tuple.Tuple7
 
_6 - Variable in class com.landawn.abacus.util.Tuple.Tuple8
 
_6 - Variable in class com.landawn.abacus.util.Tuple.Tuple9
 
_7 - Variable in class com.landawn.abacus.util.Tuple.Tuple7
 
_7 - Variable in class com.landawn.abacus.util.Tuple.Tuple8
 
_7 - Variable in class com.landawn.abacus.util.Tuple.Tuple9
 
_8 - Variable in class com.landawn.abacus.util.Tuple.Tuple8
 
_8 - Variable in class com.landawn.abacus.util.Tuple.Tuple9
 
_9 - Variable in class com.landawn.abacus.util.Tuple.Tuple9
 
__() - Method in interface com.landawn.abacus.DataSet
 
__() - Method in class com.landawn.abacus.util.CQLBuilder.CP
 
__() - Method in class com.landawn.abacus.util.Optional
 
__() - Method in class com.landawn.abacus.util.OptionalDouble
 
__() - Method in class com.landawn.abacus.util.OptionalInt
 
__() - Method in class com.landawn.abacus.util.OptionalLong
 
__() - Method in class com.landawn.abacus.util.SQLBuilder.SP
 
__(Function<? super S, R>) - Method in interface com.landawn.abacus.util.stream.BaseStream
 
__(Function<? super ByteStream, R>) - Method in class com.landawn.abacus.util.stream.ByteStream
 
__(Function<? super CharStream, R>) - Method in class com.landawn.abacus.util.stream.CharStream
 
__(Function<? super DoubleStream, R>) - Method in class com.landawn.abacus.util.stream.DoubleStream
 
__(Function<? super EntryStream<K, V>, R>) - Method in class com.landawn.abacus.util.stream.EntryStream
 
__(Function<? super FloatStream, R>) - Method in class com.landawn.abacus.util.stream.FloatStream
 
__(Function<? super IntStream, R>) - Method in class com.landawn.abacus.util.stream.IntStream
 
__(Function<? super LongStream, R>) - Method in class com.landawn.abacus.util.stream.LongStream
 
__(Function<? super ShortStream, R>) - Method in class com.landawn.abacus.util.stream.ShortStream
 
__(Function<? super Stream<T>, R>) - Method in class com.landawn.abacus.util.stream.Stream
 
_ID - Static variable in class com.landawn.abacus.util.CouchbaseExecutor
It's name of object id set in Map/Object array.
_ID - Static variable in class com.landawn.abacus.util.MongoDBExecutor
It's name of object id set in Map/Object array.
_N - Static variable in class com.landawn.abacus.util.CodeGenerator
To generate the entity classes which not depend on N.class in the codes of hashcode/equals/toString methods, specify the parameter utilClassForHashEqualsToString in method entityDefinitionXml2Class with this value _N.
_new() - Method in class com.landawn.abacus.util.Reflection
 
_new(Object...) - Method in class com.landawn.abacus.util.Reflection
 
A B C D E F G H I J K L M N O P Q R S T U V W X Z _ 
Skip navigation links