- 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.StringUtil
-
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
-
- 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
-
- AbstractMatrix<A,PL,ES,RS,X extends AbstractMatrix<A,PL,ES,RS,X>> - Class in com.landawn.abacus.util
-
R
= Row, C
= Column, H
= Horizontal, V
= Vertical.
- AbstractPool<K,E extends Poolable> - Class in com.landawn.abacus.pool
-
- AbstractPoolable - Class in com.landawn.abacus.pool
-
- AbstractResultExtractor() - Constructor for class com.landawn.abacus.util.SQLExecutor.AbstractResultExtractor
-
- 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.HttpHeaders.Names
-
The HTTP Accept
header field name.
- 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 CQLBuilder.CP, EX>) - Method in class com.landawn.abacus.util.CQLBuilder
-
- 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(float) - Method in class com.landawn.abacus.util.DoubleSummaryStatistics
-
- accept(double) - Method in class com.landawn.abacus.util.DoubleSummaryStatistics
-
- 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
-
- accept(Try.Consumer<IntTriple, E>) - Method in class com.landawn.abacus.util.IntTriple
-
- accept(ResultSet, List<String>) - Method in interface com.landawn.abacus.util.JdbcUtil.BiRecordConsumer
-
- accept(ResultSet) - Method in interface com.landawn.abacus.util.JdbcUtil.RecordConsumer
-
- 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
-
- accept(long) - Method in class com.landawn.abacus.util.LongSummaryStatistics
-
- 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<? super 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(Try.Consumer<? super SQLBuilder.SP, EX>) - Method in class com.landawn.abacus.util.SQLBuilder
-
- accept(T, Try.Consumer<? super T, E>) - Static method in class com.landawn.abacus.util.Synchronized
-
- accept(T, U, Try.BiConsumer<? super T, ? super U, E>) - 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<? super 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(T, U) - Method in interface com.landawn.abacus.util.Try.EE.BiConsumer
-
- accept(T) - Method in interface com.landawn.abacus.util.Try.EE.Consumer
-
- accept(A, B, C) - Method in interface com.landawn.abacus.util.Try.EE.TriConsumer
-
- accept(T, U) - Method in interface com.landawn.abacus.util.Try.EEE.BiConsumer
-
- accept(T) - Method in interface com.landawn.abacus.util.Try.EEE.Consumer
-
- accept(A, B, C) - Method in interface com.landawn.abacus.util.Try.EEE.TriConsumer
-
- 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.BiConsumer<? super T1, ? super 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.TriConsumer<? super T1, ? super T2, ? super 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.HttpHeaders.Names
-
The HTTP Accept-Charset
header field name.
- ACCEPT_ENCODING - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Accept-Encoding
header field name.
- ACCEPT_LANGUAGE - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Accept-Language
header field name.
- ACCEPT_RANGES - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Accept-Ranges
header field name.
- acceptByKey(Consumer<? super K>) - Static method in class com.landawn.abacus.util.Fn
-
- acceptByValue(Consumer<? super V>) - Static method in class com.landawn.abacus.util.Fn
-
- acceptIfNotEmpty(Try.Consumer<? super BooleanList, E>) - Method in class com.landawn.abacus.util.BooleanList
-
- acceptIfNotEmpty(Try.Consumer<? super ByteList, E>) - Method in class com.landawn.abacus.util.ByteList
-
- acceptIfNotEmpty(Try.Consumer<? super CharList, E>) - Method in class com.landawn.abacus.util.CharList
-
- acceptIfNotEmpty(Try.Consumer<? super DoubleList, E>) - Method in class com.landawn.abacus.util.DoubleList
-
- acceptIfNotEmpty(Try.Consumer<? super FloatList, E>) - Method in class com.landawn.abacus.util.FloatList
-
- acceptIfNotEmpty(Try.Consumer<? super IntList, E>) - Method in class com.landawn.abacus.util.IntList
-
- acceptIfNotEmpty(Try.Consumer<? super LongList, E>) - Method in class com.landawn.abacus.util.LongList
-
- acceptIfNotEmpty(Try.Consumer<? super LongMultiset<T>, E>) - Method in class com.landawn.abacus.util.LongMultiset
-
- acceptIfNotEmpty(Try.Consumer<? super Multiset<T>, E>) - Method in class com.landawn.abacus.util.Multiset
-
- acceptIfNotEmpty(Try.Consumer<? super L, E>) - Method in class com.landawn.abacus.util.PrimitiveList
-
- acceptIfNotEmpty(Try.Consumer<? super Seq<T>, E>) - Method in class com.landawn.abacus.util.Seq
-
- acceptIfNotEmpty(Try.Consumer<? super ShortList, E>) - Method in class com.landawn.abacus.util.ShortList
-
- acceptIfNotEmpty(Try.Consumer<? super Stream<T>, E>) - Method in class com.landawn.abacus.util.stream.Stream
-
The Stream will be closed finally, no matter it's empty or not.
- acceptKeyVal(BiConsumer<? super K, ? super V>) - Static method in class com.landawn.abacus.util.Fn
-
- ACCESS_CONTROL_ALLOW_CREDENTIALS - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Access-Control-Allow-Credentials
header field name.
- ACCESS_CONTROL_ALLOW_HEADERS - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Access-Control-Allow-Headers
header field name.
- ACCESS_CONTROL_ALLOW_METHODS - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Access-Control-Allow-Methods
header field name.
- ACCESS_CONTROL_ALLOW_ORIGIN - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Access-Control-Allow-Origin
header field name.
- ACCESS_CONTROL_EXPOSE_HEADERS - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Access-Control-Expose-Headers
header field name.
- ACCESS_CONTROL_MAX_AGE - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Access-Control-Max-Age
header field name.
- ACCESS_CONTROL_REQUEST_HEADERS - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Access-Control-Request-Headers
header field name.
- ACCESS_CONTROL_REQUEST_METHOD - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Access-Control-Request-Method
header field name.
- 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
-
- 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.Matth
-
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
-
- 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(T) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
-
- add(T, Collection<String>) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
-
- add(Map<String, Object>) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
-
- add(Connection, T) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
-
- add(Connection, T, Collection<String>) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
-
- add(Connection, Map<String, Object>) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
-
- add(T) - 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(T, Collection<String>) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
-
- add(Map<String, Object>) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
-
- add(Connection, T) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
-
- add(Connection, T, Collection<String>) - 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(int, Collection<? extends E>) - Method in class com.landawn.abacus.util.ImmutableList
-
- 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
-
- 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, Tuple.Tuple2<String, String>, Try.BiFunction<?, ?, ?, E>) - Method in interface com.landawn.abacus.DataSet
-
Generate the new column values from the specified columns by the specified Function
.
- addColumn(int, String, Tuple.Tuple2<String, String>, Try.BiFunction<?, ?, ?, E>) - Method in interface com.landawn.abacus.DataSet
-
Generate the new column values from the specified columns by the specified Function
.
- addColumn(String, Tuple.Tuple3<String, String, String>, Try.TriFunction<?, ?, ?, ?, E>) - Method in interface com.landawn.abacus.DataSet
-
Generate the new column values from the specified columns by the specified Function
.
- addColumn(int, String, Tuple.Tuple3<String, String, String>, Try.TriFunction<?, ?, ?, ?, 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(String, Tuple.Tuple2<String, String>, Try.BiFunction<?, ?, ?, E>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
-
- addColumn(int, String, Tuple.Tuple2<String, String>, Try.BiFunction<?, ?, ?, E>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
-
- addColumn(String, Tuple.Tuple3<String, String, String>, Try.TriFunction<?, ?, ?, ?, E>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
-
- addColumn(int, String, Tuple.Tuple3<String, String, String>, Try.TriFunction<?, ?, ?, ?, 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.
- addDays(T, int) - Static method in class com.landawn.abacus.util.DateUtil
-
Adds a number of days to a date returning a new object.
- addDays(T, int) - Static method in class com.landawn.abacus.util.DateUtil
-
Adds a number of days to a calendar returning a new object.
- addDelayedShutdownHook(ExecutorService, long, TimeUnit) - Static method in class com.landawn.abacus.util.MoreExecutors
-
- addDeleteMarker(Cell) - Method in class com.landawn.abacus.util.AnyDelete
-
- addExact(int, int) - Static method in class com.landawn.abacus.util.Matth
-
Returns the sum of a
and b
, provided it does not overflow.
- addExact(long, long) - Static method in class com.landawn.abacus.util.Matth
-
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, String) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
Adds a header with name
and value
.
- addHours(T, int) - Static method in class com.landawn.abacus.util.DateUtil
-
Adds a number of hours to a date returning a new object.
- addHours(T, int) - Static method in class com.landawn.abacus.util.DateUtil
-
Adds a number of hours to a calendar returning a new object.
- addIfAbsent(T) - Method in class com.landawn.abacus.util.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
-
- addMilliseconds(T, int) - Static method in class com.landawn.abacus.util.DateUtil
-
Adds a number of milliseconds to a date returning a new object.
- addMilliseconds(T, int) - Static method in class com.landawn.abacus.util.DateUtil
-
Adds a number of milliseconds to a calendar returning a new object.
- addMinutes(T, int) - Static method in class com.landawn.abacus.util.DateUtil
-
Adds a number of minutes to a date returning a new object.
- addMinutes(T, int) - Static method in class com.landawn.abacus.util.DateUtil
-
Adds a number of minutes to a calendar returning a new object.
- addMonths(T, int) - Static method in class com.landawn.abacus.util.DateUtil
-
Adds a number of months to a date returning a new object.
- addMonths(T, int) - Static method in class com.landawn.abacus.util.DateUtil
-
Adds a number of months to a calendar returning a new object.
- addOrUpdate(T) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
-
- addOrUpdate(T, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
-
- addOrUpdate(T) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
-
Execute add
and return the added entity if the record doesn't, otherwise, update
is executed and updated db record is returned.
- addOrUpdate(T, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
-
Execute add
and return the added entity if the record doesn't, otherwise, update
is executed and updated db record is returned.
- 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
-
- addSeconds(T, int) - Static method in class com.landawn.abacus.util.DateUtil
-
Adds a number of seconds to a date returning a new object.
- addSeconds(T, int) - Static method in class com.landawn.abacus.util.DateUtil
-
Adds a number of seconds to a calendar returning a new object.
- addWeeks(T, int) - Static method in class com.landawn.abacus.util.DateUtil
-
Adds a number of weeks to a date returning a new object.
- addWeeks(T, int) - Static method in class com.landawn.abacus.util.DateUtil
-
Adds a number of weeks to a calendar returning a new object.
- addYears(T, int) - Static method in class com.landawn.abacus.util.DateUtil
-
Adds a number of years to a date returning a new object.
- addYears(T, int) - Static method in class com.landawn.abacus.util.DateUtil
-
Adds a number of years to a calendar returning a new object.
- 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
-
- advance(Iterator<?>, long) - Static method in class com.landawn.abacus.util.Iterators
-
Note: copied from Google Guava under Apache license v2
Calls next()
on iterator
, either numberToAdvance
times
or until hasNext()
returns false
, whichever comes first.
- 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.HttpHeaders.Names
-
The HTTP Age
header field name.
- 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(List<? extends Bson>) - Method in class com.landawn.abacus.util.MongoCollectionMapper
-
- 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.Predicate<? super Map.Entry<K, V>, E>) - Method in class com.landawn.abacus.util.stream.EntryStream
-
- allMatch(Try.BiPredicate<? super K, ? super V, E>) - Method in class com.landawn.abacus.util.stream.EntryStream
-
- 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
-
- 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
-
- allNull() - Method in class com.landawn.abacus.util.Tuple
-
- allNull() - Method in class com.landawn.abacus.util.Tuple.Tuple1
-
- allNull() - Method in class com.landawn.abacus.util.Tuple.Tuple2
-
- allNull() - Method in class com.landawn.abacus.util.Tuple.Tuple3
-
- allNull() - Method in class com.landawn.abacus.util.Tuple.Tuple4
-
- allNull() - Method in class com.landawn.abacus.util.Tuple.Tuple5
-
- allNull() - Method in class com.landawn.abacus.util.Tuple.Tuple6
-
- allNull() - Method in class com.landawn.abacus.util.Tuple.Tuple7
-
- allNull() - Method in class com.landawn.abacus.util.Tuple.Tuple8
-
- allNull() - Method in class com.landawn.abacus.util.Tuple.Tuple9
-
- allNullOrEmpty(CharSequence, CharSequence, CharSequence) - Static method in class com.landawn.abacus.util.N
-
- allNullOrEmpty(CharSequence...) - Static method in class com.landawn.abacus.util.N
-
- allNullOrEmpty(Collection<? extends CharSequence>) - Static method in class com.landawn.abacus.util.N
-
- allOf(Future<? extends T>...) - Static method in class com.landawn.abacus.android.util.Futures
-
Returns a new Future that is completed when all of
the given Futures complete.
- allOf(Collection<? extends Future<? extends T>>) - Static method in class com.landawn.abacus.android.util.Futures
-
Returns a new Future that is completed when all of
the given Futures complete.
- allOf(Future<? extends T>...) - Static method in class com.landawn.abacus.util.Futures
-
Returns a new Future that is completed when all of
the given Futures complete.
- allOf(Collection<? extends Future<? extends T>>) - Static method in class com.landawn.abacus.util.Futures
-
Returns a new Future that is completed when all of
the given Futures complete.
- ALLOW - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Allow
header field name.
- 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_FALSE - Static variable in interface com.landawn.abacus.util.JdbcUtil.BiRecordPredicate
-
- ALWAYS_FALSE - Static variable in interface com.landawn.abacus.util.JdbcUtil.RecordPredicate
-
- 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
-
- ALWAYS_TRUE - Static variable in interface com.landawn.abacus.util.JdbcUtil.BiRecordPredicate
-
- ALWAYS_TRUE - Static variable in interface com.landawn.abacus.util.JdbcUtil.RecordPredicate
-
- alwaysFalse() - Static method in class com.landawn.abacus.condition.ConditionFactory
-
Deprecated.
- alwaysFalse() - Static method in class com.landawn.abacus.util.Fn
-
- alwaysFalse() - Static method in class com.landawn.abacus.util.Fn.BiPredicates
-
- alwaysFalse() - Static method in class com.landawn.abacus.util.Fn.TriPredicates
-
- alwaysTrue() - Static method in class com.landawn.abacus.condition.ConditionFactory
-
- alwaysTrue() - Static method in class com.landawn.abacus.util.Fn
-
- alwaysTrue() - Static method in class com.landawn.abacus.util.Fn.BiPredicates
-
- alwaysTrue() - Static method in class com.landawn.abacus.util.Fn.TriPredicates
-
- 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(String) - Method in class com.landawn.abacus.util.DynamicSQLBuilder.Having
-
- and(String) - Method in class com.landawn.abacus.util.DynamicSQLBuilder.Where
-
- and(BooleanSupplier, BooleanSupplier) - Static method in class com.landawn.abacus.util.Fn
-
- and(BooleanSupplier, BooleanSupplier, BooleanSupplier) - Static method in class com.landawn.abacus.util.Fn
-
- and(Predicate<? super T>, Predicate<? super T>) - Static method in class com.landawn.abacus.util.Fn
-
- and(Predicate<? super T>, Predicate<? super T>, Predicate<? super T>) - Static method in class com.landawn.abacus.util.Fn
-
- and(Collection<Predicate<? super T>>) - Static method in class com.landawn.abacus.util.Fn
-
- and(BiPredicate<? super T, ? super U>, BiPredicate<? super T, ? super U>) - Static method in class com.landawn.abacus.util.Fn
-
- and(BiPredicate<? super T, ? super U>, BiPredicate<? super T, ? super U>, BiPredicate<? super T, ? super U>) - Static method in class com.landawn.abacus.util.Fn
-
- and(List<BiPredicate<? super T, ? super U>>) - Static method in class com.landawn.abacus.util.Fn
-
- and(BiPredicate<? super T, ? super U>) - Method in interface com.landawn.abacus.util.function.BiPredicate
-
- 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(DoublePredicate) - Method in interface com.landawn.abacus.util.function.DoublePredicate
-
- 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(IntPredicate) - Method in interface com.landawn.abacus.util.function.IntPredicate
-
- and(IntTriPredicate) - Method in interface com.landawn.abacus.util.function.IntTriPredicate
-
- and(LongBiPredicate) - Method in interface com.landawn.abacus.util.function.LongBiPredicate
-
- and(LongPredicate) - Method in interface com.landawn.abacus.util.function.LongPredicate
-
- and(LongTriPredicate) - Method in interface com.landawn.abacus.util.function.LongTriPredicate
-
- and(Predicate<? super T>) - Method in interface com.landawn.abacus.util.function.Predicate
-
- 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(BiConsumer<? super T, ? super U>) - Method in interface com.landawn.abacus.util.function.BiConsumer
-
- andThen(Function<? super R, ? extends V>) - Method in interface com.landawn.abacus.util.function.BiFunction
-
- 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(Consumer<? super T>) - Method in interface com.landawn.abacus.util.function.Consumer
-
- 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(DoubleConsumer) - Method in interface com.landawn.abacus.util.function.DoubleConsumer
-
- 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(DoubleUnaryOperator) - Method in interface com.landawn.abacus.util.function.DoubleUnaryOperator
-
- 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(Function<? super R, ? extends V>) - Method in interface com.landawn.abacus.util.function.Function
-
- 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(IntConsumer) - Method in interface com.landawn.abacus.util.function.IntConsumer
-
- 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(IntUnaryOperator) - Method in interface com.landawn.abacus.util.function.IntUnaryOperator
-
- 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(LongConsumer) - Method in interface com.landawn.abacus.util.function.LongConsumer
-
- 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(LongUnaryOperator) - Method in interface com.landawn.abacus.util.function.LongUnaryOperator
-
- 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.Predicate<? super Map.Entry<K, V>, E>) - Method in class com.landawn.abacus.util.stream.EntryStream
-
- anyMatch(Try.BiPredicate<? super K, ? super V, E>) - Method in class com.landawn.abacus.util.stream.EntryStream
-
- 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
-
- 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
-
- anyNull() - Method in class com.landawn.abacus.util.Tuple
-
- anyNull() - Method in class com.landawn.abacus.util.Tuple.Tuple1
-
- anyNull() - Method in class com.landawn.abacus.util.Tuple.Tuple2
-
- anyNull() - Method in class com.landawn.abacus.util.Tuple.Tuple3
-
- anyNull() - Method in class com.landawn.abacus.util.Tuple.Tuple4
-
- anyNull() - Method in class com.landawn.abacus.util.Tuple.Tuple5
-
- anyNull() - Method in class com.landawn.abacus.util.Tuple.Tuple6
-
- anyNull() - Method in class com.landawn.abacus.util.Tuple.Tuple7
-
- anyNull() - Method in class com.landawn.abacus.util.Tuple.Tuple8
-
- anyNull() - Method in class com.landawn.abacus.util.Tuple.Tuple9
-
- anyNullOrEmpty(CharSequence, CharSequence, CharSequence) - Static method in class com.landawn.abacus.util.N
-
- anyNullOrEmpty(CharSequence...) - Static method in class com.landawn.abacus.util.N
-
- anyNullOrEmpty(Collection<? extends CharSequence>) - Static method in class com.landawn.abacus.util.N
-
- anyOf(Future<? extends T>...) - Static method in class com.landawn.abacus.android.util.Futures
-
Returns a new Future that, when any of the given Futures complete normally.
- anyOf(Collection<? extends Future<? extends T>>) - Static method in class com.landawn.abacus.android.util.Futures
-
Returns a new Future that, when any of the given Futures complete normally.
- anyOf(Future<? extends T>...) - Static method in class com.landawn.abacus.util.Futures
-
Returns a new Future that, when any of the given Futures complete normally.
- anyOf(Collection<? extends Future<? extends T>>) - Static method in class com.landawn.abacus.util.Futures
-
Returns a new Future that, when any of the given Futures 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) - Method in class com.landawn.abacus.util.DynamicSQLBuilder.From
-
- append(String, String) - Method in class com.landawn.abacus.util.DynamicSQLBuilder.From
-
- append(String) - Method in class com.landawn.abacus.util.DynamicSQLBuilder.GroupBy
-
- append(String) - Method in class com.landawn.abacus.util.DynamicSQLBuilder.Having
-
- append(String) - Method in class com.landawn.abacus.util.DynamicSQLBuilder.OrderBy
-
- append(String) - Method in class com.landawn.abacus.util.DynamicSQLBuilder.Select
-
- append(String, String) - Method in class com.landawn.abacus.util.DynamicSQLBuilder.Select
-
- append(String) - Method in class com.landawn.abacus.util.DynamicSQLBuilder.Where
-
- append(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[], Charset) - Static method in class com.landawn.abacus.util.IOUtil
-
- append(File, char[], int, int) - Static method in class com.landawn.abacus.util.IOUtil
-
- append(File, char[], int, int, Charset) - Static method in class com.landawn.abacus.util.IOUtil
-
- append(File, CharSequence) - Static method in class com.landawn.abacus.util.IOUtil
-
- append(File, CharSequence, Charset) - Static method in class com.landawn.abacus.util.IOUtil
-
- append(File, InputStream) - Static method in class com.landawn.abacus.util.IOUtil
-
- append(File, InputStream, long, long) - Static method in class com.landawn.abacus.util.IOUtil
-
- append(File, Reader) - Static method in class com.landawn.abacus.util.IOUtil
-
- append(File, Reader, Charset) - Static method in class com.landawn.abacus.util.IOUtil
-
- append(File, Reader, long, long) - Static method in class com.landawn.abacus.util.IOUtil
-
- append(File, Reader, long, long, Charset) - Static method in class com.landawn.abacus.util.IOUtil
-
- append(File, File) - Static method in class com.landawn.abacus.util.IOUtil
-
- append(File, File, long, long) - Static method in class com.landawn.abacus.util.IOUtil
-
- append(boolean) - Method in class com.landawn.abacus.util.Joiner
-
- append(char) - Method in class com.landawn.abacus.util.Joiner
-
- append(int) - Method in class com.landawn.abacus.util.Joiner
-
- append(long) - Method in class com.landawn.abacus.util.Joiner
-
- append(float) - Method in class com.landawn.abacus.util.Joiner
-
- append(double) - Method in class com.landawn.abacus.util.Joiner
-
- append(String) - Method in class com.landawn.abacus.util.Joiner
-
- append(CharSequence) - Method in class com.landawn.abacus.util.Joiner
-
- append(CharSequence, int, int) - Method in class com.landawn.abacus.util.Joiner
-
- append(StringBuffer) - Method in class com.landawn.abacus.util.Joiner
-
- append(char[]) - Method in class com.landawn.abacus.util.Joiner
-
- append(char[], int, int) - Method in class com.landawn.abacus.util.Joiner
-
- append(Object) - Method in class com.landawn.abacus.util.Joiner
-
- append(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(Map<? extends K, ? extends V>) - Method in class com.landawn.abacus.util.stream.EntryStream
-
- 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
-
- appendAlll(Collection<? extends Collection<? extends T>>) - Method in class com.landawn.abacus.util.stream.Stream
-
- 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(String, boolean) - Method in class com.landawn.abacus.util.Joiner
-
- appendEntry(String, char) - Method in class com.landawn.abacus.util.Joiner
-
- appendEntry(String, int) - Method in class com.landawn.abacus.util.Joiner
-
- appendEntry(String, long) - Method in class com.landawn.abacus.util.Joiner
-
- appendEntry(String, float) - Method in class com.landawn.abacus.util.Joiner
-
- appendEntry(String, double) - Method in class com.landawn.abacus.util.Joiner
-
- appendEntry(String, String) - Method in class com.landawn.abacus.util.Joiner
-
- appendEntry(String, CharSequence) - Method in class com.landawn.abacus.util.Joiner
-
- appendEntry(String, StringBuffer) - Method in class com.landawn.abacus.util.Joiner
-
- appendEntry(String, char[]) - Method in class com.landawn.abacus.util.Joiner
-
- appendEntry(String, Object) - Method in class com.landawn.abacus.util.Joiner
-
- appendEntry(Map.Entry<?, ?>) - Method in class com.landawn.abacus.util.Joiner
-
- appendIf(boolean, Supplier<?>) - Method in class com.landawn.abacus.util.Joiner
-
- appendIfEmpty(Supplier<S>) - Method in interface com.landawn.abacus.util.stream.BaseStream
-
- appendIfEmpty(Supplier<EntryStream<K, V>>) - Method in class com.landawn.abacus.util.stream.EntryStream
-
- appendIfEmpty(T...) - Method in class com.landawn.abacus.util.stream.Stream
-
- appendIfEmpty(Collection<? extends T>) - Method in class com.landawn.abacus.util.stream.Stream
-
- appendIfMissing(String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
- appendIfNotNull(Object) - Method in class com.landawn.abacus.util.Joiner
-
- appendLine(File, CharSequence) - Static method in class com.landawn.abacus.util.IOUtil
-
- appendLine(File, CharSequence, Charset) - Static method in class com.landawn.abacus.util.IOUtil
-
- APPLICATION_JSON - Static variable in class com.landawn.abacus.http.HttpHeaders.Values
-
- APPLICATION_KRYO - Static variable in class com.landawn.abacus.http.HttpHeaders.Values
-
- APPLICATION_URL_ENCODED - Static variable in class com.landawn.abacus.http.HttpHeaders.Values
-
The default HTML form content type.
- APPLICATION_XML - Static variable in class com.landawn.abacus.http.HttpHeaders.Values
-
- 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(ResultSet, List<String>) - Method in interface com.landawn.abacus.util.JdbcUtil.BiRecordGetter
-
- apply(ResultSet, List<String>) - Method in interface com.landawn.abacus.util.JdbcUtil.BiResultExtractor
-
- apply(ResultSet) - Method in interface com.landawn.abacus.util.JdbcUtil.RecordGetter
-
- apply(ResultSet) - Method in interface com.landawn.abacus.util.JdbcUtil.ResultExtractor
-
- 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(T, Try.Function<? super T, R, E>) - Static method in class com.landawn.abacus.util.Synchronized
-
- apply(T, U, Try.BiFunction<? super T, ? super U, R, E>) - 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(T, U) - Method in interface com.landawn.abacus.util.Try.EE.BiFunction
-
- apply(T) - Method in interface com.landawn.abacus.util.Try.EE.Function
-
- apply(A, B, C) - Method in interface com.landawn.abacus.util.Try.EE.TriFunction
-
- apply(T, U) - Method in interface com.landawn.abacus.util.Try.EEE.BiFunction
-
- apply(T) - Method in interface com.landawn.abacus.util.Try.EEE.Function
-
- apply(A, B, C) - Method in interface com.landawn.abacus.util.Try.EEE.TriFunction
-
- 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
-
- applyIfNotEmpty(Try.Function<? super BooleanList, R, E>) - Method in class com.landawn.abacus.util.BooleanList
-
- applyIfNotEmpty(Try.Function<? super ByteList, R, E>) - Method in class com.landawn.abacus.util.ByteList
-
- applyIfNotEmpty(Try.Function<? super CharList, R, E>) - Method in class com.landawn.abacus.util.CharList
-
- applyIfNotEmpty(Try.Function<? super DoubleList, R, E>) - Method in class com.landawn.abacus.util.DoubleList
-
- applyIfNotEmpty(Try.Function<? super FloatList, R, E>) - Method in class com.landawn.abacus.util.FloatList
-
- applyIfNotEmpty(Try.Function<? super IntList, R, E>) - Method in class com.landawn.abacus.util.IntList
-
- applyIfNotEmpty(Try.Function<? super LongList, R, E>) - Method in class com.landawn.abacus.util.LongList
-
- applyIfNotEmpty(Try.Function<? super LongMultiset<T>, R, E>) - Method in class com.landawn.abacus.util.LongMultiset
-
- applyIfNotEmpty(Try.Function<? super Multiset<T>, R, E>) - Method in class com.landawn.abacus.util.Multiset
-
- applyIfNotEmpty(Try.Function<? super L, R, E>) - Method in class com.landawn.abacus.util.PrimitiveList
-
- applyIfNotEmpty(Try.Function<? super Seq<T>, R, E>) - Method in class com.landawn.abacus.util.Seq
-
- applyIfNotEmpty(Try.Function<? super ShortList, R, E>) - Method in class com.landawn.abacus.util.ShortList
-
- applyIfNotEmpty(Try.Function<? super Stream<T>, R, E>) - Method in class com.landawn.abacus.util.stream.Stream
-
The Stream will be closed finally, no matter it's empty or not.
- applyIfNotNullOrDefault(Function<A, B>, Function<B, R>, R) - Static method in class com.landawn.abacus.util.Fn
-
- applyIfNotNullOrDefault(Function<A, B>, Function<B, C>, Function<C, R>, R) - Static method in class com.landawn.abacus.util.Fn
-
- applyIfNotNullOrDefault(Function<A, B>, Function<B, C>, Function<C, D>, Function<D, R>, R) - Static method in class com.landawn.abacus.util.Fn
-
- applyIfNotNullOrGet(Function<A, B>, Function<B, R>, Supplier<R>) - Static method in class com.landawn.abacus.util.Fn
-
- applyIfNotNullOrGet(Function<A, B>, Function<B, C>, Function<C, R>, Supplier<R>) - Static method in class com.landawn.abacus.util.Fn
-
- applyIfNotNullOrGet(Function<A, B>, Function<B, C>, Function<C, D>, Function<D, R>, Supplier<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.PrimitiveList
-
Returned the backed array.
- array() - Method in class com.landawn.abacus.util.ShortList
-
Returns the original element array without copying.
- 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
-
- 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
-
- asArrayDeque(T...) - 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
-
- 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
-
- asDelayQueue(T...) - Static method in class com.landawn.abacus.util.N
-
- asDeque(T...) - Static method in class com.landawn.abacus.util.N
-
- asDoubleStream() - Method in class com.landawn.abacus.util.stream.FloatStream
-
- asDoubleStream() - Method in class com.landawn.abacus.util.stream.IntStream
-
- asDoubleStream() - Method in class com.landawn.abacus.util.stream.LongStream
-
- asFloatStream() - Method in class com.landawn.abacus.util.stream.IntStream
-
- asFloatStream() - Method in class com.landawn.abacus.util.stream.LongStream
-
- asin(String) - Static method in class com.landawn.abacus.condition.Expression
-
- asinh(double) - Static method in class com.landawn.abacus.util.Matth
-
Compute the inverse hyperbolic sine of a number.
- asInt() - Method in class com.landawn.abacus.hash.HashCode
-
- asIntStream() - Method in class com.landawn.abacus.util.stream.ByteStream
-
- 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
-
- 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
-
- 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
-
- asLinkedLinkedHashSet(T) - Static method in class com.landawn.abacus.util.N
-
- asLinkedLinkedHashSet(T, T) - Static method in class com.landawn.abacus.util.N
-
- asLinkedLinkedHashSet(T, T, T) - Static method in class com.landawn.abacus.util.N
-
- asLinkedLinkedHashSet(T, T, T, T) - Static method in class com.landawn.abacus.util.N
-
- asLinkedLinkedHashSet(T, T, T, T, T) - Static method in class com.landawn.abacus.util.N
-
- asLinkedLinkedHashSet(T, T, T, T, T, T) - Static method in class com.landawn.abacus.util.N
-
- asLinkedLinkedHashSet(T, T, T, T, T, T, T) - Static method in class com.landawn.abacus.util.N
-
- asLinkedList(T) - Static method in class com.landawn.abacus.util.N
-
- asLinkedList(T, T) - Static method in class com.landawn.abacus.util.N
-
- asLinkedList(T, T, T) - Static method in class com.landawn.abacus.util.N
-
- asLinkedList(T, T, T, T) - Static method in class com.landawn.abacus.util.N
-
- asLinkedList(T, T, T, T, T) - Static method in class com.landawn.abacus.util.N
-
- asLinkedList(T, T, T, T, T, T) - Static method in class com.landawn.abacus.util.N
-
- asLinkedList(T, T, T, T, T, T, 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
-
- asList(T, T) - Static method in class com.landawn.abacus.util.N
-
- asList(T, T, T) - Static method in class com.landawn.abacus.util.N
-
- asList(T, T, T, T) - Static method in class com.landawn.abacus.util.N
-
- asList(T, T, T, T, T) - Static method in class com.landawn.abacus.util.N
-
- asList(T, T, T, T, T, T) - Static method in class com.landawn.abacus.util.N
-
- asList(T, T, T, T, T, T, T) - Static method in class com.landawn.abacus.util.N
-
- asList(T, T, T, T, T, T, T, T) - Static method in class com.landawn.abacus.util.N
-
- asList(T, T, T, T, T, T, T, T, T) - Static method in class com.landawn.abacus.util.N
-
- 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.
- asLongStream() - Method in class com.landawn.abacus.util.stream.IntStream
-
- 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
-
- asSet(T, T) - Static method in class com.landawn.abacus.util.N
-
- asSet(T, T, T) - Static method in class com.landawn.abacus.util.N
-
- asSet(T, T, T, T) - Static method in class com.landawn.abacus.util.N
-
- asSet(T, T, T, T, T) - Static method in class com.landawn.abacus.util.N
-
- asSet(T, T, T, T, T, T) - Static method in class com.landawn.abacus.util.N
-
- asSet(T, T, T, T, T, T, T) - Static method in class com.landawn.abacus.util.N
-
- asSet(T, T, T, T, T, T, T, T) - Static method in class com.landawn.abacus.util.N
-
- asSet(T, T, T, T, T, T, T, T, T) - Static method in class com.landawn.abacus.util.N
-
- asSet(T...) - 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
-
- 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
-
- 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.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
-
- asyncCall(Try.Function<? super Stream<T>, R, E>) - Method in class com.landawn.abacus.util.stream.Stream
-
- asyncCall(Try.Function<? super Stream<T>, R, E>, Executor) - Method in class com.landawn.abacus.util.stream.Stream
-
- 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(HttpSettings) - Method in class com.landawn.abacus.http.AbstractHttpClient
-
- asyncDelete(Object) - Method in class com.landawn.abacus.http.AbstractHttpClient
-
- asyncDelete(Object, HttpSettings) - Method in class com.landawn.abacus.http.AbstractHttpClient
-
- asyncDelete(Class<T>) - Method in class com.landawn.abacus.http.AbstractHttpClient
-
- asyncDelete(Class<T>, HttpSettings) - Method in class com.landawn.abacus.http.AbstractHttpClient
-
- asyncDelete(Class<T>, Object) - Method in class com.landawn.abacus.http.AbstractHttpClient
-
- asyncDelete(Class<T>, Object, HttpSettings) - Method in class com.landawn.abacus.http.AbstractHttpClient
-
- asyncDelete() - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
- asyncDelete(Executor) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
- asyncDelete(Class<T>) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
- asyncDelete(Class<T>, Executor) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
- 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, HttpSettings) - 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, HttpSettings) - Method in class com.landawn.abacus.http.AbstractHttpClient
-
- asyncExecute(File, HttpMethod, Object, HttpSettings) - Method in class com.landawn.abacus.http.AbstractHttpClient
-
- asyncExecute(OutputStream, HttpMethod, Object, HttpSettings) - Method in class com.landawn.abacus.http.AbstractHttpClient
-
- asyncExecute(Writer, HttpMethod, Object, HttpSettings) - 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(Try.Runnable<? extends Exception>) - Static method in class com.landawn.abacus.util.N
-
- asyncExecute(Try.Runnable<? extends Exception>, long) - Static method in class com.landawn.abacus.util.N
-
- asyncExecute(Try.Runnable<? extends Exception>...) - Static method in class com.landawn.abacus.util.N
-
- asyncExecute(List<? extends Try.Runnable<? extends Exception>>) - 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, HttpSettings, 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, ?>, HttpSettings) - 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, HttpSettings, 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, ?>, HttpSettings) - 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
-
- AsyncExecutor(int, long, TimeUnit) - Constructor for class com.landawn.abacus.util.AsyncExecutor
-
- AsyncExecutor(int, int, long, TimeUnit) - Constructor for class com.landawn.abacus.util.AsyncExecutor
-
- AsyncExecutor(Executor) - 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.
- asyncFindFirst(Class<T>, Condition) - Method in class com.landawn.abacus.util.CassandraExecutor
-
- asyncFindFirst(Class<T>, Collection<String>, Condition) - Method in class com.landawn.abacus.util.CassandraExecutor
-
- asyncFindFirst(String, Object...) - Method in class com.landawn.abacus.util.CassandraExecutor
-
- asyncFindFirst(Class<T>, String, Object...) - Method in class com.landawn.abacus.util.CassandraExecutor
-
- asyncFindFirst(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(HttpSettings) - Method in class com.landawn.abacus.http.AbstractHttpClient
-
- asyncGet(Object) - Method in class com.landawn.abacus.http.AbstractHttpClient
-
- asyncGet(Object, HttpSettings) - Method in class com.landawn.abacus.http.AbstractHttpClient
-
- asyncGet(Class<T>) - Method in class com.landawn.abacus.http.AbstractHttpClient
-
- asyncGet(Class<T>, HttpSettings) - Method in class com.landawn.abacus.http.AbstractHttpClient
-
- asyncGet(Class<T>, Object) - Method in class com.landawn.abacus.http.AbstractHttpClient
-
- asyncGet(Class<T>, Object, HttpSettings) - Method in class com.landawn.abacus.http.AbstractHttpClient
-
- asyncGet() - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
- asyncGet(Executor) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
- asyncGet(Class<T>) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
- asyncGet(Class<T>, Executor) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
- 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
-
- asyncHead() - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
- asyncHead(Executor) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
- 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
-
- asyncList(Class<T>, Condition) - Method in class com.landawn.abacus.util.CassandraExecutor
-
- asyncList(Class<T>, Collection<String>, Condition) - Method in class com.landawn.abacus.util.CassandraExecutor
-
- asyncList(String, Object...) - Method in class com.landawn.abacus.util.CassandraExecutor
-
- asyncList(Class<T>, String, Object...) - Method in class com.landawn.abacus.util.CassandraExecutor
-
- asyncList(Class<T>, String, Object...) - Method in class com.landawn.abacus.util.CouchbaseExecutor
-
- asyncPatch() - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
- asyncPatch(Executor) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
- asyncPost(Object) - Method in class com.landawn.abacus.http.AbstractHttpClient
-
- asyncPost(Object, HttpSettings) - Method in class com.landawn.abacus.http.AbstractHttpClient
-
- asyncPost(Class<T>, Object) - Method in class com.landawn.abacus.http.AbstractHttpClient
-
- asyncPost(Class<T>, Object, HttpSettings) - Method in class com.landawn.abacus.http.AbstractHttpClient
-
- asyncPost() - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
- asyncPost(Executor) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
- asyncPost(Class<T>) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
- asyncPost(Class<T>, Executor) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
- asyncPut(Object) - Method in class com.landawn.abacus.http.AbstractHttpClient
-
- asyncPut(Object, HttpSettings) - Method in class com.landawn.abacus.http.AbstractHttpClient
-
- asyncPut(Class<T>, Object) - Method in class com.landawn.abacus.http.AbstractHttpClient
-
- asyncPut(Class<T>, Object, HttpSettings) - Method in class com.landawn.abacus.http.AbstractHttpClient
-
- asyncPut() - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
- asyncPut(Executor) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
- asyncPut(Class<T>) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
- asyncPut(Class<T>, Executor) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
- 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
-
- asyncQueryForDate(Class<T>, String, Condition) - Method in class com.landawn.abacus.util.CassandraExecutor
-
- asyncQueryForDate(Class<T>, Class<E>, String, Condition) - Method in class com.landawn.abacus.util.CassandraExecutor
-
- asyncQueryForDate(String, Object...) - Method in class com.landawn.abacus.util.CouchbaseExecutor
-
- asyncQueryForDate(Class<T>, 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
-
- 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<V>, 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<V>, 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
-
- asyncRun(Try.Consumer<? super Stream<T>, E>) - Method in class com.landawn.abacus.util.stream.Stream
-
- asyncRun(Try.Consumer<? super Stream<T>, E>, Executor) - Method in class com.landawn.abacus.util.stream.Stream
-
- 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, BiFunction<ColumnDefinitions, Row, T>, 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.Matth
-
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.HttpHeaders.Names
-
The HTTP Authorization
header field name.
- 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.DoubleSummaryStatistics
-
- 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.IntSummaryStatistics
-
- 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.LongSummaryStatistics
-
- 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
-
- average() - Method in class com.landawn.abacus.util.stream.FloatStream
-
- average() - Method in class com.landawn.abacus.util.stream.IntStream
-
- average() - Method in class com.landawn.abacus.util.stream.LongStream
-
- 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(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(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(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.stream.Collectors
-
- averagingInt(ToIntFunction<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- 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.stream.Collectors
-
- 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
-
- base64Decode(String) - Static method in class com.landawn.abacus.util.N
-
- base64DecodeToString(String) - Static method in class com.landawn.abacus.util.N
-
- base64Encode(byte[]) - Static method in class com.landawn.abacus.util.N
-
- base64EncodeChunked(byte[]) - Static method in class com.landawn.abacus.util.N
-
- base64UrlDecode(String) - Static method in class com.landawn.abacus.util.N
-
- base64UrlDecodeToString(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,ITER,S extends BaseStream<T,A,P,C,PL,OT,IT,ITER,S>> - Interface in com.landawn.abacus.util.stream
-
The Stream will be automatically closed after execution(A terminal method is executed/triggered).
- BaseStream.Splitor - Enum in com.landawn.abacus.util.stream
-
- BATCH_SIZE - Static variable in class com.landawn.abacus.util.SQLMapper
-
- batchAdd(Collection<? extends T>) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
-
- batchAdd(Collection<? extends T>, int) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
-
- batchAdd(Collection<? extends T>, int, IsolationLevel) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
-
- batchAdd(Connection, Collection<? extends T>) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
-
- batchAdd(Connection, Collection<? extends T>, int) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
-
- batchAdd(Collection<? extends T>) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
-
Insert All the records by batch operation.
- batchAdd(Collection<? extends T>, int) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
-
- batchAdd(Collection<? extends T>, int, IsolationLevel) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
-
- batchAdd(Connection, Collection<? extends T>) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
-
- batchAdd(Connection, Collection<? extends T>, 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<?>, Collection<String>) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
-
- batchGet(List<?>, Collection<String>, int) - 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<?>, Collection<String>) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
-
- batchGet(List<?>, Collection<String>, int) - 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.JdbcSettings, 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.JdbcSettings, 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
-
Deprecated.
Generate the MySQL style batch insert sql.
- batchInsert(Collection<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE2
-
Deprecated.
Generate the MySQL style batch insert sql.
- batchInsert(Collection<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE3
-
Deprecated.
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.JdbcSettings, 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.JdbcSettings, 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
-
- 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.JdbcSettings, 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.JdbcSettings, 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<? extends T>) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
-
- batchUpdate(Collection<? extends T>, Collection<String>) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
-
- batchUpdate(Collection<? extends T>, int) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
-
- batchUpdate(Collection<? extends T>, Collection<String>, int) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
-
- batchUpdate(Collection<? extends T>, int, IsolationLevel) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
-
- batchUpdate(Collection<? extends T>, Collection<String>, int, IsolationLevel) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
-
- batchUpdate(Connection, Collection<? extends T>) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
-
- batchUpdate(Connection, Collection<? extends T>, Collection<String>) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
-
- batchUpdate(Connection, Collection<? extends T>, int) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
-
- batchUpdate(Connection, Collection<? extends T>, Collection<String>, 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.JdbcSettings, 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.JdbcSettings, 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<? extends T>) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
-
Update All the records by batch operation.
- batchUpdate(Collection<? extends T>, Collection<String>) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
-
- batchUpdate(Collection<? extends T>, int) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
-
- batchUpdate(Collection<? extends T>, Collection<String>, int) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
-
Update All the records by batch operation.
- batchUpdate(Collection<? extends T>, int, IsolationLevel) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
-
- batchUpdate(Collection<? extends T>, Collection<String>, int, IsolationLevel) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
-
- batchUpdate(Connection, Collection<? extends T>) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
-
- batchUpdate(Connection, Collection<? extends T>, Collection<String>) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
-
- batchUpdate(Connection, Collection<? extends T>, int) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
-
- batchUpdate(Connection, Collection<? extends T>, Collection<String>, 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
-
- bc(ByteConsumer) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- 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() - Method in class com.landawn.abacus.spring.SQLExecutor
-
Deprecated.
- beginTransaction(IsolationLevel) - Method in class com.landawn.abacus.spring.SQLExecutor
-
Deprecated.
- beginTransaction(boolean) - Method in class com.landawn.abacus.spring.SQLExecutor
-
Deprecated.
- beginTransaction(IsolationLevel, boolean) - Method in class com.landawn.abacus.spring.SQLExecutor
-
Deprecated.
- beginTransaction(DataSource, IsolationLevel) - Static method in class com.landawn.abacus.util.JdbcUtil
-
>>>>>>> .merge-right.r1119
Here is the general code pattern to work with SimpleTransaction
.
- beginTransaction(Connection, IsolationLevel) - Static method in class com.landawn.abacus.util.JdbcUtil
-
Here is the general code pattern to work with SimpleTransaction
.
- beginTransaction() - 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.
- 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.
- beginTransaction(boolean) - 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.
- beginTransaction(IsolationLevel, boolean) - 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(short, short) - Static method in interface com.landawn.abacus.util.function.ShortPredicate
-
- bf(ByteFunction<R>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- BiConsumer<T,U> - Interface in com.landawn.abacus.util.function
-
- BiFunction<T,U,R> - Interface in com.landawn.abacus.util.function
-
- BiIterator<A,B> - Class in com.landawn.abacus.util
-
- BiIterator() - Constructor for class com.landawn.abacus.util.BiIterator
-
- BiMap<K,V> - Class in com.landawn.abacus.util
-
A BiMap (or "bidirectional map") is a map that preserves the uniqueness of its values as well as that of its keys.
- BiMap() - Constructor for class com.landawn.abacus.util.BiMap
-
- BiMap(int) - Constructor for class com.landawn.abacus.util.BiMap
-
- BiMap(int, float) - Constructor for class com.landawn.abacus.util.BiMap
-
- BiMap(Class<? extends Map>, Class<? extends Map>) - Constructor for class com.landawn.abacus.util.BiMap
-
- BiMap(Supplier<? extends Map<K, V>>, Supplier<? extends Map<V, K>>) - Constructor for class com.landawn.abacus.util.BiMap
-
- Binary - Class in com.landawn.abacus.condition
-
- Binary(String, Operator, Object) - Constructor for class com.landawn.abacus.condition.Binary
-
- binary(String, Operator, Object) - Static method in class com.landawn.abacus.condition.ConditionFactory
-
- BinaryOperator<T> - Interface in com.landawn.abacus.util.function
-
- 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.Matth
-
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.Matth
-
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.Matth
-
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
.
- body() - Method in class com.landawn.abacus.http.HttpResponse
-
- body(Class<T>) - Method in class com.landawn.abacus.http.HttpResponse
-
- body(Map<?, ?>) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
- body(Object) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
- body(RequestBody) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
- 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 - Static variable in interface com.landawn.abacus.util.function.BooleanFunction
-
- BOX - Static variable in interface com.landawn.abacus.util.function.ByteFunction
-
- BOX - Static variable in interface com.landawn.abacus.util.function.CharFunction
-
- BOX - Static variable in interface com.landawn.abacus.util.function.DoubleFunction
-
- BOX - Static variable in interface com.landawn.abacus.util.function.FloatFunction
-
- BOX - Static variable in interface com.landawn.abacus.util.function.IntFunction
-
- BOX - Static variable in interface com.landawn.abacus.util.function.LongFunction
-
- BOX - Static variable in interface com.landawn.abacus.util.function.ShortFunction
-
- box(boolean...) - Static method in class com.landawn.abacus.util.Primitives
-
Converts an array of primitive booleans to objects.
- box(boolean[], int, int) - Static method in class com.landawn.abacus.util.Primitives
-
- box(char...) - Static method in class com.landawn.abacus.util.Primitives
-
Converts an array of primitive chars to objects.
- box(char[], int, int) - Static method in class com.landawn.abacus.util.Primitives
-
- box(byte...) - Static method in class com.landawn.abacus.util.Primitives
-
Converts an array of primitive bytes to objects.
- box(byte[], int, int) - Static method in class com.landawn.abacus.util.Primitives
-
- box(short...) - Static method in class com.landawn.abacus.util.Primitives
-
Converts an array of primitive shorts to objects.
- box(short[], int, int) - Static method in class com.landawn.abacus.util.Primitives
-
- box(int...) - Static method in class com.landawn.abacus.util.Primitives
-
Converts an array of primitive ints to objects.
- box(int[], int, int) - Static method in class com.landawn.abacus.util.Primitives
-
- box(long...) - Static method in class com.landawn.abacus.util.Primitives
-
Converts an array of primitive longs to objects.
- box(long[], int, int) - Static method in class com.landawn.abacus.util.Primitives
-
- box(float...) - Static method in class com.landawn.abacus.util.Primitives
-
Converts an array of primitive floats to objects.
- box(float[], int, int) - Static method in class com.landawn.abacus.util.Primitives
-
- box(double...) - Static method in class com.landawn.abacus.util.Primitives
-
Converts an array of primitive doubles to objects.
- box(double[], int, int) - Static method in class com.landawn.abacus.util.Primitives
-
- box(boolean[][]) - Static method in class com.landawn.abacus.util.Primitives
-
- box(char[][]) - Static method in class com.landawn.abacus.util.Primitives
-
- box(byte[][]) - Static method in class com.landawn.abacus.util.Primitives
-
- box(short[][]) - Static method in class com.landawn.abacus.util.Primitives
-
- box(int[][]) - Static method in class com.landawn.abacus.util.Primitives
-
- box(long[][]) - Static method in class com.landawn.abacus.util.Primitives
-
- box(float[][]) - Static method in class com.landawn.abacus.util.Primitives
-
- box(double[][]) - Static method in class com.landawn.abacus.util.Primitives
-
- box(boolean[][][]) - Static method in class com.landawn.abacus.util.Primitives
-
- box(char[][][]) - Static method in class com.landawn.abacus.util.Primitives
-
- box(byte[][][]) - Static method in class com.landawn.abacus.util.Primitives
-
- box(short[][][]) - Static method in class com.landawn.abacus.util.Primitives
-
- box(int[][][]) - Static method in class com.landawn.abacus.util.Primitives
-
- box(long[][][]) - Static method in class com.landawn.abacus.util.Primitives
-
- box(float[][][]) - Static method in class com.landawn.abacus.util.Primitives
-
- box(double[][][]) - Static method in class com.landawn.abacus.util.Primitives
-
- 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.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
-
- 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
-
- boxed() - Method in class com.landawn.abacus.util.stream.FloatStream
-
- boxed() - Method in class com.landawn.abacus.util.stream.IntStream
-
- boxed() - Method in class com.landawn.abacus.util.stream.LongStream
-
- boxed() - Method in class com.landawn.abacus.util.stream.ShortStream
-
- boxed() - Method in class com.landawn.abacus.util.u.OptionalBoolean
-
- boxed() - Method in class com.landawn.abacus.util.u.OptionalByte
-
- boxed() - Method in class com.landawn.abacus.util.u.OptionalChar
-
- boxed() - Method in class com.landawn.abacus.util.u.OptionalDouble
-
- boxed() - Method in class com.landawn.abacus.util.u.OptionalFloat
-
- boxed() - Method in class com.landawn.abacus.util.u.OptionalInt
-
- boxed() - Method in class com.landawn.abacus.util.u.OptionalLong
-
- boxed() - Method in class com.landawn.abacus.util.u.OptionalShort
-
- bp(BytePredicate) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- 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
-
- build() - Method in class com.landawn.abacus.util.DynamicSQLBuilder
-
- 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(Collection<? extends T>) - Method in class com.landawn.abacus.util.MongoCollectionMapper
-
- bulkInsert(Collection<? extends T>, BulkWriteOptions) - Method in class com.landawn.abacus.util.MongoCollectionMapper
-
- 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(List<? extends WriteModel<? extends Document>>) - Method in class com.landawn.abacus.util.MongoCollectionMapper
-
- bulkWrite(List<? extends WriteModel<? extends Document>>, BulkWriteOptions) - Method in class com.landawn.abacus.util.MongoCollectionMapper
-
- 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
-
- ByteBytePoint() - Constructor for class com.landawn.abacus.util.Points.xy.ByteBytePoint
-
- ByteBytePoint(byte, byte, byte) - Constructor for class com.landawn.abacus.util.Points.xy.ByteBytePoint
-
- ByteBytePoint() - Constructor for class com.landawn.abacus.util.Points.xyz.ByteBytePoint
-
- ByteBytePoint(byte, byte, byte, byte) - Constructor for class com.landawn.abacus.util.Points.xyz.ByteBytePoint
-
- ByteConsumer - Interface in com.landawn.abacus.util.function
-
- ByteDoublePoint() - Constructor for class com.landawn.abacus.util.Points.xy.ByteDoublePoint
-
- ByteDoublePoint(byte, byte, double) - Constructor for class com.landawn.abacus.util.Points.xy.ByteDoublePoint
-
- ByteDoublePoint() - Constructor for class com.landawn.abacus.util.Points.xyz.ByteDoublePoint
-
- ByteDoublePoint(byte, byte, byte, double) - Constructor for class com.landawn.abacus.util.Points.xyz.ByteDoublePoint
-
- ByteFunction<R> - Interface in com.landawn.abacus.util.function
-
- ByteIntPoint() - Constructor for class com.landawn.abacus.util.Points.xy.ByteIntPoint
-
- ByteIntPoint(byte, byte, int) - Constructor for class com.landawn.abacus.util.Points.xy.ByteIntPoint
-
- ByteIntPoint() - Constructor for class com.landawn.abacus.util.Points.xyz.ByteIntPoint
-
- ByteIntPoint(byte, byte, byte, int) - Constructor for class com.landawn.abacus.util.Points.xyz.ByteIntPoint
-
- 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
-
- ByteLongPoint() - Constructor for class com.landawn.abacus.util.Points.xy.ByteLongPoint
-
- ByteLongPoint(byte, byte, long) - Constructor for class com.landawn.abacus.util.Points.xy.ByteLongPoint
-
- ByteLongPoint() - Constructor for class com.landawn.abacus.util.Points.xyz.ByteLongPoint
-
- ByteLongPoint(byte, byte, byte, long) - Constructor for class com.landawn.abacus.util.Points.xyz.ByteLongPoint
-
- 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
-
- ByteObjPoint() - Constructor for class com.landawn.abacus.util.Points.xy.ByteObjPoint
-
- ByteObjPoint(byte, byte, T) - Constructor for class com.landawn.abacus.util.Points.xy.ByteObjPoint
-
- ByteObjPoint() - Constructor for class com.landawn.abacus.util.Points.xyz.ByteObjPoint
-
- ByteObjPoint(byte, byte, byte, T) - Constructor for class com.landawn.abacus.util.Points.xyz.ByteObjPoint
-
- 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
-
The Stream will be automatically closed after execution(A terminal method is executed/triggered).
- 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(Consumer<T>) - Static method in class com.landawn.abacus.util.Fn
-
- c(A, BiConsumer<A, T>) - Static method in class com.landawn.abacus.util.Fn
-
- c(A, B, TriConsumer<A, B, T>) - Static method in class com.landawn.abacus.util.Fn
-
- c(BiConsumer<T, U>) - Static method in class com.landawn.abacus.util.Fn
-
- c(A, TriConsumer<A, T, U>) - Static method in class com.landawn.abacus.util.Fn
-
- c(TriConsumer<A, B, C>) - Static method in class com.landawn.abacus.util.Fn
-
- c(BiConsumer<? super K, ? super V>) - Static method in class com.landawn.abacus.util.Fn.Entries
-
- CACHE_CONTROL - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Cache-Control
header field name.
- cacheControl(CacheControl) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
Sets this request's Cache-Control
header, replacing any cache control headers already
present.
- 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.ContinuableFuture
-
- call(Try.Callable<T, E>, Executor) - Static method in class com.landawn.abacus.util.ContinuableFuture
-
- call() - Method in interface com.landawn.abacus.util.function.Callable
-
- call(Callable<T>) - Method in class com.landawn.abacus.util.Retry
-
- call(T, 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
-
- call() - Method in interface com.landawn.abacus.util.Try.EE.Callable
-
- call() - Method in interface com.landawn.abacus.util.Try.EEE.Callable
-
- callable(Callable<R>) - Static method in class com.landawn.abacus.util.Fn
-
- callable(Try.Callable<R, E>) - Static method in class com.landawn.abacus.util.Fn.FN
-
- Callable<R> - Interface in com.landawn.abacus.util.function
-
- callAfterBoth(ContinuableFuture<?>, Callable<R>) - Method in class com.landawn.abacus.android.util.ContinuableFuture
-
- callAfterBoth(ContinuableFuture<U>, Try.BiFunction<? super T, ? super U, R, E>) - Method in class com.landawn.abacus.android.util.ContinuableFuture
-
- callAfterBoth(ContinuableFuture<U>, Try.Function<? super Tuple.Tuple4<T, Exception, U, Exception>, R, E>) - Method in class com.landawn.abacus.android.util.ContinuableFuture
-
- callAfterBoth(ContinuableFuture<?>, Try.Callable<R, E>) - Method in class com.landawn.abacus.util.ContinuableFuture
-
- callAfterBoth(ContinuableFuture<U>, Try.BiFunction<? super T, ? super U, R, E>) - Method in class com.landawn.abacus.util.ContinuableFuture
-
- callAfterBoth(ContinuableFuture<U>, Try.Function<? super Tuple.Tuple4<T, ? super Exception, U, ? super Exception>, R, E>) - Method in class com.landawn.abacus.util.ContinuableFuture
-
- callAfterEither(ContinuableFuture<?>, Callable<R>) - Method in class com.landawn.abacus.android.util.ContinuableFuture
-
- callAfterEither(ContinuableFuture<? extends T>, Try.Function<? super T, R, E>) - Method in class com.landawn.abacus.android.util.ContinuableFuture
-
- callAfterEither(ContinuableFuture<? extends T>, Try.BiFunction<? super T, ? super Exception, R, E>) - Method in class com.landawn.abacus.android.util.ContinuableFuture
-
- callAfterEither(ContinuableFuture<?>, Try.Callable<R, RuntimeException>) - Method in class com.landawn.abacus.util.ContinuableFuture
-
- callAfterEither(ContinuableFuture<? extends T>, Try.Function<? super T, R, E>) - Method in class com.landawn.abacus.util.ContinuableFuture
-
- callAfterEither(ContinuableFuture<? extends T>, Try.BiFunction<? super T, ? super Exception, R, E>) - Method in class com.landawn.abacus.util.ContinuableFuture
-
- callByTPAfterBoth(ContinuableFuture<?>, Callable<R>) - Method in class com.landawn.abacus.android.util.ContinuableFuture
-
- callByTPAfterBoth(ContinuableFuture<U>, Try.BiFunction<? super T, ? super U, R, E>) - Method in class com.landawn.abacus.android.util.ContinuableFuture
-
- callByTPAfterBoth(ContinuableFuture<U>, Try.Function<? super Tuple.Tuple4<T, Exception, U, Exception>, R, E>) - Method in class com.landawn.abacus.android.util.ContinuableFuture
-
- callByTPAfterEither(ContinuableFuture<?>, Callable<R>) - Method in class com.landawn.abacus.android.util.ContinuableFuture
-
- callByTPAfterEither(ContinuableFuture<? extends T>, Try.Function<? super T, R, E>) - Method in class com.landawn.abacus.android.util.ContinuableFuture
-
- callByTPAfterEither(ContinuableFuture<? extends T>, Try.BiFunction<? super T, ? super Exception, R, E>) - Method in class com.landawn.abacus.android.util.ContinuableFuture
-
- callOnUIAfterBoth(ContinuableFuture<?>, Callable<R>) - Method in class com.landawn.abacus.android.util.ContinuableFuture
-
- callOnUIAfterBoth(ContinuableFuture<U>, Try.BiFunction<? super T, ? super U, R, E>) - Method in class com.landawn.abacus.android.util.ContinuableFuture
-
- callOnUIAfterBoth(ContinuableFuture<U>, Try.Function<? super Tuple.Tuple4<T, Exception, U, Exception>, R, E>) - Method in class com.landawn.abacus.android.util.ContinuableFuture
-
- callOnUIAfterEither(ContinuableFuture<?>, Callable<R>) - Method in class com.landawn.abacus.android.util.ContinuableFuture
-
- callOnUIAfterEither(ContinuableFuture<? extends T>, Try.Function<? super T, R, E>) - Method in class com.landawn.abacus.android.util.ContinuableFuture
-
- callOnUIAfterEither(ContinuableFuture<? extends T>, Try.BiFunction<? super T, ? super Exception, R, E>) - Method in class com.landawn.abacus.android.util.ContinuableFuture
-
- 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.ContinuableFuture
-
- cancel(boolean) - Method in class com.landawn.abacus.util.ContinuableFuture
-
- cancelAll(boolean) - Method in class com.landawn.abacus.android.util.ContinuableFuture
-
Cancel this future and all the previous stage future recursively.
- cancelAll(boolean) - Method in class com.landawn.abacus.util.ContinuableFuture
-
Cancel this future and all the previous stage future recursively.
- capitalize(String) - Static method in class com.landawn.abacus.util.StringUtil
-
- 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.Iterables
-
Note: copy from Google Guava under Apache License v2.
- cartesianProduct(Collection<? extends Collection<? extends E>>) - Static method in class com.landawn.abacus.util.Iterables
-
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.Matth
-
Returns the int
value that is equal to value
, if possible.
- castIfAssignable(Object, Class<T>) - Static method in class com.landawn.abacus.util.N
-
Returns an empty Nullable
if val
is null
while targetType
is primitive or can not be assigned to targetType
.
- cc(Try.Consumer<T, E>) - Static method in class com.landawn.abacus.util.Fn
-
- cc(A, Try.BiConsumer<A, T, E>) - Static method in class com.landawn.abacus.util.Fn
-
- cc(A, B, Try.TriConsumer<A, B, T, E>) - Static method in class com.landawn.abacus.util.Fn
-
- cc(Try.BiConsumer<T, U, E>) - Static method in class com.landawn.abacus.util.Fn
-
- cc(A, Try.TriConsumer<A, T, U, E>) - Static method in class com.landawn.abacus.util.Fn
-
- cc(Try.TriConsumer<A, B, C, E>) - Static method in class com.landawn.abacus.util.Fn
-
- cc(Try.BiConsumer<? super K, ? super V, E>) - Static method in class com.landawn.abacus.util.Fn.Entries
-
- cc(Consumer<T>) - Static method in class com.landawn.abacus.util.Fn.FN
-
- cc(A, BiConsumer<A, T>) - Static method in class com.landawn.abacus.util.Fn.FN
-
- cc(A, B, TriConsumer<A, B, T>) - Static method in class com.landawn.abacus.util.Fn.FN
-
- cc(BiConsumer<T, U>) - Static method in class com.landawn.abacus.util.Fn.FN
-
- cc(A, TriConsumer<A, T, U>) - Static method in class com.landawn.abacus.util.Fn.FN
-
- cc(TriConsumer<A, B, C>) - Static method in class com.landawn.abacus.util.Fn.FN
-
- cc(CharConsumer) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- ceil(String) - Static method in class com.landawn.abacus.condition.Expression
-
- ceiling(T, int) - Static method in class com.landawn.abacus.util.DateUtil
-
Copied from Apache Commons Lang under Apache License v2.
- ceiling(T, int) - Static method in class com.landawn.abacus.util.DateUtil
-
Copied from Apache Commons Lang under Apache License v2.
- ceiling(E) - Method in class com.landawn.abacus.util.ImmutableNavigableSet
-
- ceilingEntry(K) - Method in class com.landawn.abacus.util.ImmutableNavigableMap
-
- ceilingKey(K) - Method in class com.landawn.abacus.util.ImmutableNavigableMap
-
- ceilingPowerOfTwo(long) - Static method in class com.landawn.abacus.util.Matth
-
Returns the smallest power of two greater than or equal to x
.
- ceilingPowerOfTwo(BigInteger) - Static method in class com.landawn.abacus.util.Matth
-
- 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
-
- cf(CharFunction<R>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- Chain - Class in com.landawn.abacus.util
-
- chain(Function<? super Stream<Map.Entry<K, V>>, ? extends Stream<Map.Entry<KK, VV>>>) - 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
-
- 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
-
- Charsets - Class in com.landawn.abacus.util
-
- CharStream - Class in com.landawn.abacus.util.stream
-
The Stream will be automatically closed after execution(A terminal method is executed/triggered).
- 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.
- checkArgNotNull(T) - Static method in class com.landawn.abacus.util.N
-
- checkArgNotNull(T, String) - Static method in class com.landawn.abacus.util.N
-
- 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.
- checkArgNotNullOrEmptyOrBlank(T, String) - Static method in class com.landawn.abacus.util.N
-
Check if the specified parameter is null or empty or blank
- 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.
- checkArgument(boolean, Try.Supplier<String, E>) - Static method in class com.landawn.abacus.util.N
-
- checkFromIndexSize(int, int, int) - Static method in class com.landawn.abacus.util.N
-
- checkFromToIndex(int, int, int) - Static method in class com.landawn.abacus.util.N
-
- checkIndex(int, int) - Static method in class com.landawn.abacus.util.N
-
- 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.
- checkState(boolean, Try.Supplier<String, E>) - Static method in class com.landawn.abacus.util.N
-
- chomp(String) - Static method in class com.landawn.abacus.util.StringUtil
-
Removes one newline from end of a String if it's there, otherwise leave
it alone.
- chomp(String[]) - Static method in class com.landawn.abacus.util.StringUtil
-
- chop(String) - Static method in class com.landawn.abacus.util.StringUtil
-
Remove the last character from a String.
- chop(String[]) - Static method in class com.landawn.abacus.util.StringUtil
-
- 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.cache.LocalCache
-
- 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.HttpHeaders
-
- 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
-
- 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<? extends 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 class com.landawn.abacus.cache.LocalCache
-
- 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() - 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.SQLExecutor
-
Close the underline data source
- close() - Method in interface com.landawn.abacus.util.stream.BaseStream
-
- 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.Fn
-
- closeAll(Collection<? extends AutoCloseable>) - Static method in class com.landawn.abacus.util.Fn
-
- closeAll(AutoCloseable...) - Static method in class com.landawn.abacus.util.IOUtil
-
- closeAll(Collection<? extends AutoCloseable>) - Static method in class com.landawn.abacus.util.IOUtil
-
- closeAllQuietly(AutoCloseable...) - Static method in class com.landawn.abacus.util.Fn
-
- closeAllQuietly(Collection<? extends AutoCloseable>) - Static method in class com.landawn.abacus.util.Fn
-
- 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() - Static method in class com.landawn.abacus.util.Fn.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
.
- cluster() - Method in class com.landawn.abacus.util.CassandraExecutor
-
- cluster() - Method in class com.landawn.abacus.util.CouchbaseExecutor
-
- code() - Method in class com.landawn.abacus.http.HttpResponse
-
- CodeGenerator - Class 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.
- collapse(Try.BiPredicate<? super T, ? super T, E>, R, Try.BiFunction<? super R, ? super T, R, E2>) - Method in class com.landawn.abacus.util.Seq
-
- collapse(Try.BiPredicate<? super T, ? super T, E>, Supplier<? extends C>) - Method in class com.landawn.abacus.util.Seq
-
- 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.
- 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
-
Merge series of adjacent elements which satisfy the given predicate using
the merger function and return a new stream.
- collapse(ShortBiPredicate, ShortBiFunction<Short>) - Method in class com.landawn.abacus.util.stream.ShortStream
-
- collapse(BiPredicate<? super T, ? super T>) - Method in class com.landawn.abacus.util.stream.Stream
-
- collapse(BiPredicate<? super T, ? super T>, Supplier<? extends C>) - Method in class com.landawn.abacus.util.stream.Stream
-
- 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>, R, BiFunction<R, ? super T, R>) - Method in class com.landawn.abacus.util.stream.Stream
-
- collapse(BiPredicate<? super T, ? super T>, Supplier<R>, BiConsumer<? super R, ? super T>) - Method in class com.landawn.abacus.util.stream.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>) - Method in class com.landawn.abacus.util.stream.EntryStream
-
- collapseByKey(BiPredicate<? super K, ? super K>, Collector<? super 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<? super R, ? super T, E>) - Method in class com.landawn.abacus.util.Seq
-
- collect(Supplier<A>, Try.BiConsumer<? super A, ? super T, E>, Try.Function<A, R, E2>) - 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<? super R>, BiConsumer<R, R>) - Method in class com.landawn.abacus.util.stream.ByteStream
-
- collect(Supplier<R>, ObjByteConsumer<? super R>) - Method in class com.landawn.abacus.util.stream.ByteStream
-
- collect(Supplier<R>, ObjCharConsumer<? super R>, BiConsumer<R, R>) - Method in class com.landawn.abacus.util.stream.CharStream
-
- collect(Supplier<R>, ObjCharConsumer<? super R>) - Method in class com.landawn.abacus.util.stream.CharStream
-
- collect(Supplier<R>, ObjDoubleConsumer<? super R>, BiConsumer<R, R>) - Method in class com.landawn.abacus.util.stream.DoubleStream
-
- collect(Supplier<R>, ObjDoubleConsumer<? super R>) - Method in class com.landawn.abacus.util.stream.DoubleStream
-
- collect(Supplier<R>, BiConsumer<? super R, ? super Map.Entry<K, V>>, BiConsumer<R, R>) - Method in class com.landawn.abacus.util.stream.EntryStream
-
- collect(Supplier<R>, BiConsumer<? super 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<? super R>, BiConsumer<R, R>) - Method in class com.landawn.abacus.util.stream.FloatStream
-
- collect(Supplier<R>, ObjFloatConsumer<? super R>) - Method in class com.landawn.abacus.util.stream.FloatStream
-
- collect(Supplier<R>, ObjIntConsumer<? super R>, BiConsumer<R, R>) - Method in class com.landawn.abacus.util.stream.IntStream
-
- collect(Supplier<R>, ObjIntConsumer<? super R>) - Method in class com.landawn.abacus.util.stream.IntStream
-
- collect(Supplier<R>, ObjLongConsumer<? super R>, BiConsumer<R, R>) - Method in class com.landawn.abacus.util.stream.LongStream
-
- collect(Supplier<R>, ObjLongConsumer<? super R>) - Method in class com.landawn.abacus.util.stream.LongStream
-
- collect(Supplier<R>, ObjShortConsumer<? super R>, BiConsumer<R, R>) - Method in class com.landawn.abacus.util.stream.ShortStream
-
- collect(Supplier<R>, ObjShortConsumer<? super R>) - Method in class com.landawn.abacus.util.stream.ShortStream
-
- collect(Supplier<R>, BiConsumer<? super R, ? super T>, BiConsumer<R, R>) - Method in class com.landawn.abacus.util.stream.Stream
-
- collect(Supplier<R>, BiConsumer<? super R, ? super T>) - Method in class com.landawn.abacus.util.stream.Stream
-
- collect(Collector<? super T, A, R>) - Method in class com.landawn.abacus.util.stream.Stream
-
- collect(Collector<? super T, A, R>) - Method in class com.landawn.abacus.util.stream.Stream
-
- collectAndThen(Collector<? super Map.Entry<K, V>, A, R>, Function<? super R, RR>) - Method in class com.landawn.abacus.util.stream.EntryStream
-
- collectAndThen(Collector<? super Map.Entry<K, V>, A, R>, Function<? super R, RR>) - Method in class com.landawn.abacus.util.stream.EntryStream
-
- collectAndThen(Collector<? super T, A, R>, Function<? super R, RR>) - Method in class com.landawn.abacus.util.stream.Stream
-
- collectAndThen(Collector<? super T, A, R>, Function<? super 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
-
- collectingAndThen(Collector<T, A, R>, Function<R, RR>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- collection(String) - Method in class com.landawn.abacus.util.MongoDB
-
- collection(Class<T>, String) - Method in class com.landawn.abacus.util.MongoDB
-
- Collector<T,A,R> - Interface in com.landawn.abacus.util.stream
-
- Collectors - Class in com.landawn.abacus.util.stream
-
- Collectors.MoreCollectors - Class in com.landawn.abacus.util.stream
-
- collectThenAccept(Collector<T, A, R>, Try.Consumer<? super R, E>) - Method in class com.landawn.abacus.util.Seq
-
- collectThenApply(Collector<T, A, R>, Try.Function<? super R, ? extends RR, E>) - Method in class com.landawn.abacus.util.Seq
-
- collExecutor() - Method in class com.landawn.abacus.util.MongoCollectionMapper
-
- collExecutor(String) - Method in class com.landawn.abacus.util.MongoDB
-
- collMapper(Class<T>) - Method in class com.landawn.abacus.util.MongoDB
-
- collMapper(Class<T>, String) - Method in class com.landawn.abacus.util.MongoDB
-
- 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.
- 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.spring - package com.landawn.abacus.spring
-
- com.landawn.abacus.util.function - package com.landawn.abacus.util.function
-
- combinations() - Method in class com.landawn.abacus.util.stream.Stream
-
Stream.of(1, 2, 3).combinations().forEach(Fn.println());
// output
[]
[1]
[2]
[3]
[1, 2]
[1, 3]
[2, 3]
[1, 2, 3]
- combinations(int) - Method in class com.landawn.abacus.util.stream.Stream
-
Stream.of(1, 2, 3).combinations(2).forEach(Fn.println());
// output
[1, 2]
[1, 3]
[2, 3]
- combinations(int, boolean) - Method in class com.landawn.abacus.util.stream.Stream
-
It's same as N.cartesianProduct(N.repeat(toList(), len))
if repeat
is true
.
- combine(Future<? extends T1>, Future<? extends T2>) - Static method in class com.landawn.abacus.android.util.Futures
-
- combine(Future<? extends T1>, Future<? extends T2>, Future<? extends T3>) - Static method in class com.landawn.abacus.android.util.Futures
-
- combine(Future<? extends T1>, Future<? extends T2>, Future<? extends T3>, Future<? extends T4>) - Static method in class com.landawn.abacus.android.util.Futures
-
- combine(Future<? extends T1>, Future<? extends T2>, Future<? extends T3>, Future<? extends T4>, Future<? extends T5>) - Static method in class com.landawn.abacus.android.util.Futures
-
- combine(Future<? extends T1>, Future<? extends T2>, Future<? extends T3>, Future<? extends T4>, Future<? extends T5>, Future<? extends T6>) - Static method in class com.landawn.abacus.android.util.Futures
-
- combine(Future<? extends T1>, Future<? extends T2>, Future<? extends T3>, Future<? extends T4>, Future<? extends T5>, Future<? extends T6>, Future<? extends T7>) - Static method in class com.landawn.abacus.android.util.Futures
-
- combine(Future<? extends T1>, Future<? extends T2>, Try.BiFunction<? super T1, ? super T2, R, E>) - Static method in class com.landawn.abacus.android.util.Futures
-
- combine(Future<? extends T1>, Future<? extends T2>, Future<? extends T3>, Try.TriFunction<? super T1, ? super T2, ? super T3, R, E>) - Static method in class com.landawn.abacus.android.util.Futures
-
- combine(Collection<? extends Future<? extends T>>, Try.Function<? super List<T>, R, E>) - Static method in class com.landawn.abacus.android.util.Futures
-
- combine(DoubleSummaryStatistics) - Method in class com.landawn.abacus.util.DoubleSummaryStatistics
-
- combine(Future<? extends T1>, Future<? extends T2>) - Static method in class com.landawn.abacus.util.Futures
-
- combine(Future<? extends T1>, Future<? extends T2>, Future<? extends T3>) - Static method in class com.landawn.abacus.util.Futures
-
- combine(Future<? extends T1>, Future<? extends T2>, Future<? extends T3>, Future<? extends T4>) - Static method in class com.landawn.abacus.util.Futures
-
- combine(Future<? extends T1>, Future<? extends T2>, Future<? extends T3>, Future<? extends T4>, Future<? extends T5>) - Static method in class com.landawn.abacus.util.Futures
-
- combine(Future<? extends T1>, Future<? extends T2>, Future<? extends T3>, Future<? extends T4>, Future<? extends T5>, Future<? extends T6>) - Static method in class com.landawn.abacus.util.Futures
-
- combine(Future<? extends T1>, Future<? extends T2>, Future<? extends T3>, Future<? extends T4>, Future<? extends T5>, Future<? extends T6>, Future<? extends T7>) - Static method in class com.landawn.abacus.util.Futures
-
- combine(Future<? extends T1>, Future<? extends T2>, Try.BiFunction<? super T1, ? super T2, R, E>) - Static method in class com.landawn.abacus.util.Futures
-
- combine(Future<? extends T1>, Future<? extends T2>, Future<? extends T3>, Try.TriFunction<? super T1, ? super T2, ? super T3, R, E>) - Static method in class com.landawn.abacus.util.Futures
-
- combine(Collection<? extends Future<? extends T>>, Try.Function<List<T>, R, E>) - Static method in class com.landawn.abacus.util.Futures
-
- combine(IntSummaryStatistics) - Method in class com.landawn.abacus.util.IntSummaryStatistics
-
- combine(LongSummaryStatistics) - Method in class com.landawn.abacus.util.LongSummaryStatistics
-
- combine(Collector<? super T, A1, R1>, Collector<? super T, A2, R2>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- combine(Collector<? super T, A1, R1>, Collector<? super T, A2, R2>, BiFunction<? super R1, ? super R2, R>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- combine(Collector<? super T, A1, R1>, Collector<? super T, A2, R2>, Collector<? super T, A3, R3>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- combine(Collector<? super T, A1, R1>, Collector<? super T, A2, R2>, Collector<? super T, A3, R3>, TriFunction<? super R1, ? super R2, ? super R3, R>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- combine(Collector<? super T, A1, R1>, Collector<? super T, A2, R2>, Collector<? super T, A3, R3>, Collector<? super T, A4, R4>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- combine(Collector<? super T, A1, R1>, Collector<? super T, A2, R2>, Collector<? super T, A3, R3>, Collector<? super T, A4, R4>, Collector<? super T, A5, R5>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- combine(List<? extends Collector<? super T, ?, ?>>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- combine(Collector<? super T, A1, R1>, Collector<? super T, A2, R2>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- combine(Collector<? super T, A1, R1>, Collector<? super T, A2, R2>, BiFunction<? super R1, ? super R2, R>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- combine(Collector<? super T, A1, R1>, Collector<? super T, A2, R2>, Collector<? super T, A3, R3>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- combine(Collector<? super T, A1, R1>, Collector<? super T, A2, R2>, Collector<? super T, A3, R3>, TriFunction<? super R1, ? super R2, ? super R3, R>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- combine(Collector<? super T, A1, R1>, Collector<? super T, A2, R2>, Collector<? super T, A3, R3>, Collector<? super T, A4, R4>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- combine(Collector<? super T, A1, R1>, Collector<? super T, A2, R2>, Collector<? super T, A3, R3>, Collector<? super T, A4, R4>, Collector<? super T, A5, R5>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- combine(Collection<? extends Collector<? super T, ?, ?>>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- combineColumns(Collection<String>, String, Class<?>) - Method in interface com.landawn.abacus.DataSet
-
- combineColumns(Collection<String>, String, Try.Function<? super Object[], ?, E>) - Method in interface com.landawn.abacus.DataSet
-
- combineColumns(Tuple.Tuple2<String, String>, String, Try.BiFunction<?, ?, ?, E>) - Method in interface com.landawn.abacus.DataSet
-
- combineColumns(Tuple.Tuple3<String, String, String>, String, Try.TriFunction<?, ?, ?, ?, E>) - Method in interface com.landawn.abacus.DataSet
-
- combineColumns(Try.Predicate<String, E>, String, Class<?>) - Method in interface com.landawn.abacus.DataSet
-
- combineColumns(Try.Predicate<String, E>, String, Try.Function<? super Object[], ?, E2>) - Method in interface com.landawn.abacus.DataSet
-
- combineColumns(Collection<String>, String, Class<?>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
-
- combineColumns(Collection<String>, String, Try.Function<? super Object[], ?, E>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
-
- combineColumns(Tuple.Tuple2<String, String>, String, Try.BiFunction<?, ?, ?, E>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
-
- combineColumns(Tuple.Tuple3<String, String, String>, String, Try.TriFunction<?, ?, ?, ?, E>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
-
- combineColumns(Try.Predicate<String, E>, String, Class<?>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
-
- combineColumns(Try.Predicate<String, E>, String, Try.Function<? super Object[], ?, E2>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
-
- combineOrdered(HashCode, HashCode) - Static method in class com.landawn.abacus.hash.Hashing
-
- combineOrdered(HashCode, HashCode, HashCode) - Static method in class com.landawn.abacus.hash.Hashing
-
- 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
-
- combineUnordered(HashCode, HashCode) - Static method in class com.landawn.abacus.hash.Hashing
-
- combineUnordered(HashCode, HashCode, HashCode) - Static method in class com.landawn.abacus.hash.Hashing
-
- 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.JdbcUtil.SimpleTransaction
-
- commit() - Method in class com.landawn.abacus.util.SQLTransaction
-
- commonPrefix() - Static method in class com.landawn.abacus.util.stream.Collectors
-
It's copied from StreamEx: https://github.com/amaembo/streamex under Apache License v2 and may be modified.
- commonPrefix(String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
Note: copy rights: Google Guava.
- commonPrefix(String...) - Static method in class com.landawn.abacus.util.StringUtil
-
- commonSet(Collection<? extends T>, Collection<?>) - Static method in class com.landawn.abacus.util.Iterables
-
- commonSet(Collection<? extends Collection<? extends T>>) - Static method in class com.landawn.abacus.util.Iterables
-
- commonSuffix() - Static method in class com.landawn.abacus.util.stream.Collectors
-
It's copied from StreamEx: https://github.com/amaembo/streamex under Apache License v2 and may be modified.
- commonSuffix(String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
Note: copy rights: Google Guava.
- commonSuffix(String...) - Static method in class com.landawn.abacus.util.StringUtil
-
- comparator() - Method in class com.landawn.abacus.util.ImmutableSortedMap
-
- comparator() - Method in class com.landawn.abacus.util.ImmutableSortedSet
-
- Comparators - Class in com.landawn.abacus.util
-
Factory utility class for Comparator.
- compare(T, T) - Static method in class com.landawn.abacus.util.Chain
-
Compares two comparable objects as specified by Comparable.compareTo(T)
, if the result of this comparison chain
has not already been determined.
- compare(T, T, Comparator<T>) - Static method in class com.landawn.abacus.util.Chain
-
Compares two objects using a comparator, if the result of this
comparison chain has not already been determined.
- compare(T, T, Try.BiFunction<? super T, ? super T, Integer, E>) - Static method in class com.landawn.abacus.util.Chain
-
- compare(char, char) - Static method in class com.landawn.abacus.util.Chain
-
Compares two
char
values as specified by
N.compare(boolean, boolean)
,
if the result of this comparison chain has not already been
determined.
- compare(byte, byte) - Static method in class com.landawn.abacus.util.Chain
-
Compares two
byte
values as specified by
N.compare(boolean, boolean)
,
if the result of this comparison chain has not already been
determined.
- compare(short, short) - Static method in class com.landawn.abacus.util.Chain
-
Compares two
short
values as specified by
N.compare(boolean, boolean)
,
if the result of this comparison chain has not already been
determined.
- compare(int, int) - Static method in class com.landawn.abacus.util.Chain
-
Compares two
int
values as specified by
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(T, T, Try.BiFunction<? super T, ? super T, Integer, E>) - Method in class com.landawn.abacus.util.Chain.ComparisonChain
-
- compare(char, char) - Method in class com.landawn.abacus.util.Chain.ComparisonChain
-
Compares two
char
values as specified by
N.compare(boolean, boolean)
,
if the result of this comparison chain has not already been
determined.
- compare(byte, byte) - Method in class com.landawn.abacus.util.Chain.ComparisonChain
-
Compares two
byte
values as specified by
N.compare(boolean, boolean)
,
if the result of this comparison chain has not already been
determined.
- compare(short, short) - Method in class com.landawn.abacus.util.Chain.ComparisonChain
-
Compares two
short
values as specified by
N.compare(boolean, boolean)
,
if the result of this comparison chain has not already been
determined.
- compare(int, int) - Method in class com.landawn.abacus.util.Chain.ComparisonChain
-
Compares two
int
values as specified by
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() - Static method in class com.landawn.abacus.util.Fn
-
- compare(Comparator<? super T>) - Static method in class com.landawn.abacus.util.Fn
-
- 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(T1, T1, T2, T2, T3, T3, T4, T4, T5, T5, T6, T6) - 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), (a6, b6)
until they're not equal.
- compare(T1, T1, T2, T2, T3, T3, T4, T4, T5, T5, T6, T6, T7, T7) - 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), (a6, b6), (a7, b7)
until they're not equal.
- compare(boolean[], boolean[]) - Static method in class com.landawn.abacus.util.N
-
- compare(boolean[], int, boolean[], int, int) - Static method in class com.landawn.abacus.util.N
-
- compare(char[], char[]) - Static method in class com.landawn.abacus.util.N
-
- compare(char[], int, char[], int, int) - Static method in class com.landawn.abacus.util.N
-
- compare(byte[], byte[]) - Static method in class com.landawn.abacus.util.N
-
- compare(byte[], int, byte[], int, int) - Static method in class com.landawn.abacus.util.N
-
- compare(short[], short[]) - Static method in class com.landawn.abacus.util.N
-
- compare(short[], int, short[], int, int) - Static method in class com.landawn.abacus.util.N
-
- compare(int[], int[]) - Static method in class com.landawn.abacus.util.N
-
- compare(int[], int, int[], int, int) - Static method in class com.landawn.abacus.util.N
-
- compare(long[], long[]) - Static method in class com.landawn.abacus.util.N
-
- compare(long[], int, long[], int, int) - Static method in class com.landawn.abacus.util.N
-
- compare(float[], float[]) - Static method in class com.landawn.abacus.util.N
-
- compare(float[], int, float[], int, int) - Static method in class com.landawn.abacus.util.N
-
- compare(double[], double[]) - Static method in class com.landawn.abacus.util.N
-
- compare(double[], int, double[], int, int) - Static method in class com.landawn.abacus.util.N
-
- compare(T[], T[]) - Static method in class com.landawn.abacus.util.N
-
- compare(T[], int, T[], int, int) - 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(T[], int, T[], int, int, 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
-
- compare(Collection<T>, int, Collection<T>, int, int, 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
-
- compareTo(T) - Static method in class com.landawn.abacus.util.Fn
-
- compareTo(T, Comparator<? super T>) - Static method in class com.landawn.abacus.util.Fn
-
- compareTo(Fraction) - Method in class com.landawn.abacus.util.Fraction
-
Compares this object to another based on size.
- compareTo(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(T) - Method in class com.landawn.abacus.util.Range
-
Checks where the specified element occurs relative to this range.
- compareTo(u.OptionalBoolean) - Method in class com.landawn.abacus.util.u.OptionalBoolean
-
- compareTo(u.OptionalByte) - Method in class com.landawn.abacus.util.u.OptionalByte
-
- compareTo(u.OptionalChar) - Method in class com.landawn.abacus.util.u.OptionalChar
-
- compareTo(u.OptionalDouble) - Method in class com.landawn.abacus.util.u.OptionalDouble
-
- compareTo(u.OptionalFloat) - Method in class com.landawn.abacus.util.u.OptionalFloat
-
- compareTo(u.OptionalInt) - Method in class com.landawn.abacus.util.u.OptionalInt
-
- compareTo(u.OptionalLong) - Method in class com.landawn.abacus.util.u.OptionalLong
-
- compareTo(u.OptionalShort) - Method in class com.landawn.abacus.util.u.OptionalShort
-
- compareTrueLess(boolean, boolean) - Static method in class com.landawn.abacus.util.Chain
-
Compares two boolean
values, considering true
to be less
than false
, if the result of this comparison chain has not
already been determined.
- compareTrueLess(boolean, boolean) - Method in class com.landawn.abacus.util.Chain.ComparisonChain
-
Compares two boolean
values, considering true
to be less
than false
, if the result of this comparison chain has not
already been determined.
- 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
-
- complete(BlockingQueue<?>) - Static method in class com.landawn.abacus.util.Observer
-
- completed(T) - Static method in class com.landawn.abacus.android.util.ContinuableFuture
-
- completed(T) - Static method in class com.landawn.abacus.util.ContinuableFuture
-
- compose(Future<T1>, Future<T2>, Try.BiFunction<? super Future<T1>, ? super Future<T2>, R, Exception>) - Static method in class com.landawn.abacus.android.util.Futures
-
- compose(Future<T1>, Future<T2>, Try.BiFunction<? super Future<T1>, ? super Future<T2>, R, Exception>, Try.Function<? super Tuple.Tuple4<Future<T1>, Future<T2>, Long, TimeUnit>, R, Exception>) - Static method in class com.landawn.abacus.android.util.Futures
-
- compose(Future<T1>, Future<T2>, Future<T3>, Try.TriFunction<? super Future<T1>, ? super Future<T2>, ? super Future<T3>, R, Exception>) - Static method in class com.landawn.abacus.android.util.Futures
-
- compose(Future<T1>, Future<T2>, Future<T3>, Try.TriFunction<? super Future<T1>, ? super Future<T2>, ? super Future<T3>, R, Exception>, Try.Function<? super Tuple.Tuple5<Future<T1>, Future<T2>, Future<T3>, Long, TimeUnit>, R, Exception>) - Static method in class com.landawn.abacus.android.util.Futures
-
- compose(FC, Try.Function<? super FC, R, Exception>) - Static method in class com.landawn.abacus.android.util.Futures
-
- compose(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
-
- 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(DoubleUnaryOperator) - Method in interface com.landawn.abacus.util.function.DoubleUnaryOperator
-
- compose(FloatUnaryOperator) - Method in interface com.landawn.abacus.util.function.FloatUnaryOperator
-
- compose(Function<? super V, ? extends T>) - Method in interface com.landawn.abacus.util.function.Function
-
- compose(IndexedFunction<? super V, ? extends T>) - Method in interface com.landawn.abacus.util.function.IndexedFunction
-
- compose(IntUnaryOperator) - Method in interface com.landawn.abacus.util.function.IntUnaryOperator
-
- compose(LongUnaryOperator) - Method in interface com.landawn.abacus.util.function.LongUnaryOperator
-
- compose(ShortUnaryOperator) - Method in interface com.landawn.abacus.util.function.ShortUnaryOperator
-
- compose(Future<T1>, Future<T2>, Try.BiFunction<? super Future<T1>, ? super Future<T2>, R, Exception>) - Static method in class com.landawn.abacus.util.Futures
-
- compose(Future<T1>, Future<T2>, Try.BiFunction<? super Future<T1>, ? super Future<T2>, R, Exception>, Try.Function<? super Tuple.Tuple4<Future<T1>, Future<T2>, Long, TimeUnit>, R, Exception>) - Static method in class com.landawn.abacus.util.Futures
-
- compose(Future<T1>, Future<T2>, Future<T3>, Try.TriFunction<? super Future<T1>, ? super Future<T2>, ? super Future<T3>, R, Exception>) - Static method in class com.landawn.abacus.util.Futures
-
- compose(Future<T1>, Future<T2>, Future<T3>, Try.TriFunction<? super Future<T1>, ? super Future<T2>, ? super Future<T3>, R, Exception>, Try.Function<? super Tuple.Tuple5<Future<T1>, Future<T2>, Future<T3>, Long, TimeUnit>, R, Exception>) - Static method in class com.landawn.abacus.util.Futures
-
- compose(FC, Try.Function<? super FC, R, Exception>) - Static method in class com.landawn.abacus.util.Futures
-
- compose(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
-
- compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class com.landawn.abacus.util.ImmutableMap
-
- 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(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
-
- 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(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
-
- 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(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(boolean[][], boolean[][]) - Static method in class com.landawn.abacus.util.Array
-
- concat(boolean[][][], boolean[][][]) - Static method in class com.landawn.abacus.util.Array
-
- concat(char[][], char[][]) - Static method in class com.landawn.abacus.util.Array
-
- concat(char[][][], char[][][]) - Static method in class com.landawn.abacus.util.Array
-
- concat(byte[][], byte[][]) - Static method in class com.landawn.abacus.util.Array
-
- concat(byte[][][], byte[][][]) - Static method in class com.landawn.abacus.util.Array
-
- concat(short[][], short[][]) - Static method in class com.landawn.abacus.util.Array
-
- concat(short[][][], short[][][]) - Static method in class com.landawn.abacus.util.Array
-
- concat(int[][], int[][]) - Static method in class com.landawn.abacus.util.Array
-
- concat(int[][][], int[][][]) - Static method in class com.landawn.abacus.util.Array
-
- concat(long[][], long[][]) - Static method in class com.landawn.abacus.util.Array
-
- concat(long[][][], long[][][]) - Static method in class com.landawn.abacus.util.Array
-
- concat(float[][], float[][]) - Static method in class com.landawn.abacus.util.Array
-
- concat(float[][][], float[][][]) - Static method in class com.landawn.abacus.util.Array
-
- concat(double[][], double[][]) - Static method in class com.landawn.abacus.util.Array
-
- concat(double[][][], double[][][]) - Static method in class com.landawn.abacus.util.Array
-
- concat(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(BiIterator<A, B>...) - Static method in class com.landawn.abacus.util.Iterators
-
- concat(TriIterator<A, B, C>...) - Static method in class com.landawn.abacus.util.Iterators
-
- concat(Map<? extends K, ? extends E>, Map<? extends K, ? extends E>) - Static method in class com.landawn.abacus.util.ListMultimap
-
- concat(Map<? extends K, ? extends E>, Map<? extends K, ? extends E>, Map<? extends K, ? extends E>) - Static method in class com.landawn.abacus.util.ListMultimap
-
- concat(Map<? extends K, ? extends E>, Map<? extends K, ? extends E>, IntFunction<? extends M>) - Static method in class com.landawn.abacus.util.ListMultimap
-
Deprecated.
- concat(Map<? extends K, ? extends E>, Map<? extends K, ? extends E>, Map<? extends K, ? extends E>, IntFunction<? extends M>) - Static method in class com.landawn.abacus.util.ListMultimap
-
Deprecated.
- concat(Map<? extends K, ? extends E>, Map<? extends K, ? extends E>, IntFunction<? extends M>) - Static method in class com.landawn.abacus.util.Multimap
-
- concat(Map<? extends K, ? extends E>, Map<? extends K, ? extends E>, Map<? extends K, ? extends E>, IntFunction<? extends M>) - Static method in class com.landawn.abacus.util.Multimap
-
- concat(boolean[], boolean[]) - Static method in class com.landawn.abacus.util.N
-
- concat(boolean[]...) - Static method in class com.landawn.abacus.util.N
-
- concat(char[], char[]) - Static method in class com.landawn.abacus.util.N
-
- concat(char[]...) - Static method in class com.landawn.abacus.util.N
-
- concat(byte[], byte[]) - Static method in class com.landawn.abacus.util.N
-
- concat(byte[]...) - Static method in class com.landawn.abacus.util.N
-
- concat(short[], short[]) - Static method in class com.landawn.abacus.util.N
-
- concat(short[]...) - Static method in class com.landawn.abacus.util.N
-
- concat(int[], int[]) - Static method in class com.landawn.abacus.util.N
-
- concat(int[]...) - Static method in class com.landawn.abacus.util.N
-
- concat(long[], long[]) - Static method in class com.landawn.abacus.util.N
-
- concat(long[]...) - Static method in class com.landawn.abacus.util.N
-
- concat(float[], float[]) - Static method in class com.landawn.abacus.util.N
-
- concat(float[]...) - Static method in class com.landawn.abacus.util.N
-
- concat(double[], double[]) - Static method in class com.landawn.abacus.util.N
-
- concat(double[]...) - Static method in class com.landawn.abacus.util.N
-
- concat(T[], T[]) - Static method in class com.landawn.abacus.util.N
-
- concat(T[]...) - Static method in class com.landawn.abacus.util.N
-
- concat(Collection<? extends T>, Collection<? extends T>) - Static method in class com.landawn.abacus.util.N
-
- concat(Collection<? extends T>...) - Static method in class com.landawn.abacus.util.N
-
- concat(Collection<? extends Collection<? extends T>>) - Static method in class com.landawn.abacus.util.N
-
- concat(Collection<? extends Collection<? extends T>>, IntFunction<? extends C>) - Static method in class com.landawn.abacus.util.N
-
- concat(Iterator<? extends T>, Iterator<? extends T>) - Static method in class com.landawn.abacus.util.N
-
- concat(Iterator<? extends T>...) - Static method in class com.landawn.abacus.util.N
-
- concat(Map<? extends K, ? extends E>, Map<? extends K, ? extends E>) - Static method in class com.landawn.abacus.util.SetMultimap
-
- concat(Map<? extends K, ? extends E>, Map<? extends K, ? extends E>, Map<? extends K, ? extends E>) - Static method in class com.landawn.abacus.util.SetMultimap
-
- concat(Map<? extends K, ? extends E>, Map<? extends K, ? extends E>, IntFunction<? extends M>) - Static method in class com.landawn.abacus.util.SetMultimap
-
Deprecated.
- concat(Map<? extends K, ? extends E>, Map<? extends K, ? extends E>, Map<? extends K, ? extends E>, IntFunction<? extends M>) - Static method in class com.landawn.abacus.util.SetMultimap
-
Deprecated.
- concat(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
-
- concat(String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
Returns a + b
- concat(String, String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
- concat(String, String, String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
- concat(String, String, String, String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
- concat(String, String, String, String, String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
- concat(String, String, String, String, String, String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
- concat(String, String, String, String, String, String, String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
- concat(String, String, String, String, String, String, String, String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
- concat(String...) - Static method in class com.landawn.abacus.util.StringUtil
-
- concat(Object, Object) - Static method in class com.landawn.abacus.util.StringUtil
-
Returns N.toString(a) + N.toString(b)
.
- concat(Object, Object, Object) - Static method in class com.landawn.abacus.util.StringUtil
-
- concat(Object, Object, Object, Object) - Static method in class com.landawn.abacus.util.StringUtil
-
- concat(Object, Object, Object, Object, Object) - Static method in class com.landawn.abacus.util.StringUtil
-
- concat(Object, Object, Object, Object, Object, Object) - Static method in class com.landawn.abacus.util.StringUtil
-
- concat(Object, Object, Object, Object, Object, Object, Object) - Static method in class com.landawn.abacus.util.StringUtil
-
Returns N.toString(a) + N.toString(b) + N.toString(c) + N.toString(d) + N.toString(e) + N.toString(f) + N.toString(g)
.
- concat(Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class com.landawn.abacus.util.StringUtil
-
Returns N.toString(a) + N.toString(b) + N.toString(c) + N.toString(d) + N.toString(e) + N.toString(f) + N.toString(g) + N.toString(h)
.
- concat(Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class com.landawn.abacus.util.StringUtil
-
Returns N.toString(a) + N.toString(b) + N.toString(c) + N.toString(d) + N.toString(e) + N.toString(f) + N.toString(g) + N.toString(h) + N.toString(i)
.
- concatenating(HashFunction, HashFunction) - Static method in class com.landawn.abacus.hash.Hashing
-
- concatenating(HashFunction, HashFunction, HashFunction) - Static method in class com.landawn.abacus.hash.Hashing
-
- 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(T[][], T[][]) - Static method in class com.landawn.abacus.util.Array
-
- concatt(T[][][], T[][][]) - Static method in class com.landawn.abacus.util.Array
-
- concatt(Collection<? extends Collection<? extends T>>) - Static method in class com.landawn.abacus.util.Iterators
-
- concatt(Collection<? extends Iterator<? extends T>>) - Static method in class com.landawn.abacus.util.N
-
- concatt(Collection<? extends Iterator<? extends T>>) - Static method in class com.landawn.abacus.util.stream.Stream
-
- concurrentDistinct() - Static method in class com.landawn.abacus.util.Fn.Predicates
-
- concurrentDistinctBy(Function<? super T, ?>) - Static method in class com.landawn.abacus.util.Fn.Predicates
-
- 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 - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Connection
header field name.
- connection() - Method in class com.landawn.abacus.util.HBaseExecutor
-
- connection() - Method in class com.landawn.abacus.util.JdbcUtil.SimpleTransaction
-
- connection() - Method in class com.landawn.abacus.util.SQLTransaction
-
DO NOT CLOSE the connection manually.
- 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(String) - Static method in class com.landawn.abacus.util.Fn
-
- 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(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
-
- contains(String, int) - Static method in class com.landawn.abacus.util.StringUtil
-
- contains(String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
- contains(String, String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
- 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
-
- containsAllColumns(Collection<String>) - Method in interface com.landawn.abacus.DataSet
-
Check if this DataSet
contains all the specified columns.
- 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(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
-
- containsAny(String, char...) - Static method in class com.landawn.abacus.util.StringUtil
-
- containsColumn(String) - Method in interface com.landawn.abacus.DataSet
-
- containsColumn(Object) - Method in class com.landawn.abacus.util.Sheet
-
- containsIgnoreCase(String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
- containsKey(K) - Method in class com.landawn.abacus.cache.CaffeineCache
-
- containsKey(K) - Method in class com.landawn.abacus.cache.Ehcache
-
- containsKey(K) - Method in class com.landawn.abacus.cache.LocalCache
-
- containsKey(String) - Method in interface com.landawn.abacus.EntityId
-
- 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.StringUtil
-
- containsOnly(String, char...) - Static method in class com.landawn.abacus.util.StringUtil
-
- containsRange(Range<T>) - Method in class com.landawn.abacus.util.Range
-
Checks whether this range contains all the elements of the specified range.
- containsRow(Object) - Method in class com.landawn.abacus.util.Sheet
-
- 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.StringUtil
-
- CONTENT_DISPOSITION - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Content-Disposition
header field name.
- CONTENT_ENCODING - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Content-Encoding
header field name.
- CONTENT_LANGUAGE - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Content-Language
header field name.
- CONTENT_LENGTH - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Content-Length
header field name.
- CONTENT_LOCATION - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Content-Location
header field name.
- CONTENT_MD5 - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Content-MD5
header field name.
- CONTENT_RANGE - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Content-Range
header field name.
- CONTENT_SECURITY_POLICY - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
- CONTENT_SECURITY_POLICY_REPORT_ONLY - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
- CONTENT_TYPE - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Content-Type
header field name.
- ContentFormat - Enum in com.landawn.abacus.http
-
- context() - Static method in class com.landawn.abacus.android.util.Fu
-
- ContinuableFuture<T> - Class in com.landawn.abacus.android.util
-
TP
-> Thread Pool
- ContinuableFuture<T> - Class in com.landawn.abacus.util
-
- convert(BiFunction<? super T, ? super U, ?>) - Static method in class com.landawn.abacus.util.Fn.BiConsumers
-
Returns a BiConsumer
which calls the specified func
.
- convert(BiConsumer<? super T, ? super U>) - Static method in class com.landawn.abacus.util.Fn.BiFunctions
-
- convert(Function<? super T, ?>) - Static method in class com.landawn.abacus.util.Fn.Consumers
-
Returns a Consumer
which calls the specified func
.
- convert(Consumer<? super T>) - Static method in class com.landawn.abacus.util.Fn.Functions
-
- convert(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
.
- convert(TriConsumer<? super A, ? super B, ? super C>) - Static method in class com.landawn.abacus.util.Fn.TriFunctions
-
- convert(Object, Class<? extends T>) - Static method in class com.landawn.abacus.util.N
-
Try to convert the specified obj
to the specified
targetClass
.
- convert(Object, Type<? extends T>) - Static method in class com.landawn.abacus.util.N
-
- convert(String) - Method in enum com.landawn.abacus.util.NamingPolicy
-
- convert(Try.BiFunction<T, U, R, E>) - Static method in interface com.landawn.abacus.util.Try.BiConsumer
-
- convert(Try.BiConsumer<T, U, E>) - Static method in interface com.landawn.abacus.util.Try.BiFunction
-
- convert(Try.Function<T, R, E>) - Static method in interface com.landawn.abacus.util.Try.Consumer
-
- convert(Try.Consumer<T, E>) - Static method in interface com.landawn.abacus.util.Try.Function
-
- convert(Try.TriFunction<A, B, C, R, E>) - Static method in interface com.landawn.abacus.util.Try.TriConsumer
-
- convert(Try.TriConsumer<A, B, C, E>) - Static method in interface com.landawn.abacus.util.Try.TriFunction
-
- convertColumn(String, Class<?>) - Method in interface com.landawn.abacus.DataSet
-
Convert the specified column to target type.
- convertColumn(String, Class<?>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
-
- convertColumns(Map<String, Class<?>>) - Method in interface com.landawn.abacus.DataSet
-
Convert the specified columns to target types.
- convertColumns(Map<String, Class<?>>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
-
- COOKIE - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Cookie
header field name.
- 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.http.HttpHeaders
-
- copy() - Method in class com.landawn.abacus.http.HttpSettings
-
- 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() - 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<? extends T>, Object) - Static method in class com.landawn.abacus.util.N
-
- copy(Class<? extends 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<? extends 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(Class<T[]>, Object[]) - 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[][][]) - 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(Map<String, Object>) - Static method in class com.landawn.abacus.http.HttpHeaders
-
- copyOf(Map<? extends K, ? extends V>) - Static method in class com.landawn.abacus.util.BiMap
-
- copyOf(boolean[]) - Static method in class com.landawn.abacus.util.BooleanList
-
- copyOf(boolean[], int, int) - Static method in class com.landawn.abacus.util.BooleanList
-
- copyOf(byte[]) - Static method in class com.landawn.abacus.util.ByteList
-
- copyOf(byte[], int, int) - Static method in class com.landawn.abacus.util.ByteList
-
- copyOf(char[]) - Static method in class com.landawn.abacus.util.CharList
-
- copyOf(char[], int, int) - Static method in class com.landawn.abacus.util.CharList
-
- copyOf(double[]) - Static method in class com.landawn.abacus.util.DoubleList
-
- copyOf(double[], int, int) - Static method in class com.landawn.abacus.util.DoubleList
-
- copyOf(float[]) - Static method in class com.landawn.abacus.util.FloatList
-
- copyOf(float[], int, int) - Static method in class com.landawn.abacus.util.FloatList
-
- 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(int[]) - Static method in class com.landawn.abacus.util.IntList
-
- copyOf(int[], int, int) - Static method in class com.landawn.abacus.util.IntList
-
- copyOf(long[]) - Static method in class com.landawn.abacus.util.LongList
-
- copyOf(long[], int, int) - Static method in class com.landawn.abacus.util.LongList
-
- 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(short[]) - Static method in class com.landawn.abacus.util.ShortList
-
- copyOf(short[], int, int) - Static method in class com.landawn.abacus.util.ShortList
-
- 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() - Method in class com.landawn.abacus.util.MongoCollectionMapper
-
- count(Bson) - Method in class com.landawn.abacus.util.MongoCollectionMapper
-
- count(Bson, CountOptions) - Method in class com.landawn.abacus.util.MongoCollectionMapper
-
- 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
-
- 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
-
- countBy(Function<? super T, ? extends K>) - Method in class com.landawn.abacus.util.stream.Stream
-
- countByToEntry(Function<? super T, ? extends K>) - Method in class com.landawn.abacus.util.stream.Stream
-
- countEntitiesOfType(Class<?>) - Method in class com.landawn.abacus.util.Neo4jExecutor
-
- counting() - Static method in class com.landawn.abacus.util.stream.Collectors
-
- countingInt() - Static method in class com.landawn.abacus.util.stream.Collectors
-
- countMatches(String, char) - Static method in class com.landawn.abacus.util.StringUtil
-
- countMatches(String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
- cp(CharPredicate) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- 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(String) - Static method in class com.landawn.abacus.http.HttpClient
-
- create(String, int) - Static method in class com.landawn.abacus.http.HttpClient
-
- create(String, long, long) - Static method in class com.landawn.abacus.http.HttpClient
-
- create(String, int, long, long) - Static method in class com.landawn.abacus.http.HttpClient
-
- create(String, int, long, long, HttpSettings) - Static method in class com.landawn.abacus.http.HttpClient
-
- create(String, int, long, long, HttpSettings, AtomicInteger) - Static method in class com.landawn.abacus.http.HttpClient
-
- create() - Static method in class com.landawn.abacus.http.HttpHeaders
-
- create(HttpClient) - Static method in class com.landawn.abacus.http.HttpRequest
-
- create() - Static method in class com.landawn.abacus.http.HttpSettings
-
- create(OkHttpClient) - Static method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
- 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, long, long) - 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, HttpSettings) - Static method in class com.landawn.abacus.http.OKHttpClient
-
- create(String, int, long, long, HttpSettings, 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, HttpSettings) - Static method in class com.landawn.abacus.http.OKHttpClient
-
- create(OkHttpClient, String, int, HttpSettings, AtomicInteger) - Static method in class com.landawn.abacus.http.OKHttpClient
-
- create(OKHttpClient) - Static method in class com.landawn.abacus.http.OKHttpRequest
-
- 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() - Static method in class com.landawn.abacus.util.DynamicSQLBuilder
-
- 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
-
- 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.StringUtil
-
Convert a String
to a BigDecimal
.
- createBigInteger(String) - Static method in class com.landawn.abacus.util.StringUtil
-
Convert a String
to a BigInteger
; since 3.2 it
handles hex (0x or #) and octal (0) notations.
- createBiRecordGetterByTargetClass(Class<? extends T>) - Static method in class com.landawn.abacus.util.JdbcUtil
-
- createCalendar(Calendar) - Static method in class com.landawn.abacus.util.DateUtil
-
- createCalendar(Date) - Static method in class com.landawn.abacus.util.DateUtil
-
- createCalendar(long) - Static method in class com.landawn.abacus.util.DateUtil
-
- createCalendar(long, TimeZone) - Static method in class com.landawn.abacus.util.DateUtil
-
- 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
-
- createDate(Calendar) - Static method in class com.landawn.abacus.util.DateUtil
-
- createDate(Date) - Static method in class com.landawn.abacus.util.DateUtil
-
- createDate(long) - Static method in class com.landawn.abacus.util.DateUtil
-
- createDouble(String) - Static method in class com.landawn.abacus.util.StringUtil
-
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.StringUtil
-
Convert a String
to a Float
.
- createGregorianCalendar(Calendar) - Static method in class com.landawn.abacus.util.DateUtil
-
- createGregorianCalendar(Date) - Static method in class com.landawn.abacus.util.DateUtil
-
- createGregorianCalendar(long) - Static method in class com.landawn.abacus.util.DateUtil
-
- createGregorianCalendar(long, TimeZone) - Static method in class com.landawn.abacus.util.DateUtil
-
- createGsonParser() - Static method in class com.landawn.abacus.parser.ParserFactory
-
- createIfNotExists(File) - Static method in class com.landawn.abacus.util.IOUtil
-
- createInteger(String) - Static method in class com.landawn.abacus.util.StringUtil
-
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
-
- createJUDate(Calendar) - Static method in class com.landawn.abacus.util.DateUtil
-
- createJUDate(Date) - Static method in class com.landawn.abacus.util.DateUtil
-
- createJUDate(long) - Static method in class com.landawn.abacus.util.DateUtil
-
- 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.StringUtil
-
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.StringUtil
-
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.
- createTime(Calendar) - Static method in class com.landawn.abacus.util.DateUtil
-
- createTime(Date) - Static method in class com.landawn.abacus.util.DateUtil
-
- createTime(long) - Static method in class com.landawn.abacus.util.DateUtil
-
- createTimestamp(Calendar) - Static method in class com.landawn.abacus.util.DateUtil
-
- createTimestamp(Date) - Static method in class com.landawn.abacus.util.DateUtil
-
- createTimestamp(long) - Static method in class com.landawn.abacus.util.DateUtil
-
- 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.
- createXMLGregorianCalendar(Calendar) - Static method in class com.landawn.abacus.util.DateUtil
-
- createXMLGregorianCalendar(Date) - Static method in class com.landawn.abacus.util.DateUtil
-
- createXMLGregorianCalendar(long) - Static method in class com.landawn.abacus.util.DateUtil
-
- 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.
- 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
-
- DATA_SET - Static variable in interface com.landawn.abacus.util.SQLExecutor.ResultExtractor
-
- 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.HttpHeaders.Names
-
The HTTP Date
header field name.
- DateUtil - Class in com.landawn.abacus.util
-
- DateUtil.DateTimeUtil - Class in com.landawn.abacus.util
-
- db() - Method in class com.landawn.abacus.util.MongoDB
-
- 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.
- DBUtil - Class in com.landawn.abacus.spring
-
Integrated with Spring JDBC/Transaction.
- DBUtil(DataSource) - Constructor for class com.landawn.abacus.spring.DBUtil
-
- DBVersion - Enum in com.landawn.abacus.util
-
- dbVersion() - Method in class com.landawn.abacus.util.SQLExecutor
-
- dc(DoubleConsumer) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- 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(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(Object, Supplier<? extends M>) - Static method in class com.landawn.abacus.util.Maps
-
- deepEntity2Map(M, Object) - Static method in class com.landawn.abacus.util.Maps
-
- deepEntity2Map(M, Object, boolean) - Static method in class com.landawn.abacus.util.Maps
-
- deepEntity2Map(M, Object, Collection<String>) - Static method in class com.landawn.abacus.util.Maps
-
- deepEntity2Map(M, Object, boolean, Collection<String>) - Static method in class com.landawn.abacus.util.Maps
-
- deepEntity2Map(M, 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
-
- 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 - Static variable in interface com.landawn.abacus.util.SQLExecutor.StatementSetter
-
- 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
-
- defaultIfNull(T, T) - Static method in class com.landawn.abacus.util.N
-
- 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
-
- 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(HttpSettings) - Method in class com.landawn.abacus.http.AbstractHttpClient
-
- delete(Object) - Method in class com.landawn.abacus.http.AbstractHttpClient
-
- delete(Object, HttpSettings) - Method in class com.landawn.abacus.http.AbstractHttpClient
-
- delete(Class<T>) - Method in class com.landawn.abacus.http.AbstractHttpClient
-
- delete(Class<T>, HttpSettings) - Method in class com.landawn.abacus.http.AbstractHttpClient
-
- delete(Class<T>, Object) - Method in class com.landawn.abacus.http.AbstractHttpClient
-
- delete(Class<T>, Object, HttpSettings) - 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() - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
- delete(Class<T>) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
- 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) - Method in class com.landawn.abacus.util.MongoCollectionMapper
-
- delete(ObjectId) - Method in class com.landawn.abacus.util.MongoCollectionMapper
-
- 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(Bson, DeleteOptions) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
-
- deleteAll(Bson) - Method in class com.landawn.abacus.util.MongoCollectionMapper
-
- deleteAll(Bson, DeleteOptions) - Method in class com.landawn.abacus.util.MongoCollectionMapper
-
- 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
-
- 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
-
Deprecated.
- deleteFrom(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE
-
Deprecated.
- deleteFrom(String) - Static method in class com.landawn.abacus.util.SQLBuilder.SE2
-
Deprecated.
- deleteFrom(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE2
-
Deprecated.
- deleteFrom(String) - Static method in class com.landawn.abacus.util.SQLBuilder.SE3
-
Deprecated.
- deleteFrom(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE3
-
Deprecated.
- 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(Bson, DeleteOptions) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
-
- deleteOne(Bson) - Method in class com.landawn.abacus.util.MongoCollectionMapper
-
- deleteOne(Bson, DeleteOptions) - Method in class com.landawn.abacus.util.MongoCollectionMapper
-
- deleteRange(int, int) - Method in class com.landawn.abacus.util.BooleanList
-
- deleteRange(int, int) - Method in class com.landawn.abacus.util.ByteList
-
- deleteRange(int, int) - Method in class com.landawn.abacus.util.CharList
-
- deleteRange(int, int) - Method in class com.landawn.abacus.util.DoubleList
-
- deleteRange(int, int) - Method in class com.landawn.abacus.util.FloatList
-
- deleteRange(int, int) - Method in class com.landawn.abacus.util.IntList
-
- deleteRange(int, int) - Method in class com.landawn.abacus.util.LongList
-
- 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
.
- deleteRange(int, int) - Method in class com.landawn.abacus.util.PrimitiveList
-
- deleteRange(int, int) - Method in class com.landawn.abacus.util.ShortList
-
- deleteWhitespace(String) - Static method in class com.landawn.abacus.util.StringUtil
-
Deletes all white spaces from a String as defined by
Character.isWhitespace(char)
.
- deleteWhitespace(String[]) - Static method in class com.landawn.abacus.util.StringUtil
-
- denominator() - Method in class com.landawn.abacus.util.Fraction
-
- 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
-
- df(DoubleFunction<R>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- 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
-
- differentSet(Collection<? extends T>, Collection<?>) - Static method in class com.landawn.abacus.util.Iterables
-
- 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() - Static method in class com.landawn.abacus.util.Fn.Predicates
-
- 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(String) - Method in class com.landawn.abacus.util.MongoCollectionMapper
-
- distinct(String, Bson) - Method in class com.landawn.abacus.util.MongoCollectionMapper
-
- 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
-
- distinct(Predicate<? super Long>) - Method in class com.landawn.abacus.util.stream.EntryStream
-
- distinct(Predicate<? super Long>) - Method in class com.landawn.abacus.util.stream.Stream
-
Distinct and filter by occurrences.
- 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(Function<? super T, ?>) - Static method in class com.landawn.abacus.util.Fn.Predicates
-
- distinctBy(T[], Try.Function<? super T, ?, E>) - Static method in class com.landawn.abacus.util.N
-
Distinct by the value mapped from keyMapper
.
- distinctBy(T[], int, int, Try.Function<? super T, ?, E>) - Static method in class com.landawn.abacus.util.N
-
Distinct by the value mapped from keyMapper
.
- distinctBy(Collection<? extends T>, Try.Function<? super T, ?, E>) - Static method in class com.landawn.abacus.util.N
-
Distinct by the value mapped from keyMapper
.
- distinctBy(Collection<? extends T>, int, int, Try.Function<? super T, ?, E>) - Static method in class com.landawn.abacus.util.N
-
Distinct by the value mapped from keyMapper
.
- distinctBy(Function<? super T, ?>) - Method in class com.landawn.abacus.util.Observer
-
- distinctBy(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
-
It's copied from StreamEx: https://github.com/amaembo/streamex under Apache License v2 and may be modified.
- distinctBy(Function<? super Map.Entry<K, V>, ?>) - Method in class com.landawn.abacus.util.stream.EntryStream
-
- distinctBy(Function<? super Map.Entry<K, V>, ?>, Predicate<? super Long>) - 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 keyMapper
- distinctBy(Function<? super T, K>, Predicate<? super Long>) - Method in class com.landawn.abacus.util.stream.Stream
-
Distinct and filter by occurrences.
- 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 under Apache License v2 and may be modified.
- DISTINCTROW - Static variable in class com.landawn.abacus.util.SQLBuilder
-
- divide(int, int, RoundingMode) - Static method in class com.landawn.abacus.util.Matth
-
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.Matth
-
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.Matth
-
- divideColumn(String, Collection<String>, Try.Function<T, ? extends List<?>, E>) - Method in interface com.landawn.abacus.DataSet
-
- divideColumn(String, Collection<String>, Try.BiConsumer<T, Object[], E>) - Method in interface com.landawn.abacus.DataSet
-
- divideColumn(String, Tuple.Tuple2<String, String>, Try.BiConsumer<T, Pair<Object, Object>, E>) - Method in interface com.landawn.abacus.DataSet
-
- divideColumn(String, Tuple.Tuple3<String, String, String>, Try.BiConsumer<T, Triple<Object, Object, Object>, 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
-
- divideColumn(String, Collection<String>, Try.BiConsumer<T, Object[], E>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
-
- divideColumn(String, Tuple.Tuple2<String, String>, Try.BiConsumer<T, Pair<Object, Object>, E>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
-
- divideColumn(String, Tuple.Tuple3<String, String, String>, Try.BiConsumer<T, Triple<Object, Object, Object>, E>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
-
- dividedBy(long) - Method in class com.landawn.abacus.util.Duration
-
- 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.
- DNT - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP DNT
header field name.
- doesTableExist(Connection, String) - Static method in class com.landawn.abacus.util.JdbcUtil
-
- doesTableExist(String) - Method in class com.landawn.abacus.util.SQLExecutor
-
- doInput() - Method in class com.landawn.abacus.http.HttpSettings
-
- doInput(boolean) - Method in class com.landawn.abacus.http.HttpSettings
-
Note: Only for HttpClient
, not for OKHttpClient
.
- doLoadColumnFamiliesOnDemand() - Method in class com.landawn.abacus.util.AnyScan
-
- doNothing() - Static method in class com.landawn.abacus.util.Fn.BiConsumers
-
- doNothing() - Static method in class com.landawn.abacus.util.Fn
-
- doNothing() - Static method in class com.landawn.abacus.util.Fn.FN
-
- doOutput() - Method in class com.landawn.abacus.http.HttpSettings
-
- doOutput(boolean) - Method in class com.landawn.abacus.http.HttpSettings
-
Note: Only for HttpClient
, not for OKHttpClient
.
- doPasswordDigest(byte[], byte[], byte[]) - Static method in class com.landawn.abacus.util.WSSecurityUtil
-
- 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
-
- DoubleBytePoint() - Constructor for class com.landawn.abacus.util.Points.xy.DoubleBytePoint
-
- DoubleBytePoint(double, double, byte) - Constructor for class com.landawn.abacus.util.Points.xy.DoubleBytePoint
-
- DoubleBytePoint() - Constructor for class com.landawn.abacus.util.Points.xyz.DoubleBytePoint
-
- DoubleBytePoint(double, double, double, byte) - Constructor for class com.landawn.abacus.util.Points.xyz.DoubleBytePoint
-
- DoubleConsumer - Interface in com.landawn.abacus.util.function
-
- DoubleDoublePoint() - Constructor for class com.landawn.abacus.util.Points.xy.DoubleDoublePoint
-
- DoubleDoublePoint(double, double, double) - Constructor for class com.landawn.abacus.util.Points.xy.DoubleDoublePoint
-
- DoubleDoublePoint() - Constructor for class com.landawn.abacus.util.Points.xyz.DoubleDoublePoint
-
- DoubleDoublePoint(double, double, double, double) - Constructor for class com.landawn.abacus.util.Points.xyz.DoubleDoublePoint
-
- DoubleFunction<R> - Interface in com.landawn.abacus.util.function
-
- DoubleIntPoint() - Constructor for class com.landawn.abacus.util.Points.xy.DoubleIntPoint
-
- DoubleIntPoint(double, double, int) - Constructor for class com.landawn.abacus.util.Points.xy.DoubleIntPoint
-
- DoubleIntPoint() - Constructor for class com.landawn.abacus.util.Points.xyz.DoubleIntPoint
-
- DoubleIntPoint(double, double, double, int) - Constructor for class com.landawn.abacus.util.Points.xyz.DoubleIntPoint
-
- 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
-
- DoubleLongPoint() - Constructor for class com.landawn.abacus.util.Points.xy.DoubleLongPoint
-
- DoubleLongPoint(double, double, long) - Constructor for class com.landawn.abacus.util.Points.xy.DoubleLongPoint
-
- DoubleLongPoint() - Constructor for class com.landawn.abacus.util.Points.xyz.DoubleLongPoint
-
- DoubleLongPoint(double, double, double, long) - Constructor for class com.landawn.abacus.util.Points.xyz.DoubleLongPoint
-
- 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
-
- DoubleObjPair<T> - Class in com.landawn.abacus.util
-
- DoubleObjPoint() - Constructor for class com.landawn.abacus.util.Points.xy.DoubleObjPoint
-
- DoubleObjPoint(double, double, T) - Constructor for class com.landawn.abacus.util.Points.xy.DoubleObjPoint
-
- DoubleObjPoint() - Constructor for class com.landawn.abacus.util.Points.xyz.DoubleObjPoint
-
- DoubleObjPoint(double, double, double, T) - Constructor for class com.landawn.abacus.util.Points.xyz.DoubleObjPoint
-
- DoublePair - Class in com.landawn.abacus.util
-
- DoublePredicate - Interface in com.landawn.abacus.util.function
-
- DoubleStream - Class in com.landawn.abacus.util.stream
-
The Stream will be automatically closed after execution(A terminal method is executed/triggered).
- DoubleStream.DoubleStreamEx - Class in com.landawn.abacus.util.stream
-
- DoubleSummaryStatistics - Class in com.landawn.abacus.util
-
- DoubleSummaryStatistics() - Constructor for class com.landawn.abacus.util.DoubleSummaryStatistics
-
- 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
-
- dp(DoublePredicate) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- 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(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(Predicate<Map.Entry<K, V>>) - Method in class com.landawn.abacus.util.stream.EntryStream
-
- dropWhile(BiPredicate<? super K, ? super V>) - Method in class com.landawn.abacus.util.stream.EntryStream
-
- DuplicatedRecordException - Exception in com.landawn.abacus.exception
-
- DuplicatedRecordException() - Constructor for exception com.landawn.abacus.exception.DuplicatedRecordException
-
Constructor for EntityNotFoundException.
- DuplicatedRecordException(String) - Constructor for exception com.landawn.abacus.exception.DuplicatedRecordException
-
Constructor for EntityNotFoundException.
- DuplicatedRecordException(String, Throwable) - Constructor for exception com.landawn.abacus.exception.DuplicatedRecordException
-
Constructor for EntityNotFoundException.
- DuplicatedRecordException(Throwable) - Constructor for exception com.landawn.abacus.exception.DuplicatedRecordException
-
Constructor for EntityNotFoundException.
- DuplicatedResultException - Exception in com.landawn.abacus.exception
-
- DuplicatedResultException() - Constructor for exception com.landawn.abacus.exception.DuplicatedResultException
-
Constructor for EntityNotFoundException.
- DuplicatedResultException(String) - Constructor for exception com.landawn.abacus.exception.DuplicatedResultException
-
Constructor for EntityNotFoundException.
- DuplicatedResultException(String, Throwable) - Constructor for exception com.landawn.abacus.exception.DuplicatedResultException
-
Constructor for EntityNotFoundException.
- DuplicatedResultException(Throwable) - Constructor for exception com.landawn.abacus.exception.DuplicatedResultException
-
Constructor for EntityNotFoundException.
- Duration - Class in com.landawn.abacus.util
-
- DynamicSQLBuilder - Class in com.landawn.abacus.util
-
Dynamic SQL builder.
- DynamicSQLBuilder.DSB - Class in com.landawn.abacus.util
-
- DynamicSQLBuilder.From - Class in com.landawn.abacus.util
-
- DynamicSQLBuilder.GroupBy - Class in com.landawn.abacus.util
-
- DynamicSQLBuilder.Having - Class in com.landawn.abacus.util
-
- DynamicSQLBuilder.OrderBy - Class in com.landawn.abacus.util
-
- DynamicSQLBuilder.Select - Class in com.landawn.abacus.util
-
- DynamicSQLBuilder.Where - Class in com.landawn.abacus.util
-
- 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
-
- EARLY_DATA - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
- ec(Try.Consumer<T, E>) - Static method in class com.landawn.abacus.util.Fn
-
- ec(A, Try.BiConsumer<A, T, E>) - Static method in class com.landawn.abacus.util.Fn
-
- ec(A, B, Try.TriConsumer<A, B, T, E>) - Static method in class com.landawn.abacus.util.Fn
-
- ec(Try.BiConsumer<T, U, E>) - Static method in class com.landawn.abacus.util.Fn
-
- ec(A, Try.TriConsumer<A, T, U, E>) - Static method in class com.landawn.abacus.util.Fn
-
- ec(Try.TriConsumer<A, B, C, E>) - Static method in class com.landawn.abacus.util.Fn
-
- ec(Try.BiConsumer<? super K, ? super V, E>) - Static method in class com.landawn.abacus.util.Fn.Entries
-
- ef(Try.Function<T, R, E>) - Static method in class com.landawn.abacus.util.Fn
-
- ef(A, Try.BiFunction<A, T, R, E>) - Static method in class com.landawn.abacus.util.Fn
-
- ef(A, B, Try.TriFunction<A, B, T, R, E>) - Static method in class com.landawn.abacus.util.Fn
-
- ef(Try.BiFunction<T, U, R, E>) - Static method in class com.landawn.abacus.util.Fn
-
- ef(A, Try.TriFunction<A, T, U, R, E>) - Static method in class com.landawn.abacus.util.Fn
-
- ef(Try.TriFunction<A, B, C, R, E>) - Static method in class com.landawn.abacus.util.Fn
-
- ef(Try.BiFunction<? super K, ? super V, ? extends T, E>) - Static method in class com.landawn.abacus.util.Fn.Entries
-
- 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 method in class com.landawn.abacus.util.BiIterator
-
- 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.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.ObjIterator
-
- empty() - Static method in class com.landawn.abacus.util.Seq
-
- 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 method in class com.landawn.abacus.util.TriIterator
-
- EMPTY - Static variable in class com.landawn.abacus.util.Tuple
-
- empty() - Static method in class com.landawn.abacus.util.u.Nullable
-
- empty() - Static method in class com.landawn.abacus.util.u.Optional
-
- empty() - Static method in class com.landawn.abacus.util.u.OptionalBoolean
-
- empty() - Static method in class com.landawn.abacus.util.u.OptionalByte
-
- empty() - Static method in class com.landawn.abacus.util.u.OptionalChar
-
- empty() - Static method in class com.landawn.abacus.util.u.OptionalDouble
-
- empty() - Static method in class com.landawn.abacus.util.u.OptionalFloat
-
- empty() - Static method in class com.landawn.abacus.util.u.OptionalInt
-
- empty() - Static method in class com.landawn.abacus.util.u.OptionalLong
-
- empty() - Static method in class com.landawn.abacus.util.u.OptionalShort
-
- EMPTY_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
-
- emptyAction() - Static method in class com.landawn.abacus.util.Fn.FN
-
- emptyInputStream() - Static method in class com.landawn.abacus.util.N
-
- 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.
- encode(Object) - Method in class com.landawn.abacus.parser.KryoParser
-
- encode(byte[]) - Static method in class com.landawn.abacus.util.Hex
-
Converts an array of bytes into an array of characters representing the hexadecimal values of each byte in order.
- encode(byte[], boolean) - Static method in class com.landawn.abacus.util.Hex
-
Converts an array of bytes into an array of characters representing the hexadecimal values of each byte in order.
- encode(Object) - Static method in class com.landawn.abacus.util.URLEncodedUtil
-
- encode(Object, Charset) - Static method in class com.landawn.abacus.util.URLEncodedUtil
-
- encode(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[]) - 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.StringUtil
-
- endsWithAny(String, String...) - Static method in class com.landawn.abacus.util.StringUtil
-
- endsWithIgnoreCase(String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
- 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(Object, Supplier<? extends M>) - Static method in class com.landawn.abacus.util.Maps
-
- entity2FlatMap(M, Object) - Static method in class com.landawn.abacus.util.Maps
-
- entity2FlatMap(M, Object, boolean) - Static method in class com.landawn.abacus.util.Maps
-
- entity2FlatMap(M, Object, Collection<String>) - Static method in class com.landawn.abacus.util.Maps
-
- entity2FlatMap(M, Object, boolean, Collection<String>) - Static method in class com.landawn.abacus.util.Maps
-
- entity2FlatMap(M, 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(Object, Supplier<? extends M>) - Static method in class com.landawn.abacus.util.Maps
-
- entity2Map(M, Object) - Static method in class com.landawn.abacus.util.Maps
-
- entity2Map(M, Object, boolean) - Static method in class com.landawn.abacus.util.Maps
-
- entity2Map(M, Object, Collection<String>) - Static method in class com.landawn.abacus.util.Maps
-
- entity2Map(M, Object, boolean, Collection<String>) - Static method in class com.landawn.abacus.util.Maps
-
- entity2Map(M, 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
-
- 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
-
- entry(K) - Static method in class com.landawn.abacus.util.Fn
-
- entry(Function<? super T, K>) - Static method in class com.landawn.abacus.util.Fn
-
- entrySet() - Method in interface com.landawn.abacus.EntityId
-
- 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
-
The Stream will be automatically closed after execution(A terminal method is executed/triggered).
- 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.
- ep(Try.BiPredicate<? super K, ? super V, E>) - Static method in class com.landawn.abacus.util.Fn.Entries
-
- ep(Try.Predicate<T, E>) - Static method in class com.landawn.abacus.util.Fn
-
- ep(A, Try.BiPredicate<A, T, E>) - Static method in class com.landawn.abacus.util.Fn
-
- ep(A, B, Try.TriPredicate<A, B, T, E>) - Static method in class com.landawn.abacus.util.Fn
-
- ep(Try.BiPredicate<T, U, E>) - Static method in class com.landawn.abacus.util.Fn
-
- ep(A, Try.TriPredicate<A, T, U, E>) - Static method in class com.landawn.abacus.util.Fn
-
- ep(Try.TriPredicate<A, B, C, E>) - Static method in class com.landawn.abacus.util.Fn
-
- 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, ?>) - Static method in class com.landawn.abacus.condition.ConditionFactory
-
- eqAnd(Object) - Static method in class com.landawn.abacus.condition.ConditionFactory
-
- eqAnd(Object, Collection<String>) - Static method in class com.landawn.abacus.condition.ConditionFactory
-
- eqAndOr(List<? extends Map<String, ?>>) - Static method in class com.landawn.abacus.condition.ConditionFactory
-
- eqAndOr(Collection<?>) - Static method in class com.landawn.abacus.condition.ConditionFactory
-
- eqAndOr(Collection<?>, Collection<String>) - 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, ?>) - Static method in class com.landawn.abacus.condition.ConditionFactory
-
- eqOr(Object) - Static method in class com.landawn.abacus.condition.ConditionFactory
-
- eqOr(Object, Collection<String>) - Static method in class com.landawn.abacus.condition.ConditionFactory
-
- eqOr(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 class com.landawn.abacus.util.Fn.FnB
-
- equal() - Static method in class com.landawn.abacus.util.Fn.FnC
-
- equal() - Static method in class com.landawn.abacus.util.Fn.FnD
-
- equal() - Static method in class com.landawn.abacus.util.Fn.FnF
-
- equal() - Static method in class com.landawn.abacus.util.Fn.FnI
-
- equal() - Static method in class com.landawn.abacus.util.Fn.FnL
-
- equal() - Static method in class com.landawn.abacus.util.Fn.FnS
-
- EQUAL - Static variable in interface com.landawn.abacus.util.function.BooleanBiPredicate
-
- EQUAL - Static variable in interface com.landawn.abacus.util.function.ByteBiPredicate
-
- equal(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 - 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.HttpHeaders
-
- equals(Object) - Method in class com.landawn.abacus.http.HttpProxy.OperationConfig
-
- equals(Object) - Method in class com.landawn.abacus.http.HttpResponse
-
- 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(T, T, Try.BiFunction<? super T, ? super T, Boolean, E>) - Static method in class com.landawn.abacus.util.Chain
-
- equals(boolean, boolean) - Static method in class com.landawn.abacus.util.Chain
-
Compares two boolean
values as specified by left == right
,
if the result of this equivalence chain has not already been
determined.
- equals(char, char) - Static method in class com.landawn.abacus.util.Chain
-
Compares two char
values as specified by left == right
,
if the result of this equivalence chain has not already been
determined.
- equals(byte, byte) - Static method in class com.landawn.abacus.util.Chain
-
Compares two byte
values as specified by left == right
,
if the result of this equivalence chain has not already been
determined.
- equals(short, short) - Static method in class com.landawn.abacus.util.Chain
-
Compares two short
values as specified by left == right
,
if the result of this equivalence chain has not already been
determined.
- equals(int, int) - Static method in class com.landawn.abacus.util.Chain
-
Compares two int
values as specified by left == right
,
if the result of this equivalence chain has not already been
determined.
- equals(long, long) - Static method in class com.landawn.abacus.util.Chain
-
Compares two long
values as specified by left == right
,
if the result of this equivalence chain has not already been
determined.
- equals(float, float) - Static method in class com.landawn.abacus.util.Chain
-
Compares two float
values as specified by Float.compare(float, float)
, if the result of this equivalence chain has not
already been determined.
- equals(double, double) - Static method in class com.landawn.abacus.util.Chain
-
Compares two double
values as specified by Double.compare(double, double)
, if the result of this equivalence chain has not
already been determined.
- equals(Object, Object) - Method in class com.landawn.abacus.util.Chain.EquivalenceChain
-
Compares two comparable objects as specified by
N.equals(Object, Object)
,
if the result of this equivalence chain
has not already been determined.
- equals(T, T, Try.BiFunction<? super T, ? super T, Boolean, E>) - Method in class com.landawn.abacus.util.Chain.EquivalenceChain
-
- equals(boolean, boolean) - Method in class com.landawn.abacus.util.Chain.EquivalenceChain
-
Compares two boolean
values as specified by left == right
,
if the result of this equivalence chain has not already been
determined.
- equals(char, char) - Method in class com.landawn.abacus.util.Chain.EquivalenceChain
-
Compares two char
values as specified by left == right
,
if the result of this equivalence chain has not already been
determined.
- equals(byte, byte) - Method in class com.landawn.abacus.util.Chain.EquivalenceChain
-
Compares two byte
values as specified by left == right
,
if the result of this equivalence chain has not already been
determined.
- equals(short, short) - Method in class com.landawn.abacus.util.Chain.EquivalenceChain
-
Compares two int
values as specified by left == right
,
if the result of this equivalence chain has not already been
determined.
- equals(int, int) - Method in class com.landawn.abacus.util.Chain.EquivalenceChain
-
Compares two int
values as specified by left == right
,
if the result of this equivalence chain has not already been
determined.
- equals(long, long) - Method in class com.landawn.abacus.util.Chain.EquivalenceChain
-
Compares two long
values as specified by left == right
,
if the result of this equivalence chain has not already been
determined.
- equals(float, float) - Method in class com.landawn.abacus.util.Chain.EquivalenceChain
-
Compares two float
values as specified by Float.compare(float, float)
, if the result of this equivalence chain has not
already been determined.
- equals(double, double) - Method in class com.landawn.abacus.util.Chain.EquivalenceChain
-
Compares two double
values as specified by Double.compare(double, double)
, if the result of this equivalence chain has not
already been determined.
- equals(Object) - Method in class com.landawn.abacus.util.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.DoubleObjPair
-
- 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
-
- 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.IntObjPair
-
- 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.JdbcUtil.SimpleTransaction
-
- equals(Object) - Method in class com.landawn.abacus.util.Keyed
-
- 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.LongObjPair
-
- 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.Pair
-
- equals(Object) - Method in class com.landawn.abacus.util.Points.xy.ByteBytePoint
-
- equals(Object) - Method in class com.landawn.abacus.util.Points.xy.ByteDoublePoint
-
- equals(Object) - Method in class com.landawn.abacus.util.Points.xy.ByteIntPoint
-
- equals(Object) - Method in class com.landawn.abacus.util.Points.xy.ByteLongPoint
-
- equals(Object) - Method in class com.landawn.abacus.util.Points.xy.ByteObjPoint
-
- equals(Object) - Method in class com.landawn.abacus.util.Points.xy.DoubleBytePoint
-
- equals(Object) - Method in class com.landawn.abacus.util.Points.xy.DoubleDoublePoint
-
- equals(Object) - Method in class com.landawn.abacus.util.Points.xy.DoubleIntPoint
-
- equals(Object) - Method in class com.landawn.abacus.util.Points.xy.DoubleLongPoint
-
- equals(Object) - Method in class com.landawn.abacus.util.Points.xy.DoubleObjPoint
-
- equals(Object) - Method in class com.landawn.abacus.util.Points.xy.IntBytePoint
-
- equals(Object) - Method in class com.landawn.abacus.util.Points.xy.IntDoublePoint
-
- equals(Object) - Method in class com.landawn.abacus.util.Points.xy.IntIntPoint
-
- equals(Object) - Method in class com.landawn.abacus.util.Points.xy.IntLongPoint
-
- equals(Object) - Method in class com.landawn.abacus.util.Points.xy.IntObjPoint
-
- equals(Object) - Method in class com.landawn.abacus.util.Points.xy.LongBytePoint
-
- equals(Object) - Method in class com.landawn.abacus.util.Points.xy.LongDoublePoint
-
- equals(Object) - Method in class com.landawn.abacus.util.Points.xy.LongIntPoint
-
- equals(Object) - Method in class com.landawn.abacus.util.Points.xy.LongLongPoint
-
- equals(Object) - Method in class com.landawn.abacus.util.Points.xy.LongObjPoint
-
- equals(Object) - Method in class com.landawn.abacus.util.Points.xyz.ByteBytePoint
-
- equals(Object) - Method in class com.landawn.abacus.util.Points.xyz.ByteDoublePoint
-
- equals(Object) - Method in class com.landawn.abacus.util.Points.xyz.ByteIntPoint
-
- equals(Object) - Method in class com.landawn.abacus.util.Points.xyz.ByteLongPoint
-
- equals(Object) - Method in class com.landawn.abacus.util.Points.xyz.ByteObjPoint
-
- equals(Object) - Method in class com.landawn.abacus.util.Points.xyz.DoubleBytePoint
-
- equals(Object) - Method in class com.landawn.abacus.util.Points.xyz.DoubleDoublePoint
-
- equals(Object) - Method in class com.landawn.abacus.util.Points.xyz.DoubleIntPoint
-
- equals(Object) - Method in class com.landawn.abacus.util.Points.xyz.DoubleLongPoint
-
- equals(Object) - Method in class com.landawn.abacus.util.Points.xyz.DoubleObjPoint
-
- equals(Object) - Method in class com.landawn.abacus.util.Points.xyz.IntBytePoint
-
- equals(Object) - Method in class com.landawn.abacus.util.Points.xyz.IntDoublePoint
-
- equals(Object) - Method in class com.landawn.abacus.util.Points.xyz.IntIntPoint
-
- equals(Object) - Method in class com.landawn.abacus.util.Points.xyz.IntLongPoint
-
- equals(Object) - Method in class com.landawn.abacus.util.Points.xyz.IntObjPoint
-
- equals(Object) - Method in class com.landawn.abacus.util.Points.xyz.LongBytePoint
-
- equals(Object) - Method in class com.landawn.abacus.util.Points.xyz.LongDoublePoint
-
- equals(Object) - Method in class com.landawn.abacus.util.Points.xyz.LongIntPoint
-
- equals(Object) - Method in class com.landawn.abacus.util.Points.xyz.LongLongPoint
-
- equals(Object) - Method in class com.landawn.abacus.util.Points.xyz.LongObjPoint
-
- 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.Result
-
- 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.SQLMapper
-
- equals(Object) - Method in class com.landawn.abacus.util.SQLTransaction
-
- equals(String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
- equals(Object) - Method in class com.landawn.abacus.util.Timed
-
- equals(Object) - Method in class com.landawn.abacus.util.Triple
-
- equals(Object) - Method in class com.landawn.abacus.util.Tuple.Tuple1
-
- equals(Object) - Method in class com.landawn.abacus.util.Tuple.Tuple2
-
- equals(Object) - Method in class com.landawn.abacus.util.Tuple.Tuple3
-
- equals(Object) - Method in class com.landawn.abacus.util.Tuple.Tuple4
-
- equals(Object) - Method in class com.landawn.abacus.util.Tuple.Tuple5
-
- equals(Object) - Method in class com.landawn.abacus.util.Tuple.Tuple6
-
- equals(Object) - Method in class com.landawn.abacus.util.Tuple.Tuple7
-
- equals(Object) - Method in class com.landawn.abacus.util.Tuple.Tuple8
-
- equals(Object) - Method in class com.landawn.abacus.util.Tuple.Tuple9
-
- equals(Object) - Method in class com.landawn.abacus.util.u.Nullable
-
- equals(Object) - Method in class com.landawn.abacus.util.u.Optional
-
- equals(Object) - Method in class com.landawn.abacus.util.u.OptionalBoolean
-
- equals(Object) - Method in class com.landawn.abacus.util.u.OptionalByte
-
- equals(Object) - Method in class com.landawn.abacus.util.u.OptionalChar
-
- equals(Object) - Method in class com.landawn.abacus.util.u.OptionalDouble
-
- equals(Object) - Method in class com.landawn.abacus.util.u.OptionalFloat
-
- equals(Object) - Method in class com.landawn.abacus.util.u.OptionalInt
-
- equals(Object) - Method in class com.landawn.abacus.util.u.OptionalLong
-
- equals(Object) - Method in class com.landawn.abacus.util.u.OptionalShort
-
- equals(Object) - Method in class com.landawn.abacus.util.Wrapper
-
- 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
-
- equalsIgnoreCase(String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
- 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.
- ETAG - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP ETag
header field name.
- ETB - Static variable in class com.landawn.abacus.util.Ascii
-
End of Transmission Block: A communication control character used to indicate the end of a
block of data for communication purposes.
- ETX - Static variable in class com.landawn.abacus.util.Ascii
-
End of Text: A communication control character used to terminate a sequence of characters
started with STX and transmitted as an entity.
- 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(String) - Method in class com.landawn.abacus.util.DynamicSQLBuilder
-
- except(SQLBuilder) - Method in class com.landawn.abacus.util.SQLBuilder
-
- except(String) - Method in class com.landawn.abacus.util.SQLBuilder
-
- except(String...) - Method in class com.landawn.abacus.util.SQLBuilder
-
- except(Collection<String>) - Method in class com.landawn.abacus.util.SQLBuilder
-
- Exclusion - Enum in com.landawn.abacus.parser
-
- execute(Try.Runnable<? extends Exception>) - 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(Try.Runnable<? extends Exception>, 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(Try.Runnable<? extends Exception>) - 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(Try.Runnable<? extends Exception>, 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(Try.Runnable<? extends Exception>) - 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>, 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, HttpSettings) - 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, HttpSettings) - Method in class com.landawn.abacus.http.AbstractHttpClient
-
Write the specified request
to request body.
- execute(File, HttpMethod, Object, HttpSettings) - Method in class com.landawn.abacus.http.AbstractHttpClient
-
- execute(OutputStream, HttpMethod, Object, HttpSettings) - Method in class com.landawn.abacus.http.AbstractHttpClient
-
- execute(Writer, HttpMethod, Object, HttpSettings) - Method in class com.landawn.abacus.http.AbstractHttpClient
-
- execute(Class<T>, HttpMethod, Object, HttpSettings) - Method in class com.landawn.abacus.http.HttpClient
-
- execute(File, HttpMethod, Object, HttpSettings) - Method in class com.landawn.abacus.http.HttpClient
-
- execute(OutputStream, HttpMethod, Object, HttpSettings) - Method in class com.landawn.abacus.http.HttpClient
-
- execute(Writer, HttpMethod, Object, HttpSettings) - Method in class com.landawn.abacus.http.HttpClient
-
- execute(Class<T>, HttpMethod, Object, HttpSettings) - Method in class com.landawn.abacus.http.OKHttpClient
-
- execute(File, HttpMethod, Object, HttpSettings) - Method in class com.landawn.abacus.http.OKHttpClient
-
- execute(OutputStream, HttpMethod, Object, HttpSettings) - Method in class com.landawn.abacus.http.OKHttpClient
-
- execute(Writer, HttpMethod, Object, HttpSettings) - Method in class com.landawn.abacus.http.OKHttpClient
-
- execute(Try.Runnable<? extends Exception>) - Method in class com.landawn.abacus.util.AsyncExecutor
-
- execute(Try.Runnable<? extends Exception>, long) - Method in class com.landawn.abacus.util.AsyncExecutor
-
- execute(Try.Runnable<? extends Exception>, long, TimeUnit) - Method in class com.landawn.abacus.util.AsyncExecutor
-
- execute(Try.Runnable<? extends Exception>...) - Method in class com.landawn.abacus.util.AsyncExecutor
-
- execute(List<? extends Try.Runnable<? extends Exception>>) - 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(Connection, 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(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, HttpSettings, 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, ?>, HttpSettings, 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, HttpSettings, 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, ?>, HttpSettings, 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(Connection, 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
-
- 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(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) - Method in class com.landawn.abacus.util.MongoCollectionMapper
-
- exists(ObjectId) - Method in class com.landawn.abacus.util.MongoCollectionMapper
-
- exists(Bson) - Method in class com.landawn.abacus.util.MongoCollectionMapper
-
- exists(Object) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
-
- exists(Condition) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
-
- exists(Connection, Object) - 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, Object) - 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
-
- EXPECT - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Expect
header field name.
- expectedFpp() - Method in class com.landawn.abacus.hash.BloomFilter
-
- EXPIRES - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Expires
header field name.
- 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 ResultSet, E>, boolean) - Static method in class com.landawn.abacus.util.JdbcUtil
-
- extractData(MongoIterable<?>) - Static method in class com.landawn.abacus.util.MongoDB
-
- extractData(Class<?>, MongoIterable<?>) - Static method in class com.landawn.abacus.util.MongoDB
-
- extractData(ResultSet, SQLExecutor.JdbcSettings) - Method in class com.landawn.abacus.util.SQLExecutor.AbstractResultExtractor
-
- extractData(ResultSet, SQLExecutor.JdbcSettings) - Method in interface com.landawn.abacus.util.SQLExecutor.ResultExtractor
-
- f - Class in com.landawn.abacus.util
-
- f(BiFunction<? super K, ? super V, ? extends T>) - Static method in class com.landawn.abacus.util.Fn.Entries
-
- f(Function<T, R>) - Static method in class com.landawn.abacus.util.Fn
-
- f(A, BiFunction<A, T, R>) - Static method in class com.landawn.abacus.util.Fn
-
- f(A, B, TriFunction<A, B, T, R>) - Static method in class com.landawn.abacus.util.Fn
-
- f(BiFunction<T, U, R>) - Static method in class com.landawn.abacus.util.Fn
-
- f(A, TriFunction<A, T, U, R>) - Static method in class com.landawn.abacus.util.Fn
-
- f(TriFunction<A, B, C, R>) - Static method in class com.landawn.abacus.util.Fn
-
- factorial(int) - Static method in class com.landawn.abacus.util.Matth
-
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.Matth
-
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.Matth
-
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.Matth
-
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.
- fc(FloatConsumer) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- 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.
- ff(Try.BiFunction<? super K, ? super V, ? extends T, E>) - Static method in class com.landawn.abacus.util.Fn.Entries
-
- ff(Try.Function<T, R, E>) - Static method in class com.landawn.abacus.util.Fn
-
- ff(A, Try.BiFunction<A, T, R, E>) - Static method in class com.landawn.abacus.util.Fn
-
- ff(A, B, Try.TriFunction<A, B, T, R, E>) - Static method in class com.landawn.abacus.util.Fn
-
- ff(Try.BiFunction<T, U, R, E>) - Static method in class com.landawn.abacus.util.Fn
-
- ff(A, Try.TriFunction<A, T, U, R, E>) - Static method in class com.landawn.abacus.util.Fn
-
- ff(Try.TriFunction<A, B, C, R, E>) - Static method in class com.landawn.abacus.util.Fn
-
- ff(Function<T, R>) - Static method in class com.landawn.abacus.util.Fn.FN
-
- ff(A, BiFunction<A, T, R>) - Static method in class com.landawn.abacus.util.Fn.FN
-
- ff(A, B, TriFunction<A, B, T, R>) - Static method in class com.landawn.abacus.util.Fn.FN
-
- ff(BiFunction<T, U, R>) - Static method in class com.landawn.abacus.util.Fn.FN
-
- ff(A, TriFunction<A, T, U, R>) - Static method in class com.landawn.abacus.util.Fn.FN
-
- ff(TriFunction<A, B, C, R>) - Static method in class com.landawn.abacus.util.Fn.FN
-
- ff(FloatFunction<R>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- Field - Annotation Type in com.landawn.abacus.http
-
Named pair for a form-encoded request.
- 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.
- 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(Tuple.Tuple2<String, String>, Try.BiPredicate<?, ?, E>) - Method in interface com.landawn.abacus.DataSet
-
- filter(Tuple.Tuple2<String, String>, Try.BiPredicate<?, ?, E>, int) - Method in interface com.landawn.abacus.DataSet
-
- filter(Tuple.Tuple2<String, String>, int, int, Try.BiPredicate<?, ?, E>) - Method in interface com.landawn.abacus.DataSet
-
- filter(Tuple.Tuple2<String, String>, int, int, Try.BiPredicate<?, ?, E>, int) - Method in interface com.landawn.abacus.DataSet
-
- filter(Tuple.Tuple3<String, String, String>, Try.TriPredicate<?, ?, ?, E>) - Method in interface com.landawn.abacus.DataSet
-
- filter(Tuple.Tuple3<String, String, String>, Try.TriPredicate<?, ?, ?, E>, int) - Method in interface com.landawn.abacus.DataSet
-
- filter(Tuple.Tuple3<String, String, String>, int, int, Try.TriPredicate<?, ?, ?, E>) - Method in interface com.landawn.abacus.DataSet
-
- filter(Tuple.Tuple3<String, String, String>, int, int, Try.TriPredicate<?, ?, ?, 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(Iterator<T>, Predicate<? super T>) - Static method in class com.landawn.abacus.util.Iterators
-
- 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(Predicate<? super T>) - Method in class com.landawn.abacus.util.Observer
-
- filter(Try.BiPredicate<? super L, ? super R, E>) - Method in class com.landawn.abacus.util.Pair
-
- filter(Try.Predicate<? super 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>, int) - Method in class com.landawn.abacus.util.Seq
-
- filter(Try.Predicate<? super T, E>, IntFunction<? extends C>) - Method in class com.landawn.abacus.util.Seq
-
- filter(Try.Predicate<? super T, E>, int, IntFunction<? extends C>) - 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(Try.TriPredicate<? super L, ? super M, ? super R, E>) - Method in class com.landawn.abacus.util.Triple
-
- filter(Try.Predicate<? super 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.BiPredicate<? super T1, ? super 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.TriPredicate<? super T1, ? super T2, ? super 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
-
- filter(Try.Predicate<? super T, E>) - Method in class com.landawn.abacus.util.u.Nullable
-
- filter(Try.Predicate<? super T, E>) - Method in class com.landawn.abacus.util.u.Optional
-
- filter(Try.BooleanPredicate<E>) - Method in class com.landawn.abacus.util.u.OptionalBoolean
-
- filter(Try.BytePredicate<E>) - Method in class com.landawn.abacus.util.u.OptionalByte
-
- filter(Try.CharPredicate<E>) - Method in class com.landawn.abacus.util.u.OptionalChar
-
- filter(Try.DoublePredicate<E>) - Method in class com.landawn.abacus.util.u.OptionalDouble
-
- filter(Try.FloatPredicate<E>) - Method in class com.landawn.abacus.util.u.OptionalFloat
-
- filter(Try.IntPredicate<E>) - Method in class com.landawn.abacus.util.u.OptionalInt
-
- filter(Try.LongPredicate<E>) - Method in class com.landawn.abacus.util.u.OptionalLong
-
- filter(Try.ShortPredicate<E>) - Method in class com.landawn.abacus.util.u.OptionalShort
-
- 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.u.Nullable
-
- filtering(Predicate<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
It's copied from StreamEx: https://github.com/amaembo/streamex under Apache License v2 and may be modified.
- filtering(Predicate<? super T>, Collector<? super T, A, R>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
It's copied from StreamEx: https://github.com/amaembo/streamex under Apache License v2 and may be modified.
- Filters() - Constructor for class com.landawn.abacus.util.DynamoDBExecutor.Filters
-
- filterThenFlatMap(Try.Predicate<? super T, E>, Try.Function<? super T, ? extends Collection<? extends R>, E2>) - Method in class com.landawn.abacus.util.Seq
-
For better performance, comparing to Stream
.
- filterThenForEach(Try.Predicate<? super T, E>, Try.Consumer<? super T, E2>) - Method in class com.landawn.abacus.util.Seq
-
For better performance, comparing to Stream
.
- 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
-
- filterThenMap(Try.Predicate<? super T, E>, Try.Function<? super T, ? extends R, E2>) - Method in class com.landawn.abacus.util.Seq
-
For better performance, comparing to Stream
.
- findAllIndicesBetween(String, char, char) - Static method in class com.landawn.abacus.util.StringUtil
-
findAllIndicesBetween("3[a2[c]]2[a]", '[', ']') = [[2, 7], [10, 11]]
- findAllIndicesBetween(String, int, int, char, char) - Static method in class com.landawn.abacus.util.StringUtil
-
findAllIndicesBetween("3[a2[c]]2[a]", '[', ']') = [[2, 7], [10, 11]]
- findAllIndicesBetween(String, String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
findAllIndicesBetween("3[a2[c]]2[a]", '[', ']') = [[2, 7], [10, 11]]
- findAllIndicesBetween(String, int, int, String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
findAllIndicesBetween("3[a2[c]]2[a]", '[', ']') = [[2, 7], [10, 11]]
- findAllSubstringsBetween(String, char, char) - Static method in class com.landawn.abacus.util.StringUtil
-
findAllSubstringsBetween("3[a2[c]]2[a]", '[', ']') = [a2[c], a]
- findAllSubstringsBetween(String, int, int, char, char) - Static method in class com.landawn.abacus.util.StringUtil
-
findAllSubstringsBetween("3[a2[c]]2[a]", '[', ']') = [a2[c], a]
- findAllSubstringsBetween(String, String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
findAllSubstringsBetween("3[a2[c]]2[a]", '[', ']') = [a2[c], a]
- findAllSubstringsBetween(String, int, int, String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
findAllSubstringsBetween("3[a2[c]]2[a]", '[', ']') = [a2[c], a]
- 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.Predicate<? super Map.Entry<K, V>, E>) - Method in class com.landawn.abacus.util.stream.EntryStream
-
- findAny(Try.BiPredicate<? super K, ? super V, E>) - Method in class com.landawn.abacus.util.stream.EntryStream
-
- 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
-
- findDir(String) - Static method in class com.landawn.abacus.util.PropertiesUtil
-
- findFile(String) - Static method in class com.landawn.abacus.util.PropertiesUtil
-
- findFirst(Class<T>, Collection<String>, Condition) - Method in class com.landawn.abacus.android.util.SQLiteExecutor
-
- findFirst(Class<T>, Collection<String>, Condition, String) - Method in class com.landawn.abacus.android.util.SQLiteExecutor
-
Just fetch the result in the 1st row.
- findFirst(Class<T>, String, Object...) - Method in class com.landawn.abacus.android.util.SQLiteExecutor
-
Just fetch the result in the 1st row.
- findFirst(Class<T>, String, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
-
- findFirst(Class<T>, String, SQLExecutor.StatementSetter, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
-
- findFirst(Class<T>, String, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
-
- findFirst(Class<T>, String, SQLExecutor.StatementSetter, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
-
- findFirst(Class<T>, Connection, String, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
-
- findFirst(Class<T>, Connection, String, SQLExecutor.StatementSetter, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
-
- findFirst(Class<T>, Connection, String, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
-
- findFirst(Class<T>, Connection, String, SQLExecutor.StatementSetter, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
-
- findFirst(String, JdbcUtil.RecordGetter<T, RuntimeException>, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
-
- findFirst(String, SQLExecutor.StatementSetter, JdbcUtil.RecordGetter<T, RuntimeException>, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
-
- findFirst(String, JdbcUtil.RecordGetter<T, RuntimeException>, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
-
- findFirst(String, SQLExecutor.StatementSetter, JdbcUtil.RecordGetter<T, RuntimeException>, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
-
- findFirst(Connection, String, JdbcUtil.RecordGetter<T, RuntimeException>, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
-
- findFirst(Connection, String, SQLExecutor.StatementSetter, JdbcUtil.RecordGetter<T, RuntimeException>, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
-
- findFirst(Connection, String, JdbcUtil.RecordGetter<T, RuntimeException>, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
-
- findFirst(Connection, String, SQLExecutor.StatementSetter, JdbcUtil.RecordGetter<T, RuntimeException>, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
-
- 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(Class<T>, Condition) - Method in class com.landawn.abacus.util.CassandraExecutor
-
- findFirst(Class<T>, Collection<String>, Condition) - Method in class com.landawn.abacus.util.CassandraExecutor
-
- findFirst(String, Object...) - Method in class com.landawn.abacus.util.CassandraExecutor
-
- findFirst(Class<T>, String, Object...) - Method in class com.landawn.abacus.util.CassandraExecutor
-
- findFirst(Try.CharPredicate<E>) - Method in class com.landawn.abacus.util.CharList
-
- findFirst(Class<T>, String, Object...) - Method in class com.landawn.abacus.util.CouchbaseExecutor
-
- 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(T[], Try.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.Iterables
-
- findFirst(Collection<T>, Try.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.Iterables
-
- findFirst(Try.LongPredicate<E>) - Method in class com.landawn.abacus.util.LongList
-
- findFirst(Bson) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
-
- findFirst(Class<T>, Bson) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
-
- findFirst(Class<T>, Collection<String>, Bson) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
-
- findFirst(Class<T>, Collection<String>, Bson, Bson) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
-
- findFirst(Class<T>, Bson, Bson, Bson) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
-
- findFirst(Bson) - Method in class com.landawn.abacus.util.MongoCollectionMapper
-
- findFirst(Collection<String>, Bson) - Method in class com.landawn.abacus.util.MongoCollectionMapper
-
- findFirst(Collection<String>, Bson, Bson) - Method in class com.landawn.abacus.util.MongoCollectionMapper
-
- findFirst(Bson, Bson, Bson) - Method in class com.landawn.abacus.util.MongoCollectionMapper
-
- 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(Condition) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
-
- findFirst(Collection<String>, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
-
- findFirst(Collection<String>, Condition, SQLExecutor.JdbcSettings) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
-
- findFirst(Connection, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
-
- findFirst(Connection, Collection<String>, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
-
- findFirst(Connection, Collection<String>, Condition, SQLExecutor.JdbcSettings) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
-
- findFirst(String, JdbcUtil.RecordGetter<R, RuntimeException>, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
-
- findFirst(String, JdbcUtil.RecordGetter<R, RuntimeException>, Condition, SQLExecutor.JdbcSettings) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
-
- findFirst(Connection, String, JdbcUtil.RecordGetter<R, RuntimeException>, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
-
- findFirst(Connection, String, JdbcUtil.RecordGetter<R, RuntimeException>, Condition, SQLExecutor.JdbcSettings) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
-
- findFirst(Collection<String>, JdbcUtil.RecordGetter<R, RuntimeException>, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
-
- findFirst(Collection<String>, JdbcUtil.RecordGetter<R, RuntimeException>, Condition, SQLExecutor.JdbcSettings) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
-
- findFirst(Connection, Collection<String>, JdbcUtil.RecordGetter<R, RuntimeException>, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
-
- findFirst(Connection, Collection<String>, JdbcUtil.RecordGetter<R, RuntimeException>, Condition, SQLExecutor.JdbcSettings) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
-
- findFirst(String, JdbcUtil.BiRecordGetter<R, RuntimeException>, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
-
- findFirst(String, JdbcUtil.BiRecordGetter<R, RuntimeException>, Condition, SQLExecutor.JdbcSettings) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
-
- findFirst(Connection, String, JdbcUtil.BiRecordGetter<R, RuntimeException>, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
-
- findFirst(Connection, String, JdbcUtil.BiRecordGetter<R, RuntimeException>, Condition, SQLExecutor.JdbcSettings) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
-
- findFirst(Collection<String>, JdbcUtil.BiRecordGetter<R, RuntimeException>, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
-
- findFirst(Collection<String>, JdbcUtil.BiRecordGetter<R, RuntimeException>, Condition, SQLExecutor.JdbcSettings) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
-
- findFirst(Connection, Collection<String>, JdbcUtil.BiRecordGetter<R, RuntimeException>, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
-
- findFirst(Connection, Collection<String>, JdbcUtil.BiRecordGetter<R, RuntimeException>, Condition, SQLExecutor.JdbcSettings) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
-
- findFirst(Class<T>, String, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
-
- findFirst(Class<T>, String, SQLExecutor.StatementSetter, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
-
- findFirst(Class<T>, String, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
-
- findFirst(Class<T>, String, SQLExecutor.StatementSetter, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
-
- findFirst(Class<T>, Connection, String, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
-
- findFirst(Class<T>, Connection, String, SQLExecutor.StatementSetter, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
-
- findFirst(Class<T>, Connection, String, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
-
- findFirst(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.
- findFirst(String, JdbcUtil.RecordGetter<T, RuntimeException>, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
-
- findFirst(String, SQLExecutor.StatementSetter, JdbcUtil.RecordGetter<T, RuntimeException>, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
-
- findFirst(String, JdbcUtil.RecordGetter<T, RuntimeException>, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
-
- findFirst(String, SQLExecutor.StatementSetter, JdbcUtil.RecordGetter<T, RuntimeException>, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
-
- findFirst(Connection, String, JdbcUtil.RecordGetter<T, RuntimeException>, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
-
- findFirst(Connection, String, SQLExecutor.StatementSetter, JdbcUtil.RecordGetter<T, RuntimeException>, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
-
- findFirst(Connection, String, JdbcUtil.RecordGetter<T, RuntimeException>, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
-
- findFirst(Connection, String, SQLExecutor.StatementSetter, JdbcUtil.RecordGetter<T, RuntimeException>, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
-
Remember to add limit
condition if big result will be returned by the query.
- findFirst(Condition) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
-
- findFirst(Collection<String>, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
-
- findFirst(Collection<String>, Condition, SQLExecutor.JdbcSettings) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
-
- findFirst(Connection, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
-
- findFirst(Connection, Collection<String>, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
-
- findFirst(Connection, Collection<String>, Condition, SQLExecutor.JdbcSettings) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
-
- findFirst(String, JdbcUtil.RecordGetter<R, RuntimeException>, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
-
- findFirst(String, JdbcUtil.RecordGetter<R, RuntimeException>, Condition, SQLExecutor.JdbcSettings) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
-
- findFirst(Connection, String, JdbcUtil.RecordGetter<R, RuntimeException>, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
-
- findFirst(Connection, String, JdbcUtil.RecordGetter<R, RuntimeException>, Condition, SQLExecutor.JdbcSettings) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
-
- findFirst(String, JdbcUtil.BiRecordGetter<R, RuntimeException>, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
-
- findFirst(String, JdbcUtil.BiRecordGetter<R, RuntimeException>, Condition, SQLExecutor.JdbcSettings) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
-
- findFirst(Connection, String, JdbcUtil.BiRecordGetter<R, RuntimeException>, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
-
- findFirst(Connection, String, JdbcUtil.BiRecordGetter<R, RuntimeException>, Condition, SQLExecutor.JdbcSettings) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
-
- findFirst(Collection<String>, JdbcUtil.RecordGetter<R, RuntimeException>, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
-
- findFirst(Collection<String>, JdbcUtil.RecordGetter<R, RuntimeException>, Condition, SQLExecutor.JdbcSettings) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
-
- findFirst(Connection, Collection<String>, JdbcUtil.RecordGetter<R, RuntimeException>, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
-
- findFirst(Connection, Collection<String>, JdbcUtil.RecordGetter<R, RuntimeException>, Condition, SQLExecutor.JdbcSettings) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
-
- findFirst(Collection<String>, JdbcUtil.BiRecordGetter<R, RuntimeException>, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
-
- findFirst(Collection<String>, JdbcUtil.BiRecordGetter<R, RuntimeException>, Condition, SQLExecutor.JdbcSettings) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
-
- findFirst(Connection, Collection<String>, JdbcUtil.BiRecordGetter<R, RuntimeException>, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
-
- findFirst(Connection, Collection<String>, JdbcUtil.BiRecordGetter<R, RuntimeException>, Condition, SQLExecutor.JdbcSettings) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
-
- 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.Predicate<? super Map.Entry<K, V>, E>) - Method in class com.landawn.abacus.util.stream.EntryStream
-
- findFirst(Try.BiPredicate<? super K, ? super V, E>) - Method in class com.landawn.abacus.util.stream.EntryStream
-
- 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
-
- 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(T[], Try.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.Iterables
-
- findFirstIndex(Collection<? extends T>, Try.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.Iterables
-
- 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
-
- findFirstNonNull(T[], Try.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.Iterables
-
- findFirstNonNull(Collection<T>, Try.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.Iterables
-
- 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(T[], Try.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.Iterables
-
- findLast(Collection<T>, Try.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.Iterables
-
- 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
-
- 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(T[], Try.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.Iterables
-
- findLastIndex(Collection<? extends T>, Try.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.Iterables
-
- 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
-
- findLastNonNull(T[], Try.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.Iterables
-
- findLastNonNull(Collection<T>, Try.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.Iterables
-
- finish() - Method in class com.landawn.abacus.android.ProgressBarTask
-
- finisher() - Method in interface com.landawn.abacus.util.stream.Collector
-
- 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(Collection<T>) - Static method in class com.landawn.abacus.util.N
-
- 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
-
- first() - Static method in class com.landawn.abacus.util.stream.Collectors
-
Only works for sequential Stream.
- first(int) - Static method in class com.landawn.abacus.util.stream.Collectors
-
Only works for sequential Stream.
- first() - Method in class com.landawn.abacus.util.stream.EntryStream
-
- firstEntry() - Method in class com.landawn.abacus.util.ImmutableNavigableMap
-
- firstEntry(Map<K, V>) - Static method in class com.landawn.abacus.util.N
-
- 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
-
- firstNonNull() - Method in class com.landawn.abacus.util.Seq
-
- 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
-
- flat(byte[][]) - Static method in class com.landawn.abacus.util.stream.ByteStream
-
- flat(byte[][], boolean) - Static method in class com.landawn.abacus.util.stream.ByteStream
-
- flat(byte[][], byte, boolean) - Static method in class com.landawn.abacus.util.stream.ByteStream
-
- flat(byte[][][]) - Static method in class com.landawn.abacus.util.stream.ByteStream
-
- flat(char[][]) - Static method in class com.landawn.abacus.util.stream.CharStream
-
- flat(char[][], boolean) - Static method in class com.landawn.abacus.util.stream.CharStream
-
- flat(char[][], char, boolean) - Static method in class com.landawn.abacus.util.stream.CharStream
-
- flat(char[][][]) - Static method in class com.landawn.abacus.util.stream.CharStream
-
- flat(double[][]) - Static method in class com.landawn.abacus.util.stream.DoubleStream
-
- flat(double[][], boolean) - Static method in class com.landawn.abacus.util.stream.DoubleStream
-
- flat(double[][], double, boolean) - Static method in class com.landawn.abacus.util.stream.DoubleStream
-
- flat(double[][][]) - Static method in class com.landawn.abacus.util.stream.DoubleStream
-
- flat(float[][]) - Static method in class com.landawn.abacus.util.stream.FloatStream
-
- flat(float[][], boolean) - Static method in class com.landawn.abacus.util.stream.FloatStream
-
- flat(float[][], float, boolean) - Static method in class com.landawn.abacus.util.stream.FloatStream
-
- flat(float[][][]) - Static method in class com.landawn.abacus.util.stream.FloatStream
-
- flat(int[][]) - Static method in class com.landawn.abacus.util.stream.IntStream
-
- flat(int[][], boolean) - Static method in class com.landawn.abacus.util.stream.IntStream
-
- flat(int[][], int, boolean) - Static method in class com.landawn.abacus.util.stream.IntStream
-
- flat(int[][][]) - Static method in class com.landawn.abacus.util.stream.IntStream
-
- flat(long[][]) - Static method in class com.landawn.abacus.util.stream.LongStream
-
- flat(long[][], boolean) - Static method in class com.landawn.abacus.util.stream.LongStream
-
- flat(long[][], long, boolean) - Static method in class com.landawn.abacus.util.stream.LongStream
-
- flat(long[][][]) - Static method in class com.landawn.abacus.util.stream.LongStream
-
- flat(short[][]) - Static method in class com.landawn.abacus.util.stream.ShortStream
-
- flat(short[][], boolean) - Static method in class com.landawn.abacus.util.stream.ShortStream
-
- flat(short[][], short, boolean) - Static method in class com.landawn.abacus.util.stream.ShortStream
-
- flat(short[][][]) - Static method in class com.landawn.abacus.util.stream.ShortStream
-
- flat(Collection<? extends Collection<? extends T>>) - Static method in class com.landawn.abacus.util.stream.Stream
-
- flat(T[][]) - Static method in class com.landawn.abacus.util.stream.Stream
-
- flat(T[][], boolean) - Static method in class com.landawn.abacus.util.stream.Stream
-
- flat(T[][], T, boolean) - Static method in class com.landawn.abacus.util.stream.Stream
-
- flat(T[][][]) - Static method in class com.landawn.abacus.util.stream.Stream
-
- flatForEach(Try.BiConsumer<? super K, ? super E, X>) - Method in class com.landawn.abacus.util.Multimap
-
- flatForEachValue(Try.Consumer<? super E, X>) - Method in class com.landawn.abacus.util.Multimap
-
- flatGroupTo(Try.Function<? super T, ? extends Collection<? extends K>, E>) - Method in class com.landawn.abacus.util.Seq
-
- flatGroupTo(Try.Function<? super T, ? extends Collection<? extends K>, E>, IntFunction<? extends M>) - Method in class com.landawn.abacus.util.Seq
-
- flatGroupTo(Try.Function<? super T, ? extends Collection<? extends K>, E>, Try.BiFunction<? super K, ? super T, ? extends V, E2>) - Method in class com.landawn.abacus.util.Seq
-
- flatGroupTo(Try.Function<? super T, ? extends Collection<? extends K>, E>, Try.BiFunction<? super K, ? super T, ? extends V, E2>, IntFunction<? extends M>) - Method in class com.landawn.abacus.util.Seq
-
- 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<? extends M>) - Static method in class com.landawn.abacus.util.ListMultimap
-
Deprecated.
- flatInvertFrom(Map<K, ? extends Collection<? extends E>>, IntFunction<? extends M>) - Static method in class com.landawn.abacus.util.Multimap
-
- flatInvertFrom(Map<K, ? extends Collection<? extends E>>) - Static method in class com.landawn.abacus.util.SetMultimap
-
- flatInvertFrom(Map<K, ? extends Collection<? extends E>>, IntFunction<? extends M>) - Static method in class com.landawn.abacus.util.SetMultimap
-
Deprecated.
- flatMap(Iterator<T>, Function<? super T, ? extends Collection<? extends U>>) - Static method in class com.landawn.abacus.util.Iterators
-
- 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<? extends C>) - Static method in class com.landawn.abacus.util.N
-
- flatMap(T[], int, int, Try.Function<? super T, ? extends Collection<? extends R>, E>, IntFunction<? extends C>) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- flatMap(Collection<? extends T>, Try.Function<? super T, ? extends Collection<? extends R>, E>, IntFunction<? extends C>) - Static method in class com.landawn.abacus.util.N
-
- flatMap(Collection<? extends T>, int, int, Try.Function<? super T, ? extends Collection<? extends R>, E>, IntFunction<? extends C>) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- flatMap(T[], 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<? extends C>) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- flatMap(Collection<? extends T>, 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<? extends C>) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- flatMap(Function<? super T, Collection<U>>) - Method in class com.landawn.abacus.util.Observer
-
- flatMap(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
-
- 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
-
- flatMap(Function<? super Map.Entry<K, V>, ? extends EntryStream<KK, VV>>) - Method in class com.landawn.abacus.util.stream.EntryStream
-
- flatMap(BiFunction<? super K, ? super V, ? extends EntryStream<KK, VV>>) - Method in class com.landawn.abacus.util.stream.EntryStream
-
- flatMap(FloatFunction<? extends FloatStream>) - Method in class com.landawn.abacus.util.stream.FloatStream
-
- flatMap(IntFunction<? extends IntStream>) - Method in class com.landawn.abacus.util.stream.IntStream
-
- flatMap(LongFunction<? extends LongStream>) - Method in class com.landawn.abacus.util.stream.LongStream
-
- flatMap(ShortFunction<? extends ShortStream>) - Method in class com.landawn.abacus.util.stream.ShortStream
-
- flatMap(Function<? super T, ? extends Stream<? extends R>>) - Method in class com.landawn.abacus.util.stream.Stream
-
- flatMap(Try.Function<? super T, u.Nullable<U>, E>) - Method in class com.landawn.abacus.util.u.Nullable
-
- flatMap(Try.Function<? super T, u.Optional<U>, E>) - Method in class com.landawn.abacus.util.u.Optional
-
- flatMap(Try.BooleanFunction<u.OptionalBoolean, E>) - Method in class com.landawn.abacus.util.u.OptionalBoolean
-
- flatMap(Try.ByteFunction<u.OptionalByte, E>) - Method in class com.landawn.abacus.util.u.OptionalByte
-
- flatMap(Try.CharFunction<u.OptionalChar, E>) - Method in class com.landawn.abacus.util.u.OptionalChar
-
- flatMap(Try.DoubleFunction<u.OptionalDouble, E>) - Method in class com.landawn.abacus.util.u.OptionalDouble
-
- flatMap(Try.FloatFunction<u.OptionalFloat, E>) - Method in class com.landawn.abacus.util.u.OptionalFloat
-
- flatMap(Try.IntFunction<u.OptionalInt, E>) - Method in class com.landawn.abacus.util.u.OptionalInt
-
- flatMap(Try.LongFunction<u.OptionalLong, E>) - Method in class com.landawn.abacus.util.u.OptionalLong
-
- flatMap(Try.ShortFunction<u.OptionalShort, E>) - Method in class com.landawn.abacus.util.u.OptionalShort
-
- flatMapIfNotNull(Try.Function<? super T, u.Nullable<U>, E>) - Method in class com.landawn.abacus.util.u.Nullable
-
- flatMapKey(Function<? super K, ? extends Stream<KK>>) - Method in class com.landawn.abacus.util.stream.EntryStream
-
- flatMapKey(BiFunction<? super K, ? super V, ? extends Stream<KK>>) - Method in class com.landawn.abacus.util.stream.EntryStream
-
- flatMapKeyER(Function<? super K, ? extends Stream<KK>>) - Method in class com.landawn.abacus.util.stream.EntryStream
-
Deprecated.
- flatMapp(Function<? super Map.Entry<K, V>, ? extends Map<KK, VV>>) - Method in class com.landawn.abacus.util.stream.EntryStream
-
- flatMapp(BiFunction<? super K, ? super V, ? extends Map<KK, VV>>) - Method in class com.landawn.abacus.util.stream.EntryStream
-
- flatMapp(Function<? super T, 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.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
-
- flatMapping(Function<? super T, ? extends Stream<? extends T2>>, BiFunction<? super T, ? super T2, ? extends U>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- flatMapping(Function<? super T, ? extends Stream<? extends T2>>, BiFunction<? super T, ? super T2, ? extends U>, Collector<? super U, A, R>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- flatMappToEntry(Function<? super T, ? extends EntryStream<K, V>>) - Method in class com.landawn.abacus.util.stream.Stream
-
- flatMappToObj(ByteFunction<T[]>) - Method in class com.landawn.abacus.util.stream.ByteStream
-
- flatMappToObj(CharFunction<T[]>) - Method in class com.landawn.abacus.util.stream.CharStream
-
- flatMappToObj(DoubleFunction<T[]>) - Method in class com.landawn.abacus.util.stream.DoubleStream
-
- flatMappToObj(FloatFunction<T[]>) - Method in class com.landawn.abacus.util.stream.FloatStream
-
- flatMappToObj(IntFunction<T[]>) - Method in class com.landawn.abacus.util.stream.IntStream
-
- flatMappToObj(LongFunction<T[]>) - Method in class com.landawn.abacus.util.stream.LongStream
-
- flatMappToObj(ShortFunction<T[]>) - Method in class com.landawn.abacus.util.stream.ShortStream
-
- flatMapThenFilter(Try.Function<? super T, ? extends Collection<? extends R>, E>, Try.Predicate<? super R, E2>) - Method in class com.landawn.abacus.util.Seq
-
For better performance, comparing to Stream
.
- flatMapThenForEach(Try.Function<? super T, ? extends Collection<? extends R>, E>, Try.Consumer<? super R, E2>) - Method in class com.landawn.abacus.util.Seq
-
For better performance, comparing to Stream
.
- 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
-
- flatMapToEntry(Function<? super T, ? extends Stream<? extends Map.Entry<K, V>>>) - Method in class com.landawn.abacus.util.stream.Stream
-
- flatMapToEntryER(Function<? super T, ? extends Stream<? extends V>>) - Method in class com.landawn.abacus.util.stream.Stream
-
Deprecated.
- 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
-
- 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
-
- 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, ? extends Stream<VV>>) - Method in class com.landawn.abacus.util.stream.EntryStream
-
- flatMapValue(BiFunction<? super K, ? super V, ? extends Stream<VV>>) - Method in class com.landawn.abacus.util.stream.EntryStream
-
- flatMapValueER(Function<? super V, ? extends Stream<VV>>) - Method in class com.landawn.abacus.util.stream.EntryStream
-
Deprecated.
- flatOp(Try.Consumer<A, E>) - Method in class com.landawn.abacus.util.AbstractMatrix
-
flatten -> execute op
-> set values back.
- flatOp(Try.Consumer<boolean[], E>) - Method in class com.landawn.abacus.util.BooleanMatrix
-
- flatOp(Try.Consumer<byte[], E>) - Method in class com.landawn.abacus.util.ByteMatrix
-
- flatOp(Try.Consumer<char[], E>) - Method in class com.landawn.abacus.util.CharMatrix
-
- flatOp(Try.Consumer<double[], E>) - Method in class com.landawn.abacus.util.DoubleMatrix
-
- flatOp(boolean[][], Try.Consumer<boolean[], E>) - Static method in class com.landawn.abacus.util.f
-
flatten -> execute op
-> set values back.
- flatOp(boolean[][][], Try.Consumer<boolean[], E>) - Static method in class com.landawn.abacus.util.f
-
flatten -> execute op
-> set values back.
- flatOp(char[][], Try.Consumer<char[], E>) - Static method in class com.landawn.abacus.util.f
-
flatten -> execute op
-> set values back.
- flatOp(char[][][], Try.Consumer<char[], E>) - Static method in class com.landawn.abacus.util.f
-
flatten -> execute op
-> set values back.
- flatOp(byte[][], Try.Consumer<byte[], E>) - Static method in class com.landawn.abacus.util.f
-
flatten -> execute op
-> set values back.
- flatOp(byte[][][], Try.Consumer<byte[], E>) - Static method in class com.landawn.abacus.util.f
-
flatten -> execute op
-> set values back.
- flatOp(short[][], Try.Consumer<short[], E>) - Static method in class com.landawn.abacus.util.f
-
flatten -> execute op
-> set values back.
- flatOp(short[][][], Try.Consumer<short[], E>) - Static method in class com.landawn.abacus.util.f
-
flatten -> execute op
-> set values back.
- flatOp(int[][], Try.Consumer<int[], E>) - Static method in class com.landawn.abacus.util.f
-
flatten -> execute op
-> set values back.
- flatOp(int[][][], Try.Consumer<int[], E>) - Static method in class com.landawn.abacus.util.f
-
flatten -> execute op
-> set values back.
- flatOp(long[][], Try.Consumer<long[], E>) - Static method in class com.landawn.abacus.util.f
-
flatten -> execute op
-> set values back.
- flatOp(long[][][], Try.Consumer<long[], E>) - Static method in class com.landawn.abacus.util.f
-
flatten -> execute op
-> set values back.
- flatOp(float[][], Try.Consumer<float[], E>) - Static method in class com.landawn.abacus.util.f
-
flatten -> execute op
-> set values back.
- flatOp(float[][][], Try.Consumer<float[], E>) - Static method in class com.landawn.abacus.util.f
-
flatten -> execute op
-> set values back.
- flatOp(double[][], Try.Consumer<double[], E>) - Static method in class com.landawn.abacus.util.f
-
flatten -> execute op
-> set values back.
- flatOp(double[][][], Try.Consumer<double[], E>) - Static method in class com.landawn.abacus.util.f
-
flatten -> execute op
-> set values back.
- flatOp(Try.Consumer<float[], E>) - Method in class com.landawn.abacus.util.FloatMatrix
-
- flatOp(Try.Consumer<int[], E>) - Method in class com.landawn.abacus.util.IntMatrix
-
- flatOp(Try.Consumer<long[], E>) - Method in class com.landawn.abacus.util.LongMatrix
-
- flatOp(Try.Consumer<T[], E>) - Method in class com.landawn.abacus.util.Matrix
-
- flatOp(Try.Consumer<short[], E>) - Method in class com.landawn.abacus.util.ShortMatrix
-
- flatStream() - Method in class com.landawn.abacus.util.LongMultiset
-
- flatStream() - Method in class com.landawn.abacus.util.Multiset
-
- 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(Map<String, Object>) - Static method in class com.landawn.abacus.util.Maps
-
- flatten(Map<String, Object>, Supplier<? extends M>) - Static method in class com.landawn.abacus.util.Maps
-
- flatten(Map<String, Object>, String, Supplier<? extends M>) - Static method in class com.landawn.abacus.util.Maps
-
- flatten() - Method in class com.landawn.abacus.util.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<? extends C>) - Static method in class com.landawn.abacus.util.N
-
- flattMap(T[], int, int, Try.Function<? super T, ? extends R[], E>, IntFunction<? extends C>) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- flattMap(Collection<? extends T>, Try.Function<? super T, ? extends R[], E>, IntFunction<? extends C>) - Static method in class com.landawn.abacus.util.N
-
- flattMap(Collection<? extends T>, int, int, Try.Function<? super T, ? extends R[], E>, IntFunction<? extends C>) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- flattMap(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>, ? extends Stream<? extends Map.Entry<KK, VV>>>) - Method in class com.landawn.abacus.util.stream.EntryStream
-
- flattMap(BiFunction<? super K, ? super V, ? extends Stream<? extends 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
-
- flattMapKey(Function<? super K, ? extends Collection<KK>>) - Method in class com.landawn.abacus.util.stream.EntryStream
-
- flattMapKey(BiFunction<? super K, ? super V, ? extends Collection<KK>>) - Method in class com.landawn.abacus.util.stream.EntryStream
-
- flattMapKeyER(Function<? super K, ? extends Collection<KK>>) - Method in class com.landawn.abacus.util.stream.EntryStream
-
Deprecated.
- flattMapping(Function<? super T, ? extends Collection<? extends U>>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- flattMapping(Function<? super T, ? extends Collection<? extends U>>, Collector<? super U, A, R>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- flattMapping(Function<? super T, ? extends Collection<? extends T2>>, BiFunction<? super T, ? super T2, ? extends U>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- flattMapping(Function<? super T, ? extends Collection<? extends T2>>, BiFunction<? super T, ? super T2, ? extends U>, Collector<? super U, A, R>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- 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
-
- flattMapToByte(Function<? super T, byte[]>) - Method in class com.landawn.abacus.util.stream.Stream
-
- flattMapToChar(Try.Function<? super T, char[], E>) - Method in class com.landawn.abacus.util.Seq
-
- flattMapToChar(Function<? super T, char[]>) - Method in class com.landawn.abacus.util.stream.Stream
-
- flattMapToDouble(Try.Function<? super T, double[], E>) - Method in class com.landawn.abacus.util.Seq
-
- flattMapToDouble(Function<? super T, double[]>) - Method in class com.landawn.abacus.util.stream.Stream
-
- flattMapToEntry(Function<? super T, ? extends Map<K, V>>) - Method in class com.landawn.abacus.util.stream.Stream
-
- flattMapToEntryER(Function<? super T, ? extends Collection<? extends V>>) - Method in class com.landawn.abacus.util.stream.Stream
-
Deprecated.
- flattMapToFloat(Try.Function<? super T, float[], E>) - Method in class com.landawn.abacus.util.Seq
-
- flattMapToFloat(Function<? super T, float[]>) - Method in class com.landawn.abacus.util.stream.Stream
-
- flattMapToInt(Try.Function<? super T, int[], E>) - Method in class com.landawn.abacus.util.Seq
-
- flattMapToInt(Function<? super T, int[]>) - Method in class com.landawn.abacus.util.stream.Stream
-
- flattMapToLong(Try.Function<? super T, long[], E>) - Method in class com.landawn.abacus.util.Seq
-
- flattMapToLong(Function<? super T, long[]>) - Method in class com.landawn.abacus.util.stream.Stream
-
- 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
-
- flattMapToShort(Function<? super T, short[]>) - Method in class com.landawn.abacus.util.stream.Stream
-
- flattMapValue(Function<? super V, ? extends Collection<VV>>) - Method in class com.landawn.abacus.util.stream.EntryStream
-
- flattMapValue(BiFunction<? super K, ? super V, ? extends Collection<VV>>) - Method in class com.landawn.abacus.util.stream.EntryStream
-
- flattMapValueER(Function<? super V, ? extends Collection<VV>>) - Method in class com.landawn.abacus.util.stream.EntryStream
-
Deprecated.
- flatToMap(Try.Function<? super T, ? extends Collection<? extends K>, E>, Try.BiFunction<? super K, ? super T, ? extends V, E2>) - Method in class com.landawn.abacus.util.Seq
-
- flatToMap(Try.Function<? super T, ? extends Collection<? extends K>, E>, Try.BiFunction<? super K, ? super T, ? extends V, E2>, IntFunction<? extends M>) - Method in class com.landawn.abacus.util.Seq
-
- flatToMap(Try.Function<? super T, ? extends Collection<? extends K>, E>, Try.BiFunction<? super K, ? super T, ? extends V, E2>, Try.BinaryOperator<V, E3>) - Method in class com.landawn.abacus.util.Seq
-
- flatToMap(Try.Function<? super T, ? extends Collection<? extends K>, E>, Try.BiFunction<? super K, ? super T, ? extends V, E2>, Try.BinaryOperator<V, E3>, IntFunction<? extends M>) - Method in class com.landawn.abacus.util.Seq
-
- flatToMap(Try.Function<? super T, ? extends Collection<? extends K>, E>, Collector<? super T, A, D>) - Method in class com.landawn.abacus.util.Seq
-
- flatToMap(Try.Function<? super T, ? extends Collection<? extends K>, E>, Collector<? super T, A, D>, IntFunction<? extends M>) - Method in class com.landawn.abacus.util.Seq
-
- flatToMap(Try.Function<? super T, ? extends Collection<? extends K>, E>, Try.BiFunction<? super K, ? super T, ? extends V, E2>, Collector<? super V, A, D>) - Method in class com.landawn.abacus.util.Seq
-
- flatToMap(Try.Function<? super T, ? extends Collection<? extends K>, E>, Try.BiFunction<? super K, ? super T, ? extends V, E2>, Collector<? super V, A, D>, IntFunction<? extends M>) - Method in class com.landawn.abacus.util.Seq
-
- flatToMultimap(Try.Function<? super T, ? extends Collection<? extends K>, E>) - Method in class com.landawn.abacus.util.Seq
-
- flatToMultimap(Try.Function<? super T, ? extends Collection<? extends K>, E>, IntFunction<? extends M>) - Method in class com.landawn.abacus.util.Seq
-
- flatToMultimap(Try.Function<? super T, ? extends Collection<? extends K>, E>, Try.BiFunction<? super K, ? super T, ? extends V, E2>) - Method in class com.landawn.abacus.util.Seq
-
- flatToMultimap(Try.Function<? super T, ? extends Collection<? extends K>, E>, Try.BiFunction<? super K, ? super T, ? extends V, E2>, IntFunction<? extends M>) - Method in class com.landawn.abacus.util.Seq
-
- flatToMultimap(Function<? super T, ? extends Stream<? extends K>>) - Method in class com.landawn.abacus.util.stream.Stream
-
- flatToMultimap(Function<? super T, ? extends Stream<? extends K>>, Supplier<? extends M>) - Method in class com.landawn.abacus.util.stream.Stream
-
- flatToMultimap(Function<? super T, ? extends Stream<? extends K>>, BiFunction<? super K, ? super T, ? extends V>) - Method in class com.landawn.abacus.util.stream.Stream
-
- flatToMultimap(Function<? super T, ? extends Stream<? extends K>>, BiFunction<? super K, ? super T, ? extends V>, Supplier<? extends M>) - Method in class com.landawn.abacus.util.stream.Stream
-
- flattOp(T[][], Try.Consumer<T[], E>) - Static method in class com.landawn.abacus.util.f
-
flatten -> execute op
-> set values back.
- flattOp(T[][][], Try.Consumer<T[], E>) - Static method in class com.landawn.abacus.util.f
-
flatten -> execute op
-> set values back.
- flattToMultimap(Function<? super T, ? extends Collection<? extends K>>) - Method in class com.landawn.abacus.util.stream.Stream
-
- flattToMultimap(Function<? super T, ? extends Collection<? extends K>>, Supplier<? extends M>) - Method in class com.landawn.abacus.util.stream.Stream
-
- flattToMultimap(Function<? super T, ? extends Collection<? extends K>>, BiFunction<? super K, ? super T, ? extends V>) - Method in class com.landawn.abacus.util.stream.Stream
-
- flattToMultimap(Function<? super T, ? extends Collection<? extends K>>, BiFunction<? super K, ? super T, ? extends V>, Supplier<? extends M>) - Method in class com.landawn.abacus.util.stream.Stream
-
- flatValues() - Method in class com.landawn.abacus.util.Multimap
-
- flatValues(IntFunction<R>) - Method in class com.landawn.abacus.util.Multimap
-
- 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
-
The Stream will be automatically closed after execution(A terminal method is executed/triggered).
- 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.Matth
-
Returns the largest power of two less than or equal to x
.
- floorPowerOfTwo(BigInteger) - Static method in class com.landawn.abacus.util.Matth
-
- 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.Entries - Class in com.landawn.abacus.util
-
- Fn.Factory - Class in com.landawn.abacus.util
-
- Fn.FN - Class in com.landawn.abacus.util
-
Utility class for exceptional Predicate/Function/Consumer
.
- Fn.FnB - Class in com.landawn.abacus.util
-
Utility class for BytePredicate/Function/Consumer
.
- Fn.FnC - Class in com.landawn.abacus.util
-
Utility class for CharPredicate/Function/Consumer
.
- Fn.FnD - Class in com.landawn.abacus.util
-
Utility class for DoublePredicate/Function/Consumer
.
- Fn.FnF - Class in com.landawn.abacus.util
-
Utility class for FloatPredicate/Function/Consumer
.
- Fn.FnI - Class in com.landawn.abacus.util
-
Utility class for IntPredicate/Function/Consumer
.
- Fn.FnL - Class in com.landawn.abacus.util
-
Utility class for LongPredicate/Function/Consumer
.
- Fn.Fnn - Class in com.landawn.abacus.util
-
Utility class for primitive Predicate/Function/Consumer
.
- Fn.FnS - Class in com.landawn.abacus.util
-
Utility class for ShortPredicate/Function/Consumer
.
- Fn.Functions - Class in com.landawn.abacus.util
-
- Fn.IntFunctions - Class in com.landawn.abacus.util
-
- Fn.Pairs - 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.Triples - Class in com.landawn.abacus.util
-
- Fn.TriPredicates - Class in com.landawn.abacus.util
-
- Fn.UnaryOperators - Class in com.landawn.abacus.util
-
- FOLLOW_ONLY_WHEN_PRERENDER_SHOWN - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Follow-Only-When-Prerender-Shown
header field name.
- 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(Tuple.Tuple2<String, String>, Try.BiConsumer<?, ?, E>) - Method in interface com.landawn.abacus.DataSet
-
- forEach(Tuple.Tuple2<String, String>, int, int, Try.BiConsumer<?, ?, E>) - Method in interface com.landawn.abacus.DataSet
-
- forEach(Tuple.Tuple3<String, String, String>, Try.TriConsumer<?, ?, ?, E>) - Method in interface com.landawn.abacus.DataSet
-
- forEach(Tuple.Tuple3<String, String, String>, int, int, Try.TriConsumer<?, ?, ?, E>) - Method in interface com.landawn.abacus.DataSet
-
- forEach(Try.IntBiConsumer<E>) - Method in class com.landawn.abacus.util.AbstractMatrix
-
for (int i = 0; i < rows; i++) {
for (int j = 0; j < cols; j++) {
action.accept(i, j);
}
}
- 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>, 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.Consumer<? super T, E>) - Method in class com.landawn.abacus.util.LongMultiset
-
- forEach(Try.ObjLongConsumer<? super T, E>) - Method in class com.landawn.abacus.util.LongMultiset
-
- 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
-
- 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(Try.Consumer<? super T, E>) - Method in class com.landawn.abacus.util.Multiset
-
- forEach(Try.ObjIntConsumer<? super T, E>) - Method in class com.landawn.abacus.util.Multiset
-
- 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<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
- forEach(int, int, int, T, Try.ObjIntConsumer<? super 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(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(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.Consumer<? super T, E>, Try.Runnable<E2>) - Method in class com.landawn.abacus.util.Seq
-
- forEach(Try.IndexedConsumer<? super T, E>) - Method in class com.landawn.abacus.util.Seq
-
- 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(Try.Consumer<? super T, E>, Try.Runnable<E2>) - Method in class com.landawn.abacus.util.stream.Stream
-
- forEach(Try.Function<? super T, ? extends Collection<U>, E>, Try.BiConsumer<? super T, ? super U, E2>) - Method in class com.landawn.abacus.util.stream.Stream
-
- 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.stream.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
-
- forEachH(Try.TriConsumer<R, C, E, X>) - Method in class com.landawn.abacus.util.Sheet
-
- forEachKey(Try.Consumer<? super K, X>) - Method in class com.landawn.abacus.util.Multimap
-
- 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.Consumer<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
- forEachNonNull(Collection<T>, Try.Consumer<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
- 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.Consumer<? super T, E>) - Method in class com.landawn.abacus.util.Seq
-
- 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.BiConsumer<? super A, ? super B, E>) - Method in class com.landawn.abacus.util.BiIterator
-
- forEachRemaining(Consumer<? super Pair<A, B>>) - Method in class com.landawn.abacus.util.BiIterator
-
Deprecated.
- foreachRemaining(Try.BooleanConsumer<E>) - Method in class com.landawn.abacus.util.BooleanIterator
-
- forEachRemaining(Consumer<? super Boolean>) - Method in class com.landawn.abacus.util.BooleanIterator
-
Deprecated.
- foreachRemaining(Try.ByteConsumer<E>) - Method in class com.landawn.abacus.util.ByteIterator
-
- forEachRemaining(Consumer<? super Byte>) - Method in class com.landawn.abacus.util.ByteIterator
-
Deprecated.
- foreachRemaining(Try.CharConsumer<E>) - Method in class com.landawn.abacus.util.CharIterator
-
- forEachRemaining(Consumer<? super Character>) - Method in class com.landawn.abacus.util.CharIterator
-
Deprecated.
- foreachRemaining(Try.DoubleConsumer<E>) - Method in class com.landawn.abacus.util.DoubleIterator
-
- forEachRemaining(Consumer<? super Double>) - Method in class com.landawn.abacus.util.DoubleIterator
-
Deprecated.
- foreachRemaining(Try.FloatConsumer<E>) - Method in class com.landawn.abacus.util.FloatIterator
-
- forEachRemaining(Consumer<? super Float>) - Method in class com.landawn.abacus.util.FloatIterator
-
Deprecated.
- foreachRemaining(Try.IntConsumer<E>) - Method in class com.landawn.abacus.util.IntIterator
-
- forEachRemaining(Consumer<? super Integer>) - Method in class com.landawn.abacus.util.IntIterator
-
Deprecated.
- foreachRemaining(Try.Consumer<? super String, E>) - Method in class com.landawn.abacus.util.LineIterator
-
- foreachRemaining(Try.LongConsumer<E>) - Method in class com.landawn.abacus.util.LongIterator
-
- forEachRemaining(Consumer<? super Long>) - Method in class com.landawn.abacus.util.LongIterator
-
Deprecated.
- foreachRemaining(Try.Consumer<? super T, E>) - Method in class com.landawn.abacus.util.ObjIterator
-
- foreachRemaining(Try.ShortConsumer<E>) - Method in class com.landawn.abacus.util.ShortIterator
-
- forEachRemaining(Consumer<? super Short>) - Method in class com.landawn.abacus.util.ShortIterator
-
Deprecated.
- forEachRemaining(Try.TriConsumer<? super A, ? super B, ? super C, E>) - Method in class com.landawn.abacus.util.TriIterator
-
- forEachRemaining(Consumer<? super Triple<A, B, C>>) - Method in class com.landawn.abacus.util.TriIterator
-
Deprecated.
- 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
.
- forEachV(Try.TriConsumer<R, C, E, X>) - Method in class com.landawn.abacus.util.Sheet
-
- forEachValue(Try.Consumer<? super V, X>) - Method in class com.landawn.abacus.util.Multimap
-
- forGraph(Function<? super 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) - Static method in class com.landawn.abacus.util.DateUtil
-
- format(Writer, Date, String, TimeZone) - Static method in class com.landawn.abacus.util.DateUtil
-
- format(Calendar) - Static method in class com.landawn.abacus.util.DateUtil
-
- format(Calendar, String) - Static method in class com.landawn.abacus.util.DateUtil
-
- format(Calendar, String, TimeZone) - Static method in class com.landawn.abacus.util.DateUtil
-
- format(Writer, Calendar) - Static method in class com.landawn.abacus.util.DateUtil
-
- format(Writer, Calendar, String) - Static method in class com.landawn.abacus.util.DateUtil
-
- format(Writer, Calendar, String, TimeZone) - Static method in class com.landawn.abacus.util.DateUtil
-
- format(XMLGregorianCalendar) - Static method in class com.landawn.abacus.util.DateUtil
-
- format(XMLGregorianCalendar, String) - Static method in class com.landawn.abacus.util.DateUtil
-
- format(XMLGregorianCalendar, String, TimeZone) - Static method in class com.landawn.abacus.util.DateUtil
-
- format(Writer, XMLGregorianCalendar) - Static method in class com.landawn.abacus.util.DateUtil
-
- format(Writer, XMLGregorianCalendar, String) - Static method in class com.landawn.abacus.util.DateUtil
-
- format(Writer, XMLGregorianCalendar, String, TimeZone) - Static method in class com.landawn.abacus.util.DateUtil
-
- formatJSON(String) - Static method in class com.landawn.abacus.util.N
-
- formatJSON(Class<?>, String) - Static method in class com.landawn.abacus.util.N
-
- formatJSON(Type<?>, String) - Static method in class com.landawn.abacus.util.N
-
- forTree(Function<? super 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
-
- FORWARDED - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
- FOUR_FIFTHS - Static variable in class com.landawn.abacus.util.Fraction
-
Fraction
representation of 4/5.
- fp(FloatPredicate) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- 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.HttpHeaders.Names
-
The HTTP From
header field name.
- 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(Collection<Boolean>, int, int) - Static method in class com.landawn.abacus.util.BooleanList
-
- from(Collection<Boolean>, int, int, boolean) - Static method in class com.landawn.abacus.util.BooleanList
-
- 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(Collection<Byte>, int, int) - Static method in class com.landawn.abacus.util.ByteList
-
- from(Collection<Byte>, int, int, byte) - Static method in class com.landawn.abacus.util.ByteList
-
- 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(Collection<Character>, int, int) - Static method in class com.landawn.abacus.util.CharList
-
- from(Collection<Character>, int, int, char) - Static method in class com.landawn.abacus.util.CharList
-
- 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(Collection<Double>, int, int) - Static method in class com.landawn.abacus.util.DoubleList
-
- from(Collection<Double>, int, int, 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() - Method in class com.landawn.abacus.util.DynamicSQLBuilder
-
- 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(Collection<Float>, int, int) - Static method in class com.landawn.abacus.util.FloatList
-
- from(Collection<Float>, int, int, float) - Static method in class com.landawn.abacus.util.FloatList
-
- from(int[]...) - Static method in class com.landawn.abacus.util.FloatMatrix
-
- from(Map.Entry<? extends K, ? extends V>) - Static method in class com.landawn.abacus.util.ImmutableEntry
-
- 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(Collection<Integer>, int, int) - Static method in class com.landawn.abacus.util.IntList
-
- from(Collection<Integer>, int, int, 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(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<? extends M>) - Static method in class com.landawn.abacus.util.ListMultimap
-
Deprecated.
- from(Collection<? extends T>, Try.Function<? super T, ? extends K, X>, IntFunction<? extends 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<? extends 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(Collection<Long>, int, int) - Static method in class com.landawn.abacus.util.LongList
-
- from(Collection<Long>, int, int, 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(Map<? extends K, ? extends E>, IntFunction<? extends M>) - Static method in class com.landawn.abacus.util.Multimap
-
- from(Collection<? extends T>, Try.Function<? super T, ? extends K, X>, IntFunction<? extends 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<? extends M>) - Static method in class com.landawn.abacus.util.Multimap
-
- from(Collection<? extends T>) - Static method in class com.landawn.abacus.util.Multiset
-
- from(Map<? extends T, Integer>) - Static method in class com.landawn.abacus.util.Multiset
-
- from(Map.Entry<K, V>) - Static method in class com.landawn.abacus.util.Pair
-
- from(Map<? extends K, ? extends V>) - Static method in class com.landawn.abacus.util.Properties
-
- from(Map<? extends K, ? extends E>) - Static method in class com.landawn.abacus.util.SetMultimap
-
- from(Collection<? extends T>, 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<? extends M>) - Static method in class com.landawn.abacus.util.SetMultimap
-
Deprecated.
- from(Collection<? extends T>, Try.Function<? super T, ? extends K, X>, IntFunction<? extends 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<? extends 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(Collection<Short>, int, int) - Static method in class com.landawn.abacus.util.ShortList
-
- from(Collection<Short>, int, int, short) - Static method in class com.landawn.abacus.util.ShortList
-
- 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(Collector<T, A, R>) - Static method in interface com.landawn.abacus.util.stream.Collector
-
- 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(Map.Entry<K, V>) - Static method in class com.landawn.abacus.util.Tuple
-
- from(Object[]) - Static method in class com.landawn.abacus.util.Tuple
-
- from(Collection<?>) - Static method in class com.landawn.abacus.util.Tuple
-
- from(u.Optional<T>) - Static method in class com.landawn.abacus.util.u.Nullable
-
- from(Optional<T>) - Static method in class com.landawn.abacus.util.u.Nullable
-
- from(Optional<T>) - Static method in class com.landawn.abacus.util.u.Optional
-
- from(OptionalDouble) - Static method in class com.landawn.abacus.util.u.OptionalDouble
-
- from(OptionalInt) - Static method in class com.landawn.abacus.util.u.OptionalInt
-
- from(OptionalLong) - Static method in class com.landawn.abacus.util.u.OptionalLong
-
- FROM_NUM - Static variable in interface com.landawn.abacus.util.function.ToByteFunction
-
- FROM_NUM - Static variable in interface com.landawn.abacus.util.function.ToDoubleFunction
-
- FROM_NUM - Static variable in interface com.landawn.abacus.util.function.ToFloatFunction
-
- FROM_NUM - Static variable in interface com.landawn.abacus.util.function.ToIntFunction
-
- FROM_NUM - Static variable in interface com.landawn.abacus.util.function.ToLongFunction
-
- FROM_NUM - Static variable in interface com.landawn.abacus.util.function.ToShortFunction
-
- 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.MongoDB
-
Returns an instance of the specified target class with the property values from the specified JSON String.
- fromJSON(Class<? extends T>, String) - Static method in class com.landawn.abacus.util.N
-
- fromJSON(Class<? extends T>, String, JSONDeserializationConfig) - Static method in class com.landawn.abacus.util.N
-
- fromJSON(Class<? extends T>, File) - Static method in class com.landawn.abacus.util.N
-
- fromJSON(Class<? extends T>, File, JSONDeserializationConfig) - Static method in class com.landawn.abacus.util.N
-
- fromJSON(Class<? extends T>, InputStream) - Static method in class com.landawn.abacus.util.N
-
- fromJSON(Class<? extends T>, InputStream, JSONDeserializationConfig) - Static method in class com.landawn.abacus.util.N
-
- fromJSON(Class<? extends T>, Reader) - Static method in class com.landawn.abacus.util.N
-
- fromJSON(Class<? extends T>, Reader, JSONDeserializationConfig) - Static method in class com.landawn.abacus.util.N
-
- fromJSON(Class<? extends T>, String, int, int) - Static method in class com.landawn.abacus.util.N
-
- fromJSON(Class<? extends T>, String, int, int, JSONDeserializationConfig) - Static method in class com.landawn.abacus.util.N
-
- fromJSON(Type<? extends T>, String) - Static method in class com.landawn.abacus.util.N
-
- fromJSON(Type<? extends T>, String, JSONDeserializationConfig) - Static method in class com.landawn.abacus.util.N
-
- fromJSON(Type<? extends T>, File) - Static method in class com.landawn.abacus.util.N
-
- fromJSON(Type<? extends T>, File, JSONDeserializationConfig) - Static method in class com.landawn.abacus.util.N
-
- fromJSON(Type<? extends T>, InputStream) - Static method in class com.landawn.abacus.util.N
-
- fromJSON(Type<? extends T>, InputStream, JSONDeserializationConfig) - Static method in class com.landawn.abacus.util.N
-
- fromJSON(Type<? extends T>, Reader) - Static method in class com.landawn.abacus.util.N
-
- fromJSON(Type<? extends T>, Reader, JSONDeserializationConfig) - Static method in class com.landawn.abacus.util.N
-
- fromJSON(Type<? extends T>, String, int, int) - Static method in class com.landawn.abacus.util.N
-
- fromJSON(Type<? extends T>, String, int, int, JSONDeserializationConfig) - Static method in class com.landawn.abacus.util.N
-
- 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<? extends 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<? extends M>) - Static method in class com.landawn.abacus.util.Multimap
-
- fromm(Map<? extends K, ? extends Collection<? extends E>>) - Static method in class com.landawn.abacus.util.SetMultimap
-
- fromm(Map<? extends K, ? extends Collection<? extends E>>, IntFunction<? extends M>) - Static method in class com.landawn.abacus.util.SetMultimap
-
Deprecated.
- fromString(String) - Static method in class com.landawn.abacus.hash.HashCode
-
Creates a HashCode
from a hexadecimal (base 16
) encoded string.
- fromXML(Class<? extends T>, String) - Static method in class com.landawn.abacus.util.N
-
- fromXML(Class<? extends T>, String, XMLDeserializationConfig) - Static method in class com.landawn.abacus.util.N
-
- fromXML(Class<? extends T>, File) - Static method in class com.landawn.abacus.util.N
-
- fromXML(Class<? extends T>, File, XMLDeserializationConfig) - Static method in class com.landawn.abacus.util.N
-
- fromXML(Class<? extends T>, InputStream) - Static method in class com.landawn.abacus.util.N
-
- fromXML(Class<? extends T>, InputStream, XMLDeserializationConfig) - Static method in class com.landawn.abacus.util.N
-
- fromXML(Class<? extends T>, Reader) - Static method in class com.landawn.abacus.util.N
-
- fromXML(Class<? extends T>, Reader, XMLDeserializationConfig) - Static method in class com.landawn.abacus.util.N
-
- fromXML(Type<? extends T>, String) - Static method in class com.landawn.abacus.util.N
-
- fromXML(Type<? extends T>, String, XMLDeserializationConfig) - Static method in class com.landawn.abacus.util.N
-
- fromXML(Type<? extends T>, File) - Static method in class com.landawn.abacus.util.N
-
- fromXML(Type<? extends T>, File, XMLDeserializationConfig) - Static method in class com.landawn.abacus.util.N
-
- fromXML(Type<? extends T>, InputStream) - Static method in class com.landawn.abacus.util.N
-
- fromXML(Type<? extends T>, InputStream, XMLDeserializationConfig) - Static method in class com.landawn.abacus.util.N
-
- fromXML(Type<? extends T>, Reader) - Static method in class com.landawn.abacus.util.N
-
- fromXML(Type<? extends T>, Reader, XMLDeserializationConfig) - Static method in class com.landawn.abacus.util.N
-
- frozen() - Method in interface com.landawn.abacus.DataSet
-
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<?>, IntFunction<? extends Collection>) - Method in interface com.landawn.abacus.DataSet
-
Returns a new DataSet
that has all the rows from this DataSet
and the specified right DataSet
, regardless of whether there are any matches.
- fullJoin(String, String) - Method in class com.landawn.abacus.util.DynamicSQLBuilder.From
-
- fullJoin(Collection<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.Matth
-
Compares a
and b
"fuzzily," with a tolerance for nearly-equal values.
- fuzzyEquals(double, double, double) - Static method in class com.landawn.abacus.util.Matth
-
Returns true
if a
and b
are within tolerance
of each other.
- gcd(int, int) - Static method in class com.landawn.abacus.util.Matth
-
Returns the greatest common divisor of a, b
.
- gcd(long, long) - Static method in class com.landawn.abacus.util.Matth
-
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(Consumer<Pair<A, B>>) - Static method in class com.landawn.abacus.util.BiIterator
-
Returns an infinite BiIterator
.
- generate(BooleanSupplier, Consumer<Pair<A, B>>) - Static method in class com.landawn.abacus.util.BiIterator
-
- generate(int, int, IndexedConsumer<Pair<A, B>>) - Static method in class com.landawn.abacus.util.BiIterator
-
- generate(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(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 ObjIterator
.
- 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
-
- generate(Consumer<Triple<A, B, C>>) - Static method in class com.landawn.abacus.util.TriIterator
-
Returns an infinite BiIterator
.
- generate(BooleanSupplier, Consumer<Triple<A, B, C>>) - Static method in class com.landawn.abacus.util.TriIterator
-
- generate(int, int, IndexedConsumer<Triple<A, B, C>>) - Static method in class com.landawn.abacus.util.TriIterator
-
- generateDigest(byte[]) - Static method in class com.landawn.abacus.util.WSSecurityUtil
-
Generate a (SHA1) digest of the input bytes.
- generateNonce(int) - Static method in class com.landawn.abacus.util.WSSecurityUtil
-
Generate a nonce of the given length using the SHA1PRNG algorithm.
- GenericKeyedObjectPool<K,E extends Poolable> - Class in com.landawn.abacus.pool
-
- GenericObjectPool<E extends Poolable> - Class in com.landawn.abacus.pool
-
- get() - Method in class com.landawn.abacus.android.util.ContinuableFuture
-
- get(long, TimeUnit) - Method in class com.landawn.abacus.android.util.ContinuableFuture
-
- 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(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(HttpSettings) - Method in class com.landawn.abacus.http.AbstractHttpClient
-
- get(Object) - Method in class com.landawn.abacus.http.AbstractHttpClient
-
- get(Object, HttpSettings) - Method in class com.landawn.abacus.http.AbstractHttpClient
-
- get(Class<T>) - Method in class com.landawn.abacus.http.AbstractHttpClient
-
- get(Class<T>, HttpSettings) - Method in class com.landawn.abacus.http.AbstractHttpClient
-
- get(Class<T>, Object) - Method in class com.landawn.abacus.http.AbstractHttpClient
-
- get(Class<T>, Object, HttpSettings) - 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(String) - Method in class com.landawn.abacus.http.HttpHeaders
-
- get() - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
- get(Class<T>) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
- 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, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
-
- get(Class<T>, String, SQLExecutor.JdbcSettings, 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, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
-
- get(Class<T>, Connection, String, SQLExecutor.JdbcSettings, 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(String, JdbcUtil.RecordGetter<T, RuntimeException>, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
-
- get(String, SQLExecutor.StatementSetter, JdbcUtil.RecordGetter<T, RuntimeException>, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
-
- get(String, JdbcUtil.RecordGetter<T, RuntimeException>, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
-
- get(String, SQLExecutor.StatementSetter, JdbcUtil.RecordGetter<T, RuntimeException>, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
-
- get(Connection, String, JdbcUtil.RecordGetter<T, RuntimeException>, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
-
- get(Connection, String, SQLExecutor.StatementSetter, JdbcUtil.RecordGetter<T, RuntimeException>, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
-
- get(Connection, String, JdbcUtil.RecordGetter<T, RuntimeException>, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
-
- get(Connection, String, SQLExecutor.StatementSetter, JdbcUtil.RecordGetter<T, RuntimeException>, 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.ContinuableFuture
-
- get(long, TimeUnit) - Method in class com.landawn.abacus.util.ContinuableFuture
-
- 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) - Method in class com.landawn.abacus.util.MongoCollectionMapper
-
- get(ObjectId) - Method in class com.landawn.abacus.util.MongoCollectionMapper
-
- get(String, Collection<String>) - Method in class com.landawn.abacus.util.MongoCollectionMapper
-
- get(ObjectId, Collection<String>) - Method in class com.landawn.abacus.util.MongoCollectionMapper
-
- get(Object) - Method in class com.landawn.abacus.util.Multimap
-
- get(Object) - Method in class com.landawn.abacus.util.Multiset
-
- 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, 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, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
-
- get(Class<T>, String, SQLExecutor.JdbcSettings, 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, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
-
- get(Class<T>, Connection, String, SQLExecutor.JdbcSettings, 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(String, JdbcUtil.RecordGetter<T, RuntimeException>, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
-
v
- get(String, SQLExecutor.StatementSetter, JdbcUtil.RecordGetter<T, RuntimeException>, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
-
- get(String, JdbcUtil.RecordGetter<T, RuntimeException>, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
-
- get(String, SQLExecutor.StatementSetter, JdbcUtil.RecordGetter<T, RuntimeException>, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
-
- get(Connection, String, JdbcUtil.RecordGetter<T, RuntimeException>, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
-
- get(Connection, String, SQLExecutor.StatementSetter, JdbcUtil.RecordGetter<T, RuntimeException>, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
-
- get(Connection, String, JdbcUtil.RecordGetter<T, RuntimeException>, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
-
- get(Connection, String, SQLExecutor.StatementSetter, JdbcUtil.RecordGetter<T, RuntimeException>, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
-
- get(Object) - 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.EE.Supplier
-
- get() - Method in interface com.landawn.abacus.util.Try.EEE.Supplier
-
- get() - Method in interface com.landawn.abacus.util.Try.Supplier
-
- get() - Method in class com.landawn.abacus.util.u.Nullable
-
- get() - Method in class com.landawn.abacus.util.u.Optional
-
- get() - Method in class com.landawn.abacus.util.u.OptionalBoolean
-
- get() - Method in class com.landawn.abacus.util.u.OptionalByte
-
- get() - Method in class com.landawn.abacus.util.u.OptionalChar
-
- get() - Method in class com.landawn.abacus.util.u.OptionalDouble
-
- get() - Method in class com.landawn.abacus.util.u.OptionalFloat
-
- get() - Method in class com.landawn.abacus.util.u.OptionalInt
-
- get() - Method in class com.landawn.abacus.util.u.OptionalLong
-
- get() - Method in class com.landawn.abacus.util.u.OptionalShort
-
- GET_BIG_DECIMAL - Static variable in interface com.landawn.abacus.util.JdbcUtil.BiRecordGetter
-
- GET_BIG_DECIMAL - Static variable in interface com.landawn.abacus.util.JdbcUtil.RecordGetter
-
- GET_BOOLEAN - Static variable in interface com.landawn.abacus.util.JdbcUtil.BiRecordGetter
-
- GET_BOOLEAN - Static variable in interface com.landawn.abacus.util.JdbcUtil.RecordGetter
-
- GET_BYTE - Static variable in interface com.landawn.abacus.util.JdbcUtil.BiRecordGetter
-
- GET_BYTE - Static variable in interface com.landawn.abacus.util.JdbcUtil.RecordGetter
-
- GET_DATE - Static variable in interface com.landawn.abacus.util.JdbcUtil.BiRecordGetter
-
- GET_DATE - Static variable in interface com.landawn.abacus.util.JdbcUtil.RecordGetter
-
- GET_DOUBLE - Static variable in interface com.landawn.abacus.util.JdbcUtil.BiRecordGetter
-
- GET_DOUBLE - Static variable in interface com.landawn.abacus.util.JdbcUtil.RecordGetter
-
- GET_FLOAT - Static variable in interface com.landawn.abacus.util.JdbcUtil.BiRecordGetter
-
- GET_FLOAT - Static variable in interface com.landawn.abacus.util.JdbcUtil.RecordGetter
-
- GET_INT - Static variable in interface com.landawn.abacus.util.JdbcUtil.BiRecordGetter
-
- GET_INT - Static variable in interface com.landawn.abacus.util.JdbcUtil.RecordGetter
-
- GET_LONG - Static variable in interface com.landawn.abacus.util.JdbcUtil.BiRecordGetter
-
- GET_LONG - Static variable in interface com.landawn.abacus.util.JdbcUtil.RecordGetter
-
- GET_SHORT - Static variable in interface com.landawn.abacus.util.JdbcUtil.BiRecordGetter
-
- GET_SHORT - Static variable in interface com.landawn.abacus.util.JdbcUtil.RecordGetter
-
- GET_STRING - Static variable in interface com.landawn.abacus.util.JdbcUtil.BiRecordGetter
-
- GET_STRING - Static variable in interface com.landawn.abacus.util.JdbcUtil.RecordGetter
-
- GET_TIME - Static variable in interface com.landawn.abacus.util.JdbcUtil.BiRecordGetter
-
- GET_TIME - Static variable in interface com.landawn.abacus.util.JdbcUtil.RecordGetter
-
- GET_TIMESTAMP - Static variable in interface com.landawn.abacus.util.JdbcUtil.BiRecordGetter
-
- GET_TIMESTAMP - Static variable in interface com.landawn.abacus.util.JdbcUtil.RecordGetter
-
- 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.
- getAndInvert() - Method in class com.landawn.abacus.util.MutableBoolean
-
- getAndPutLinkedHashSetIfAbsent(Map<K, Set<E>>, K) - Static method in class com.landawn.abacus.util.Maps
-
Returns the value associated with the specified key
if it exists in the specified map
contains, or the new put Set
if it's absent.
- getAndPutListIfAbsent(Map<K, List<E>>, K) - Static method in class com.landawn.abacus.util.Maps
-
Returns the value associated with the specified key
if it exists in the specified map
contains, or the new put List
if it's absent.
- getAndPutMapIfAbsent(Map<K, Map<KK, VV>>, K) - Static method in class com.landawn.abacus.util.Maps
-
Returns the value associated with the specified key
if it exists in the specified map
contains, or the new put Map
if it's absent.
- getAndPutSetIfAbsent(Map<K, Set<E>>, K) - Static method in class com.landawn.abacus.util.Maps
-
Returns the value associated with the specified key
if it exists in the specified map
contains, or the new put Set
if it's absent.
- getAndRemove(Object) - Method in class com.landawn.abacus.util.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
-
- 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
-
- getAttrs(String) - Method in class com.landawn.abacus.util.SQLMapper
-
- getAuthorizations() - Method in class com.landawn.abacus.util.AnyGet
-
- getAuthorizations() - Method in class com.landawn.abacus.util.AnyScan
-
- getAverage() - Method in class com.landawn.abacus.util.DoubleSummaryStatistics
-
- getAverage() - Method in class com.landawn.abacus.util.IntSummaryStatistics
-
- getAverage() - Method in class com.landawn.abacus.util.LongSummaryStatistics
-
- 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.StringUtil
-
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(ResultSet) - Static method in class com.landawn.abacus.util.JdbcUtil
-
- getColumnIndex(String) - Method in interface com.landawn.abacus.DataSet
-
Method getColumnIndex.
- getColumnIndexes(Collection<String>) - Method in interface com.landawn.abacus.DataSet
-
-1 is set to the element in the returned array if the mapping column name is not included in this DataSet
- getColumnLabel(ResultSetMetaData, int) - Static method in class com.landawn.abacus.util.JdbcUtil
-
- getColumnLabelList(ResultSet) - Static method in class com.landawn.abacus.util.JdbcUtil
-
- 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
-
- getColumnValue(ResultSet, int) - Static method in class com.landawn.abacus.util.JdbcUtil
-
- getColumnValue(ResultSet, String) - Static method in class com.landawn.abacus.util.JdbcUtil
-
- getColumnValue(Class<T>, ResultSet, int) - Static method in class com.landawn.abacus.util.JdbcUtil
-
- getColumnValue(Class<T>, ResultSet, String) - Static method in class com.landawn.abacus.util.JdbcUtil
-
- 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.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
-
- getContentFormat() - Method in class com.landawn.abacus.http.HttpSettings
-
- getContentResolver() - Static method in class com.landawn.abacus.android.util.Fu
-
- getCount() - Method in class com.landawn.abacus.condition.Limit
-
- getCount() - Method in class com.landawn.abacus.util.DoubleSummaryStatistics
-
- getCount() - Method in class com.landawn.abacus.util.IntSummaryStatistics
-
- getCount() - Method in class com.landawn.abacus.util.LongSummaryStatistics
-
- 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
.
- getDefault() - Static method in class com.landawn.abacus.eventBus.EventBus
-
- getDenominator() - Method in class com.landawn.abacus.util.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
-
- 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 exception com.landawn.abacus.exception.UncheckedSQLException
-
Method getErrorCode
- 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
-
- getExceptionIfPresent() - Method in class com.landawn.abacus.util.Result
-
Returns the Exception
if occurred, otherwise null
is returned.
- getExclusion() - Method in class com.landawn.abacus.parser.SerializationConfig
-
- getExecutionHost() - Method in class com.landawn.abacus.util.RemoteExecutionResponse
-
- getExecutionTime() - Method in class com.landawn.abacus.util.RemoteExecutionResponse
-
- getExitingExecutorService(ThreadPoolExecutor) - Static method in class com.landawn.abacus.util.MoreExecutors
-
- getExitingExecutorService(ThreadPoolExecutor, long, TimeUnit) - Static method in class com.landawn.abacus.util.MoreExecutors
-
- getExitingScheduledExecutorService(ScheduledThreadPoolExecutor) - Static method in class com.landawn.abacus.util.MoreExecutors
-
- getExitingScheduledExecutorService(ScheduledThreadPoolExecutor, long, TimeUnit) - Static method in class com.landawn.abacus.util.MoreExecutors
-
- 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
-
- 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
-
- 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
-
- getMax() - Method in class com.landawn.abacus.util.IntSummaryStatistics
-
- getMax() - Method in class com.landawn.abacus.util.LongSummaryStatistics
-
- 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
-
- getMin() - Method in class com.landawn.abacus.util.DoubleSummaryStatistics
-
- getMin() - Method in class com.landawn.abacus.util.IntSummaryStatistics
-
- getMin() - Method in class com.landawn.abacus.util.LongSummaryStatistics
-
- 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.
- getNamedParameters(String) - Static method in class com.landawn.abacus.util.JdbcUtil
-
- 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.ContinuableFuture
-
- getNow(T) - Method in class com.landawn.abacus.util.ContinuableFuture
-
- getNumerator() - Method in class com.landawn.abacus.util.Fraction
-
- getOffset() - Method in class com.landawn.abacus.condition.Limit
-
- getOffset() - Method in class com.landawn.abacus.util.SQLExecutor.JdbcSettings
-
- getOnlyElement(Iterable<? extends T>) - Static method in class com.landawn.abacus.util.Iterables
-
- getOnlyElement(Iterator<? extends T>) - Static method in class com.landawn.abacus.util.Iterators
-
- 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
-
Deprecated.
- getOrDefault(String, T) - Method in interface com.landawn.abacus.DataSet
-
Deprecated.
- 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.
- 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() - 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
-
- 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
-
- 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.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
-
- getReturnedColumnIndexes() - Method in class com.landawn.abacus.util.SQLExecutor.JdbcSettings
-
- getReturnedColumnNames() - Method in class com.landawn.abacus.util.SQLExecutor.JdbcSettings
-
- 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.
- getSSLSocketFactory() - Method in class com.landawn.abacus.http.HttpSettings
-
- 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
-
- getSum() - Method in class com.landawn.abacus.util.IntSummaryStatistics
-
- getSum() - Method in class com.landawn.abacus.util.LongSummaryStatistics
-
- gett() - Method in class com.landawn.abacus.android.util.ContinuableFuture
-
- gett(long, TimeUnit) - Method in class com.landawn.abacus.android.util.ContinuableFuture
-
- 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(K) - Method in class com.landawn.abacus.cache.CaffeineCache
-
- gett(K) - Method in class com.landawn.abacus.cache.Ehcache
-
- gett(K) - Method in class com.landawn.abacus.cache.LocalCache
-
- gett(Class<T>, String, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
-
- gett(Class<T>, String, SQLExecutor.StatementSetter, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
-
- gett(Class<T>, String, SQLExecutor.JdbcSettings, 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, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
-
- gett(Class<T>, Connection, String, SQLExecutor.JdbcSettings, 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(String, JdbcUtil.RecordGetter<T, RuntimeException>, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
-
- gett(String, SQLExecutor.StatementSetter, JdbcUtil.RecordGetter<T, RuntimeException>, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
-
- gett(String, JdbcUtil.RecordGetter<T, RuntimeException>, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
-
- gett(String, SQLExecutor.StatementSetter, JdbcUtil.RecordGetter<T, RuntimeException>, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
-
- gett(Connection, String, JdbcUtil.RecordGetter<T, RuntimeException>, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
-
- gett(Connection, String, SQLExecutor.StatementSetter, JdbcUtil.RecordGetter<T, RuntimeException>, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
-
- gett(Connection, String, JdbcUtil.RecordGetter<T, RuntimeException>, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
-
- gett(Connection, String, SQLExecutor.StatementSetter, JdbcUtil.RecordGetter<T, RuntimeException>, 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.ContinuableFuture
-
- gett(long, TimeUnit) - Method in class com.landawn.abacus.util.ContinuableFuture
-
- 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) - Method in class com.landawn.abacus.util.MongoCollectionMapper
-
- gett(ObjectId) - Method in class com.landawn.abacus.util.MongoCollectionMapper
-
- gett(String, Collection<String>) - Method in class com.landawn.abacus.util.MongoCollectionMapper
-
- gett(ObjectId, Collection<String>) - Method in class com.landawn.abacus.util.MongoCollectionMapper
-
- gett(Object) - 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, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
-
- gett(Class<T>, String, SQLExecutor.JdbcSettings, 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, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
-
- gett(Class<T>, Connection, String, SQLExecutor.JdbcSettings, 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(String, JdbcUtil.RecordGetter<T, RuntimeException>, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
-
- gett(String, SQLExecutor.StatementSetter, JdbcUtil.RecordGetter<T, RuntimeException>, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
-
- gett(String, JdbcUtil.RecordGetter<T, RuntimeException>, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
-
- gett(String, SQLExecutor.StatementSetter, JdbcUtil.RecordGetter<T, RuntimeException>, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
-
- gett(Connection, String, JdbcUtil.RecordGetter<T, RuntimeException>, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
-
- gett(Connection, String, SQLExecutor.StatementSetter, JdbcUtil.RecordGetter<T, RuntimeException>, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
-
- gett(Connection, String, JdbcUtil.RecordGetter<T, RuntimeException>, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
-
- gett(Connection, String, SQLExecutor.StatementSetter, JdbcUtil.RecordGetter<T, RuntimeException>, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
-
v
- gett(Object) - 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
-
- getThenAccept(Try.Consumer<? super T, E>) - Method in class com.landawn.abacus.android.util.ContinuableFuture
-
- getThenAccept(long, TimeUnit, Try.Consumer<? super T, E>) - Method in class com.landawn.abacus.android.util.ContinuableFuture
-
- getThenAccept(Try.BiConsumer<? super T, ? super Exception, E>) - Method in class com.landawn.abacus.android.util.ContinuableFuture
-
- getThenAccept(long, TimeUnit, Try.BiConsumer<? super T, ? super Exception, E>) - Method in class com.landawn.abacus.android.util.ContinuableFuture
-
- getThenAccept(Try.Consumer<? super T, E>) - Method in class com.landawn.abacus.util.ContinuableFuture
-
- getThenAccept(long, TimeUnit, Try.Consumer<? super T, E>) - Method in class com.landawn.abacus.util.ContinuableFuture
-
- getThenAccept(Try.BiConsumer<? super T, ? super Exception, E>) - Method in class com.landawn.abacus.util.ContinuableFuture
-
- getThenAccept(long, TimeUnit, Try.BiConsumer<? super T, ? super Exception, E>) - Method in class com.landawn.abacus.util.ContinuableFuture
-
- getThenApply(Try.Function<? super T, R, E>) - Method in class com.landawn.abacus.android.util.ContinuableFuture
-
- getThenApply(long, TimeUnit, Try.Function<? super T, R, E>) - Method in class com.landawn.abacus.android.util.ContinuableFuture
-
- getThenApply(Try.BiFunction<? super T, ? super Exception, R, E>) - Method in class com.landawn.abacus.android.util.ContinuableFuture
-
- getThenApply(long, TimeUnit, Try.BiFunction<? super T, ? super Exception, R, E>) - Method in class com.landawn.abacus.android.util.ContinuableFuture
-
- getThenApply(Try.Function<? super T, U, E>) - Method in class com.landawn.abacus.util.ContinuableFuture
-
- getThenApply(long, TimeUnit, Try.Function<? super T, U, E>) - Method in class com.landawn.abacus.util.ContinuableFuture
-
- getThenApply(Try.BiFunction<? super T, ? super Exception, U, E>) - Method in class com.landawn.abacus.util.ContinuableFuture
-
- getThenApply(long, TimeUnit, Try.BiFunction<? super T, ? super Exception, U, E>) - Method in class com.landawn.abacus.util.ContinuableFuture
-
- 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
-
- getUseCaches() - Method in class com.landawn.abacus.http.HttpSettings
-
- getUserName() - Method in class com.landawn.abacus.http.SecurityDTO
-
- getValue() - Method in class com.landawn.abacus.util.MutableBoolean
-
- getValue() - Method in class com.landawn.abacus.util.MutableByte
-
- getValue() - Method in class com.landawn.abacus.util.MutableChar
-
- getValue() - Method in class com.landawn.abacus.util.MutableDouble
-
- getValue() - Method in class com.landawn.abacus.util.MutableFloat
-
- getValue() - Method in class com.landawn.abacus.util.MutableInt
-
- getValue() - Method in class com.landawn.abacus.util.MutableLong
-
- getValue() - Method in class com.landawn.abacus.util.MutableShort
-
- getValues() - Method in class com.landawn.abacus.condition.In
-
- 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() - Static method in class com.landawn.abacus.util.Fn.FnB
-
- greaterEqual() - Static method in class com.landawn.abacus.util.Fn.FnC
-
- greaterEqual() - Static method in class com.landawn.abacus.util.Fn.FnD
-
- greaterEqual() - Static method in class com.landawn.abacus.util.Fn.FnF
-
- greaterEqual() - Static method in class com.landawn.abacus.util.Fn.FnI
-
- greaterEqual() - Static method in class com.landawn.abacus.util.Fn.FnL
-
- greaterEqual() - Static method in class com.landawn.abacus.util.Fn.FnS
-
- greaterEqual(T) - Static method in class com.landawn.abacus.util.Fn
-
- greaterEqual() - Static method in class com.landawn.abacus.util.Fn
-
- 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(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() - Static method in class com.landawn.abacus.util.Fn.FnB
-
- greaterThan() - Static method in class com.landawn.abacus.util.Fn.FnC
-
- greaterThan() - Static method in class com.landawn.abacus.util.Fn.FnD
-
- greaterThan() - Static method in class com.landawn.abacus.util.Fn.FnF
-
- greaterThan() - Static method in class com.landawn.abacus.util.Fn.FnI
-
- greaterThan() - Static method in class com.landawn.abacus.util.Fn.FnL
-
- greaterThan() - Static method in class com.landawn.abacus.util.Fn.FnS
-
- greaterThan(T) - Static method in class com.landawn.abacus.util.Fn
-
- greaterThan() - Static method in class com.landawn.abacus.util.Fn
-
- 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(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() - Method in class com.landawn.abacus.util.DynamicSQLBuilder
-
- groupBy(String) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
-
- groupBy(Collection<String>) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
-
- 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<? extends 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<? extends 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<? extends 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<? extends 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<? extends 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<? extends 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<? extends Map<K, List<T>>>) - Method in class com.landawn.abacus.util.stream.Stream
-
- groupBy(Function<? super T, ? extends K>, Function<? super T, ? extends V>) - Method in class com.landawn.abacus.util.stream.Stream
-
- groupBy(Function<? super T, ? extends K>, Function<? super T, ? extends V>, Supplier<? extends Map<K, List<V>>>) - 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<? extends Map<K, D>>) - Method in class com.landawn.abacus.util.stream.Stream
-
- groupBy(Function<? super T, ? extends K>, Function<? super T, ? extends V>, Collector<? super V, A, D>) - Method in class com.landawn.abacus.util.stream.Stream
-
- groupBy(Function<? super T, ? extends K>, Function<? super T, ? extends V>, Collector<? super V, A, D>, Supplier<? extends Map<K, D>>) - Method in class com.landawn.abacus.util.stream.Stream
-
- groupBy(Function<? super T, ? extends K>, Function<? super T, ? extends V>, BinaryOperator<V>) - Method in class com.landawn.abacus.util.stream.Stream
-
- groupBy(Function<? super T, ? extends K>, Function<? super T, ? extends V>, BinaryOperator<V>, Supplier<? extends Map<K, V>>) - 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
-
- groupByToEntry(Function<? super T, ? extends K>) - Method in class com.landawn.abacus.util.stream.Stream
-
- groupByToEntry(Function<? super T, ? extends K>, Supplier<? extends Map<K, List<T>>>) - Method in class com.landawn.abacus.util.stream.Stream
-
- groupByToEntry(Function<? super T, ? extends K>, Function<? super T, ? extends V>) - Method in class com.landawn.abacus.util.stream.Stream
-
- groupByToEntry(Function<? super T, ? extends K>, Function<? super T, ? extends V>, Supplier<? extends Map<K, List<V>>>) - 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<? extends Map<K, D>>) - Method in class com.landawn.abacus.util.stream.Stream
-
- groupByToEntry(Function<? super T, ? extends K>, Function<? super T, ? extends V>, Collector<? super V, A, D>) - Method in class com.landawn.abacus.util.stream.Stream
-
- groupByToEntry(Function<? super T, ? extends K>, Function<? super T, ? extends V>, Collector<? super V, A, D>, Supplier<? extends Map<K, D>>) - Method in class com.landawn.abacus.util.stream.Stream
-
- groupByToEntry(Function<? super T, ? extends K>, Function<? super T, ? extends V>, BinaryOperator<V>) - Method in class com.landawn.abacus.util.stream.Stream
-
- groupByToEntry(Function<? super T, ? extends K>, Function<? super T, ? extends V>, BinaryOperator<V>, Supplier<? extends Map<K, V>>) - Method in class com.landawn.abacus.util.stream.Stream
-
- groupingBy(Function<? super T, ? extends K>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- groupingBy(Function<? super T, ? extends K>, Supplier<? extends M>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- groupingBy(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- groupingBy(Function<? super T, ? extends K>, Collector<? super T, A, D>, Supplier<? extends M>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- groupingByConcurrent(Function<? super T, ? extends K>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- groupingByConcurrent(Function<? super T, ? extends K>, Supplier<? extends M>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- groupingByConcurrent(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- groupingByConcurrent(Function<? super T, ? extends K>, Collector<? super T, A, D>, Supplier<? extends M>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- groupTo(Try.BiFunction<ResultSet, List<String>, K, SQLException>, Try.BiFunction<ResultSet, List<String>, V, SQLException>) - Static method in interface com.landawn.abacus.util.JdbcUtil.BiResultExtractor
-
- groupTo(Try.BiFunction<ResultSet, List<String>, K, SQLException>, Try.BiFunction<ResultSet, List<String>, V, SQLException>, Supplier<? extends M>) - Static method in interface com.landawn.abacus.util.JdbcUtil.BiResultExtractor
-
- groupTo(Try.Function<ResultSet, K, SQLException>, Try.Function<ResultSet, V, SQLException>) - Static method in interface com.landawn.abacus.util.JdbcUtil.ResultExtractor
-
- groupTo(Try.Function<ResultSet, K, SQLException>, Try.Function<ResultSet, V, SQLException>, Supplier<? extends M>) - Static method in interface com.landawn.abacus.util.JdbcUtil.ResultExtractor
-
- 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<? extends M>) - Method in class com.landawn.abacus.util.Seq
-
- groupTo(Try.Function<? super T, ? extends K, E>, Try.Function<? super T, ? extends V, E2>) - Method in class com.landawn.abacus.util.Seq
-
- groupTo(Try.Function<? super T, ? extends K, E>, Try.Function<? super T, ? extends V, E2>, IntFunction<? extends M>) - Method in class com.landawn.abacus.util.Seq
-
- groupTo(Try.Function<ResultSet, K, SQLException>, Try.Function<ResultSet, V, SQLException>) - Static method in interface com.landawn.abacus.util.SQLExecutor.ResultExtractor
-
- groupTo(Try.Function<ResultSet, K, SQLException>, Try.Function<ResultSet, V, SQLException>, Supplier<? extends M>) - Static method in interface com.landawn.abacus.util.SQLExecutor.ResultExtractor
-
- groupTo(Try.BiFunction<ResultSet, List<String>, K, SQLException>, Try.BiFunction<ResultSet, List<String>, V, SQLException>) - Static method in interface com.landawn.abacus.util.SQLExecutor.ResultExtractor
-
- groupTo(Try.BiFunction<ResultSet, List<String>, K, SQLException>, Try.BiFunction<ResultSet, List<String>, V, SQLException>, Supplier<? extends M>) - Static method in interface com.landawn.abacus.util.SQLExecutor.ResultExtractor
-
- groupTo() - Method in class com.landawn.abacus.util.stream.EntryStream
-
- groupTo(Supplier<? extends 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<? extends 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<? extends M>) - Method in class com.landawn.abacus.util.stream.Stream
-
- groupTo(Function<? super T, ? extends K>, Function<? super T, ? extends V>) - Method in class com.landawn.abacus.util.stream.Stream
-
- groupTo(Function<? super T, ? extends K>, Function<? super T, ? extends V>, Supplier<? extends 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 '-'.
- 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(T, Try.ToIntFunction<? super T, E>) - Static method in class com.landawn.abacus.util.Chain
-
- hash(boolean) - Static method in class com.landawn.abacus.util.Chain
-
Add the hash code of the specified value
to result.
- hash(char) - Static method in class com.landawn.abacus.util.Chain
-
Add the hash code of the specified value
to result.
- hash(byte) - Static method in class com.landawn.abacus.util.Chain
-
Add the hash code of the specified value
to result.
- hash(short) - Static method in class com.landawn.abacus.util.Chain
-
Add the hash code of the specified value
to result.
- hash(int) - Static method in class com.landawn.abacus.util.Chain
-
Add the hash code of the specified value
to result.
- hash(long) - Static method in class com.landawn.abacus.util.Chain
-
Add the hash code of the specified value
to result.
- hash(float) - Static method in class com.landawn.abacus.util.Chain
-
Add the hash code of the specified value
to result.
- hash(double) - Static method in class com.landawn.abacus.util.Chain
-
Add the hash code of the specified value
to result.
- hash(Object) - Method in class com.landawn.abacus.util.Chain.HashCodeChain
-
Add the hash code of the specified value
to result.
- hash(T, Try.ToIntFunction<? super T, E>) - Method in class com.landawn.abacus.util.Chain.HashCodeChain
-
- hash(boolean) - Method in class com.landawn.abacus.util.Chain.HashCodeChain
-
Add the hash code of the specified value
to result.
- hash(char) - Method in class com.landawn.abacus.util.Chain.HashCodeChain
-
Add the hash code of the specified value
to result.
- hash(byte) - Method in class com.landawn.abacus.util.Chain.HashCodeChain
-
Add the hash code of the specified value
to result.
- hash(short) - Method in class com.landawn.abacus.util.Chain.HashCodeChain
-
Add the hash code of the specified value
to result.
- hash(int) - Method in class com.landawn.abacus.util.Chain.HashCodeChain
-
Add the hash code of the specified value
to result.
- hash(long) - Method in class com.landawn.abacus.util.Chain.HashCodeChain
-
Add the hash code of the specified value
to result.
- hash(float) - Method in class com.landawn.abacus.util.Chain.HashCodeChain
-
Add the hash code of the specified value
to result.
- hash(double) - Method in class com.landawn.abacus.util.Chain.HashCodeChain
-
Add the hash code of the specified value
to result.
- hashCode() - Method in class com.landawn.abacus.condition.Between
-
- hashCode() - Method in class com.landawn.abacus.condition.Binary
-
- hashCode() - Method in class com.landawn.abacus.condition.Cell
-
- hashCode() - Method in class com.landawn.abacus.condition.Criteria
-
- hashCode() - Method in class com.landawn.abacus.condition.Expression
-
- hashCode() - Method in class com.landawn.abacus.condition.In
-
- hashCode() - Method in class com.landawn.abacus.condition.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.HttpHeaders
-
- hashCode() - Method in class com.landawn.abacus.http.HttpProxy.OperationConfig
-
- hashCode() - Method in class com.landawn.abacus.http.HttpResponse
-
- 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.DoubleObjPair
-
- 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
-
- 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.IntObjPair
-
- 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.JdbcUtil.SimpleTransaction
-
- hashCode() - Method in class com.landawn.abacus.util.Keyed
-
- 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.LongObjPair
-
- 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.Pair
-
- hashCode() - Method in class com.landawn.abacus.util.Points.xy.ByteBytePoint
-
- hashCode() - Method in class com.landawn.abacus.util.Points.xy.ByteDoublePoint
-
- hashCode() - Method in class com.landawn.abacus.util.Points.xy.ByteIntPoint
-
- hashCode() - Method in class com.landawn.abacus.util.Points.xy.ByteLongPoint
-
- hashCode() - Method in class com.landawn.abacus.util.Points.xy.ByteObjPoint
-
- hashCode() - Method in class com.landawn.abacus.util.Points.xy.DoubleBytePoint
-
- hashCode() - Method in class com.landawn.abacus.util.Points.xy.DoubleDoublePoint
-
- hashCode() - Method in class com.landawn.abacus.util.Points.xy.DoubleIntPoint
-
- hashCode() - Method in class com.landawn.abacus.util.Points.xy.DoubleLongPoint
-
- hashCode() - Method in class com.landawn.abacus.util.Points.xy.DoubleObjPoint
-
- hashCode() - Method in class com.landawn.abacus.util.Points.xy.IntBytePoint
-
- hashCode() - Method in class com.landawn.abacus.util.Points.xy.IntDoublePoint
-
- hashCode() - Method in class com.landawn.abacus.util.Points.xy.IntIntPoint
-
- hashCode() - Method in class com.landawn.abacus.util.Points.xy.IntLongPoint
-
- hashCode() - Method in class com.landawn.abacus.util.Points.xy.IntObjPoint
-
- hashCode() - Method in class com.landawn.abacus.util.Points.xy.LongBytePoint
-
- hashCode() - Method in class com.landawn.abacus.util.Points.xy.LongDoublePoint
-
- hashCode() - Method in class com.landawn.abacus.util.Points.xy.LongIntPoint
-
- hashCode() - Method in class com.landawn.abacus.util.Points.xy.LongLongPoint
-
- hashCode() - Method in class com.landawn.abacus.util.Points.xy.LongObjPoint
-
- hashCode() - Method in class com.landawn.abacus.util.Points.xyz.ByteBytePoint
-
- hashCode() - Method in class com.landawn.abacus.util.Points.xyz.ByteDoublePoint
-
- hashCode() - Method in class com.landawn.abacus.util.Points.xyz.ByteIntPoint
-
- hashCode() - Method in class com.landawn.abacus.util.Points.xyz.ByteLongPoint
-
- hashCode() - Method in class com.landawn.abacus.util.Points.xyz.ByteObjPoint
-
- hashCode() - Method in class com.landawn.abacus.util.Points.xyz.DoubleBytePoint
-
- hashCode() - Method in class com.landawn.abacus.util.Points.xyz.DoubleDoublePoint
-
- hashCode() - Method in class com.landawn.abacus.util.Points.xyz.DoubleIntPoint
-
- hashCode() - Method in class com.landawn.abacus.util.Points.xyz.DoubleLongPoint
-
- hashCode() - Method in class com.landawn.abacus.util.Points.xyz.DoubleObjPoint
-
- hashCode() - Method in class com.landawn.abacus.util.Points.xyz.IntBytePoint
-
- hashCode() - Method in class com.landawn.abacus.util.Points.xyz.IntDoublePoint
-
- hashCode() - Method in class com.landawn.abacus.util.Points.xyz.IntIntPoint
-
- hashCode() - Method in class com.landawn.abacus.util.Points.xyz.IntLongPoint
-
- hashCode() - Method in class com.landawn.abacus.util.Points.xyz.IntObjPoint
-
- hashCode() - Method in class com.landawn.abacus.util.Points.xyz.LongBytePoint
-
- hashCode() - Method in class com.landawn.abacus.util.Points.xyz.LongDoublePoint
-
- hashCode() - Method in class com.landawn.abacus.util.Points.xyz.LongIntPoint
-
- hashCode() - Method in class com.landawn.abacus.util.Points.xyz.LongLongPoint
-
- hashCode() - Method in class com.landawn.abacus.util.Points.xyz.LongObjPoint
-
- 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.Result
-
- 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.SQLMapper
-
- hashCode() - Method in class com.landawn.abacus.util.SQLTransaction
-
- hashCode() - Method in class com.landawn.abacus.util.Timed
-
- hashCode() - Method in class com.landawn.abacus.util.Triple
-
- hashCode() - Method in class com.landawn.abacus.util.Tuple.Tuple1
-
- hashCode() - Method in class com.landawn.abacus.util.Tuple.Tuple2
-
- hashCode() - Method in class com.landawn.abacus.util.Tuple.Tuple3
-
- hashCode() - Method in class com.landawn.abacus.util.Tuple.Tuple4
-
- hashCode() - Method in class com.landawn.abacus.util.Tuple.Tuple5
-
- hashCode() - Method in class com.landawn.abacus.util.Tuple.Tuple6
-
- hashCode() - Method in class com.landawn.abacus.util.Tuple.Tuple7
-
- hashCode() - Method in class com.landawn.abacus.util.Tuple.Tuple8
-
- hashCode() - Method in class com.landawn.abacus.util.Tuple.Tuple9
-
- hashCode() - Method in class com.landawn.abacus.util.u.Nullable
-
- hashCode() - Method in class com.landawn.abacus.util.u.Optional
-
- hashCode() - Method in class com.landawn.abacus.util.u.OptionalBoolean
-
- hashCode() - Method in class com.landawn.abacus.util.u.OptionalByte
-
- hashCode() - Method in class com.landawn.abacus.util.u.OptionalChar
-
- hashCode() - Method in class com.landawn.abacus.util.u.OptionalDouble
-
- hashCode() - Method in class com.landawn.abacus.util.u.OptionalFloat
-
- hashCode() - Method in class com.landawn.abacus.util.u.OptionalInt
-
- hashCode() - Method in class com.landawn.abacus.util.u.OptionalLong
-
- hashCode() - Method in class com.landawn.abacus.util.u.OptionalShort
-
- hashCode() - Method in class com.landawn.abacus.util.Wrapper
-
- 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.
- 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() - Method in class com.landawn.abacus.util.DynamicSQLBuilder
-
- having(String) - Method in class com.landawn.abacus.util.SQLBuilder
-
- having(Condition) - Method in class com.landawn.abacus.util.SQLBuilder
-
- 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.http.okhttp.OkHttpRequest
-
- header(String, Object) - Method in class com.landawn.abacus.http.HttpSettings
-
- header(String, String) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
Sets the header named name
to value
.
- headerNameSet() - Method in class com.landawn.abacus.http.HttpHeaders
-
- headers() - Method in class com.landawn.abacus.http.HttpResponse
-
- headers(String, Object, String, Object) - Method in class com.landawn.abacus.http.HttpSettings
-
- headers(String, Object, String, Object, String, Object) - Method in class com.landawn.abacus.http.HttpSettings
-
- headers(Map<String, Object>) - Method in class com.landawn.abacus.http.HttpSettings
-
- headers(HttpHeaders) - Method in class com.landawn.abacus.http.HttpSettings
-
- headers() - Method in class com.landawn.abacus.http.HttpSettings
-
- headers(String, String, String, String) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
- headers(String, String, String, String, String, String) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
- headers(Headers) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
Removes all headers on this builder and adds headers
.
- headMap(K, boolean) - Method in class com.landawn.abacus.util.ImmutableNavigableMap
-
- headMap(K) - Method in class com.landawn.abacus.util.ImmutableSortedMap
-
- headSet(E, boolean) - Method in class com.landawn.abacus.util.ImmutableNavigableSet
-
- headSet(E) - Method in class com.landawn.abacus.util.ImmutableSortedSet
-
- hex(int) - Static method in class com.landawn.abacus.util.EscapeUtil.CharSequenceTranslator
-
Returns an upper case hexadecimal String
for the given
character.
- Hex - Class in com.landawn.abacus.util
-
Note: copied from Apache commons-codec: https://commons.apache.org/proper/commons-codec.
- 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() - Constructor for class com.landawn.abacus.util.u.Holder
-
- HOST - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Host
header field name.
- HOST_NAME - Static variable in class com.landawn.abacus.util.IOUtil
-
- 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.
- HTTP2_SETTINGS - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
- HttpClient - Class in com.landawn.abacus.http
-
Any header can be set into the parameter settings
HttpClient is thread safe.
- HttpHeaders - Class in com.landawn.abacus.http
-
- HttpHeaders.Names - Class in com.landawn.abacus.http
-
Copied from Google Guava under Apache License v2.
- HttpHeaders.ReferrerPolicyValues - Class in com.landawn.abacus.http
-
Copied from Google Guava under Apache License v2.
- HttpHeaders.Values - Class in com.landawn.abacus.http
-
- 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
-
- HttpRequest - Class in com.landawn.abacus.http
-
- HttpResponse - Class in com.landawn.abacus.http
-
- HttpSettings - Class in com.landawn.abacus.http
-
- HttpSettings() - Constructor for class com.landawn.abacus.http.HttpSettings
-
- ic(IntConsumer) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- 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() - Method in class com.landawn.abacus.util.JdbcUtil.SimpleTransaction
-
- ID - Static variable in class com.landawn.abacus.util.MongoDB
-
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.FN
-
- 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
-
- idPropNameList() - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
-
- idPropNameSet() - 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(String) - Method in class com.landawn.abacus.util.CQLBuilder
-
- iF(Condition) - Method in class com.landawn.abacus.util.CQLBuilder
-
- iF(IntFunction<R>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- If - Class in com.landawn.abacus.util
-
This class is mainly designed for functional programming.
- If.Or - Class in com.landawn.abacus.util
-
- IF_MATCH - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP If-Match
header field name.
- IF_MODIFIED_SINCE - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP If-Modified-Since
header field name.
- IF_NONE_MATCH - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP If-None-Match
header field name.
- IF_RANGE - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP If-Range
header field name.
- IF_UNMODIFIED_SINCE - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP If-Unmodified-Since
header field name.
- ifExists() - Method in class com.landawn.abacus.util.CQLBuilder
-
- ifFailure(Try.Consumer<? super E, E2>) - Method in class com.landawn.abacus.util.Result
-
- ifFailureOrElse(Try.Consumer<? super E, E2>, Try.Consumer<? super T, E3>) - Method in class com.landawn.abacus.util.Result
-
- ifNotExists() - Method in class com.landawn.abacus.util.CQLBuilder
-
- ifNotNull(Try.Consumer<? super T, E>) - Method in class com.landawn.abacus.util.u.Nullable
-
- ifNotNullOrElse(Try.Consumer<? super T, E>, Try.Runnable<E2>) - Method in class com.landawn.abacus.util.u.Nullable
-
- ifOrElse(boolean, Try.Runnable<E1>, Try.Runnable<E2>) - Static method in class com.landawn.abacus.util.N
-
- ifOrElse(boolean, T, Try.Consumer<? super T, E1>, Try.Consumer<? super 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<? super T, R, E>) - Static method in class com.landawn.abacus.util.N
-
Returns a Nullable
with value returned by func.apply(init)
if b
is true
,
otherwise returns an empty Nullable
if b
is false.
- ifPresent(Try.Consumer<? super T, E>) - Method in class com.landawn.abacus.util.u.Nullable
-
- ifPresent(Try.Consumer<? super T, E>) - Method in class com.landawn.abacus.util.u.Optional
-
- ifPresent(Try.BooleanConsumer<E>) - Method in class com.landawn.abacus.util.u.OptionalBoolean
-
- ifPresent(Try.ByteConsumer<E>) - Method in class com.landawn.abacus.util.u.OptionalByte
-
- ifPresent(Try.CharConsumer<E>) - Method in class com.landawn.abacus.util.u.OptionalChar
-
- ifPresent(Try.DoubleConsumer<E>) - Method in class com.landawn.abacus.util.u.OptionalDouble
-
- ifPresent(Try.FloatConsumer<E>) - Method in class com.landawn.abacus.util.u.OptionalFloat
-
- ifPresent(Try.IntConsumer<E>) - Method in class com.landawn.abacus.util.u.OptionalInt
-
- ifPresent(Try.LongConsumer<E>) - Method in class com.landawn.abacus.util.u.OptionalLong
-
- ifPresent(Try.ShortConsumer<E>) - Method in class com.landawn.abacus.util.u.OptionalShort
-
- ifPresentOrElse(Try.Consumer<? super T, E>, Try.Runnable<E2>) - Method in class com.landawn.abacus.util.u.Nullable
-
- ifPresentOrElse(Try.Consumer<? super T, E>, Try.Runnable<E2>) - Method in class com.landawn.abacus.util.u.Optional
-
- ifPresentOrElse(Try.BooleanConsumer<E>, Try.Runnable<E2>) - Method in class com.landawn.abacus.util.u.OptionalBoolean
-
- ifPresentOrElse(Try.ByteConsumer<E>, Try.Runnable<E2>) - Method in class com.landawn.abacus.util.u.OptionalByte
-
- ifPresentOrElse(Try.CharConsumer<E>, Try.Runnable<E2>) - Method in class com.landawn.abacus.util.u.OptionalChar
-
- ifPresentOrElse(Try.DoubleConsumer<E>, Try.Runnable<E2>) - Method in class com.landawn.abacus.util.u.OptionalDouble
-
- ifPresentOrElse(Try.FloatConsumer<E>, Try.Runnable<E2>) - Method in class com.landawn.abacus.util.u.OptionalFloat
-
- ifPresentOrElse(Try.IntConsumer<E>, Try.Runnable<E2>) - Method in class com.landawn.abacus.util.u.OptionalInt
-
- ifPresentOrElse(Try.LongConsumer<E>, Try.Runnable<E2>) - Method in class com.landawn.abacus.util.u.OptionalLong
-
- ifPresentOrElse(Try.ShortConsumer<E>, Try.Runnable<E2>) - Method in class com.landawn.abacus.util.u.OptionalShort
-
- ifSuccess(Try.Consumer<? super T, E2>) - Method in class com.landawn.abacus.util.Result
-
- ifSuccessOrElse(Try.Consumer<? super T, E2>, Try.Consumer<? super E, E3>) - Method in class com.landawn.abacus.util.Result
-
- ignoringMerger() - Static method in class com.landawn.abacus.util.Fn.FN
-
- ignoringMerger() - Static method in class com.landawn.abacus.util.Fn
-
- IMAGE_GIF - Static variable in class com.landawn.abacus.http.HttpHeaders.Values
-
- IMAGE_JPG - Static variable in class com.landawn.abacus.http.HttpHeaders.Values
-
- ImmutableBiMap<K,V> - Class in com.landawn.abacus.util
-
- ImmutableEntry<K,V> - Class in com.landawn.abacus.util
-
- ImmutableEntry(K, V) - Constructor for class com.landawn.abacus.util.ImmutableEntry
-
- ImmutableEntry(Map.Entry<? extends K, ? extends V>) - Constructor for class com.landawn.abacus.util.ImmutableEntry
-
- ImmutableList<E> - Class in com.landawn.abacus.util
-
- ImmutableMap<K,V> - Class in com.landawn.abacus.util
-
- 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<? super T, Object[], E>) - Static method in class com.landawn.abacus.util.JdbcUtil
-
- importData(Iterator<T>, long, long, Connection, String, int, int, Try.Function<? super T, Object[], E>) - Static method in class com.landawn.abacus.util.JdbcUtil
-
- importData(Iterator<T>, PreparedStatement, Try.Function<? super T, Object[], E>) - Static method in class com.landawn.abacus.util.JdbcUtil
-
- importData(Iterator<T>, long, long, PreparedStatement, int, int, Try.Function<? super 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(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
-
- IndexedFunction<T,R> - Interface in com.landawn.abacus.util.function
-
- IndexedPredicate<T> - Interface in com.landawn.abacus.util.function
-
- 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(Collection<?>, Object) - Static method in class com.landawn.abacus.util.Iterables
-
- 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(short) - Method in class com.landawn.abacus.util.ShortList
-
- indexOf(int, short) - Method in class com.landawn.abacus.util.ShortList
-
- indexOf(String, int) - Static method in class com.landawn.abacus.util.StringUtil
-
- indexOf(String, int, int) - Static method in class com.landawn.abacus.util.StringUtil
-
- indexOf(String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
- indexOf(String, int, String) - Static method in class com.landawn.abacus.util.StringUtil
-
- indexOf(String, String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
- indexOf(String, int, String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
- indexOfAny(String, char...) - Static method in class com.landawn.abacus.util.StringUtil
-
- indexOfAny(String, String...) - Static method in class com.landawn.abacus.util.StringUtil
-
- indexOfAnyBut(String, char...) - Static method in class com.landawn.abacus.util.StringUtil
-
- indexOfDifference(String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
Compares two Strings, and returns the index at which the Stringss begin
to differ.
- indexOfDifference(String...) - Static method in class com.landawn.abacus.util.StringUtil
-
Compares all Strings in an array and returns the index at which the
Strings begin to differ.
- 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.StringUtil
-
- indexOfIgnoreCase(String, int, String) - Static method in class com.landawn.abacus.util.StringUtil
-
- 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(DataSet, String, String) - Method in interface com.landawn.abacus.DataSet
-
Returns a new DataSet
that is limited to the rows where there is a match in both this DataSet
and right DataSet
.
- innerJoin(DataSet, Map<String, String>) - Method in interface com.landawn.abacus.DataSet
-
Returns a new DataSet
that is limited to the rows where there is a match in both this DataSet
and right DataSet
.
- innerJoin(DataSet, Map<String, String>, String, Class<?>) - Method in interface com.landawn.abacus.DataSet
-
Returns a new DataSet
that is limited to the rows where there is a match in both this DataSet
and right DataSet
.
- innerJoin(DataSet, Map<String, String>, String, Class<?>, IntFunction<? extends Collection>) - Method in interface com.landawn.abacus.DataSet
-
Returns a new DataSet
that is limited to the rows where there is a match in both this DataSet
and right DataSet
.
- innerJoin(String, String) - Method in class com.landawn.abacus.util.DynamicSQLBuilder.From
-
- innerJoin(Collection<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(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.JdbcSettings, 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.JdbcSettings, 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(Object, InsertOneOptions) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
-
- insert(T) - Method in class com.landawn.abacus.util.MongoCollectionMapper
-
- insert(T, InsertOneOptions) - Method in class com.landawn.abacus.util.MongoCollectionMapper
-
- 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
-
Deprecated.
- insert(String...) - Static method in class com.landawn.abacus.util.SQLBuilder.SE
-
Deprecated.
- insert(Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE
-
Deprecated.
- insert(Map<String, Object>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE
-
Deprecated.
- insert(Object) - Static method in class com.landawn.abacus.util.SQLBuilder.SE
-
Deprecated.
- insert(Object, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE
-
Deprecated.
- insert(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE
-
Deprecated.
- insert(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE
-
Deprecated.
- insert(String) - Static method in class com.landawn.abacus.util.SQLBuilder.SE2
-
Deprecated.
- insert(String...) - Static method in class com.landawn.abacus.util.SQLBuilder.SE2
-
Deprecated.
- insert(Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE2
-
Deprecated.
- insert(Map<String, Object>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE2
-
Deprecated.
- insert(Object) - Static method in class com.landawn.abacus.util.SQLBuilder.SE2
-
Deprecated.
- insert(Object, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE2
-
Deprecated.
- insert(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE2
-
Deprecated.
- insert(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE2
-
Deprecated.
- insert(String) - Static method in class com.landawn.abacus.util.SQLBuilder.SE3
-
Deprecated.
- insert(String...) - Static method in class com.landawn.abacus.util.SQLBuilder.SE3
-
Deprecated.
- insert(Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE3
-
Deprecated.
- insert(Map<String, Object>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE3
-
Deprecated.
- insert(Object) - Static method in class com.landawn.abacus.util.SQLBuilder.SE3
-
Deprecated.
- insert(Object, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE3
-
Deprecated.
- insert(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE3
-
Deprecated.
- insert(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE3
-
Deprecated.
- 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.JdbcSettings, 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.JdbcSettings, 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(Collection<T>, boolean) - Method in class com.landawn.abacus.android.util.SQLiteExecutor
-
- insertAll(String, Collection<T>, boolean) - Method in class com.landawn.abacus.android.util.SQLiteExecutor
-
- insertAll(Collection<?>) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
-
- insertAll(Collection<?>, InsertManyOptions) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
-
- insertAll(Collection<? extends T>) - Method in class com.landawn.abacus.util.MongoCollectionMapper
-
- insertAll(Collection<? extends T>, InsertManyOptions) - Method in class com.landawn.abacus.util.MongoCollectionMapper
-
- 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
-
Deprecated.
- insertInto(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE
-
Deprecated.
- insertInto(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE2
-
Deprecated.
- insertInto(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE2
-
Deprecated.
- insertInto(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE3
-
Deprecated.
- insertInto(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE3
-
Deprecated.
- 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
-
- IntBytePoint() - Constructor for class com.landawn.abacus.util.Points.xy.IntBytePoint
-
- IntBytePoint(int, int, byte) - Constructor for class com.landawn.abacus.util.Points.xy.IntBytePoint
-
- IntBytePoint() - Constructor for class com.landawn.abacus.util.Points.xyz.IntBytePoint
-
- IntBytePoint(int, int, int, byte) - Constructor for class com.landawn.abacus.util.Points.xyz.IntBytePoint
-
- IntConsumer - Interface in com.landawn.abacus.util.function
-
- IntDoublePoint() - Constructor for class com.landawn.abacus.util.Points.xy.IntDoublePoint
-
- IntDoublePoint(int, int, double) - Constructor for class com.landawn.abacus.util.Points.xy.IntDoublePoint
-
- IntDoublePoint() - Constructor for class com.landawn.abacus.util.Points.xyz.IntDoublePoint
-
- IntDoublePoint(int, int, int, double) - Constructor for class com.landawn.abacus.util.Points.xyz.IntDoublePoint
-
- 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(String) - Method in class com.landawn.abacus.util.DynamicSQLBuilder
-
- intersect(SQLBuilder) - Method in class com.landawn.abacus.util.SQLBuilder
-
- intersect(String) - Method in class com.landawn.abacus.util.SQLBuilder
-
- intersect(String...) - Method in class com.landawn.abacus.util.SQLBuilder
-
- intersect(Collection<String>) - Method in class com.landawn.abacus.util.SQLBuilder
-
- 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(Collection<? extends Collection<? extends T>>) - Static method in class com.landawn.abacus.util.N
-
- intersection(Range<T>) - Method in class com.landawn.abacus.util.Range
-
Calculate the intersection of this
and an overlapping Range.
- 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
-
- IntIntPoint() - Constructor for class com.landawn.abacus.util.Points.xy.IntIntPoint
-
- IntIntPoint(int, int, int) - Constructor for class com.landawn.abacus.util.Points.xy.IntIntPoint
-
- IntIntPoint() - Constructor for class com.landawn.abacus.util.Points.xyz.IntIntPoint
-
- IntIntPoint(int, int, int, int) - Constructor for class com.landawn.abacus.util.Points.xyz.IntIntPoint
-
- 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
-
- IntLongPoint() - Constructor for class com.landawn.abacus.util.Points.xy.IntLongPoint
-
- IntLongPoint(int, int, long) - Constructor for class com.landawn.abacus.util.Points.xy.IntLongPoint
-
- IntLongPoint() - Constructor for class com.landawn.abacus.util.Points.xyz.IntLongPoint
-
- IntLongPoint(int, int, int, long) - Constructor for class com.landawn.abacus.util.Points.xyz.IntLongPoint
-
- 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
-
- IntObjPair<T> - Class in com.landawn.abacus.util
-
- IntObjPoint() - Constructor for class com.landawn.abacus.util.Points.xy.IntObjPoint
-
- IntObjPoint(int, int, T) - Constructor for class com.landawn.abacus.util.Points.xy.IntObjPoint
-
- IntObjPoint() - Constructor for class com.landawn.abacus.util.Points.xyz.IntObjPoint
-
- IntObjPoint(int, int, int, T) - Constructor for class com.landawn.abacus.util.Points.xyz.IntObjPoint
-
- 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
-
The Stream will be automatically closed after execution(A terminal method is executed/triggered).
- IntStream.IntStreamEx - Class in com.landawn.abacus.util.stream
-
- IntSummaryStatistics - Class in com.landawn.abacus.util
-
- IntSummaryStatistics() - Constructor for class com.landawn.abacus.util.IntSummaryStatistics
-
- 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 enum com.landawn.abacus.util.JdbcUtil.FetchDirection
-
- 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() - Static method in class com.landawn.abacus.util.Fn
-
- 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
-
Deprecated.
- invert() - Method in class com.landawn.abacus.util.Fraction
-
Gets a fraction that is the inverse (1/fraction) of this one.
- invert(Map<K, V>) - Static method in class com.landawn.abacus.util.Maps
-
- invert(Map<K, V>, Try.BinaryOperator<K, E>) - Static method in class com.landawn.abacus.util.Maps
-
- invert() - Method in class com.landawn.abacus.util.MutableBoolean
-
- invert(boolean[]) - Static method in class com.landawn.abacus.util.Primitives.Booleans
-
Inverts the element from fromIndex
to toIndex
: set it to true
if it's false
, or set it to false
if it's true
.
- invert(boolean[], int, int) - Static method in class com.landawn.abacus.util.Primitives.Booleans
-
Inverts the element from fromIndex
to toIndex
: set it to true
if it's false
, or set it to false
if it's true
.
- invertAndGet() - Method in class com.landawn.abacus.util.MutableBoolean
-
- invertedByDuration(long, MutableBoolean) - Static method in class com.landawn.abacus.util.Fn.Predicates
-
true/false
are repeatedly returned after each specified duration.
- invertedByDuration(long, MutableBoolean, Runnable) - Static method in class com.landawn.abacus.util.Fn.Predicates
-
true/false
are repeatedly returned after each specified duration.
- invertedByDuration(long, long, MutableBoolean) - Static method in class com.landawn.abacus.util.Fn.Predicates
-
true/false
are repeatedly returned after each specified duration.
- invertedByDuration(long, long, MutableBoolean, Runnable) - Static method in class com.landawn.abacus.util.Fn.Predicates
-
true/false
are repeatedly returned after each specified duration.
- invertFrom(Map<K, E>) - Static method in class com.landawn.abacus.util.ListMultimap
-
- invertFrom(Multimap<K, E, V>) - Static method in class com.landawn.abacus.util.ListMultimap
-
- invertFrom(Map<K, E>, IntFunction<? extends M>) - Static method in class com.landawn.abacus.util.ListMultimap
-
Deprecated.
- invertFrom(Multimap<K, E, V>, IntFunction<? extends M>) - Static method in class com.landawn.abacus.util.ListMultimap
-
Deprecated.
- invertFrom(Map<K, E>, IntFunction<? extends M>) - Static method in class com.landawn.abacus.util.Multimap
-
- invertFrom(Multimap<K, E, V>, IntFunction<? extends M>) - Static method in class com.landawn.abacus.util.Multimap
-
- invertFrom(Map<K, E>) - Static method in class com.landawn.abacus.util.SetMultimap
-
- invertFrom(Multimap<K, E, V>) - Static method in class com.landawn.abacus.util.SetMultimap
-
- invertFrom(Map<K, E>, IntFunction<? extends M>) - Static method in class com.landawn.abacus.util.SetMultimap
-
Deprecated.
- invertFrom(Multimap<K, E, V>, IntFunction<? extends M>) - Static method in class com.landawn.abacus.util.SetMultimap
-
Deprecated.
- 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
-
- ip(IntPredicate) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- 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
-
- 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_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
-
- isActive() - Method in interface com.landawn.abacus.Transaction
-
- isActive() - Method in class com.landawn.abacus.util.JdbcUtil.SimpleTransaction
-
- isActive() - Method in class com.landawn.abacus.util.SQLTransaction
-
- 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.ContinuableFuture
-
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.ContinuableFuture
-
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.StringUtil
-
- isAllUpperCase(CharSequence) - Static method in class com.landawn.abacus.util.StringUtil
-
- isAlpha(CharSequence) - Static method in class com.landawn.abacus.util.StringUtil
-
Checks if the CharSequence contains only Unicode letters.
- isAlphanumeric(CharSequence) - Static method in class com.landawn.abacus.util.StringUtil
-
Checks if the CharSequence contains only Unicode letters or digits.
- isAlphanumericSpace(CharSequence) - Static method in class com.landawn.abacus.util.StringUtil
-
Checks if the CharSequence contains only Unicode letters, digits or space
(' '
).
- isAlphaSpace(CharSequence) - Static method in class com.landawn.abacus.util.StringUtil
-
Checks if the CharSequence contains only Unicode letters and space (' ').
- isAscii(char) - Static method in class com.landawn.abacus.util.StringUtil
-
Checks whether the character is ASCII 7 bit.
- isAsciiAlpha(char) - Static method in class com.landawn.abacus.util.StringUtil
-
Checks whether the character is ASCII 7 bit alphabetic.
- isAsciiAlpha(CharSequence) - Static method in class com.landawn.abacus.util.StringUtil
-
- isAsciiAlphaLower(char) - Static method in class com.landawn.abacus.util.StringUtil
-
Checks whether the character is ASCII 7 bit alphabetic lower case.
- isAsciiAlphanumeric(char) - Static method in class com.landawn.abacus.util.StringUtil
-
Checks whether the character is ASCII 7 bit numeric.
- isAsciiAlphanumeric(CharSequence) - Static method in class com.landawn.abacus.util.StringUtil
-
- isAsciiAlphanumericSpace(CharSequence) - Static method in class com.landawn.abacus.util.StringUtil
-
- isAsciiAlphaSpace(CharSequence) - Static method in class com.landawn.abacus.util.StringUtil
-
- isAsciiAlphaUpper(char) - Static method in class com.landawn.abacus.util.StringUtil
-
Checks whether the character is ASCII 7 bit alphabetic upper case.
- isAsciiControl(char) - Static method in class com.landawn.abacus.util.StringUtil
-
Checks whether the character is ASCII 7 bit control.
- isAsciiDigtalInteger(String) - Static method in class com.landawn.abacus.util.StringUtil
-
true
is returned if the specified str
only
includes characters ('0' ~ '9', '-', '+' ).
- isAsciiDigtalNumber(String) - Static method in class com.landawn.abacus.util.StringUtil
-
true
is returned if the specified str
only
includes characters ('0' ~ '9', '.', '-', '+', 'e').
- isAsciiLowerCase(char) - Static method in class com.landawn.abacus.util.StringUtil
-
- isAsciiNumeric(char) - Static method in class com.landawn.abacus.util.StringUtil
-
Checks whether the character is ASCII 7 bit numeric.
- isAsciiNumeric(CharSequence) - Static method in class com.landawn.abacus.util.StringUtil
-
- isAsciiPrintable(char) - Static method in class com.landawn.abacus.util.StringUtil
-
Checks whether the character is ASCII 7 bit printable.
- isAsciiPrintable(CharSequence) - Static method in class com.landawn.abacus.util.StringUtil
-
- isAsciiUpperCase(char) - Static method in class com.landawn.abacus.util.StringUtil
-
- isAutoGeneratedKeys() - Method in class com.landawn.abacus.util.SQLExecutor.JdbcSettings
-
- 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.ContinuableFuture
-
- isCancelled() - Method in class com.landawn.abacus.util.ContinuableFuture
-
- 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 class com.landawn.abacus.cache.LocalCache
-
- 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.StringUtil
-
- 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.ContinuableFuture
-
- isDone() - Method in class com.landawn.abacus.util.ContinuableFuture
-
- 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.HttpHeaders
-
- 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
-
- isEmpty() - Method in class com.landawn.abacus.util.u.Nullable
-
- isEmpty() - Method in class com.landawn.abacus.util.u.Optional
-
- 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.
- isFailure() - Method in class com.landawn.abacus.util.Result
-
- 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
-
- 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.StringUtil
-
- isLetterOrDigit(char) - Static method in class com.landawn.abacus.util.StringUtil
-
- isLocked(K) - Method in class com.landawn.abacus.util.MemcachedLock
-
- isLogSQL() - Method in class com.landawn.abacus.util.SQLExecutor.JdbcSettings
-
- isLogSQLWithParameters() - Method in class com.landawn.abacus.util.SQLExecutor.JdbcSettings
-
- isLowerCase(char) - Static method in class com.landawn.abacus.util.StringUtil
-
- isMathematicalInteger(double) - Static method in class com.landawn.abacus.util.Matth
-
Returns true
if x
represents a mathematical integer.
- isMixedCase(CharSequence) - Static method in class com.landawn.abacus.util.StringUtil
-
Copied from Apache Commons Lang: StringUtils#isMixedCase.
- isNaN(String) - Static method in class com.landawn.abacus.condition.ConditionFactory
-
- 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
-
- 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
-
- isNotNull() - Method in class com.landawn.abacus.util.u.Nullable
-
Returns true
if the value is present and it's not null
, otherwise returns false
.
- isNotPresent() - Method in class com.landawn.abacus.util.u.Nullable
-
Returns true
if the value is not present, otherwise returns false
.
- isNull(String) - Static method in class com.landawn.abacus.condition.ConditionFactory
-
- 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() - Method in class com.landawn.abacus.util.HBaseColumn
-
- isNull() - Method in class com.landawn.abacus.util.u.Nullable
-
Returns true
if the value is not present, or it is present but it's null
, otherwise returns false
.
- isNullOrEmpty() - Static method in class com.landawn.abacus.util.Fn
-
- 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
-
- isNullOrEmptyOrBlank(CharSequence) - Static method in class com.landawn.abacus.util.N
-
- isNumber(String) - Static method in class com.landawn.abacus.util.StringUtil
-
Note: It's copied from NumberUtils in Apache Commons Lang under Apache
License 2.0
- isNumeric(CharSequence) - Static method in class com.landawn.abacus.util.StringUtil
-
Checks if the CharSequence contains only Unicode digits.
- isNumericSpace(CharSequence) - Static method in class com.landawn.abacus.util.StringUtil
-
Checks if the CharSequence contains only Unicode digits or space (
' '
).
- 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.JdbcUtil.SimpleTransaction
-
- isolationLevel() - Method in class com.landawn.abacus.util.SQLTransaction
-
- isOneWayRequest() - Method in class com.landawn.abacus.http.HttpSettings
-
- isOneWayRequest(boolean) - Method in class com.landawn.abacus.http.HttpSettings
-
- 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
-
- isParallel() - Method in class com.landawn.abacus.util.stream.EntryStream
-
- isPerfectSquare(int) - Static method in class com.landawn.abacus.util.Matth
-
- isPerfectSquare(long) - Static method in class com.landawn.abacus.util.Matth
-
- isPortrait() - Static method in class com.landawn.abacus.android.util.Fu
-
- isPowerOfTwo(int) - Static method in class com.landawn.abacus.util.Matth
-
- isPowerOfTwo(long) - Static method in class com.landawn.abacus.util.Matth
-
- isPowerOfTwo(double) - Static method in class com.landawn.abacus.util.Matth
-
- isPowerOfTwo(BigInteger) - Static method in class com.landawn.abacus.util.Matth
-
Returns true
if x
represents a power of two.
- isPresent() - Method in class com.landawn.abacus.util.u.Nullable
-
Returns true
if the value is present, otherwise returns false
.
- isPresent() - Method in class com.landawn.abacus.util.u.Optional
-
- isPresent() - Method in class com.landawn.abacus.util.u.OptionalBoolean
-
- isPresent() - Method in class com.landawn.abacus.util.u.OptionalByte
-
- isPresent() - Method in class com.landawn.abacus.util.u.OptionalChar
-
- isPresent() - Method in class com.landawn.abacus.util.u.OptionalDouble
-
- isPresent() - Method in class com.landawn.abacus.util.u.OptionalFloat
-
- isPresent() - Method in class com.landawn.abacus.util.u.OptionalInt
-
- isPresent() - Method in class com.landawn.abacus.util.u.OptionalLong
-
- isPresent() - Method in class com.landawn.abacus.util.u.OptionalShort
-
- isPrettyFormat() - Method in class com.landawn.abacus.parser.SerializationConfig
-
- isPrime(long) - Static method in class com.landawn.abacus.util.Matth
-
Returns
true
if
n
is a
prime number: an integer
greater
than one that cannot be factored into a product of
smaller positive integers.
- isPrimitiveArrayType(Class<?>) - Static method in class com.landawn.abacus.util.Primitives
-
- isPrimitiveType(Class<?>) - Static method in class com.landawn.abacus.util.Primitives
-
- 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
-
- 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.
- isSuccess() - Method in class com.landawn.abacus.util.Result
-
- isSuccessful() - Method in class com.landawn.abacus.http.HttpResponse
-
Returns true if the code is in [200..300), which means the request was successfully received,
understood, and accepted.
- 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.StringUtil
-
- isWhitespace(CharSequence) - Static method in class com.landawn.abacus.util.StringUtil
-
Checks if the CharSequence contains only whitespace.
- isWrapperType(Class<?>) - Static method in class com.landawn.abacus.util.Primitives
-
- 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
-
- Iterables - Class in com.landawn.abacus.util
-
It's an extension and wrapper for Google Guava.
- iterate(Future<? extends T>...) - Static method in class com.landawn.abacus.android.util.Futures
-
- iterate(Collection<? extends Future<? extends T>>) - Static method in class com.landawn.abacus.android.util.Futures
-
- iterate(Collection<? extends Future<? extends T>>, long, TimeUnit) - Static method in class com.landawn.abacus.android.util.Futures
-
- iterate(Future<? extends T>...) - Static method in class com.landawn.abacus.util.Futures
-
- iterate(Collection<? extends Future<? extends T>>) - Static method in class com.landawn.abacus.util.Futures
-
- iterate(Collection<? extends Future<? 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(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(Iterator<E>, int) - 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 init
,
producing a Stream
consisting of init
, f(init)
,
f(f(init))
, etc.
- iterate(T, Predicate<? super 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(int, int) - Method in interface com.landawn.abacus.DataSet
-
- iterator(String, String) - Method in interface com.landawn.abacus.DataSet
-
- iterator(String, String, int, int) - Method in interface com.landawn.abacus.DataSet
-
- iterator(String, String, String) - Method in interface com.landawn.abacus.DataSet
-
- iterator(String, String, String, int, int) - Method in interface com.landawn.abacus.DataSet
-
- iterator() - Method in class com.landawn.abacus.util.ArrayHashSet
-
- iterator() - Method in class com.landawn.abacus.util.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
-
Remember to close this Stream after the iteration is done, if required.
- iterator() - Method in class com.landawn.abacus.util.stream.CharStream
-
Remember to close this Stream after the iteration is done, if required.
- iterator() - Method in class com.landawn.abacus.util.stream.DoubleStream
-
Remember to close this Stream after the iteration is done, if required.
- iterator() - Method in class com.landawn.abacus.util.stream.EntryStream
-
Remember to close this Stream after the iteration is done, if required.
- iterator() - Method in class com.landawn.abacus.util.stream.FloatStream
-
Remember to close this Stream after the iteration is done, if required.
- iterator() - Method in class com.landawn.abacus.util.stream.IntStream
-
Remember to close this Stream after the iteration is done, if required.
- iterator() - Method in class com.landawn.abacus.util.stream.LongStream
-
Remember to close this Stream after the iteration is done, if required.
- iterator() - Method in class com.landawn.abacus.util.stream.ShortStream
-
Remember to close this Stream after the iteration is done, if required.
- iterator() - Method in class com.landawn.abacus.util.stream.Stream
-
- Iterators - Class in com.landawn.abacus.util
-
- iteratte(Future<? extends T>...) - Static method in class com.landawn.abacus.android.util.Futures
-
- iteratte(Collection<? extends Future<? extends T>>) - Static method in class com.landawn.abacus.android.util.Futures
-
- iteratte(Collection<? extends Future<? extends T>>, long, TimeUnit) - Static method in class com.landawn.abacus.android.util.Futures
-
- iteratte(Future<? extends T>...) - Static method in class com.landawn.abacus.util.Futures
-
- iteratte(Collection<? extends Future<? extends T>>) - Static method in class com.landawn.abacus.util.Futures
-
- iteratte(Collection<? extends Future<? extends T>>, long, TimeUnit) - Static method in class com.landawn.abacus.util.Futures
-
- map(BiFunction<? super A, ? super B, R>) - Method in class com.landawn.abacus.util.BiIterator
-
- 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(Iterator<T>, Function<? super T, U>) - Static method in class com.landawn.abacus.util.Iterators
-
- 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<? extends C>) - Static method in class com.landawn.abacus.util.N
-
- map(T[], int, int, Try.Function<? super T, ? extends R, E>, IntFunction<? extends C>) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- map(Collection<? extends T>, Try.Function<? super T, ? extends R, E>, IntFunction<? extends C>) - Static method in class com.landawn.abacus.util.N
-
- map(Collection<? extends T>, int, int, Try.Function<? super T, ? extends R, E>, IntFunction<? extends C>) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- map(Function<? super T, U>) - Method in class com.landawn.abacus.util.Observer
-
- map(Try.BiFunction<? super L, ? super R, U, E>) - Method in class com.landawn.abacus.util.Pair
-
- map(Try.Function<? super 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
-
- 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
-
- map(Function<? super Map.Entry<K, V>, Map.Entry<KK, VV>>) - Method in class com.landawn.abacus.util.stream.EntryStream
-
- map(Function<? super Map.Entry<K, V>, KK>, Function<? super Map.Entry<K, V>, 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(BiFunction<? super K, ? super V, KK>, BiFunction<? super K, ? super V, VV>) - Method in class com.landawn.abacus.util.stream.EntryStream
-
- map(FloatUnaryOperator) - Method in class com.landawn.abacus.util.stream.FloatStream
-
- map(IntUnaryOperator) - Method in class com.landawn.abacus.util.stream.IntStream
-
- map(LongUnaryOperator) - Method in class com.landawn.abacus.util.stream.LongStream
-
- map(ShortUnaryOperator) - Method in class com.landawn.abacus.util.stream.ShortStream
-
- map(Function<? super T, ? extends R>) - Method in class com.landawn.abacus.util.stream.Stream
-
- map(TriFunction<? super A, ? super B, ? super C, R>) - Method in class com.landawn.abacus.util.TriIterator
-
- map(Try.TriFunction<? super L, ? super M, ? super R, U, E>) - Method in class com.landawn.abacus.util.Triple
-
- map(Try.Function<? super 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.BiFunction<? super T1, ? super 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.TriFunction<? super T1, ? super T2, ? super 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
-
- map(Try.Function<? super T, ? extends U, E>) - Method in class com.landawn.abacus.util.u.Nullable
-
- map(Try.Function<? super T, ? extends U, E>) - Method in class com.landawn.abacus.util.u.Optional
-
- map(Try.BooleanUnaryOperator<E>) - Method in class com.landawn.abacus.util.u.OptionalBoolean
-
- map(Try.ByteUnaryOperator<E>) - Method in class com.landawn.abacus.util.u.OptionalByte
-
- map(Try.CharUnaryOperator<E>) - Method in class com.landawn.abacus.util.u.OptionalChar
-
- map(Try.DoubleUnaryOperator<E>) - Method in class com.landawn.abacus.util.u.OptionalDouble
-
- map(Try.FloatUnaryOperator<E>) - Method in class com.landawn.abacus.util.u.OptionalFloat
-
- map(Try.IntUnaryOperator<E>) - Method in class com.landawn.abacus.util.u.OptionalInt
-
- map(Try.LongUnaryOperator<E>) - Method in class com.landawn.abacus.util.u.OptionalLong
-
- map(Try.ShortUnaryOperator<E>) - Method in class com.landawn.abacus.util.u.OptionalShort
-
- map2Entity(Class<T>, Map<String, Object>) - Static method in class com.landawn.abacus.util.Maps
-
- 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 Map.Entry<K, V>, KK>, Function<? super Map.Entry<K, V>, VV>) - Method in class com.landawn.abacus.util.stream.EntryStream
-
Deprecated.
- mapER(BiFunction<? super K, ? super V, KK>, BiFunction<? super K, ? super V, VV>) - Method in class com.landawn.abacus.util.stream.EntryStream
-
Deprecated.
- 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
-
Call mapper
only if at least one element/object/entry is appended.
- mapIfNotNull(Try.Function<? super T, ? extends U, E>) - Method in class com.landawn.abacus.util.u.Nullable
-
- 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
-
- mapKey(BiFunction<? super K, ? super V, 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.stream.Collectors
-
- mapping(Function<? super T, ? extends U>, Collector<? super U, A, R>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- 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) - Method in class com.landawn.abacus.util.MongoCollectionMapper
-
- Maps - Class in com.landawn.abacus.util
-
- mapThenFilter(Try.Function<? super T, ? extends R, E>, Try.Predicate<? super R, E2>) - Method in class com.landawn.abacus.util.Seq
-
For better performance, comparing to Stream
.
- mapThenForEach(Try.Function<? super T, ? extends R, E>, Try.Consumer<? super R, E2>) - Method in class com.landawn.abacus.util.Seq
-
For better performance, comparing to Stream
.
- 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.Seq
-
- mapToBoolean(Try.ToBooleanFunction<? super T, E>) - Method in class com.landawn.abacus.util.u.Nullable
-
- mapToBoolean(Try.ToBooleanFunction<? super T, E>) - Method in class com.landawn.abacus.util.u.Optional
-
- mapToBooleanIfNotNull(Try.ToBooleanFunction<? super T, E>) - Method in class com.landawn.abacus.util.u.Nullable
-
- 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.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
-
- mapToByte(Try.ToByteFunction<? super T, E>) - Method in class com.landawn.abacus.util.u.Nullable
-
- mapToByte(Try.ToByteFunction<? super T, E>) - Method in class com.landawn.abacus.util.u.Optional
-
- mapToByteIfNotNull(Try.ToByteFunction<? super T, E>) - Method in class com.landawn.abacus.util.u.Nullable
-
- 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.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
-
- mapToChar(Try.ToCharFunction<? super T, E>) - Method in class com.landawn.abacus.util.u.Nullable
-
- mapToChar(Try.ToCharFunction<? super T, E>) - Method in class com.landawn.abacus.util.u.Optional
-
- mapToCharIfNotNull(Try.ToCharFunction<? super T, E>) - Method in class com.landawn.abacus.util.u.Nullable
-
- 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.Seq
-
- mapToDouble(FloatToDoubleFunction) - Method in class com.landawn.abacus.util.stream.FloatStream
-
- mapToDouble(IntToDoubleFunction) - Method in class com.landawn.abacus.util.stream.IntStream
-
- mapToDouble(LongToDoubleFunction) - Method in class com.landawn.abacus.util.stream.LongStream
-
- mapToDouble(ToDoubleFunction<? super T>) - Method in class com.landawn.abacus.util.stream.Stream
-
- mapToDouble(Try.ToDoubleFunction<? super T, E>) - Method in class com.landawn.abacus.util.u.Nullable
-
- mapToDouble(Try.ToDoubleFunction<? super T, E>) - Method in class com.landawn.abacus.util.u.Optional
-
- mapToDouble(Try.ToDoubleFunction<Float, E>) - Method in class com.landawn.abacus.util.u.OptionalFloat
-
- mapToDouble(Try.ToDoubleFunction<Integer, E>) - Method in class com.landawn.abacus.util.u.OptionalInt
-
- mapToDouble(Try.ToDoubleFunction<Long, E>) - Method in class com.landawn.abacus.util.u.OptionalLong
-
- mapToDoubleIfNotNull(Try.ToDoubleFunction<? super T, E>) - Method in class com.landawn.abacus.util.u.Nullable
-
- 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
-
Deprecated.
- 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.Seq
-
- mapToFloat(DoubleToFloatFunction) - Method in class com.landawn.abacus.util.stream.DoubleStream
-
- mapToFloat(IntToFloatFunction) - Method in class com.landawn.abacus.util.stream.IntStream
-
- mapToFloat(LongToFloatFunction) - Method in class com.landawn.abacus.util.stream.LongStream
-
- mapToFloat(ToFloatFunction<? super T>) - Method in class com.landawn.abacus.util.stream.Stream
-
- mapToFloat(Try.ToFloatFunction<? super T, E>) - Method in class com.landawn.abacus.util.u.Nullable
-
- mapToFloat(Try.ToFloatFunction<? super T, E>) - Method in class com.landawn.abacus.util.u.Optional
-
- mapToFloatIfNotNull(Try.ToFloatFunction<? super T, E>) - Method in class com.landawn.abacus.util.u.Nullable
-
- 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.Seq
-
- mapToInt(ByteToIntFunction) - Method in class com.landawn.abacus.util.stream.ByteStream
-
- 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
-
- mapToInt(FloatToIntFunction) - Method in class com.landawn.abacus.util.stream.FloatStream
-
- mapToInt(LongToIntFunction) - Method in class com.landawn.abacus.util.stream.LongStream
-
- mapToInt(ShortToIntFunction) - Method in class com.landawn.abacus.util.stream.ShortStream
-
- mapToInt(ToIntFunction<? super T>) - Method in class com.landawn.abacus.util.stream.Stream
-
- mapToInt(Try.ToIntFunction<? super T, E>) - Method in class com.landawn.abacus.util.u.Nullable
-
- mapToInt(Try.ToIntFunction<? super T, E>) - Method in class com.landawn.abacus.util.u.Optional
-
- mapToInt(Try.ToIntFunction<Byte, E>) - Method in class com.landawn.abacus.util.u.OptionalByte
-
- mapToInt(Try.ToIntFunction<Character, E>) - Method in class com.landawn.abacus.util.u.OptionalChar
-
- mapToInt(Try.ToIntFunction<Double, E>) - Method in class com.landawn.abacus.util.u.OptionalDouble
-
- mapToInt(Try.ToIntFunction<Long, E>) - Method in class com.landawn.abacus.util.u.OptionalLong
-
- mapToInt(Try.ToIntFunction<Short, E>) - Method in class com.landawn.abacus.util.u.OptionalShort
-
- mapToIntIfNotNull(Try.ToIntFunction<? super T, E>) - Method in class com.landawn.abacus.util.u.Nullable
-
- 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.Seq
-
- mapToLong(DoubleToLongFunction) - Method in class com.landawn.abacus.util.stream.DoubleStream
-
- mapToLong(FloatToLongFunction) - Method in class com.landawn.abacus.util.stream.FloatStream
-
- mapToLong(IntToLongFunction) - Method in class com.landawn.abacus.util.stream.IntStream
-
- mapToLong(ToLongFunction<? super T>) - Method in class com.landawn.abacus.util.stream.Stream
-
- mapToLong(Try.ToLongFunction<? super T, E>) - Method in class com.landawn.abacus.util.u.Nullable
-
- mapToLong(Try.ToLongFunction<? super T, E>) - Method in class com.landawn.abacus.util.u.Optional
-
- mapToLong(Try.ToLongFunction<Double, E>) - Method in class com.landawn.abacus.util.u.OptionalDouble
-
- mapToLong(Try.ToLongFunction<Integer, E>) - Method in class com.landawn.abacus.util.u.OptionalInt
-
- mapToLongIfNotNull(Try.ToLongFunction<? super T, E>) - Method in class com.landawn.abacus.util.u.Nullable
-
- 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.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
-
- 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
-
- mapToObj(FloatFunction<? extends U>) - Method in class com.landawn.abacus.util.stream.FloatStream
-
- mapToObj(IntFunction<? extends U>) - Method in class com.landawn.abacus.util.stream.IntStream
-
- mapToObj(LongFunction<? extends U>) - Method in class com.landawn.abacus.util.stream.LongStream
-
- mapToObj(ShortFunction<? extends U>) - Method in class com.landawn.abacus.util.stream.ShortStream
-
- mapToObj(Try.BooleanFunction<T, E>) - Method in class com.landawn.abacus.util.u.OptionalBoolean
-
- mapToObj(Try.ByteFunction<T, E>) - Method in class com.landawn.abacus.util.u.OptionalByte
-
- mapToObj(Try.CharFunction<T, E>) - Method in class com.landawn.abacus.util.u.OptionalChar
-
- mapToObj(Try.DoubleFunction<T, E>) - Method in class com.landawn.abacus.util.u.OptionalDouble
-
- mapToObj(Try.FloatFunction<T, E>) - Method in class com.landawn.abacus.util.u.OptionalFloat
-
- mapToObj(Try.IntFunction<T, E>) - Method in class com.landawn.abacus.util.u.OptionalInt
-
- mapToObj(Try.LongFunction<T, E>) - Method in class com.landawn.abacus.util.u.OptionalLong
-
- mapToObj(Try.ShortFunction<T, E>) - Method in class com.landawn.abacus.util.u.OptionalShort
-
- 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.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
-
- mapToShort(Try.ToShortFunction<? super T, E>) - Method in class com.landawn.abacus.util.u.Nullable
-
- mapToShort(Try.ToShortFunction<? super T, E>) - Method in class com.landawn.abacus.util.u.Optional
-
- mapToShortIfNotNull(Try.ToShortFunction<? super T, E>) - Method in class com.landawn.abacus.util.u.Nullable
-
- 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
-
- mapValue(BiFunction<? super K, ? 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
-
- Matrix<T> - Class in com.landawn.abacus.util
-
- Matrix(T[][]) - Constructor for class com.landawn.abacus.util.Matrix
-
- Matth - 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.
- Matth.Mathh - Class in com.landawn.abacus.util
-
- 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
-
- 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
-
- max(Comparator<? super Map.Entry<K, V>>) - Method in class com.landawn.abacus.util.stream.EntryStream
-
- max() - Method in class com.landawn.abacus.util.stream.FloatStream
-
- max() - Method in class com.landawn.abacus.util.stream.IntStream
-
- max() - Method in class com.landawn.abacus.util.stream.LongStream
-
- max() - Method in class com.landawn.abacus.util.stream.ShortStream
-
- max(Comparator<? super T>) - Method in class com.landawn.abacus.util.stream.Stream
-
- MAX_FORWARDS - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Max-Forwards
header field name.
- MAX_ID_LENGTH - Static variable in class com.landawn.abacus.util.SQLMapper
-
- 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() - Static method in class com.landawn.abacus.util.stream.Collectors
-
It's copied from StreamEx: https://github.com/amaembo/streamex under Apache License v2 and may be modified.
- maxAll(Comparator<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
It's copied from StreamEx: https://github.com/amaembo/streamex under Apache License v2 and may be modified.
- maxAll(Comparator<? super T>, int) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- maxAll(boolean) - Static method in class com.landawn.abacus.util.stream.Collectors
-
Use occurrences to save the count of largest objects if areAllLargestSame = true
(e.g.
- maxAll(int, boolean) - Static method in class com.landawn.abacus.util.stream.Collectors
-
Use occurrences to save the count of largest objects if areAllLargestSame = true
(e.g.
- maxAll(Comparator<? super T>, int, boolean) - Static method in class com.landawn.abacus.util.stream.Collectors
-
Use occurrences to save the count of largest objects if areAllLargestSame = true
(e.g.
- maxAll(Collector<T, A, D>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
It's copied from StreamEx: https://github.com/amaembo/streamex under Apache License v2 and may be modified.
- maxAll(Comparator<? super T>, Collector<? super T, A, D>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
It's copied from StreamEx: https://github.com/amaembo/streamex under Apache License v2 and may be modified.
- maxAlll(Collector<T, A, D>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- maxAlll(Comparator<? super T>, Collector<? super T, A, D>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- maxAlll(Comparator<? super T>, Collector<? super T, A, D>, Function<Pair<u.Optional<T>, D>, R>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- maxBy(Comparator<? super T>) - Static method in class com.landawn.abacus.util.Fn.BinaryOperators
-
- 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
-
- maxBy(Function<? super Map.Entry<K, V>, ? extends Comparable>) - Method in class com.landawn.abacus.util.stream.EntryStream
-
- maxBy(Function<? super T, ? extends Comparable>) - Method in class com.landawn.abacus.util.stream.Stream
-
- maxByKey(Comparator<? super K>) - Method in class com.landawn.abacus.util.stream.EntryStream
-
- 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
-
- maxByValue(Comparator<? super V>) - Method in class com.landawn.abacus.util.stream.EntryStream
-
- 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
-
- maxSubArrayLen(T[][]) - Static method in class com.landawn.abacus.util.f
-
- maxSubArrayLen(boolean[][]) - Static method in class com.landawn.abacus.util.f
-
- maxSubArrayLen(char[][]) - Static method in class com.landawn.abacus.util.f
-
- maxSubArrayLen(byte[][]) - Static method in class com.landawn.abacus.util.f
-
- maxSubArrayLen(short[][]) - Static method in class com.landawn.abacus.util.f
-
- maxSubArrayLen(int[][]) - Static method in class com.landawn.abacus.util.f
-
- maxSubArrayLen(long[][]) - Static method in class com.landawn.abacus.util.f
-
- maxSubArrayLen(float[][]) - Static method in class com.landawn.abacus.util.f
-
- maxSubArrayLen(double[][]) - Static method in class com.landawn.abacus.util.f
-
- 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.Matth
-
Returns the arithmetic mean of x
and y
, rounded towards
negative infinity.
- mean(long, long) - Static method in class com.landawn.abacus.util.Matth
-
Returns the arithmetic mean of x
and y
, rounded toward negative infinity.
- mean(double, double) - Static method in class com.landawn.abacus.util.Matth
-
- mean(int...) - Static method in class com.landawn.abacus.util.Matth
-
- mean(long...) - Static method in class com.landawn.abacus.util.Matth
-
- mean(double...) - Static method in class com.landawn.abacus.util.Matth
-
- 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
-
- memoize(Supplier<T>) - Static method in class com.landawn.abacus.util.Fn
-
Returns a Supplier
which returns a single instance created by calling the specified supplier.get()
.
- memoize(Function<? super T, ? extends R>) - Static method in class com.landawn.abacus.util.Fn
-
- merge(DataSet) - Method in interface com.landawn.abacus.DataSet
-
Returns a new DataSet
by appending the specified from
DataSet
into this DataSet
.
- merge(DataSet, Collection<String>) - Method in interface com.landawn.abacus.DataSet
-
Returns a new DataSet
by appending the specified from
DataSet
into this DataSet
.
- merge(DataSet, int, int) - Method in interface com.landawn.abacus.DataSet
-
Returns a new DataSet
by appending the specified from
DataSet
from fromRowIndex
to toRowIndex
into this DataSet
.
- merge(DataSet, Collection<String>, int, int) - Method in interface com.landawn.abacus.DataSet
-
Returns a new DataSet
by appending the specified columnNames
in from
DataSet
from fromRowIndex
to toRowIndex
into this DataSet
.
- merge(DataSet, DataSet) - 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
-
- 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(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(Object, Object, boolean, Set<String>) - Static method in class com.landawn.abacus.util.N
-
- 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 E2>, Try.BiFunction<? super E, ? super E2, E3, 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(Map<K, V>, Map<K, V>, BiFunction<? super Map.Entry<K, V>, ? super Map.Entry<K, V>, Nth>) - Static method in class com.landawn.abacus.util.stream.EntryStream
-
- merge(Map<K, V>, Map<K, V>, Map<K, V>, BiFunction<? super Map.Entry<K, V>, ? super Map.Entry<K, V>, Nth>) - Static method in class com.landawn.abacus.util.stream.EntryStream
-
- merge(Collection<? extends Map<K, V>>, BiFunction<? super Map.Entry<K, V>, ? super Map.Entry<K, V>, Nth>) - Static method in class com.landawn.abacus.util.stream.EntryStream
-
- 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(List<? extends Collection<? 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
-
- message() - Method in class com.landawn.abacus.http.HttpResponse
-
- MessageEncryption - Enum in com.landawn.abacus.http
-
- middle - Variable 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
-
- 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
-
- min(Comparator<? super Map.Entry<K, V>>) - Method in class com.landawn.abacus.util.stream.EntryStream
-
- min() - Method in class com.landawn.abacus.util.stream.FloatStream
-
- min() - Method in class com.landawn.abacus.util.stream.IntStream
-
- min() - Method in class com.landawn.abacus.util.stream.LongStream
-
- min() - Method in class com.landawn.abacus.util.stream.ShortStream
-
- min(Comparator<? super T>) - Method in class com.landawn.abacus.util.stream.Stream
-
- 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() - Static method in class com.landawn.abacus.util.stream.Collectors
-
It's copied from StreamEx: https://github.com/amaembo/streamex under Apache License v2 and may be modified.
- minAll(Comparator<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
It's copied from StreamEx: https://github.com/amaembo/streamex under Apache License v2 and may be modified.
- minAll(Comparator<? super T>, int) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- minAll(boolean) - Static method in class com.landawn.abacus.util.stream.Collectors
-
Use occurrences to save the count of largest objects if areAllSmallestSame = true
(e.g.
- minAll(int, boolean) - Static method in class com.landawn.abacus.util.stream.Collectors
-
Use occurrences to save the count of largest objects if areAllSmallestSame = true
(e.g.
- minAll(Comparator<? super T>, int, boolean) - Static method in class com.landawn.abacus.util.stream.Collectors
-
Use occurrences to save the count of largest objects if areAllSmallestSame = true
(e.g.
- minAll(Collector<T, A, D>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
It's copied from StreamEx: https://github.com/amaembo/streamex under Apache License v2 and may be modified.
- minAll(Comparator<? super T>, Collector<T, A, D>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
It's copied from StreamEx: https://github.com/amaembo/streamex under Apache License v2 and may be modified.
- minAlll(Collector<T, A, D>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- minAlll(Comparator<? super T>, Collector<? super T, A, D>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- minAlll(Comparator<? super T>, Collector<? super T, A, D>, Function<Pair<u.Optional<T>, D>, R>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- minBy(Comparator<? super T>) - Static method in class com.landawn.abacus.util.Fn.BinaryOperators
-
- 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
-
- minBy(Function<? super Map.Entry<K, V>, ? extends Comparable>) - Method in class com.landawn.abacus.util.stream.EntryStream
-
- minBy(Function<? super T, ? extends Comparable>) - Method in class com.landawn.abacus.util.stream.Stream
-
- minByKey(Comparator<? super K>) - Method in class com.landawn.abacus.util.stream.EntryStream
-
- 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
-
- minByValue(Comparator<? super V>) - Method in class com.landawn.abacus.util.stream.EntryStream
-
- minMax(Comparator<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- minMax(Comparator<? super T>, BiFunction<? super T, ? super T, ? extends R>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
It's copied from StreamEx: https://github.com/amaembo/streamex under Apache License v2 and may be modified.
- minOccurrences() - Method in class com.landawn.abacus.util.LongMultiset
-
- minOccurrences() - Method in class com.landawn.abacus.util.Multiset
-
- minSubArrayLen(T[][]) - Static method in class com.landawn.abacus.util.f
-
- minSubArrayLen(boolean[][]) - Static method in class com.landawn.abacus.util.f
-
- minSubArrayLen(char[][]) - Static method in class com.landawn.abacus.util.f
-
- minSubArrayLen(byte[][]) - Static method in class com.landawn.abacus.util.f
-
- minSubArrayLen(short[][]) - Static method in class com.landawn.abacus.util.f
-
- minSubArrayLen(int[][]) - Static method in class com.landawn.abacus.util.f
-
- minSubArrayLen(long[][]) - Static method in class com.landawn.abacus.util.f
-
- minSubArrayLen(float[][]) - Static method in class com.landawn.abacus.util.f
-
- minSubArrayLen(double[][]) - Static method in class com.landawn.abacus.util.f
-
- minus(SubQuery) - Static method in class com.landawn.abacus.condition.ConditionFactory
-
- minus(SubQuery) - Method in class com.landawn.abacus.condition.Criteria
-
- minus(Object...) - Static method in class com.landawn.abacus.condition.Expression
-
- Minus - Class in com.landawn.abacus.condition
-
- Minus(SubQuery) - Constructor for class com.landawn.abacus.condition.Minus
-
- minus(Duration) - Method in class com.landawn.abacus.util.Duration
-
- minus(String) - Method in class com.landawn.abacus.util.DynamicSQLBuilder
-
- minus(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
-
- minusHours(long) - Method in class com.landawn.abacus.util.Duration
-
- minusMillis(long) - Method in class com.landawn.abacus.util.Duration
-
- minusMinutes(long) - Method in class com.landawn.abacus.util.Duration
-
- minusSeconds(long) - Method in class com.landawn.abacus.util.Duration
-
- missCount() - Method in class com.landawn.abacus.pool.AbstractPool
-
- missCount() - Method in interface com.landawn.abacus.pool.Pool
-
- mod(String, String) - Static method in class com.landawn.abacus.condition.Expression
-
- mod(int, int) - Static method in class com.landawn.abacus.util.Matth
-
Returns x mod m
, a non-negative value less than m
.
- mod(long, int) - Static method in class com.landawn.abacus.util.Matth
-
Returns x mod m
, a non-negative value less than m
.
- mod(long, long) - Static method in class com.landawn.abacus.util.Matth
-
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
-
- MongoCollectionMapper<T> - Class in com.landawn.abacus.util
-
- MongoDB - Class in com.landawn.abacus.util
-
It's a simple wrapper of MongoDB Java client.
- MongoDB(MongoDatabase) - Constructor for class com.landawn.abacus.util.MongoDB
-
- MongoDB(MongoDatabase, AsyncExecutor) - Constructor for class com.landawn.abacus.util.MongoDB
-
- MoreExecutors - Class in com.landawn.abacus.util
-
Factory and utility methods for Executor
, ExecutorService
,
and ThreadFactory
.
- MoreExecutors() - Constructor for class com.landawn.abacus.util.MoreExecutors
-
- move(File, File) - Static method in class com.landawn.abacus.util.IOUtil
-
- moveColumn(String, int) - Method in interface com.landawn.abacus.DataSet
-
- moveColumn(Object, int) - Method in class com.landawn.abacus.util.Sheet
-
Move the specified column to the new position.
- moveColumns(Map<String, Integer>) - Method in interface com.landawn.abacus.DataSet
-
- 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
-
- 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.Matth
-
Returns the product of a
and b
, provided it does not overflow.
- multiplyExact(long, long) - Static method in class com.landawn.abacus.util.Matth
-
Returns the product of a
and b
, provided it does not overflow.
- Multiset<T> - Class in com.landawn.abacus.util
-
A collection that supports order-independent equality, like Set
, but
may have duplicate elements.
- Multiset() - Constructor for class com.landawn.abacus.util.Multiset
-
- Multiset(int) - Constructor for class com.landawn.abacus.util.Multiset
-
- Multiset(Collection<? extends T>) - Constructor for class com.landawn.abacus.util.Multiset
-
- Multiset(Class<? extends Map>) - Constructor for class com.landawn.abacus.util.Multiset
-
- Multiset(Supplier<? extends Map<T, ?>>) - Constructor for class com.landawn.abacus.util.Multiset
-
- murmur3_128(int) - Static method in class com.landawn.abacus.hash.Hashing
-
- murmur3_128() - Static method in class com.landawn.abacus.hash.Hashing
-
- murmur3_32(int) - Static method in class com.landawn.abacus.hash.Hashing
-
- murmur3_32() - Static method in class com.landawn.abacus.hash.Hashing
-
- 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
-
- p(BiPredicate<? super K, ? super V>) - Static method in class com.landawn.abacus.util.Fn.Entries
-
- p(Predicate<T>) - Static method in class com.landawn.abacus.util.Fn
-
- p(A, BiPredicate<A, T>) - Static method in class com.landawn.abacus.util.Fn
-
- p(A, B, TriPredicate<A, B, T>) - Static method in class com.landawn.abacus.util.Fn
-
- p(BiPredicate<T, U>) - Static method in class com.landawn.abacus.util.Fn
-
- p(A, TriPredicate<A, T, U>) - Static method in class com.landawn.abacus.util.Fn
-
- p(TriPredicate<A, B, C>) - Static method in class com.landawn.abacus.util.Fn
-
- P3P - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP P3P
header field name.
- padEnd(String, int) - Static method in class com.landawn.abacus.util.StringUtil
-
- padEnd(String, int, char) - Static method in class com.landawn.abacus.util.StringUtil
-
- padEnd(String, int, String) - Static method in class com.landawn.abacus.util.StringUtil
-
- padStart(String, int) - Static method in class com.landawn.abacus.util.StringUtil
-
- padStart(String, int, char) - Static method in class com.landawn.abacus.util.StringUtil
-
- padStart(String, int, String) - Static method in class com.landawn.abacus.util.StringUtil
-
- 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.
- pageSize() - 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.
- pairToList() - Static method in class com.landawn.abacus.util.Fn.Functions
-
- pairToSet() - Static method in class com.landawn.abacus.util.Fn.Functions
-
- parallel() - Method in interface com.landawn.abacus.util.stream.BaseStream
-
- parallel(int) - Method in interface com.landawn.abacus.util.stream.BaseStream
-
- parallel(BaseStream.Splitor) - Method in interface com.landawn.abacus.util.stream.BaseStream
-
- parallel(int, BaseStream.Splitor) - Method in interface com.landawn.abacus.util.stream.BaseStream
-
Returns an equivalent stream that is parallel.
- parallel(int, Executor) - Method in interface com.landawn.abacus.util.stream.BaseStream
-
- parallel(Executor) - Method in interface com.landawn.abacus.util.stream.BaseStream
-
- parallel() - Method in class com.landawn.abacus.util.stream.EntryStream
-
- parallel(int) - Method in class com.landawn.abacus.util.stream.EntryStream
-
- parallel(int, BaseStream.Splitor) - Method in class com.landawn.abacus.util.stream.EntryStream
-
- parallel(int, Executor) - Method in class com.landawn.abacus.util.stream.EntryStream
-
- parallel(Executor) - 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(List<? extends Collection<? extends T>>, BiFunction<? super T, ? super T, Nth>) - Static method in class com.landawn.abacus.util.stream.Stream
-
- parallelMerge(List<? extends Collection<? extends T>>, BiFunction<? super T, ? super T, Nth>, int) - Static method in class com.landawn.abacus.util.stream.Stream
-
- 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(List<? extends Collection<? extends T>>, Function<? super List<? extends T>, R>) - Static method in class com.landawn.abacus.util.stream.Stream
-
- parallelZip(List<? extends Collection<? extends T>>, Function<? super List<? extends T>, R>, int) - Static method in class com.landawn.abacus.util.stream.Stream
-
- 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(List<? extends Collection<? extends T>>, List<? extends T>, Function<? super List<? extends T>, R>) - Static method in class com.landawn.abacus.util.stream.Stream
-
- parallelZip(List<? extends Collection<? extends T>>, List<? extends T>, Function<? super List<? extends T>, R>, int) - Static method in class com.landawn.abacus.util.stream.Stream
-
- parallelZip(Collection<? extends Stream<? extends T>>, List<? 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>>, List<? 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>>, 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>>, List<? 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>>, List<? 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);
}
- 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(Iterator<? extends T>, Try.Consumer<? super T, E>) - Static method in class com.landawn.abacus.util.Iterables
-
- parse(Iterator<? extends T>, Try.Consumer<? super T, E>, Try.Runnable<E2>) - Static method in class com.landawn.abacus.util.Iterables
-
- parse(Iterator<? extends T>, long, long, Try.Consumer<? super T, E>) - Static method in class com.landawn.abacus.util.Iterables
-
- parse(Iterator<? extends T>, long, long, Try.Consumer<? super T, E>, Try.Runnable<E2>) - Static method in class com.landawn.abacus.util.Iterables
-
- parse(Iterator<? extends T>, long, long, int, int, Try.Consumer<? super T, E>) - Static method in class com.landawn.abacus.util.Iterables
-
- parse(Iterator<? extends T>, long, long, int, int, Try.Consumer<? super T, E>, Try.Runnable<E2>) - Static method in class com.landawn.abacus.util.Iterables
-
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.Iterables
-
- parse(Collection<? extends Iterator<? extends T>>, Try.Consumer<? super T, E>, Try.Runnable<E2>) - Static method in class com.landawn.abacus.util.Iterables
-
- parse(Collection<? extends Iterator<? extends T>>, long, long, Try.Consumer<? super T, E>) - Static method in class com.landawn.abacus.util.Iterables
-
- parse(Collection<? extends Iterator<? extends T>>, long, long, Try.Consumer<? super T, E>, Try.Runnable<E2>) - Static method in class com.landawn.abacus.util.Iterables
-
- parse(Collection<? extends Iterator<? extends T>>, int, int, int, Try.Consumer<? super T, E>) - Static method in class com.landawn.abacus.util.Iterables
-
- 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.Iterables
-
- parse(Collection<? extends Iterator<? extends T>>, long, long, int, int, int, Try.Consumer<? super T, E>) - Static method in class com.landawn.abacus.util.Iterables
-
- 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.Iterables
-
Parse the elements in the specified iterators one by one.
- 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.
- parseBoolean(String) - Static method in class com.landawn.abacus.util.N
-
Returns a Boolean
with a value represented by the specified
string.
- parseByte(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.
- parseCalendar(String) - Static method in class com.landawn.abacus.util.DateUtil
-
- parseCalendar(String, String) - Static method in class com.landawn.abacus.util.DateUtil
-
- parseCalendar(String, String, TimeZone) - Static method in class com.landawn.abacus.util.DateUtil
-
Converts the specified calendar
with the specified format
to a new instance of Calendar.
- parseChar(String) - Static method in class com.landawn.abacus.util.N
-
- parseDate(String) - Static method in class com.landawn.abacus.util.DateUtil
-
- parseDate(String, String) - Static method in class com.landawn.abacus.util.DateUtil
-
- parseDate(String, String, TimeZone) - Static method in class com.landawn.abacus.util.DateUtil
-
Converts the specified date
with the specified format
to a new instance of java.sql.Date.
- parseDouble(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.
- 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.
- parseFloat(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.
- parseGregorianCalendar(String) - Static method in class com.landawn.abacus.util.DateUtil
-
- parseGregorianCalendar(String, String) - Static method in class com.landawn.abacus.util.DateUtil
-
- parseGregorianCalendar(String, String, TimeZone) - Static method in class com.landawn.abacus.util.DateUtil
-
Converts the specified calendar
with the specified format
to a new instance of GregorianCalendar.
- parseInt(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.
- parseJUDate(String) - Static method in class com.landawn.abacus.util.DateUtil
-
- parseJUDate(String, String) - Static method in class com.landawn.abacus.util.DateUtil
-
- parseJUDate(String, String, TimeZone) - Static method in class com.landawn.abacus.util.DateUtil
-
Converts the specified date
with the specified format
to a new instance of java.util.Date.
- parseLong(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.
- 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
-
- parseShort(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.
- parseTime(String) - Static method in class com.landawn.abacus.util.DateUtil
-
- parseTime(String, String) - Static method in class com.landawn.abacus.util.DateUtil
-
- parseTime(String, String, TimeZone) - Static method in class com.landawn.abacus.util.DateUtil
-
Converts the specified date
with the specified format
to a new instance of Time.
- parseTimestamp(String) - Static method in class com.landawn.abacus.util.DateUtil
-
- parseTimestamp(String, String) - Static method in class com.landawn.abacus.util.DateUtil
-
- parseTimestamp(String, String, TimeZone) - Static method in class com.landawn.abacus.util.DateUtil
-
Converts the specified date
with the specified format
to a new instance of Timestamp.
- parseXMLGregorianCalendar(String) - Static method in class com.landawn.abacus.util.DateUtil
-
- parseXMLGregorianCalendar(String, String) - Static method in class com.landawn.abacus.util.DateUtil
-
- parseXMLGregorianCalendar(String, String, TimeZone) - Static method in class com.landawn.abacus.util.DateUtil
-
Converts the specified calendar
with the specified format
to a new instance of XMLGregorianCalendar.
- 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
-
- partitioningBy(Predicate<? super T>, Collector<? super T, A, D>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- 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
-
- patch() - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
- 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
-
- 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
-
- peekFirst(Consumer<? super T>) - Method in class com.landawn.abacus.util.stream.Stream
-
- peekLast(Consumer<? super T>) - Method in class com.landawn.abacus.util.stream.Stream
-
- 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.Iterables
-
Note: copy from Google Guava under Apache License v2.
- permutations() - Method in class com.landawn.abacus.util.stream.Stream
-
Stream.of(1, 2, 3).permutations().forEach(Fn.println());
// output
[1, 2, 3]
[1, 3, 2]
[3, 1, 2]
[3, 2, 1]
[2, 3, 1]
[2, 1, 3]
- persist(File, Try.Function<? super T, String, IOException>) - Method in class com.landawn.abacus.util.stream.Stream
-
- persist(OutputStream, Try.Function<? super T, String, IOException>) - Method in class com.landawn.abacus.util.stream.Stream
-
- persist(Writer, Try.Function<? super T, String, IOException>) - 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
-
- PING_FROM - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
- PING_TO - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP
Ping-To
header field name.
- plus(Object...) - Static method in class com.landawn.abacus.condition.Expression
-
- plus(Duration) - Method in class com.landawn.abacus.util.Duration
-
- plus(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
-
- plusHours(long) - Method in class com.landawn.abacus.util.Duration
-
- plusMillis(long) - Method in class com.landawn.abacus.util.Duration
-
- plusMinutes(long) - Method in class com.landawn.abacus.util.Duration
-
- plusSeconds(long) - Method in class com.landawn.abacus.util.Duration
-
- Points - Class in com.landawn.abacus.util
-
- Points.xy - Class in com.landawn.abacus.util
-
- Points.xy.ByteBytePoint - Class in com.landawn.abacus.util
-
- Points.xy.ByteDoublePoint - Class in com.landawn.abacus.util
-
- Points.xy.ByteIntPoint - Class in com.landawn.abacus.util
-
- Points.xy.ByteLongPoint - Class in com.landawn.abacus.util
-
- Points.xy.ByteObjPoint<T> - Class in com.landawn.abacus.util
-
- Points.xy.DoubleBytePoint - Class in com.landawn.abacus.util
-
- Points.xy.DoubleDoublePoint - Class in com.landawn.abacus.util
-
- Points.xy.DoubleIntPoint - Class in com.landawn.abacus.util
-
- Points.xy.DoubleLongPoint - Class in com.landawn.abacus.util
-
- Points.xy.DoubleObjPoint<T> - Class in com.landawn.abacus.util
-
- Points.xy.IntBytePoint - Class in com.landawn.abacus.util
-
- Points.xy.IntDoublePoint - Class in com.landawn.abacus.util
-
- Points.xy.IntIntPoint - Class in com.landawn.abacus.util
-
- Points.xy.IntLongPoint - Class in com.landawn.abacus.util
-
- Points.xy.IntObjPoint<T> - Class in com.landawn.abacus.util
-
- Points.xy.LongBytePoint - Class in com.landawn.abacus.util
-
- Points.xy.LongDoublePoint - Class in com.landawn.abacus.util
-
- Points.xy.LongIntPoint - Class in com.landawn.abacus.util
-
- Points.xy.LongLongPoint - Class in com.landawn.abacus.util
-
- Points.xy.LongObjPoint<T> - Class in com.landawn.abacus.util
-
- Points.xyz - Class in com.landawn.abacus.util
-
- Points.xyz.ByteBytePoint - Class in com.landawn.abacus.util
-
- Points.xyz.ByteDoublePoint - Class in com.landawn.abacus.util
-
- Points.xyz.ByteIntPoint - Class in com.landawn.abacus.util
-
- Points.xyz.ByteLongPoint - Class in com.landawn.abacus.util
-
- Points.xyz.ByteObjPoint<T> - Class in com.landawn.abacus.util
-
- Points.xyz.DoubleBytePoint - Class in com.landawn.abacus.util
-
- Points.xyz.DoubleDoublePoint - Class in com.landawn.abacus.util
-
- Points.xyz.DoubleIntPoint - Class in com.landawn.abacus.util
-
- Points.xyz.DoubleLongPoint - Class in com.landawn.abacus.util
-
- Points.xyz.DoubleObjPoint<T> - Class in com.landawn.abacus.util
-
- Points.xyz.IntBytePoint - Class in com.landawn.abacus.util
-
- Points.xyz.IntDoublePoint - Class in com.landawn.abacus.util
-
- Points.xyz.IntIntPoint - Class in com.landawn.abacus.util
-
- Points.xyz.IntLongPoint - Class in com.landawn.abacus.util
-
- Points.xyz.IntObjPoint<T> - Class in com.landawn.abacus.util
-
- Points.xyz.LongBytePoint - Class in com.landawn.abacus.util
-
- Points.xyz.LongDoublePoint - Class in com.landawn.abacus.util
-
- Points.xyz.LongIntPoint - Class in com.landawn.abacus.util
-
- Points.xyz.LongLongPoint - Class in com.landawn.abacus.util
-
- Points.xyz.LongObjPoint<T> - Class in com.landawn.abacus.util
-
- 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
-
- positve() - Static method in class com.landawn.abacus.util.Fn.FnB
-
- positve() - Static method in class com.landawn.abacus.util.Fn.FnC
-
- positve() - Static method in class com.landawn.abacus.util.Fn.FnD
-
- positve() - Static method in class com.landawn.abacus.util.Fn.FnF
-
- positve() - Static method in class com.landawn.abacus.util.Fn.FnI
-
- positve() - Static method in class com.landawn.abacus.util.Fn.FnL
-
- positve() - Static method in class com.landawn.abacus.util.Fn.FnS
-
- post(Object) - Method in class com.landawn.abacus.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, HttpSettings) - Method in class com.landawn.abacus.http.AbstractHttpClient
-
- post(Class<T>, Object) - Method in class com.landawn.abacus.http.AbstractHttpClient
-
- post(Class<T>, Object, HttpSettings) - Method in class com.landawn.abacus.http.AbstractHttpClient
-
- post() - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
- post(Class<T>) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
- POST - Annotation Type in com.landawn.abacus.http
-
Make a POST request to a REST path relative to base URL.
- 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.Matth
-
- pow(long, int) - Static method in class com.landawn.abacus.util.Matth
-
Returns b
to the k
th power.
- power(String, String) - Static method in class com.landawn.abacus.condition.Expression
-
- powerSet(Set<E>) - Static method in class com.landawn.abacus.util.Iterables
-
Note: copy from Google Guava under Apache License v2.
- powExact(int, int) - Static method in class com.landawn.abacus.util.Matth
-
Returns the b
to the k
th power, provided it does not overflow.
- powExact(long, int) - Static method in class com.landawn.abacus.util.Matth
-
Returns the b
to the k
th power, provided it does not overflow.
- pp(Try.BiPredicate<? super K, ? super V, E>) - Static method in class com.landawn.abacus.util.Fn.Entries
-
- pp(Predicate<T>) - Static method in class com.landawn.abacus.util.Fn.FN
-
- pp(A, BiPredicate<A, T>) - Static method in class com.landawn.abacus.util.Fn.FN
-
- pp(A, B, TriPredicate<A, B, T>) - Static method in class com.landawn.abacus.util.Fn.FN
-
- pp(BiPredicate<T, U>) - Static method in class com.landawn.abacus.util.Fn.FN
-
- pp(A, TriPredicate<A, T, U>) - Static method in class com.landawn.abacus.util.Fn.FN
-
- pp(TriPredicate<A, B, C>) - Static method in class com.landawn.abacus.util.Fn.FN
-
- pp(Try.Predicate<T, E>) - Static method in class com.landawn.abacus.util.Fn
-
- pp(A, Try.BiPredicate<A, T, E>) - Static method in class com.landawn.abacus.util.Fn
-
- pp(A, B, Try.TriPredicate<A, B, T, E>) - Static method in class com.landawn.abacus.util.Fn
-
- pp(Try.BiPredicate<T, U, E>) - Static method in class com.landawn.abacus.util.Fn
-
- pp(A, Try.TriPredicate<A, T, U, E>) - Static method in class com.landawn.abacus.util.Fn
-
- pp(Try.TriPredicate<A, B, C, E>) - Static method in class com.landawn.abacus.util.Fn
-
- PRAGMA - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Pragma
header field name.
- Predicate<T> - Interface in com.landawn.abacus.util.function
-
- 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
-
- prepareCallableQuery(String) - Method in class com.landawn.abacus.spring.DBUtil
-
- prepareCallableQuery(Try.Function<Connection, CallableStatement, SQLException>) - Method in class com.landawn.abacus.spring.DBUtil
-
- prepareCallableQuery(DataSource, String) - Static method in class com.landawn.abacus.util.JdbcUtil
-
- prepareCallableQuery(Connection, String) - Static method in class com.landawn.abacus.util.JdbcUtil
-
Never write below code because it will definitely cause Connection
leak:
- prepareCallableQuery(DataSource, Try.Function<Connection, CallableStatement, SQLException>) - Static method in class com.landawn.abacus.util.JdbcUtil
-
- prepareCallableQuery(Connection, Try.Function<Connection, CallableStatement, SQLException>) - Static method in class com.landawn.abacus.util.JdbcUtil
-
Never write below code because it will definitely cause Connection
leak:
- prepareQuery(String) - Method in class com.landawn.abacus.spring.DBUtil
-
- prepareQuery(String, boolean) - Method in class com.landawn.abacus.spring.DBUtil
-
- prepareQuery(Try.Function<Connection, PreparedStatement, SQLException>) - Method in class com.landawn.abacus.spring.DBUtil
-
- prepareQuery(DataSource, String) - Static method in class com.landawn.abacus.util.JdbcUtil
-
- prepareQuery(DataSource, String, boolean) - Static method in class com.landawn.abacus.util.JdbcUtil
-
- prepareQuery(Connection, String) - Static method in class com.landawn.abacus.util.JdbcUtil
-
Never write below code because it will definitely cause Connection
leak:
- prepareQuery(Connection, String, boolean) - Static method in class com.landawn.abacus.util.JdbcUtil
-
Never write below code because it will definitely cause Connection
leak:
- prepareQuery(DataSource, Try.Function<Connection, PreparedStatement, SQLException>) - Static method in class com.landawn.abacus.util.JdbcUtil
-
- prepareQuery(Connection, Try.Function<Connection, PreparedStatement, SQLException>) - Static method in class com.landawn.abacus.util.JdbcUtil
-
Never write below code because it will definitely cause Connection
leak:
- prepareQuery(String, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
-
- prepareQuery(String, SQLExecutor.StatementSetter, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
-
- prepareQuery(String, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
-
- prepareQuery(String, SQLExecutor.StatementSetter, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
-
- prepareQuery(Connection, String, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
-
- prepareQuery(Connection, String, SQLExecutor.StatementSetter, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
-
- prepareQuery(Connection, String, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
-
- prepareQuery(Connection, String, SQLExecutor.StatementSetter, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
-
- 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(Map<? extends K, ? extends V>) - Method in class com.landawn.abacus.util.stream.EntryStream
-
- prepend(T...) - Method in class com.landawn.abacus.util.stream.Stream
-
- prepend(Collection<? extends T>) - Method in class com.landawn.abacus.util.stream.Stream
-
- prependAlll(Collection<? extends Collection<? extends T>>) - Method in class com.landawn.abacus.util.stream.Stream
-
- prependIfMissing(String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
- 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
-
- Primitives - Class in com.landawn.abacus.util
-
- Primitives.Booleans - Class in com.landawn.abacus.util
-
- Primitives.Bytes - Class in com.landawn.abacus.util
-
- Primitives.Chars - Class in com.landawn.abacus.util
-
- Primitives.Doubles - Class in com.landawn.abacus.util
-
- Primitives.Floats - Class in com.landawn.abacus.util
-
- Primitives.Ints - Class in com.landawn.abacus.util
-
- Primitives.Longs - Class in com.landawn.abacus.util
-
- Primitives.Shorts - Class in com.landawn.abacus.util
-
- println() - Method in interface com.landawn.abacus.DataSet
-
- println(Collection<String>, int, int) - Method in interface com.landawn.abacus.DataSet
-
- println(Writer) - Method in interface com.landawn.abacus.DataSet
-
- println(Collection<String>, int, int, Writer) - Method in interface com.landawn.abacus.DataSet
-
- 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.FN
-
- println(String) - Static method in class com.landawn.abacus.util.Fn.FN
-
- 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(Collection<R>, Collection<C>) - Method in class com.landawn.abacus.util.Sheet
-
- println(Writer) - Method in class com.landawn.abacus.util.Sheet
-
- println(Collection<R>, Collection<C>, Writer) - 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
-
- properNumerator() - Method in class com.landawn.abacus.util.Fraction
-
- 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
-
- properWhole() - Method in class com.landawn.abacus.util.Fraction
-
- 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.HttpHeaders.Names
-
The HTTP Proxy-Authenticate
header field name.
- PROXY_AUTHORIZATION - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Proxy-Authorization
header field name.
- PUBLIC_KEY_PINS - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
- PUBLIC_KEY_PINS_REPORT_ONLY - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
- 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(K, V, long, long) - Method in class com.landawn.abacus.cache.LocalCache
-
- 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, HttpSettings) - Method in class com.landawn.abacus.http.AbstractHttpClient
-
- put(Class<T>, Object) - Method in class com.landawn.abacus.http.AbstractHttpClient
-
- put(Class<T>, Object, HttpSettings) - Method in class com.landawn.abacus.http.AbstractHttpClient
-
- put() - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
- put(Class<T>) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
- PUT - Annotation Type in com.landawn.abacus.http
-
Make a PUT request to a REST path relative to base URL.
- put(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
-
- 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 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(Map<? extends K, ? extends V>) - Method in class com.landawn.abacus.util.ImmutableMap
-
- 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
-
- putIfAbsent(Map<K, V>, K, V) - Static method in class com.landawn.abacus.util.Maps
-
- 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
-
- R() - Constructor for class com.landawn.abacus.util.u.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.HttpHeaders.Names
-
The HTTP Range
header field name.
- range(char, char) - Static method in class com.landawn.abacus.util.Array
-
- range(byte, byte) - Static method in class com.landawn.abacus.util.Array
-
- range(short, short) - Static method in class com.landawn.abacus.util.Array
-
- range(int, int) - Static method in class com.landawn.abacus.util.Array
-
- range(long, long) - Static method in class com.landawn.abacus.util.Array
-
- range(char, char, int) - Static method in class com.landawn.abacus.util.Array
-
- range(byte, byte, byte) - Static method in class com.landawn.abacus.util.Array
-
- range(short, short, short) - Static method in class com.landawn.abacus.util.Array
-
- range(int, int, int) - Static method in class com.landawn.abacus.util.Array
-
- range(long, long, long) - Static method in class com.landawn.abacus.util.Array
-
- range(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[]) - Static method in class com.landawn.abacus.util.IOUtil
-
- read(File, byte[], int, int) - Static method in class com.landawn.abacus.util.IOUtil
-
- read(InputStream, byte[]) - Static method in class com.landawn.abacus.util.IOUtil
-
- read(InputStream, byte[], int, int) - Static method in class com.landawn.abacus.util.IOUtil
-
- read(File, char[]) - Static method in class com.landawn.abacus.util.IOUtil
-
- read(File, char[], Charset) - Static method in class com.landawn.abacus.util.IOUtil
-
- read(File, char[], int, int) - Static method in class com.landawn.abacus.util.IOUtil
-
- read(File, char[], int, int, Charset) - Static method in class com.landawn.abacus.util.IOUtil
-
- read(Reader, char[]) - Static method in class com.landawn.abacus.util.IOUtil
-
- read(Reader, char[], int, int) - Static method in class com.landawn.abacus.util.IOUtil
-
- readBytes(File) - Static method in class com.landawn.abacus.util.IOUtil
-
- readBytes(File, long, int) - Static method in class com.landawn.abacus.util.IOUtil
-
- readBytes(InputStream) - Static method in class com.landawn.abacus.util.IOUtil
-
- readBytes(InputStream, long, int) - Static method in class com.landawn.abacus.util.IOUtil
-
- readChars(File) - Static method in class com.landawn.abacus.util.IOUtil
-
- readChars(File, Charset) - Static method in class com.landawn.abacus.util.IOUtil
-
- readChars(File, long, int) - Static method in class com.landawn.abacus.util.IOUtil
-
- readChars(File, long, int, Charset) - Static method in class com.landawn.abacus.util.IOUtil
-
- readChars(InputStream) - Static method in class com.landawn.abacus.util.IOUtil
-
- readChars(InputStream, Charset) - Static method in class com.landawn.abacus.util.IOUtil
-
- readChars(InputStream, long, int) - Static method in class com.landawn.abacus.util.IOUtil
-
- readChars(InputStream, long, int, Charset) - Static method in class com.landawn.abacus.util.IOUtil
-
- readChars(Reader) - Static method in class com.landawn.abacus.util.IOUtil
-
- readChars(Reader, long, int) - Static method in class com.landawn.abacus.util.IOUtil
-
- readFrom(InputStream, BiConsumer<? super T, ? super Hasher>) - Static method in class com.landawn.abacus.hash.BloomFilter
-
- readLine(File) - Static method in class com.landawn.abacus.util.IOUtil
-
- readLine(File, int) - Static method in class com.landawn.abacus.util.IOUtil
-
- readLine(File, int, Charset) - Static method in class com.landawn.abacus.util.IOUtil
-
- readLine(InputStream) - Static method in class com.landawn.abacus.util.IOUtil
-
- readLine(InputStream, int) - Static method in class com.landawn.abacus.util.IOUtil
-
- readLine(InputStream, int, Charset) - Static method in class com.landawn.abacus.util.IOUtil
-
- readLine(Reader) - Static method in class com.landawn.abacus.util.IOUtil
-
- readLine(Reader, int) - Static method in class com.landawn.abacus.util.IOUtil
-
- readLines(File) - Static method in class com.landawn.abacus.util.IOUtil
-
- readLines(File, Charset) - Static method in class com.landawn.abacus.util.IOUtil
-
- readLines(File, int, int) - Static method in class com.landawn.abacus.util.IOUtil
-
- readLines(File, int, int, Charset) - Static method in class com.landawn.abacus.util.IOUtil
-
- readLines(InputStream) - Static method in class com.landawn.abacus.util.IOUtil
-
- readLines(InputStream, Charset) - Static method in class com.landawn.abacus.util.IOUtil
-
- readLines(InputStream, int, int) - Static method in class com.landawn.abacus.util.IOUtil
-
- readLines(InputStream, int, int, Charset) - Static method in class com.landawn.abacus.util.IOUtil
-
- readLines(Reader) - Static method in class com.landawn.abacus.util.IOUtil
-
- readLines(Reader, int, int) - Static method in class com.landawn.abacus.util.IOUtil
-
- 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, Charset) - 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, Charset) - 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
-
- receivedResponseAtMillis() - Method in class com.landawn.abacus.http.HttpResponse
-
- RecordNotFoundException - Exception in com.landawn.abacus.exception
-
- RecordNotFoundException() - Constructor for exception com.landawn.abacus.exception.RecordNotFoundException
-
Constructor for EntityNotFoundException.
- RecordNotFoundException(String) - Constructor for exception com.landawn.abacus.exception.RecordNotFoundException
-
Constructor for EntityNotFoundException.
- RecordNotFoundException(String, Throwable) - Constructor for exception com.landawn.abacus.exception.RecordNotFoundException
-
Constructor for EntityNotFoundException.
- RecordNotFoundException(Throwable) - Constructor for exception com.landawn.abacus.exception.RecordNotFoundException
-
Constructor for EntityNotFoundException.
- 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(T, Try.BinaryOperator<T, 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
-
- reduce(ByteBinaryOperator) - Method in class com.landawn.abacus.util.stream.ByteStream
-
- 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
-
- reduce(DoubleBinaryOperator) - Method in class com.landawn.abacus.util.stream.DoubleStream
-
- reduce(ImmutableEntry<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(float, FloatBinaryOperator) - Method in class com.landawn.abacus.util.stream.FloatStream
-
- reduce(FloatBinaryOperator) - Method in class com.landawn.abacus.util.stream.FloatStream
-
- reduce(int, IntBinaryOperator) - Method in class com.landawn.abacus.util.stream.IntStream
-
- reduce(IntBinaryOperator) - Method in class com.landawn.abacus.util.stream.IntStream
-
- reduce(long, LongBinaryOperator) - Method in class com.landawn.abacus.util.stream.LongStream
-
- reduce(LongBinaryOperator) - Method in class com.landawn.abacus.util.stream.LongStream
-
- reduce(short, ShortBinaryOperator) - Method in class com.landawn.abacus.util.stream.ShortStream
-
- reduce(ShortBinaryOperator) - Method in class com.landawn.abacus.util.stream.ShortStream
-
- reduce(T, BinaryOperator<T>) - Method in class com.landawn.abacus.util.stream.Stream
-
- reduce(BinaryOperator<T>) - Method in class com.landawn.abacus.util.stream.Stream
-
- reducing(T, BinaryOperator<T>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- reducing(BinaryOperator<T>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- reducing(U, Function<? super T, ? extends U>, BinaryOperator<U>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- reducing(Function<? super T, ? extends U>, BinaryOperator<U>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- reducingOrGet(BinaryOperator<T>, Supplier<? extends T>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- reducingOrGet(Function<? super T, ? extends U>, BinaryOperator<U>, Supplier<? extends U>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- reducingOrThrow(BinaryOperator<T>, Supplier<? extends X>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- reducingOrThrow(Function<? super T, ? extends U>, BinaryOperator<U>, Supplier<? extends X>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- REFERER - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Referer
header field name.
- REFERRER_POLICY - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
- Reflection<T> - Class in com.landawn.abacus.util
-
Add
reflectasm library to build path for better performance.
- REFRESH - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Refresh
header field name.
- refresh(T) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
-
- refresh(T, Collection<String>) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
-
- refresh(T) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
-
- refresh(T, Collection<String>) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
-
- RegExUtil - Class in com.landawn.abacus.util
-
Note: Copied from Apache Commons Lang under Apache License V2.
- 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
-
- 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.MongoDB
-
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
-
- 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.
- 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(K) - Method in class com.landawn.abacus.cache.LocalCache
-
- 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(String) - Method in class com.landawn.abacus.http.HttpHeaders
-
- remove(K) - Method in class com.landawn.abacus.pool.GenericKeyedObjectPool
-
- remove(K) - Method in interface com.landawn.abacus.pool.KeyedObjectPool
-
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(int) - Method in class com.landawn.abacus.util.ImmutableList
-
- remove(Object) - Method in class com.landawn.abacus.util.ImmutableMap
-
- remove(Object, Object) - Method in class com.landawn.abacus.util.ImmutableMap
-
- 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
-
Removes the specified entry.
- remove(Map<K, V>, Object, Object) - Static method in class com.landawn.abacus.util.Maps
-
- remove(Object, Object) - Method in class com.landawn.abacus.util.Multimap
-
- remove(Object) - Method in class com.landawn.abacus.util.Multiset
-
Remove one occurrence from the specified elements.
- remove(Object, int) - Method in class com.landawn.abacus.util.Multiset
-
Remove the specified occurrences from the specified element.
- remove(boolean[], boolean) - Static method in class com.landawn.abacus.util.N
-
Removes the first occurrence of the specified 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(Collection<?>, Collection<?>) - Static method in class com.landawn.abacus.util.Iterables
-
- 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(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(String, Pattern) - Static method in class com.landawn.abacus.util.RegExUtil
-
Removes each substring of the text String that matches the given regular expression pattern.
- removeAll(String, String) - Static method in class com.landawn.abacus.util.RegExUtil
-
Removes each substring of the text String that matches the given regular expression.
- removeAll(ShortList) - Method in class com.landawn.abacus.util.ShortList
-
- removeAll(short[]) - Method in class com.landawn.abacus.util.ShortList
-
- removeAll(String, char) - Static method in class com.landawn.abacus.util.StringUtil
-
Removes all occurrences of a character from within the source string.
- removeAll(String, int, char) - Static method in class com.landawn.abacus.util.StringUtil
-
- removeAll(String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
Removes all occurrences of a substring from within the source string.
- removeAll(String, int, String) - Static method in class com.landawn.abacus.util.StringUtil
-
- 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
-
- removeColumns(Collection<String>) - Method in interface com.landawn.abacus.DataSet
-
Remove the column(s) with the specified columnNames from this DataSet.
- removeColumns(Collection<String>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
-
- removeColumnsIf(Try.Predicate<String, E>) - Method in interface com.landawn.abacus.DataSet
-
Remove the column(s) whose name matches the specified filter
- removeColumnsIf(Try.Predicate<String, E>) - 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.StringUtil
-
Removes a substring only if it is at the end of a source string,
otherwise returns the source string.
- removeEndIgnoreCase(String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
Case insensitive removal of a substring if it is at the end of a source
string, otherwise returns the source string.
- removeEntries(Map<?, ?>, Map<?, ?>) - Static method in class com.landawn.abacus.util.Maps
-
The the entries from the specified Map
- removeExtension(String) - Static method in class com.landawn.abacus.util.FilenameUtil
-
Removes the extension from a filename.
- removeFirst(String, Pattern) - Static method in class com.landawn.abacus.util.RegExUtil
-
Removes the first substring of the text string that matches the given regular expression pattern.
- removeFirst(String, String) - Static method in class com.landawn.abacus.util.RegExUtil
-
Removes the first substring of the text string that matches the given regular expression.
- removeHeader(String) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
- 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(Predicate<Map.Entry<K, V>>) - Method in class com.landawn.abacus.util.stream.EntryStream
-
- removeIf(BiPredicate<? super K, ? super V>) - Method in class com.landawn.abacus.util.stream.EntryStream
-
- 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.RegExUtil
-
Removes each substring of the source String that matches the given regular expression using the DOTALL option.
- removePattern(String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
Removes each substring of the source String that matches the given
regular expression using the DOTALL option.
- 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
-
- removeRowRange(int, int) - Method in interface com.landawn.abacus.DataSet
-
- removeRows(int...) - Method in interface com.landawn.abacus.DataSet
-
- removeStart(String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
Removes a substring only if it is at the beginning of a source string,
otherwise returns the source string.
- removeStartIgnoreCase(String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
Case insensitive removal of a substring if it is at the beginning of a
source string, otherwise returns the source string.
- 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(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(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
-
- renameColumns(Map<String, String>) - Method in interface com.landawn.abacus.DataSet
-
- renameColumns(Collection<String>, Try.Function<String, String, E>) - Method in interface com.landawn.abacus.DataSet
-
- renameColumns(Try.Function<String, String, E>) - Method in interface com.landawn.abacus.DataSet
-
- renameColumns(Map<String, String>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
-
- renameColumns(Collection<String>, Try.Function<String, String, E>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
-
- renameColumns(Try.Function<String, String, E>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
-
- 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(String, int) - Method in class com.landawn.abacus.util.Joiner
-
- repeat(Object, int) - Method in class com.landawn.abacus.util.Joiner
-
- 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
-
- repeat(char, int) - Static method in class com.landawn.abacus.util.StringUtil
-
- repeat(char, int, char) - Static method in class com.landawn.abacus.util.StringUtil
-
- repeat(String, int) - Static method in class com.landawn.abacus.util.StringUtil
-
- repeat(String, int, String) - Static method in class com.landawn.abacus.util.StringUtil
-
- 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]
- repeatEach(Collection<T>, int) - Static method in class com.landawn.abacus.util.Iterators
-
- repeatEach(Collection<T>, int) - Static method in class com.landawn.abacus.util.N
-
Repeats the elements in the specified Collection one by one.
- repeatEachToSize(Collection<T>, int) - Static method in class com.landawn.abacus.util.Iterators
-
- repeatEachToSize(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.
- repeatQM(int) - Static method in class com.landawn.abacus.util.CQLBuilder
-
- repeatQM(int) - Method in class com.landawn.abacus.util.DynamicSQLBuilder.Where
-
Append question mark ?
n
times.
- repeatQM(int, String, String) - Method in class com.landawn.abacus.util.DynamicSQLBuilder.Where
-
Append question mark ?
n
times.
- repeatQM(int) - Static method in class com.landawn.abacus.util.SQLBuilder
-
Repeat question mark(?
) n
times with delimiter ", "
.
- 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
-
- replace(K, V) - Method in class com.landawn.abacus.util.ImmutableMap
-
- replace(Map<K, V>, K, V, V) - Static method in class com.landawn.abacus.util.Maps
-
- replace(Map<K, V>, K, V) - Static method in class com.landawn.abacus.util.Maps
-
- replace(String, Object) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
-
- replace(ObjectId, Object) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
-
- replace(String, T) - Method in class com.landawn.abacus.util.MongoCollectionMapper
-
- replace(ObjectId, T) - Method in class com.landawn.abacus.util.MongoCollectionMapper
-
- replace(K, Object, E) - Method in class com.landawn.abacus.util.Multimap
-
Replaces one of the specified oldValue
with the specified newValue
.
- replace(K, V) - Method in class com.landawn.abacus.util.Properties
-
Replaces the entry for the specified key only if it is
currently mapped to some value.
- replace(K, V, V) - Method in class com.landawn.abacus.util.Properties
-
Replaces the entry for the specified key only if currently
mapped to the specified value.
- replace(String, int, String, String, int) - Static method in class com.landawn.abacus.util.StringUtil
-
Replaces a String with another String inside a larger String, for the
first max
values of the search String.
- 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
-
- 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
-
- 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(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(String, Pattern, String) - Static method in class com.landawn.abacus.util.RegExUtil
-
Replaces each substring of the text String that matches the given regular expression pattern with the given replacement.
- replaceAll(String, String, String) - Static method in class com.landawn.abacus.util.RegExUtil
-
Replaces each substring of the text String that matches the given regular expression
with the given replacement.
- replaceAll(short, short) - Method in class com.landawn.abacus.util.ShortList
-
- replaceAll(Try.ShortUnaryOperator<E>) - Method in class com.landawn.abacus.util.ShortList
-
- replaceAll(String, String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
Replaces all occurrences of a String within another String.
- replaceAll(String, int, String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
- replaceAllIf(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.StringUtil
-
- replaceAllIgnoreCase(String, int, String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
- 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
-
- replaceFirst(String, Pattern, String) - Static method in class com.landawn.abacus.util.RegExUtil
-
Replaces the first substring of the text string that matches the given regular expression pattern
with the given replacement.
- replaceFirst(String, String, String) - Static method in class com.landawn.abacus.util.RegExUtil
-
Replaces the first substring of the text string that matches the given regular expression
with the given replacement.
- replaceIf(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.StringUtil
-
- replaceOne(Bson, Object) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
-
- replaceOne(Bson, Object, UpdateOptions) - Method in class com.landawn.abacus.util.MongoCollectionExecutor
-
- replaceOne(Bson, T) - Method in class com.landawn.abacus.util.MongoCollectionMapper
-
- replaceOne(Bson, T, UpdateOptions) - Method in class com.landawn.abacus.util.MongoCollectionMapper
-
- replacePattern(String, String, String) - Static method in class com.landawn.abacus.util.RegExUtil
-
Replaces each substring of the source String that matches the given regular expression with the given
replacement using the Pattern.DOTALL
option.
- replacePattern(String, String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
Replaces each substring of the source String that matches the given
regular expression with the given replacement using the
Pattern.DOTALL
option.
- replacingMerger() - Static method in class com.landawn.abacus.util.Fn.FN
-
- 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.
- 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<T,E extends java.lang.Throwable> - Class in com.landawn.abacus.util
-
- 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(Collection<?>, Collection<?>) - Static method in class com.landawn.abacus.util.Iterables
-
- 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
-
- RETRY_AFTER - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Retry-After
header field name.
- returnFirst() - Static method in class com.landawn.abacus.util.Fn.BiFunctions
-
- returnSecond() - Static method in class com.landawn.abacus.util.Fn.BiFunctions
-
- reuse(Supplier<? extends C>) - Static method in class com.landawn.abacus.util.Fn
-
Only for temporary use in sequential stream/single thread, not for parallel stream/multiple threads.
- reuse(IntFunction<? extends C>) - Static method in class com.landawn.abacus.util.Fn
-
Only for temporary use in sequential stream/single thread, not for parallel stream/multiple threads.
- reuseCachedBuffer(boolean) - Method in class com.landawn.abacus.util.Joiner
-
Improving performance by set useCachedBuffer=true
, and must remember to call toString()/map()/mapIfNotEmpty()/stream()/streamIfNotEmpty()
or close()
to recycle the cached buffer.
- 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(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
-
- reverse(String) - Static method in class com.landawn.abacus.util.StringUtil
-
- 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
-
Returns a new instance of Pair<R, L>.
- 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
-
Returns a new instance of Triple<R, M, L>.
- 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
-
Deprecated.
- reversedComparingByValue() - Static method in class com.landawn.abacus.util.Comparators
-
- reversedComparingByValue(Comparator<? super V>) - Static method in class com.landawn.abacus.util.Comparators
-
Deprecated.
- reverseDelimited(String, char) - Static method in class com.landawn.abacus.util.StringUtil
-
Reverses a String that is delimited by a specific character.
- reverseDelimited(String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
- reversedOrder() - Static method in class com.landawn.abacus.util.Comparators
-
- reversedOrder(Comparator<T>) - Static method in class com.landawn.abacus.util.Comparators
-
- 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 - Variable 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<?>, IntFunction<? extends Collection>) - Method in interface com.landawn.abacus.DataSet
-
Returns a new DataSet
that has all the rows from the specified right DataSet
and the rows from this DataSet
if they have a match with the rows from the right DataSet
.
- rightJoin(String, String) - Method in class com.landawn.abacus.util.DynamicSQLBuilder.From
-
- rightJoin(Collection<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
-
- roll(T, long, CalendarUnit) - Static method in class com.landawn.abacus.util.DateUtil
-
- roll(T, long, TimeUnit) - Static method in class com.landawn.abacus.util.DateUtil
-
- roll(T, long, CalendarUnit) - Static method in class com.landawn.abacus.util.DateUtil
-
- rollback() - Method in interface com.landawn.abacus.Transaction
-
Method rollback.
- rollback() - Method in class com.landawn.abacus.util.SQLTransaction
-
- rollbackIfNotCommitted() - Method in class com.landawn.abacus.util.JdbcUtil.SimpleTransaction
-
- 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.Iterables
-
- 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
-
- round(T, int) - Static method in class com.landawn.abacus.util.DateUtil
-
Copied from Apache Commons Lang under Apache License v2.
- round(T, int) - Static method in class com.landawn.abacus.util.DateUtil
-
Copied from Apache Commons Lang under Apache License v2.
- roundToBigInteger(double, RoundingMode) - Static method in class com.landawn.abacus.util.Matth
-
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.Matth
-
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.Matth
-
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
-
- 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.ContinuableFuture
-
- run(Try.Runnable<E>, Executor) - Static method in class com.landawn.abacus.util.ContinuableFuture
-
- 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(T, Try.Runnable<E>) - Static method in class com.landawn.abacus.util.Synchronized
-
- run(Try.Runnable<E>) - Method in class com.landawn.abacus.util.Synchronized
-
- run() - Method in interface com.landawn.abacus.util.Try.EE.Runnable
-
- run() - Method in interface com.landawn.abacus.util.Try.EEE.Runnable
-
- 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(ContinuableFuture<?>, Try.Runnable<E>) - Method in class com.landawn.abacus.android.util.ContinuableFuture
-
- runAfterBoth(ContinuableFuture<U>, Try.BiConsumer<? super T, ? super U, E>) - Method in class com.landawn.abacus.android.util.ContinuableFuture
-
- runAfterBoth(ContinuableFuture<U>, Try.Consumer<? super Tuple.Tuple4<T, Exception, U, Exception>, E>) - Method in class com.landawn.abacus.android.util.ContinuableFuture
-
- runAfterBoth(ContinuableFuture<?>, Try.Runnable<E>) - Method in class com.landawn.abacus.util.ContinuableFuture
-
- runAfterBoth(ContinuableFuture<U>, Try.BiConsumer<? super T, ? super U, E>) - Method in class com.landawn.abacus.util.ContinuableFuture
-
- runAfterBoth(ContinuableFuture<U>, Try.Consumer<? super Tuple.Tuple4<T, ? super Exception, U, ? super Exception>, E>) - Method in class com.landawn.abacus.util.ContinuableFuture
-
- runAfterEither(ContinuableFuture<?>, Try.Runnable<E>) - Method in class com.landawn.abacus.android.util.ContinuableFuture
-
- runAfterEither(ContinuableFuture<? extends T>, Try.Consumer<? super T, E>) - Method in class com.landawn.abacus.android.util.ContinuableFuture
-
- runAfterEither(ContinuableFuture<? extends T>, Try.BiConsumer<? super T, ? super Exception, E>) - Method in class com.landawn.abacus.android.util.ContinuableFuture
-
- runAfterEither(ContinuableFuture<?>, Try.Runnable<E>) - Method in class com.landawn.abacus.util.ContinuableFuture
-
- runAfterEither(ContinuableFuture<? extends T>, Try.Consumer<? super T, E>) - Method in class com.landawn.abacus.util.ContinuableFuture
-
- runAfterEither(ContinuableFuture<? extends T>, Try.BiConsumer<? super T, ? super Exception, E>) - Method in class com.landawn.abacus.util.ContinuableFuture
-
- runByTPAfterBoth(ContinuableFuture<?>, Try.Runnable<E>) - Method in class com.landawn.abacus.android.util.ContinuableFuture
-
- runByTPAfterBoth(ContinuableFuture<U>, Try.BiConsumer<? super T, ? super U, E>) - Method in class com.landawn.abacus.android.util.ContinuableFuture
-
- runByTPAfterBoth(ContinuableFuture<U>, Try.Consumer<? super Tuple.Tuple4<T, Exception, U, Exception>, E>) - Method in class com.landawn.abacus.android.util.ContinuableFuture
-
- runByTPAfterEither(ContinuableFuture<?>, Try.Runnable<E>) - Method in class com.landawn.abacus.android.util.ContinuableFuture
-
- runByTPAfterEither(ContinuableFuture<? extends T>, Try.Consumer<? super T, E>) - Method in class com.landawn.abacus.android.util.ContinuableFuture
-
- runByTPAfterEither(ContinuableFuture<? extends T>, Try.BiConsumer<? super T, ? super Exception, E>) - Method in class com.landawn.abacus.android.util.ContinuableFuture
-
- runnable(Try.Runnable<E>) - Static method in class com.landawn.abacus.util.Fn.FN
-
- runnable(Runnable) - Static method in class com.landawn.abacus.util.Fn
-
- Runnable - Interface in com.landawn.abacus.util.function
-
- runOnUIAfterBoth(ContinuableFuture<?>, Try.Runnable<E>) - Method in class com.landawn.abacus.android.util.ContinuableFuture
-
- runOnUIAfterBoth(ContinuableFuture<U>, Try.BiConsumer<? super T, ? super U, E>) - Method in class com.landawn.abacus.android.util.ContinuableFuture
-
- runOnUIAfterBoth(ContinuableFuture<U>, Try.Consumer<? super Tuple.Tuple4<T, Exception, U, Exception>, E>) - Method in class com.landawn.abacus.android.util.ContinuableFuture
-
- runOnUIAfterEither(ContinuableFuture<?>, Try.Runnable<E>) - Method in class com.landawn.abacus.android.util.ContinuableFuture
-
- runOnUIAfterEither(ContinuableFuture<? extends T>, Try.Consumer<? super T, E>) - Method in class com.landawn.abacus.android.util.ContinuableFuture
-
- runOnUIAfterEither(ContinuableFuture<? extends T>, Try.BiConsumer<? super T, ? super Exception, E>) - Method in class com.landawn.abacus.android.util.ContinuableFuture
-
- runOnUiThread(Try.Runnable<E>) - 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.
- SafeInitializer<T> - Class in com.landawn.abacus.util
-
Copied from Apache Commons Lang.
- SAME_ORIGIN - Static variable in class com.landawn.abacus.http.HttpHeaders.ReferrerPolicyValues
-
- saturatedAdd(int, int) - Static method in class com.landawn.abacus.util.Matth
-
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.Matth
-
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.Matth
-
Returns the int
nearest in value to value
.
- saturatedMultiply(int, int) - Static method in class com.landawn.abacus.util.Matth
-
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.Matth
-
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.Matth
-
Returns the b
to the k
th 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.Matth
-
Returns the b
to the k
th 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.Matth
-
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.Matth
-
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
-
- sc(ShortConsumer) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- sc(Object, Consumer<T>) - Static method in class com.landawn.abacus.util.Fn
-
Synchronized Consumer
- sc(Object, A, BiConsumer<A, T>) - Static method in class com.landawn.abacus.util.Fn
-
Synchronized Consumer
- sc(Object, BiConsumer<T, U>) - Static method in class com.landawn.abacus.util.Fn
-
Synchronized BiConsumer
- scan(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(R, Try.BiFunction<? super R, ? super T, R, E>, boolean) - Method in class com.landawn.abacus.util.Seq
-
- 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 init
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 init
and next element of the current stream.
- scan(byte, ByteBiFunction<Byte>, boolean) - Method in class com.landawn.abacus.util.stream.ByteStream
-
- 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 init
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 init
and next element of the current stream.
- scan(char, CharBiFunction<Character>, boolean) - Method in class com.landawn.abacus.util.stream.CharStream
-
- 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 init
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 init
and next element of the current stream.
- scan(double, DoubleBiFunction<Double>, boolean) - Method in class com.landawn.abacus.util.stream.DoubleStream
-
- 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 init
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 init
and next element of the current stream.
- scan(float, FloatBiFunction<Float>, boolean) - Method in class com.landawn.abacus.util.stream.FloatStream
-
- 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 init
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 init
and next element of the current stream.
- scan(int, IntBiFunction<Integer>, boolean) - Method in class com.landawn.abacus.util.stream.IntStream
-
- 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 init
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 init
and next element of the current stream.
- scan(long, LongBiFunction<Long>, boolean) - Method in class com.landawn.abacus.util.stream.LongStream
-
- 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 init
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 init
and next element of the current stream.
- scan(short, ShortBiFunction<Short>, boolean) - Method in class com.landawn.abacus.util.stream.ShortStream
-
- 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 init
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 init
and next element of the current stream.
- scan(R, BiFunction<? super R, ? super T, R>, boolean) - Method in class com.landawn.abacus.util.stream.Stream
-
- SEC_METADATA - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
- SEC_PROVIDED_TOKEN_BINDING_ID - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
- SEC_REFERRED_TOKEN_BINDING_ID - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
- SEC_TOKEN_BINDING - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
- 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() - Method in class com.landawn.abacus.util.DynamicSQLBuilder
-
- 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
-
Deprecated.
- select(String, String[]) - Static method in class com.landawn.abacus.util.SQLBuilder.SE
-
Deprecated.
- select(Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE
-
Deprecated.
- select(String, Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE
-
Deprecated.
- select(Map<String, String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE
-
Deprecated.
- select(String, Map<String, String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE
-
Deprecated.
- select(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE
-
Deprecated.
- select(Class<?>, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.SE
-
Deprecated.
- select(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE
-
Deprecated.
- select(Class<?>, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE
-
Deprecated.
- select(String...) - Static method in class com.landawn.abacus.util.SQLBuilder.SE2
-
Deprecated.
- select(String, String[]) - Static method in class com.landawn.abacus.util.SQLBuilder.SE2
-
Deprecated.
- select(Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE2
-
Deprecated.
- select(String, Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE2
-
Deprecated.
- select(Map<String, String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE2
-
Deprecated.
- select(String, Map<String, String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE2
-
Deprecated.
- select(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE2
-
Deprecated.
- select(Class<?>, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.SE2
-
Deprecated.
- select(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE2
-
Deprecated.
- select(Class<?>, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE2
-
Deprecated.
- select(String...) - Static method in class com.landawn.abacus.util.SQLBuilder.SE3
-
Deprecated.
- select(String, String[]) - Static method in class com.landawn.abacus.util.SQLBuilder.SE3
-
Deprecated.
- select(Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE3
-
Deprecated.
- select(String, Collection<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE3
-
Deprecated.
- select(Map<String, String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE3
-
Deprecated.
- select(String, Map<String, String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE3
-
Deprecated.
- select(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE3
-
Deprecated.
- select(Class<?>, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.SE3
-
Deprecated.
- select(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE3
-
Deprecated.
- select(Class<?>, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE3
-
Deprecated.
- select(Class<U>) - Method in class com.landawn.abacus.util.stream.Stream
-
- selectByKey(Class<KK>) - Method in class com.landawn.abacus.util.stream.EntryStream
-
Returns a stream consisting of the elements of this stream which keys are
instances of given class.
- selectByValue(Class<VV>) - Method in class com.landawn.abacus.util.stream.EntryStream
-
Returns a stream consisting of the elements of this stream which values
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
-
Deprecated.
- selectFrom(Class<?>, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.SE
-
Deprecated.
- selectFrom(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE
-
Deprecated.
- selectFrom(Class<?>, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE
-
Deprecated.
- selectFrom(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE2
-
Deprecated.
- selectFrom(Class<?>, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.SE2
-
Deprecated.
- selectFrom(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE2
-
Deprecated.
- selectFrom(Class<?>, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE2
-
Deprecated.
- selectFrom(Class<?>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE3
-
Deprecated.
- selectFrom(Class<?>, boolean) - Static method in class com.landawn.abacus.util.SQLBuilder.SE3
-
Deprecated.
- selectFrom(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE3
-
Deprecated.
- selectFrom(Class<?>, boolean, Set<String>) - Static method in class com.landawn.abacus.util.SQLBuilder.SE3
-
Deprecated.
- SEMI_MONTH - Static variable in class com.landawn.abacus.util.DateUtil
-
This is half a month, so this represents whether a date is in the top
or bottom half of the month.
- 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
-
- sentRequestAtMillis() - Method in class com.landawn.abacus.http.HttpResponse
-
- 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
-
- 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.HttpHeaders.Names
-
The HTTP Server
header field name.
- SERVER_TIMING - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
- SERVICE_WORKER - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
- SERVICE_WORKER_ALLOWED - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
- 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.HttpHeaders
-
- 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
-
- 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
-
- SET_COOKIE - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Set-Cookie
header field name.
- SET_COOKIE2 - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Set-Cookie2
header field name.
- setAcceptCharset(String) - Method in class com.landawn.abacus.http.HttpHeaders
-
- setAcceptEncoding(String) - Method in class com.landawn.abacus.http.HttpHeaders
-
- setAcceptLanguage(String) - Method in class com.landawn.abacus.http.HttpHeaders
-
- setAcceptRanges(String) - Method in class com.landawn.abacus.http.HttpHeaders
-
- 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(Map<? extends String, ? extends Object>) - Method in class com.landawn.abacus.http.HttpHeaders
-
- 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(boolean) - 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
-
- setCondition(Condition) - Method in class com.landawn.abacus.condition.Cell
-
- setConnectionTimeout(int) - Method in class com.landawn.abacus.http.HttpSettings
-
Note: Only for HttpClient
, not for OKHttpClient
.
- 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.HttpHeaders
-
- setContentFormat(ContentFormat) - Method in class com.landawn.abacus.http.HttpSettings
-
- setContentLanguage(String) - Method in class com.landawn.abacus.http.HttpHeaders
-
- setContentLength(long) - Method in class com.landawn.abacus.http.HttpHeaders
-
- setContentType(String) - Method in class com.landawn.abacus.http.HttpHeaders
-
- setCount(int) - 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
-
- setDays(T, int) - Static method in class com.landawn.abacus.util.DateUtil
-
Copied from Apache Commons Lang under Apache License v2.
- 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
-
- 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
-
- setHours(T, int) - Static method in class com.landawn.abacus.util.DateUtil
-
Copied from Apache Commons Lang under Apache License v2.
- 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
-
- setLogSQLWithParameters(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.
- setMilliseconds(T, int) - Static method in class com.landawn.abacus.util.DateUtil
-
Copied from Apache Commons Lang under Apache License v2.
- setMinutes(T, int) - Static method in class com.landawn.abacus.util.DateUtil
-
Copied from Apache Commons Lang under Apache License v2.
- setMinValue(Object) - Method in class com.landawn.abacus.condition.Between
-
- setMonths(T, int) - Static method in class com.landawn.abacus.util.DateUtil
-
Copied from Apache Commons Lang under Apache License v2.
- SetMultimap<K,E> - Class in com.landawn.abacus.util
-
- setNonce(String) - Method in class com.landawn.abacus.http.SecurityDTO
-
- setOffset(int) - 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(int) - Method in class com.landawn.abacus.http.HttpSettings
-
Note: Only for HttpClient
, not for OKHttpClient
.
- 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(HttpSettings) - Method in class com.landawn.abacus.http.HttpProxy.Config
-
- setRequestSettings(HttpSettings) - 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
-
- setReturnedColumnIndexes(int[]) - Method in class com.landawn.abacus.util.SQLExecutor.JdbcSettings
-
- setReturnedColumnNames(String[]) - Method in class com.landawn.abacus.util.SQLExecutor.JdbcSettings
-
- 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
-
- setSeconds(T, int) - Static method in class com.landawn.abacus.util.DateUtil
-
Copied from Apache Commons Lang under Apache License v2.
- 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
-
- setSSLSocketFactory(SSLSocketFactory) - Method in class com.landawn.abacus.http.HttpSettings
-
- 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
-
- setUseCaches(boolean) - Method in class com.landawn.abacus.http.HttpSettings
-
Note: Only for HttpClient
, not for OKHttpClient
.
- setUserAgent(String) - Method in class com.landawn.abacus.http.HttpHeaders
-
- setUserName(String) - Method in class com.landawn.abacus.http.SecurityDTO
-
- setValue(V) - Method in class com.landawn.abacus.util.ImmutableEntry
-
Deprecated.
- setValue(boolean) - Method in class com.landawn.abacus.util.MutableBoolean
-
Sets the value.
- setValue(byte) - Method in class com.landawn.abacus.util.MutableByte
-
Sets the value.
- setValue(char) - Method in class com.landawn.abacus.util.MutableChar
-
Sets the value.
- setValue(double) - Method in class com.landawn.abacus.util.MutableDouble
-
Sets the value.
- setValue(float) - Method in class com.landawn.abacus.util.MutableFloat
-
Sets the value.
- setValue(int) - Method in class com.landawn.abacus.util.MutableInt
-
Sets the value.
- setValue(long) - Method in class com.landawn.abacus.util.MutableLong
-
Sets the value.
- setValue(short) - Method in class com.landawn.abacus.util.MutableShort
-
Sets the value.
- 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
-
- setYears(T, int) - Static method in class com.landawn.abacus.util.DateUtil
-
Copied from Apache Commons Lang under Apache License v2.
- sf(ShortFunction<R>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- sf(Object, Function<T, R>) - Static method in class com.landawn.abacus.util.Fn
-
Synchronized Function
- sf(Object, A, BiFunction<A, T, R>) - Static method in class com.landawn.abacus.util.Fn
-
Synchronized Function
- sf(Object, BiFunction<T, U, R>) - Static method in class com.landawn.abacus.util.Fn
-
Synchronized BiFunction
- sha1() - 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
-
R
= Row, C
= Column, H
= Horizontal, V
= Vertical.
- 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
-
The Stream will be automatically closed after execution(A terminal method is executed/triggered).
- 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
-
- single(IntFunction<? extends C>) - Static method in class com.landawn.abacus.util.Fn.Factory
-
Deprecated.
- single(Supplier<? extends C>) - Static method in class com.landawn.abacus.util.Fn.Suppliers
-
Deprecated.
- sipHash24() - Static method in class com.landawn.abacus.hash.Hashing
-
- sipHash24(long, long) - Static method in class com.landawn.abacus.hash.Hashing
-
- size() - Method in class com.landawn.abacus.cache.CaffeineCache
-
- size() - Method in class com.landawn.abacus.cache.Ehcache
-
- size() - Method in class com.landawn.abacus.cache.LocalCache
-
- 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.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() - Static method in class com.landawn.abacus.util.Fn
-
- 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(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
.
- size(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
.
- 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
-
- sizeM() - Static method in class com.landawn.abacus.util.Fn
-
- sizeOf(K, E) - Method in interface com.landawn.abacus.pool.KeyedObjectPool.MemoryMeasure
-
- sizeOf(E) - Method in interface com.landawn.abacus.pool.ObjectPool.MemoryMeasure
-
- skip(InputStream, long) - Static method in class com.landawn.abacus.util.IOUtil
-
Return the count of skipped bytes.
- skip(Reader, long) - Static method in class com.landawn.abacus.util.IOUtil
-
Return the count of skipped chars.
- skip(Iterator<T>, long) - Static method in class com.landawn.abacus.util.Iterators
-
Calls next()
on iterator
, either n
times
or until hasNext()
returns false
, whichever comes first.
- skip(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(long) - Method in interface com.landawn.abacus.util.stream.BaseStream
-
- skip(long, C) - Method in interface com.landawn.abacus.util.stream.BaseStream
-
- 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
-
Returns a new ObjIterator
with null
elements removed.
- 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
-
- sleep(long) - Static method in class com.landawn.abacus.util.Fn.FN
-
- sleep(long) - Static method in class com.landawn.abacus.util.Fn
-
- sleep(long) - Static method in class com.landawn.abacus.util.N
-
- sleep(long, TimeUnit) - Static method in class com.landawn.abacus.util.N
-
- sleepUninterruptibly(long) - Static method in class com.landawn.abacus.util.Fn.FN
-
- sleepUninterruptibly(long) - Static method in class com.landawn.abacus.util.Fn
-
- sleepUninterruptibly(long) - Static method in class com.landawn.abacus.util.N
-
Note: Copied from Google Guava under Apache License v2.0
If a thread is interrupted during such a call, the call continues to block until the result is available or the
timeout elapses, and only then re-interrupts the thread.
- sleepUninterruptibly(long, TimeUnit) - Static method in class com.landawn.abacus.util.N
-
Note: Copied from Google Guava under Apache License v2.0
If a thread is interrupted during such a call, the call continues to block until the result is available or the
timeout elapses, and only then re-interrupts the thread.
- slice(Collection<String>) - Method in interface com.landawn.abacus.DataSet
-
Returns a frozen DataSet
- slice(int, int) - Method in interface com.landawn.abacus.DataSet
-
Returns a frozen DataSet
- slice(Collection<String>, int, int) - Method in interface com.landawn.abacus.DataSet
-
Returns a frozen DataSet
- slice(int, int) - Method in class com.landawn.abacus.util.Seq
-
Returns a read-only Seq
.
- slice(long, long) - Method in interface com.landawn.abacus.util.stream.BaseStream
-
Same as: stream.skip(from).limit(to - from)
.
- slice(long, long) - Method in class com.landawn.abacus.util.stream.EntryStream
-
- 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.
- sliding(int, IntFunction<? extends C>) - Method in class com.landawn.abacus.util.stream.Stream
-
- sliding(int, int, IntFunction<? extends C>) - Method in class com.landawn.abacus.util.stream.Stream
-
- sliding(int, Collector<? super T, A, R>) - Method in class com.landawn.abacus.util.stream.Stream
-
- sliding(int, int, Collector<? super T, A, R>) - Method in class com.landawn.abacus.util.stream.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
-
- 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
-
- sort(String) - Static method in class com.landawn.abacus.util.StringUtil
-
Returns a new sorted String if the specified str
is not null or empty, otherwise the specified str
is returned.
- sortBy(String) - Method in interface com.landawn.abacus.DataSet
-
- sortBy(String, Comparator<T>) - Method in interface com.landawn.abacus.DataSet
-
- sortBy(Collection<String>) - Method in interface com.landawn.abacus.DataSet
-
- sortBy(Collection<String>, Comparator<? super Object[]>) - Method in interface com.landawn.abacus.DataSet
-
- sortBy(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
-
- 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.
- sp(ShortPredicate) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- sp(Object, Predicate<T>) - Static method in class com.landawn.abacus.util.Fn
-
Synchronized Predicate
- sp(Object, A, BiPredicate<A, T>) - Static method in class com.landawn.abacus.util.Fn
-
Synchronized Predicate
- sp(Object, A, B, TriPredicate<A, B, T>) - Static method in class com.landawn.abacus.util.Fn
-
Synchronized Predicate
- sp(Object, BiPredicate<T, U>) - Static method in class com.landawn.abacus.util.Fn
-
Synchronized BiPredicate
- sp2px(float) - Static method in class com.landawn.abacus.android.util.Fu
-
- SPACE - Static variable in class com.landawn.abacus.util.Ascii
-
- 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(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(Try.Predicate<? super T, E>, Supplier<? extends C>) - 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 the number sequence by window 5.
- split(U, Try.BiPredicate<? super T, ? super U, E>, Try.Consumer<? super U, E2>, Supplier<? extends C>) - 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<? extends M>) - Method in class com.landawn.abacus.util.Splitter.MapSplitter
-
- split(Class<K>, Class<V>, CharSequence, Supplier<? extends M>) - Method in class com.landawn.abacus.util.Splitter.MapSplitter
-
- split(Type<K>, Type<V>, CharSequence, Supplier<? extends M>) - Method in class com.landawn.abacus.util.Splitter.MapSplitter
-
- split(CharSequence) - Method in class com.landawn.abacus.util.Splitter
-
- split(Class<T>, CharSequence) - Method in class com.landawn.abacus.util.Splitter
-
- split(Type<T>, CharSequence) - Method in class com.landawn.abacus.util.Splitter
-
- split(C, CharSequence) - Method in class com.landawn.abacus.util.Splitter
-
- split(C, Class<T>, CharSequence) - Method in class com.landawn.abacus.util.Splitter
-
- split(C, Type<T>, CharSequence) - Method in class com.landawn.abacus.util.Splitter
-
- split(CharSequence, Supplier<? extends C>) - Method in class com.landawn.abacus.util.Splitter
-
- split(Class<T>, CharSequence, Supplier<? extends C>) - Method in class com.landawn.abacus.util.Splitter
-
- split(Type<T>, CharSequence, Supplier<? extends C>) - Method in class com.landawn.abacus.util.Splitter
-
- split(int) - Method in interface com.landawn.abacus.util.stream.BaseStream
-
Returns Stream of S
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(int, IntFunction<? extends C>) - 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).
- split(int, Collector<? super T, A, R>) - Method in class com.landawn.abacus.util.stream.Stream
-
- split(Predicate<? super T>, Supplier<? extends C>) - Method in class com.landawn.abacus.util.stream.Stream
-
- split(Predicate<? super T>, Collector<? super T, A, R>) - Method in class com.landawn.abacus.util.stream.Stream
-
- split(String, char) - Static method in class com.landawn.abacus.util.StringUtil
-
- split(String, char, boolean) - Static method in class com.landawn.abacus.util.StringUtil
-
- split(String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
- split(String, String, boolean) - Static method in class com.landawn.abacus.util.StringUtil
-
- split(String, String, int) - Static method in class com.landawn.abacus.util.StringUtil
-
- split(String, String, int, boolean) - Static method in class com.landawn.abacus.util.StringUtil
-
- splitAndThen(CharSequence, Try.Function<? super Map<String, String>, T, E>) - Method in class com.landawn.abacus.util.Splitter.MapSplitter
-
- splitAndThen(CharSequence, Try.Function<? super List<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
.
- splitAt(int, Collector<? super T, A, R>) - Method in class com.landawn.abacus.util.stream.Stream
-
- 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.
- splitBy(Predicate<? super T>, Collector<? super T, A, R>) - Method in class com.landawn.abacus.util.stream.Stream
-
- 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.
- splitPreserveAllTokens(String, char) - Static method in class com.landawn.abacus.util.StringUtil
-
- splitPreserveAllTokens(String, char, boolean) - Static method in class com.landawn.abacus.util.StringUtil
-
- splitPreserveAllTokens(String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
- splitPreserveAllTokens(String, String, boolean) - Static method in class com.landawn.abacus.util.StringUtil
-
- splitPreserveAllTokens(String, String, int) - Static method in class com.landawn.abacus.util.StringUtil
-
- splitPreserveAllTokens(String, String, int, boolean) - Static method in class com.landawn.abacus.util.StringUtil
-
- splitt(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.
- splitt(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.
- splitt(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.
- splitt(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.
- 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
-
- splitToEntryStream(CharSequence) - Method in class com.landawn.abacus.util.Splitter.MapSplitter
-
- splitToList(int) - Method in interface com.landawn.abacus.util.stream.BaseStream
-
Returns Stream of PL
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.
- 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(Predicate<? super T>) - Method in class com.landawn.abacus.util.stream.Stream
-
- splitToStream(CharSequence) - Method in class com.landawn.abacus.util.Splitter.MapSplitter
-
- splitToStream(CharSequence) - Method in class com.landawn.abacus.util.Splitter
-
- 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
-
Deprecated.
- SQLBuilder.SE2 - Class in com.landawn.abacus.util
-
Deprecated.
- SQLBuilder.SE3 - Class in com.landawn.abacus.util
-
Deprecated.
- SQLBuilder.SP - Class in com.landawn.abacus.util
-
- SQLExecutor - Class in com.landawn.abacus.spring
-
Integrated with Spring JDBC/Transaction.
- SQLExecutor(DataSource) - Constructor for class com.landawn.abacus.spring.SQLExecutor
-
- SQLExecutor(DataSource, SQLExecutor.JdbcSettings) - Constructor for class com.landawn.abacus.spring.SQLExecutor
-
- SQLExecutor(DataSource, SQLExecutor.JdbcSettings, SQLMapper) - Constructor for class com.landawn.abacus.spring.SQLExecutor
-
- SQLExecutor(DataSource, SQLExecutor.JdbcSettings, SQLMapper, NamingPolicy) - Constructor for class com.landawn.abacus.spring.SQLExecutor
-
- SQLExecutor(DataSource, SQLExecutor.JdbcSettings, SQLMapper, NamingPolicy, AsyncExecutor) - Constructor for class com.landawn.abacus.spring.SQLExecutor
-
- 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.AbstractResultExtractor<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.ResultExtractor<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
- 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.
- sqrt(String) - Static method in class com.landawn.abacus.condition.Expression
-
- sqrt(int, RoundingMode) - Static method in class com.landawn.abacus.util.Matth
-
Returns the square root of x
, rounded with the specified rounding mode.
- sqrt(long, RoundingMode) - Static method in class com.landawn.abacus.util.Matth
-
Returns the square root of x
, rounded with the specified rounding mode.
- sqrt(BigInteger, RoundingMode) - Static method in class com.landawn.abacus.util.Matth
-
- 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.StringUtil
-
- startsWithAny(String, String...) - Static method in class com.landawn.abacus.util.StringUtil
-
- startsWithIgnoreCase(String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
- 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.JdbcUtil.SimpleTransaction
-
- 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(boolean) - Method in interface com.landawn.abacus.DataSet
-
- stream(int, int, boolean) - Method in interface com.landawn.abacus.DataSet
-
- stream(Collection<String>, boolean) - Method in interface com.landawn.abacus.DataSet
-
- stream(Collection<String>, int, int, boolean) - 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(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.JdbcSettings, 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
-
- stream(String, JdbcUtil.BiRecordGetter<T, RuntimeException>, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
-
- stream(String, SQLExecutor.StatementSetter, JdbcUtil.BiRecordGetter<T, RuntimeException>, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
-
- stream(String, JdbcUtil.BiRecordGetter<T, RuntimeException>, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
-
- stream(String, SQLExecutor.StatementSetter, JdbcUtil.BiRecordGetter<T, RuntimeException>, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.AsyncSQLExecutor
-
- stream(BiFunction<? super A, ? super B, R>) - Method in class com.landawn.abacus.util.BiIterator
-
- 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(String, BiFunction<ColumnDefinitions, Row, T>, 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() - 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(Bson) - Method in class com.landawn.abacus.util.MongoCollectionMapper
-
- stream(Collection<String>, Bson) - Method in class com.landawn.abacus.util.MongoCollectionMapper
-
- stream(Collection<String>, Bson, int, int) - Method in class com.landawn.abacus.util.MongoCollectionMapper
-
- stream(Collection<String>, Bson, Bson) - Method in class com.landawn.abacus.util.MongoCollectionMapper
-
- stream(Collection<String>, Bson, Bson, int, int) - Method in class com.landawn.abacus.util.MongoCollectionMapper
-
- stream(Bson, Bson, Bson) - Method in class com.landawn.abacus.util.MongoCollectionMapper
-
- stream(Bson, Bson, Bson, int, int) - Method in class com.landawn.abacus.util.MongoCollectionMapper
-
- 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.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(String, JdbcUtil.RecordGetter<R, RuntimeException>, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
-
- stream(String, JdbcUtil.RecordGetter<R, RuntimeException>, Condition, SQLExecutor.JdbcSettings) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
-
- stream(Collection<String>, JdbcUtil.RecordGetter<R, RuntimeException>, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
-
- stream(Collection<String>, JdbcUtil.RecordGetter<R, RuntimeException>, Condition, SQLExecutor.JdbcSettings) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
-
- stream(String, JdbcUtil.BiRecordGetter<R, RuntimeException>, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
-
- stream(String, JdbcUtil.BiRecordGetter<R, RuntimeException>, Condition, SQLExecutor.JdbcSettings) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
-
- stream(Collection<String>, JdbcUtil.BiRecordGetter<R, RuntimeException>, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
-
- stream(Collection<String>, JdbcUtil.BiRecordGetter<R, RuntimeException>, Condition, SQLExecutor.JdbcSettings) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
-
- stream(Condition) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
-
Remember to close the returned Stream
to close the underlying ResultSet
.
- stream(Collection<String>, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
-
Remember to close the returned Stream
to close the underlying ResultSet
.
- stream(Collection<String>, Condition, SQLExecutor.JdbcSettings) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
-
Remember to close the returned Stream
to close the underlying ResultSet
.
- stream(String, JdbcUtil.RecordGetter<R, RuntimeException>, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
-
Remember to close the returned Stream
to close the underlying ResultSet
.
- stream(String, JdbcUtil.RecordGetter<R, RuntimeException>, Condition, SQLExecutor.JdbcSettings) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
-
Remember to close the returned Stream
to close the underlying ResultSet
.
- stream(String, JdbcUtil.BiRecordGetter<R, RuntimeException>, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
-
Remember to close the returned Stream
to close the underlying ResultSet
.
- stream(String, JdbcUtil.BiRecordGetter<R, RuntimeException>, Condition, SQLExecutor.JdbcSettings) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
-
Remember to close the returned Stream
to close the underlying ResultSet
.
- stream(Collection<String>, JdbcUtil.RecordGetter<R, RuntimeException>, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
-
Remember to close the returned Stream
to close the underlying ResultSet
.
- stream(Collection<String>, JdbcUtil.RecordGetter<R, RuntimeException>, Condition, SQLExecutor.JdbcSettings) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
-
Remember to close the returned Stream
to close the underlying ResultSet
.
- stream(Collection<String>, JdbcUtil.BiRecordGetter<R, RuntimeException>, Condition) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
-
Remember to close the returned Stream
to close the underlying ResultSet
.
- stream(Collection<String>, JdbcUtil.BiRecordGetter<R, RuntimeException>, Condition, SQLExecutor.JdbcSettings) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
-
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.JdbcSettings, 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(String, JdbcUtil.BiRecordGetter<T, RuntimeException>, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
-
- stream(String, SQLExecutor.StatementSetter, JdbcUtil.BiRecordGetter<T, RuntimeException>, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
-
- stream(String, JdbcUtil.BiRecordGetter<T, RuntimeException>, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
-
- stream(String, SQLExecutor.StatementSetter, JdbcUtil.BiRecordGetter<T, RuntimeException>, 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: This class includes codes copied from StreamEx: https://github.com/amaembo/streamex under Apache License, version 2.0.
- stream(TriFunction<? super A, ? super B, ? super C, R>) - Method in class com.landawn.abacus.util.TriIterator
-
- 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() - Method in class com.landawn.abacus.util.u.Nullable
-
- stream() - Method in class com.landawn.abacus.util.u.Optional
-
- stream() - Method in class com.landawn.abacus.util.u.OptionalBoolean
-
- stream() - Method in class com.landawn.abacus.util.u.OptionalDouble
-
- stream() - Method in class com.landawn.abacus.util.u.OptionalInt
-
- stream() - Method in class com.landawn.abacus.util.u.OptionalLong
-
- Stream.LAIO - Enum in com.landawn.abacus.util.stream
-
LAIO = Loading All Intermediate 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(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(String, JdbcUtil.RecordGetter<R, RuntimeException>, Condition, SQLExecutor.JdbcSettings) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
-
- streamAll(String, JdbcUtil.BiRecordGetter<R, RuntimeException>, Condition, SQLExecutor.JdbcSettings) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
-
- streamAll(Collection<String>, JdbcUtil.RecordGetter<R, RuntimeException>, Condition, SQLExecutor.JdbcSettings) - Method in class com.landawn.abacus.util.SQLExecutor.AsyncMapper
-
- streamAll(Collection<String>, JdbcUtil.BiRecordGetter<R, RuntimeException>, 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, JdbcUtil.RecordGetter<R, RuntimeException>, Condition, SQLExecutor.JdbcSettings) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
-
Query from multiple data sources specified in JdbcSettings
.
- streamAll(String, JdbcUtil.BiRecordGetter<R, RuntimeException>, Condition, SQLExecutor.JdbcSettings) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
-
Query from multiple data sources specified in JdbcSettings
.
- streamAll(Collection<String>, JdbcUtil.RecordGetter<R, RuntimeException>, Condition, SQLExecutor.JdbcSettings) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
-
Query from multiple data sources specified in JdbcSettings
.
- streamAll(Collection<String>, JdbcUtil.BiRecordGetter<R, RuntimeException>, Condition, SQLExecutor.JdbcSettings) - Method in class com.landawn.abacus.util.SQLExecutor.Mapper
-
Query from multiple data sources specified in JdbcSettings
.
- 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(String, JdbcUtil.BiRecordGetter<T, RuntimeException>, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
-
- streamAll(String, SQLExecutor.StatementSetter, JdbcUtil.BiRecordGetter<T, RuntimeException>, 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.
- streamAll(List<String>, JdbcUtil.BiRecordGetter<T, RuntimeException>, SQLExecutor.JdbcSettings, Object...) - Method in class com.landawn.abacus.util.SQLExecutor
-
- streamAll(List<String>, SQLExecutor.StatementSetter, JdbcUtil.BiRecordGetter<T, RuntimeException>, 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
-
Returns a stream with the String value generated by toString()
if at least one element/object/entry is appended, otherwise an empty Stream
is returned.
- streamIfNotNull() - Method in class com.landawn.abacus.util.u.Nullable
-
- streaming(Function<? super Stream<T>, R>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
Note: Generally it's much slower than other Collectors
.
- streaming(long, Function<? super Stream<T>, R>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
Note: Generally it's much slower than other Collectors
.
- streaming(Supplier<? extends BlockingQueue<T>>, Function<? super Stream<T>, R>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
Note: Generally it's much slower than other Collectors
.
- streaming(long, Supplier<? extends BlockingQueue<T>>, Function<? super Stream<T>, R>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
Note: Generally it's much slower than other Collectors
.
- streaming(Supplier<? extends BlockingQueue<T>>, Function<? super Stream<T>, ContinuableFuture<R>>, long) - Static method in class com.landawn.abacus.util.stream.Collectors
-
Note: Generally it's much slower than other Collectors
.
- 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
-
- STRICT_ORIGIN - Static variable in class com.landawn.abacus.http.HttpHeaders.ReferrerPolicyValues
-
- STRICT_ORIGIN_WHEN_CROSS_ORIGIN - Static variable in class com.landawn.abacus.http.HttpHeaders.ReferrerPolicyValues
-
- STRICT_TRANSPORT_SECURITY - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
- 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
-
Note: This class includes codes copied from Apache Commons Lang, Google Guava and other open source projects under the Apache License 2.0.
- StringUtil.Strings - Class in com.landawn.abacus.util
-
- StringWriter - Class in com.landawn.abacus.util
-
Built on StringBuilder
.
- StringWriter() - Constructor for class com.landawn.abacus.util.StringWriter
-
- StringWriter(int) - Constructor for class com.landawn.abacus.util.StringWriter
-
- StringWriter(StringBuilder) - Constructor for class com.landawn.abacus.util.StringWriter
-
- strip(boolean) - Method in class com.landawn.abacus.util.Splitter.MapSplitter
-
Removes the starting and ending white space characters if strip
is true.
- strip(boolean) - Method in class com.landawn.abacus.util.Splitter
-
Removes the starting and ending white space characters if strip
is true.
- strip(String) - Static method in class com.landawn.abacus.util.StringUtil
-
Strips whitespace from the start and end of a String.
- strip(String[]) - Static method in class com.landawn.abacus.util.StringUtil
-
- strip(String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
Strips any of a set of characters from the start and end of a String.
- strip(String[], String) - Static method in class com.landawn.abacus.util.StringUtil
-
- stripAccents(String) - Static method in class com.landawn.abacus.util.StringUtil
-
Removes diacritics (~= accents) from a string.
- stripAccents(String[]) - Static method in class com.landawn.abacus.util.StringUtil
-
- stripEnd(String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
Strips any of a set of characters from the end of a String.
- stripEnd(String[], String) - Static method in class com.landawn.abacus.util.StringUtil
-
- stripStart(String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
Strips any of a set of characters from the start of a String.
- stripStart(String[], String) - Static method in class com.landawn.abacus.util.StringUtil
-
- stripToEmpty(String) - Static method in class com.landawn.abacus.util.StringUtil
-
Strips whitespace from the start and end of a String returning an empty
String if null
input.
- stripToEmpty(String[]) - Static method in class com.landawn.abacus.util.StringUtil
-
- stripToNull(String) - Static method in class com.landawn.abacus.util.StringUtil
-
Strips whitespace from the start and end of a String returning
null
if the String is empty ("") after the strip.
- stripToNull(String[]) - Static method in class com.landawn.abacus.util.StringUtil
-
- STX - Static variable in class com.landawn.abacus.util.Ascii
-
Start of Text: A communication control character which precedes a sequence of characters that
is to be treated as an entity and entirely transmitted through to the ultimate destination.
- SUB - Static variable in class com.landawn.abacus.util.Ascii
-
Substitute: A character that may be substituted for a character which is determined to be
invalid or in error.
- subList(int, int) - Method in class com.landawn.abacus.util.ImmutableList
-
- subMap(K, boolean, K, boolean) - Method in class com.landawn.abacus.util.ImmutableNavigableMap
-
- subMap(K, K) - Method in class com.landawn.abacus.util.ImmutableSortedMap
-
- subQuery(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.StringUtil
-
Returns an empty Optional
if inclusiveBeginIndex < 0 || exclusiveEndIndex < 0 || inclusiveBeginIndex > exclusiveEndIndex
,
otherwise an Optional
with String value: str.substring(exclusiveBeginIndex, exclusiveEndIndex)
is returned.
- substring(String, int) - Static method in class com.landawn.abacus.util.StringUtil
-
Returns an empty Optional
if inclusiveBeginIndex < 0
,
otherwise an Optional
with String value: str.substring(inclusiveBeginIndex)
is returned.
- substring(String, char) - Static method in class com.landawn.abacus.util.StringUtil
-
Returns an empty Optional
if N.isNullOrEmpty(str) || str.indexOf(delimiterOfInclusiveBeginIndex) < 0
,
otherwise an Optional
with String value: str.substring(str.indexOf(delimiterOfInclusiveBeginIndex))
is returned.
- substring(String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
Returns an empty Optional
if N.isNullOrEmpty(str) || str.indexOf(delimiterOfInclusiveBeginIndex) < 0
,
otherwise an Optional
with String value: str.substring(str.indexOf(delimiterOfInclusiveBeginIndex))
is returned.
- substring(String, int, char) - Static method in class com.landawn.abacus.util.StringUtil
-
- substring(String, int, String) - Static method in class com.landawn.abacus.util.StringUtil
-
- substring(String, int, IntUnaryOperator) - Static method in class com.landawn.abacus.util.StringUtil
-
- substring(String, char, int) - Static method in class com.landawn.abacus.util.StringUtil
-
- substring(String, String, int) - Static method in class com.landawn.abacus.util.StringUtil
-
- substring(String, IntUnaryOperator, int) - Static method in class com.landawn.abacus.util.StringUtil
-
- substringBetween(String, int, int) - Static method in class com.landawn.abacus.util.StringUtil
-
Returns an empty Optional
if exclusiveBeginIndex < 0 || exclusiveEndIndex < 0 || exclusiveBeginIndex >= exclusiveEndIndex
,
otherwise an Optional
with String value: str.substring(exclusiveBeginIndex + 1, exclusiveEndIndex)
is returned.
- substringBetween(String, int, char) - Static method in class com.landawn.abacus.util.StringUtil
-
- substringBetween(String, int, String) - Static method in class com.landawn.abacus.util.StringUtil
-
- substringBetween(String, int, IntUnaryOperator) - Static method in class com.landawn.abacus.util.StringUtil
-
- substringBetween(String, char, int) - Static method in class com.landawn.abacus.util.StringUtil
-
- substringBetween(String, String, int) - Static method in class com.landawn.abacus.util.StringUtil
-
- substringBetween(String, IntUnaryOperator, int) - Static method in class com.landawn.abacus.util.StringUtil
-
- 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.Matth
-
Returns the difference of a
and b
, provided it does not overflow.
- subtractExact(long, long) - Static method in class com.landawn.abacus.util.Matth
-
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.DoubleSummaryStatistics
-
- 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.IntSummaryStatistics
-
- 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.LongSummaryStatistics
-
- 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
-
- sum() - Method in class com.landawn.abacus.util.stream.FloatStream
-
- sum() - Method in class com.landawn.abacus.util.stream.IntStream
-
- sum() - Method in class com.landawn.abacus.util.stream.LongStream
-
- 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(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(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(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
-
- summarizeAndPercentiles() - Method in class com.landawn.abacus.util.stream.ByteStream
-
- summarizeAndPercentiles() - Method in class com.landawn.abacus.util.stream.CharStream
-
- summarizeAndPercentiles() - Method in class com.landawn.abacus.util.stream.DoubleStream
-
- summarizeAndPercentiles() - Method in class com.landawn.abacus.util.stream.FloatStream
-
- summarizeAndPercentiles() - Method in class com.landawn.abacus.util.stream.IntStream
-
- summarizeAndPercentiles() - Method in class com.landawn.abacus.util.stream.LongStream
-
- summarizeAndPercentiles() - 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
-
- 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
-
- summarizingLong(ToLongFunction<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- summarizingShort(ToShortFunction<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- 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.stream.Collectors
-
- summingInt(ToIntFunction<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- 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.stream.Collectors
-
- 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
-
- SUPPLIER_OF_LINKED_HASH_MAP - Static variable in class com.landawn.abacus.util.Fn
-
- SUPPLIER_OF_MAP - Static variable in class com.landawn.abacus.util.Fn
-
- supportCircularReference() - Method in class com.landawn.abacus.parser.SerializationConfig
-
- supportCircularReference(boolean) - Method in class com.landawn.abacus.parser.SerializationConfig
-
- 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(Pair<T, T>) - Static method in class com.landawn.abacus.util.N
-
- swap(Triple<T, M, T>) - 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.StringUtil
-
- swapCase(String) - Static method in class com.landawn.abacus.util.StringUtil
-
Swaps the case of a String changing upper and title case to lower case,
and lower case to upper case.
- swapColumns(String, String) - Method in interface com.landawn.abacus.DataSet
-
Swap the positions of the two specified columns.
- swapColumns(Object, Object) - Method in class com.landawn.abacus.util.Sheet
-
Swap the positions of the two specified columns.
- swapIf(Pair<T, T>, Try.Predicate<? super Pair<T, T>, E>) - Static method in class com.landawn.abacus.util.N
-
- swapIf(Triple<T, M, T>, Try.Predicate<? super Triple<T, M, T>, E>) - Static method in class com.landawn.abacus.util.N
-
- swapRows(int, int) - Method in interface com.landawn.abacus.DataSet
-
Swap the positions of the two specified rows.
- swapRows(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<? extends 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.
- symmetricDifferentSet(Collection<? extends T>, Collection<? extends T>) - Static method in class com.landawn.abacus.util.Iterables
-
- 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
-
- tag(Object) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
Attaches tag
to the request.
- 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(P) - Method in interface com.landawn.abacus.util.stream.BaseStream
-
Keep the elements until the given predicate returns false.
- takeWhile(Predicate<Map.Entry<K, V>>) - Method in class com.landawn.abacus.util.stream.EntryStream
-
- takeWhile(BiPredicate<? super K, ? super V>) - Method in class com.landawn.abacus.util.stream.EntryStream
-
- takeWhileInclusive(Try.Predicate<? super T, 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
-
- TE - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP TE
header field name.
- test(T) - Method in class com.landawn.abacus.hash.BloomFilter
-
- 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(ResultSet, List<String>) - Method in interface com.landawn.abacus.util.JdbcUtil.BiRecordPredicate
-
- test(ResultSet) - Method in interface com.landawn.abacus.util.JdbcUtil.RecordPredicate
-
- test(T, Try.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.Synchronized
-
- test(T, U, Try.BiPredicate<? super T, ? super U, E>) - 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(T, U) - Method in interface com.landawn.abacus.util.Try.EE.BiPredicate
-
- test(T) - Method in interface com.landawn.abacus.util.Try.EE.Predicate
-
- test(A, B, C) - Method in interface com.landawn.abacus.util.Try.EE.TriPredicate
-
- test(T, U) - Method in interface com.landawn.abacus.util.Try.EEE.BiPredicate
-
- test(T) - Method in interface com.landawn.abacus.util.Try.EEE.Predicate
-
- test(A, B, C) - Method in interface com.landawn.abacus.util.Try.EEE.TriPredicate
-
- 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.HttpHeaders.Values
-
- TEXT_JSON - Static variable in class com.landawn.abacus.http.HttpHeaders.Values
-
- TEXT_XML - Static variable in class com.landawn.abacus.http.HttpHeaders.Values
-
- 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
-
- thenCall(Callable<R>) - Method in class com.landawn.abacus.android.util.ContinuableFuture
-
- thenCall(Try.Function<? super T, R, E>) - Method in class com.landawn.abacus.android.util.ContinuableFuture
-
- thenCall(Try.BiFunction<? super T, ? super Exception, R, E>) - Method in class com.landawn.abacus.android.util.ContinuableFuture
-
- thenCall(Try.Callable<R, E>) - Method in class com.landawn.abacus.util.ContinuableFuture
-
- thenCall(Try.Function<? super T, R, E>) - Method in class com.landawn.abacus.util.ContinuableFuture
-
- thenCall(Try.BiFunction<? super T, ? super Exception, R, E>) - Method in class com.landawn.abacus.util.ContinuableFuture
-
- thenCallByTP(Callable<R>) - Method in class com.landawn.abacus.android.util.ContinuableFuture
-
- thenCallByTP(Try.Function<? super T, R, E>) - Method in class com.landawn.abacus.android.util.ContinuableFuture
-
- thenCallByTP(Try.BiFunction<? super T, ? super Exception, R, E>) - Method in class com.landawn.abacus.android.util.ContinuableFuture
-
- thenCallOnUI(Callable<R>) - Method in class com.landawn.abacus.android.util.ContinuableFuture
-
- thenCallOnUI(Try.Function<? super T, R, E>) - Method in class com.landawn.abacus.android.util.ContinuableFuture
-
- thenCallOnUI(Try.BiFunction<? super T, ? super Exception, R, E>) - Method in class com.landawn.abacus.android.util.ContinuableFuture
-
- thenDelay(long, TimeUnit) - Method in class com.landawn.abacus.android.util.ContinuableFuture
-
- thenDelay(long, TimeUnit) - Method in class com.landawn.abacus.util.ContinuableFuture
-
- thenDoNothing() - Method in class com.landawn.abacus.util.If
-
- thenRun(Try.Runnable<E>) - Method in class com.landawn.abacus.android.util.ContinuableFuture
-
- thenRun(Try.Consumer<? super T, E>) - Method in class com.landawn.abacus.android.util.ContinuableFuture
-
- thenRun(Try.BiConsumer<? super T, ? super Exception, E>) - Method in class com.landawn.abacus.android.util.ContinuableFuture
-
- thenRun(Try.Runnable<E>) - Method in class com.landawn.abacus.util.ContinuableFuture
-
- thenRun(Try.Consumer<? super T, E>) - Method in class com.landawn.abacus.util.ContinuableFuture
-
- thenRun(Try.BiConsumer<? super T, ? super Exception, E>) - Method in class com.landawn.abacus.util.ContinuableFuture
-
- thenRunByTP(Try.Runnable<E>) - Method in class com.landawn.abacus.android.util.ContinuableFuture
-
- thenRunByTP(Try.Consumer<? super T, E>) - Method in class com.landawn.abacus.android.util.ContinuableFuture
-
- thenRunByTP(Try.BiConsumer<? super T, ? super Exception, E>) - Method in class com.landawn.abacus.android.util.ContinuableFuture
-
- thenRunOnUI(Try.Runnable<E>) - Method in class com.landawn.abacus.android.util.ContinuableFuture
-
- thenRunOnUI(Try.Consumer<? super T, E>) - Method in class com.landawn.abacus.android.util.ContinuableFuture
-
- thenRunOnUI(Try.BiConsumer<? super T, ? super Exception, E>) - Method in class com.landawn.abacus.android.util.ContinuableFuture
-
- thenThrow(Supplier<? extends E>) - Method in class com.landawn.abacus.util.If
-
- thenUse(Executor) - Method in class com.landawn.abacus.android.util.ContinuableFuture
-
- thenUse(Executor) - Method in class com.landawn.abacus.util.ContinuableFuture
-
- thenUseSerialExecutor() - Method in class com.landawn.abacus.android.util.ContinuableFuture
-
- thenUseTPExecutor() - Method in class com.landawn.abacus.android.util.ContinuableFuture
-
With Thread Pool Executor.
- thenUseUIExecutor() - Method in class com.landawn.abacus.android.util.ContinuableFuture
-
- 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.FN
-
- throwingMerger() - Static method in class com.landawn.abacus.util.Fn
-
- Timed<T> - Class in com.landawn.abacus.util
-
- timeInterval() - Method in class com.landawn.abacus.util.Observer
-
- timeLimit(long) - Static method in class com.landawn.abacus.util.Fn
-
- timeLimit(Duration) - Static method in class com.landawn.abacus.util.Fn
-
- 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
-
- timestamp() - Method in class com.landawn.abacus.util.Timed
-
- TIMING_ALLOW_ORIGIN - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
- to(Class<? extends T>) - Static method in interface com.landawn.abacus.util.JdbcUtil.BiRecordGetter
-
Don't cache or reuse the returned BiRecordGetter
instance.
- TO_ARRAY - Static variable in interface com.landawn.abacus.util.JdbcUtil.BiRecordGetter
-
- TO_DATA_SET - Static variable in interface com.landawn.abacus.util.JdbcUtil.ResultExtractor
-
- TO_LINKED_HASH_MAP - Static variable in interface com.landawn.abacus.util.JdbcUtil.BiRecordGetter
-
- TO_LIST - Static variable in interface com.landawn.abacus.util.JdbcUtil.BiRecordGetter
-
- TO_MAP - Static variable in interface com.landawn.abacus.util.JdbcUtil.BiRecordGetter
-
- 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.BooleanList
-
- 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.ByteList
-
- 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.CharList
-
- 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.DoubleList
-
- 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.FloatList
-
- 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.IntList
-
- 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.LongList
-
- 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(Collection<T>, IntFunction<A[]>) - Static method in class com.landawn.abacus.util.N
-
- toArray(Collection<T>, int, int, IntFunction<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.PrimitiveList
-
- 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.ShortList
-
- 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
-
- toArray() - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toArray(Supplier<A[]>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toArray(IntFunction<A[]>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toArray(IntFunction<A[]>) - Method in class com.landawn.abacus.util.stream.Stream
-
- 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 V>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toBiMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>, Supplier<BiMap<K, V>>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toBiMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>, BinaryOperator<V>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toBiMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>, BinaryOperator<V>, Supplier<BiMap<K, V>>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- 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(Collection<Boolean>) - Static method in class com.landawn.abacus.util.N
-
- toBooleanArray(Collection<Boolean>, int, int) - Static method in class com.landawn.abacus.util.N
-
- toBooleanArray(Collection<Boolean>, boolean) - Static method in class com.landawn.abacus.util.N
-
- toBooleanArray(Collection<Boolean>, int, int, boolean) - Static method in class com.landawn.abacus.util.N
-
- 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.MongoDB
-
- toBson(Object...) - Static method in class com.landawn.abacus.util.MongoDB
-
Create a new document with specified parameter(s).
- toBSONObject(Object) - Static method in class com.landawn.abacus.util.MongoDB
-
- toBSONObject(Object...) - Static method in class com.landawn.abacus.util.MongoDB
-
- 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(Collection<? extends Number>) - Static method in class com.landawn.abacus.util.N
-
- toByteArray(Collection<? extends Number>, int, int) - Static method in class com.landawn.abacus.util.N
-
- toByteArray(Collection<? extends Number>, byte) - Static method in class com.landawn.abacus.util.N
-
- toByteArray(Collection<? extends Number>, int, int, byte) - Static method in class com.landawn.abacus.util.N
-
- 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
-
- toCallable(Try.Runnable<E>) - Static method in class com.landawn.abacus.util.Fn.FN
-
- toCallable(Runnable) - Static method in class com.landawn.abacus.util.Fn
-
- toCamelCase(String) - Static method in class com.landawn.abacus.util.ClassUtil
-
It's designed for field/method/class/column/table names.
- toCamelCase(Map<String, Object>) - Static method in class com.landawn.abacus.util.ClassUtil
-
- toCamelCase() - Static method in class com.landawn.abacus.util.Fn
-
- toCamelCase(String) - Static method in class com.landawn.abacus.util.StringUtil
-
- toChar(int[]) - Static method in class com.landawn.abacus.util.f
-
- toChar(int[][]) - Static method in class com.landawn.abacus.util.f
-
- toChar(int[][][]) - Static method in class com.landawn.abacus.util.f
-
- toCharArray(Collection<Character>) - Static method in class com.landawn.abacus.util.N
-
- toCharArray(Collection<Character>, int, int) - Static method in class com.landawn.abacus.util.N
-
- toCharArray(Collection<Character>, char) - Static method in class com.landawn.abacus.util.N
-
- toCharArray(Collection<Character>, int, int, char) - Static method in class com.landawn.abacus.util.N
-
- 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<? extends C>) - Method in class com.landawn.abacus.util.BooleanList
-
- toCollection(int, int, IntFunction<? extends C>) - Method in class com.landawn.abacus.util.ByteList
-
- toCollection(int, int, IntFunction<? extends C>) - Method in class com.landawn.abacus.util.CharList
-
- toCollection(int, int, IntFunction<? extends C>) - Method in class com.landawn.abacus.util.DoubleList
-
- toCollection(int, int, IntFunction<? extends C>) - Method in class com.landawn.abacus.util.FloatList
-
- toCollection(int, int, IntFunction<? extends C>) - Method in class com.landawn.abacus.util.IntList
-
- toCollection(Iterator<? extends T>, Supplier<? extends C>) - Static method in class com.landawn.abacus.util.Iterators
-
- toCollection(int, int, IntFunction<? extends C>) - Method in class com.landawn.abacus.util.LongList
-
- toCollection(boolean[], IntFunction<? extends C>) - Static method in class com.landawn.abacus.util.N
-
- toCollection(boolean[], int, int, IntFunction<? extends C>) - Static method in class com.landawn.abacus.util.N
-
- toCollection(char[], IntFunction<? extends C>) - Static method in class com.landawn.abacus.util.N
-
- toCollection(char[], int, int, IntFunction<? extends C>) - Static method in class com.landawn.abacus.util.N
-
- toCollection(byte[], IntFunction<? extends C>) - Static method in class com.landawn.abacus.util.N
-
- toCollection(byte[], int, int, IntFunction<? extends C>) - Static method in class com.landawn.abacus.util.N
-
- toCollection(short[], IntFunction<? extends C>) - Static method in class com.landawn.abacus.util.N
-
- toCollection(short[], int, int, IntFunction<? extends C>) - Static method in class com.landawn.abacus.util.N
-
- toCollection(int[], IntFunction<? extends C>) - Static method in class com.landawn.abacus.util.N
-
- toCollection(int[], int, int, IntFunction<? extends C>) - Static method in class com.landawn.abacus.util.N
-
- toCollection(long[], IntFunction<? extends C>) - Static method in class com.landawn.abacus.util.N
-
- toCollection(long[], int, int, IntFunction<? extends C>) - Static method in class com.landawn.abacus.util.N
-
- toCollection(float[], IntFunction<? extends C>) - Static method in class com.landawn.abacus.util.N
-
- toCollection(float[], int, int, IntFunction<? extends C>) - Static method in class com.landawn.abacus.util.N
-
- toCollection(double[], IntFunction<? extends C>) - Static method in class com.landawn.abacus.util.N
-
- toCollection(double[], int, int, IntFunction<? extends C>) - Static method in class com.landawn.abacus.util.N
-
- toCollection(T[], IntFunction<? extends C>) - Static method in class com.landawn.abacus.util.N
-
- toCollection(T[], int, int, IntFunction<? extends C>) - Static method in class com.landawn.abacus.util.N
-
- toCollection(IntFunction<? extends C>) - Method in class com.landawn.abacus.util.PrimitiveList
-
- toCollection(int, int, IntFunction<? extends C>) - Method in class com.landawn.abacus.util.PrimitiveList
-
- toCollection(IntFunction<? extends C>) - Method in class com.landawn.abacus.util.Seq
-
- toCollection(int, int, IntFunction<? extends C>) - Method in class com.landawn.abacus.util.ShortList
-
- toCollection(Supplier<? extends CC>) - Method in interface com.landawn.abacus.util.stream.BaseStream
-
- toCollection(Supplier<? extends C>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toCollection(Supplier<? extends C>, int) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toCollection(Function<? super Map.Entry<K, V>, ? extends T>, Supplier<? extends CC>) - Method in class com.landawn.abacus.util.stream.EntryStream
-
- toCollection(BiFunction<? super K, ? super V, ? extends T>, Supplier<? extends CC>) - Method in class com.landawn.abacus.util.stream.EntryStream
-
- toColumnMap() - Method in interface com.landawn.abacus.DataSet
-
- toConcurrentMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toConcurrentMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>, Supplier<? extends M>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toConcurrentMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>, BinaryOperator<V>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toConcurrentMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>, BinaryOperator<V>, Supplier<? extends M>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- 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
-
- toDBObject(Object) - Static method in class com.landawn.abacus.util.MongoDB
-
- toDBObject(Object...) - Static method in class com.landawn.abacus.util.MongoDB
-
- 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.MongoDB
-
- toDocument(Object...) - Static method in class com.landawn.abacus.util.MongoDB
-
Create a new document with specified parameter(s).
- 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(Collection<? extends Number>) - Static method in class com.landawn.abacus.util.N
-
- toDoubleArray(Collection<? extends Number>, int, int) - Static method in class com.landawn.abacus.util.N
-
- toDoubleArray(Collection<? extends Number>, double) - Static method in class com.landawn.abacus.util.N
-
- toDoubleArray(Collection<? extends Number>, int, int, double) - Static method in class com.landawn.abacus.util.N
-
- 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.MongoDB
-
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(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(Collection<? extends Number>) - Static method in class com.landawn.abacus.util.N
-
- toFloatArray(Collection<? extends Number>, int, int) - Static method in class com.landawn.abacus.util.N
-
- toFloatArray(Collection<? extends Number>, float) - Static method in class com.landawn.abacus.util.N
-
- toFloatArray(Collection<? extends Number>, int, int, float) - Static method in class com.landawn.abacus.util.N
-
- 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
-
- toImmutableList() - Method in interface com.landawn.abacus.util.stream.BaseStream
-
- toImmutableList() - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toImmutableList() - Method in class com.landawn.abacus.util.u.Nullable
-
- toImmutableList() - Method in class com.landawn.abacus.util.u.Optional
-
- toImmutableListIfNotNull() - Method in class com.landawn.abacus.util.u.Nullable
-
- 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 V>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toImmutableMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>, BinaryOperator<V>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- 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 V>) - Method in class com.landawn.abacus.util.stream.Stream
-
- toImmutableMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>, BinaryOperator<V>) - Method in class com.landawn.abacus.util.stream.Stream
-
- toImmutableSet() - Method in interface com.landawn.abacus.util.stream.BaseStream
-
- toImmutableSet() - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toImmutableSet() - Method in class com.landawn.abacus.util.u.Nullable
-
- toImmutableSet() - Method in class com.landawn.abacus.util.u.Optional
-
- toImmutableSetIfNotNull() - Method in class com.landawn.abacus.util.u.Nullable
-
- 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(Collection<? extends Number>) - Static method in class com.landawn.abacus.util.N
-
- toIntArray(Collection<? extends Number>, int, int) - Static method in class com.landawn.abacus.util.N
-
- toIntArray(Collection<? extends Number>, int) - Static method in class com.landawn.abacus.util.N
-
- toIntArray(Collection<? extends Number>, int, int, int) - Static method in class com.landawn.abacus.util.N
-
- toIntArray() - Static method in class com.landawn.abacus.util.stream.Collectors
-
- ToIntBiFunction<T,U> - Interface in com.landawn.abacus.util.function
-
- toIntExact(long) - Static method in class com.landawn.abacus.util.N
-
Returns the value of the long
argument; throwing an exception if the value overflows an int
.
- ToIntFunction<T> - Interface in com.landawn.abacus.util.function
-
- 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
-
- toJdkOptional() - Method in class com.landawn.abacus.util.u.Nullable
-
- 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
-
Remember to close this Stream after the iteration is done, if required.
- 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.MongoDB
-
- toJSON(BSONObject) - Static method in class com.landawn.abacus.util.MongoDB
-
- toJSON(BasicDBObject) - Static method in class com.landawn.abacus.util.MongoDB
-
- toJSON(Object) - Static method in class com.landawn.abacus.util.N
-
- toJSON(Object, boolean) - Static method in class com.landawn.abacus.util.N
-
- toJSON(Object, JSONSerializationConfig) - Static method in class com.landawn.abacus.util.N
-
- toJSON(File, Object) - Static method in class com.landawn.abacus.util.N
-
- toJSON(File, Object, JSONSerializationConfig) - Static method in class com.landawn.abacus.util.N
-
- toJSON(OutputStream, Object) - Static method in class com.landawn.abacus.util.N
-
- toJSON(OutputStream, Object, JSONSerializationConfig) - Static method in class com.landawn.abacus.util.N
-
- toJSON(Writer, Object) - Static method in class com.landawn.abacus.util.N
-
- toJSON(Writer, Object, JSONSerializationConfig) - Static method in class com.landawn.abacus.util.N
-
- 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 V>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toLinkedHashMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>, BinaryOperator<V>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toLinkedHashSet() - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toLinkedList() - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toList(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.Pairs
-
- toList() - Static method in class com.landawn.abacus.util.Fn.Triples
-
- 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.MongoDB
-
- toList(boolean[]) - Static method in class com.landawn.abacus.util.N
-
- toList(boolean[], int, int) - Static method in class com.landawn.abacus.util.N
-
- toList(char[]) - Static method in class com.landawn.abacus.util.N
-
- toList(char[], int, int) - Static method in class com.landawn.abacus.util.N
-
- toList(byte[]) - Static method in class com.landawn.abacus.util.N
-
- toList(byte[], int, int) - Static method in class com.landawn.abacus.util.N
-
- toList(short[]) - Static method in class com.landawn.abacus.util.N
-
- toList(short[], int, int) - Static method in class com.landawn.abacus.util.N
-
- toList(int[]) - Static method in class com.landawn.abacus.util.N
-
- toList(int[], int, int) - Static method in class com.landawn.abacus.util.N
-
- toList(long[]) - Static method in class com.landawn.abacus.util.N
-
- toList(long[], int, int) - Static method in class com.landawn.abacus.util.N
-
- toList(float[]) - Static method in class com.landawn.abacus.util.N
-
- toList(float[], int, int) - Static method in class com.landawn.abacus.util.N
-
- toList(double[]) - Static method in class com.landawn.abacus.util.N
-
- toList(double[], int, int) - Static method in class com.landawn.abacus.util.N
-
- 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.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
-
- toList(int) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toList(Function<? super Map.Entry<K, V>, ? extends T>) - Method in class com.landawn.abacus.util.stream.EntryStream
-
- toList(BiFunction<? super K, ? super V, ? extends T>) - Method in class com.landawn.abacus.util.stream.EntryStream
-
- toList() - Method in class com.landawn.abacus.util.u.Nullable
-
- toList() - Method in class com.landawn.abacus.util.u.Optional
-
- toListAndThen(Function<? super List<T>, R>) - Method in class com.landawn.abacus.util.stream.Stream
-
- toListIfNotNull() - Method in class com.landawn.abacus.util.u.Nullable
-
- 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(Collection<? extends Number>) - Static method in class com.landawn.abacus.util.N
-
- toLongArray(Collection<? extends Number>, int, int) - Static method in class com.landawn.abacus.util.N
-
- toLongArray(Collection<? extends Number>, long) - Static method in class com.landawn.abacus.util.N
-
- toLongArray(Collection<? extends Number>, int, int, long) - Static method in class com.landawn.abacus.util.N
-
- 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() - Static method in class com.landawn.abacus.util.Fn
-
- toLowerCase(char) - Static method in class com.landawn.abacus.util.StringUtil
-
- toLowerCase(String) - Static method in class com.landawn.abacus.util.StringUtil
-
Converts a String to lower case as per String.toLowerCase()
.
- toLowerCase(String, Locale) - Static method in class com.landawn.abacus.util.StringUtil
-
Converts a String to lower case as per String.toLowerCase(Locale)
.
- toLowerCaseKeyWithUnderscore(Map<String, Object>) - Static method in class com.landawn.abacus.util.ClassUtil
-
- toLowerCaseWithUnderscore(String) - Static method in class com.landawn.abacus.util.ClassUtil
-
It's designed for field/method/class/column/table names.
- toLowerCaseWithUnderscore() - Static method in class com.landawn.abacus.util.Fn
-
- toLowerCaseWithUnderscore(String) - Static method in class com.landawn.abacus.util.StringUtil
-
- toMap(String, String) - Method in interface com.landawn.abacus.DataSet
-
- toMap(String, String, int, int) - Method in interface com.landawn.abacus.DataSet
-
- toMap(String, String, int, int, IntFunction<? extends M>) - Method in interface com.landawn.abacus.DataSet
-
- toMap(Class<? extends V>, String, Collection<String>) - Method in interface com.landawn.abacus.DataSet
-
- toMap(Class<? extends V>, String, Collection<String>, int, int) - Method in interface com.landawn.abacus.DataSet
-
- toMap(Class<? extends V>, String, Collection<String>, int, int, IntFunction<? extends M>) - Method in interface com.landawn.abacus.DataSet
-
- toMap(IntFunction<? extends V>, String, Collection<String>) - Method in interface com.landawn.abacus.DataSet
-
- toMap(IntFunction<? extends V>, String, Collection<String>, int, int) - Method in interface com.landawn.abacus.DataSet
-
- toMap(IntFunction<? extends V>, String, Collection<String>, int, int, IntFunction<? extends M>) - Method in interface com.landawn.abacus.DataSet
-
- toMap(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<? extends 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<? extends 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<? extends 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<? extends 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<? extends 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<? extends 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<? extends 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<? extends 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<? extends 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<? extends 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<? extends 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<? extends 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<? extends 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<? extends 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<? extends M>) - Method in class com.landawn.abacus.util.FloatList
-
- 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<? extends 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<? extends 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<? extends 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<? extends M>) - Static method in class com.landawn.abacus.util.Iterators
-
- toMap(Try.BiFunction<ResultSet, List<String>, K, SQLException>, Try.BiFunction<ResultSet, List<String>, V, SQLException>) - Static method in interface com.landawn.abacus.util.JdbcUtil.BiResultExtractor
-
- toMap(Try.BiFunction<ResultSet, List<String>, K, SQLException>, Try.BiFunction<ResultSet, List<String>, V, SQLException>, Supplier<? extends M>) - Static method in interface com.landawn.abacus.util.JdbcUtil.BiResultExtractor
-
- toMap(Try.BiFunction<ResultSet, List<String>, K, SQLException>, Try.BiFunction<ResultSet, List<String>, V, SQLException>, Try.BinaryOperator<V, SQLException>) - Static method in interface com.landawn.abacus.util.JdbcUtil.BiResultExtractor
-
- toMap(Try.BiFunction<ResultSet, List<String>, K, SQLException>, Try.BiFunction<ResultSet, List<String>, V, SQLException>, Try.BinaryOperator<V, SQLException>, Supplier<? extends M>) - Static method in interface com.landawn.abacus.util.JdbcUtil.BiResultExtractor
-
- toMap(Try.BiFunction<ResultSet, List<String>, K, SQLException>, Try.BiFunction<ResultSet, List<String>, V, SQLException>, Collector<? super V, A, D>) - Static method in interface com.landawn.abacus.util.JdbcUtil.BiResultExtractor
-
- toMap(Try.BiFunction<ResultSet, List<String>, K, SQLException>, Try.BiFunction<ResultSet, List<String>, V, SQLException>, Collector<? super V, A, D>, Supplier<? extends M>) - Static method in interface com.landawn.abacus.util.JdbcUtil.BiResultExtractor
-
- toMap(Try.Function<ResultSet, K, SQLException>, Try.Function<ResultSet, V, SQLException>) - Static method in interface com.landawn.abacus.util.JdbcUtil.ResultExtractor
-
- toMap(Try.Function<ResultSet, K, SQLException>, Try.Function<ResultSet, V, SQLException>, Supplier<? extends M>) - Static method in interface com.landawn.abacus.util.JdbcUtil.ResultExtractor
-
- toMap(Try.Function<ResultSet, K, SQLException>, Try.Function<ResultSet, V, SQLException>, Try.BinaryOperator<V, SQLException>) - Static method in interface com.landawn.abacus.util.JdbcUtil.ResultExtractor
-
- toMap(Try.Function<ResultSet, K, SQLException>, Try.Function<ResultSet, V, SQLException>, Try.BinaryOperator<V, SQLException>, Supplier<? extends M>) - Static method in interface com.landawn.abacus.util.JdbcUtil.ResultExtractor
-
- toMap(Try.Function<ResultSet, K, SQLException>, Try.Function<ResultSet, V, SQLException>, Collector<? super V, A, D>) - Static method in interface com.landawn.abacus.util.JdbcUtil.ResultExtractor
-
- toMap(Try.Function<ResultSet, K, SQLException>, Try.Function<ResultSet, V, SQLException>, Collector<? super V, A, D>, Supplier<? extends M>) - Static method in interface com.landawn.abacus.util.JdbcUtil.ResultExtractor
-
- 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<? extends 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<? extends 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<? extends M>) - Method in class com.landawn.abacus.util.LongList
-
- toMap() - Method in class com.landawn.abacus.util.LongMultiset
-
- toMap(IntFunction<? extends M>) - Method in class com.landawn.abacus.util.LongMultiset
-
- toMap() - Method in class com.landawn.abacus.util.Multimap
-
- toMap(IntFunction<? extends M>) - Method in class com.landawn.abacus.util.Multimap
-
- toMap() - Method in class com.landawn.abacus.util.Multiset
-
- toMap(IntFunction<? extends M>) - Method in class com.landawn.abacus.util.Multiset
-
- toMap(Try.Function<? super T, ? extends K, E>, Try.Function<? super T, ? extends V, E2>) - Method in class com.landawn.abacus.util.Seq
-
- toMap(Try.Function<? super T, ? extends K, E>, Try.Function<? super T, ? extends V, E2>, IntFunction<? extends M>) - Method in class com.landawn.abacus.util.Seq
-
- toMap(Try.Function<? super T, ? extends K, E>, Try.Function<? super T, ? extends V, E2>, Try.BinaryOperator<V, E3>) - Method in class com.landawn.abacus.util.Seq
-
- toMap(Try.Function<? super T, ? extends K, E>, Try.Function<? super T, ? extends V, E2>, Try.BinaryOperator<V, E3>, IntFunction<? extends 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<? extends M>) - Method in class com.landawn.abacus.util.Seq
-
- toMap(Try.Function<? super T, ? extends K, E>, Try.Function<? super T, ? extends V, E2>, Collector<? super V, A, D>) - Method in class com.landawn.abacus.util.Seq
-
- toMap(Try.Function<? super T, ? extends K, E>, Try.Function<? super T, ? extends V, E2>, Collector<? super V, A, D>, IntFunction<? extends 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<? extends 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<? extends 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<? extends M>) - Method in class com.landawn.abacus.util.ShortList
-
- toMap(Try.Function<ResultSet, K, SQLException>, Try.Function<ResultSet, V, SQLException>) - Static method in interface com.landawn.abacus.util.SQLExecutor.ResultExtractor
-
- toMap(Try.Function<ResultSet, K, SQLException>, Try.Function<ResultSet, V, SQLException>, Supplier<? extends M>) - Static method in interface com.landawn.abacus.util.SQLExecutor.ResultExtractor
-
- toMap(Try.Function<ResultSet, K, SQLException>, Try.Function<ResultSet, V, SQLException>, Try.BinaryOperator<V, SQLException>) - Static method in interface com.landawn.abacus.util.SQLExecutor.ResultExtractor
-
- toMap(Try.Function<ResultSet, K, SQLException>, Try.Function<ResultSet, V, SQLException>, Try.BinaryOperator<V, SQLException>, Supplier<? extends M>) - Static method in interface com.landawn.abacus.util.SQLExecutor.ResultExtractor
-
- toMap(Try.Function<ResultSet, K, SQLException>, Try.Function<ResultSet, V, SQLException>, Collector<? super V, A, D>) - Static method in interface com.landawn.abacus.util.SQLExecutor.ResultExtractor
-
- toMap(Try.Function<ResultSet, K, SQLException>, Try.Function<ResultSet, V, SQLException>, Collector<? super V, A, D>, Supplier<? extends M>) - Static method in interface com.landawn.abacus.util.SQLExecutor.ResultExtractor
-
- toMap(Try.BiFunction<ResultSet, List<String>, K, SQLException>, Try.BiFunction<ResultSet, List<String>, V, SQLException>) - Static method in interface com.landawn.abacus.util.SQLExecutor.ResultExtractor
-
- toMap(Try.BiFunction<ResultSet, List<String>, K, SQLException>, Try.BiFunction<ResultSet, List<String>, V, SQLException>, Supplier<? extends M>) - Static method in interface com.landawn.abacus.util.SQLExecutor.ResultExtractor
-
- toMap(Try.BiFunction<ResultSet, List<String>, K, SQLException>, Try.BiFunction<ResultSet, List<String>, V, SQLException>, Try.BinaryOperator<V, SQLException>) - Static method in interface com.landawn.abacus.util.SQLExecutor.ResultExtractor
-
- toMap(Try.BiFunction<ResultSet, List<String>, K, SQLException>, Try.BiFunction<ResultSet, List<String>, V, SQLException>, Try.BinaryOperator<V, SQLException>, Supplier<? extends M>) - Static method in interface com.landawn.abacus.util.SQLExecutor.ResultExtractor
-
- toMap(Try.BiFunction<ResultSet, List<String>, K, SQLException>, Try.BiFunction<ResultSet, List<String>, V, SQLException>, Collector<? super V, A, D>) - Static method in interface com.landawn.abacus.util.SQLExecutor.ResultExtractor
-
- toMap(Try.BiFunction<ResultSet, List<String>, K, SQLException>, Try.BiFunction<ResultSet, List<String>, V, SQLException>, Collector<? super V, A, D>, Supplier<? extends M>) - Static method in interface com.landawn.abacus.util.SQLExecutor.ResultExtractor
-
- toMap(ByteFunction<? extends K>, ByteFunction<? extends V>) - Method in class com.landawn.abacus.util.stream.ByteStream
-
- toMap(ByteFunction<? extends K>, ByteFunction<? extends V>, Supplier<? extends M>) - Method in class com.landawn.abacus.util.stream.ByteStream
-
- toMap(ByteFunction<? extends K>, ByteFunction<? extends V>, BinaryOperator<V>) - Method in class com.landawn.abacus.util.stream.ByteStream
-
- toMap(ByteFunction<? extends K>, ByteFunction<? extends V>, BinaryOperator<V>, Supplier<? extends 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<? extends M>) - Method in class com.landawn.abacus.util.stream.ByteStream
-
- toMap(CharFunction<? extends K>, CharFunction<? extends V>) - Method in class com.landawn.abacus.util.stream.CharStream
-
- toMap(CharFunction<? extends K>, CharFunction<? extends V>, Supplier<? extends M>) - Method in class com.landawn.abacus.util.stream.CharStream
-
- toMap(CharFunction<? extends K>, CharFunction<? extends V>, BinaryOperator<V>) - Method in class com.landawn.abacus.util.stream.CharStream
-
- toMap(CharFunction<? extends K>, CharFunction<? extends V>, BinaryOperator<V>, Supplier<? extends 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<? extends 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<? extends M>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toMap(BinaryOperator<V>, Supplier<? extends M>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>, BinaryOperator<V>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>, Supplier<? extends M>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>, BinaryOperator<V>, Supplier<? extends M>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toMap(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toMap(Function<? super T, ? extends K>, Collector<? super T, A, D>, Supplier<? extends M>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>, Collector<? super V, A, D>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>, Collector<? super V, A, D>, Supplier<? extends M>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toMap(DoubleFunction<? extends K>, DoubleFunction<? extends V>) - Method in class com.landawn.abacus.util.stream.DoubleStream
-
- toMap(DoubleFunction<? extends K>, DoubleFunction<? extends V>, Supplier<? extends M>) - Method in class com.landawn.abacus.util.stream.DoubleStream
-
- toMap(DoubleFunction<? extends K>, DoubleFunction<? extends V>, BinaryOperator<V>) - Method in class com.landawn.abacus.util.stream.DoubleStream
-
- toMap(DoubleFunction<? extends K>, DoubleFunction<? extends V>, BinaryOperator<V>, Supplier<? extends 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<? extends 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<? extends M>) - Method in class com.landawn.abacus.util.stream.EntryStream
-
- toMap(BinaryOperator<V>, Supplier<? extends 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<? extends 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<? extends 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<? extends 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<? extends M>) - Method in class com.landawn.abacus.util.stream.EntryStream
-
- toMap(FloatFunction<? extends K>, FloatFunction<? extends V>) - Method in class com.landawn.abacus.util.stream.FloatStream
-
- toMap(FloatFunction<? extends K>, FloatFunction<? extends V>, Supplier<? extends M>) - Method in class com.landawn.abacus.util.stream.FloatStream
-
- toMap(FloatFunction<? extends K>, FloatFunction<? extends V>, BinaryOperator<V>) - Method in class com.landawn.abacus.util.stream.FloatStream
-
- toMap(FloatFunction<? extends K>, FloatFunction<? extends V>, BinaryOperator<V>, Supplier<? extends 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<? extends M>) - Method in class com.landawn.abacus.util.stream.FloatStream
-
- toMap(IntFunction<? extends K>, IntFunction<? extends V>) - Method in class com.landawn.abacus.util.stream.IntStream
-
- toMap(IntFunction<? extends K>, IntFunction<? extends V>, Supplier<? extends M>) - Method in class com.landawn.abacus.util.stream.IntStream
-
- toMap(IntFunction<? extends K>, IntFunction<? extends V>, BinaryOperator<V>) - Method in class com.landawn.abacus.util.stream.IntStream
-
- toMap(IntFunction<? extends K>, IntFunction<? extends V>, BinaryOperator<V>, Supplier<? extends 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<? extends M>) - Method in class com.landawn.abacus.util.stream.IntStream
-
- toMap(LongFunction<? extends K>, LongFunction<? extends V>) - Method in class com.landawn.abacus.util.stream.LongStream
-
- toMap(LongFunction<? extends K>, LongFunction<? extends V>, Supplier<? extends M>) - Method in class com.landawn.abacus.util.stream.LongStream
-
- toMap(LongFunction<? extends K>, LongFunction<? extends V>, BinaryOperator<V>) - Method in class com.landawn.abacus.util.stream.LongStream
-
- toMap(LongFunction<? extends K>, LongFunction<? extends V>, BinaryOperator<V>, Supplier<? extends 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<? extends M>) - Method in class com.landawn.abacus.util.stream.LongStream
-
- toMap(ShortFunction<? extends K>, ShortFunction<? extends V>) - Method in class com.landawn.abacus.util.stream.ShortStream
-
- toMap(ShortFunction<? extends K>, ShortFunction<? extends V>, Supplier<? extends M>) - Method in class com.landawn.abacus.util.stream.ShortStream
-
- toMap(ShortFunction<? extends K>, ShortFunction<? extends V>, BinaryOperator<V>) - Method in class com.landawn.abacus.util.stream.ShortStream
-
- toMap(ShortFunction<? extends K>, ShortFunction<? extends V>, BinaryOperator<V>, Supplier<? extends 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<? extends M>) - Method in class com.landawn.abacus.util.stream.ShortStream
-
- toMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>) - Method in class com.landawn.abacus.util.stream.Stream
-
- toMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>, BinaryOperator<V>) - Method in class com.landawn.abacus.util.stream.Stream
-
- toMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>, Supplier<? extends M>) - Method in class com.landawn.abacus.util.stream.Stream
-
- toMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>, BinaryOperator<V>, Supplier<? extends 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<? extends M>) - Method in class com.landawn.abacus.util.stream.Stream
-
- toMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>, Collector<? super V, A, D>) - Method in class com.landawn.abacus.util.stream.Stream
-
- toMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>, Collector<? super V, A, D>, Supplier<? extends 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
-
- toMinutes() - Method in class com.landawn.abacus.util.Duration
-
- toMultimap(String, String) - Method in interface com.landawn.abacus.DataSet
-
- toMultimap(String, String, int, int) - Method in interface com.landawn.abacus.DataSet
-
- toMultimap(String, String, int, int, IntFunction<? extends M>) - Method in interface com.landawn.abacus.DataSet
-
- toMultimap(Class<? extends E>, String, Collection<String>) - Method in interface com.landawn.abacus.DataSet
-
- toMultimap(Class<? extends E>, String, Collection<String>, int, int) - Method in interface com.landawn.abacus.DataSet
-
- toMultimap(Class<? extends E>, String, Collection<String>, int, int, IntFunction<? extends M>) - Method in interface com.landawn.abacus.DataSet
-
- toMultimap(IntFunction<? extends E>, String, Collection<String>) - Method in interface com.landawn.abacus.DataSet
-
- toMultimap(IntFunction<? extends E>, String, Collection<String>, int, int) - Method in interface com.landawn.abacus.DataSet
-
- toMultimap(IntFunction<? extends E>, String, Collection<String>, int, int, IntFunction<? extends M>) - Method in interface com.landawn.abacus.DataSet
-
- toMultimap(Try.Function<? super T, ? extends K, E>) - Method in class com.landawn.abacus.util.Seq
-
- toMultimap(Try.Function<? super T, ? extends K, E>, IntFunction<? extends 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 V, E2>, IntFunction<? extends M>) - Method in class com.landawn.abacus.util.Seq
-
- toMultimap() - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toMultimap(Supplier<? extends M>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toMultimap(Function<? super T, ? extends K>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toMultimap(Function<? super T, ? extends K>, Supplier<? extends M>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toMultimap(Function<? super T, ? extends K>, Function<? super T, ? extends V>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toMultimap(Function<? super T, ? extends K>, Function<? super T, ? extends V>, Supplier<? extends M>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toMultimap() - Method in class com.landawn.abacus.util.stream.EntryStream
-
- toMultimap(Supplier<? extends 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<? extends 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<? extends M>) - Method in class com.landawn.abacus.util.stream.Stream
-
- toMultimap(Function<? super T, ? extends K>, Function<? super T, ? extends V>) - Method in class com.landawn.abacus.util.stream.Stream
-
- toMultimap(Function<? super T, ? extends K>, Function<? super T, ? extends V>, Supplier<? extends 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
-
- toOptional() - Method in class com.landawn.abacus.util.Tuple.Tuple1
-
Optional#ofNullable(_1)
- toOptional() - Method in class com.landawn.abacus.util.u.Nullable
-
- 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
-
- toRunnable(Try.Callable<R, E>) - Static method in class com.landawn.abacus.util.Fn.FN
-
- toRunnable(Callable<R>) - Static method in class com.landawn.abacus.util.Fn
-
- toRuntimeException(Throwable) - Static method in class com.landawn.abacus.util.N
-
- toSeconds() - Method in class com.landawn.abacus.util.Duration
-
- toSet() - Static method in class com.landawn.abacus.util.Fn.Pairs
-
- toSet() - Static method in class com.landawn.abacus.util.Fn.Triples
-
- toSet(Iterator<? extends T>) - Static method in class com.landawn.abacus.util.Iterators
-
- toSet(boolean[]) - Static method in class com.landawn.abacus.util.N
-
- toSet(boolean[], int, int) - Static method in class com.landawn.abacus.util.N
-
- toSet(char[]) - Static method in class com.landawn.abacus.util.N
-
- toSet(char[], int, int) - Static method in class com.landawn.abacus.util.N
-
- toSet(byte[]) - Static method in class com.landawn.abacus.util.N
-
- toSet(byte[], int, int) - Static method in class com.landawn.abacus.util.N
-
- toSet(short[]) - Static method in class com.landawn.abacus.util.N
-
- toSet(short[], int, int) - Static method in class com.landawn.abacus.util.N
-
- toSet(int[]) - Static method in class com.landawn.abacus.util.N
-
- toSet(int[], int, int) - Static method in class com.landawn.abacus.util.N
-
- toSet(long[]) - Static method in class com.landawn.abacus.util.N
-
- toSet(long[], int, int) - Static method in class com.landawn.abacus.util.N
-
- toSet(float[]) - Static method in class com.landawn.abacus.util.N
-
- toSet(float[], int, int) - Static method in class com.landawn.abacus.util.N
-
- toSet(double[]) - Static method in class com.landawn.abacus.util.N
-
- toSet(double[], int, int) - Static method in class com.landawn.abacus.util.N
-
- 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.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
-
- toSet(int) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toSet(Function<? super Map.Entry<K, V>, ? extends T>) - Method in class com.landawn.abacus.util.stream.EntryStream
-
- toSet(BiFunction<? super K, ? super V, ? extends T>) - Method in class com.landawn.abacus.util.stream.EntryStream
-
- toSet() - Method in class com.landawn.abacus.util.u.Nullable
-
- toSet() - Method in class com.landawn.abacus.util.u.Optional
-
- toSetAndThen(Function<? super Set<T>, R>) - Method in class com.landawn.abacus.util.stream.Stream
-
- toSetIfNotNull() - Method in class com.landawn.abacus.util.u.Nullable
-
- toSheet() - Method in interface com.landawn.abacus.DataSet
-
- toShort(byte[]) - Static method in class com.landawn.abacus.util.f
-
- toShort(byte[][]) - Static method in class com.landawn.abacus.util.f
-
- toShort(byte[][][]) - Static method in class com.landawn.abacus.util.f
-
- toShortArray(Collection<? extends Number>) - Static method in class com.landawn.abacus.util.N
-
- toShortArray(Collection<? extends Number>, int, int) - Static method in class com.landawn.abacus.util.N
-
- toShortArray(Collection<? extends Number>, short) - Static method in class com.landawn.abacus.util.N
-
- toShortArray(Collection<? extends Number>, int, int, short) - Static method in class com.landawn.abacus.util.N
-
- 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
-
- toStr() - Static method in class com.landawn.abacus.util.Fn
-
- toString() - Method in class com.landawn.abacus.condition.AbstractCondition
-
- toString(NamingPolicy) - Method in class com.landawn.abacus.condition.Between
-
- toString(NamingPolicy) - Method in class com.landawn.abacus.condition.Binary
-
- toString(NamingPolicy) - Method in class com.landawn.abacus.condition.Cell
-
- toString(NamingPolicy) - Method in interface com.landawn.abacus.condition.Condition
-
- toString(NamingPolicy) - Method in class com.landawn.abacus.condition.Criteria
-
- toString(NamingPolicy) - Method in class com.landawn.abacus.condition.Expression
-
- toString(NamingPolicy) - Method in class com.landawn.abacus.condition.In
-
- toString(NamingPolicy) - Method in class com.landawn.abacus.condition.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.HttpHeaders
-
- 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.HttpResponse
-
- toString() - Method in class com.landawn.abacus.http.HttpSettings
-
- 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.DoubleObjPair
-
- toString() - Method in class com.landawn.abacus.util.DoublePair
-
- toString() - Method in class com.landawn.abacus.util.DoubleSummaryStatistics
-
- toString() - Method in class com.landawn.abacus.util.DoubleTriple
-
- toString() - Method in class com.landawn.abacus.util.Duration
-
- 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.IntObjPair
-
- 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.JdbcUtil.SimpleTransaction
-
- 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.Keyed
-
- 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.LongObjPair
-
- 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.Pair
-
- toString() - Method in class com.landawn.abacus.util.Points.xy.ByteBytePoint
-
- toString() - Method in class com.landawn.abacus.util.Points.xy.ByteDoublePoint
-
- toString() - Method in class com.landawn.abacus.util.Points.xy.ByteIntPoint
-
- toString() - Method in class com.landawn.abacus.util.Points.xy.ByteLongPoint
-
- toString() - Method in class com.landawn.abacus.util.Points.xy.ByteObjPoint
-
- toString() - Method in class com.landawn.abacus.util.Points.xy.DoubleBytePoint
-
- toString() - Method in class com.landawn.abacus.util.Points.xy.DoubleDoublePoint
-
- toString() - Method in class com.landawn.abacus.util.Points.xy.DoubleIntPoint
-
- toString() - Method in class com.landawn.abacus.util.Points.xy.DoubleLongPoint
-
- toString() - Method in class com.landawn.abacus.util.Points.xy.DoubleObjPoint
-
- toString() - Method in class com.landawn.abacus.util.Points.xy.IntBytePoint
-
- toString() - Method in class com.landawn.abacus.util.Points.xy.IntDoublePoint
-
- toString() - Method in class com.landawn.abacus.util.Points.xy.IntIntPoint
-
- toString() - Method in class com.landawn.abacus.util.Points.xy.IntLongPoint
-
- toString() - Method in class com.landawn.abacus.util.Points.xy.IntObjPoint
-
- toString() - Method in class com.landawn.abacus.util.Points.xy.LongBytePoint
-
- toString() - Method in class com.landawn.abacus.util.Points.xy.LongDoublePoint
-
- toString() - Method in class com.landawn.abacus.util.Points.xy.LongIntPoint
-
- toString() - Method in class com.landawn.abacus.util.Points.xy.LongLongPoint
-
- toString() - Method in class com.landawn.abacus.util.Points.xy.LongObjPoint
-
- toString() - Method in class com.landawn.abacus.util.Points.xyz.ByteBytePoint
-
- toString() - Method in class com.landawn.abacus.util.Points.xyz.ByteDoublePoint
-
- toString() - Method in class com.landawn.abacus.util.Points.xyz.ByteIntPoint
-
- toString() - Method in class com.landawn.abacus.util.Points.xyz.ByteLongPoint
-
- toString() - Method in class com.landawn.abacus.util.Points.xyz.ByteObjPoint
-
- toString() - Method in class com.landawn.abacus.util.Points.xyz.DoubleBytePoint
-
- toString() - Method in class com.landawn.abacus.util.Points.xyz.DoubleDoublePoint
-
- toString() - Method in class com.landawn.abacus.util.Points.xyz.DoubleIntPoint
-
- toString() - Method in class com.landawn.abacus.util.Points.xyz.DoubleLongPoint
-
- toString() - Method in class com.landawn.abacus.util.Points.xyz.DoubleObjPoint
-
- toString() - Method in class com.landawn.abacus.util.Points.xyz.IntBytePoint
-
- toString() - Method in class com.landawn.abacus.util.Points.xyz.IntDoublePoint
-
- toString() - Method in class com.landawn.abacus.util.Points.xyz.IntIntPoint
-
- toString() - Method in class com.landawn.abacus.util.Points.xyz.IntLongPoint
-
- toString() - Method in class com.landawn.abacus.util.Points.xyz.IntObjPoint
-
- toString() - Method in class com.landawn.abacus.util.Points.xyz.LongBytePoint
-
- toString() - Method in class com.landawn.abacus.util.Points.xyz.LongDoublePoint
-
- toString() - Method in class com.landawn.abacus.util.Points.xyz.LongIntPoint
-
- toString() - Method in class com.landawn.abacus.util.Points.xyz.LongLongPoint
-
- toString() - Method in class com.landawn.abacus.util.Points.xyz.LongObjPoint
-
- 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.Result
-
- 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.SQLMapper
-
- toString() - Method in class com.landawn.abacus.util.SQLTransaction
-
- 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.Timed
-
- toString() - Method in class com.landawn.abacus.util.Triple
-
- toString() - Method in class com.landawn.abacus.util.Tuple.Tuple1
-
- toString() - Method in class com.landawn.abacus.util.Tuple.Tuple2
-
- toString() - Method in class com.landawn.abacus.util.Tuple.Tuple3
-
- toString() - Method in class com.landawn.abacus.util.Tuple.Tuple4
-
- toString() - Method in class com.landawn.abacus.util.Tuple.Tuple5
-
- toString() - Method in class com.landawn.abacus.util.Tuple.Tuple6
-
- toString() - Method in class com.landawn.abacus.util.Tuple.Tuple7
-
- toString() - Method in class com.landawn.abacus.util.Tuple.Tuple8
-
- toString() - Method in class com.landawn.abacus.util.Tuple.Tuple9
-
- toString() - Method in class com.landawn.abacus.util.u.Nullable
-
- toString() - Method in class com.landawn.abacus.util.u.Optional
-
- toString() - Method in class com.landawn.abacus.util.u.OptionalBoolean
-
- toString() - Method in class com.landawn.abacus.util.u.OptionalByte
-
- toString() - Method in class com.landawn.abacus.util.u.OptionalChar
-
- toString() - Method in class com.landawn.abacus.util.u.OptionalDouble
-
- toString() - Method in class com.landawn.abacus.util.u.OptionalFloat
-
- toString() - Method in class com.landawn.abacus.util.u.OptionalInt
-
- toString() - Method in class com.landawn.abacus.util.u.OptionalLong
-
- toString() - Method in class com.landawn.abacus.util.u.OptionalShort
-
- toString() - Method in class com.landawn.abacus.util.Wrapper
-
- totalCountOfValues() - Method in class com.landawn.abacus.util.Multimap
-
Returns the total count of all the elements in all values.
- toTriple() - Method in class com.landawn.abacus.util.Tuple.Tuple3
-
- toTuple() - Method in class com.landawn.abacus.util.Pair
-
- toTuple() - Method in class com.landawn.abacus.util.Result
-
- toTuple() - Method in class com.landawn.abacus.util.Triple
-
- touch(File) - Static method in class com.landawn.abacus.util.IOUtil
-
Update the last modified time of the file to system current time if the specified file exists.
- 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() - Static method in class com.landawn.abacus.util.Fn
-
- toUpperCase(char) - Static method in class com.landawn.abacus.util.StringUtil
-
- toUpperCase(String) - Static method in class com.landawn.abacus.util.StringUtil
-
Converts a String to upper case as per String.toUpperCase()
.
- toUpperCase(String, Locale) - Static method in class com.landawn.abacus.util.StringUtil
-
Converts a String to upper case as per String.toUpperCase(Locale)
.
- toUpperCaseKeyWithUnderscore(Map<String, Object>) - Static method in class com.landawn.abacus.util.ClassUtil
-
- toUpperCaseWithUnderscore(String) - Static method in class com.landawn.abacus.util.ClassUtil
-
It's designed for field/method/class/column/table names.
- toUpperCaseWithUnderscore() - Static method in class com.landawn.abacus.util.Fn
-
- toUpperCaseWithUnderscore(String) - Static method in class com.landawn.abacus.util.StringUtil
-
- 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, boolean) - Static method in class com.landawn.abacus.util.N
-
- toXML(Object, XMLSerializationConfig) - Static method in class com.landawn.abacus.util.N
-
- toXML(File, Object) - Static method in class com.landawn.abacus.util.N
-
- toXML(File, Object, XMLSerializationConfig) - Static method in class com.landawn.abacus.util.N
-
- toXML(OutputStream, Object) - Static method in class com.landawn.abacus.util.N
-
- toXML(OutputStream, Object, XMLSerializationConfig) - Static method in class com.landawn.abacus.util.N
-
- toXML(Writer, Object) - Static method in class com.landawn.abacus.util.N
-
- toXML(Writer, Object, XMLSerializationConfig) - Static method in class com.landawn.abacus.util.N
-
- TP_EXECUTOR - Static variable in class com.landawn.abacus.android.util.Async
-
- TRAILER - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Trailer
header field name.
- 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.HttpHeaders.Names
-
The HTTP Transfer-Encoding
header field name.
- 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
-
- TriFunction<A,B,C,R> - Interface in com.landawn.abacus.util.function
-
- TriIterator<A,B,C> - Class in com.landawn.abacus.util
-
- TriIterator() - Constructor for class com.landawn.abacus.util.TriIterator
-
- 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(boolean) - Method in class com.landawn.abacus.util.Splitter.MapSplitter
-
- trim(boolean) - Method in class com.landawn.abacus.util.Splitter
-
- trim(String) - Static method in class com.landawn.abacus.util.StringUtil
-
Removes control characters (char <= 32) from both ends of this String,
handling null
by returning null
.
- trim(String[]) - Static method in class com.landawn.abacus.util.StringUtil
-
- trimToEmpty() - Static method in class com.landawn.abacus.util.Fn
-
- trimToEmpty(String) - Static method in class com.landawn.abacus.util.StringUtil
-
Removes control characters (char <= 32) from both ends of this String
returning an empty String ("") if the String is empty ("") after the trim
or if it is null
.
- trimToEmpty(String[]) - Static method in class com.landawn.abacus.util.StringUtil
-
- trimToNull() - Static method in class com.landawn.abacus.util.Fn
-
- trimToNull(String) - Static method in class com.landawn.abacus.util.StringUtil
-
Removes control characters (char <= 32) from both ends of this String
returning null
if the String is empty ("") after the trim or if
it is null
.
- trimToNull(String[]) - Static method in class com.landawn.abacus.util.StringUtil
-
- trimToSize() - Method in interface com.landawn.abacus.DataSet
-
- 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
-
- tripleToList() - Static method in class com.landawn.abacus.util.Fn.Functions
-
- tripleToSet() - Static method in class com.landawn.abacus.util.Fn.Functions
-
- TriPredicate<A,B,C> - Interface in com.landawn.abacus.util.function
-
- TRUE - Static variable in interface com.landawn.abacus.util.function.BooleanSupplier
-
- truncate(T, int) - Static method in class com.landawn.abacus.util.DateUtil
-
Copied from Apache Commons Lang under Apache License v2.
- truncate(T, int) - Static method in class com.landawn.abacus.util.DateUtil
-
Copied from Apache Commons Lang under Apache License v2.
- truncatedCompareTo(Calendar, Calendar, int) - Static method in class com.landawn.abacus.util.DateUtil
-
Copied from Apache Commons Lang under Apache License v2.
- truncatedCompareTo(Date, Date, int) - Static method in class com.landawn.abacus.util.DateUtil
-
Copied from Apache Commons Lang under Apache License v2.
- truncatedEquals(Calendar, Calendar, int) - Static method in class com.landawn.abacus.util.DateUtil
-
Copied from Apache Commons Lang under Apache License v2.
- truncatedEquals(Date, Date, int) - Static method in class com.landawn.abacus.util.DateUtil
-
Copied from Apache Commons Lang under Apache License v2.
- Try<T extends 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.EE - Class in com.landawn.abacus.util
-
- Try.EE.BiConsumer<T,U,E extends java.lang.Exception,E2 extends java.lang.Exception> - Interface in com.landawn.abacus.util
-
- Try.EE.BiFunction<T,U,R,E extends java.lang.Exception,E2 extends java.lang.Exception> - Interface in com.landawn.abacus.util
-
- Try.EE.BiPredicate<T,U,E extends java.lang.Exception,E2 extends java.lang.Exception> - Interface in com.landawn.abacus.util
-
- Try.EE.Callable<R,E extends java.lang.Exception,E2 extends java.lang.Exception> - Interface in com.landawn.abacus.util
-
- Try.EE.Consumer<T,E extends java.lang.Exception,E2 extends java.lang.Exception> - Interface in com.landawn.abacus.util
-
- Try.EE.Function<T,R,E extends java.lang.Exception,E2 extends java.lang.Exception> - Interface in com.landawn.abacus.util
-
- Try.EE.Predicate<T,E extends java.lang.Exception,E2 extends java.lang.Exception> - Interface in com.landawn.abacus.util
-
- Try.EE.Runnable<E extends java.lang.Exception,E2 extends java.lang.Exception> - Interface in com.landawn.abacus.util
-
- Try.EE.Supplier<T,E extends java.lang.Exception,E2 extends java.lang.Exception> - Interface in com.landawn.abacus.util
-
- Try.EE.TriConsumer<A,B,C,E extends java.lang.Exception,E2 extends java.lang.Exception> - Interface in com.landawn.abacus.util
-
- Try.EE.TriFunction<A,B,C,R,E extends java.lang.Exception,E2 extends java.lang.Exception> - Interface in com.landawn.abacus.util
-
- Try.EE.TriPredicate<A,B,C,E extends java.lang.Exception,E2 extends java.lang.Exception> - Interface in com.landawn.abacus.util
-
- Try.EEE - Class in com.landawn.abacus.util
-
- Try.EEE.BiConsumer<T,U,E extends java.lang.Exception,E2 extends java.lang.Exception,E3 extends java.lang.Exception> - Interface in com.landawn.abacus.util
-
- Try.EEE.BiFunction<T,U,R,E extends java.lang.Exception,E2 extends java.lang.Exception,E3 extends java.lang.Exception> - Interface in com.landawn.abacus.util
-
- Try.EEE.BiPredicate<T,U,E extends java.lang.Exception,E2 extends java.lang.Exception,E3 extends java.lang.Exception> - Interface in com.landawn.abacus.util
-
- Try.EEE.Callable<R,E extends java.lang.Exception,E2 extends java.lang.Exception,E3 extends java.lang.Exception> - Interface in com.landawn.abacus.util
-
- Try.EEE.Consumer<T,E extends java.lang.Exception,E2 extends java.lang.Exception,E3 extends java.lang.Exception> - Interface in com.landawn.abacus.util
-
- Try.EEE.Function<T,R,E extends java.lang.Exception,E2 extends java.lang.Exception,E3 extends java.lang.Exception> - Interface in com.landawn.abacus.util
-
- Try.EEE.Predicate<T,E extends java.lang.Exception,E2 extends java.lang.Exception,E3 extends java.lang.Exception> - Interface in com.landawn.abacus.util
-
- Try.EEE.Runnable<E extends java.lang.Exception,E2 extends java.lang.Exception,E3 extends java.lang.Exception> - Interface in com.landawn.abacus.util
-
- Try.EEE.Supplier<T,E extends java.lang.Exception,E2 extends java.lang.Exception,E3 extends java.lang.Exception> - Interface in com.landawn.abacus.util
-
- Try.EEE.TriConsumer<A,B,C,E extends java.lang.Exception,E2 extends java.lang.Exception,E3 extends java.lang.Exception> - Interface in com.landawn.abacus.util
-
- Try.EEE.TriFunction<A,B,C,R,E extends java.lang.Exception,E2 extends java.lang.Exception,E3 extends java.lang.Exception> - Interface in com.landawn.abacus.util
-
- Try.EEE.TriPredicate<A,B,C,E extends java.lang.Exception,E2 extends java.lang.Exception,E3 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<? super T, R, E>) - Static method in class com.landawn.abacus.util.N
-
Returns a Nullable
with the value returned by func.apply(init)
or an empty Nullable
if exception happens.
- Tuple - 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
-
- z - Variable in class com.landawn.abacus.util.Points.xyz.ByteBytePoint
-
- z - Variable in class com.landawn.abacus.util.Points.xyz.ByteDoublePoint
-
- z - Variable in class com.landawn.abacus.util.Points.xyz.ByteIntPoint
-
- z - Variable in class com.landawn.abacus.util.Points.xyz.ByteLongPoint
-
- z - Variable in class com.landawn.abacus.util.Points.xyz.ByteObjPoint
-
- z - Variable in class com.landawn.abacus.util.Points.xyz.DoubleBytePoint
-
- z - Variable in class com.landawn.abacus.util.Points.xyz.DoubleDoublePoint
-
- z - Variable in class com.landawn.abacus.util.Points.xyz.DoubleIntPoint
-
- z - Variable in class com.landawn.abacus.util.Points.xyz.DoubleLongPoint
-
- z - Variable in class com.landawn.abacus.util.Points.xyz.DoubleObjPoint
-
- z - Variable in class com.landawn.abacus.util.Points.xyz.IntBytePoint
-
- z - Variable in class com.landawn.abacus.util.Points.xyz.IntDoublePoint
-
- z - Variable in class com.landawn.abacus.util.Points.xyz.IntIntPoint
-
- z - Variable in class com.landawn.abacus.util.Points.xyz.IntLongPoint
-
- z - Variable in class com.landawn.abacus.util.Points.xyz.IntObjPoint
-
- z - Variable in class com.landawn.abacus.util.Points.xyz.LongBytePoint
-
- z - Variable in class com.landawn.abacus.util.Points.xyz.LongDoublePoint
-
- z - Variable in class com.landawn.abacus.util.Points.xyz.LongIntPoint
-
- z - Variable in class com.landawn.abacus.util.Points.xyz.LongLongPoint
-
- z - Variable in class com.landawn.abacus.util.Points.xyz.LongObjPoint
-
- ZERO - Static variable in class com.landawn.abacus.util.Duration
-
- ZERO - Static variable in class com.landawn.abacus.util.Fraction
-
Fraction
representation of 0.
- ZERO - Static variable in interface com.landawn.abacus.util.function.ByteSupplier
-
- ZERO - Static variable in interface com.landawn.abacus.util.function.CharSupplier
-
- ZERO - Static variable in interface com.landawn.abacus.util.function.DoubleSupplier
-
- ZERO - Static variable in interface com.landawn.abacus.util.function.FloatSupplier
-
- ZERO - Static variable in interface com.landawn.abacus.util.function.IntSupplier
-
- ZERO - Static variable in interface com.landawn.abacus.util.function.LongSupplier
-
- ZERO - Static variable in interface com.landawn.abacus.util.function.ShortSupplier
-
- zip(A[], B[]) - Static method in class com.landawn.abacus.util.BiIterator
-
- zip(A[], B[], A, B) - Static method in class com.landawn.abacus.util.BiIterator
-
- zip(Collection<A>, Collection<B>) - Static method in class com.landawn.abacus.util.BiIterator
-
- zip(Collection<A>, Collection<B>, A, B) - Static method in class com.landawn.abacus.util.BiIterator
-
- zip(Iterator<A>, Iterator<B>) - Static method in class com.landawn.abacus.util.BiIterator
-
- zip(Iterator<A>, Iterator<B>, A, B) - Static method in class com.landawn.abacus.util.BiIterator
-
- zip(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(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(List<? extends Collection<? extends T>>, Function<? super List<? extends T>, R>) - Static method in class com.landawn.abacus.util.stream.Stream
-
- 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(List<? extends Collection<? extends T>>, List<? extends T>, Function<? super List<? extends T>, R>) - Static method in class com.landawn.abacus.util.stream.Stream
-
- zip(Collection<? extends Stream<? extends T>>, List<? extends T>, 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.
- zip(A[], B[], C[]) - Static method in class com.landawn.abacus.util.TriIterator
-
- zip(A[], B[], C[], A, B, C) - Static method in class com.landawn.abacus.util.TriIterator
-
- zip(Collection<A>, Collection<B>, Collection<C>) - Static method in class com.landawn.abacus.util.TriIterator
-
- zip(Collection<A>, Collection<B>, Collection<C>, A, B, C) - Static method in class com.landawn.abacus.util.TriIterator
-
- zip(Iterator<A>, Iterator<B>, Iterator<C>) - Static method in class com.landawn.abacus.util.TriIterator
-
- zip(Iterator<A>, Iterator<B>, Iterator<C>, A, B, C) - Static method in class com.landawn.abacus.util.TriIterator
-
- 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>>, List<? extends T>, 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
-