- abbreviate(String, int) - Static method in class com.landawn.abacus.util.StringUtil
-
Abbreviates a String using ellipses.
- abbreviate(String, String, int) - Static method in class com.landawn.abacus.util.StringUtil
-
Abbreviates a String using another given String as replacement marker.
- abbreviateMiddle(String, String, int) - Static method in class com.landawn.abacus.util.StringUtil
-
Abbreviates a String to the length passed, replacing the middle characters with the supplied
replacement String.
- abs() - Method in class com.landawn.abacus.util.Duration
-
- abs() - Method in class com.landawn.abacus.util.Fraction
-
Gets a fraction that is the positive equivalent of this one.
- ABS - Static variable in class com.landawn.abacus.util.WD
-
Field ABS.
- absolute(int) - Method in interface com.landawn.abacus.DataSet
-
Move the cursor to the specified row.
- absolute(int) - Method in interface com.landawn.abacus.PaginatedDataSet
-
- AbstractPool - Class in com.landawn.abacus.pool
-
- AbstractPoolable - Class in com.landawn.abacus.pool
-
- accept(Throwables.Consumer<? super DataSet, E>) - Method in interface com.landawn.abacus.DataSet
-
- ACCEPT - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Accept header field name.
- accept(Throwables.Consumer<? super T, E>) - Method in class com.landawn.abacus.util.Builder
-
- accept(int, int, T) - Method in interface com.landawn.abacus.util.function.BiIntObjConsumer
-
- accept(boolean, boolean) - Method in interface com.landawn.abacus.util.function.BooleanBiConsumer
-
- accept(boolean) - Method in interface com.landawn.abacus.util.function.BooleanConsumer
-
- accept(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, DoubleConsumer) - Method in interface com.landawn.abacus.util.function.DoubleMapMultiConsumer
-
- 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, IntConsumer) - Method in interface com.landawn.abacus.util.function.IntMapMultiConsumer
-
- accept(int...) - Method in interface com.landawn.abacus.util.function.IntNConsumer
-
- accept(int, T) - Method in interface com.landawn.abacus.util.function.IntObjConsumer
-
- 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, LongConsumer) - Method in interface com.landawn.abacus.util.function.LongMapMultiConsumer
-
- 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(Throwables.Consumer<? super Multimap<K, E, V>, X>) - Method in class com.landawn.abacus.util.Multimap
-
- accept(Throwables.Consumer<? super Multiset<T>, E>) - Method in class com.landawn.abacus.util.Multiset
-
- accept(Consumer<? super T[]>) - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableArray
-
- accept(Consumer<? super Deque<T>>) - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableDeque
-
- accept(Consumer<? super Map.Entry<K, V>>) - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableEntry
-
- accept(BiConsumer<? super K, ? super V>) - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableEntry
-
- accept(BiConsumer<? super L, ? super R>) - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposablePair
-
- accept(TriConsumer<? super L, ? super M, ? super R>) - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableTriple
-
- accept(Throwables.BiConsumer<? super L, ? super R, E>) - Method in class com.landawn.abacus.util.Pair
-
- accept(Throwables.Consumer<? super Pair<L, R>, E>) - Method in class com.landawn.abacus.util.Pair
-
- accept(T, Throwables.Consumer<? super T, E>) - Static method in class com.landawn.abacus.util.Synchronized
-
- accept(T, U, Throwables.BiConsumer<? super T, ? super U, E>) - Static method in class com.landawn.abacus.util.Synchronized
-
- accept(Throwables.Consumer<? super T, E>) - Method in class com.landawn.abacus.util.Synchronized
-
- accept(T, U) - Method in interface com.landawn.abacus.util.Throwables.BiConsumer
-
- accept(int, int, T) - Method in interface com.landawn.abacus.util.Throwables.BiIntObjConsumer
-
- accept(boolean, boolean) - Method in interface com.landawn.abacus.util.Throwables.BooleanBiConsumer
-
- accept(boolean) - Method in interface com.landawn.abacus.util.Throwables.BooleanConsumer
-
- accept(boolean, boolean, boolean) - Method in interface com.landawn.abacus.util.Throwables.BooleanTriConsumer
-
- accept(byte, byte) - Method in interface com.landawn.abacus.util.Throwables.ByteBiConsumer
-
- accept(byte) - Method in interface com.landawn.abacus.util.Throwables.ByteConsumer
-
- accept(byte, byte, byte) - Method in interface com.landawn.abacus.util.Throwables.ByteTriConsumer
-
- accept(char, char) - Method in interface com.landawn.abacus.util.Throwables.CharBiConsumer
-
- accept(char) - Method in interface com.landawn.abacus.util.Throwables.CharConsumer
-
- accept(char, char, char) - Method in interface com.landawn.abacus.util.Throwables.CharTriConsumer
-
- accept(T) - Method in interface com.landawn.abacus.util.Throwables.Consumer
-
- accept(double, double) - Method in interface com.landawn.abacus.util.Throwables.DoubleBiConsumer
-
- accept(double) - Method in interface com.landawn.abacus.util.Throwables.DoubleConsumer
-
- accept(double, double, double) - Method in interface com.landawn.abacus.util.Throwables.DoubleTriConsumer
-
- accept(T, U) - Method in interface com.landawn.abacus.util.Throwables.EE.BiConsumer
-
- accept(T) - Method in interface com.landawn.abacus.util.Throwables.EE.Consumer
-
- accept(A, B, C) - Method in interface com.landawn.abacus.util.Throwables.EE.TriConsumer
-
- accept(T, U) - Method in interface com.landawn.abacus.util.Throwables.EEE.BiConsumer
-
- accept(T) - Method in interface com.landawn.abacus.util.Throwables.EEE.Consumer
-
- accept(A, B, C) - Method in interface com.landawn.abacus.util.Throwables.EEE.TriConsumer
-
- accept(float, float) - Method in interface com.landawn.abacus.util.Throwables.FloatBiConsumer
-
- accept(float) - Method in interface com.landawn.abacus.util.Throwables.FloatConsumer
-
- accept(float, float, float) - Method in interface com.landawn.abacus.util.Throwables.FloatTriConsumer
-
- accept(U, int, T) - Method in interface com.landawn.abacus.util.Throwables.IndexedBiConsumer
-
- accept(int, boolean) - Method in interface com.landawn.abacus.util.Throwables.IndexedBooleanConsumer
-
- accept(int, byte) - Method in interface com.landawn.abacus.util.Throwables.IndexedByteConsumer
-
- accept(int, char) - Method in interface com.landawn.abacus.util.Throwables.IndexedCharConsumer
-
- accept(int, T) - Method in interface com.landawn.abacus.util.Throwables.IndexedConsumer
-
- accept(int, double) - Method in interface com.landawn.abacus.util.Throwables.IndexedDoubleConsumer
-
- accept(int, float) - Method in interface com.landawn.abacus.util.Throwables.IndexedFloatConsumer
-
- accept(int, int) - Method in interface com.landawn.abacus.util.Throwables.IndexedIntConsumer
-
- accept(int, long) - Method in interface com.landawn.abacus.util.Throwables.IndexedLongConsumer
-
- accept(int, short) - Method in interface com.landawn.abacus.util.Throwables.IndexedShortConsumer
-
- accept(int, int) - Method in interface com.landawn.abacus.util.Throwables.IntBiConsumer
-
- accept(int) - Method in interface com.landawn.abacus.util.Throwables.IntConsumer
-
- accept(int, T) - Method in interface com.landawn.abacus.util.Throwables.IntObjConsumer
-
- accept(int, int, int) - Method in interface com.landawn.abacus.util.Throwables.IntTriConsumer
-
- accept(long, long) - Method in interface com.landawn.abacus.util.Throwables.LongBiConsumer
-
- accept(long) - Method in interface com.landawn.abacus.util.Throwables.LongConsumer
-
- accept(long, long, long) - Method in interface com.landawn.abacus.util.Throwables.LongTriConsumer
-
- accept(T, boolean) - Method in interface com.landawn.abacus.util.Throwables.ObjBooleanConsumer
-
- accept(T, byte) - Method in interface com.landawn.abacus.util.Throwables.ObjByteConsumer
-
- accept(T, char) - Method in interface com.landawn.abacus.util.Throwables.ObjCharConsumer
-
- accept(T, double) - Method in interface com.landawn.abacus.util.Throwables.ObjDoubleConsumer
-
- accept(T, float) - Method in interface com.landawn.abacus.util.Throwables.ObjFloatConsumer
-
- accept(T, int) - Method in interface com.landawn.abacus.util.Throwables.ObjIntConsumer
-
- accept(T, long) - Method in interface com.landawn.abacus.util.Throwables.ObjLongConsumer
-
- accept(T, short) - Method in interface com.landawn.abacus.util.Throwables.ObjShortConsumer
-
- accept(A, B, C, D) - Method in interface com.landawn.abacus.util.Throwables.QuadConsumer
-
- accept(short, short) - Method in interface com.landawn.abacus.util.Throwables.ShortBiConsumer
-
- accept(short) - Method in interface com.landawn.abacus.util.Throwables.ShortConsumer
-
- accept(short, short, short) - Method in interface com.landawn.abacus.util.Throwables.ShortTriConsumer
-
- accept(A, B, C) - Method in interface com.landawn.abacus.util.Throwables.TriConsumer
-
- accept(Throwables.TriConsumer<? super L, ? super M, ? super R, E>) - Method in class com.landawn.abacus.util.Triple
-
- accept(Throwables.Consumer<? super Triple<L, M, R>, E>) - Method in class com.landawn.abacus.util.Triple
-
- accept(Throwables.Consumer<? super TP, E>) - Method in class com.landawn.abacus.util.Tuple
-
- accept(Throwables.BiConsumer<? super T1, ? super T2, E>) - Method in class com.landawn.abacus.util.Tuple.Tuple2
-
- accept(Throwables.TriConsumer<? super T1, ? super T2, ? super T3, E>) - Method in class com.landawn.abacus.util.Tuple.Tuple3
-
- ACCEPT_CHARSET - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Accept-Charset header field name.
- ACCEPT_ENCODING - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Accept-Encoding header field name.
- ACCEPT_LANGUAGE - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Accept-Language header field name.
- ACCEPT_RANGES - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Accept-Ranges header field name.
- acceptByKey(Consumer<? super K>) - Static method in class com.landawn.abacus.util.Fn
-
Accept by key.
- acceptByKey(Throwables.Consumer<? super K, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- acceptByValue(Consumer<? super V>) - Static method in class com.landawn.abacus.util.Fn
-
Accept by value.
- acceptByValue(Throwables.Consumer<? super V, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- acceptIfNotEmpty(Throwables.Consumer<? super ExceptionalStream<T, E>, E2>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- acceptIfNotEmpty(Throwables.Consumer<? super Multimap<K, E, V>, X>) - Method in class com.landawn.abacus.util.Multimap
-
Accept if not empty.
- acceptIfNotEmpty(Throwables.Consumer<? super Multiset<T>, E>) - Method in class com.landawn.abacus.util.Multiset
-
Accept if not empty.
- acceptKeyVal(BiConsumer<? super K, ? super V>) - Static method in class com.landawn.abacus.util.Fn
-
Accept key val.
- ACCESS_CONTROL_ALLOW_CREDENTIALS - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Access-Control-Allow-Credentials header field name.
- ACCESS_CONTROL_ALLOW_HEADERS - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Access-Control-Allow-Headers header field name.
- ACCESS_CONTROL_ALLOW_METHODS - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Access-Control-Allow-Methods header field name.
- ACCESS_CONTROL_ALLOW_ORIGIN - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Access-Control-Allow-Origin header field name.
- ACCESS_CONTROL_EXPOSE_HEADERS - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Access-Control-Expose-Headers header field name.
- ACCESS_CONTROL_MAX_AGE - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Access-Control-Max-Age header field name.
- ACCESS_CONTROL_REQUEST_HEADERS - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Access-Control-Request-Headers header field name.
- ACCESS_CONTROL_REQUEST_METHOD - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Access-Control-Request-Method header field name.
- AccessFieldByMethod - Annotation Type in com.landawn.abacus.annotation
-
- accumulator() - Method in interface com.landawn.abacus.util.stream.Collector
-
- ACK - Static variable in class com.landawn.abacus.util.Ascii
-
Acknowledge: A communication control character transmitted by a receiver as an affirmative
response to a sender.
- ACOS - Static variable in class com.landawn.abacus.util.WD
-
Field ACOS.
- acosh(double) - Static method in class com.landawn.abacus.util.Numbers
-
Compute the inverse hyperbolic cosine of a number.
- 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.
- activityPrint() - Method in class com.landawn.abacus.pool.AbstractPoolable
-
- ActivityPrint - Class in com.landawn.abacus.pool
-
- ActivityPrint(long, long) - Constructor for class com.landawn.abacus.pool.ActivityPrint
-
- activityPrint() - Method in interface com.landawn.abacus.pool.Poolable
-
- add(E) - Method in class com.landawn.abacus.pool.GenericObjectPool
-
- add(E, boolean) - Method in class com.landawn.abacus.pool.GenericObjectPool
-
- add(E, long, TimeUnit) - Method in class com.landawn.abacus.pool.GenericObjectPool
-
- add(E, long, TimeUnit, boolean) - Method in class com.landawn.abacus.pool.GenericObjectPool
-
- add(E) - Method in interface com.landawn.abacus.pool.ObjectPool
-
- add(E, boolean) - Method in interface com.landawn.abacus.pool.ObjectPool
-
- add(E, long, TimeUnit) - Method in interface com.landawn.abacus.pool.ObjectPool
-
- add(E, long, TimeUnit, boolean) - Method in interface com.landawn.abacus.pool.ObjectPool
-
- add(E) - Method in class com.landawn.abacus.util.ArrayHashSet
-
- add(T) - Method in class com.landawn.abacus.util.Builder.CollectionBuilder
-
- add(int, T) - Method in class com.landawn.abacus.util.Builder.ListBuilder
-
- add(T) - Method in class com.landawn.abacus.util.Builder.MultisetBuilder
-
- add(Fraction) - Method in class com.landawn.abacus.util.Fraction
-
Adds the value of this fraction to another, returning the result in reduced form.
- add(T) - Method in class com.landawn.abacus.util.IdentityHashSet
-
- add(E) - Method in class com.landawn.abacus.util.ImmutableCollection
-
- add(int, E) - Method in class com.landawn.abacus.util.ImmutableList
-
- add(double) - Method in class com.landawn.abacus.util.KahanSummation
-
- add(T) - Method in class com.landawn.abacus.util.Multiset
-
- add(T, int) - Method in class com.landawn.abacus.util.Multiset
-
- add(byte) - Method in class com.landawn.abacus.util.MutableByte
-
Adds a value to the value of this instance.
- add(char) - Method in class com.landawn.abacus.util.MutableChar
-
Adds a value to the value of this instance.
- add(double) - Method in class com.landawn.abacus.util.MutableDouble
-
Adds a value to the value of this instance.
- add(float) - Method in class com.landawn.abacus.util.MutableFloat
-
Adds a value to the value of this instance.
- add(int) - Method in class com.landawn.abacus.util.MutableInt
-
Adds a value to the value of this instance.
- add(long) - Method in class com.landawn.abacus.util.MutableLong
-
Adds a value to the value of this instance.
- add(short) - Method in class com.landawn.abacus.util.MutableShort
-
Adds a value to the value of this instance.
- add(boolean[], boolean) - Static method in class com.landawn.abacus.util.N
-
Copies the given array and adds the given elementToAdd at the end of the new
array.
- add(char[], char) - Static method in class com.landawn.abacus.util.N
-
Copies the given array and adds the given elementToAdd at the end of the new
array.
- add(byte[], byte) - Static method in class com.landawn.abacus.util.N
-
Copies the given array and adds the given elementToAdd at the end of the new
array.
- add(short[], short) - Static method in class com.landawn.abacus.util.N
-
Copies the given array and adds the given elementToAdd at the end of the new
array.
- add(int[], int) - Static method in class com.landawn.abacus.util.N
-
Copies the given array and adds the given elementToAdd at the end of the new
array.
- add(long[], long) - Static method in class com.landawn.abacus.util.N
-
Copies the given array and adds the given elementToAdd at the end of the new
array.
- add(float[], float) - Static method in class com.landawn.abacus.util.N
-
Copies the given array and adds the given elementToAdd at the end of the new
array.
- add(double[], double) - Static method in class com.landawn.abacus.util.N
-
Copies the given array and adds the given elementToAdd at the end of the new
array.
- add(String[], String) - Static method in class com.landawn.abacus.util.N
-
Copies the given array and adds the given elementToAdd at the end of the new
array.
- add(T[], T) - Static method in class com.landawn.abacus.util.N
-
Copies the given array and adds the given elementToAdd at the end of the new
array.
- addAll(Collection<? extends E>) - Method in class com.landawn.abacus.util.ArrayHashSet
-
Adds the all.
- addAll(Collection<? extends T>) - Method in class com.landawn.abacus.util.Builder.CollectionBuilder
-
Adds the all.
- addAll(int, Collection<? extends T>) - Method in class com.landawn.abacus.util.Builder.ListBuilder
-
Adds the all.
- addAll(Collection<? extends T>) - Method in class com.landawn.abacus.util.Builder.MultisetBuilder
-
Adds the all.
- addAll(Map<? extends T, Integer>) - Method in class com.landawn.abacus.util.Builder.MultisetBuilder
-
Adds the all.
- addAll(Multiset<? extends T>) - Method in class com.landawn.abacus.util.Builder.MultisetBuilder
-
Adds the all.
- addAll(Collection<? extends T>) - Method in class com.landawn.abacus.util.IdentityHashSet
-
Adds the all.
- addAll(Collection<? extends E>) - Method in class com.landawn.abacus.util.ImmutableCollection
-
- addAll(int, Collection<? extends E>) - Method in class com.landawn.abacus.util.ImmutableList
-
- addAll(double[]) - Method in class com.landawn.abacus.util.KahanSummation
-
Adds the all.
- addAll(Collection<? extends T>) - Method in class com.landawn.abacus.util.Multiset
-
Adds the all.
- addAll(Collection<? extends T>, int) - Method in class com.landawn.abacus.util.Multiset
-
Adds the all.
- addAll(Map<? extends T, Integer>) - Method in class com.landawn.abacus.util.Multiset
-
Adds the all.
- addAll(Multiset<? extends T>) - Method in class com.landawn.abacus.util.Multiset
-
Adds the all.
- addAll(boolean[], boolean...) - Static method in class com.landawn.abacus.util.N
-
Adds all the elementToAdds of the given arrays into a new array.
- addAll(char[], char...) - Static method in class com.landawn.abacus.util.N
-
Adds all the elementToAdds of the given arrays into a new array.
- addAll(byte[], byte...) - Static method in class com.landawn.abacus.util.N
-
Adds all the elementToAdds of the given arrays into a new array.
- addAll(short[], short...) - Static method in class com.landawn.abacus.util.N
-
Adds all the elementToAdds of the given arrays into a new array.
- addAll(int[], int...) - Static method in class com.landawn.abacus.util.N
-
Adds all the elementToAdds of the given arrays into a new array.
- addAll(long[], long...) - Static method in class com.landawn.abacus.util.N
-
Adds all the elementToAdds of the given arrays into a new array.
- addAll(float[], float...) - Static method in class com.landawn.abacus.util.N
-
Adds all the elementToAdds of the given arrays into a new array.
- addAll(double[], double...) - Static method in class com.landawn.abacus.util.N
-
Adds all the elementToAdds of the given arrays into a new array.
- addAll(String[], String...) - Static method in class com.landawn.abacus.util.N
-
Adds all the elementToAdds of the given arrays into a new array.
- addAll(T[], T...) - Static method in class com.landawn.abacus.util.N
-
Adds all the elementToAdds of the given arrays into a new array.
- addAll(Collection<T>, Iterator<? extends T>) - Static method in class com.landawn.abacus.util.N
-
- addAndGet(T) - Method in class com.landawn.abacus.util.Multiset
-
Adds the and get.
- addAndGet(T, int) - Method in class com.landawn.abacus.util.Multiset
-
Adds the and get.
- addAndGet(byte) - Method in class com.landawn.abacus.util.MutableByte
-
Adds the given value to the current value.
- addAndGet(char) - Method in class com.landawn.abacus.util.MutableChar
-
Adds the given value to the current value.
- addAndGet(double) - Method in class com.landawn.abacus.util.MutableDouble
-
Adds the given value to the current value.
- addAndGet(float) - Method in class com.landawn.abacus.util.MutableFloat
-
Adds the given value to the current value.
- addAndGet(int) - Method in class com.landawn.abacus.util.MutableInt
-
Adds the given value to the current value.
- addAndGet(long) - Method in class com.landawn.abacus.util.MutableLong
-
Adds the given value to the current value.
- addAndGet(short) - Method in class com.landawn.abacus.util.MutableShort
-
Adds the given value to the current value.
- addColumn(String, List<?>) - Method in interface com.landawn.abacus.DataSet
-
- addColumn(int, String, List<?>) - Method in interface com.landawn.abacus.DataSet
-
- addColumn(String, String, Throwables.Function<T, ?, E>) - Method in interface com.landawn.abacus.DataSet
-
Generate the new column values from the specified column by the specified Function.
- addColumn(int, String, String, Throwables.Function<T, ?, E>) - Method in interface com.landawn.abacus.DataSet
-
Generate the new column values from the specified column by the specified Function.
- addColumn(String, Collection<String>, Throwables.Function<? super NoCachingNoUpdating.DisposableObjArray, ?, E>) - Method in interface com.landawn.abacus.DataSet
-
Generate the new column values from the specified columns by the specified Function.
- addColumn(int, String, Collection<String>, Throwables.Function<? super NoCachingNoUpdating.DisposableObjArray, ?, E>) - Method in interface com.landawn.abacus.DataSet
-
Generate the new column values from the specified columns by the specified Function.
- addColumn(String, Tuple.Tuple2<String, String>, Throwables.BiFunction<?, ?, ?, E>) - Method in interface com.landawn.abacus.DataSet
-
Generate the new column values from the specified columns by the specified Function.
- addColumn(int, String, Tuple.Tuple2<String, String>, Throwables.BiFunction<?, ?, ?, E>) - Method in interface com.landawn.abacus.DataSet
-
Generate the new column values from the specified columns by the specified Function.
- addColumn(String, Tuple.Tuple3<String, String, String>, Throwables.TriFunction<?, ?, ?, ?, E>) - Method in interface com.landawn.abacus.DataSet
-
Generate the new column values from the specified columns by the specified Function.
- addColumn(int, String, Tuple.Tuple3<String, String, String>, Throwables.TriFunction<?, ?, ?, ?, E>) - Method in interface com.landawn.abacus.DataSet
-
Generate the new column values from the specified columns by the specified Function.
- addColumn(String, List<?>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
-
Adds the column.
- addColumn(int, String, List<?>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
-
Adds the column.
- addColumn(String, String, Throwables.Function<T, ?, E>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
-
Adds the column.
- addColumn(int, String, String, Throwables.Function<T, ?, E>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
-
Adds the column.
- addColumn(String, Collection<String>, Throwables.Function<? super NoCachingNoUpdating.DisposableObjArray, ?, E>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
-
Adds the column.
- addColumn(int, String, Collection<String>, Throwables.Function<? super NoCachingNoUpdating.DisposableObjArray, ?, E>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
-
Adds the column.
- addColumn(String, Tuple.Tuple2<String, String>, Throwables.BiFunction<?, ?, ?, E>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
-
Adds the column.
- addColumn(int, String, Tuple.Tuple2<String, String>, Throwables.BiFunction<?, ?, ?, E>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
-
Adds the column.
- addColumn(String, Tuple.Tuple3<String, String, String>, Throwables.TriFunction<?, ?, ?, ?, E>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
-
Adds the column.
- addColumn(int, String, Tuple.Tuple3<String, String, String>, Throwables.TriFunction<?, ?, ?, ?, E>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
-
Adds the column.
- addDays(T, int) - Static method in class com.landawn.abacus.util.DateUtil
-
Adds a number of days to a date returning a new object.
- addDays(T, int) - Static method in class com.landawn.abacus.util.DateUtil
-
Adds a number of days to a calendar returning a new object.
- addDelayedShutdownHook(ExecutorService, long, TimeUnit) - Static method in class com.landawn.abacus.util.MoreExecutors
-
Adds the delayed shutdown hook.
- addExact(int, int) - Static method in class com.landawn.abacus.util.Numbers
-
Returns the sum of a and b, provided it does not overflow.
- addExact(long, long) - Static method in class com.landawn.abacus.util.Numbers
-
Returns the sum of a and b, provided it does not overflow.
- addHeader(String, String) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
- addHours(T, int) - Static method in class com.landawn.abacus.util.DateUtil
-
Adds a number of hours to a date returning a new object.
- addHours(T, int) - Static method in class com.landawn.abacus.util.DateUtil
-
Adds a number of hours to a calendar returning a new object.
- addIfAbsent(T) - Method in class com.landawn.abacus.util.Multiset
-
Adds the if absent.
- addIfAbsent(T, int) - Method in class com.landawn.abacus.util.Multiset
-
Adds the if absent.
- addMethodStatisticsList(Profiler.LoopStatistics) - Method in class com.landawn.abacus.util.Profiler.MultiLoopsStatistics
-
Adds the method statistics list.
- addMilliseconds(T, int) - Static method in class com.landawn.abacus.util.DateUtil
-
Adds a number of milliseconds to a date returning a new object.
- addMilliseconds(T, int) - Static method in class com.landawn.abacus.util.DateUtil
-
Adds a number of milliseconds to a calendar returning a new object.
- addMinutes(T, int) - Static method in class com.landawn.abacus.util.DateUtil
-
Adds a number of minutes to a date returning a new object.
- addMinutes(T, int) - Static method in class com.landawn.abacus.util.DateUtil
-
Adds a number of minutes to a calendar returning a new object.
- addMonths(T, int) - Static method in class com.landawn.abacus.util.DateUtil
-
Adds a number of months to a date returning a new object.
- addMonths(T, int) - Static method in class com.landawn.abacus.util.DateUtil
-
Adds a number of months to a calendar returning a new object.
- addRow(Object) - Method in interface com.landawn.abacus.DataSet
-
Adds the row.
- addRow(int, Object) - Method in interface com.landawn.abacus.DataSet
-
Adds the row.
- 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.
- adler32() - Static method in class com.landawn.abacus.guava.hash.Hashing
-
Returns a hash function implementing the Adler-32 checksum algorithm (32 hash bits) by
delegating to the
Adler32 Checksum.
- advance(Iterator<?>, long) - Static method in class com.landawn.abacus.util.Iterators
-
Note: copied from Google Guava under Apache license v2
Calls next() on iterator, either numberToAdvance times
or until hasNext() returns false, whichever comes first.
- AGE - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Age header field name.
- ALL - Static variable in class com.landawn.abacus.util.WD
-
Field ALL.
- allFalse(boolean[]) - Static method in class com.landawn.abacus.util.N
-
- allMatch(Throwables.Predicate<? super T, E2>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- allMatch(T[], Throwables.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
- allMatch(Collection<? extends T>, Throwables.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
- allMatch(Iterator<? extends T>, Throwables.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
- allMaxOccurrences() - Method in class com.landawn.abacus.util.Multiset
-
All max occurrences.
- allMinOccurrences() - Method in class com.landawn.abacus.util.Multiset
-
All min occurrences.
- allNull() - Method in class com.landawn.abacus.util.Tuple
-
- allNull() - Method in class com.landawn.abacus.util.Tuple.Tuple1
-
- allNull() - Method in class com.landawn.abacus.util.Tuple.Tuple2
-
- allNull() - Method in class com.landawn.abacus.util.Tuple.Tuple3
-
- allNull() - Method in class com.landawn.abacus.util.Tuple.Tuple4
-
- allNull() - Method in class com.landawn.abacus.util.Tuple.Tuple5
-
- allNull() - Method in class com.landawn.abacus.util.Tuple.Tuple6
-
- allNull() - Method in class com.landawn.abacus.util.Tuple.Tuple7
-
- allNull() - Method in class com.landawn.abacus.util.Tuple.Tuple8
-
- allNull() - Method in class com.landawn.abacus.util.Tuple.Tuple9
-
- allOf(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.
- allOf(boolean[], boolean) - Static method in class com.landawn.abacus.util.Index
-
Finds the indices of the given value in the array.
- allOf(boolean[], int, boolean) - Static method in class com.landawn.abacus.util.Index
-
Finds the indices of the given value in the a starting at the given index.
- allOf(byte[], byte) - Static method in class com.landawn.abacus.util.Index
-
Finds the indices of the given value in the array.
- allOf(byte[], int, byte) - Static method in class com.landawn.abacus.util.Index
-
Finds the indices of the given value in the a starting at the given index.
- allOf(char[], char) - Static method in class com.landawn.abacus.util.Index
-
Finds the indices of the given value in the array.
- allOf(char[], int, char) - Static method in class com.landawn.abacus.util.Index
-
Finds the indices of the given value in the a starting at the given index.
- allOf(short[], short) - Static method in class com.landawn.abacus.util.Index
-
Finds the indices of the given value in the array.
- allOf(short[], int, short) - Static method in class com.landawn.abacus.util.Index
-
Finds the indices of the given value in the a starting at the given index.
- allOf(int[], int) - Static method in class com.landawn.abacus.util.Index
-
Finds the indices of the given value in the array.
- allOf(int[], int, int) - Static method in class com.landawn.abacus.util.Index
-
Finds the indices of the given value in the a starting at the given index.
- allOf(long[], long) - Static method in class com.landawn.abacus.util.Index
-
Finds the indices of the given value in the array.
- allOf(long[], int, long) - Static method in class com.landawn.abacus.util.Index
-
Finds the indices of the given value in the a starting at the given index.
- allOf(float[], float) - Static method in class com.landawn.abacus.util.Index
-
Finds the indices of the given value in the array.
- allOf(float[], int, float) - Static method in class com.landawn.abacus.util.Index
-
Finds the indices of the given value in the a starting at the given index.
- allOf(double[], double) - Static method in class com.landawn.abacus.util.Index
-
Finds the indices of the given value in the array.
- allOf(double[], int, double) - Static method in class com.landawn.abacus.util.Index
-
Finds the indices of the given value in the a starting at the given index.
- allOf(double[], double, double) - Static method in class com.landawn.abacus.util.Index
-
Finds the indices of the given value within a given tolerance in the array.
- allOf(double[], int, double, double) - Static method in class com.landawn.abacus.util.Index
-
Finds the indices of the given value in the a starting at the given index.
- allOf(Object[], Object) - Static method in class com.landawn.abacus.util.Index
-
Finds the indices of the given object in the array.
- allOf(Object[], int, Object) - Static method in class com.landawn.abacus.util.Index
-
Finds the indices of the given object in the a starting at the given index.
- allOf(Collection<?>, Object) - Static method in class com.landawn.abacus.util.Index
-
Finds the indices of the given object in the array.
- allOf(Collection<?>, int, Object) - Static method in class com.landawn.abacus.util.Index
-
Finds the indices of the given object in the a starting at the given index.
- ALLOW - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Allow header field name.
- allTrue(boolean[]) - Static method in class com.landawn.abacus.util.N
-
- ALTER - Static variable in class com.landawn.abacus.util.WD
-
Field ALTER.
- alternated() - Static method in class com.landawn.abacus.util.Fn
-
Returns a stateful BiFunction.
- alternated() - Static method in class com.landawn.abacus.util.Fn.FnB
-
Deprecated.
- alternated() - Static method in class com.landawn.abacus.util.Fn.FnC
-
Deprecated.
- alternated() - Static method in class com.landawn.abacus.util.Fn.FnD
-
Deprecated.
- alternated() - Static method in class com.landawn.abacus.util.Fn.FnF
-
Deprecated.
- alternated() - Static method in class com.landawn.abacus.util.Fn.FnI
-
Deprecated.
- alternated() - Static method in class com.landawn.abacus.util.Fn.FnL
-
Deprecated.
- alternated() - Static method in class com.landawn.abacus.util.Fn.FnS
-
Deprecated.
- alternated() - Static method in enum com.landawn.abacus.util.MergeResult
-
- ALWAYS_FALSE - Static variable in interface com.landawn.abacus.util.function.BooleanBiPredicate
-
- ALWAYS_FALSE - Static variable in interface com.landawn.abacus.util.function.BooleanPredicate
-
- ALWAYS_FALSE - Static variable in interface com.landawn.abacus.util.function.BooleanTriPredicate
-
- ALWAYS_FALSE - Static variable in interface com.landawn.abacus.util.function.ByteBiPredicate
-
- ALWAYS_FALSE - Static variable in interface com.landawn.abacus.util.function.BytePredicate
-
- ALWAYS_FALSE - Static variable in interface com.landawn.abacus.util.function.ByteTriPredicate
-
- ALWAYS_FALSE - Static variable in interface com.landawn.abacus.util.function.CharBiPredicate
-
- ALWAYS_FALSE - Static variable in interface com.landawn.abacus.util.function.CharPredicate
-
- ALWAYS_FALSE - Static variable in interface com.landawn.abacus.util.function.CharTriPredicate
-
- ALWAYS_FALSE - Static variable in interface com.landawn.abacus.util.function.DoubleBiPredicate
-
- ALWAYS_FALSE - Static variable in interface com.landawn.abacus.util.function.DoublePredicate
-
- ALWAYS_FALSE - Static variable in interface com.landawn.abacus.util.function.DoubleTriPredicate
-
- ALWAYS_FALSE - Static variable in interface com.landawn.abacus.util.function.FloatBiPredicate
-
- ALWAYS_FALSE - Static variable in interface com.landawn.abacus.util.function.FloatPredicate
-
- ALWAYS_FALSE - Static variable in interface com.landawn.abacus.util.function.FloatTriPredicate
-
- ALWAYS_FALSE - Static variable in interface com.landawn.abacus.util.function.IntBiPredicate
-
- ALWAYS_FALSE - Static variable in interface com.landawn.abacus.util.function.IntPredicate
-
- ALWAYS_FALSE - Static variable in interface com.landawn.abacus.util.function.IntTriPredicate
-
- ALWAYS_FALSE - Static variable in interface com.landawn.abacus.util.function.LongBiPredicate
-
- ALWAYS_FALSE - Static variable in interface com.landawn.abacus.util.function.LongPredicate
-
- ALWAYS_FALSE - Static variable in interface com.landawn.abacus.util.function.LongTriPredicate
-
- ALWAYS_FALSE - Static variable in interface com.landawn.abacus.util.function.ShortBiPredicate
-
- ALWAYS_FALSE - Static variable in interface com.landawn.abacus.util.function.ShortPredicate
-
- ALWAYS_FALSE - Static variable in interface com.landawn.abacus.util.function.ShortTriPredicate
-
- ALWAYS_TRUE - Static variable in interface com.landawn.abacus.util.function.BooleanBiPredicate
-
- ALWAYS_TRUE - Static variable in interface com.landawn.abacus.util.function.BooleanPredicate
-
- ALWAYS_TRUE - Static variable in interface com.landawn.abacus.util.function.BooleanTriPredicate
-
- ALWAYS_TRUE - Static variable in interface com.landawn.abacus.util.function.ByteBiPredicate
-
- ALWAYS_TRUE - Static variable in interface com.landawn.abacus.util.function.BytePredicate
-
- ALWAYS_TRUE - Static variable in interface com.landawn.abacus.util.function.ByteTriPredicate
-
- ALWAYS_TRUE - Static variable in interface com.landawn.abacus.util.function.CharBiPredicate
-
- ALWAYS_TRUE - Static variable in interface com.landawn.abacus.util.function.CharPredicate
-
- ALWAYS_TRUE - Static variable in interface com.landawn.abacus.util.function.CharTriPredicate
-
- ALWAYS_TRUE - Static variable in interface com.landawn.abacus.util.function.DoubleBiPredicate
-
- ALWAYS_TRUE - Static variable in interface com.landawn.abacus.util.function.DoublePredicate
-
- ALWAYS_TRUE - Static variable in interface com.landawn.abacus.util.function.DoubleTriPredicate
-
- ALWAYS_TRUE - Static variable in interface com.landawn.abacus.util.function.FloatBiPredicate
-
- ALWAYS_TRUE - Static variable in interface com.landawn.abacus.util.function.FloatPredicate
-
- ALWAYS_TRUE - Static variable in interface com.landawn.abacus.util.function.FloatTriPredicate
-
- ALWAYS_TRUE - Static variable in interface com.landawn.abacus.util.function.IntBiPredicate
-
- ALWAYS_TRUE - Static variable in interface com.landawn.abacus.util.function.IntPredicate
-
- ALWAYS_TRUE - Static variable in interface com.landawn.abacus.util.function.IntTriPredicate
-
- ALWAYS_TRUE - Static variable in interface com.landawn.abacus.util.function.LongBiPredicate
-
- ALWAYS_TRUE - Static variable in interface com.landawn.abacus.util.function.LongPredicate
-
- ALWAYS_TRUE - Static variable in interface com.landawn.abacus.util.function.LongTriPredicate
-
- ALWAYS_TRUE - Static variable in interface com.landawn.abacus.util.function.ShortBiPredicate
-
- ALWAYS_TRUE - Static variable in interface com.landawn.abacus.util.function.ShortPredicate
-
- ALWAYS_TRUE - Static variable in interface com.landawn.abacus.util.function.ShortTriPredicate
-
- alwaysFalse() - Static method in class com.landawn.abacus.util.Fn
-
- alwaysFalse() - Static method in class com.landawn.abacus.util.Fn.BiPredicates
-
- alwaysFalse() - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- alwaysFalse() - Static method in class com.landawn.abacus.util.Fn.TriPredicates
-
- alwaysTrue() - Static method in class com.landawn.abacus.util.Fn
-
- alwaysTrue() - Static method in class com.landawn.abacus.util.Fn.BiPredicates
-
- alwaysTrue() - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- alwaysTrue() - Static method in class com.landawn.abacus.util.Fn.TriPredicates
-
- AMPERSAND - Static variable in class com.landawn.abacus.util.WD
-
Field AMPERSAND.
- and(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
-
- AND - Static variable in class com.landawn.abacus.util.WD
-
Field AND.
- AND_OP - Static variable in class com.landawn.abacus.util.WD
-
Field AND2.
- AndroidUtil - Class in com.landawn.abacus.util
-
- 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
-
- andThen(Throwables.BiIntObjConsumer<? super T, E>) - Method in interface com.landawn.abacus.util.Throwables.BiIntObjConsumer
-
- andThen(Throwables.IntObjConsumer<? super T, E>) - Method in interface com.landawn.abacus.util.Throwables.IntObjConsumer
-
- annotations - Variable in class com.landawn.abacus.parser.ParserUtil.EntityInfo
-
- annotations - Variable in class com.landawn.abacus.parser.ParserUtil.PropInfo
-
- ANY - Static variable in class com.landawn.abacus.util.WD
-
Field ANY.
- anyFalse(boolean[]) - Static method in class com.landawn.abacus.util.N
-
- anyMatch(Throwables.Predicate<? super T, E2>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- anyMatch(T[], Throwables.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
- anyMatch(Collection<? extends T>, Throwables.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
- anyMatch(Iterator<? extends T>, Throwables.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
- anyNull() - Method in class com.landawn.abacus.util.Tuple
-
- anyNull() - Method in class com.landawn.abacus.util.Tuple.Tuple1
-
- anyNull() - Method in class com.landawn.abacus.util.Tuple.Tuple2
-
- anyNull() - Method in class com.landawn.abacus.util.Tuple.Tuple3
-
- anyNull() - Method in class com.landawn.abacus.util.Tuple.Tuple4
-
- anyNull() - Method in class com.landawn.abacus.util.Tuple.Tuple5
-
- anyNull() - Method in class com.landawn.abacus.util.Tuple.Tuple6
-
- anyNull() - Method in class com.landawn.abacus.util.Tuple.Tuple7
-
- anyNull() - Method in class com.landawn.abacus.util.Tuple.Tuple8
-
- anyNull() - Method in class com.landawn.abacus.util.Tuple.Tuple9
-
- 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.
- anyTrue(boolean[]) - Static method in class com.landawn.abacus.util.N
-
- append(CharSequence) - Method in class com.landawn.abacus.util.BufferedWriter
-
- append(CharSequence, int, int) - Method in class com.landawn.abacus.util.BufferedWriter
-
- append(char) - Method in class com.landawn.abacus.util.BufferedWriter
-
- append(T...) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- append(Collection<? extends T>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- append(ExceptionalStream<T, E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- append(File, byte[]) - Static method in class com.landawn.abacus.util.IOUtil
-
- append(File, byte[], int, int) - Static method in class com.landawn.abacus.util.IOUtil
-
- append(File, char[]) - Static method in class com.landawn.abacus.util.IOUtil
-
- append(File, char[], Charset) - Static method in class com.landawn.abacus.util.IOUtil
-
- append(File, char[], int, int) - Static method in class com.landawn.abacus.util.IOUtil
-
- append(File, char[], int, int, Charset) - Static method in class com.landawn.abacus.util.IOUtil
-
- append(File, CharSequence) - Static method in class com.landawn.abacus.util.IOUtil
-
- append(File, CharSequence, Charset) - Static method in class com.landawn.abacus.util.IOUtil
-
- append(File, InputStream) - Static method in class com.landawn.abacus.util.IOUtil
-
- append(File, InputStream, long, long) - Static method in class com.landawn.abacus.util.IOUtil
-
- append(File, Reader) - Static method in class com.landawn.abacus.util.IOUtil
-
- append(File, Reader, Charset) - Static method in class com.landawn.abacus.util.IOUtil
-
- append(File, Reader, long, long) - Static method in class com.landawn.abacus.util.IOUtil
-
- append(File, Reader, long, long, Charset) - Static method in class com.landawn.abacus.util.IOUtil
-
- append(File, File) - Static method in class com.landawn.abacus.util.IOUtil
-
- append(File, File, long, long) - Static method in class com.landawn.abacus.util.IOUtil
-
- append(boolean) - Method in class com.landawn.abacus.util.Joiner
-
- append(char) - Method in class com.landawn.abacus.util.Joiner
-
- append(int) - Method in class com.landawn.abacus.util.Joiner
-
- append(long) - Method in class com.landawn.abacus.util.Joiner
-
- append(float) - Method in class com.landawn.abacus.util.Joiner
-
- append(double) - Method in class com.landawn.abacus.util.Joiner
-
- append(String) - Method in class com.landawn.abacus.util.Joiner
-
- append(CharSequence) - Method in class com.landawn.abacus.util.Joiner
-
- append(CharSequence, int, int) - Method in class com.landawn.abacus.util.Joiner
-
- append(StringBuffer) - Method in class com.landawn.abacus.util.Joiner
-
- append(char[]) - Method in class com.landawn.abacus.util.Joiner
-
- append(char[], int, int) - Method in class com.landawn.abacus.util.Joiner
-
- append(Object) - Method in class com.landawn.abacus.util.Joiner
-
- append(CharSequence) - Method in class com.landawn.abacus.util.StringWriter
-
- append(CharSequence, int, int) - Method in class com.landawn.abacus.util.StringWriter
-
- append(char) - Method in class com.landawn.abacus.util.StringWriter
-
- appendAll(boolean[]) - Method in class com.landawn.abacus.util.Joiner
-
- appendAll(boolean[], int, int) - Method in class com.landawn.abacus.util.Joiner
-
- appendAll(char[]) - Method in class com.landawn.abacus.util.Joiner
-
- appendAll(char[], int, int) - Method in class com.landawn.abacus.util.Joiner
-
- appendAll(byte[]) - Method in class com.landawn.abacus.util.Joiner
-
- appendAll(byte[], int, int) - Method in class com.landawn.abacus.util.Joiner
-
- appendAll(short[]) - Method in class com.landawn.abacus.util.Joiner
-
- appendAll(short[], int, int) - Method in class com.landawn.abacus.util.Joiner
-
- appendAll(int[]) - Method in class com.landawn.abacus.util.Joiner
-
- appendAll(int[], int, int) - Method in class com.landawn.abacus.util.Joiner
-
- appendAll(long[]) - Method in class com.landawn.abacus.util.Joiner
-
- appendAll(long[], int, int) - Method in class com.landawn.abacus.util.Joiner
-
- appendAll(float[]) - Method in class com.landawn.abacus.util.Joiner
-
- appendAll(float[], int, int) - Method in class com.landawn.abacus.util.Joiner
-
- appendAll(double[]) - Method in class com.landawn.abacus.util.Joiner
-
- appendAll(double[], int, int) - Method in class com.landawn.abacus.util.Joiner
-
- appendAll(Object[]) - Method in class com.landawn.abacus.util.Joiner
-
- appendAll(Object[], int, int) - Method in class com.landawn.abacus.util.Joiner
-
- appendAll(Collection<?>) - Method in class com.landawn.abacus.util.Joiner
-
- appendAll(Collection<?>, int, int) - Method in class com.landawn.abacus.util.Joiner
-
- appendAll(Iterable<?>) - Method in class com.landawn.abacus.util.Joiner
-
- appendAll(Iterator<?>) - Method in class com.landawn.abacus.util.Joiner
-
- appendEntries(Map<?, ?>) - Method in class com.landawn.abacus.util.Joiner
-
- appendEntries(Map<?, ?>, int, int) - Method in class com.landawn.abacus.util.Joiner
-
- appendEntries(Object) - Method in class com.landawn.abacus.util.Joiner
-
- appendEntries(Object, Collection<String>) - Method in class com.landawn.abacus.util.Joiner
-
- appendEntriesExclusively(Object, Set<String>) - Method in class com.landawn.abacus.util.Joiner
-
- appendEntry(String, boolean) - Method in class com.landawn.abacus.util.Joiner
-
- appendEntry(String, char) - Method in class com.landawn.abacus.util.Joiner
-
- appendEntry(String, int) - Method in class com.landawn.abacus.util.Joiner
-
- appendEntry(String, long) - Method in class com.landawn.abacus.util.Joiner
-
- appendEntry(String, float) - Method in class com.landawn.abacus.util.Joiner
-
- appendEntry(String, double) - Method in class com.landawn.abacus.util.Joiner
-
- appendEntry(String, String) - Method in class com.landawn.abacus.util.Joiner
-
- appendEntry(String, CharSequence) - Method in class com.landawn.abacus.util.Joiner
-
- appendEntry(String, StringBuffer) - Method in class com.landawn.abacus.util.Joiner
-
- appendEntry(String, char[]) - Method in class com.landawn.abacus.util.Joiner
-
- appendEntry(String, Object) - Method in class com.landawn.abacus.util.Joiner
-
- appendEntry(Map.Entry<?, ?>) - Method in class com.landawn.abacus.util.Joiner
-
- appendIf(boolean, Supplier<?>) - Method in class com.landawn.abacus.util.Joiner
-
- appendIfEmpty(T...) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- appendIfEmpty(Collection<? extends T>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- appendIfEmpty(Throwables.Supplier<? extends ExceptionalStream<T, E>, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
Append if empty.
- appendIfMissing(String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
Append if missing.
- appendIfMissingIgnoreCase(String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
- appendIfNotNull(Object) - Method in class com.landawn.abacus.util.Joiner
-
Append if not null.
- appendLine(File, CharSequence) - Static method in class com.landawn.abacus.util.IOUtil
-
- appendLine(File, CharSequence, Charset) - Static method in class com.landawn.abacus.util.IOUtil
-
- APPLICATION_JSON - Static variable in class com.landawn.abacus.http.HttpHeaders.Values
-
The Constant APPLICATION_JSON.
- APPLICATION_KRYO - Static variable in class com.landawn.abacus.http.HttpHeaders.Values
-
The Constant APPLICATION_KRYO.
- APPLICATION_URL_ENCODED - Static variable in class com.landawn.abacus.http.HttpHeaders.Values
-
The default HTML form content type.
- APPLICATION_XML - Static variable in class com.landawn.abacus.http.HttpHeaders.Values
-
The Constant APPLICATION_XML.
- apply(Throwables.Function<? super DataSet, R, E>) - Method in interface com.landawn.abacus.DataSet
-
- apply(Throwables.Function<? super T, R, E>) - Method in class com.landawn.abacus.util.Builder
-
- 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(Throwables.Function<? super Multimap<K, E, V>, R, X>) - Method in class com.landawn.abacus.util.Multimap
-
- apply(Throwables.Function<? super Multiset<T>, R, E>) - Method in class com.landawn.abacus.util.Multiset
-
- apply(Function<? super T[], R>) - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableArray
-
- apply(Function<? super Deque<T>, R>) - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableDeque
-
- apply(Function<? super Map.Entry<K, V>, R>) - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableEntry
-
- apply(BiFunction<? super K, ? super V, R>) - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableEntry
-
- apply(BiFunction<? super L, ? super R, U>) - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposablePair
-
- apply(TriFunction<? super L, ? super M, ? super R, U>) - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableTriple
-
- apply(T, Throwables.Function<? super T, R, E>) - Static method in class com.landawn.abacus.util.Synchronized
-
- apply(T, U, Throwables.BiFunction<? super T, ? super U, R, E>) - Static method in class com.landawn.abacus.util.Synchronized
-
- apply(Throwables.Function<? super T, R, E>) - Method in class com.landawn.abacus.util.Synchronized
-
- apply(T, U) - Method in interface com.landawn.abacus.util.Throwables.BiFunction
-
- apply(boolean, boolean) - Method in interface com.landawn.abacus.util.Throwables.BooleanBiFunction
-
- apply(boolean) - Method in interface com.landawn.abacus.util.Throwables.BooleanFunction
-
- apply(boolean, boolean, boolean) - Method in interface com.landawn.abacus.util.Throwables.BooleanTriFunction
-
- apply(byte, byte) - Method in interface com.landawn.abacus.util.Throwables.ByteBiFunction
-
- apply(byte) - Method in interface com.landawn.abacus.util.Throwables.ByteFunction
-
- apply(byte, byte, byte) - Method in interface com.landawn.abacus.util.Throwables.ByteTriFunction
-
- apply(char, char) - Method in interface com.landawn.abacus.util.Throwables.CharBiFunction
-
- apply(char) - Method in interface com.landawn.abacus.util.Throwables.CharFunction
-
- apply(char, char, char) - Method in interface com.landawn.abacus.util.Throwables.CharTriFunction
-
- apply(double, double) - Method in interface com.landawn.abacus.util.Throwables.DoubleBiFunction
-
- apply(double) - Method in interface com.landawn.abacus.util.Throwables.DoubleFunction
-
- apply(double, double, double) - Method in interface com.landawn.abacus.util.Throwables.DoubleTriFunction
-
- apply(T, U) - Method in interface com.landawn.abacus.util.Throwables.EE.BiFunction
-
- apply(T) - Method in interface com.landawn.abacus.util.Throwables.EE.Function
-
- apply(A, B, C) - Method in interface com.landawn.abacus.util.Throwables.EE.TriFunction
-
- apply(T, U) - Method in interface com.landawn.abacus.util.Throwables.EEE.BiFunction
-
- apply(T) - Method in interface com.landawn.abacus.util.Throwables.EEE.Function
-
- apply(A, B, C) - Method in interface com.landawn.abacus.util.Throwables.EEE.TriFunction
-
- apply(float, float) - Method in interface com.landawn.abacus.util.Throwables.FloatBiFunction
-
- apply(float) - Method in interface com.landawn.abacus.util.Throwables.FloatFunction
-
- apply(float, float, float) - Method in interface com.landawn.abacus.util.Throwables.FloatTriFunction
-
- apply(T) - Method in interface com.landawn.abacus.util.Throwables.Function
-
- apply(U, int, T) - Method in interface com.landawn.abacus.util.Throwables.IndexedBiFunction
-
- apply(int, T) - Method in interface com.landawn.abacus.util.Throwables.IndexedFunction
-
- apply(int, int) - Method in interface com.landawn.abacus.util.Throwables.IntBiFunction
-
- apply(int) - Method in interface com.landawn.abacus.util.Throwables.IntFunction
-
- apply(int, int, int) - Method in interface com.landawn.abacus.util.Throwables.IntTriFunction
-
- apply(long, long) - Method in interface com.landawn.abacus.util.Throwables.LongBiFunction
-
- apply(long) - Method in interface com.landawn.abacus.util.Throwables.LongFunction
-
- apply(long, long, long) - Method in interface com.landawn.abacus.util.Throwables.LongTriFunction
-
- apply(A, B, C, D) - Method in interface com.landawn.abacus.util.Throwables.QuadFunction
-
- apply(short, short) - Method in interface com.landawn.abacus.util.Throwables.ShortBiFunction
-
- apply(short) - Method in interface com.landawn.abacus.util.Throwables.ShortFunction
-
- apply(short, short, short) - Method in interface com.landawn.abacus.util.Throwables.ShortTriFunction
-
- apply(A, B, C) - Method in interface com.landawn.abacus.util.Throwables.TriFunction
-
- applyAsBoolean(boolean, boolean) - Method in interface com.landawn.abacus.util.function.BooleanBinaryOperator
-
- applyAsBoolean(boolean, boolean, boolean) - Method in interface com.landawn.abacus.util.function.BooleanTernaryOperator
-
- 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.Throwables.BooleanBinaryOperator
-
Apply as boolean.
- applyAsBoolean(boolean, boolean, boolean) - Method in interface com.landawn.abacus.util.Throwables.BooleanTernaryOperator
-
Apply as boolean.
- applyAsBoolean(boolean) - Method in interface com.landawn.abacus.util.Throwables.BooleanUnaryOperator
-
Apply as boolean.
- applyAsBoolean(T) - Method in interface com.landawn.abacus.util.Throwables.ToBooleanFunction
-
Apply as boolean.
- applyAsByte(byte, byte) - Method in interface com.landawn.abacus.util.function.ByteBinaryOperator
-
- applyAsByte(byte, byte, byte) - Method in interface com.landawn.abacus.util.function.ByteTernaryOperator
-
- 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.Throwables.ByteBinaryOperator
-
Apply as byte.
- applyAsByte(byte, byte, byte) - Method in interface com.landawn.abacus.util.Throwables.ByteTernaryOperator
-
Apply as byte.
- applyAsByte(byte) - Method in interface com.landawn.abacus.util.Throwables.ByteUnaryOperator
-
Apply as byte.
- applyAsByte(T) - Method in interface com.landawn.abacus.util.Throwables.ToByteFunction
-
Apply as byte.
- applyAsChar(char, char) - Method in interface com.landawn.abacus.util.function.CharBinaryOperator
-
- applyAsChar(char, char, char) - Method in interface com.landawn.abacus.util.function.CharTernaryOperator
-
- 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.Throwables.CharBinaryOperator
-
Apply as char.
- applyAsChar(char, char, char) - Method in interface com.landawn.abacus.util.Throwables.CharTernaryOperator
-
Apply as char.
- applyAsChar(char) - Method in interface com.landawn.abacus.util.Throwables.CharUnaryOperator
-
Apply as char.
- applyAsChar(T) - Method in interface com.landawn.abacus.util.Throwables.ToCharFunction
-
Apply as char.
- applyAsDouble(double, double) - Method in interface com.landawn.abacus.util.function.DoubleBinaryOperator
-
- applyAsDouble(double, double, double) - Method in interface com.landawn.abacus.util.function.DoubleTernaryOperator
-
- 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.Throwables.DoubleBinaryOperator
-
Apply as double.
- applyAsDouble(double, double, double) - Method in interface com.landawn.abacus.util.Throwables.DoubleTernaryOperator
-
Apply as double.
- applyAsDouble(double) - Method in interface com.landawn.abacus.util.Throwables.DoubleUnaryOperator
-
Apply as double.
- applyAsDouble(T) - Method in interface com.landawn.abacus.util.Throwables.ToDoubleFunction
-
Apply as double.
- applyAsFloat(double) - Method in interface com.landawn.abacus.util.function.DoubleToFloatFunction
-
- applyAsFloat(float, float) - Method in interface com.landawn.abacus.util.function.FloatBinaryOperator
-
- applyAsFloat(float, float, float) - Method in interface com.landawn.abacus.util.function.FloatTernaryOperator
-
- 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.Throwables.FloatBinaryOperator
-
Apply as float.
- applyAsFloat(float, float, float) - Method in interface com.landawn.abacus.util.Throwables.FloatTernaryOperator
-
Apply as float.
- applyAsFloat(float) - Method in interface com.landawn.abacus.util.Throwables.FloatUnaryOperator
-
Apply as float.
- applyAsFloat(T) - Method in interface com.landawn.abacus.util.Throwables.ToFloatFunction
-
Apply as float.
- applyAsInt(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, int, int) - Method in interface com.landawn.abacus.util.function.IntTernaryOperator
-
- 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.Throwables.IntBinaryOperator
-
Apply as int.
- applyAsInt(int, int, int) - Method in interface com.landawn.abacus.util.Throwables.IntTernaryOperator
-
Apply as int.
- applyAsInt(int) - Method in interface com.landawn.abacus.util.Throwables.IntUnaryOperator
-
Apply as int.
- applyAsInt(T) - Method in interface com.landawn.abacus.util.Throwables.ToIntFunction
-
Apply as int.
- applyAsLong(double) - Method in interface com.landawn.abacus.util.function.DoubleToLongFunction
-
- applyAsLong(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, long, long) - Method in interface com.landawn.abacus.util.function.LongTernaryOperator
-
- 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.Throwables.LongBinaryOperator
-
Apply as long.
- applyAsLong(long, long, long) - Method in interface com.landawn.abacus.util.Throwables.LongTernaryOperator
-
Apply as long.
- applyAsLong(long) - Method in interface com.landawn.abacus.util.Throwables.LongUnaryOperator
-
Apply as long.
- applyAsLong(T) - Method in interface com.landawn.abacus.util.Throwables.ToLongFunction
-
Apply as long.
- applyAsShort(int) - Method in interface com.landawn.abacus.util.function.IntToShortFunction
-
- applyAsShort(short, short) - Method in interface com.landawn.abacus.util.function.ShortBinaryOperator
-
- applyAsShort(short, short, short) - Method in interface com.landawn.abacus.util.function.ShortTernaryOperator
-
- 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.Throwables.ShortBinaryOperator
-
Apply as short.
- applyAsShort(short, short, short) - Method in interface com.landawn.abacus.util.Throwables.ShortTernaryOperator
-
Apply as short.
- applyAsShort(short) - Method in interface com.landawn.abacus.util.Throwables.ShortUnaryOperator
-
Apply as short.
- applyAsShort(T) - Method in interface com.landawn.abacus.util.Throwables.ToShortFunction
-
Apply as short.
- applyByKey(Function<? super K, R>) - Static method in class com.landawn.abacus.util.Fn
-
Apply by key.
- applyByKey(Throwables.Function<? super K, R, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- applyByValue(Function<? super V, R>) - Static method in class com.landawn.abacus.util.Fn
-
Apply by value.
- applyByValue(Throwables.Function<? super V, R, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- applyIfNotEmpty(Throwables.Function<? super ExceptionalStream<T, E>, R, E2>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- applyIfNotEmpty(Throwables.Function<? super Multimap<K, E, V>, R, X>) - Method in class com.landawn.abacus.util.Multimap
-
- applyIfNotEmpty(Throwables.Function<? super Multiset<T>, R, E>) - Method in class com.landawn.abacus.util.Multiset
-
Apply if not empty.
- applyIfNotNullOrDefault(Function<A, B>, Function<B, R>, R) - Static method in class com.landawn.abacus.util.Fn
-
Apply if not null or default.
- applyIfNotNullOrDefault(Function<A, B>, Function<B, C>, Function<C, R>, R) - Static method in class com.landawn.abacus.util.Fn
-
Apply if not null or default.
- applyIfNotNullOrDefault(Function<A, B>, Function<B, C>, Function<C, D>, Function<D, R>, R) - Static method in class com.landawn.abacus.util.Fn
-
Apply if not null or default.
- applyIfNotNullOrGet(Function<A, B>, Function<B, R>, Supplier<R>) - Static method in class com.landawn.abacus.util.Fn
-
Apply if not null or get.
- applyIfNotNullOrGet(Function<A, B>, Function<B, C>, Function<C, R>, Supplier<R>) - Static method in class com.landawn.abacus.util.Fn
-
Apply if not null or get.
- applyIfNotNullOrGet(Function<A, B>, Function<B, C>, Function<C, D>, Function<D, R>, Supplier<R>) - Static method in class com.landawn.abacus.util.Fn
-
Apply if not null or get.
- applyKeyVal(BiFunction<? super K, ? super V, R>) - Static method in class com.landawn.abacus.util.Fn
-
Apply key val.
- applyToEach(T[], Throwables.Function<? super T, ? extends T, E>) - Static method in class com.landawn.abacus.util.N
-
Updates each element in the specified array a with specified function converter.
- applyToEach(List<T>, Throwables.Function<? super T, ? extends T, E>) - Static method in class com.landawn.abacus.util.N
-
- areEqual() - Method in class com.landawn.abacus.util.Difference
-
- areEqual() - Method in class com.landawn.abacus.util.Difference.MapDifference
-
- arity() - Method in class com.landawn.abacus.util.Tuple
-
- arity() - Method in class com.landawn.abacus.util.Tuple.Tuple1
-
- arity() - Method in class com.landawn.abacus.util.Tuple.Tuple2
-
- arity() - Method in class com.landawn.abacus.util.Tuple.Tuple3
-
- arity() - Method in class com.landawn.abacus.util.Tuple.Tuple4
-
- arity() - Method in class com.landawn.abacus.util.Tuple.Tuple5
-
- arity() - Method in class com.landawn.abacus.util.Tuple.Tuple6
-
- arity() - Method in class com.landawn.abacus.util.Tuple.Tuple7
-
- arity() - Method in class com.landawn.abacus.util.Tuple.Tuple8
-
- arity() - Method in class com.landawn.abacus.util.Tuple.Tuple9
-
- ARRAY - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field ARRAY.
- Array - Class in com.landawn.abacus.util
-
- array() - Method in class com.landawn.abacus.util.ByteArrayOutputStream
-
- ARRAY_ELE_END - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field ARRAY_ELE_END.
- ARRAY_ELE_START - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field ARRAY_ELE_START.
- ARRAY_NULL_ELE - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field ARRAY_NULL_ELE.
- ArrayHashMap<K,V> - Class in com.landawn.abacus.util
-
It's designed to supported primitive/object array key.
- ArrayHashMap() - Constructor for class com.landawn.abacus.util.ArrayHashMap
-
- ArrayHashMap(int) - Constructor for class com.landawn.abacus.util.ArrayHashMap
-
- ArrayHashMap(Class<? extends Map>) - Constructor for class com.landawn.abacus.util.ArrayHashMap
-
- ArrayHashMap(Map<? extends K, ? extends V>) - Constructor for class com.landawn.abacus.util.ArrayHashMap
-
- ArrayHashSet<E> - Class in com.landawn.abacus.util
-
It's designed to supported primitive/object array.
- ArrayHashSet() - Constructor for class com.landawn.abacus.util.ArrayHashSet
-
- ArrayHashSet(int) - Constructor for class com.landawn.abacus.util.ArrayHashSet
-
- ArrayHashSet(Class<? extends Set>) - Constructor for class com.landawn.abacus.util.ArrayHashSet
-
- ArrayHashSet(Collection<? extends E>) - Constructor for class com.landawn.abacus.util.ArrayHashSet
-
- AS - Static variable in class com.landawn.abacus.util.WD
-
Field AS.
- asByteSink(File, FileWriteMode...) - Static method in class com.landawn.abacus.guava.Files
-
As byte sink.
- asByteSink(Path, OpenOption...) - Static method in class com.landawn.abacus.guava.Files
-
As byte sink.
- asByteSource(File) - Static method in class com.landawn.abacus.guava.Files
-
As byte source.
- asByteSource(Path, OpenOption...) - Static method in class com.landawn.abacus.guava.Files
-
As byte source.
- ASC - Static variable in class com.landawn.abacus.util.WD
-
Field ASC.
- asCharSink(File, Charset, FileWriteMode...) - Static method in class com.landawn.abacus.guava.Files
-
As char sink.
- asCharSink(Path, Charset, OpenOption...) - Static method in class com.landawn.abacus.guava.Files
-
As char sink.
- asCharSource(File, Charset) - Static method in class com.landawn.abacus.guava.Files
-
As char source.
- asCharSource(Path, Charset, OpenOption...) - Static method in class com.landawn.abacus.guava.Files
-
As char source.
- Ascii - Class in com.landawn.abacus.util
-
Note: It's copied from Google Guava under Apache License 2.0
Static methods pertaining to ASCII characters (those in the range of values 0x00 through
0x7F), and to strings containing such characters.
- ASIN - Static variable in class com.landawn.abacus.util.WD
-
Field ASIN.
- asinh(double) - Static method in class com.landawn.abacus.util.Numbers
-
Compute the inverse hyperbolic sine of a number.
- asList(T...) - Static method in class com.landawn.abacus.util.Array
-
Returns a fixed-size list backed by the specified array if it's not null or empty, otherwise an immutable empty list is returned.
- ASTERISK - Static variable in class com.landawn.abacus.util.WD
-
Field ASTERISK.
- asyncDelete() - Method in class com.landawn.abacus.http.HttpClient
-
- asyncDelete(HttpSettings) - Method in class com.landawn.abacus.http.HttpClient
-
- asyncDelete(Object) - Method in class com.landawn.abacus.http.HttpClient
-
- asyncDelete(Object, HttpSettings) - Method in class com.landawn.abacus.http.HttpClient
-
- asyncDelete(Class<T>) - Method in class com.landawn.abacus.http.HttpClient
-
- asyncDelete(Class<T>, HttpSettings) - Method in class com.landawn.abacus.http.HttpClient
-
- asyncDelete(Class<T>, Object) - Method in class com.landawn.abacus.http.HttpClient
-
- asyncDelete(Class<T>, Object, HttpSettings) - Method in class com.landawn.abacus.http.HttpClient
-
- asyncDelete() - Method in class com.landawn.abacus.http.HttpRequest
-
- asyncDelete(Class<T>) - Method in class com.landawn.abacus.http.HttpRequest
-
- asyncDelete(Object) - Method in class com.landawn.abacus.http.HttpRequest
-
- asyncDelete(Class<T>, Object) - Method in class com.landawn.abacus.http.HttpRequest
-
- 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
-
- asyncExecute(HttpMethod, Object) - Method in class com.landawn.abacus.http.HttpClient
-
- asyncExecute(HttpMethod, Object, HttpSettings) - Method in class com.landawn.abacus.http.HttpClient
-
- asyncExecute(Class<T>, HttpMethod, Object) - Method in class com.landawn.abacus.http.HttpClient
-
- asyncExecute(Class<T>, HttpMethod, Object, HttpSettings) - Method in class com.landawn.abacus.http.HttpClient
-
- asyncExecute(File, HttpMethod, Object, HttpSettings) - Method in class com.landawn.abacus.http.HttpClient
-
- asyncExecute(OutputStream, HttpMethod, Object, HttpSettings) - Method in class com.landawn.abacus.http.HttpClient
-
- asyncExecute(Writer, HttpMethod, Object, HttpSettings) - Method in class com.landawn.abacus.http.HttpClient
-
- asyncExecute(HttpMethod) - Method in class com.landawn.abacus.http.HttpRequest
-
- asyncExecute(Class<T>, HttpMethod) - Method in class com.landawn.abacus.http.HttpRequest
-
- asyncExecute(HttpMethod, Object) - Method in class com.landawn.abacus.http.HttpRequest
-
- asyncExecute(Class<T>, HttpMethod, Object) - Method in class com.landawn.abacus.http.HttpRequest
-
- asyncExecute(File, HttpMethod, Object) - Method in class com.landawn.abacus.http.HttpRequest
-
- asyncExecute(OutputStream, HttpMethod, Object) - Method in class com.landawn.abacus.http.HttpRequest
-
- asyncExecute(Writer, HttpMethod, Object) - Method in class com.landawn.abacus.http.HttpRequest
-
- asyncExecute(HttpMethod) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
- asyncExecute(HttpMethod, Executor) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
- asyncExecute(Class<T>, HttpMethod) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
- asyncExecute(Class<T>, HttpMethod, Executor) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
- asyncExecute(Throwables.Runnable<? extends Exception>) - Static method in class com.landawn.abacus.util.N
-
- asyncExecute(Throwables.Runnable<? extends Exception>, long) - Static method in class com.landawn.abacus.util.N
-
- asyncExecute(Throwables.Runnable<? extends Exception>...) - Static method in class com.landawn.abacus.util.N
-
- asyncExecute(List<? extends Throwables.Runnable<? extends Exception>>) - Static method in class com.landawn.abacus.util.N
-
- asyncExecute(Callable<R>) - Static method in class com.landawn.abacus.util.N
-
- asyncExecute(Callable<R>, long) - Static method in class com.landawn.abacus.util.N
-
- asyncExecute(Callable<R>...) - Static method in class com.landawn.abacus.util.N
-
- asyncExecute(Collection<? extends Callable<R>>) - Static method in class com.landawn.abacus.util.N
-
- asyncExecute(Throwables.Runnable<? extends Exception>, int, long, Predicate<? super Exception>) - Static method in class com.landawn.abacus.util.N
-
- asyncExecute(Callable<R>, int, long, BiPredicate<? super R, ? super Exception>) - Static method in class com.landawn.abacus.util.N
-
- asyncExecute(Throwables.Runnable<? extends Exception>, Executor) - Static method in class com.landawn.abacus.util.N
-
- asyncExecute(Callable<R>, Executor) - Static method in class com.landawn.abacus.util.N
-
- AsyncExecutor - Class in com.landawn.abacus.util
-
- AsyncExecutor() - 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
-
- asyncGet() - Method in class com.landawn.abacus.http.HttpClient
-
- asyncGet(HttpSettings) - Method in class com.landawn.abacus.http.HttpClient
-
- asyncGet(Object) - Method in class com.landawn.abacus.http.HttpClient
-
- asyncGet(Object, HttpSettings) - Method in class com.landawn.abacus.http.HttpClient
-
- asyncGet(Class<T>) - Method in class com.landawn.abacus.http.HttpClient
-
- asyncGet(Class<T>, HttpSettings) - Method in class com.landawn.abacus.http.HttpClient
-
- asyncGet(Class<T>, Object) - Method in class com.landawn.abacus.http.HttpClient
-
- asyncGet(Class<T>, Object, HttpSettings) - Method in class com.landawn.abacus.http.HttpClient
-
- asyncGet() - Method in class com.landawn.abacus.http.HttpRequest
-
- asyncGet(Class<T>) - Method in class com.landawn.abacus.http.HttpRequest
-
- asyncGet(Object) - Method in class com.landawn.abacus.http.HttpRequest
-
- asyncGet(Class<T>, Object) - Method in class com.landawn.abacus.http.HttpRequest
-
- 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
-
- asyncHead() - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
- asyncHead(Executor) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
- asyncPatch() - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
- asyncPatch(Executor) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
- asyncPatch(Class<T>) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
- asyncPatch(Class<T>, Executor) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
- asyncPost(Object) - Method in class com.landawn.abacus.http.HttpClient
-
- asyncPost(Object, HttpSettings) - Method in class com.landawn.abacus.http.HttpClient
-
- asyncPost(Class<T>, Object) - Method in class com.landawn.abacus.http.HttpClient
-
- asyncPost(Class<T>, Object, HttpSettings) - Method in class com.landawn.abacus.http.HttpClient
-
- asyncPost(Object) - Method in class com.landawn.abacus.http.HttpRequest
-
- asyncPost(Class<T>, Object) - Method in class com.landawn.abacus.http.HttpRequest
-
- 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.HttpClient
-
- asyncPut(Object, HttpSettings) - Method in class com.landawn.abacus.http.HttpClient
-
- asyncPut(Class<T>, Object) - Method in class com.landawn.abacus.http.HttpClient
-
- asyncPut(Class<T>, Object, HttpSettings) - Method in class com.landawn.abacus.http.HttpClient
-
- asyncPut(Object) - Method in class com.landawn.abacus.http.HttpRequest
-
- asyncPut(Class<T>, Object) - Method in class com.landawn.abacus.http.HttpRequest
-
- 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
-
- ATAN - Static variable in class com.landawn.abacus.util.WD
-
Field ATAN.
- ATAN2 - Static variable in class com.landawn.abacus.util.WD
-
Field ATAN2.
- atanh(double) - Static method in class com.landawn.abacus.util.Numbers
-
Compute the inverse hyperbolic tangent of a number.
- AUTHORIZATION - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Authorization header field name.
- available() - Method in class com.landawn.abacus.util.LZ4BlockInputStream
-
- available() - Method in class com.landawn.abacus.util.SnappyInputStream
-
- average() - Static method in class com.landawn.abacus.util.Fn.FnB
-
- average() - Static method in class com.landawn.abacus.util.Fn.FnD
-
- average() - Static method in class com.landawn.abacus.util.Fn.FnF
-
- average() - Static method in class com.landawn.abacus.util.Fn.FnI
-
- average() - Static method in class com.landawn.abacus.util.Fn.FnL
-
- average() - Static method in class com.landawn.abacus.util.Fn.FnS
-
- average() - Method in class com.landawn.abacus.util.KahanSummation
-
- average(char...) - Static method in class com.landawn.abacus.util.N
-
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
- average(char[], int, int) - Static method in class com.landawn.abacus.util.N
-
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
- average(byte...) - Static method in class com.landawn.abacus.util.N
-
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
- average(byte[], int, int) - Static method in class com.landawn.abacus.util.N
-
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
- average(short...) - Static method in class com.landawn.abacus.util.N
-
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
- average(short[], int, int) - Static method in class com.landawn.abacus.util.N
-
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
- average(int...) - Static method in class com.landawn.abacus.util.N
-
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
- average(int[], int, int) - Static method in class com.landawn.abacus.util.N
-
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
- average(long...) - Static method in class com.landawn.abacus.util.N
-
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
- average(long[], int, int) - Static method in class com.landawn.abacus.util.N
-
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
- average(float...) - Static method in class com.landawn.abacus.util.N
-
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
- average(float[], int, int) - Static method in class com.landawn.abacus.util.N
-
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
- average(double...) - Static method in class com.landawn.abacus.util.N
-
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
- average(double[], int, int) - Static method in class com.landawn.abacus.util.N
-
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
- averageDouble(Throwables.ToDoubleFunction<? super T, E2>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- averageDouble(T[]) - Static method in class com.landawn.abacus.util.Iterables
-
Returns OptionalDouble.empty() if the specified Array/Collection is null or empty, or fromIndex == toIndex.
- averageDouble(T[], int, int) - Static method in class com.landawn.abacus.util.Iterables
-
Returns OptionalDouble.empty() if the specified Array/Collection is null or empty, or fromIndex == toIndex.
- averageDouble(T[], Throwables.ToDoubleFunction<? super T, E>) - Static method in class com.landawn.abacus.util.Iterables
-
Returns OptionalDouble.empty() if the specified Array/Collection is null or empty, or fromIndex == toIndex.
- averageDouble(T[], int, int, Throwables.ToDoubleFunction<? super T, E>) - Static method in class com.landawn.abacus.util.Iterables
-
Returns OptionalDouble.empty() if the specified Array/Collection is null or empty, or fromIndex == toIndex.
- averageDouble(Collection<? extends T>) - Static method in class com.landawn.abacus.util.Iterables
-
Returns OptionalDouble.empty() if the specified Array/Collection is null or empty, or fromIndex == toIndex.
- averageDouble(Collection<? extends T>, int, int) - Static method in class com.landawn.abacus.util.Iterables
-
Returns OptionalDouble.empty() if the specified Array/Collection is null or empty, or fromIndex == toIndex.
- averageDouble(Collection<? extends T>, Throwables.ToDoubleFunction<? super T, E>) - Static method in class com.landawn.abacus.util.Iterables
-
Returns OptionalDouble.empty() if the specified Array/Collection is null or empty, or fromIndex == toIndex.
- averageDouble(Collection<? extends T>, int, int, Throwables.ToDoubleFunction<? super T, E>) - Static method in class com.landawn.abacus.util.Iterables
-
Returns OptionalDouble.empty() if the specified Array/Collection is null or empty, or fromIndex == toIndex.
- averageDouble(T[]) - Static method in class com.landawn.abacus.util.N
-
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
- averageDouble(T[], int, int) - Static method in class com.landawn.abacus.util.N
-
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
- averageDouble(T[], Throwables.ToDoubleFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
- averageDouble(T[], int, int, Throwables.ToDoubleFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
- averageDouble(Collection<? extends T>) - Static method in class com.landawn.abacus.util.N
-
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
- averageDouble(Collection<? extends T>, int, int) - Static method in class com.landawn.abacus.util.N
-
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
- averageDouble(Collection<? extends T>, Throwables.ToDoubleFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
- averageDouble(Collection<? extends T>, int, int, Throwables.ToDoubleFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
- averageInt(Throwables.ToIntFunction<? super T, E2>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- averageInt(T[]) - Static method in class com.landawn.abacus.util.Iterables
-
Returns OptionalDouble.empty() if the specified Array/Collection is null or empty, or fromIndex == toIndex.
- averageInt(T[], int, int) - Static method in class com.landawn.abacus.util.Iterables
-
Returns OptionalDouble.empty() if the specified Array/Collection is null or empty, or fromIndex == toIndex.
- averageInt(T[], Throwables.ToIntFunction<? super T, E>) - Static method in class com.landawn.abacus.util.Iterables
-
Returns OptionalDouble.empty() if the specified Array/Collection is null or empty, or fromIndex == toIndex.
- averageInt(T[], int, int, Throwables.ToIntFunction<? super T, E>) - Static method in class com.landawn.abacus.util.Iterables
-
Returns OptionalDouble.empty() if the specified Array/Collection is null or empty, or fromIndex == toIndex.
- averageInt(Collection<? extends T>) - Static method in class com.landawn.abacus.util.Iterables
-
Returns OptionalDouble.empty() if the specified Array/Collection is null or empty, or fromIndex == toIndex.
- averageInt(Collection<? extends T>, int, int) - Static method in class com.landawn.abacus.util.Iterables
-
Returns OptionalDouble.empty() if the specified Array/Collection is null or empty, or fromIndex == toIndex.
- averageInt(Collection<? extends T>, Throwables.ToIntFunction<? super T, E>) - Static method in class com.landawn.abacus.util.Iterables
-
Returns OptionalDouble.empty() if the specified Array/Collection is null or empty, or fromIndex == toIndex.
- averageInt(Collection<? extends T>, int, int, Throwables.ToIntFunction<? super T, E>) - Static method in class com.landawn.abacus.util.Iterables
-
Returns OptionalDouble.empty() if the specified Array/Collection is null or empty, or fromIndex == toIndex.
- averageInt(T[]) - Static method in class com.landawn.abacus.util.N
-
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
- averageInt(T[], int, int) - Static method in class com.landawn.abacus.util.N
-
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
- averageInt(T[], Throwables.ToIntFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
- averageInt(T[], int, int, Throwables.ToIntFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
- averageInt(Collection<? extends T>) - Static method in class com.landawn.abacus.util.N
-
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
- averageInt(Collection<? extends T>, int, int) - Static method in class com.landawn.abacus.util.N
-
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
- averageInt(Collection<? extends T>, Throwables.ToIntFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
- averageInt(Collection<? extends T>, int, int, Throwables.ToIntFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
- averageLong(Throwables.ToLongFunction<? super T, E2>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- averageLong(T[]) - Static method in class com.landawn.abacus.util.Iterables
-
Returns OptionalDouble.empty() if the specified Array/Collection is null or empty, or fromIndex == toIndex.
- averageLong(T[], int, int) - Static method in class com.landawn.abacus.util.Iterables
-
Returns OptionalDouble.empty() if the specified Array/Collection is null or empty, or fromIndex == toIndex.
- averageLong(T[], Throwables.ToLongFunction<? super T, E>) - Static method in class com.landawn.abacus.util.Iterables
-
Returns OptionalDouble.empty() if the specified Array/Collection is null or empty, or fromIndex == toIndex.
- averageLong(T[], int, int, Throwables.ToLongFunction<? super T, E>) - Static method in class com.landawn.abacus.util.Iterables
-
Returns OptionalDouble.empty() if the specified Array/Collection is null or empty, or fromIndex == toIndex.
- averageLong(Collection<? extends T>) - Static method in class com.landawn.abacus.util.Iterables
-
Returns OptionalDouble.empty() if the specified Array/Collection is null or empty, or fromIndex == toIndex.
- averageLong(Collection<? extends T>, int, int) - Static method in class com.landawn.abacus.util.Iterables
-
Returns OptionalDouble.empty() if the specified Array/Collection is null or empty, or fromIndex == toIndex.
- averageLong(Collection<? extends T>, Throwables.ToLongFunction<? super T, E>) - Static method in class com.landawn.abacus.util.Iterables
-
Returns OptionalDouble.empty() if the specified Array/Collection is null or empty, or fromIndex == toIndex.
- averageLong(Collection<? extends T>, int, int, Throwables.ToLongFunction<? super T, E>) - Static method in class com.landawn.abacus.util.Iterables
-
Returns OptionalDouble.empty() if the specified Array/Collection is null or empty, or fromIndex == toIndex.
- averageLong(T[]) - Static method in class com.landawn.abacus.util.N
-
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
- averageLong(T[], int, int) - Static method in class com.landawn.abacus.util.N
-
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
- averageLong(T[], Throwables.ToLongFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
- averageLong(T[], int, int, Throwables.ToLongFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
- averageLong(Collection<? extends T>) - Static method in class com.landawn.abacus.util.N
-
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
- averageLong(Collection<? extends T>, int, int) - Static method in class com.landawn.abacus.util.N
-
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
- averageLong(Collection<? extends T>, Throwables.ToLongFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
- averageLong(Collection<? extends T>, int, int, Throwables.ToLongFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
Returns 0 if the specified Array/Collection is null or empty, or fromIndex == toIndex.
- averageOfOccurrences() - Method in class com.landawn.abacus.util.Multiset
-
Average of occurrences.
- averagingBigDecimal(Function<? super T, BigDecimal>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- averagingBigDecimalForNonEmpty(Function<? super T, BigDecimal>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- averagingBigInteger(Function<? super T, BigInteger>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- averagingBigIntegerForNonEmpty(Function<? super T, BigInteger>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- averagingDouble(ToDoubleFunction<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- averagingDoubleForNonEmpty(ToDoubleFunction<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- averagingInt(ToIntFunction<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- averagingIntForNonEmpty(ToIntFunction<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- averagingLong(ToLongFunction<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- averagingLongForNonEmpty(ToLongFunction<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- AVG - Static variable in class com.landawn.abacus.util.WD
-
Field AVG.
- c(Consumer<T>) - Static method in class com.landawn.abacus.util.Fn
-
- c(A, BiConsumer<A, T>) - Static method in class com.landawn.abacus.util.Fn
-
- c(A, B, TriConsumer<A, B, T>) - Static method in class com.landawn.abacus.util.Fn
-
- c(BiConsumer<T, U>) - Static method in class com.landawn.abacus.util.Fn
-
- c(A, TriConsumer<A, T, U>) - Static method in class com.landawn.abacus.util.Fn
-
- c(TriConsumer<A, B, C>) - Static method in class com.landawn.abacus.util.Fn
-
- c(Callable<R>) - Static method in class com.landawn.abacus.util.Fn
-
- c(BiConsumer<? super K, ? super V>) - Static method in class com.landawn.abacus.util.Fn.Entries
-
- c(ByteConsumer) - Static method in class com.landawn.abacus.util.Fn.FnB
-
- c(CharConsumer) - Static method in class com.landawn.abacus.util.Fn.FnC
-
- c(DoubleConsumer) - Static method in class com.landawn.abacus.util.Fn.FnD
-
- c(FloatConsumer) - Static method in class com.landawn.abacus.util.Fn.FnF
-
- c(IntConsumer) - Static method in class com.landawn.abacus.util.Fn.FnI
-
- c(LongConsumer) - Static method in class com.landawn.abacus.util.Fn.FnL
-
- c(Throwables.Consumer<T, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- c(A, Throwables.BiConsumer<A, T, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- c(A, B, Throwables.TriConsumer<A, B, T, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- c(Throwables.BiConsumer<T, U, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- c(A, Throwables.TriConsumer<A, T, U, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- c(Throwables.TriConsumer<A, B, C, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- c(Throwables.Callable<R, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- c(ShortConsumer) - Static method in class com.landawn.abacus.util.Fn.FnS
-
- c2f(Consumer<? super T>) - Static method in class com.landawn.abacus.util.Fn
-
- c2f(Consumer<? super T>, R) - Static method in class com.landawn.abacus.util.Fn
-
- c2f(BiConsumer<? super T, ? super U>) - Static method in class com.landawn.abacus.util.Fn
-
- c2f(BiConsumer<? super T, ? super U>, R) - Static method in class com.landawn.abacus.util.Fn
-
- c2f(TriConsumer<? super A, ? super B, ? super C>) - Static method in class com.landawn.abacus.util.Fn
-
- c2f(TriConsumer<? super A, ? super B, ? super C>, R) - Static method in class com.landawn.abacus.util.Fn
-
- c2f(Throwables.Consumer<T, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- c2f(Throwables.Consumer<T, E>, R) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- c2f(Throwables.BiConsumer<T, U, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- c2f(Throwables.BiConsumer<T, U, E>, R) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- c2f(Throwables.TriConsumer<A, B, C, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- c2f(Throwables.TriConsumer<A, B, C, E>, R) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- c2jc(Throwables.Callable<R, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- c2r(Callable<R>) - Static method in class com.landawn.abacus.util.Fn
-
- c2r(Throwables.Callable<R, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- CACHE_CONTROL - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Cache-Control header field name.
- cacheControl(CacheControl) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
Sets this request's Cache-Control header, replacing any cache control headers already
present.
- CalendarUnit - Enum in com.landawn.abacus.util
-
The Enum CalendarUnit.
- call(Callable<T>) - Static method in class com.landawn.abacus.util.ContinuableFuture
-
- call(Callable<T>, Executor) - Static method in class com.landawn.abacus.util.ContinuableFuture
-
- call() - Method in interface com.landawn.abacus.util.function.Callable
-
- call(String, Object...) - Method in class com.landawn.abacus.util.Reflection
-
- call(Callable<T>) - Method in class com.landawn.abacus.util.Retry
-
- call(Throwables.Callable<T, RuntimeException>) - Method in class com.landawn.abacus.util.Retry.RetryR
-
- call(T, Throwables.Callable<R, E>) - Static method in class com.landawn.abacus.util.Synchronized
-
- call(Throwables.Callable<R, E>) - Method in class com.landawn.abacus.util.Synchronized
-
- call(Throwables.Callable<R, ? extends Throwable>) - Static method in class com.landawn.abacus.util.Throwables
-
- call(Throwables.Callable<R, ? extends Throwable>, Function<? super Throwable, R>) - Static method in class com.landawn.abacus.util.Throwables
-
- call(Throwables.Callable<R, ? extends Throwable>, Supplier<R>) - Static method in class com.landawn.abacus.util.Throwables
-
- call(Throwables.Callable<R, ? extends Throwable>, R) - Static method in class com.landawn.abacus.util.Throwables
-
- call(Throwables.Callable<R, ? extends Throwable>, Predicate<? super Throwable>, Supplier<R>) - Static method in class com.landawn.abacus.util.Throwables
-
- call(Throwables.Callable<R, ? extends Throwable>, Predicate<? super Throwable>, R) - Static method in class com.landawn.abacus.util.Throwables
-
- call() - Method in interface com.landawn.abacus.util.Throwables.Callable
-
- call() - Method in interface com.landawn.abacus.util.Throwables.EE.Callable
-
- call() - Method in interface com.landawn.abacus.util.Throwables.EEE.Callable
-
- call(Callable<R>) - Static method in class com.landawn.abacus.util.Try
-
- call(Callable<R>, Function<? super Exception, R>) - Static method in class com.landawn.abacus.util.Try
-
- call(Callable<R>, Supplier<R>) - Static method in class com.landawn.abacus.util.Try
-
- call(Callable<R>, R) - Static method in class com.landawn.abacus.util.Try
-
- call(Callable<R>, Predicate<? super Exception>, Supplier<R>) - Static method in class com.landawn.abacus.util.Try
-
- call(Callable<R>, Predicate<? super Exception>, R) - Static method in class com.landawn.abacus.util.Try
-
- call(Throwables.Function<? super T, R, ? extends Exception>) - Method in class com.landawn.abacus.util.Try
-
- call(Throwables.Function<? super T, R, ? extends Exception>, Function<? super Exception, R>) - Method in class com.landawn.abacus.util.Try
-
- call(Throwables.Function<? super T, R, ? extends Exception>, Supplier<R>) - Method in class com.landawn.abacus.util.Try
-
- call(Throwables.Function<? super T, R, ? extends Exception>, R) - Method in class com.landawn.abacus.util.Try
-
- call(Throwables.Function<? super T, R, ? extends Exception>, Predicate<? super Exception>, Supplier<R>) - Method in class com.landawn.abacus.util.Try
-
- call(Throwables.Function<? super T, R, ? extends Exception>, Predicate<? super Exception>, R) - Method in class com.landawn.abacus.util.Try
-
- callable(Callable<R>) - Static method in class com.landawn.abacus.util.Fn
-
- callable(Throwables.Callable<R, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- Callable<R> - Interface in com.landawn.abacus.util.function
-
- callAfterBoth(ContinuableFuture<?>, Callable<R>) - Method in class com.landawn.abacus.util.ContinuableFuture
-
Call after both.
- callAfterBoth(ContinuableFuture<U>, Throwables.BiFunction<? super T, ? super U, R, E>) - Method in class com.landawn.abacus.util.ContinuableFuture
-
Call after both.
- callAfterBoth(ContinuableFuture<U>, Throwables.Function<? super Tuple.Tuple4<T, ? super Exception, U, ? super Exception>, R, E>) - Method in class com.landawn.abacus.util.ContinuableFuture
-
Call after both.
- callAfterBoth(ContinuableFuture<U>, Throwables.QuadFunction<T, ? super Exception, U, ? super Exception, R, E>) - Method in class com.landawn.abacus.util.ContinuableFuture
-
Call after both.
- callAfterEither(ContinuableFuture<?>, Callable<R>) - Method in class com.landawn.abacus.util.ContinuableFuture
-
Call after either.
- callAfterEither(ContinuableFuture<? extends T>, Throwables.Function<? super T, R, E>) - Method in class com.landawn.abacus.util.ContinuableFuture
-
Call after either.
- callAfterEither(ContinuableFuture<? extends T>, Throwables.BiFunction<? super T, ? super Exception, R, E>) - Method in class com.landawn.abacus.util.ContinuableFuture
-
Call after either.
- callInParallel(Callable<R>, Callable<R2>) - Static method in class com.landawn.abacus.util.N
-
Executes and complete the input commands in parallel.
- callInParallel(Callable<R>, Callable<R2>, Callable<R3>) - Static method in class com.landawn.abacus.util.N
-
Executes and complete the input commands in parallel.
- callInParallel(Callable<R>, Callable<R2>, Callable<R3>, Callable<R4>) - Static method in class com.landawn.abacus.util.N
-
Executes and complete the input commands in parallel.
- callInParallel(Callable<R>, Callable<R2>, Callable<R3>, Callable<R4>, Callable<R5>) - Static method in class com.landawn.abacus.util.N
-
Executes and complete the input commands in parallel.
- callUninterruptibly(Throwables.Callable<T, InterruptedException>) - Static method in class com.landawn.abacus.util.N
-
Note: Copied from Google Guava under Apache License v2.0
If a thread is interrupted during such a call, the call continues to block until the result is available or the
timeout elapses, and only then re-interrupts the thread.
- callUninterruptibly(long, Throwables.LongFunction<T, InterruptedException>) - Static method in class com.landawn.abacus.util.N
-
Note: Copied from Google Guava under Apache License v2.0
If a thread is interrupted during such a call, the call continues to block until the result is available or the
timeout elapses, and only then re-interrupts the thread.
- callUninterruptibly(long, TimeUnit, Throwables.BiFunction<Long, TimeUnit, T, InterruptedException>) - Static method in class com.landawn.abacus.util.N
-
Note: Copied from Google Guava under Apache License v2.0
If a thread is interrupted during such a call, the call continues to block until the result is available or the
timeout elapses, and only then re-interrupts the thread.
- CAN - Static variable in class com.landawn.abacus.util.Ascii
-
Cancel: A control character used to indicate that the data with which it is sent is in error or
is to be disregarded.
- cancel(boolean) - Method in class com.landawn.abacus.util.ContinuableFuture
-
- cancelAll(boolean) - Method in class com.landawn.abacus.util.ContinuableFuture
-
Cancel this future and all the previous stage future recursively.
- canonicalClassName - Variable in class com.landawn.abacus.parser.ParserUtil.EntityInfo
-
- capacity() - Method in class com.landawn.abacus.util.ByteArrayOutputStream
-
- capitalize(String) - Static method in class com.landawn.abacus.util.StringUtil
-
- cartesianProduct(DataSet) - Method in interface com.landawn.abacus.DataSet
-
- cast(Class<U>) - Static method in class com.landawn.abacus.util.Fn
-
- CAST - Static variable in class com.landawn.abacus.util.WD
-
Field CAST.
- castExact(long) - Static method in class com.landawn.abacus.util.Numbers
-
Returns the int value that is equal to value, if possible.
- castIfAssignable(Object, Class<T>) - Static method in class com.landawn.abacus.util.N
-
Returns an empty Nullable if val is null while targetType is primitive or can not be assigned to targetType.
- cc(Throwables.Consumer<T, E>) - Static method in class com.landawn.abacus.util.Fn
-
- cc(A, Throwables.BiConsumer<A, T, E>) - Static method in class com.landawn.abacus.util.Fn
-
- cc(A, B, Throwables.TriConsumer<A, B, T, E>) - Static method in class com.landawn.abacus.util.Fn
-
- cc(Throwables.BiConsumer<T, U, E>) - Static method in class com.landawn.abacus.util.Fn
-
- cc(A, Throwables.TriConsumer<A, T, U, E>) - Static method in class com.landawn.abacus.util.Fn
-
- cc(Throwables.TriConsumer<A, B, C, E>) - Static method in class com.landawn.abacus.util.Fn
-
- cc(Throwables.Callable<R, E>) - Static method in class com.landawn.abacus.util.Fn
-
- cc(Throwables.BiConsumer<? super K, ? super V, E>) - Static method in class com.landawn.abacus.util.Fn.Entries
-
- cc(Consumer<T>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- cc(A, BiConsumer<A, T>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- cc(A, B, TriConsumer<A, B, T>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- cc(BiConsumer<T, U>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- cc(A, TriConsumer<A, T, U>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- cc(TriConsumer<A, B, C>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- cc(Callable<R>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- CEIL - Static variable in class com.landawn.abacus.util.WD
-
Field CEIL.
- ceiling(T, int) - Static method in class com.landawn.abacus.util.DateUtil
-
Copied from Apache Commons Lang under Apache License v2.
- ceiling(T, int) - Static method in class com.landawn.abacus.util.DateUtil
-
Copied from Apache Commons Lang under Apache License v2.
- ceiling(E) - Method in class com.landawn.abacus.util.ImmutableNavigableSet
-
- ceilingEntry(K) - Method in class com.landawn.abacus.util.ImmutableNavigableMap
-
- ceilingKey(K) - Method in class com.landawn.abacus.util.ImmutableNavigableMap
-
- ceilingPowerOfTwo(long) - Static method in class com.landawn.abacus.util.Numbers
-
Returns the smallest power of two greater than or equal to x.
- ceilingPowerOfTwo(BigInteger) - Static method in class com.landawn.abacus.util.Numbers
-
Ceiling power of two.
- center(String, int) - Static method in class com.landawn.abacus.util.StringUtil
-
Centers a String in a larger String of size size
using the space character (' ').
- center(String, int, char) - Static method in class com.landawn.abacus.util.StringUtil
-
Centers a String in a larger String of size size.
- center(String, int, String) - Static method in class com.landawn.abacus.util.StringUtil
-
Centers a String in a larger String of size minLength.
- Chain - Class in com.landawn.abacus.util
-
- Chain.ComparisonChain - Class in com.landawn.abacus.util
-
The Class ComparisonChain.
- Chain.EquivalenceChain - Class in com.landawn.abacus.util
-
The Class EquivalenceChain.
- Chain.HashCodeChain - Class in com.landawn.abacus.util
-
The Class HashCodeChain.
- CHAR_0 - Static variable in class com.landawn.abacus.util.WD
-
- CHAR_ARRAY_COMPARATOR - Static variable in class com.landawn.abacus.util.Comparators
-
- CHAR_CR - Static variable in class com.landawn.abacus.util.WD
-
carriage return CR ('\r').
- CHAR_LF - Static variable in class com.landawn.abacus.util.WD
-
linefeed LF ('\n').
- characteristics() - Method in interface com.landawn.abacus.util.stream.Collector
-
- CharacterWriter - Class in com.landawn.abacus.util
-
- CharBiConsumer - Interface in com.landawn.abacus.util.function
-
- CharBiFunction<R> - Interface in com.landawn.abacus.util.function
-
- 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
-
- CharNConsumer - Interface in com.landawn.abacus.util.function
-
- CharNFunction<R> - Interface in com.landawn.abacus.util.function
-
- CharPredicate - Interface in com.landawn.abacus.util.function
-
- chars2Bytes(char[]) - Static method in class com.landawn.abacus.util.IOUtil
-
Chars 2 bytes.
- chars2Bytes(char[], Charset) - Static method in class com.landawn.abacus.util.IOUtil
-
Chars 2 bytes.
- chars2Bytes(char[], int, int, Charset) - Static method in class com.landawn.abacus.util.IOUtil
-
Chars 2 bytes.
- CharSequenceTranslator() - Constructor for class com.landawn.abacus.util.EscapeUtil.CharSequenceTranslator
-
- Charsets - Class in com.landawn.abacus.util
-
- CharSupplier - Interface in com.landawn.abacus.util.function
-
- CharTernaryOperator - 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
-
- CharTriPredicate - Interface in com.landawn.abacus.util.function
-
- CharUnaryOperator - Interface in com.landawn.abacus.util.function
-
- chomp(String) - Static method in class com.landawn.abacus.util.StringUtil
-
Removes one newline from end of a String if it's there, otherwise leave
it alone.
- chomp(String[]) - Static method in class com.landawn.abacus.util.StringUtil
-
- chop(String) - Static method in class com.landawn.abacus.util.StringUtil
-
Remove the last character from a String.
- chop(String[]) - Static method in class com.landawn.abacus.util.StringUtil
-
- CIRCUMFLEX - Static variable in class com.landawn.abacus.util.WD
-
Field CIRCUMFLEX.
- CLASS_MASK - Static variable in class com.landawn.abacus.util.ClassUtil
-
- ClassUtil - Class in com.landawn.abacus.util
-
- clazz - Variable in class com.landawn.abacus.parser.ParserUtil.EntityInfo
-
- clazz - Variable in class com.landawn.abacus.parser.ParserUtil.PropInfo
-
- Clazz - Class in com.landawn.abacus.util
-
It's designed to provide a convenient way to parameterized the generic type (e.g.
- cleanDirectory(File) - Static method in class com.landawn.abacus.util.IOUtil
-
Cleans a directory without deleting it.
- clear() - Method in interface com.landawn.abacus.DataSet
-
Method clear.
- clear() - Method in class com.landawn.abacus.http.HttpHeaders
-
Clear.
- clear() - Method in class com.landawn.abacus.pool.GenericKeyedObjectPool
-
Clear.
- clear() - Method in class com.landawn.abacus.pool.GenericObjectPool
-
Clear.
- clear() - Method in interface com.landawn.abacus.pool.Pool
-
Clear.
- clear() - Method in class com.landawn.abacus.util.ArrayHashMap
-
Clear.
- clear() - Method in class com.landawn.abacus.util.ArrayHashSet
-
Clear.
- clear() - Method in class com.landawn.abacus.util.BiMap
-
Clear.
- clear() - Method in class com.landawn.abacus.util.IdentityHashSet
-
Clear.
- clear() - Method in class com.landawn.abacus.util.ImmutableCollection
-
- clear() - Method in class com.landawn.abacus.util.ImmutableMap
-
- clear() - Method in class com.landawn.abacus.util.Multimap
-
Clear.
- clear() - Method in class com.landawn.abacus.util.Multiset
-
Clear.
- clear() - Method in class com.landawn.abacus.util.ObjectPool
-
Clear.
- clear() - Method in class com.landawn.abacus.util.Properties
-
Clear.
- clone() - Method in interface com.landawn.abacus.DataSet
-
Deeply copy each element in this DataSet by Serialization/Deserialization.
- clone(boolean) - Method in interface com.landawn.abacus.DataSet
-
Deeply copy each element in this DataSet by Serialization/Deserialization.
- clone(T) - Method in class com.landawn.abacus.parser.KryoParser
-
Copy the property values deeply.
- clone() - Method in class com.landawn.abacus.pool.ActivityPrint
-
- clone() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableArray
-
- cloneArray() - Static method in class com.landawn.abacus.util.Fn.Disposables
-
- close() - Method in class com.landawn.abacus.http.HttpClient
-
Close.
- close() - Method in class com.landawn.abacus.pool.GenericKeyedObjectPool
-
Close.
- close() - Method in class com.landawn.abacus.pool.GenericObjectPool
-
Close.
- close() - Method in interface com.landawn.abacus.pool.Pool
-
Close.
- close() - Method in class com.landawn.abacus.util.BufferedReader
-
- close() - Method in class com.landawn.abacus.util.BufferedWriter
-
- close() - Method in class com.landawn.abacus.util.ByteArrayOutputStream
-
- close() - Method in class com.landawn.abacus.util.ExceptionalStream
-
- close(AutoCloseable) - Static method in class com.landawn.abacus.util.Fn
-
- close() - Static method in class com.landawn.abacus.util.Fn
-
- close() - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- close(AutoCloseable) - Static method in class com.landawn.abacus.util.IOUtil
-
- close() - Method in class com.landawn.abacus.util.Joiner
-
Close.
- close() - Method in class com.landawn.abacus.util.LineIterator
-
Closes the underlying Reader quietly.
- close() - Method in class com.landawn.abacus.util.LZ4BlockInputStream
-
- close() - Method in class com.landawn.abacus.util.LZ4BlockOutputStream
-
- close() - Method in class com.landawn.abacus.util.SnappyInputStream
-
- close() - Method in class com.landawn.abacus.util.SnappyOutputStream
-
- close() - Method in class com.landawn.abacus.util.StringWriter
-
- CLOSE_ATTR_AND_ELE - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field CLOSE_ATTR_AND_ELE.
- closeAll(AutoCloseable...) - Static method in class com.landawn.abacus.util.Fn
-
- closeAll(Collection<? extends AutoCloseable>) - Static method in class com.landawn.abacus.util.Fn
-
- closeAll(AutoCloseable...) - Static method in class com.landawn.abacus.util.IOUtil
-
- closeAll(Collection<? extends AutoCloseable>) - Static method in class com.landawn.abacus.util.IOUtil
-
- closeAllQuietly(AutoCloseable...) - Static method in class com.landawn.abacus.util.Fn
-
Close all quietly.
- closeAllQuietly(Collection<? extends AutoCloseable>) - Static method in class com.landawn.abacus.util.Fn
-
Close all quietly.
- closeAllQuietly(AutoCloseable...) - Static method in class com.landawn.abacus.util.IOUtil
-
Close all quietly.
- closeAllQuietly(Collection<? extends AutoCloseable>) - Static method in class com.landawn.abacus.util.IOUtil
-
Close all quietly.
- closed(T, T) - Static method in class com.landawn.abacus.util.Range
-
- closedOpen(T, T) - Static method in class com.landawn.abacus.util.Range
-
- closeQuietly(AutoCloseable) - Static method in class com.landawn.abacus.util.Fn
-
- closeQuietly() - Static method in class com.landawn.abacus.util.Fn
-
- closeQuietly() - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- closeQuietly(AutoCloseable) - Static method in class com.landawn.abacus.util.IOUtil
-
- cls - Variable in class com.landawn.abacus.parser.ParserUtil.EntityInfo
-
- code() - Method in class com.landawn.abacus.http.HttpResponse
-
- collapse(Throwables.BiPredicate<? super T, ? super T, ? extends E>, Supplier<? extends C>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- collapse(Throwables.BiPredicate<? super T, ? super T, ? extends E>, Throwables.BiFunction<? super T, ? super T, T, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
Merge series of adjacent elements which satisfy the given predicate using
the merger function and return a new stream.
- collapse(Throwables.BiPredicate<? super T, ? super T, ? extends E>, U, Throwables.BiFunction<U, ? super T, U, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- collapse(Throwables.BiPredicate<? super T, ? super T, ? extends E>, Throwables.Supplier<R, E>, Throwables.BiConsumer<? super R, ? super T, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- collapse(Throwables.BiPredicate<? super T, ? super T, ? extends E>, Collector<? super T, A, R>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- collect(Throwables.Supplier<R, E2>, Throwables.BiConsumer<? super R, ? super T, E3>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- collect(Throwables.Supplier<R, E2>, Throwables.BiConsumer<? super R, ? super T, E3>, Throwables.Function<? super R, ? extends RR, E4>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- collect(Collector<? super T, A, R>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- collect(Collector<? super T, A, R>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- collectAndThen(Collector<? super T, A, R>, Throwables.Function<? super R, ? extends RR, E2>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
Collect and then.
- collectAndThen(Collector<? super T, A, R>, Throwables.Function<? super R, ? extends RR, E2>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
Collect and then.
- collectingAndThen(Collector<T, A, R>, Function<R, RR>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- collectingAndThen(Collector<T, A, R>, Function<R, RR>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- COLLECTION - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field COLLECTION.
- COLLECTION_COMPARATOR - Static variable in class com.landawn.abacus.util.Comparators
-
- COLLECTION_ELE_END - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field COLLECTION_ELE_END.
- COLLECTION_ELE_START - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field COLLECTION_ELE_START.
- COLLECTION_NULL_ELE - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field COLLECTION_NULL_ELE.
- Collector<T,A,R> - Interface in com.landawn.abacus.util.stream
-
- Collectors - Class in com.landawn.abacus.util.stream
-
- Collectors.MoreCollectors - Class in com.landawn.abacus.util.stream
-
- COLON - Static variable in class com.landawn.abacus.util.WD
-
Field COLON.
- COLON_SPACE - Static variable in class com.landawn.abacus.util.WD
-
Field COLON_SPACE.
- Column - Annotation Type in com.landawn.abacus.annotation
-
- columnMap() - Method in interface com.landawn.abacus.DataSet
-
- columnName - Variable in class com.landawn.abacus.parser.ParserUtil.PropInfo
-
- columnNameList() - Method in interface com.landawn.abacus.DataSet
-
Return the column name list in this DataSet.
- com.landawn.abacus - package com.landawn.abacus
-
- com.landawn.abacus.annotation - package com.landawn.abacus.annotation
-
- com.landawn.abacus.exception - package com.landawn.abacus.exception
-
- com.landawn.abacus.guava - package com.landawn.abacus.guava
-
- com.landawn.abacus.guava.hash - package com.landawn.abacus.guava.hash
-
- com.landawn.abacus.http - package com.landawn.abacus.http
-
- com.landawn.abacus.http.okhttp - package com.landawn.abacus.http.okhttp
-
- com.landawn.abacus.parser - package com.landawn.abacus.parser
-
- com.landawn.abacus.pool - package com.landawn.abacus.pool
-
- com.landawn.abacus.spring - package com.landawn.abacus.spring
-
- com.landawn.abacus.util - package com.landawn.abacus.util
-
- com.landawn.abacus.util.function - package com.landawn.abacus.util.function
-
- com.landawn.abacus.util.stream - package com.landawn.abacus.util.stream
-
- combine(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>, Throwables.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>, Throwables.TriFunction<? super T1, ? super T2, ? super T3, R, E>) - Static method in class com.landawn.abacus.util.Futures
-
- combine(Collection<? extends Future<? extends T>>, Throwables.Function<List<T>, R, E>) - Static method in class com.landawn.abacus.util.Futures
-
- combine(long, double) - Method in class com.landawn.abacus.util.KahanSummation
-
- combine(KahanSummation) - Method in class com.landawn.abacus.util.KahanSummation
-
- combine(Collector<? super T, A1, R1>, Collector<? super T, A2, R2>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- combine(Collector<? super T, A1, R1>, Collector<? super T, A2, R2>, BiFunction<? super R1, ? super R2, R>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- combine(Collector<? super T, A1, R1>, Collector<? super T, A2, R2>, Collector<? super T, A3, R3>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- combine(Collector<? super T, A1, R1>, Collector<? super T, A2, R2>, Collector<? super T, A3, R3>, TriFunction<? super R1, ? super R2, ? super R3, R>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- combine(Collector<? super T, A1, R1>, Collector<? super T, A2, R2>, Collector<? super T, A3, R3>, Collector<? super T, A4, R4>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- combine(Collector<? super T, A1, R1>, Collector<? super T, A2, R2>, Collector<? super T, A3, R3>, Collector<? super T, A4, R4>, Collector<? super T, A5, R5>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- combine(List<? extends Collector<? super T, ?, ?>>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- 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, Throwables.Function<? super NoCachingNoUpdating.DisposableObjArray, ?, E>) - Method in interface com.landawn.abacus.DataSet
-
- combineColumns(Tuple.Tuple2<String, String>, String, Throwables.BiFunction<?, ?, ?, E>) - Method in interface com.landawn.abacus.DataSet
-
- combineColumns(Tuple.Tuple3<String, String, String>, String, Throwables.TriFunction<?, ?, ?, ?, E>) - Method in interface com.landawn.abacus.DataSet
-
- combineColumns(Throwables.Predicate<String, E>, String, Class<?>) - Method in interface com.landawn.abacus.DataSet
-
- combineColumns(Throwables.Predicate<String, E>, String, Throwables.Function<? super NoCachingNoUpdating.DisposableObjArray, ?, E2>) - Method in interface com.landawn.abacus.DataSet
-
- combineColumns(Collection<String>, String, Class<?>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
-
- combineColumns(Collection<String>, String, Throwables.Function<? super NoCachingNoUpdating.DisposableObjArray, ?, E>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
-
- combineColumns(Tuple.Tuple2<String, String>, String, Throwables.BiFunction<?, ?, ?, E>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
-
- combineColumns(Tuple.Tuple3<String, String, String>, String, Throwables.TriFunction<?, ?, ?, ?, E>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
-
- combineColumns(Throwables.Predicate<String, E>, String, Class<?>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
-
- combineColumns(Throwables.Predicate<String, E>, String, Throwables.Function<? super NoCachingNoUpdating.DisposableObjArray, ?, E2>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
-
- combineOrdered(HashCode, HashCode) - Static method in class com.landawn.abacus.guava.hash.Hashing
-
- combineOrdered(HashCode, HashCode, HashCode) - Static method in class com.landawn.abacus.guava.hash.Hashing
-
- combineOrdered(Iterable<HashCode>) - Static method in class com.landawn.abacus.guava.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.guava.hash.Hashing
-
- combineUnordered(HashCode, HashCode, HashCode) - Static method in class com.landawn.abacus.guava.hash.Hashing
-
- combineUnordered(Iterable<HashCode>) - Static method in class com.landawn.abacus.guava.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.
- COMMA - Static variable in class com.landawn.abacus.util.WD
-
Field COMMA.
- COMMA_SPACE - Static variable in class com.landawn.abacus.util.WD
-
Field COMMA_SPACE.
- COMMIT - Static variable in class com.landawn.abacus.util.WD
-
Field COMMIT.
- commonPrefix() - Static method in class com.landawn.abacus.util.stream.Collectors
-
It's copied from StreamEx: https://github.com/amaembo/streamex under Apache License v2 and may be modified.
- commonPrefix(String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
Note: copy rights: Google Guava.
- commonPrefix(String...) - Static method in class com.landawn.abacus.util.StringUtil
-
- commonSet(Collection<? extends T>, Collection<?>) - Static method in class com.landawn.abacus.util.N
-
Common set.
- commonSet(Collection<? extends Collection<? extends T>>) - Static method in class com.landawn.abacus.util.N
-
Common set.
- commonSuffix() - Static method in class com.landawn.abacus.util.stream.Collectors
-
It's copied from StreamEx: https://github.com/amaembo/streamex under Apache License v2 and may be modified.
- commonSuffix(String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
Note: copy rights: Google Guava.
- commonSuffix(String...) - Static method in class com.landawn.abacus.util.StringUtil
-
- comparator() - Method in class com.landawn.abacus.util.ImmutableSortedMap
-
- comparator() - Method in class com.landawn.abacus.util.ImmutableSortedSet
-
- Comparators - Class in com.landawn.abacus.util
-
Factory utility class for Comparator.
- compare(T, T) - Static method in class com.landawn.abacus.util.Chain
-
Compares two comparable objects as specified by
Comparable.compareTo(T),
if the result of this comparison chain
has not already been determined.
- compare(T, T, Comparator<T>) - Static method in class com.landawn.abacus.util.Chain
-
Compares two objects using a comparator, if the result of this
comparison chain has not already been determined.
- compare(T, T, Throwables.BiFunction<? super T, ? super T, Integer, E>) - Static method in class com.landawn.abacus.util.Chain
-
- compare(char, char) - Static method in class com.landawn.abacus.util.Chain
-
Compares two char values as specified by CommonUtil.compare(boolean, boolean),
if the result of this comparison chain has not already been
determined.
- compare(byte, byte) - Static method in class com.landawn.abacus.util.Chain
-
Compares two byte values as specified by CommonUtil.compare(boolean, boolean),
if the result of this comparison chain has not already been
determined.
- compare(short, short) - Static method in class com.landawn.abacus.util.Chain
-
Compares two short values as specified by CommonUtil.compare(boolean, boolean),
if the result of this comparison chain has not already been
determined.
- compare(int, int) - Static method in class com.landawn.abacus.util.Chain
-
Compares two int values as specified by CommonUtil.compare(boolean, boolean),
if the result of this comparison chain has not already been
determined.
- compare(long, long) - Static method in class com.landawn.abacus.util.Chain
-
Compares two long values as specified by CommonUtil.compare(boolean, boolean),
if the result of this comparison chain has not already been
determined.
- compare(float, float) - Static method in class com.landawn.abacus.util.Chain
-
Compares two
float values as specified by
Float.compare(float, float),
if the result of this comparison chain has not
already been determined.
- compare(double, double) - Static method in class com.landawn.abacus.util.Chain
-
- compare(T, T) - Method in class com.landawn.abacus.util.Chain.ComparisonChain
-
Compares two comparable objects as specified by
Comparable.compareTo(T),
if the result of this comparison chain
has not already been determined.
- compare(T, T, Comparator<T>) - Method in class com.landawn.abacus.util.Chain.ComparisonChain
-
Compares two objects using a comparator, if the result of this
comparison chain has not already been determined.
- compare(T, T, Throwables.BiFunction<? super T, ? super T, Integer, E>) - Method in class com.landawn.abacus.util.Chain.ComparisonChain
-
- compare(char, char) - Method in class com.landawn.abacus.util.Chain.ComparisonChain
-
Compares two char values as specified by CommonUtil.compare(boolean, boolean),
if the result of this comparison chain has not already been
determined.
- compare(byte, byte) - Method in class com.landawn.abacus.util.Chain.ComparisonChain
-
Compares two byte values as specified by CommonUtil.compare(boolean, boolean),
if the result of this comparison chain has not already been
determined.
- compare(short, short) - Method in class com.landawn.abacus.util.Chain.ComparisonChain
-
Compares two short values as specified by CommonUtil.compare(boolean, boolean),
if the result of this comparison chain has not already been
determined.
- compare(int, int) - Method in class com.landawn.abacus.util.Chain.ComparisonChain
-
Compares two int values as specified by CommonUtil.compare(boolean, boolean),
if the result of this comparison chain has not already been
determined.
- compare(long, long) - Method in class com.landawn.abacus.util.Chain.ComparisonChain
-
Compares two long values as specified by CommonUtil.compare(boolean, boolean),
if the result of this comparison chain has not already been
determined.
- compare(float, float) - Method in class com.landawn.abacus.util.Chain.ComparisonChain
-
Compares two
float values as specified by
Float.compare(float, float),
if the result of this comparison chain has not
already been determined.
- compare(double, double) - Method in class com.landawn.abacus.util.Chain.ComparisonChain
-
- compare() - Static method in class com.landawn.abacus.util.Fn
-
- compare(Comparator<? super T>) - Static method in class com.landawn.abacus.util.Fn
-
- compareFalseLess(boolean, boolean) - Static method in class com.landawn.abacus.util.Chain
-
Compares two boolean values, considering false to be less
than true, if the result of this comparison chain has not
already been determined.
- compareFalseLess(boolean, boolean) - Method in class com.landawn.abacus.util.Chain.ComparisonChain
-
Compares two boolean values, considering false to be less
than true, if the result of this comparison chain has not
already been determined.
- compareNullBigger(T, T) - Static method in class com.landawn.abacus.util.Chain
-
null is bigger.
- compareNullBigger(T, T) - Method in class com.landawn.abacus.util.Chain.ComparisonChain
-
null is bigger.
- compareNullLess(T, T) - Static method in class com.landawn.abacus.util.Chain
-
null is smaller.
- compareNullLess(T, T) - Method in class com.landawn.abacus.util.Chain.ComparisonChain
-
null is smaller.
- compareTo(Duration) - Method in class com.landawn.abacus.util.Duration
-
- compareTo(T) - Static method in class com.landawn.abacus.util.Fn
-
- compareTo(T, Comparator<? super T>) - Static method in class com.landawn.abacus.util.Fn
-
- compareTo(Fraction) - Method in class com.landawn.abacus.util.Fraction
-
Compares this object to another based on size.
- compareTo(MutableBoolean) - Method in class com.landawn.abacus.util.MutableBoolean
-
Compares this mutable to another in ascending order.
- compareTo(MutableByte) - Method in class com.landawn.abacus.util.MutableByte
-
Compares this mutable to another in ascending order.
- compareTo(MutableChar) - Method in class com.landawn.abacus.util.MutableChar
-
Compares this mutable to another in ascending order.
- compareTo(MutableDouble) - Method in class com.landawn.abacus.util.MutableDouble
-
Compares this mutable to another in ascending order.
- compareTo(MutableFloat) - Method in class com.landawn.abacus.util.MutableFloat
-
Compares this mutable to another in ascending order.
- compareTo(MutableInt) - Method in class com.landawn.abacus.util.MutableInt
-
Compares this mutable to another in ascending order.
- compareTo(MutableLong) - Method in class com.landawn.abacus.util.MutableLong
-
Compares this mutable to another in ascending order.
- compareTo(MutableShort) - Method in class com.landawn.abacus.util.MutableShort
-
Compares this mutable to another in ascending order.
- compareTo(T) - Method in class com.landawn.abacus.util.Range
-
Checks where the specified element occurs relative to this range.
- compareTo(u.OptionalBoolean) - Method in class com.landawn.abacus.util.u.OptionalBoolean
-
- compareTo(u.OptionalByte) - Method in class com.landawn.abacus.util.u.OptionalByte
-
- compareTo(u.OptionalChar) - Method in class com.landawn.abacus.util.u.OptionalChar
-
- compareTo(u.OptionalDouble) - Method in class com.landawn.abacus.util.u.OptionalDouble
-
- compareTo(u.OptionalFloat) - Method in class com.landawn.abacus.util.u.OptionalFloat
-
- compareTo(u.OptionalInt) - Method in class com.landawn.abacus.util.u.OptionalInt
-
- compareTo(u.OptionalLong) - Method in class com.landawn.abacus.util.u.OptionalLong
-
- compareTo(u.OptionalShort) - Method in class com.landawn.abacus.util.u.OptionalShort
-
- compareTrueLess(boolean, boolean) - Static method in class com.landawn.abacus.util.Chain
-
Compares two boolean values, considering true to be less
than false, if the result of this comparison chain has not
already been determined.
- compareTrueLess(boolean, boolean) - Method in class com.landawn.abacus.util.Chain.ComparisonChain
-
Compares two boolean values, considering true to be less
than false, if the result of this comparison chain has not
already been determined.
- comparingArray(Comparator<T>) - Static method in class com.landawn.abacus.util.Comparators
-
- 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
-
Comparing by key.
- comparingByKey(Comparator<? super K>) - Static method in class com.landawn.abacus.util.Comparators
-
Comparing by key.
- comparingByLength() - Static method in class com.landawn.abacus.util.Comparators
-
Comparing by length.
- comparingByMapSize() - Static method in class com.landawn.abacus.util.Comparators
-
Comparing by sizee.
- comparingBySize() - Static method in class com.landawn.abacus.util.Comparators
-
Comparing by size.
- comparingByte(ToByteFunction<? super T>) - Static method in class com.landawn.abacus.util.Comparators
-
- comparingByValue() - Static method in class com.landawn.abacus.util.Comparators
-
Comparing by value.
- comparingByValue(Comparator<? super V>) - Static method in class com.landawn.abacus.util.Comparators
-
Comparing by value.
- comparingChar(ToCharFunction<? super T>) - Static method in class com.landawn.abacus.util.Comparators
-
- comparingCollection(Comparator<T>) - Static method in class com.landawn.abacus.util.Comparators
-
- comparingDouble(ToDoubleFunction<? super T>) - Static method in class com.landawn.abacus.util.Comparators
-
- comparingFloat(ToFloatFunction<? super T>) - Static method in class com.landawn.abacus.util.Comparators
-
- comparingIgnoreCase() - Static method in class com.landawn.abacus.util.Comparators
-
Comparing ignore case.
- comparingIgnoreCase(Function<? super T, String>) - Static method in class com.landawn.abacus.util.Comparators
-
Comparing ignore case.
- comparingInt(ToIntFunction<? super T>) - Static method in class com.landawn.abacus.util.Comparators
-
- comparingLong(ToLongFunction<? super T>) - Static method in class com.landawn.abacus.util.Comparators
-
- 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.util.ContinuableFuture
-
- 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>, Throwables.BiFunction<? super Future<T1>, ? super Future<T2>, R, Exception>) - Static method in class com.landawn.abacus.util.Futures
-
- compose(Future<T1>, Future<T2>, Throwables.BiFunction<? super Future<T1>, ? super Future<T2>, R, Exception>, Throwables.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>, Throwables.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>, Throwables.TriFunction<? super Future<T1>, ? super Future<T2>, ? super Future<T3>, R, Exception>, Throwables.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, Throwables.Function<? super FC, R, Exception>) - Static method in class com.landawn.abacus.util.Futures
-
- compose(FC, Throwables.Function<? super FC, R, Exception>, Throwables.Function<? super Tuple.Tuple3<FC, Long, TimeUnit>, R, Exception>) - Static method in class com.landawn.abacus.util.Futures
-
- CompressionMode - Enum in com.landawn.abacus.util
-
The Enum CompressionMode.
- compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class com.landawn.abacus.util.ImmutableMap
-
- compute(K, Throwables.BiFunction<? super K, ? super V, ? extends V, X>) - Method in class com.landawn.abacus.util.Multimap
-
The implementation is equivalent to performing the following steps for this Multimap:
- compute(T, Throwables.BiFunction<? super T, Integer, Integer, E>) - Method in class com.landawn.abacus.util.Multiset
-
The implementation is equivalent to performing the following steps for this Multiset:
- computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class com.landawn.abacus.util.ImmutableMap
-
- computeIfAbsent(K, Throwables.Function<? super K, ? extends V, X>) - Method in class com.landawn.abacus.util.Multimap
-
The implementation is equivalent to performing the following steps for this Multimap:
- computeIfAbsent(T, Throwables.Function<? super T, Integer, E>) - Method in class com.landawn.abacus.util.Multiset
-
The implementation is equivalent to performing the following steps for this Multiset:
- computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class com.landawn.abacus.util.ImmutableMap
-
- computeIfPresent(K, Throwables.BiFunction<? super K, ? super V, ? extends V, X>) - Method in class com.landawn.abacus.util.Multimap
-
The implementation is equivalent to performing the following steps for this Multimap:
- computeIfPresent(T, Throwables.BiFunction<? super T, Integer, Integer, E>) - Method in class com.landawn.abacus.util.Multiset
-
The implementation is equivalent to performing the following steps for this Multiset:
- concat(boolean[][], boolean[][]) - Static method in class com.landawn.abacus.util.Array
-
- concat(boolean[][][], boolean[][][]) - Static method in class com.landawn.abacus.util.Array
-
- concat(char[][], char[][]) - Static method in class com.landawn.abacus.util.Array
-
- concat(char[][][], char[][][]) - Static method in class com.landawn.abacus.util.Array
-
- concat(byte[][], byte[][]) - Static method in class com.landawn.abacus.util.Array
-
- concat(byte[][][], byte[][][]) - Static method in class com.landawn.abacus.util.Array
-
- concat(short[][], short[][]) - Static method in class com.landawn.abacus.util.Array
-
- concat(short[][][], short[][][]) - Static method in class com.landawn.abacus.util.Array
-
- concat(int[][], int[][]) - Static method in class com.landawn.abacus.util.Array
-
- concat(int[][][], int[][][]) - Static method in class com.landawn.abacus.util.Array
-
- concat(long[][], long[][]) - Static method in class com.landawn.abacus.util.Array
-
- concat(long[][][], long[][][]) - Static method in class com.landawn.abacus.util.Array
-
- concat(float[][], float[][]) - Static method in class com.landawn.abacus.util.Array
-
- concat(float[][][], float[][][]) - Static method in class com.landawn.abacus.util.Array
-
- concat(double[][], double[][]) - Static method in class com.landawn.abacus.util.Array
-
- concat(double[][][], double[][][]) - Static method in class com.landawn.abacus.util.Array
-
- concat(Enumeration<? extends T>...) - Static method in class com.landawn.abacus.util.Enumerations
-
- concat(Collection<? extends Enumeration<? extends T>>) - Static method in class com.landawn.abacus.util.Enumerations
-
- concat(T[]...) - Static method in class com.landawn.abacus.util.ExceptionalStream
-
- concat(Collection<? extends T>...) - Static method in class com.landawn.abacus.util.ExceptionalStream
-
- concat(ExceptionalStream<? extends T, E>...) - Static method in class com.landawn.abacus.util.ExceptionalStream
-
- concat(Collection<? extends ExceptionalStream<? extends T, E>>) - Static method in class com.landawn.abacus.util.ExceptionalStream
-
- concat(T[]...) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
-
Deprecated.
- concat(Collection<? extends T>...) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
-
Deprecated.
- 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(Map<? extends K, ? extends V>...) - Static method in class com.landawn.abacus.util.Iterators
-
- concat(Iterator<? extends T>...) - Static method in class com.landawn.abacus.util.Iterators
-
- concat(Collection<? extends Iterator<? extends T>>) - Static method in class com.landawn.abacus.util.Iterators
-
- concat(BiIterator<A, B>...) - Static method in class com.landawn.abacus.util.Iterators
-
- concat(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(String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
Returns a + b.
- concat(String, String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
- concat(String, String, String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
- concat(String, String, String, String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
- concat(String, String, String, String, String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
- concat(String, String, String, String, String, String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
- concat(String, String, String, String, String, String, String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
- concat(String, String, String, String, String, String, String, String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
- concat(String...) - Static method in class com.landawn.abacus.util.StringUtil
-
- concat(Object, Object) - Static method in class com.landawn.abacus.util.StringUtil
-
Returns N.toString(a) + N.toString(b).
- concat(Object, Object, Object) - Static method in class com.landawn.abacus.util.StringUtil
-
- concat(Object, Object, Object, Object) - Static method in class com.landawn.abacus.util.StringUtil
-
- concat(Object, Object, Object, Object, Object) - Static method in class com.landawn.abacus.util.StringUtil
-
- concat(Object, Object, Object, Object, Object, Object) - Static method in class com.landawn.abacus.util.StringUtil
-
- concat(Object, Object, Object, Object, Object, Object, Object) - Static method in class com.landawn.abacus.util.StringUtil
-
Returns N.toString(a) + N.toString(b) + N.toString(c) + N.toString(d) + N.toString(e) + N.toString(f) + N.toString(g).
- concat(Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class com.landawn.abacus.util.StringUtil
-
Returns N.toString(a) + N.toString(b) + N.toString(c) + N.toString(d) + N.toString(e) + N.toString(f) + N.toString(g) + N.toString(h).
- concat(Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class com.landawn.abacus.util.StringUtil
-
Returns N.toString(a) + N.toString(b) + N.toString(c) + N.toString(d) + N.toString(e) + N.toString(f) + N.toString(g) + N.toString(h) + N.toString(i).
- CONCAT - Static variable in class com.landawn.abacus.util.WD
-
Field CONCAT.
- concatenating(HashFunction, HashFunction) - Static method in class com.landawn.abacus.guava.hash.Hashing
-
- concatenating(HashFunction, HashFunction, HashFunction) - Static method in class com.landawn.abacus.guava.hash.Hashing
-
- concatenating(Iterable<HashFunction>) - Static method in class com.landawn.abacus.guava.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
-
- concurrentDistinct() - Static method in class com.landawn.abacus.util.Fn.Predicates
-
Returns a stateful Predicate.
- concurrentDistinctBy(Function<? super T, ?>) - Static method in class com.landawn.abacus.util.Fn.Predicates
-
Returns a stateful Predicate.
- CONNECTION - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Connection header field name.
- connectionTimeout(int) - Method in class com.landawn.abacus.http.HttpRequest
-
- consistentHash(HashCode, int) - Static method in class com.landawn.abacus.guava.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.guava.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(E) - Method in class com.landawn.abacus.pool.GenericObjectPool
-
- contains(E) - Method in interface com.landawn.abacus.pool.ObjectPool
-
- contains(Object) - Method in class com.landawn.abacus.util.ArrayHashSet
-
- contains(String) - Static method in class com.landawn.abacus.util.Fn
-
- contains(Object) - Method in class com.landawn.abacus.util.IdentityHashSet
-
- contains(Object) - Method in class com.landawn.abacus.util.ImmutableCollection
-
- contains(Map<?, ?>, Map.Entry<?, ?>) - Static method in class com.landawn.abacus.util.Maps
-
Check if the specified Map contains the specified Entry.
- contains(Map<?, ?>, Object, Object) - Static method in class com.landawn.abacus.util.Maps
-
- contains(Object, Object) - Method in class com.landawn.abacus.util.Multimap
-
- contains(Object) - Method in class com.landawn.abacus.util.Multiset
-
- contains(boolean[], boolean) - Static method in class com.landawn.abacus.util.N
-
- contains(char[], char) - Static method in class com.landawn.abacus.util.N
-
- contains(byte[], byte) - Static method in class com.landawn.abacus.util.N
-
- contains(short[], short) - Static method in class com.landawn.abacus.util.N
-
- contains(int[], int) - Static method in class com.landawn.abacus.util.N
-
- contains(long[], long) - Static method in class com.landawn.abacus.util.N
-
- contains(float[], float) - Static method in class com.landawn.abacus.util.N
-
- contains(double[], double) - Static method in class com.landawn.abacus.util.N
-
- contains(Object[], Object) - Static method in class com.landawn.abacus.util.N
-
- contains(Collection<?>, Object) - Static method in class com.landawn.abacus.util.N
-
- contains(Iterator<?>, Object) - Static method in class com.landawn.abacus.util.N
-
- contains(T) - Method in class com.landawn.abacus.util.Range
-
Checks whether the specified element occurs within this range.
- contains(String, int) - Static method in class com.landawn.abacus.util.StringUtil
-
- contains(String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
- contains(String, String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
- contains(Object) - Method in class com.landawn.abacus.util.Tuple
-
- contains(Object) - Method in class com.landawn.abacus.util.Tuple.Tuple1
-
- contains(Object) - Method in class com.landawn.abacus.util.Tuple.Tuple2
-
- contains(Object) - Method in class com.landawn.abacus.util.Tuple.Tuple3
-
- contains(Object) - Method in class com.landawn.abacus.util.Tuple.Tuple4
-
- contains(Object) - Method in class com.landawn.abacus.util.Tuple.Tuple5
-
- contains(Object) - Method in class com.landawn.abacus.util.Tuple.Tuple6
-
- contains(Object) - Method in class com.landawn.abacus.util.Tuple.Tuple7
-
- contains(Object) - Method in class com.landawn.abacus.util.Tuple.Tuple8
-
- contains(Object) - Method in class com.landawn.abacus.util.Tuple.Tuple9
-
- contains(T) - Method in class com.landawn.abacus.util.u.Nullable
-
- contains(T) - Method in class com.landawn.abacus.util.u.Optional
-
- containsAll(Collection<?>) - Method in class com.landawn.abacus.util.ArrayHashSet
-
- containsAll(T...) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- containsAll(Collection<? extends T>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- containsAll(Collection<?>) - Method in class com.landawn.abacus.util.IdentityHashSet
-
- containsAll(Object, Collection<?>) - Method in class com.landawn.abacus.util.Multimap
-
- containsAll(Collection<?>) - Method in class com.landawn.abacus.util.Multiset
-
- containsAll(Collection<?>, Collection<?>) - Static method in class com.landawn.abacus.util.N
-
Contains all.
- containsAll(Collection<?>, Object[]) - Static method in class com.landawn.abacus.util.N
-
Contains all.
- containsAll(Iterator<?>, Collection<?>) - Static method in class com.landawn.abacus.util.N
-
- containsAll(Collection<? extends T>) - Method in class com.landawn.abacus.util.Range
-
- containsAllColumns(Collection<String>) - Method in interface com.landawn.abacus.DataSet
-
Check if this DataSet contains all the specified columns.
- containsAny(T...) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- containsAny(Collection<? extends T>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- containsAny(Collection<?>, Collection<?>) - Static method in class com.landawn.abacus.util.N
-
Contains any.
- containsAny(Collection<?>, Object[]) - Static method in class com.landawn.abacus.util.N
-
Contains any.
- containsAny(Iterator<?>, Set<?>) - Static method in class com.landawn.abacus.util.N
-
- containsAny(String, char...) - Static method in class com.landawn.abacus.util.StringUtil
-
- containsColumn(String) - Method in interface com.landawn.abacus.DataSet
-
- containsIgnoreCase(String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
Contains ignore case.
- containsKey(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
-
- containsKey(Object) - Method in class com.landawn.abacus.util.ArrayHashMap
-
- containsKey(Object) - Method in class com.landawn.abacus.util.BiMap
-
- containsKey(Object) - Method in class com.landawn.abacus.util.ImmutableMap
-
- containsKey(Object) - Method in class com.landawn.abacus.util.Multimap
-
- containsKey(Object) - Method in class com.landawn.abacus.util.ObjectPool
-
- containsKey(Object) - Method in class com.landawn.abacus.util.Properties
-
- containsNone(String, char...) - Static method in class com.landawn.abacus.util.StringUtil
-
- containsOnly(String, char...) - Static method in class com.landawn.abacus.util.StringUtil
-
- containsRange(Range<T>) - Method in class com.landawn.abacus.util.Range
-
Checks whether this range contains all the elements of the specified range.
- containsValue(E) - Method in class com.landawn.abacus.pool.GenericKeyedObjectPool
-
- containsValue(E) - Method in interface com.landawn.abacus.pool.KeyedObjectPool
-
- containsValue(Object) - Method in class com.landawn.abacus.util.ArrayHashMap
-
- containsValue(Object) - Method in class com.landawn.abacus.util.BiMap
-
- containsValue(Object) - Method in class com.landawn.abacus.util.ImmutableMap
-
- containsValue(Object) - Method in class com.landawn.abacus.util.Multimap
-
- containsValue(Object) - Method in class com.landawn.abacus.util.ObjectPool
-
- containsValue(Object) - Method in class com.landawn.abacus.util.Properties
-
- containsWhitespace(String) - Static method in class com.landawn.abacus.util.StringUtil
-
- CONTENT_DISPOSITION - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Content-Disposition header field name.
- CONTENT_ENCODING - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Content-Encoding header field name.
- CONTENT_LANGUAGE - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Content-Language header field name.
- CONTENT_LENGTH - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Content-Length header field name.
- CONTENT_LOCATION - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Content-Location header field name.
- CONTENT_MD5 - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Content-MD5 header field name.
- CONTENT_RANGE - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Content-Range header field name.
- CONTENT_SECURITY_POLICY - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
- 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.
- contentEncoding() - Method in enum com.landawn.abacus.http.ContentFormat
-
- ContentFormat - Enum in com.landawn.abacus.http
-
- contentType() - Method in enum com.landawn.abacus.http.ContentFormat
-
- ContinuableFuture<T> - Class in com.landawn.abacus.util
-
- convert(String) - Method in enum com.landawn.abacus.util.NamingPolicy
-
- convertColumn(String, Class<?>) - Method in interface com.landawn.abacus.DataSet
-
Convert the specified column to target type.
- 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.
- 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(File, OutputStream) - Static method in class com.landawn.abacus.guava.Files
-
- copy(File, File) - Static method in class com.landawn.abacus.guava.Files
-
- copy() - Method in class com.landawn.abacus.http.HttpHeaders
-
- copy() - Method in class com.landawn.abacus.http.HttpSettings
-
- copy(T) - Method in class com.landawn.abacus.parser.KryoParser
-
Copy the property values shallowly.
- copy() - Method in class com.landawn.abacus.parser.ParserConfig
-
- copy() - Method in class com.landawn.abacus.util.BiMap
-
- copy(int, int) - Method in class com.landawn.abacus.util.ImmutableArray
-
- copy(Path, Path, CopyOption...) - Static method in class com.landawn.abacus.util.IOUtil
-
- copy(InputStream, Path, CopyOption...) - Static method in class com.landawn.abacus.util.IOUtil
-
- copy(Path, OutputStream) - Static method in class com.landawn.abacus.util.IOUtil
-
- copy() - Method in class com.landawn.abacus.util.ListMultimap
-
- copy() - Method in class com.landawn.abacus.util.Multimap
-
- copy() - Method in class com.landawn.abacus.util.Multiset
-
- copy() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableEntry
-
- copy() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposablePair
-
- copy() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableTriple
-
- copy() - Method in class com.landawn.abacus.util.Pair
-
- copy() - Method in class com.landawn.abacus.util.Properties
-
- copy() - Method in class com.landawn.abacus.util.SetMultimap
-
- copy() - Method in class com.landawn.abacus.util.Triple
-
- copyFileToDirectory(File, File) - Static method in class com.landawn.abacus.util.IOUtil
-
- copyFileToDirectory(File, File, boolean) - Static method in class com.landawn.abacus.util.IOUtil
-
- copyFileToDirectory(File, File, boolean, Throwables.BiPredicate<? super File, ? super File, E>) - Static method in class com.landawn.abacus.util.IOUtil
-
Copy the specified scrFile if it's a file or its sub files/directories if it's a directory to the target destDir with the specified filter.
- copyInto(S) - Method in class com.landawn.abacus.util.Iterables.SetView
-
- copyOf(Map<String, ?>) - Static method in class com.landawn.abacus.http.HttpHeaders
-
- copyOf(Map<? extends K, ? extends V>) - Static method in class com.landawn.abacus.util.BiMap
-
- copyOf(T[]) - Static method in class com.landawn.abacus.util.ImmutableArray
-
- copyOf(BiMap<? extends K, ? extends V>) - Static method in class com.landawn.abacus.util.ImmutableBiMap
-
- copyOf(Map<? extends K, ? extends V>) - Static method in class com.landawn.abacus.util.ImmutableBiMap
-
- 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
-
- 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
-
- copyOfColumn(String) - Method in interface com.landawn.abacus.DataSet
-
Copy of column.
- copyThenApply(T[], Throwables.Function<? super T, ? extends T, E>) - Static method in class com.landawn.abacus.util.N
-
Copy the specified array a first, then call converter on the copy.
- copyThenStrip(String[]) - Static method in class com.landawn.abacus.util.StringUtil.MoreStringUtil
-
- copyThenTrim(String[]) - Static method in class com.landawn.abacus.util.StringUtil.MoreStringUtil
-
- copyURLToFile(URL, File) - Static method in class com.landawn.abacus.util.IOUtil
-
Copies bytes from the URL source to a file
destination.
- copyURLToFile(URL, File, int, int) - Static method in class com.landawn.abacus.util.IOUtil
-
Copies bytes from the URL source to a file
destination.
- COS - Static variable in class com.landawn.abacus.util.WD
-
Field COS.
- count() - Method in class com.landawn.abacus.util.ExceptionalStream
-
- count(Iterator<?>) - Static method in class com.landawn.abacus.util.Iterators
-
- count(Iterator<? extends T>, Throwables.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.Iterators
-
- count() - Method in class com.landawn.abacus.util.KahanSummation
-
- count(boolean[], Throwables.BooleanPredicate<E>) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- count(boolean[], int, int, Throwables.BooleanPredicate<E>) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- count(char[], Throwables.CharPredicate<E>) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- count(char[], int, int, Throwables.CharPredicate<E>) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- count(byte[], Throwables.BytePredicate<E>) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- count(byte[], int, int, Throwables.BytePredicate<E>) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- count(short[], Throwables.ShortPredicate<E>) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- count(short[], int, int, Throwables.ShortPredicate<E>) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- count(int[], Throwables.IntPredicate<E>) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- count(int[], int, int, Throwables.IntPredicate<E>) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- count(long[], Throwables.LongPredicate<E>) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- count(long[], int, int, Throwables.LongPredicate<E>) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- count(float[], Throwables.FloatPredicate<E>) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- count(float[], int, int, Throwables.FloatPredicate<E>) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- count(double[], Throwables.DoublePredicate<E>) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- count(double[], int, int, Throwables.DoublePredicate<E>) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- count(T[], Throwables.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- count(T[], int, int, Throwables.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- count(Collection<? extends T>, Throwables.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- count(Collection<? extends T>, int, int, Throwables.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- count(Iterator<?>) - Static method in class com.landawn.abacus.util.N
-
- count(Iterator<? extends T>, Throwables.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
- COUNT - Static variable in class com.landawn.abacus.util.WD
-
Field COUNT.
- countBy(Throwables.Function<? super T, ? extends K, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- counting() - Static method in class com.landawn.abacus.util.stream.Collectors
-
- countingBy(Function<? super T, ? extends K>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- countingBy(Function<? super T, ? extends K>, Supplier<? extends M>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- countingInt() - Static method in class com.landawn.abacus.util.stream.Collectors
-
- countingIntBy(Function<? super T, ? extends K>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- countingIntBy(Function<? super T, ? extends K>, Supplier<? extends M>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- countMatches(String, char) - Static method in class com.landawn.abacus.util.StringUtil
-
- countMatches(String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
- CPU_CORES - Static variable in class com.landawn.abacus.util.IOUtil
-
- CPU_CORES - Static variable in class com.landawn.abacus.util.N
-
- CR - Static variable in class com.landawn.abacus.util.Ascii
-
Carriage Return ('\r'): A format effector which controls the movement of the printing position
to the first printing position on the same printing line.
- CR - Static variable in class com.landawn.abacus.util.StringUtil
-
A String for carriage return CR ("\r").
- crc32() - Static method in class com.landawn.abacus.guava.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.guava.hash.Hashing
-
Returns a hash function implementing the CRC32C checksum algorithm (32 hash bits) as described
by RFC 3720, Section 12.1.
- create(String) - Static method in class com.landawn.abacus.http.HttpClient
-
- create(String, int) - Static method in class com.landawn.abacus.http.HttpClient
-
- create(String, long, long) - Static method in class com.landawn.abacus.http.HttpClient
-
- create(String, int, long, long) - Static method in class com.landawn.abacus.http.HttpClient
-
- create(String, int, long, long, HttpSettings) - Static method in class com.landawn.abacus.http.HttpClient
-
- create(String, int, long, long, HttpSettings, AtomicInteger) - Static method in class com.landawn.abacus.http.HttpClient
-
- create() - Static method in class com.landawn.abacus.http.HttpHeaders
-
- create(HttpClient) - Static method in class com.landawn.abacus.http.HttpRequest
-
- create() - Static method in class com.landawn.abacus.http.HttpSettings
-
- create(String, OkHttpClient) - Static method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
- create(URL, OkHttpClient) - Static method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
- create(HttpUrl, OkHttpClient) - Static method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
- create() - Static method in class com.landawn.abacus.parser.Fj.DeserializeConfig.FDC
-
- create(ParserConfig) - Static method in class com.landawn.abacus.parser.Fj.DeserializeConfig.FDC
-
- create() - Static method in class com.landawn.abacus.parser.Fj.SerializeConfig.FSC
-
- create(SerializeConfig) - Static method in class com.landawn.abacus.parser.Fj.SerializeConfig.FSC
-
- create() - Static method in class com.landawn.abacus.parser.JSONDeserializationConfig.JDC
-
- create() - Static method in class com.landawn.abacus.parser.JSONSerializationConfig.JSC
-
- create() - Static method in class com.landawn.abacus.parser.KryoDeserializationConfig.KDC
-
- create() - Static method in class com.landawn.abacus.parser.KryoSerializationConfig.KSC
-
- create() - Static method in class com.landawn.abacus.parser.XMLDeserializationConfig.XDC
-
- create() - Static method in class com.landawn.abacus.parser.XMLSerializationConfig.XSC
-
- create(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 variable in class com.landawn.abacus.util.WD
-
Field CREATE.
- createBigDecimal(String) - Static method in class com.landawn.abacus.util.Numbers
-
Convert a String to a BigDecimal.
- createBigInteger(String) - Static method in class com.landawn.abacus.util.Numbers
-
Convert a String to a BigInteger; since 3.2 it
handles hex (0x or #) and octal (0) notations.
- createBufferedJSONWriter() - Static method in class com.landawn.abacus.util.Objectory
-
Creates the buffered JSON writer.
- createBufferedJSONWriter(OutputStream) - Static method in class com.landawn.abacus.util.Objectory
-
Creates the buffered JSON writer.
- createBufferedJSONWriter(Writer) - Static method in class com.landawn.abacus.util.Objectory
-
Creates the buffered JSON writer.
- createBufferedReader(String) - Static method in class com.landawn.abacus.util.Objectory
-
Creates the buffered reader.
- createBufferedReader(InputStream) - Static method in class com.landawn.abacus.util.Objectory
-
Creates the buffered reader.
- createBufferedReader(Reader) - Static method in class com.landawn.abacus.util.Objectory
-
Creates the buffered reader.
- createBufferedWriter() - Static method in class com.landawn.abacus.util.Objectory
-
Creates the buffered writer.
- createBufferedWriter(OutputStream) - Static method in class com.landawn.abacus.util.Objectory
-
Creates the buffered writer.
- createBufferedWriter(Writer) - Static method in class com.landawn.abacus.util.Objectory
-
Creates the buffered writer.
- createBufferedXMLWriter() - Static method in class com.landawn.abacus.util.Objectory
-
Creates the buffered XML writer.
- createBufferedXMLWriter(OutputStream) - Static method in class com.landawn.abacus.util.Objectory
-
Creates the buffered XML writer.
- createBufferedXMLWriter(Writer) - Static method in class com.landawn.abacus.util.Objectory
-
Creates the buffered XML writer.
- createByteArrayBuffer() - Static method in class com.landawn.abacus.util.Objectory
-
Creates the byte array buffer.
- createByteArrayBuffer(int) - Static method in class com.landawn.abacus.util.Objectory
-
Creates the byte array buffer.
- createByteArrayOutputStream() - Static method in class com.landawn.abacus.util.Objectory
-
Creates the byte array output stream.
- createByteArrayOutputStream(int) - Static method in class com.landawn.abacus.util.Objectory
-
Creates the byte array output stream.
- createCalendar(Calendar) - Static method in class com.landawn.abacus.util.DateUtil
-
Creates the calendar.
- createCalendar(Date) - Static method in class com.landawn.abacus.util.DateUtil
-
Creates the calendar.
- createCalendar(long) - Static method in class com.landawn.abacus.util.DateUtil
-
Creates the calendar.
- createCalendar(long, TimeZone) - Static method in class com.landawn.abacus.util.DateUtil
-
Creates the calendar.
- createCharArrayBuffer() - Static method in class com.landawn.abacus.util.Objectory
-
Creates the char array buffer.
- createCharArrayBuffer(int) - Static method in class com.landawn.abacus.util.Objectory
-
Creates the char array buffer.
- createContentParser() - Static method in class com.landawn.abacus.util.XMLUtil
-
Call recycleContentParser to reuse the instance.
- createDate(Calendar) - Static method in class com.landawn.abacus.util.DateUtil
-
Creates the date.
- createDate(Date) - Static method in class com.landawn.abacus.util.DateUtil
-
Creates the date.
- createDate(long) - Static method in class com.landawn.abacus.util.DateUtil
-
Creates the date.
- createDOMParser() - Static method in class com.landawn.abacus.util.XMLUtil
-
- createDOMParser(boolean, boolean) - Static method in class com.landawn.abacus.util.XMLUtil
-
Creates the DOM parser.
- createDouble(String) - Static method in class com.landawn.abacus.util.Numbers
-
Convert a String to a Double.
- createEntityResult() - Method in class com.landawn.abacus.parser.ParserUtil.EntityInfo
-
- createFieldDeserializer(ParserConfig, JavaBeanInfo, FieldInfo) - Method in class com.landawn.abacus.parser.Fj.DeserializeConfig
-
Creates the field deserializer.
- createFilteredStreamReader(XMLStreamReader, StreamFilter) - Static method in class com.landawn.abacus.util.XMLUtil
-
Creates the filtered stream reader.
- createFloat(String) - Static method in class com.landawn.abacus.util.Numbers
-
Convert a String to a Float.
- createGregorianCalendar(Calendar) - Static method in class com.landawn.abacus.util.DateUtil
-
Creates the gregorian calendar.
- createGregorianCalendar(Date) - Static method in class com.landawn.abacus.util.DateUtil
-
Creates the gregorian calendar.
- createGregorianCalendar(long) - Static method in class com.landawn.abacus.util.DateUtil
-
Creates the gregorian calendar.
- createGregorianCalendar(long, TimeZone) - Static method in class com.landawn.abacus.util.DateUtil
-
Creates the gregorian calendar.
- createIfNotExists(File) - Static method in class com.landawn.abacus.util.IOUtil
-
Creates the if not exists.
- createInteger(String) - Static method in class com.landawn.abacus.util.Numbers
-
Convert a String to a Integer, handling hex
(0xhhhh) and octal (0dddd) notations.
- createJavaBeanDeserializer(Class<?>, Type) - Method in class com.landawn.abacus.parser.Fj.DeserializeConfig
-
Creates the java bean deserializer.
- createJSONParser() - Static method in class com.landawn.abacus.parser.ParserFactory
-
Creates a new Parser object.
- createJSONParser(JSONSerializationConfig, JSONDeserializationConfig) - Static method in class com.landawn.abacus.parser.ParserFactory
-
- createJUDate(Calendar) - Static method in class com.landawn.abacus.util.DateUtil
-
Creates the JU date.
- createJUDate(Date) - Static method in class com.landawn.abacus.util.DateUtil
-
Creates the JU date.
- createJUDate(long) - Static method in class com.landawn.abacus.util.DateUtil
-
Creates the JU date.
- createKeyedObjectPool(int) - Static method in class com.landawn.abacus.pool.PoolFactory
-
Creates a new Pool object.
- createKeyedObjectPool(int, long) - Static method in class com.landawn.abacus.pool.PoolFactory
-
Creates a new Pool object.
- createKeyedObjectPool(int, long, EvictionPolicy) - Static method in class com.landawn.abacus.pool.PoolFactory
-
Creates a new Pool object.
- createKeyedObjectPool(int, long, EvictionPolicy, long, KeyedObjectPool.MemoryMeasure<K, E>) - Static method in class com.landawn.abacus.pool.PoolFactory
-
Creates a new Pool object.
- createKeyedObjectPool(int, long, EvictionPolicy, boolean, float) - Static method in class com.landawn.abacus.pool.PoolFactory
-
Creates a new Pool object.
- createKeyedObjectPool(int, long, EvictionPolicy, boolean, float, long, KeyedObjectPool.MemoryMeasure<K, E>) - Static method in class com.landawn.abacus.pool.PoolFactory
-
Creates a new Pool object.
- createKryoParser() - Static method in class com.landawn.abacus.parser.ParserFactory
-
Creates a new Parser object.
- createLinkedHashMap() - Static method in class com.landawn.abacus.util.Objectory
-
Creates the linked hash map.
- createLinkedHashSet() - Static method in class com.landawn.abacus.util.Objectory
-
Creates the linked hash set.
- createList() - Static method in class com.landawn.abacus.util.Objectory
-
Creates the list.
- createLong(String) - Static method in class com.landawn.abacus.util.Numbers
-
Convert a String to a Long; since 3.1 it
handles hex (0Xhhhh) and octal (0ddd) notations.
- createMap() - Static method in class com.landawn.abacus.util.Objectory
-
Creates the map.
- createMarshaller(String) - Static method in class com.landawn.abacus.util.XMLUtil
-
Creates the marshaller.
- createMarshaller(Class<?>) - Static method in class com.landawn.abacus.util.XMLUtil
-
Creates the marshaller.
- createMethodHandle(Method) - Static method in class com.landawn.abacus.util.ClassUtil
-
- createNumber() - Static method in class com.landawn.abacus.util.Fn
-
Creates the number.
- createNumber(String) - Static method in class com.landawn.abacus.util.Numbers
-
Turns a string value into a java.lang.Number.
- createObjectArray() - Static method in class com.landawn.abacus.util.Objectory
-
Creates the object array.
- createObjectArray(int) - Static method in class com.landawn.abacus.util.Objectory
-
Creates the object array.
- createObjectPool(int) - Static method in class com.landawn.abacus.pool.PoolFactory
-
Creates a new Pool object.
- createObjectPool(int, long) - Static method in class com.landawn.abacus.pool.PoolFactory
-
Creates a new Pool object.
- createObjectPool(int, long, EvictionPolicy) - Static method in class com.landawn.abacus.pool.PoolFactory
-
Creates a new Pool object.
- createObjectPool(int, long, EvictionPolicy, long, ObjectPool.MemoryMeasure<E>) - Static method in class com.landawn.abacus.pool.PoolFactory
-
Creates a new Pool object.
- createObjectPool(int, long, EvictionPolicy, boolean, float) - Static method in class com.landawn.abacus.pool.PoolFactory
-
Creates a new Pool object.
- createObjectPool(int, long, EvictionPolicy, boolean, float, long, ObjectPool.MemoryMeasure<E>) - Static method in class com.landawn.abacus.pool.PoolFactory
-
Creates a new Pool object.
- createParentDirectories(Path, FileAttribute<?>...) - Static method in class com.landawn.abacus.guava.Files
-
Creates the parent directories.
- createParentDirs(File) - Static method in class com.landawn.abacus.guava.Files
-
Creates the parent dirs.
- createSAXParser() - Static method in class com.landawn.abacus.util.XMLUtil
-
Call recycleSAXParser to reuse the instance.
- createSet() - Static method in class com.landawn.abacus.util.Objectory
-
Creates the set.
- createStarted() - Static method in class com.landawn.abacus.util.Stopwatch
-
- createStarted(Ticker) - Static method in class com.landawn.abacus.util.Stopwatch
-
Creates (and starts) a new stopwatch, using the specified time source.
- createStringBuilder() - Static method in class com.landawn.abacus.util.Objectory
-
Creates the string builder.
- createStringBuilder(int) - Static method in class com.landawn.abacus.util.Objectory
-
Creates the string builder.
- createTempDir() - Static method in class com.landawn.abacus.guava.Files
-
- createTime(Calendar) - Static method in class com.landawn.abacus.util.DateUtil
-
Creates the time.
- createTime(Date) - Static method in class com.landawn.abacus.util.DateUtil
-
Creates the time.
- createTime(long) - Static method in class com.landawn.abacus.util.DateUtil
-
Creates the time.
- createTimestamp(Calendar) - Static method in class com.landawn.abacus.util.DateUtil
-
Creates the timestamp.
- createTimestamp(Date) - Static method in class com.landawn.abacus.util.DateUtil
-
Creates the timestamp.
- createTimestamp(long) - Static method in class com.landawn.abacus.util.DateUtil
-
Creates the timestamp.
- createUnmarshaller(String) - Static method in class com.landawn.abacus.util.XMLUtil
-
Creates the unmarshaller.
- createUnmarshaller(Class<?>) - Static method in class com.landawn.abacus.util.XMLUtil
-
Creates the unmarshaller.
- 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
-
Creates the XML gregorian calendar.
- createXMLGregorianCalendar(Date) - Static method in class com.landawn.abacus.util.DateUtil
-
Creates the XML gregorian calendar.
- createXMLGregorianCalendar(long) - Static method in class com.landawn.abacus.util.DateUtil
-
Creates the XML gregorian calendar.
- createXMLParser() - Static method in class com.landawn.abacus.parser.ParserFactory
-
Creates a new Parser object.
- createXMLParser(XMLSerializationConfig, XMLDeserializationConfig) - Static method in class com.landawn.abacus.parser.ParserFactory
-
Creates a new Parser object.
- createXMLStreamReader(Reader) - Static method in class com.landawn.abacus.util.XMLUtil
-
- createXMLStreamReader(InputStream) - Static method in class com.landawn.abacus.util.XMLUtil
-
- createXMLStreamReader(InputStream, String) - Static method in class com.landawn.abacus.util.XMLUtil
-
- createXMLStreamWriter(Writer) - Static method in class com.landawn.abacus.util.XMLUtil
-
- createXMLStreamWriter(OutputStream) - Static method in class com.landawn.abacus.util.XMLUtil
-
- createXMLStreamWriter(OutputStream, String) - Static method in class com.landawn.abacus.util.XMLUtil
-
- createXMLTransformer() - Static method in class com.landawn.abacus.util.XMLUtil
-
- CROSS - Static variable in class com.landawn.abacus.util.WD
-
Field CROSS.
- CROSS_JOIN - Static variable in class com.landawn.abacus.util.WD
-
Field CROSS_JOIN.
- crossJoin(Collection<? extends U>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
The time complexity is O(n * m) : n is the size of this Stream and m is the size of specified collection b.
- crossJoin(Collection<? extends U>, Throwables.BiFunction<? super T, ? super U, R, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
The time complexity is O(n * m) : n is the size of this Stream and m is the size of specified collection b.
- crossJoin(ExceptionalStream<? extends U, E>, Throwables.BiFunction<? super T, ? super U, R, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
The time complexity is O(n * m) : n is the size of this Stream and m is the size of specified collection b.
- CSV_HEADER_PARSER - Static variable in class com.landawn.abacus.util.CSVUtil
-
- CSV_HEADER_PARSER_BY_SPLITTER - Static variable in class com.landawn.abacus.util.CSVUtil
-
- CSV_LINE_PARSER - Static variable in class com.landawn.abacus.util.CSVUtil
-
- CSV_LINE_PARSER_BY_SPLITTER - Static variable in class com.landawn.abacus.util.CSVUtil
-
- CSVParser - Class in com.landawn.abacus.util
-
A very simple CSV parser released under a commercial-friendly license.
- CSVParser() - Constructor for class com.landawn.abacus.util.CSVParser
-
Constructs CSVParser using a comma for the separator.
- CSVParser(char) - Constructor for class com.landawn.abacus.util.CSVParser
-
Constructs CSVParser with supplied separator.
- CSVParser(char, char) - Constructor for class com.landawn.abacus.util.CSVParser
-
Constructs CSVParser with supplied separator and quote char.
- CSVParser(char, char, char) - Constructor for class com.landawn.abacus.util.CSVParser
-
Constructs CSVParser with supplied separator and quote char.
- CSVParser(char, char, char, boolean) - Constructor for class com.landawn.abacus.util.CSVParser
-
Constructs CSVParser with supplied separator and quote char.
- CSVParser(char, char, char, boolean, boolean) - Constructor for class com.landawn.abacus.util.CSVParser
-
Constructs CSVParser with supplied separator and quote char.
- CSVParser(char, char, char, boolean, boolean, boolean) - Constructor for class com.landawn.abacus.util.CSVParser
-
Constructs CSVParser with supplied separator and quote char.
- CSVUtil - Class in com.landawn.abacus.util
-
- CSVUtil() - Constructor for class com.landawn.abacus.util.CSVUtil
-
- CURRENT_DATE - Static variable in class com.landawn.abacus.util.WD
-
Field CURRENT_DATE.
- CURRENT_PATH - Static variable in class com.landawn.abacus.util.IOUtil
-
current path retrieved by new File("./").getAbsolutePath()
- CURRENT_TIME - Static variable in class com.landawn.abacus.util.WD
-
Field CURRENT_TIME.
- CURRENT_TIMESTAMP - Static variable in class com.landawn.abacus.util.WD
-
Field CURRENT_TIMESTAMP.
- currentCalendar() - Static method in class com.landawn.abacus.util.DateUtil
-
A new instance of java.util.Calendar returned is based on
the current time in the default time zone with the default locale.
- currentDate() - Static method in class com.landawn.abacus.util.DateUtil
-
A new instance of java.sql.Date returned is based on the
current time in the default time zone with the default locale.
- currentGregorianCalendar() - Static method in class com.landawn.abacus.util.DateUtil
-
Current gregorian calendar.
- currentJUDate() - Static method in class com.landawn.abacus.util.DateUtil
-
A new instance of java.util.Date returned is based on the
current time in the default time zone with the default locale.
- currentPage() - Method in interface com.landawn.abacus.PaginatedDataSet
-
Returns a frozen DataSet.
- currentPageNum() - Method in interface com.landawn.abacus.PaginatedDataSet
-
- currentRowNum() - Method in interface com.landawn.abacus.DataSet
-
Returns the current row number.
- currentTime() - Static method in class com.landawn.abacus.util.DateUtil
-
A new instance of java.sql.Time returned is based on the
current time in the default time zone with the default locale.
- currentTimestamp() - Static method in class com.landawn.abacus.util.DateUtil
-
A new instance of java.sql.Timestamp returned is based on
the current time in the default time zone with the default locale.
- currentXMLGregorianCalendar() - Static method in class com.landawn.abacus.util.DateUtil
-
Current XML gregorian calendar.
- DATA_SET - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field DATA_SET.
- DATA_SET_ELE_END - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field DATA_SET_ELE_END.
- DATA_SET_ELE_START - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field DATA_SET_ELE_START.
- DATA_SET_NULL_ELE - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field DATA_SET_NULL_ELE.
- DataSet - Interface in com.landawn.abacus
-
- DATE - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Date header field name.
- DateTimeFormat - Enum in com.landawn.abacus.util
-
The Enum DateTimeFormat.
- DateUtil - Class in com.landawn.abacus.util
-
- DateUtil.DateTimeUtil - Class in com.landawn.abacus.util
-
The Class DateTimeUtil.
- dbType - Variable in class com.landawn.abacus.parser.ParserUtil.PropInfo
-
- DC1 - Static variable in class com.landawn.abacus.util.Ascii
-
Device Control 1.
- DC2 - Static variable in class com.landawn.abacus.util.Ascii
-
Device Control 2.
- DC3 - Static variable in class com.landawn.abacus.util.Ascii
-
Device Control 3.
- DC4 - Static variable in class com.landawn.abacus.util.Ascii
-
Device Control 4.
- debounce(long) - Method in class com.landawn.abacus.util.Observer
-
- debounce(long, TimeUnit) - Method in class com.landawn.abacus.util.Observer
-
- declaringClass - Variable in class com.landawn.abacus.parser.ParserUtil.PropInfo
-
- decode(byte[]) - Method in class com.landawn.abacus.parser.KryoParser
-
- decode(String) - Static method in class com.landawn.abacus.util.Hex
-
- decode(char[]) - Static method in class com.landawn.abacus.util.Hex
-
Converts an array of characters representing hexadecimal values into an array of bytes of those same values.
- decode(String) - Static method in class com.landawn.abacus.util.URLEncodedUtil
-
- decode(String, Charset) - Static method in class com.landawn.abacus.util.URLEncodedUtil
-
- decode(Class<T>, String) - Static method in class com.landawn.abacus.util.URLEncodedUtil
-
- decode(Class<T>, String, Charset) - Static method in class com.landawn.abacus.util.URLEncodedUtil
-
- decrement() - Method in class com.landawn.abacus.util.MutableByte
-
Decrements the value.
- decrement() - Method in class com.landawn.abacus.util.MutableChar
-
Decrements the value.
- decrement() - Method in class com.landawn.abacus.util.MutableDouble
-
Decrements the value.
- decrement() - Method in class com.landawn.abacus.util.MutableFloat
-
Decrements the value.
- decrement() - Method in class com.landawn.abacus.util.MutableInt
-
Decrements the value.
- decrement() - Method in class com.landawn.abacus.util.MutableLong
-
Decrements the value.
- decrement() - Method in class com.landawn.abacus.util.MutableShort
-
Decrements the value.
- decrementAndGet() - Method in class com.landawn.abacus.util.MutableByte
-
Decrements by one the current value.
- decrementAndGet() - Method in class com.landawn.abacus.util.MutableChar
-
Decrements by one the current value.
- decrementAndGet() - Method in class com.landawn.abacus.util.MutableDouble
-
Decrements by one the current value.
- decrementAndGet() - Method in class com.landawn.abacus.util.MutableFloat
-
Decrements by one the current value.
- decrementAndGet() - Method in class com.landawn.abacus.util.MutableInt
-
Decrements by one the current value.
- decrementAndGet() - Method in class com.landawn.abacus.util.MutableLong
-
Decrements by one the current value.
- decrementAndGet() - Method in class com.landawn.abacus.util.MutableShort
-
Decrements by one the current value.
- deepEntity2Map(Object) - Static method in class com.landawn.abacus.util.Maps
-
Deep entity to map.
- deepEntity2Map(Object, boolean) - Static method in class com.landawn.abacus.util.Maps
-
Deep entity to map.
- deepEntity2Map(Object, Collection<String>) - Static method in class com.landawn.abacus.util.Maps
-
Deep entity to map.
- deepEntity2Map(Object, boolean, Collection<String>) - Static method in class com.landawn.abacus.util.Maps
-
Deep entity to map.
- deepEntity2Map(Object, boolean, Collection<String>, NamingPolicy) - Static method in class com.landawn.abacus.util.Maps
-
Deep entity to map.
- deepEntity2Map(Object, Supplier<? extends M>) - Static method in class com.landawn.abacus.util.Maps
-
Deep entity to map.
- deepEntity2Map(M, Object) - Static method in class com.landawn.abacus.util.Maps
-
Deep entity to map.
- deepEntity2Map(M, Object, boolean) - Static method in class com.landawn.abacus.util.Maps
-
Deep entity to map.
- deepEntity2Map(M, Object, Collection<String>) - Static method in class com.landawn.abacus.util.Maps
-
Deep entity to map.
- deepEntity2Map(M, Object, boolean, Collection<String>) - Static method in class com.landawn.abacus.util.Maps
-
Deep entity to map.
- deepEntity2Map(M, Object, boolean, Collection<String>, NamingPolicy) - Static method in class com.landawn.abacus.util.Maps
-
Deep entity to map.
- deepEntity2Map(Collection<?>) - Static method in class com.landawn.abacus.util.Maps
-
Deep entity to map.
- deepEntity2Map(Collection<?>, boolean) - Static method in class com.landawn.abacus.util.Maps
-
Deep entity to map.
- deepEntity2Map(Collection<?>, Collection<String>) - Static method in class com.landawn.abacus.util.Maps
-
Deep entity to map.
- deepEntity2Map(Collection<?>, boolean, Collection<String>) - Static method in class com.landawn.abacus.util.Maps
-
Deep entity to map.
- deepEntity2Map(Collection<?>, boolean, Collection<String>, NamingPolicy) - Static method in class com.landawn.abacus.util.Maps
-
Deep entity to map.
- DEFAULT - Static variable in class com.landawn.abacus.util.Charsets
-
Returns the default charset of this Java virtual machine.
- DEFAULT - Static variable in interface com.landawn.abacus.util.function.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_CHARSET - Static variable in class com.landawn.abacus.http.HttpUtil
-
- DEFAULT_CONNECTION_TIMEOUT - Static variable in class com.landawn.abacus.http.HttpClient
-
Unit is milliseconds.
- DEFAULT_CONTENT_FORMAT - Static variable in class com.landawn.abacus.http.HttpUtil
-
- DEFAULT_DELIMITER - Static variable in class com.landawn.abacus.util.Joiner
-
- DEFAULT_DESERIALIZE_FEATURE - Static variable in class com.landawn.abacus.parser.Fj
-
- DEFAULT_ESCAPE_CHARACTER - Static variable in class com.landawn.abacus.util.CSVParser
-
The default escape character to use if none is supplied to the
constructor.
- DEFAULT_IGNORE_LEADING_WHITESPACE - Static variable in class com.landawn.abacus.util.CSVParser
-
The default leading whitespace behavior to use if none is supplied to the
constructor.
- DEFAULT_IGNORE_QUOTATIONS - Static variable in class com.landawn.abacus.util.CSVParser
-
If the quote character is set to null then there is no quote character.
- DEFAULT_KEY_VALUE_DELIMITER - Static variable in class com.landawn.abacus.util.Joiner
-
- DEFAULT_MAX_CONNECTION - Static variable in class com.landawn.abacus.http.HttpClient
-
- DEFAULT_QUOTE_CHARACTER - Static variable in class com.landawn.abacus.util.CSVParser
-
The default quote character to use if none is supplied to the
constructor.
- DEFAULT_READ_TIMEOUT - Static variable in class com.landawn.abacus.http.HttpClient
-
- DEFAULT_SEPARATOR - Static variable in class com.landawn.abacus.util.CSVParser
-
The default separator to use if none is supplied to the constructor.
- DEFAULT_SERIALIZE_FEATURE - Static variable in class com.landawn.abacus.parser.Fj
-
- DEFAULT_STRICT_QUOTES - Static variable in class com.landawn.abacus.util.CSVParser
-
The default strict quote behavior to use if none is supplied to the
constructor.
- DEFAULT_TIME_ZONE - Static variable in class com.landawn.abacus.parser.Fj
-
- DEFAULT_TYPE_KEY - Static variable in class com.landawn.abacus.parser.Fj
-
- defaultIfBlank(T, T) - Static method in class com.landawn.abacus.util.StringUtil
-
Same as N.defaultIfNullOrEmptyOrBlank(CharSequence, CharSequence).
- defaultIfBlank(T, Supplier<? extends T>) - Static method in class com.landawn.abacus.util.StringUtil
-
- defaultIfEmpty(T) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- defaultIfEmpty(Throwables.Supplier<? extends ExceptionalStream<T, E>, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- defaultIfEmpty(T, T) - Static method in class com.landawn.abacus.util.StringUtil
-
Same as N.defaultIfNullOrEmpty(CharSequence, CharSequence).
- defaultIfEmpty(T, Supplier<? extends T>) - Static method in class com.landawn.abacus.util.StringUtil
-
- DEFFAULT_DATE_FORMAT - Static variable in class com.landawn.abacus.parser.Fj
-
- DEL - Static variable in class com.landawn.abacus.util.Ascii
-
Delete: This character is used primarily to "erase" or "obliterate" erroneous or unwanted
characters in perforated tape.
- delay(long) - Method in class com.landawn.abacus.util.Observer
-
- delay(long, TimeUnit) - Method in class com.landawn.abacus.util.Observer
-
- delete() - Method in class com.landawn.abacus.http.HttpClient
-
- delete(HttpSettings) - Method in class com.landawn.abacus.http.HttpClient
-
- delete(Object) - Method in class com.landawn.abacus.http.HttpClient
-
- delete(Object, HttpSettings) - Method in class com.landawn.abacus.http.HttpClient
-
- delete(Class<T>) - Method in class com.landawn.abacus.http.HttpClient
-
- delete(Class<T>, HttpSettings) - Method in class com.landawn.abacus.http.HttpClient
-
- delete(Class<T>, Object) - Method in class com.landawn.abacus.http.HttpClient
-
- delete(Class<T>, Object, HttpSettings) - Method in class com.landawn.abacus.http.HttpClient
-
- delete() - Method in class com.landawn.abacus.http.HttpRequest
-
- delete(Class<T>) - Method in class com.landawn.abacus.http.HttpRequest
-
- delete(Object) - Method in class com.landawn.abacus.http.HttpRequest
-
- delete(Class<T>, Object) - Method in class com.landawn.abacus.http.HttpRequest
-
- delete() - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
- delete(Class<T>) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
- delete(boolean[], int) - Static method in class com.landawn.abacus.util.N
-
Removes the element at the specified position from the specified array.
- delete(char[], int) - Static method in class com.landawn.abacus.util.N
-
Removes the element at the specified position from the specified array.
- delete(byte[], int) - Static method in class com.landawn.abacus.util.N
-
Removes the element at the specified position from the specified array.
- delete(short[], int) - Static method in class com.landawn.abacus.util.N
-
Removes the element at the specified position from the specified array.
- delete(int[], int) - Static method in class com.landawn.abacus.util.N
-
Removes the element at the specified position from the specified array.
- delete(long[], int) - Static method in class com.landawn.abacus.util.N
-
Removes the element at the specified position from the specified array.
- delete(float[], int) - Static method in class com.landawn.abacus.util.N
-
Removes the element at the specified position from the specified array.
- delete(double[], int) - Static method in class com.landawn.abacus.util.N
-
Removes the element at the specified position from the specified array.
- delete(T[], int) - Static method in class com.landawn.abacus.util.N
-
Removes the element at the specified position from the specified array.
- DELETE - Static variable in class com.landawn.abacus.util.WD
-
Field DELETE.
- deleteAll(boolean[], int...) - Static method in class com.landawn.abacus.util.N
-
Removes the elements at the specified positions from the specified array.
- deleteAll(char[], int...) - Static method in class com.landawn.abacus.util.N
-
Removes the elements at the specified positions from the specified array.
- deleteAll(byte[], int...) - Static method in class com.landawn.abacus.util.N
-
Removes the elements at the specified positions from the specified array.
- deleteAll(short[], int...) - Static method in class com.landawn.abacus.util.N
-
Removes the elements at the specified positions from the specified array.
- deleteAll(int[], int...) - Static method in class com.landawn.abacus.util.N
-
Removes the elements at the specified positions from the specified array.
- deleteAll(long[], int...) - Static method in class com.landawn.abacus.util.N
-
Removes the elements at the specified positions from the specified array.
- deleteAll(float[], int...) - Static method in class com.landawn.abacus.util.N
-
Removes the elements at the specified positions from the specified array.
- deleteAll(double[], int...) - Static method in class com.landawn.abacus.util.N
-
Removes the elements at the specified positions from the specified array.
- deleteAll(String[], int...) - Static method in class com.landawn.abacus.util.N
-
- deleteAll(T[], int...) - Static method in class com.landawn.abacus.util.N
-
Removes the elements at the specified positions from the specified array.
- deleteAll(List<?>, int...) - Static method in class com.landawn.abacus.util.N
-
Removes the elements at the specified positions from the specified List.
- deleteAllIfExists(File) - Static method in class com.landawn.abacus.util.IOUtil
-
Delete the specified file and all its sub files/directories if it's a directory.
- deleteDirectoryContents(Path, RecursiveDeleteOption...) - Static method in class com.landawn.abacus.guava.Files
-
Delete directory contents.
- deleteFiles(File) - Static method in class com.landawn.abacus.util.IOUtil
-
- deleteFiles(File, Throwables.BiPredicate<? super File, ? super File, E>) - Static method in class com.landawn.abacus.util.IOUtil
-
Delete the specified dir if it's a file or its sub files/directories if it's a directory with the specified filter.
- deleteIfExists(File) - Static method in class com.landawn.abacus.util.IOUtil
-
Delete the specified file (or directory).
- deleteRange(boolean[], int, int) - Static method in class com.landawn.abacus.util.N
-
Deletes the values from fromIndex to toIndex.
- deleteRange(char[], int, int) - Static method in class com.landawn.abacus.util.N
-
Deletes the values from fromIndex to toIndex.
- deleteRange(byte[], int, int) - Static method in class com.landawn.abacus.util.N
-
Deletes the values from fromIndex to toIndex.
- deleteRange(short[], int, int) - Static method in class com.landawn.abacus.util.N
-
Deletes the values from fromIndex to toIndex.
- deleteRange(int[], int, int) - Static method in class com.landawn.abacus.util.N
-
Deletes the values from fromIndex to toIndex.
- deleteRange(long[], int, int) - Static method in class com.landawn.abacus.util.N
-
Deletes the values from fromIndex to toIndex.
- deleteRange(float[], int, int) - Static method in class com.landawn.abacus.util.N
-
Deletes the values from fromIndex to toIndex.
- deleteRange(double[], int, int) - Static method in class com.landawn.abacus.util.N
-
Deletes the values from fromIndex to toIndex.
- deleteRange(String[], int, int) - Static method in class com.landawn.abacus.util.N
-
- deleteRange(T[], int, int) - Static method in class com.landawn.abacus.util.N
-
Deletes the values from fromIndex to toIndex.
- deleteRange(List<T>, int, int) - Static method in class com.landawn.abacus.util.N
-
Returns true if the List is updated when fromIndex < toIndex, otherwise false is returned when fromIndex == toIndex.
- deleteRange(String, int, int) - Static method in class com.landawn.abacus.util.N
-
- deleteRecursively(Path, RecursiveDeleteOption...) - Static method in class com.landawn.abacus.guava.Files
-
- deleteWhitespace(String) - Static method in class com.landawn.abacus.util.StringUtil
-
- deleteWhitespace(String[]) - Static method in class com.landawn.abacus.util.StringUtil
-
- denominator() - Method in class com.landawn.abacus.util.Fraction
-
- DESC - Static variable in class com.landawn.abacus.util.WD
-
Field DESC.
- descendingIterator() - Method in class com.landawn.abacus.util.ImmutableNavigableSet
-
- descendingKeySet() - Method in class com.landawn.abacus.util.ImmutableNavigableMap
-
Descending key set.
- descendingMap() - Method in class com.landawn.abacus.util.ImmutableNavigableMap
-
- descendingSet() - Method in class com.landawn.abacus.util.ImmutableNavigableSet
-
- DESCRIBE - Static variable in class com.landawn.abacus.util.WD
-
Field DESCRIBE.
- DeserializationConfig<C extends DeserializationConfig<C>> - Class in com.landawn.abacus.parser
-
- DeserializationConfig() - Constructor for class com.landawn.abacus.parser.DeserializationConfig
-
- deserialize(Class<T>, String, int, int) - Method in interface com.landawn.abacus.parser.JSONParser
-
- deserialize(Class<T>, String, int, int, JSONDeserializationConfig) - Method in interface com.landawn.abacus.parser.JSONParser
-
- deserialize(Class<T>, String, KryoDeserializationConfig) - Method in class com.landawn.abacus.parser.KryoParser
-
- deserialize(Class<T>, File, KryoDeserializationConfig) - Method in class com.landawn.abacus.parser.KryoParser
-
- deserialize(Class<T>, InputStream, KryoDeserializationConfig) - Method in class com.landawn.abacus.parser.KryoParser
-
- deserialize(Class<T>, Reader, KryoDeserializationConfig) - Method in class com.landawn.abacus.parser.KryoParser
-
- deserialize(Class<T>, String) - Method in interface com.landawn.abacus.parser.Parser
-
- deserialize(Class<T>, String, DC) - Method in interface com.landawn.abacus.parser.Parser
-
- deserialize(Class<T>, File) - Method in interface com.landawn.abacus.parser.Parser
-
- deserialize(Class<T>, File, DC) - Method in interface com.landawn.abacus.parser.Parser
-
- deserialize(Class<T>, InputStream) - Method in interface com.landawn.abacus.parser.Parser
-
- deserialize(Class<T>, InputStream, DC) - Method in interface com.landawn.abacus.parser.Parser
-
- deserialize(Class<T>, Reader) - Method in interface com.landawn.abacus.parser.Parser
-
- deserialize(Class<T>, Reader, DC) - Method in interface com.landawn.abacus.parser.Parser
-
- deserialize(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
-
- destroy() - Method in interface com.landawn.abacus.pool.Poolable
-
Method destroy.
- destroy() - Method in class com.landawn.abacus.pool.PoolableWrapper
-
Destroy.
- DFAULT_LOCAL - Static variable in class com.landawn.abacus.parser.Fj
-
- difference(DataSet) - Method in interface com.landawn.abacus.DataSet
-
Returns a new DataSet.
- Difference<L,R> - Class in com.landawn.abacus.util
-
- difference(Collection<?>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- difference(Function<? super T, ?>, Collection<?>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- difference(Set<E>, Set<?>) - Static method in class com.landawn.abacus.util.Iterables
-
Returns an unmodifiable view of the difference of two sets.
- difference(Map<K, V>, Map<K, V>) - Static method in class com.landawn.abacus.util.Maps
-
- difference(T[], Object[]) - Static method in class com.landawn.abacus.util.N
-
Returns the elements from a, but exclude the elements in b by occurrences.
- difference(Collection<? extends T>, Collection<?>) - Static method in class com.landawn.abacus.util.N
-
Returns the elements from a, but exclude the elements in b by occurrences.
- Difference.MapDifference<L,R,D> - Class in com.landawn.abacus.util
-
The Class MapDifference.
- differentSet(Collection<? extends T>, Collection<?>) - Static method in class com.landawn.abacus.util.N
-
Different set.
- DigestUtil - Class in com.landawn.abacus.util
-
Note: copied from Apache commons-codec: https://commons.apache.org/proper/commons-codec.
- DirtyMarker - Interface in com.landawn.abacus
-
Memo of the signed and modified properties in this entity instance.
- dirtyPropNames() - Method in interface com.landawn.abacus.DirtyMarker
-
Deprecated.
- disjoint(Object[], Object[]) - Static method in class com.landawn.abacus.util.N
-
- disjoint(Collection<?>, Collection<?>) - Static method in class com.landawn.abacus.util.N
-
Returns true if the two specified arrays have no elements in common.
- DisposableEntry() - Constructor for class com.landawn.abacus.util.NoCachingNoUpdating.DisposableEntry
-
- DisposablePair() - Constructor for class com.landawn.abacus.util.NoCachingNoUpdating.DisposablePair
-
- DisposableTriple() - Constructor for class com.landawn.abacus.util.NoCachingNoUpdating.DisposableTriple
-
- distanceOfInheritance(Class<?>, Class<?>) - Static method in class com.landawn.abacus.util.ClassUtil
-
Returns the number of inheritance hops between two classes.
- distinct() - Method in interface com.landawn.abacus.DataSet
-
Returns a new DataSet with the rows de-duplicated by the values in all columns.
- distinct() - Method in class com.landawn.abacus.util.ExceptionalStream
-
Distinct and filter by occurrences.
- distinct() - Static method in class com.landawn.abacus.util.Fn.Predicates
-
Returns a stateful Predicate.
- distinct(Iterator<? extends T>) - Static method in class com.landawn.abacus.util.Iterators
-
- distinct(boolean[]) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- distinct(boolean[], int, int) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- distinct(char[]) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- distinct(char[], int, int) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- distinct(byte[]) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- distinct(byte[], int, int) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- distinct(short[]) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- distinct(short[], int, int) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- distinct(int[]) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- distinct(int[], int, int) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- distinct(long[]) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- distinct(long[], int, int) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- distinct(float[]) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- distinct(float[], int, int) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- distinct(double[]) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- distinct(double[], int, int) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- distinct(T[]) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- distinct(T[], int, int) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- distinct(Collection<? extends T>) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- distinct(Collection<? extends T>, int, int) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- distinct() - Method in class com.landawn.abacus.util.Observer
-
- DISTINCT - Static variable in class com.landawn.abacus.util.WD
-
Field DISTINCT.
- distinctBy(String) - Method in interface com.landawn.abacus.DataSet
-
Returns a new DataSet with the rows de-duplicated by the value in the specified column.
- distinctBy(String, Throwables.Function<K, ?, E>) - Method in interface com.landawn.abacus.DataSet
-
Returns a new DataSet with the rows de-duplicated by the value in the specified column from the specified fromRowIndex to toRowIndex.
- distinctBy(Collection<String>) - Method in interface com.landawn.abacus.DataSet
-
Returns a new DataSet with the rows de-duplicated by the values in the specified columns.
- distinctBy(Collection<String>, Throwables.Function<? super NoCachingNoUpdating.DisposableObjArray, ?, E>) - Method in interface com.landawn.abacus.DataSet
-
Returns a new DataSet with the rows de-duplicated by the values in the specified columns from the specified fromRowIndex to toRowIndex.
- distinctBy(Throwables.Function<? super T, K, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
Distinct by the value mapped from keyMapper .
- distinctBy(Throwables.Function<? super T, K, ? extends E>, Throwables.Predicate<? super Long, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
Distinct and filter by occurrences.
- distinctBy(Throwables.Function<? super T, K, ? extends E>, Throwables.BinaryOperator<T, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
Distinct and filter by occurrences.
- distinctBy(Function<? super T, ?>) - Static method in class com.landawn.abacus.util.Fn.Predicates
-
Returns a stateful Predicate.
- distinctBy(Iterator<? extends T>, Function<? super T, ?>) - Static method in class com.landawn.abacus.util.Iterators
-
- distinctBy(T[], Throwables.Function<? super T, ?, E>) - Static method in class com.landawn.abacus.util.N
-
Distinct by the value mapped from keyMapper.
- distinctBy(T[], int, int, Throwables.Function<? super T, ?, E>) - Static method in class com.landawn.abacus.util.N
-
Distinct by the value mapped from keyMapper.
- distinctBy(T[], Throwables.Function<? super T, ?, E>, Supplier<C>) - Static method in class com.landawn.abacus.util.N
-
Distinct by the value mapped from keyMapper.
- distinctBy(Collection<? extends T>, Throwables.Function<? super T, ?, E>) - Static method in class com.landawn.abacus.util.N
-
Distinct by the value mapped from keyMapper.
- distinctBy(Collection<? extends T>, int, int, Throwables.Function<? super T, ?, E>) - Static method in class com.landawn.abacus.util.N
-
Distinct by the value mapped from keyMapper.
- distinctBy(Collection<? extends T>, Throwables.Function<? super T, ?, E>, Supplier<C>) - Static method in class com.landawn.abacus.util.N
-
Distinct by the value mapped from keyMapper.
- distinctBy(Function<? super T, ?>) - Method in class com.landawn.abacus.util.Observer
-
- distinctBy(Function<? super T, ?>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
It's copied from StreamEx: https://github.com/amaembo/streamex under Apache License v2 and may be modified.
- distinctCount(Function<? super T, ?>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
It's copied from StreamEx: https://github.com/amaembo/streamex under Apache License v2 and may be modified.
- DISTINCTROW - Static variable in class com.landawn.abacus.util.WD
-
Field DISTINCTROW.
- divide(int, int, RoundingMode) - Static method in class com.landawn.abacus.util.Numbers
-
Returns the result of dividing p by q, rounding using the specified
RoundingMode.
- divide(long, long, RoundingMode) - Static method in class com.landawn.abacus.util.Numbers
-
Returns the result of dividing p by q, rounding using the specified
RoundingMode.
- divide(BigInteger, BigInteger, RoundingMode) - Static method in class com.landawn.abacus.util.Numbers
-
- divideColumn(String, Collection<String>, Throwables.Function<T, ? extends List<?>, E>) - Method in interface com.landawn.abacus.DataSet
-
- divideColumn(String, Collection<String>, Throwables.BiConsumer<T, Object[], E>) - Method in interface com.landawn.abacus.DataSet
-
- divideColumn(String, Tuple.Tuple2<String, String>, Throwables.BiConsumer<T, Pair<Object, Object>, E>) - Method in interface com.landawn.abacus.DataSet
-
- divideColumn(String, Tuple.Tuple3<String, String, String>, Throwables.BiConsumer<T, Triple<Object, Object, Object>, E>) - Method in interface com.landawn.abacus.DataSet
-
- divideColumn(String, Collection<String>, Throwables.Function<T, ? extends List<?>, E>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
-
- divideColumn(String, Collection<String>, Throwables.BiConsumer<T, Object[], E>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
-
- divideColumn(String, Tuple.Tuple2<String, String>, Throwables.BiConsumer<T, Pair<Object, Object>, E>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
-
- divideColumn(String, Tuple.Tuple3<String, String, String>, Throwables.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(Fraction) - Method in class com.landawn.abacus.util.Fraction
-
Divide the value of this fraction by another.
- DLE - Static variable in class com.landawn.abacus.util.Ascii
-
Data Link Escape: A communication control character which will change the meaning of a limited
number of contiguously following characters.
- DNT - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP DNT header field name.
- doInput() - Method in class com.landawn.abacus.http.HttpSettings
-
- doInput(boolean) - Method in class com.landawn.abacus.http.HttpSettings
-
Note: Only for HttpClient, not for OKHttpClient.
- DOLLAR - Static variable in class com.landawn.abacus.util.WD
-
Field DOLLAR.
- doNothing() - Static method in class com.landawn.abacus.util.Fn.BiConsumers
-
- doNothing() - Static method in class com.landawn.abacus.util.Fn
-
- doNothing() - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- doOutput() - Method in class com.landawn.abacus.http.HttpSettings
-
- doOutput(boolean) - Method in class com.landawn.abacus.http.HttpSettings
-
Note: Only for HttpClient, not for OKHttpClient.
- doPasswordDigest(byte[], byte[], byte[]) - Static method in class com.landawn.abacus.util.WSSecurityUtil
-
Do password digest.
- doPasswordDigest(String, String, String) - Static method in class com.landawn.abacus.util.WSSecurityUtil
-
Do password digest.
- DOUBLE_ARRAY_COMPARATOR - Static variable in class com.landawn.abacus.util.Comparators
-
- DOUBLE_LIST - Static variable in class com.landawn.abacus.util.Clazz
-
- DOUBLE_MINUS_ONE - Static variable in class com.landawn.abacus.util.Numbers
-
Reusable Double constant for minus one.
- DOUBLE_ONE - Static variable in class com.landawn.abacus.util.Numbers
-
Reusable Double constant for one.
- DOUBLE_SET - Static variable in class com.landawn.abacus.util.Clazz
-
- DOUBLE_ZERO - Static variable in class com.landawn.abacus.util.Numbers
-
Reusable Double constant for zero.
- DoubleBiConsumer - Interface in com.landawn.abacus.util.function
-
- DoubleBiFunction<R> - Interface in com.landawn.abacus.util.function
-
- DoubleBinaryOperator - Interface in com.landawn.abacus.util.function
-
- DoubleBiPredicate - Interface in com.landawn.abacus.util.function
-
- DoubleConsumer - Interface in com.landawn.abacus.util.function
-
- DoubleFunction<R> - Interface in com.landawn.abacus.util.function
-
- DoubleIterator - Class in com.landawn.abacus.util
-
- DoubleIterator() - Constructor for class com.landawn.abacus.util.DoubleIterator
-
- DoubleMapMultiConsumer - Interface in com.landawn.abacus.util.function
-
- DoubleNConsumer - Interface in com.landawn.abacus.util.function
-
- DoubleNFunction<R> - Interface in com.landawn.abacus.util.function
-
- DoublePredicate - Interface in com.landawn.abacus.util.function
-
- DoubleSupplier - Interface in com.landawn.abacus.util.function
-
- DoubleTernaryOperator - 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
-
- 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.
- doubleValue() - Method in enum com.landawn.abacus.util.Percentage
-
- DROP - Static variable in class com.landawn.abacus.util.WD
-
Field DROP.
- dropWhile(Throwables.Predicate<? super T, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- dropWhile(Throwables.Predicate<? super T, ? extends E>, Throwables.Consumer<? super T, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- dropWhile(Iterator<? extends T>, Predicate<? super T>) - Static method in class com.landawn.abacus.util.Iterators
-
- dropWhile(Collection<? extends T>, Throwables.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
Drop while.
- dropWhile(T[], Throwables.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
Drop while.
- DuplicatedRecordException - Exception in com.landawn.abacus.exception
-
- DuplicatedRecordException() - Constructor for exception com.landawn.abacus.exception.DuplicatedRecordException
-
Constructor for EntityNotFoundException.
- DuplicatedRecordException(String) - Constructor for exception com.landawn.abacus.exception.DuplicatedRecordException
-
Constructor for EntityNotFoundException.
- DuplicatedRecordException(String, Throwable) - Constructor for exception com.landawn.abacus.exception.DuplicatedRecordException
-
Constructor for EntityNotFoundException.
- DuplicatedRecordException(Throwable) - Constructor for exception com.landawn.abacus.exception.DuplicatedRecordException
-
Constructor for EntityNotFoundException.
- DuplicatedResultException - Exception in com.landawn.abacus.exception
-
- DuplicatedResultException() - Constructor for exception com.landawn.abacus.exception.DuplicatedResultException
-
Constructor for EntityNotFoundException.
- DuplicatedResultException(String) - Constructor for exception com.landawn.abacus.exception.DuplicatedResultException
-
Constructor for EntityNotFoundException.
- DuplicatedResultException(String, Throwable) - Constructor for exception com.landawn.abacus.exception.DuplicatedResultException
-
Constructor for EntityNotFoundException.
- DuplicatedResultException(Throwable) - Constructor for exception com.landawn.abacus.exception.DuplicatedResultException
-
Constructor for EntityNotFoundException.
- Duration - Class in com.landawn.abacus.util
-
- E - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field E.
- E_ELE_END - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field E_ELE_END.
- E_ELE_START - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field E_ELE_END.
- E_NULL_ELE - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field E_NULL_ELE.
- EARLY_DATA - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
- ec(Throwables.BiConsumer<? super K, ? super V, E>) - Static method in class com.landawn.abacus.util.Fn.Entries
-
- ef(Throwables.BiFunction<? super K, ? super V, ? extends T, E>) - Static method in class com.landawn.abacus.util.Fn.Entries
-
- 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
-
- elementAt(long) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- elements() - Method in class com.landawn.abacus.util.Multiset
-
- EM - Static variable in class com.landawn.abacus.util.Ascii
-
End of Medium: A control character associated with the sent data which may be used to identify
the physical end of the medium, or the end of the used, or wanted, portion of information
recorded on a medium.
- 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 variable in class com.landawn.abacus.util.ByteIterator
-
- empty() - Static method in class com.landawn.abacus.util.ByteIterator
-
- EMPTY - Static variable in class com.landawn.abacus.util.CharIterator
-
- empty() - Static method in class com.landawn.abacus.util.CharIterator
-
- 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.Enumerations
-
- empty() - Static method in class com.landawn.abacus.util.ExceptionalStream
-
- empty() - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
-
Deprecated.
- 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.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 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.ObjIterator
-
- EMPTY - Static variable in class com.landawn.abacus.util.ShortIterator
-
- empty() - Static method in class com.landawn.abacus.util.ShortIterator
-
- EMPTY - Static variable in class com.landawn.abacus.util.StringUtil
-
The empty String "".
- empty() - Static method in class com.landawn.abacus.util.TriIterator
-
- empty() - Static method in class com.landawn.abacus.util.u.Nullable
-
- empty() - Static method in class com.landawn.abacus.util.u.Optional
-
- empty() - Static method in class com.landawn.abacus.util.u.OptionalBoolean
-
- empty() - Static method in class com.landawn.abacus.util.u.OptionalByte
-
- empty() - Static method in class com.landawn.abacus.util.u.OptionalChar
-
- empty() - Static method in class com.landawn.abacus.util.u.OptionalDouble
-
- empty() - Static method in class com.landawn.abacus.util.u.OptionalFloat
-
- empty() - Static method in class com.landawn.abacus.util.u.OptionalInt
-
- empty() - Static method in class com.landawn.abacus.util.u.OptionalLong
-
- empty() - Static method in class com.landawn.abacus.util.u.OptionalShort
-
- EMPTY - Static variable in class com.landawn.abacus.util.WD
-
Field EMPTY.
- emptyAction() - Static method in class com.landawn.abacus.util.Fn
-
- emptyAction() - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- emptyArray() - Static method in class com.landawn.abacus.util.Pair
-
- emptyArray() - Static method in class com.landawn.abacus.util.Triple
-
- emptyToNull(String) - Static method in class com.landawn.abacus.util.StringUtil
-
- emptyToNull(String[]) - Static method in class com.landawn.abacus.util.StringUtil
-
- encode(Object) - Method in class com.landawn.abacus.parser.KryoParser
-
- encode(byte[]) - Static method in class com.landawn.abacus.util.Hex
-
Converts an array of bytes into an array of characters representing the hexadecimal values of each byte in order.
- encode(byte[], boolean) - Static method in class com.landawn.abacus.util.Hex
-
Converts an array of bytes into an array of characters representing the hexadecimal values of each byte in order.
- encode(Object) - Static method in class com.landawn.abacus.util.URLEncodedUtil
-
- encode(Object, Charset) - Static method in class com.landawn.abacus.util.URLEncodedUtil
-
- encode(Object, Charset, NamingPolicy) - Static method in class com.landawn.abacus.util.URLEncodedUtil
-
- encode(String, Object) - Static method in class com.landawn.abacus.util.URLEncodedUtil
-
- encode(String, Object, Charset) - Static method in class com.landawn.abacus.util.URLEncodedUtil
-
- encode(String, Object, Charset, NamingPolicy) - Static method in class com.landawn.abacus.util.URLEncodedUtil
-
- encode(StringBuilder, Object) - Static method in class com.landawn.abacus.util.URLEncodedUtil
-
- encode(StringBuilder, Object, Charset) - Static method in class com.landawn.abacus.util.URLEncodedUtil
-
- encode(StringBuilder, Object, Charset, NamingPolicy) - Static method in class com.landawn.abacus.util.URLEncodedUtil
-
- encodedLength(CharSequence) - Static method in class com.landawn.abacus.util.Utf8
-
Returns the number of bytes in the UTF-8-encoded form of sequence.
- encodeToString(byte[]) - Static method in class com.landawn.abacus.util.Hex
-
Converts an array of bytes into a String representing the hexadecimal values of each byte in order.
- encodeToString(byte[], boolean) - Static method in class com.landawn.abacus.util.Hex
-
Converts an array of bytes into a String representing the hexadecimal values of each byte in order.
- END_ELEMENT - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field END_ELEMENT.
- endsWith(String) - Static method in class com.landawn.abacus.util.Fn
-
- endsWith(String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
- endsWithAny(String, String...) - Static method in class com.landawn.abacus.util.StringUtil
-
Ends with any.
- endsWithIgnoreCase(String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
Ends with ignore case.
- ENQ - Static variable in class com.landawn.abacus.util.Ascii
-
Enquiry: A communication control character used in data communication systems as a request for
a response from a remote station.
- ENTITIES - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field ENTITIES.
- ENTITIES_ELE_END - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field ENTITIES_ELE_END.
- ENTITIES_ELE_START - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field ENTITIES_ELE_START.
- ENTITIES_NULL_ELE - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field ENTITIES_NULL_ELE.
- Entity - Annotation Type in com.landawn.abacus.annotation
-
- ENTITY - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field ENTITY.
- entity2FlatMap(Object) - Static method in class com.landawn.abacus.util.Maps
-
Entity 2 flat map.
- entity2FlatMap(Object, boolean) - Static method in class com.landawn.abacus.util.Maps
-
Entity 2 flat map.
- entity2FlatMap(Object, Collection<String>) - Static method in class com.landawn.abacus.util.Maps
-
Entity 2 flat map.
- entity2FlatMap(Object, boolean, Collection<String>) - Static method in class com.landawn.abacus.util.Maps
-
Entity 2 flat map.
- entity2FlatMap(Object, boolean, Collection<String>, NamingPolicy) - Static method in class com.landawn.abacus.util.Maps
-
Entity 2 flat map.
- entity2FlatMap(Object, Supplier<? extends M>) - Static method in class com.landawn.abacus.util.Maps
-
Entity 2 flat map.
- entity2FlatMap(M, Object) - Static method in class com.landawn.abacus.util.Maps
-
Entity 2 flat map.
- entity2FlatMap(M, Object, boolean) - Static method in class com.landawn.abacus.util.Maps
-
Entity 2 flat map.
- entity2FlatMap(M, Object, Collection<String>) - Static method in class com.landawn.abacus.util.Maps
-
Entity 2 flat map.
- entity2FlatMap(M, Object, boolean, Collection<String>) - Static method in class com.landawn.abacus.util.Maps
-
Entity 2 flat map.
- entity2FlatMap(M, Object, boolean, Collection<String>, NamingPolicy) - Static method in class com.landawn.abacus.util.Maps
-
Entity 2 flat map.
- entity2FlatMap(Collection<?>) - Static method in class com.landawn.abacus.util.Maps
-
Entity 2 flat map.
- entity2FlatMap(Collection<?>, boolean) - Static method in class com.landawn.abacus.util.Maps
-
Entity 2 flat map.
- entity2FlatMap(Collection<?>, Collection<String>) - Static method in class com.landawn.abacus.util.Maps
-
Entity 2 flat map.
- entity2FlatMap(Collection<?>, boolean, Collection<String>) - Static method in class com.landawn.abacus.util.Maps
-
Entity 2 flat map.
- entity2FlatMap(Collection<?>, boolean, Collection<String>, NamingPolicy) - Static method in class com.landawn.abacus.util.Maps
-
Entity 2 flat map.
- entity2Map(Object) - Static method in class com.landawn.abacus.util.Maps
-
Entity to map.
- entity2Map(Object, boolean) - Static method in class com.landawn.abacus.util.Maps
-
Entity to map.
- entity2Map(Object, Collection<String>) - Static method in class com.landawn.abacus.util.Maps
-
Entity to map.
- entity2Map(Object, boolean, Collection<String>) - Static method in class com.landawn.abacus.util.Maps
-
Entity to map.
- entity2Map(Object, boolean, Collection<String>, NamingPolicy) - Static method in class com.landawn.abacus.util.Maps
-
Entity to map.
- entity2Map(Object, Supplier<? extends M>) - Static method in class com.landawn.abacus.util.Maps
-
Entity to map.
- entity2Map(M, Object) - Static method in class com.landawn.abacus.util.Maps
-
Entity to map.
- entity2Map(M, Object, boolean) - Static method in class com.landawn.abacus.util.Maps
-
Entity to map.
- entity2Map(M, Object, Collection<String>) - Static method in class com.landawn.abacus.util.Maps
-
Entity to map.
- entity2Map(M, Object, boolean, Collection<String>) - Static method in class com.landawn.abacus.util.Maps
-
Entity to map.
- entity2Map(M, Object, boolean, Collection<String>, NamingPolicy) - Static method in class com.landawn.abacus.util.Maps
-
Entity to map.
- entity2Map(Collection<?>) - Static method in class com.landawn.abacus.util.Maps
-
Entity to map.
- entity2Map(Collection<?>, boolean) - Static method in class com.landawn.abacus.util.Maps
-
Entity to map.
- entity2Map(Collection<?>, Collection<String>) - Static method in class com.landawn.abacus.util.Maps
-
Entity to map.
- entity2Map(Collection<?>, boolean, Collection<String>) - Static method in class com.landawn.abacus.util.Maps
-
Entity to map.
- entity2Map(Collection<?>, boolean, Collection<String>, NamingPolicy) - Static method in class com.landawn.abacus.util.Maps
-
Entity to map.
- ENTITY_CLASS - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field ENTITY_CLASS.
- ENTITY_CLASS_ELE_END - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field ENTITY_CLASS_ELE_END.
- ENTITY_CLASS_ELE_START - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field ENTITY_CLASS_ELE_START.
- ENTITY_CLASS_NULL_ELE - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field ENTITY_CLASS_NULL_ELE.
- ENTITY_ELE_END - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field ENTITY_ELE_END.
- ENTITY_ELE_START - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field ENTITY_ELE_START.
- ENTITY_ID - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field ENTITY_ID.
- ENTITY_ID_ELE_END - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field ENTITY_ID_ELE_END.
- ENTITY_ID_ELE_START - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field ENTITY_ID_ELE_START.
- ENTITY_ID_NULL_ELE - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field ENTITY_ID_NULL_ELE.
- ENTITY_IDS - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field ENTITY_IDS.
- ENTITY_IDS_ELE_END - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field ENTITY_IDS_ELE_END.
- ENTITY_IDS_ELE_START - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field ENTITY_IDS_ELE_START.
- ENTITY_IDS_NULL_ELE - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field ENTITY_IDS_NULL_ELE.
- ENTITY_NAME - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field ENTITY_NAME.
- ENTITY_NAME_ELE_END - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field ENTITY_NAME_ELE_END.
- ENTITY_NAME_ELE_START - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field ENTITY_NAME_ELE_START.
- ENTITY_NAME_NULL_ELE - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field ENTITY_NAME_NULL_ELE.
- ENTITY_NULL_ELE - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field ENTITY_NULL_ELE.
- EntityId - Interface in com.landawn.abacus
-
Identity of an entity.
- entityName() - Method in interface com.landawn.abacus.DirtyMarker
-
Returns the entity name of the simple class name.
- entityName() - Method in interface com.landawn.abacus.EntityId
-
- ENTRY - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field ENTRY.
- entry() - Static method in class com.landawn.abacus.util.Fn
-
- entry(K) - Static method in class com.landawn.abacus.util.Fn
-
- entry(Function<? super V, K>) - Static method in class com.landawn.abacus.util.Fn
-
- entry() - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- ENTRY_ELE_END - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field MAP_ELE_END.
- ENTRY_ELE_START - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field MAP_ELE_START.
- entryByKeyMapper(Function<? super V, K>) - Static method in class com.landawn.abacus.util.Fn
-
- entryByValueMapper(Function<? super K, V>) - Static method in class com.landawn.abacus.util.Fn
-
- entrySet() - Method in 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.ObjectPool
-
- entrySet() - Method in class com.landawn.abacus.util.Properties
-
- entryWithKey(K) - Static method in class com.landawn.abacus.util.Fn
-
- entryWithValue(V) - Static method in class com.landawn.abacus.util.Fn
-
- Enumerations - Class in com.landawn.abacus.util
-
- ENVELOPE - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field ENVELOPE.
- EOF - Static variable in class com.landawn.abacus.util.IOUtil
-
- EOT - Static variable in class com.landawn.abacus.util.Ascii
-
End of Transmission: A communication control character used to indicate the conclusion of a
transmission, which may have contained one or more texts and any associated headings.
- ep(Throwables.BiPredicate<? super K, ? super V, E>) - Static method in class com.landawn.abacus.util.Fn.Entries
-
- eqOr(Object, Object) - Static method in class com.landawn.abacus.util.Fn
-
- eqOr(Object, Object, Object) - Static method in class com.landawn.abacus.util.Fn
-
- equal(File, File) - Static method in class com.landawn.abacus.guava.Files
-
- equal(Path, Path) - Static method in class com.landawn.abacus.guava.Files
-
- 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
-
- EQUAL - Static variable in class com.landawn.abacus.util.WD
-
Field EQUAL.
- equals(Object) - Method in class com.landawn.abacus.http.HttpHeaders
-
- equals(Object) - Method in class com.landawn.abacus.http.HttpResponse
-
- equals(Object) - Method in class com.landawn.abacus.parser.DeserializationConfig
-
- equals(Object) - Method in class com.landawn.abacus.parser.JSONDeserializationConfig
-
- equals(Object) - Method in class com.landawn.abacus.parser.JSONSerializationConfig
-
- equals(Object) - Method in class com.landawn.abacus.parser.KryoSerializationConfig
-
- equals(Object) - Method in class com.landawn.abacus.parser.ParserUtil.EntityInfo
-
- equals(Object) - Method in class com.landawn.abacus.parser.ParserUtil.PropInfo
-
- equals(Object) - Method in class com.landawn.abacus.parser.SerializationConfig
-
- equals(Object) - Method in class com.landawn.abacus.parser.XMLSerializationConfig
-
- equals(Object) - Method in class com.landawn.abacus.pool.ActivityPrint
-
- equals(Object) - Method in class com.landawn.abacus.pool.GenericKeyedObjectPool
-
- equals(Object) - Method in class com.landawn.abacus.pool.GenericObjectPool
-
- equals(Object) - Method in class com.landawn.abacus.pool.PoolableWrapper
-
- equals(Object) - Method in class com.landawn.abacus.util.ArrayHashMap
-
- equals(Object) - Method in class com.landawn.abacus.util.ArrayHashSet
-
- equals(Object) - Method in class com.landawn.abacus.util.BiMap
-
- equals(Object, Object) - Static method in class com.landawn.abacus.util.Chain
-
Compares two comparable objects as specified by CommonUtil.equals(Object, Object), if the result of this equivalence chain
has not already been determined.
- equals(T, T, Throwables.BiFunction<? super T, ? super T, Boolean, E>) - Static method in class com.landawn.abacus.util.Chain
-
- equals(boolean, boolean) - Static method in class com.landawn.abacus.util.Chain
-
Compares two boolean values as specified by left == right,
if the result of this equivalence chain has not already been
determined.
- equals(char, char) - Static method in class com.landawn.abacus.util.Chain
-
Compares two char values as specified by left == right,
if the result of this equivalence chain has not already been
determined.
- equals(byte, byte) - Static method in class com.landawn.abacus.util.Chain
-
Compares two byte values as specified by left == right,
if the result of this equivalence chain has not already been
determined.
- equals(short, short) - Static method in class com.landawn.abacus.util.Chain
-
Compares two short values as specified by left == right,
if the result of this equivalence chain has not already been
determined.
- equals(int, int) - Static method in class com.landawn.abacus.util.Chain
-
Compares two int values as specified by left == right,
if the result of this equivalence chain has not already been
determined.
- equals(long, long) - Static method in class com.landawn.abacus.util.Chain
-
Compares two long values as specified by left == right,
if the result of this equivalence chain has not already been
determined.
- equals(float, float) - Static method in class com.landawn.abacus.util.Chain
-
Compares two
float values as specified by
Float.compare(float, float),
if the result of this equivalence chain has not
already been determined.
- equals(double, double) - Static method in class com.landawn.abacus.util.Chain
-
- equals(Object, Object) - Method in class com.landawn.abacus.util.Chain.EquivalenceChain
-
Compares two comparable objects as specified by CommonUtil.equals(Object, Object), if the result of this equivalence chain
has not already been determined.
- equals(T, T, Throwables.BiFunction<? super T, ? super T, Boolean, E>) - Method in class com.landawn.abacus.util.Chain.EquivalenceChain
-
- equals(boolean, boolean) - Method in class com.landawn.abacus.util.Chain.EquivalenceChain
-
Compares two boolean values as specified by left == right,
if the result of this equivalence chain has not already been
determined.
- equals(char, char) - Method in class com.landawn.abacus.util.Chain.EquivalenceChain
-
Compares two char values as specified by left == right,
if the result of this equivalence chain has not already been
determined.
- equals(byte, byte) - Method in class com.landawn.abacus.util.Chain.EquivalenceChain
-
Compares two byte values as specified by left == right,
if the result of this equivalence chain has not already been
determined.
- equals(short, short) - Method in class com.landawn.abacus.util.Chain.EquivalenceChain
-
Compares two int values as specified by left == right,
if the result of this equivalence chain has not already been
determined.
- equals(int, int) - Method in class com.landawn.abacus.util.Chain.EquivalenceChain
-
Compares two int values as specified by left == right,
if the result of this equivalence chain has not already been
determined.
- equals(long, long) - Method in class com.landawn.abacus.util.Chain.EquivalenceChain
-
Compares two long values as specified by left == right,
if the result of this equivalence chain has not already been
determined.
- equals(float, float) - Method in class com.landawn.abacus.util.Chain.EquivalenceChain
-
Compares two
float values as specified by
Float.compare(float, float),
if the result of this equivalence chain has not
already been determined.
- equals(double, double) - Method in class com.landawn.abacus.util.Chain.EquivalenceChain
-
- equals(Object) - Method in class com.landawn.abacus.util.Duration
-
- equals(Object) - Method in class com.landawn.abacus.util.Fraction
-
Compares this fraction to another object to test if they are equal.
- equals(Object) - Method in class com.landawn.abacus.util.ImmutableArray
-
- equals(Object) - Method in class com.landawn.abacus.util.ImmutableCollection
-
- equals(Object) - Method in class com.landawn.abacus.util.Indexed
-
- equals(Object) - Method in class com.landawn.abacus.util.IndexedBoolean
-
- equals(Object) - Method in class com.landawn.abacus.util.IndexedByte
-
- equals(Object) - Method in class com.landawn.abacus.util.IndexedChar
-
- equals(Object) - Method in class com.landawn.abacus.util.IndexedDouble
-
- equals(Object) - Method in class com.landawn.abacus.util.IndexedFloat
-
- equals(Object) - Method in class com.landawn.abacus.util.IndexedInt
-
- equals(Object) - Method in class com.landawn.abacus.util.IndexedLong
-
- equals(Object) - Method in class com.landawn.abacus.util.IndexedShort
-
- equals(Object) - Method in class com.landawn.abacus.util.Keyed
-
- equals(Object) - Method in class com.landawn.abacus.util.Multimap
-
- equals(Object) - Method in class com.landawn.abacus.util.Multiset
-
- equals(Object) - Method in class com.landawn.abacus.util.MutableBoolean
-
Compares this object to the specified object.
- equals(Object) - Method in class com.landawn.abacus.util.MutableByte
-
Compares this object to the specified object.
- equals(Object) - Method in class com.landawn.abacus.util.MutableChar
-
Compares this object to the specified object.
- equals(Object) - Method in class com.landawn.abacus.util.MutableDouble
-
Compares this object against the specified object.
- equals(Object) - Method in class com.landawn.abacus.util.MutableFloat
-
Compares this object against some other object.
- equals(Object) - Method in class com.landawn.abacus.util.MutableInt
-
Compares this object to the specified object.
- equals(Object) - Method in class com.landawn.abacus.util.MutableLong
-
Compares this object to the specified object.
- equals(Object) - Method in class com.landawn.abacus.util.MutableShort
-
Compares this object to the specified object.
- equals(Object) - Method in class com.landawn.abacus.util.Pair
-
- equals(Object) - Method in class com.landawn.abacus.util.Properties
-
- equals(Object) - Method in class com.landawn.abacus.util.Range
-
Compares this range to another object to test if they are equal.
- equals(Object) - Method in class com.landawn.abacus.util.Result
-
- equals(String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
- equals(Object) - Method in class com.landawn.abacus.util.Timed
-
- equals(Object) - Method in class com.landawn.abacus.util.Triple
-
- equals(Object) - Method in class com.landawn.abacus.util.Tuple.Tuple1
-
- equals(Object) - Method in class com.landawn.abacus.util.Tuple.Tuple2
-
- equals(Object) - Method in class com.landawn.abacus.util.Tuple.Tuple3
-
- equals(Object) - Method in class com.landawn.abacus.util.Tuple.Tuple4
-
- equals(Object) - Method in class com.landawn.abacus.util.Tuple.Tuple5
-
- equals(Object) - Method in class com.landawn.abacus.util.Tuple.Tuple6
-
- equals(Object) - Method in class com.landawn.abacus.util.Tuple.Tuple7
-
- equals(Object) - Method in class com.landawn.abacus.util.Tuple.Tuple8
-
- equals(Object) - Method in class com.landawn.abacus.util.Tuple.Tuple9
-
- equals(Object) - Method in class com.landawn.abacus.util.u.Nullable
-
- equals(Object) - Method in class com.landawn.abacus.util.u.Optional
-
- equals(Object) - Method in class com.landawn.abacus.util.u.OptionalBoolean
-
- equals(Object) - Method in class com.landawn.abacus.util.u.OptionalByte
-
- equals(Object) - Method in class com.landawn.abacus.util.u.OptionalChar
-
- equals(Object) - Method in class com.landawn.abacus.util.u.OptionalDouble
-
- equals(Object) - Method in class com.landawn.abacus.util.u.OptionalFloat
-
- equals(Object) - Method in class com.landawn.abacus.util.u.OptionalInt
-
- equals(Object) - Method in class com.landawn.abacus.util.u.OptionalLong
-
- equals(Object) - Method in class com.landawn.abacus.util.u.OptionalShort
-
- equals(Object) - Method in class com.landawn.abacus.util.Wrapper
-
- equalsAny(String, String...) - Static method in class com.landawn.abacus.util.StringUtil
-
Equals with any.
- equalsAnyIgnoreCase(String, String...) - Static method in class com.landawn.abacus.util.StringUtil
-
Equals with any.
- equalsIgnoreCase(String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
Equals ignore case.
- ESC - Static variable in class com.landawn.abacus.util.Ascii
-
Escape: A control character intended to provide code extension (supplementary characters) in
general information interchange.
- ESCAPE_CSV - Static variable in class com.landawn.abacus.util.EscapeUtil
-
Translator object for escaping individual Comma Separated Values.
- ESCAPE_ECMASCRIPT - Static variable in class com.landawn.abacus.util.EscapeUtil
-
Translator object for escaping EcmaScript/JavaScript.
- ESCAPE_HTML3 - Static variable in class com.landawn.abacus.util.EscapeUtil
-
Translator object for escaping HTML version 3.0.
- ESCAPE_HTML4 - Static variable in class com.landawn.abacus.util.EscapeUtil
-
Translator object for escaping HTML version 4.0.
- ESCAPE_JAVA - Static variable in class com.landawn.abacus.util.EscapeUtil
-
Translator object for escaping Java.
- ESCAPE_JSON - Static variable in class com.landawn.abacus.util.EscapeUtil
-
Translator object for escaping Json.
- ESCAPE_XML10 - Static variable in class com.landawn.abacus.util.EscapeUtil
-
Translator object for escaping XML 1.0.
- ESCAPE_XML11 - Static variable in class com.landawn.abacus.util.EscapeUtil
-
Translator object for escaping XML 1.1.
- escapeCsv(String) - Static method in class com.landawn.abacus.util.EscapeUtil
-
Returns a String value for a CSV column enclosed in double quotes,
if required.
- escapeEcmaScript(String) - Static method in class com.landawn.abacus.util.EscapeUtil
-
Escapes the characters in a String using EcmaScript String rules.
- escapeHtml3(String) - Static method in class com.landawn.abacus.util.EscapeUtil
-
Escapes the characters in a String using HTML entities.
- escapeHtml4(String) - Static method in class com.landawn.abacus.util.EscapeUtil
-
Escapes the characters in a String using HTML entities.
- escapeJava(String) - Static method in class com.landawn.abacus.util.EscapeUtil
-
Escapes the characters in a String using Java String rules.
- escapeJson(String) - Static method in class com.landawn.abacus.util.EscapeUtil
-
Escapes the characters in a String using Json String rules.
- EscapeUtil - Class in com.landawn.abacus.util
-
Note: it's copied from StringEscaperUtils in Apache Commons Lang under Apache License 2.0
- EscapeUtil.CharSequenceTranslator - Class in com.landawn.abacus.util
-
An API for translating text.
- escapeXml10(String) - Static method in class com.landawn.abacus.util.EscapeUtil
-
Escapes the characters in a String using XML entities.
- escapeXml11(String) - Static method in class com.landawn.abacus.util.EscapeUtil
-
Escapes the characters in a String using XML entities.
- ETAG - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP ETag header field name.
- ETB - Static variable in class com.landawn.abacus.util.Ascii
-
End of Transmission Block: A communication control character used to indicate the end of a
block of data for communication purposes.
- ETX - Static variable in class com.landawn.abacus.util.Ascii
-
End of Text: A communication control character used to terminate a sequence of characters
started with STX and transmitted as an entity.
- evictionCount() - Method in class com.landawn.abacus.pool.AbstractPool
-
- evictionCount() - Method in interface com.landawn.abacus.pool.Pool
-
Returns the number of values that have been evicted.
- EvictionPolicy - Enum in com.landawn.abacus.pool
-
The Enum EvictionPolicy.
- except(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 - Static variable in class com.landawn.abacus.util.WD
-
Field EXCEPT.
- EXCEPT2 - Static variable in class com.landawn.abacus.util.WD
-
Field EXCEPT2.
- ExceptionalStream<T,E extends Exception> - Class in com.landawn.abacus.util
-
The Stream will be automatically closed after execution(A terminal method is executed/triggered).
- ExceptionalStream.Seq - Class in com.landawn.abacus.util
-
- ExceptionalStream.StreamE<T,E extends Exception> - Class in com.landawn.abacus.util
-
- ExceptionUtil - Class in com.landawn.abacus.util
-
Note: This class contains the methods copied from Apache Commons and Google Guava under Apache License v2.
- EXCLAMATION - Static variable in class com.landawn.abacus.util.WD
-
Field EXCLAMATION.
- exclude(Collection<T>, Object) - Static method in class com.landawn.abacus.util.N
-
Returns a new List with specified objToExclude excluded.
- excludeAll(Collection<T>, Collection<?>) - Static method in class com.landawn.abacus.util.N
-
Returns a new List with specified objsToExclude excluded.
- excludeAllToSet(Collection<T>, Collection<?>) - Static method in class com.landawn.abacus.util.N
-
Returns a new Set with specified objsToExclude excluded.
- excludeToSet(Collection<T>, Object) - Static method in class com.landawn.abacus.util.N
-
Returns a new Set with specified objToExclude excluded.
- Exclusion - Enum in com.landawn.abacus.parser
-
The Enum Exclusion.
- execute(HttpMethod, Object) - Method in class com.landawn.abacus.http.HttpClient
-
- execute(HttpMethod, Object, HttpSettings) - Method in class com.landawn.abacus.http.HttpClient
-
- execute(Class<T>, HttpMethod, Object) - Method in class com.landawn.abacus.http.HttpClient
-
- execute(Class<T>, HttpMethod, Object, HttpSettings) - Method in class com.landawn.abacus.http.HttpClient
-
- execute(File, HttpMethod, Object, HttpSettings) - Method in class com.landawn.abacus.http.HttpClient
-
- execute(OutputStream, HttpMethod, Object, HttpSettings) - Method in class com.landawn.abacus.http.HttpClient
-
- execute(Writer, HttpMethod, Object, HttpSettings) - Method in class com.landawn.abacus.http.HttpClient
-
- execute(HttpMethod) - Method in class com.landawn.abacus.http.HttpRequest
-
- execute(Class<T>, HttpMethod) - Method in class com.landawn.abacus.http.HttpRequest
-
- execute(HttpMethod, Object) - Method in class com.landawn.abacus.http.HttpRequest
-
- execute(Class<T>, HttpMethod, Object) - Method in class com.landawn.abacus.http.HttpRequest
-
- execute(File, HttpMethod, Object) - Method in class com.landawn.abacus.http.HttpRequest
-
- execute(OutputStream, HttpMethod, Object) - Method in class com.landawn.abacus.http.HttpRequest
-
- execute(Writer, HttpMethod, Object) - Method in class com.landawn.abacus.http.HttpRequest
-
- execute(HttpMethod) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
- execute(Class<T>, HttpMethod) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
- execute(Throwables.Runnable<? extends Exception>) - Method in class com.landawn.abacus.util.AsyncExecutor
-
- execute(Throwables.Runnable<? extends Exception>, Runnable) - Method in class com.landawn.abacus.util.AsyncExecutor
-
- execute(Throwables.Runnable<? extends Exception>...) - Method in class com.landawn.abacus.util.AsyncExecutor
-
Deprecated.
- execute(List<? extends Throwables.Runnable<? extends Exception>>) - Method in class com.landawn.abacus.util.AsyncExecutor
-
- execute(Callable<R>) - Method in class com.landawn.abacus.util.AsyncExecutor
-
- execute(Callable<R>, Runnable) - Method in class com.landawn.abacus.util.AsyncExecutor
-
- execute(Callable<R>...) - Method in class com.landawn.abacus.util.AsyncExecutor
-
Deprecated.
- execute(Collection<? extends Callable<R>>) - Method in class com.landawn.abacus.util.AsyncExecutor
-
- execute(Throwables.Runnable<? extends Exception>, int, long, Predicate<? super Exception>) - Method in class com.landawn.abacus.util.AsyncExecutor
-
- execute(Callable<R>, int, long, BiPredicate<? super R, ? super Exception>) - Method in class com.landawn.abacus.util.AsyncExecutor
-
- execute(Throwables.Runnable<? extends Exception>, int, long, Predicate<? super Exception>) - Static method in class com.landawn.abacus.util.N
-
- execute(Callable<R>, int, long, BiPredicate<? super R, ? super Exception>) - Static method in class com.landawn.abacus.util.N
-
- exists(int) - Static method in class com.landawn.abacus.util.If
-
true for index >= 0, false for index < 0.
- EXISTS - Static variable in class com.landawn.abacus.util.WD
-
Field EXISTS.
- EXP - Static variable in class com.landawn.abacus.util.WD
-
Field EXP.
- EXPECT - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Expect header field name.
- EXPIRES - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Expires header field name.
- f(BiFunction<? super K, ? super V, ? extends T>) - Static method in class com.landawn.abacus.util.Fn.Entries
-
- f(Function<T, R>) - Static method in class com.landawn.abacus.util.Fn
-
- f(A, BiFunction<A, T, R>) - Static method in class com.landawn.abacus.util.Fn
-
- f(A, B, TriFunction<A, B, T, R>) - Static method in class com.landawn.abacus.util.Fn
-
- f(BiFunction<T, U, R>) - Static method in class com.landawn.abacus.util.Fn
-
- f(A, TriFunction<A, T, U, R>) - Static method in class com.landawn.abacus.util.Fn
-
- f(TriFunction<A, B, C, R>) - Static method in class com.landawn.abacus.util.Fn
-
- f(ByteFunction<R>) - Static method in class com.landawn.abacus.util.Fn.FnB
-
- f(CharFunction<R>) - Static method in class com.landawn.abacus.util.Fn.FnC
-
- f(DoubleFunction<R>) - Static method in class com.landawn.abacus.util.Fn.FnD
-
- f(FloatFunction<R>) - Static method in class com.landawn.abacus.util.Fn.FnF
-
- f(IntFunction<R>) - Static method in class com.landawn.abacus.util.Fn.FnI
-
- f(LongFunction<R>) - Static method in class com.landawn.abacus.util.Fn.FnL
-
- f(Throwables.Function<T, R, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- f(A, Throwables.BiFunction<A, T, R, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- f(A, B, Throwables.TriFunction<A, B, T, R, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- f(Throwables.BiFunction<T, U, R, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- f(A, Throwables.TriFunction<A, T, U, R, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- f(Throwables.TriFunction<A, B, C, R, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- f(ShortFunction<R>) - Static method in class com.landawn.abacus.util.Fn.FnS
-
- f2c(Function<? super T, ?>) - Static method in class com.landawn.abacus.util.Fn
-
Returns a Consumer which calls the specified func.
- f2c(BiFunction<? super T, ? super U, ?>) - Static method in class com.landawn.abacus.util.Fn
-
- f2c(TriFunction<? super A, ? super B, ? super C, ?>) - Static method in class com.landawn.abacus.util.Fn
-
- f2c(Throwables.Function<T, R, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- f2c(Throwables.BiFunction<T, U, R, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- f2c(Throwables.TriFunction<A, B, C, R, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- factorial(int) - Static method in class com.landawn.abacus.util.Numbers
-
Returns
n!, that is, the product of the first
n positive
integers,
1 if
n == 0, or
Integer.MAX_VALUE if the
result does not fit in a
int.
- factoriall(int) - Static method in class com.landawn.abacus.util.Numbers
-
Returns
n!, that is, the product of the first
n positive integers,
1 if
n == 0, or
Long.MAX_VALUE if the result does not fit in a
long.
- factorialll(int) - Static method in class com.landawn.abacus.util.Numbers
-
Returns
n!, that is, the product of the first
n positive integers,
1 if
n == 0, or
n!, or
Double.POSITIVE_INFINITY if
n! > Double.MAX_VALUE.
- FACTORY_OF_LINKED_HASH_MAP - Static variable in class com.landawn.abacus.util.Fn
-
- FACTORY_OF_MAP - Static variable in class com.landawn.abacus.util.Fn
-
- facttorial(int) - Static method in class com.landawn.abacus.util.Numbers
-
Returns n!, that is, the product of the first n positive integers, or 1
if n == 0.
- FALSE - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field FALSE.
- FALSE - Static variable in interface com.landawn.abacus.util.function.BooleanSupplier
-
- FALSE - Static variable in class com.landawn.abacus.util.If.OrElse
-
For internal only
- FALSE - Static variable in class com.landawn.abacus.util.u.Nullable
-
Presents Boolean.FALSE.
- FALSE - Static variable in class com.landawn.abacus.util.u.Optional
-
Presents Boolean.FALSE.
- FALSE - Static variable in class com.landawn.abacus.util.u.OptionalBoolean
-
Presents true.
- farmHashFingerprint64() - Static method in class com.landawn.abacus.guava.hash.Hashing
-
Returns a hash function implementing FarmHash's Fingerprint64, an open-source algorithm.
- FAULT - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field FAULT.
- FDC() - Constructor for class com.landawn.abacus.parser.Fj.DeserializeConfig.FDC
-
- FETCH_FIRST - Static variable in class com.landawn.abacus.util.WD
-
Field FETCH_FIRST.
- FETCH_NEXT - Static variable in class com.landawn.abacus.util.WD
-
Field FETCH_NEXT.
- FF - Static variable in class com.landawn.abacus.util.Ascii
-
Form Feed ('\f'): A format effector which controls the movement of the printing position to the
first pre-determined printing line on the next form or page.
- ff(Throwables.BiFunction<? super K, ? super V, ? extends T, E>) - Static method in class com.landawn.abacus.util.Fn.Entries
-
- ff(Throwables.Function<T, R, E>) - Static method in class com.landawn.abacus.util.Fn
-
- ff(Throwables.Function<T, R, E>, R) - Static method in class com.landawn.abacus.util.Fn
-
- ff(A, Throwables.BiFunction<A, T, R, E>) - Static method in class com.landawn.abacus.util.Fn
-
- ff(A, B, Throwables.TriFunction<A, B, T, R, E>) - Static method in class com.landawn.abacus.util.Fn
-
- ff(Throwables.BiFunction<T, U, R, E>) - Static method in class com.landawn.abacus.util.Fn
-
- ff(Throwables.BiFunction<T, U, R, E>, R) - Static method in class com.landawn.abacus.util.Fn
-
- ff(A, Throwables.TriFunction<A, T, U, R, E>) - Static method in class com.landawn.abacus.util.Fn
-
- ff(Throwables.TriFunction<A, B, C, R, E>) - Static method in class com.landawn.abacus.util.Fn
-
- ff(Throwables.TriFunction<A, B, C, R, E>, R) - Static method in class com.landawn.abacus.util.Fn
-
- ff(Function<T, R>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- ff(A, BiFunction<A, T, R>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- ff(A, B, TriFunction<A, B, T, R>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- ff(BiFunction<T, U, R>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- ff(A, TriFunction<A, T, U, R>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- ff(TriFunction<A, B, C, R>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- field - Variable in class com.landawn.abacus.parser.ParserUtil.PropInfo
-
- FIELD_MASK - Static variable in class com.landawn.abacus.util.ClassUtil
-
- FILE_SEPARATOR - Static variable in class com.landawn.abacus.util.IOUtil
-
- Files - Class in com.landawn.abacus.guava
-
Copied from Google Guava under Apache License v2.
- Files.MoreFiles - Class in com.landawn.abacus.guava
-
The Class MoreFiles.
- fileTraverser() - Static method in class com.landawn.abacus.guava.Files
-
- fill(Object) - Static method in class com.landawn.abacus.util.TestUtil
-
Fill the properties of the entity with random values.
- fill(Object, Collection<String>) - Static method in class com.landawn.abacus.util.TestUtil
-
Fill the properties of the entity with random values.
- fill(Class<T>) - Static method in class com.landawn.abacus.util.TestUtil
-
Fill the properties of the entity with random values.
- fill(Class<T>, int) - Static method in class com.landawn.abacus.util.TestUtil
-
Fill the properties of the entity with random values.
- fill(Class<T>, Collection<String>) - Static method in class com.landawn.abacus.util.TestUtil
-
Fill the properties of the entity with random values.
- fill(Class<T>, Collection<String>, int) - Static method in class com.landawn.abacus.util.TestUtil
-
Fill the properties of the entity with random values.
- filter(Throwables.Predicate<? super NoCachingNoUpdating.DisposableObjArray, E>) - Method in interface com.landawn.abacus.DataSet
-
- filter(Throwables.Predicate<? super NoCachingNoUpdating.DisposableObjArray, E>, int) - Method in interface com.landawn.abacus.DataSet
-
- filter(int, int, Throwables.Predicate<? super NoCachingNoUpdating.DisposableObjArray, E>) - Method in interface com.landawn.abacus.DataSet
-
- filter(int, int, Throwables.Predicate<? super NoCachingNoUpdating.DisposableObjArray, E>, int) - Method in interface com.landawn.abacus.DataSet
-
- filter(Tuple.Tuple2<String, String>, Throwables.BiPredicate<?, ?, E>) - Method in interface com.landawn.abacus.DataSet
-
- filter(Tuple.Tuple2<String, String>, Throwables.BiPredicate<?, ?, E>, int) - Method in interface com.landawn.abacus.DataSet
-
- filter(Tuple.Tuple2<String, String>, int, int, Throwables.BiPredicate<?, ?, E>) - Method in interface com.landawn.abacus.DataSet
-
- filter(Tuple.Tuple2<String, String>, int, int, Throwables.BiPredicate<?, ?, E>, int) - Method in interface com.landawn.abacus.DataSet
-
- filter(Tuple.Tuple3<String, String, String>, Throwables.TriPredicate<?, ?, ?, E>) - Method in interface com.landawn.abacus.DataSet
-
- filter(Tuple.Tuple3<String, String, String>, Throwables.TriPredicate<?, ?, ?, E>, int) - Method in interface com.landawn.abacus.DataSet
-
- filter(Tuple.Tuple3<String, String, String>, int, int, Throwables.TriPredicate<?, ?, ?, E>) - Method in interface com.landawn.abacus.DataSet
-
- filter(Tuple.Tuple3<String, String, String>, int, int, Throwables.TriPredicate<?, ?, ?, E>, int) - Method in interface com.landawn.abacus.DataSet
-
- filter(String, Throwables.Predicate<T, E>) - Method in interface com.landawn.abacus.DataSet
-
- filter(String, Throwables.Predicate<T, E>, int) - Method in interface com.landawn.abacus.DataSet
-
- filter(String, int, int, Throwables.Predicate<T, E>) - Method in interface com.landawn.abacus.DataSet
-
- filter(String, int, int, Throwables.Predicate<T, E>, int) - Method in interface com.landawn.abacus.DataSet
-
- filter(Collection<String>, Throwables.Predicate<? super NoCachingNoUpdating.DisposableObjArray, E>) - Method in interface com.landawn.abacus.DataSet
-
- filter(Collection<String>, Throwables.Predicate<? super NoCachingNoUpdating.DisposableObjArray, E>, int) - Method in interface com.landawn.abacus.DataSet
-
- filter(Collection<String>, int, int, Throwables.Predicate<? super NoCachingNoUpdating.DisposableObjArray, E>) - Method in interface com.landawn.abacus.DataSet
-
- filter(Collection<String>, int, int, Throwables.Predicate<? super NoCachingNoUpdating.DisposableObjArray, E>, int) - Method in interface com.landawn.abacus.DataSet
-
- filter(Throwables.Predicate<? super T, E>) - Method in class com.landawn.abacus.util.Builder
-
- filter(Throwables.Predicate<? super T, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- filter(Throwables.Predicate<? super T, ? extends E>, Throwables.Consumer<? super T, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- filter(Iterator<? extends T>, Predicate<? super T>) - Static method in class com.landawn.abacus.util.Iterators
-
- filter(Throwables.BiPredicate<? super K, ? super List<E>, X>) - Method in class com.landawn.abacus.util.ListMultimap
-
- filter(Map<K, V>, Throwables.BiPredicate<? super K, ? super V, E>) - Static method in class com.landawn.abacus.util.Maps
-
- filter(Throwables.BiPredicate<? super K, ? super V, X>) - Method in class com.landawn.abacus.util.Multimap
-
- filter(Throwables.Predicate<? super T, E>) - Method in class com.landawn.abacus.util.Multiset
-
- filter(Throwables.BiPredicate<? super T, Integer, E>) - Method in class com.landawn.abacus.util.Multiset
-
- filter(boolean[], Throwables.BooleanPredicate<E>) - Static method in class com.landawn.abacus.util.N
-
- filter(boolean[], Throwables.BooleanPredicate<E>, int) - Static method in class com.landawn.abacus.util.N
-
- filter(boolean[], int, int, Throwables.BooleanPredicate<E>) - Static method in class com.landawn.abacus.util.N
-
- filter(boolean[], int, int, Throwables.BooleanPredicate<E>, int) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- filter(char[], Throwables.CharPredicate<E>) - Static method in class com.landawn.abacus.util.N
-
- filter(char[], Throwables.CharPredicate<E>, int) - Static method in class com.landawn.abacus.util.N
-
- filter(char[], int, int, Throwables.CharPredicate<E>) - Static method in class com.landawn.abacus.util.N
-
- filter(char[], int, int, Throwables.CharPredicate<E>, int) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- filter(byte[], Throwables.BytePredicate<E>) - Static method in class com.landawn.abacus.util.N
-
- filter(byte[], Throwables.BytePredicate<E>, int) - Static method in class com.landawn.abacus.util.N
-
- filter(byte[], int, int, Throwables.BytePredicate<E>) - Static method in class com.landawn.abacus.util.N
-
- filter(byte[], int, int, Throwables.BytePredicate<E>, int) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- filter(short[], Throwables.ShortPredicate<E>) - Static method in class com.landawn.abacus.util.N
-
- filter(short[], Throwables.ShortPredicate<E>, int) - Static method in class com.landawn.abacus.util.N
-
- filter(short[], int, int, Throwables.ShortPredicate<E>) - Static method in class com.landawn.abacus.util.N
-
- filter(short[], int, int, Throwables.ShortPredicate<E>, int) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- filter(int[], Throwables.IntPredicate<E>) - Static method in class com.landawn.abacus.util.N
-
- filter(int[], Throwables.IntPredicate<E>, int) - Static method in class com.landawn.abacus.util.N
-
- filter(int[], int, int, Throwables.IntPredicate<E>) - Static method in class com.landawn.abacus.util.N
-
- filter(int[], int, int, Throwables.IntPredicate<E>, int) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- filter(long[], Throwables.LongPredicate<E>) - Static method in class com.landawn.abacus.util.N
-
- filter(long[], Throwables.LongPredicate<E>, int) - Static method in class com.landawn.abacus.util.N
-
- filter(long[], int, int, Throwables.LongPredicate<E>) - Static method in class com.landawn.abacus.util.N
-
- filter(long[], int, int, Throwables.LongPredicate<E>, int) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- filter(float[], Throwables.FloatPredicate<E>) - Static method in class com.landawn.abacus.util.N
-
- filter(float[], Throwables.FloatPredicate<E>, int) - Static method in class com.landawn.abacus.util.N
-
- filter(float[], int, int, Throwables.FloatPredicate<E>) - Static method in class com.landawn.abacus.util.N
-
- filter(float[], int, int, Throwables.FloatPredicate<E>, int) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- filter(double[], Throwables.DoublePredicate<E>) - Static method in class com.landawn.abacus.util.N
-
- filter(double[], Throwables.DoublePredicate<E>, int) - Static method in class com.landawn.abacus.util.N
-
- filter(double[], int, int, Throwables.DoublePredicate<E>) - Static method in class com.landawn.abacus.util.N
-
- filter(double[], int, int, Throwables.DoublePredicate<E>, int) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- filter(T[], Throwables.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
- filter(T[], Throwables.Predicate<? super T, E>, int) - Static method in class com.landawn.abacus.util.N
-
- filter(T[], int, int, Throwables.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
- filter(T[], int, int, Throwables.Predicate<? super T, E>, int) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- filter(Collection<? extends T>, Throwables.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
- filter(Collection<? extends T>, Throwables.Predicate<? super T, E>, int) - Static method in class com.landawn.abacus.util.N
-
- filter(Collection<? extends T>, int, int, Throwables.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
- filter(Collection<? extends T>, int, int, Throwables.Predicate<? super T, E>, int) - Static method in class com.landawn.abacus.util.N
-
- filter(T[], Throwables.Predicate<? super T, E>, IntFunction<R>) - Static method in class com.landawn.abacus.util.N
-
- filter(T[], Throwables.Predicate<? super T, E>, int, IntFunction<R>) - Static method in class com.landawn.abacus.util.N
-
- filter(T[], int, int, Throwables.Predicate<? super T, E>, IntFunction<R>) - Static method in class com.landawn.abacus.util.N
-
- filter(T[], int, int, Throwables.Predicate<? super T, E>, int, IntFunction<R>) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- filter(Collection<? extends T>, Throwables.Predicate<? super T, E>, IntFunction<R>) - Static method in class com.landawn.abacus.util.N
-
- filter(Collection<? extends T>, Throwables.Predicate<? super T, E>, int, IntFunction<R>) - Static method in class com.landawn.abacus.util.N
-
- filter(Collection<? extends T>, int, int, Throwables.Predicate<? super T, E>, IntFunction<R>) - Static method in class com.landawn.abacus.util.N
-
- filter(Collection<? extends T>, int, int, Throwables.Predicate<? super T, E>, int, IntFunction<R>) - Static method in class com.landawn.abacus.util.N
-
- filter(Predicate<? super T>) - Method in class com.landawn.abacus.util.Observer
-
- filter(Throwables.BiPredicate<? super L, ? super R, E>) - Method in class com.landawn.abacus.util.Pair
-
- filter(Throwables.Predicate<? super Pair<L, R>, E>) - Method in class com.landawn.abacus.util.Pair
-
- filter(Throwables.BiPredicate<? super K, ? super Set<E>, X>) - Method in class com.landawn.abacus.util.SetMultimap
-
- filter(Throwables.TriPredicate<? super L, ? super M, ? super R, E>) - Method in class com.landawn.abacus.util.Triple
-
- filter(Throwables.Predicate<? super Triple<L, M, R>, E>) - Method in class com.landawn.abacus.util.Triple
-
- filter(Throwables.Predicate<? super TP, E>) - Method in class com.landawn.abacus.util.Tuple
-
- filter(Throwables.BiPredicate<? super T1, ? super T2, E>) - Method in class com.landawn.abacus.util.Tuple.Tuple2
-
- filter(Throwables.TriPredicate<? super T1, ? super T2, ? super T3, E>) - Method in class com.landawn.abacus.util.Tuple.Tuple3
-
- filter(Throwables.Predicate<? super T, E>) - Method in class com.landawn.abacus.util.u.Nullable
-
- filter(Throwables.Predicate<? super T, E>) - Method in class com.landawn.abacus.util.u.Optional
-
- filter(Throwables.BooleanPredicate<E>) - Method in class com.landawn.abacus.util.u.OptionalBoolean
-
- filter(Throwables.BytePredicate<E>) - Method in class com.landawn.abacus.util.u.OptionalByte
-
- filter(Throwables.CharPredicate<E>) - Method in class com.landawn.abacus.util.u.OptionalChar
-
- filter(Throwables.DoublePredicate<E>) - Method in class com.landawn.abacus.util.u.OptionalDouble
-
- filter(Throwables.FloatPredicate<E>) - Method in class com.landawn.abacus.util.u.OptionalFloat
-
- filter(Throwables.IntPredicate<E>) - Method in class com.landawn.abacus.util.u.OptionalInt
-
- filter(Throwables.LongPredicate<E>) - Method in class com.landawn.abacus.util.u.OptionalLong
-
- filter(Throwables.ShortPredicate<E>) - Method in class com.landawn.abacus.util.u.OptionalShort
-
- filterByKey(Throwables.Predicate<? super K, X>) - Method in class com.landawn.abacus.util.ListMultimap
-
Filter by key.
- filterByKey(Map<K, V>, Throwables.Predicate<? super K, E>) - Static method in class com.landawn.abacus.util.Maps
-
Filter by key.
- filterByKey(Throwables.Predicate<? super K, X>) - Method in class com.landawn.abacus.util.Multimap
-
Filter by key.
- filterByKey(Throwables.Predicate<? super K, X>) - Method in class com.landawn.abacus.util.SetMultimap
-
Filter by key.
- filterByValue(Throwables.Predicate<? super List<E>, X>) - Method in class com.landawn.abacus.util.ListMultimap
-
Filter by value.
- filterByValue(Map<K, V>, Throwables.Predicate<? super V, E>) - Static method in class com.landawn.abacus.util.Maps
-
Filter by value.
- filterByValue(Throwables.Predicate<? super V, X>) - Method in class com.landawn.abacus.util.Multimap
-
Filter by value.
- filterByValue(Throwables.Predicate<? super Set<E>, X>) - Method in class com.landawn.abacus.util.SetMultimap
-
Filter by value.
- filterE(Throwables.Predicate<? super T, ? extends Exception>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- filterIfNotNull(Throwables.Predicate<? super T, E>) - Method in class com.landawn.abacus.util.u.Nullable
-
Filter if not null.
- filtering(Predicate<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
It's copied from StreamEx: https://github.com/amaembo/streamex under Apache License v2 and may be modified.
- filtering(Predicate<? super T>, Collector<? super T, A, R>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
It's copied from StreamEx: https://github.com/amaembo/streamex under Apache License v2 and may be modified.
- filterThenLimit(Predicate<T>, int) - Static method in class com.landawn.abacus.util.Fn
-
Returns a stateful Predicate.
- filterThenLimit(BiPredicate<T, U>, int) - Static method in class com.landawn.abacus.util.Fn
-
Returns a stateful Predicate.
- finalize() - Method in class com.landawn.abacus.util.AsyncExecutor
-
- findAny(Throwables.Predicate<? super T, E2>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
Same as findFirst(Throwables.Predicate).
- findFirst(Throwables.Predicate<? super T, E2>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- findFirstAndLast(T[], Throwables.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.Iterables
-
Find first and last.
- findFirstAndLast(T[], Throwables.Predicate<? super T, E>, Throwables.Predicate<? super T, E2>) - Static method in class com.landawn.abacus.util.Iterables
-
Find first and last.
- findFirstAndLast(Collection<? extends T>, Throwables.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.Iterables
-
Find first and last.
- findFirstAndLast(Collection<? extends T>, Throwables.Predicate<? super T, E>, Throwables.Predicate<? super T, E2>) - Static method in class com.landawn.abacus.util.Iterables
-
Find first and last.
- findFirstAndLastIndex(T[], Throwables.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.Iterables
-
Find first and last index.
- findFirstAndLastIndex(T[], Throwables.Predicate<? super T, E>, Throwables.Predicate<? super T, E2>) - Static method in class com.landawn.abacus.util.Iterables
-
Find first and last index.
- findFirstAndLastIndex(Collection<? extends T>, Throwables.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.Iterables
-
Find first and last index.
- findFirstAndLastIndex(Collection<? extends T>, Throwables.Predicate<? super T, E>, Throwables.Predicate<? super T, E2>) - Static method in class com.landawn.abacus.util.Iterables
-
Find first and last index.
- findFirstOrLast(T[], Throwables.Predicate<? super T, E>, Throwables.Predicate<? super T, E2>) - Static method in class com.landawn.abacus.util.Iterables
-
Find first or last.
- findFirstOrLast(Collection<? extends T>, Throwables.Predicate<? super T, E>, Throwables.Predicate<? super T, E2>) - Static method in class com.landawn.abacus.util.Iterables
-
Find first or last.
- findFirstOrLastIndex(T[], Throwables.Predicate<? super T, E>, Throwables.Predicate<? super T, E2>) - Static method in class com.landawn.abacus.util.Iterables
-
Find first or last index.
- findFirstOrLastIndex(Collection<? extends T>, Throwables.Predicate<? super T, E>, Throwables.Predicate<? super T, E2>) - Static method in class com.landawn.abacus.util.Iterables
-
- findLast(Throwables.Predicate<? super T, E2>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
Consider using: stream.reversed().findFirst(predicate) for better performance if possible.
- finish() - Method in class com.landawn.abacus.util.LZ4BlockOutputStream
-
- finishEntityResult(Object) - Method in class com.landawn.abacus.parser.ParserUtil.EntityInfo
-
- finisher() - Method in interface com.landawn.abacus.util.stream.Collector
-
- first() - Method in class com.landawn.abacus.util.ExceptionalStream
-
- first() - Method in class com.landawn.abacus.util.ImmutableSortedSet
-
- first() - Static method in class com.landawn.abacus.util.stream.Collectors
-
Only works for sequential Stream.
- first(int) - Static method in class com.landawn.abacus.util.stream.Collectors
-
Only works for sequential Stream.
- firstCause(Throwable) - Static method in class com.landawn.abacus.util.ExceptionUtil
-
Returns the specified throwable if there is no cause found in it (throwable.getCause() == null).
- firstCause(Throwable) - Static method in class com.landawn.abacus.util.N
-
Returns the specified Throwable e if there is no cause found in it (e.getCause() == null).
- firstChar(String) - Static method in class com.landawn.abacus.util.StringUtil
-
- firstChars(String, int) - Static method in class com.landawn.abacus.util.StringUtil
-
Returns the first n chars of the specified String if its length is bigger than n,
or an empty String "" if str is empty or null, or itself it's length equal to or less than n.
- firstEntry() - Method in class com.landawn.abacus.util.ImmutableNavigableMap
-
- firstKey() - Method in class com.landawn.abacus.util.ImmutableSortedMap
-
- firstNonBlank(T...) - Static method in class com.landawn.abacus.util.StringUtil
-
- firstNonEmpty(T...) - Static method in class com.landawn.abacus.util.StringUtil
-
Returns the first value in the array which is not empty.
- firstPage() - Method in interface com.landawn.abacus.PaginatedDataSet
-
Returns the first page.
- firstRow() - Method in interface com.landawn.abacus.DataSet
-
- firstRow(Class<? extends T>) - Method in interface com.landawn.abacus.DataSet
-
- firstRow(Class<? extends T>, Collection<String>) - Method in interface com.landawn.abacus.DataSet
-
- firstRow(IntFunction<? extends T>) - Method in interface com.landawn.abacus.DataSet
-
- firstRow(IntFunction<? extends T>, Collection<String>) - Method in interface com.landawn.abacus.DataSet
-
- Fj - Class in com.landawn.abacus.parser
-
It's a wrapper for fastJson because of it's performance.
- Fj.DeserializeConfig - Class in com.landawn.abacus.parser
-
The Class DeserializeConfig.
- Fj.DeserializeConfig.FDC - Class in com.landawn.abacus.parser
-
The Class FDC.
- Fj.SerializeConfig - Class in com.landawn.abacus.parser
-
The Class SerializeConfig.
- Fj.SerializeConfig.FSC - Class in com.landawn.abacus.parser
-
The Class FSC.
- flatForEach(Throwables.BiConsumer<? super K, ? super E, X>) - Method in class com.landawn.abacus.util.Multimap
-
Flat for each.
- flatForEachValue(Throwables.Consumer<? super E, X>) - Method in class com.landawn.abacus.util.Multimap
-
Flat for each value.
- flatInvert(Map<K, ? extends Collection<? extends V>>) - Static method in class com.landawn.abacus.util.Maps
-
- flatInvertFrom(Map<K, ? extends Collection<? extends E>>) - Static method in class com.landawn.abacus.util.ListMultimap
-
Flat invert from.
- flatInvertFrom(Map<K, ? extends Collection<? extends E>>, IntFunction<? extends M>) - Static method in class com.landawn.abacus.util.ListMultimap
-
Deprecated.
- flatInvertFrom(Map<K, ? extends Collection<? extends E>>, IntFunction<? extends M>) - Static method in class com.landawn.abacus.util.Multimap
-
Flat invert from.
- flatInvertFrom(Map<K, ? extends Collection<? extends E>>) - Static method in class com.landawn.abacus.util.SetMultimap
-
Flat invert from.
- flatInvertFrom(Map<K, ? extends Collection<? extends E>>, IntFunction<? extends M>) - Static method in class com.landawn.abacus.util.SetMultimap
-
Deprecated.
- flatIterator() - Method in class com.landawn.abacus.util.Multiset
-
- flatMap(String, Throwables.Function<?, ? extends Collection<?>, E>, String, String) - Method in interface com.landawn.abacus.DataSet
-
- flatMap(String, Throwables.Function<?, ? extends Collection<?>, E>, String, Collection<String>) - Method in interface com.landawn.abacus.DataSet
-
- flatMap(Tuple.Tuple2<String, String>, Throwables.BiFunction<?, ?, ? extends Collection<?>, E>, String, Collection<String>) - Method in interface com.landawn.abacus.DataSet
-
- flatMap(Tuple.Tuple3<String, String, String>, Throwables.TriFunction<?, ?, ?, ? extends Collection<?>, E>, String, Collection<String>) - Method in interface com.landawn.abacus.DataSet
-
- flatMap(Collection<String>, Throwables.Function<NoCachingNoUpdating.DisposableObjArray, ? extends Collection<?>, E>, String, Collection<String>) - Method in interface com.landawn.abacus.DataSet
-
- flatMap(Throwables.Function<? super T, ? extends ExceptionalStream<? extends R, ? extends E>, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- flatMap(Iterator<? extends T>, Function<? super T, ? extends Collection<? extends U>>) - Static method in class com.landawn.abacus.util.Iterators
-
- flatMap(T[], Throwables.Function<? super T, ? extends Collection<? extends R>, E>) - Static method in class com.landawn.abacus.util.N
-
- flatMap(T[], int, int, Throwables.Function<? super T, ? extends Collection<? extends R>, E>) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- flatMap(Collection<? extends T>, Throwables.Function<? super T, ? extends Collection<? extends R>, E>) - Static method in class com.landawn.abacus.util.N
-
- flatMap(Collection<? extends T>, int, int, Throwables.Function<? super T, ? extends Collection<? extends R>, E>) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- flatMap(T[], Throwables.Function<? super T, ? extends Collection<? extends R>, E>, IntFunction<? extends C>) - Static method in class com.landawn.abacus.util.N
-
- flatMap(T[], int, int, Throwables.Function<? super T, ? extends Collection<? extends R>, E>, IntFunction<? extends C>) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- flatMap(Collection<? extends T>, Throwables.Function<? super T, ? extends Collection<? extends R>, E>, IntFunction<? extends C>) - Static method in class com.landawn.abacus.util.N
-
- flatMap(Collection<? extends T>, int, int, Throwables.Function<? super T, ? extends Collection<? extends R>, E>, IntFunction<? extends C>) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- flatMap(T[], Throwables.Function<? super T, ? extends Collection<? extends T2>, E>, Throwables.Function<? super T2, ? extends Collection<? extends R>, E2>) - Static method in class com.landawn.abacus.util.N
-
- flatMap(T[], Throwables.Function<? super T, ? extends Collection<? extends T2>, E>, Throwables.Function<? super T2, ? extends Collection<? extends R>, E2>, IntFunction<? extends C>) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- flatMap(Collection<? extends T>, Throwables.Function<? super T, ? extends Collection<? extends T2>, E>, Throwables.Function<? super T2, ? extends Collection<? extends R>, E2>) - Static method in class com.landawn.abacus.util.N
-
- flatMap(Collection<? extends T>, Throwables.Function<? super T, ? extends Collection<? extends T2>, E>, Throwables.Function<? super T2, ? extends Collection<? extends R>, E2>, IntFunction<? extends C>) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- flatMap(Function<? super T, Collection<U>>) - Method in class com.landawn.abacus.util.Observer
-
- flatMap(Throwables.Function<? super T, u.Nullable<U>, E>) - Method in class com.landawn.abacus.util.u.Nullable
-
- flatMap(Throwables.Function<? super T, u.Optional<U>, E>) - Method in class com.landawn.abacus.util.u.Optional
-
- flatMap(Throwables.BooleanFunction<u.OptionalBoolean, E>) - Method in class com.landawn.abacus.util.u.OptionalBoolean
-
- flatMap(Throwables.ByteFunction<u.OptionalByte, E>) - Method in class com.landawn.abacus.util.u.OptionalByte
-
- flatMap(Throwables.CharFunction<u.OptionalChar, E>) - Method in class com.landawn.abacus.util.u.OptionalChar
-
- flatMap(Throwables.DoubleFunction<u.OptionalDouble, E>) - Method in class com.landawn.abacus.util.u.OptionalDouble
-
- flatMap(Throwables.FloatFunction<u.OptionalFloat, E>) - Method in class com.landawn.abacus.util.u.OptionalFloat
-
- flatMap(Throwables.IntFunction<u.OptionalInt, E>) - Method in class com.landawn.abacus.util.u.OptionalInt
-
- flatMap(Throwables.LongFunction<u.OptionalLong, E>) - Method in class com.landawn.abacus.util.u.OptionalLong
-
- flatMap(Throwables.ShortFunction<u.OptionalShort, E>) - Method in class com.landawn.abacus.util.u.OptionalShort
-
- flatMapE(Throwables.Function<? super T, ? extends ExceptionalStream<? extends R, ? extends Exception>, ? extends Exception>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- flatMapIfNotNull(Throwables.Function<? super T, u.Nullable<U>, E>) - Method in class com.landawn.abacus.util.u.Nullable
-
Flat map if not null.
- flatMapp(Throwables.Function<? super T, R[], ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- flatMapToBoolean(Throwables.Function<? super T, boolean[], ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- flatMapToByte(Throwables.Function<? super T, byte[], ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- flatMapToChar(Throwables.Function<? super T, char[], ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- flatMapToDouble(Throwables.Function<? super T, double[], ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- flatMapToFloat(Throwables.Function<? super T, float[], ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- flatMapToInteger(Throwables.Function<? super T, int[], ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- flatMapToLong(Throwables.Function<? super T, long[], ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- flatMapToShort(Throwables.Function<? super T, short[], ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- flatten(Map<String, Object>) - Static method in class com.landawn.abacus.util.Maps
-
- flatten(Map<String, Object>, Supplier<? extends M>) - Static method in class com.landawn.abacus.util.Maps
-
- flatten(Map<String, Object>, String, Supplier<? extends M>) - Static method in class com.landawn.abacus.util.Maps
-
- flatten() - Method in class com.landawn.abacus.util.Multiset
-
- flatten(Tuple.Tuple2<Tuple.Tuple2<T1, T2>, T3>) - Static method in class com.landawn.abacus.util.Tuple
-
- flatten(Tuple.Tuple3<Tuple.Tuple3<T1, T2, T3>, T4, T5>) - Static method in class com.landawn.abacus.util.Tuple
-
- flattMap(Throwables.Function<? super T, ? extends Collection<? extends R>, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- flattMap(Iterator<? extends T>, Function<? super T, ? extends U[]>) - Static method in class com.landawn.abacus.util.Iterators
-
- flattMap(T[], Throwables.Function<? super T, ? extends R[], E>) - Static method in class com.landawn.abacus.util.N
-
- flattMap(T[], int, int, Throwables.Function<? super T, ? extends R[], E>) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- flattMap(Collection<? extends T>, Throwables.Function<? super T, ? extends R[], E>) - Static method in class com.landawn.abacus.util.N
-
- flattMap(Collection<? extends T>, int, int, Throwables.Function<? super T, ? extends R[], E>) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- flattMap(T[], Throwables.Function<? super T, ? extends R[], E>, IntFunction<? extends C>) - Static method in class com.landawn.abacus.util.N
-
- flattMap(T[], int, int, Throwables.Function<? super T, ? extends R[], E>, IntFunction<? extends C>) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- flattMap(Collection<? extends T>, Throwables.Function<? super T, ? extends R[], E>, IntFunction<? extends C>) - Static method in class com.landawn.abacus.util.N
-
- flattMap(Collection<? extends T>, int, int, Throwables.Function<? super T, ? extends R[], E>, IntFunction<? extends C>) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- flattMapE(Throwables.Function<? super T, ? extends Collection<? extends R>, ? extends Exception>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- 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
-
- flattMappingKeyToMultimap(Function<? super T, ? extends Collection<? extends K>>, Function<? super T, V>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- flattMappingKeyToMultimap(Function<? super T, ? extends Collection<? extends K>>, Function<? super T, V>, Supplier<? extends M>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- flattMappingValueToMultimap(Function<? super T, K>, Function<? super T, ? extends Collection<? extends V>>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- flattMappingValueToMultimap(Function<? super T, K>, Function<? super T, ? extends Collection<? extends V>>, Supplier<? extends M>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- flatToMap() - Static method in class com.landawn.abacus.util.Fn
-
{a=[1, 2, 3], b=[4, 5, 6], c=[7, 8]} -> [{a=1, b=4, c=7}, {a=2, b=5, c=8}, {a=3, b=6}]
- flatToMap(Map<K, ? extends Collection<? extends V>>) - Static method in class com.landawn.abacus.util.Maps
-
{a=[1, 2, 3], b=[4, 5, 6], c=[7, 8]} -> [{a=1, b=4, c=7}, {a=2, b=5, c=8}, {a=3, b=6}]
- flatValues() - Method in class com.landawn.abacus.util.Multimap
-
- flatValues(IntFunction<R>) - Method in class com.landawn.abacus.util.Multimap
-
- FLOAT_ARRAY_COMPARATOR - Static variable in class com.landawn.abacus.util.Comparators
-
- FLOAT_MINUS_ONE - Static variable in class com.landawn.abacus.util.Numbers
-
Reusable Float constant for minus one.
- FLOAT_ONE - Static variable in class com.landawn.abacus.util.Numbers
-
Reusable Float constant for one.
- FLOAT_ZERO - Static variable in class com.landawn.abacus.util.Numbers
-
Reusable Float constant for zero.
- FloatBiConsumer - Interface in com.landawn.abacus.util.function
-
- FloatBiFunction<R> - Interface in com.landawn.abacus.util.function
-
- 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
-
- FloatNConsumer - Interface in com.landawn.abacus.util.function
-
- FloatNFunction<R> - Interface in com.landawn.abacus.util.function
-
- FloatPredicate - Interface in com.landawn.abacus.util.function
-
- FloatSupplier - Interface in com.landawn.abacus.util.function
-
- FloatTernaryOperator - 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
-
- 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(E) - Method in class com.landawn.abacus.util.ImmutableNavigableSet
-
- FLOOR - Static variable in class com.landawn.abacus.util.WD
-
Field FLOOR.
- floorEntry(K) - Method in class com.landawn.abacus.util.ImmutableNavigableMap
-
- floorKey(K) - Method in class com.landawn.abacus.util.ImmutableNavigableMap
-
- floorPowerOfTwo(long) - Static method in class com.landawn.abacus.util.Numbers
-
Returns the largest power of two less than or equal to x.
- floorPowerOfTwo(BigInteger) - Static method in class com.landawn.abacus.util.Numbers
-
Floor power of two.
- flush(OutputStream) - Static method in class com.landawn.abacus.http.HttpUtil
-
- flush() - Method in class com.landawn.abacus.util.BufferedWriter
-
- flush() - Method in class com.landawn.abacus.util.LZ4BlockOutputStream
-
- flush() - Method in class com.landawn.abacus.util.SnappyOutputStream
-
- flush() - Method in class com.landawn.abacus.util.StringWriter
-
Flush.
- Fn - Class in com.landawn.abacus.util
-
Factory utility class for functional interfaces.
- Fn.BiConsumers - Class in com.landawn.abacus.util
-
The Class BiConsumers.
- Fn.BiFunctions - Class in com.landawn.abacus.util
-
The Class BiFunctions.
- Fn.BinaryOperators - Class in com.landawn.abacus.util
-
The Class BinaryOperators.
- Fn.BiPredicates - Class in com.landawn.abacus.util
-
The Class BiPredicates.
- Fn.Consumers - Class in com.landawn.abacus.util
-
The Class Consumers.
- Fn.Disposables - Class in com.landawn.abacus.util
-
The Class Disposables.
- Fn.Entries - Class in com.landawn.abacus.util
-
The Class Entries.
- Fn.Factory - Class in com.landawn.abacus.util
-
The Class Factory.
- Fn.FnB - Class in com.landawn.abacus.util
-
Utility class for BytePredicate/Function/Consumer.
- Fn.FnB.ByteBinaryOperators - Class in com.landawn.abacus.util
-
- Fn.FnC - Class in com.landawn.abacus.util
-
Utility class for CharPredicate/Function/Consumer.
- Fn.FnC.CharBinaryOperators - Class in com.landawn.abacus.util
-
- Fn.FnD - Class in com.landawn.abacus.util
-
Utility class for DoublePredicate/Function/Consumer.
- Fn.FnD.DoubleBinaryOperators - Class in com.landawn.abacus.util
-
- Fn.FnF - Class in com.landawn.abacus.util
-
Utility class for FloatPredicate/Function/Consumer.
- Fn.FnF.FloatBinaryOperators - Class in com.landawn.abacus.util
-
- Fn.FnI - Class in com.landawn.abacus.util
-
Utility class for IntPredicate/Function/Consumer.
- Fn.FnI.IntBinaryOperators - Class in com.landawn.abacus.util
-
- Fn.FnL - Class in com.landawn.abacus.util
-
Utility class for LongPredicate/Function/Consumer.
- Fn.FnL.LongBinaryOperators - Class in com.landawn.abacus.util
-
- Fn.Fnn - Class in com.landawn.abacus.util
-
Utility class for exceptional Predicate/Function/Consumer.
- Fn.FnS - Class in com.landawn.abacus.util
-
Utility class for ShortPredicate/Function/Consumer.
- Fn.FnS.ShortBinaryOperators - Class in com.landawn.abacus.util
-
- Fn.Functions - Class in com.landawn.abacus.util
-
The Class Functions.
- Fn.IntFunctions - Class in com.landawn.abacus.util
-
The Class IntFunctions.
- Fn.Pairs - Class in com.landawn.abacus.util
-
The Class Pairs.
- Fn.Predicates - Class in com.landawn.abacus.util
-
The Class Predicates.
- Fn.Suppliers - Class in com.landawn.abacus.util
-
The Class Suppliers.
- Fn.TriConsumers - Class in com.landawn.abacus.util
-
The Class TriConsumers.
- Fn.TriFunctions - Class in com.landawn.abacus.util
-
The Class TriFunctions.
- Fn.Triples - Class in com.landawn.abacus.util
-
The Class Triples.
- Fn.TriPredicates - Class in com.landawn.abacus.util
-
The Class TriPredicates.
- Fn.UnaryOperators - Class in com.landawn.abacus.util
-
The Class UnaryOperators.
- FOLLOW_ONLY_WHEN_PRERENDER_SHOWN - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Follow-Only-When-Prerender-Shown header field name.
- FOR_UPDATE - Static variable in class com.landawn.abacus.util.WD
-
Field FOR_UPDATE.
- forcePut(K, V) - Method in class com.landawn.abacus.util.BiMap
-
An alternate form of
put that silently removes any existing entry
with the value
value before proceeding with the
BiMap.put(K, V)
operation.
- forClass(String) - Static method in class com.landawn.abacus.util.ClassUtil
-
Supports primitive types: boolean, char, byte, short, int, long, float, double.
- forEach(Throwables.Consumer<? super NoCachingNoUpdating.DisposableObjArray, E>) - Method in interface com.landawn.abacus.DataSet
-
Performs the given action for each row of the DataSet
until all rows have been processed or the action throws an
exception.
- forEach(Collection<String>, Throwables.Consumer<? super NoCachingNoUpdating.DisposableObjArray, E>) - Method in interface com.landawn.abacus.DataSet
-
Performs the given action for each row of the DataSet
until all rows have been processed or the action throws an
exception.
- forEach(int, int, Throwables.Consumer<? super NoCachingNoUpdating.DisposableObjArray, E>) - Method in interface com.landawn.abacus.DataSet
-
Performs the given action for each row of the DataSet
until all rows have been processed or the action throws an
exception.
- forEach(Collection<String>, int, int, Throwables.Consumer<? super NoCachingNoUpdating.DisposableObjArray, E>) - Method in interface com.landawn.abacus.DataSet
-
Performs the given action for each row of the DataSet
until all rows have been processed or the action throws an
exception.
- forEach(Tuple.Tuple2<String, String>, Throwables.BiConsumer<?, ?, E>) - Method in interface com.landawn.abacus.DataSet
-
- forEach(Tuple.Tuple2<String, String>, int, int, Throwables.BiConsumer<?, ?, E>) - Method in interface com.landawn.abacus.DataSet
-
- forEach(Tuple.Tuple3<String, String, String>, Throwables.TriConsumer<?, ?, ?, E>) - Method in interface com.landawn.abacus.DataSet
-
- forEach(Tuple.Tuple3<String, String, String>, int, int, Throwables.TriConsumer<?, ?, ?, E>) - Method in interface com.landawn.abacus.DataSet
-
- forEach(BiConsumer<String, Object>) - Method in class com.landawn.abacus.http.HttpHeaders
-
- forEach(Throwables.Consumer<? super T, E2>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- forEach(Throwables.Consumer<? super T, E2>, Throwables.Runnable<E3>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- forEach(Throwables.Function<? super T, ? extends Collection<? extends U>, E2>, Throwables.BiConsumer<? super T, ? super U, E3>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- forEach(Throwables.Function<? super T, ? extends Collection<T2>, E2>, Throwables.Function<? super T2, ? extends Collection<T3>, E3>, Throwables.TriConsumer<? super T, ? super T2, ? super T3, E4>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- forEach(Throwables.Consumer<T, E>) - Method in class com.landawn.abacus.util.ImmutableArray
-
- forEach(Map<K, V>, Throwables.Consumer<? super Map.Entry<K, V>, E>) - Static method in class com.landawn.abacus.util.Maps
-
- forEach(Map<K, V>, Throwables.BiConsumer<? super K, ? super V, E>) - Static method in class com.landawn.abacus.util.Maps
-
- forEach(Throwables.BiConsumer<? super K, ? super V, X>) - Method in class com.landawn.abacus.util.Multimap
-
- forEach(Throwables.Consumer<? super T, E>) - Method in class com.landawn.abacus.util.Multiset
-
- forEach(Throwables.ObjIntConsumer<? super T, E>) - Method in class com.landawn.abacus.util.Multiset
-
- forEach(int, int, Throwables.Runnable<E>) - Static method in class com.landawn.abacus.util.N
-
- forEach(int, int, int, Throwables.Runnable<E>) - Static method in class com.landawn.abacus.util.N
-
- forEach(int, int, Throwables.IntConsumer<E>) - Static method in class com.landawn.abacus.util.N
-
- forEach(int, int, int, Throwables.IntConsumer<E>) - Static method in class com.landawn.abacus.util.N
-
- forEach(int, int, T, Throwables.ObjIntConsumer<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
- forEach(int, int, int, T, Throwables.ObjIntConsumer<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
- forEach(T[], Throwables.Consumer<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
- forEach(T[], int, int, Throwables.Consumer<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
- forEach(Collection<? extends T>, Throwables.Consumer<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
- forEach(Collection<? extends T>, int, int, Throwables.Consumer<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- forEach(Iterator<? extends T>, Throwables.Consumer<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
- forEach(Map<K, V>, Throwables.Consumer<? super Map.Entry<K, V>, E>) - Static method in class com.landawn.abacus.util.N
-
- forEach(T[], Throwables.Function<? super T, ? extends Collection<U>, E>, Throwables.BiConsumer<? super T, ? super U, E2>) - Static method in class com.landawn.abacus.util.N
-
- forEach(Collection<T>, Throwables.Function<? super T, ? extends Collection<U>, E>, Throwables.BiConsumer<? super T, ? super U, E2>) - Static method in class com.landawn.abacus.util.N
-
- forEach(Iterator<? extends T>, Throwables.Function<? super T, ? extends Collection<U>, E>, Throwables.BiConsumer<? super T, ? super U, E2>) - Static method in class com.landawn.abacus.util.N
-
- forEach(T[], Throwables.Function<? super T, ? extends Collection<T2>, E>, Throwables.Function<? super T2, ? extends Collection<T3>, E2>, Throwables.TriConsumer<? super T, ? super T2, ? super T3, E3>) - Static method in class com.landawn.abacus.util.N
-
- forEach(Collection<T>, Throwables.Function<? super T, ? extends Collection<T2>, E>, Throwables.Function<? super T2, ? extends Collection<T3>, E2>, Throwables.TriConsumer<? super T, ? super T2, ? super T3, E3>) - Static method in class com.landawn.abacus.util.N
-
- forEach(Iterator<? extends T>, Throwables.Function<? super T, ? extends Collection<T2>, E>, Throwables.Function<? super T2, ? extends Collection<T3>, E2>, Throwables.TriConsumer<? super T, ? super T2, ? super T3, E3>) - Static method in class com.landawn.abacus.util.N
-
- forEach(A[], B[], Throwables.BiConsumer<? super A, ? super B, E>) - Static method in class com.landawn.abacus.util.N
-
- forEach(Collection<A>, Collection<B>, Throwables.BiConsumer<? super A, ? super B, E>) - Static method in class com.landawn.abacus.util.N
-
- forEach(Iterator<A>, Iterator<B>, Throwables.BiConsumer<? super A, ? super B, E>) - Static method in class com.landawn.abacus.util.N
-
- forEach(A[], B[], C[], Throwables.TriConsumer<? super A, ? super B, ? super C, E>) - Static method in class com.landawn.abacus.util.N
-
- forEach(Collection<A>, Collection<B>, Collection<C>, Throwables.TriConsumer<? super A, ? super B, ? super C, E>) - Static method in class com.landawn.abacus.util.N
-
- forEach(Iterator<A>, Iterator<B>, Iterator<C>, Throwables.TriConsumer<? super A, ? super B, ? super C, E>) - Static method in class com.landawn.abacus.util.N
-
- forEach(A[], B[], A, B, Throwables.BiConsumer<? super A, ? super B, E>) - Static method in class com.landawn.abacus.util.N
-
- forEach(Collection<A>, Collection<B>, A, B, Throwables.BiConsumer<? super A, ? super B, E>) - Static method in class com.landawn.abacus.util.N
-
- forEach(Iterator<A>, Iterator<B>, A, B, Throwables.BiConsumer<? super A, ? super B, E>) - Static method in class com.landawn.abacus.util.N
-
- forEach(A[], B[], C[], A, B, C, Throwables.TriConsumer<? super A, ? super B, ? super C, E>) - Static method in class com.landawn.abacus.util.N
-
- forEach(Collection<A>, Collection<B>, Collection<C>, A, B, C, Throwables.TriConsumer<? super A, ? super B, ? super C, E>) - Static method in class com.landawn.abacus.util.N
-
- forEach(Iterator<A>, Iterator<B>, Iterator<C>, A, B, C, Throwables.TriConsumer<? super A, ? super B, ? super C, E>) - Static method in class com.landawn.abacus.util.N
-
- forEach(Consumer<? super T>) - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableArray
-
- forEach(Consumer<? super T>) - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableDeque
-
- forEach(Throwables.Consumer<?, E>) - Method in class com.landawn.abacus.util.Pair
-
- forEach(Throwables.Consumer<?, E>) - Method in class com.landawn.abacus.util.Triple
-
- forEach(Throwables.Consumer<?, E>) - Method in class com.landawn.abacus.util.Tuple
-
- forEach(Throwables.Consumer<?, E>) - Method in class com.landawn.abacus.util.Tuple.Tuple1
-
- forEach(Throwables.Consumer<?, E>) - Method in class com.landawn.abacus.util.Tuple.Tuple2
-
- forEach(Throwables.Consumer<?, E>) - Method in class com.landawn.abacus.util.Tuple.Tuple3
-
- forEach(Throwables.Consumer<?, E>) - Method in class com.landawn.abacus.util.Tuple.Tuple4
-
- forEach(Throwables.Consumer<?, E>) - Method in class com.landawn.abacus.util.Tuple.Tuple5
-
- forEach(Throwables.Consumer<?, E>) - Method in class com.landawn.abacus.util.Tuple.Tuple6
-
- forEach(Throwables.Consumer<?, E>) - Method in class com.landawn.abacus.util.Tuple.Tuple7
-
- forEach(Throwables.Consumer<?, E>) - Method in class com.landawn.abacus.util.Tuple.Tuple8
-
- forEach(Throwables.Consumer<?, E>) - Method in class com.landawn.abacus.util.Tuple.Tuple9
-
- foreachIndexed(Throwables.IndexedBooleanConsumer<E>) - Method in class com.landawn.abacus.util.BooleanIterator
-
- foreachIndexed(Throwables.IndexedByteConsumer<E>) - Method in class com.landawn.abacus.util.ByteIterator
-
- foreachIndexed(Throwables.IndexedCharConsumer<E>) - Method in class com.landawn.abacus.util.CharIterator
-
- foreachIndexed(Throwables.IndexedDoubleConsumer<E>) - Method in class com.landawn.abacus.util.DoubleIterator
-
- forEachIndexed(Throwables.IndexedConsumer<? super T, E2>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- foreachIndexed(Throwables.IndexedFloatConsumer<E>) - Method in class com.landawn.abacus.util.FloatIterator
-
- forEachIndexed(Throwables.IndexedConsumer<T, E>) - Method in class com.landawn.abacus.util.ImmutableArray
-
- foreachIndexed(Throwables.IndexedIntConsumer<E>) - Method in class com.landawn.abacus.util.IntIterator
-
- foreachIndexed(Throwables.IndexedConsumer<? super String, E>) - Method in class com.landawn.abacus.util.LineIterator
-
- foreachIndexed(Throwables.IndexedLongConsumer<E>) - Method in class com.landawn.abacus.util.LongIterator
-
- forEachIndexed(T[], Throwables.IndexedConsumer<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
- forEachIndexed(T[], int, int, Throwables.IndexedConsumer<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
- forEachIndexed(Collection<? extends T>, Throwables.IndexedConsumer<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
- forEachIndexed(Collection<? extends T>, int, int, Throwables.IndexedConsumer<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- forEachIndexed(Iterator<? extends T>, Throwables.IndexedConsumer<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
- forEachIndexed(Map<K, V>, Throwables.IndexedConsumer<? super Map.Entry<K, V>, E>) - Static method in class com.landawn.abacus.util.N
-
- foreachIndexed(Throwables.IndexedConsumer<? super T, E>) - Method in class com.landawn.abacus.util.ObjIterator
-
- foreachIndexed(Throwables.IndexedShortConsumer<E>) - Method in class com.landawn.abacus.util.ShortIterator
-
- forEachKey(Throwables.Consumer<? super K, X>) - Method in class com.landawn.abacus.util.Multimap
-
For each key.
- forEachNonNull(T[], Throwables.Consumer<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
For each non null.
- forEachNonNull(Collection<T>, Throwables.Consumer<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
For each non null.
- forEachNonNull(T[], Throwables.Function<? super T, ? extends Collection<U>, E>, Throwables.BiConsumer<? super T, ? super U, E2>) - Static method in class com.landawn.abacus.util.N
-
For each non null.
- forEachNonNull(Collection<T>, Throwables.Function<? super T, ? extends Collection<U>, E>, Throwables.BiConsumer<? super T, ? super U, E2>) - Static method in class com.landawn.abacus.util.N
-
For each non null.
- forEachNonNull(Iterator<? extends T>, Throwables.Function<? super T, ? extends Collection<U>, E>, Throwables.BiConsumer<? super T, ? super U, E2>) - Static method in class com.landawn.abacus.util.N
-
For each non null.
- forEachNonNull(T[], Throwables.Function<? super T, ? extends Collection<T2>, E>, Throwables.Function<? super T2, ? extends Collection<T3>, E2>, Throwables.TriConsumer<? super T, ? super T2, ? super T3, E3>) - Static method in class com.landawn.abacus.util.N
-
For each non null.
- forEachNonNull(Collection<T>, Throwables.Function<? super T, ? extends Collection<T2>, E>, Throwables.Function<? super T2, ? extends Collection<T3>, E2>, Throwables.TriConsumer<? super T, ? super T2, ? super T3, E3>) - Static method in class com.landawn.abacus.util.N
-
For each non null.
- forEachNonNull(Iterator<? extends T>, Throwables.Function<? super T, ? extends Collection<T2>, E>, Throwables.Function<? super T2, ? extends Collection<T3>, E2>, Throwables.TriConsumer<? super T, ? super T2, ? super T3, E3>) - Static method in class com.landawn.abacus.util.N
-
For each non null.
- forEachPair(Throwables.BiConsumer<? super T, ? super T, E2>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
For each pair.
- forEachPair(Throwables.BiConsumer<? super T, ? super T, E2>, int) - Method in class com.landawn.abacus.util.ExceptionalStream
-
For each pair.
- forEachPair(T[], Throwables.BiConsumer<? super T, ? super T, E>) - Static method in class com.landawn.abacus.util.N
-
For each pair.
- forEachPair(T[], Throwables.BiConsumer<? super T, ? super T, E>, int) - Static method in class com.landawn.abacus.util.N
-
For each pair.
- forEachPair(Collection<? extends T>, Throwables.BiConsumer<? super T, ? super T, E>) - Static method in class com.landawn.abacus.util.N
-
For each pair.
- forEachPair(Collection<? extends T>, Throwables.BiConsumer<? super T, ? super T, E>, int) - Static method in class com.landawn.abacus.util.N
-
For each pair.
- forEachPair(Iterator<? extends T>, Throwables.BiConsumer<? super T, ? super T, E>) - Static method in class com.landawn.abacus.util.N
-
For each pair.
- forEachPair(Iterator<? extends T>, Throwables.BiConsumer<? super T, ? super T, E>, int) - Static method in class com.landawn.abacus.util.N
-
For each pair.
- forEachRemaining(Throwables.BiConsumer<? super A, ? super B, E>) - Method in class com.landawn.abacus.util.BiIterator
-
For each remaining.
- forEachRemaining(Consumer<? super Pair<A, B>>) - Method in class com.landawn.abacus.util.BiIterator
-
Deprecated.
- forEachRemaining(Consumer<? super Boolean>) - Method in class com.landawn.abacus.util.BooleanIterator
-
Deprecated.
- foreachRemaining(Throwables.BooleanConsumer<E>) - Method in class com.landawn.abacus.util.BooleanIterator
-
- forEachRemaining(Consumer<? super Byte>) - Method in class com.landawn.abacus.util.ByteIterator
-
Deprecated.
- foreachRemaining(Throwables.ByteConsumer<E>) - Method in class com.landawn.abacus.util.ByteIterator
-
- forEachRemaining(Consumer<? super Character>) - Method in class com.landawn.abacus.util.CharIterator
-
Deprecated.
- foreachRemaining(Throwables.CharConsumer<E>) - Method in class com.landawn.abacus.util.CharIterator
-
- forEachRemaining(Consumer<? super Double>) - Method in class com.landawn.abacus.util.DoubleIterator
-
Deprecated.
- foreachRemaining(Throwables.DoubleConsumer<E>) - Method in class com.landawn.abacus.util.DoubleIterator
-
- forEachRemaining(Consumer<? super Float>) - Method in class com.landawn.abacus.util.FloatIterator
-
Deprecated.
- foreachRemaining(Throwables.FloatConsumer<E>) - Method in class com.landawn.abacus.util.FloatIterator
-
- forEachRemaining(Consumer<? super Integer>) - Method in class com.landawn.abacus.util.IntIterator
-
Deprecated.
- foreachRemaining(Throwables.IntConsumer<E>) - Method in class com.landawn.abacus.util.IntIterator
-
- foreachRemaining(Throwables.Consumer<? super String, E>) - Method in class com.landawn.abacus.util.LineIterator
-
- forEachRemaining(Consumer<? super Long>) - Method in class com.landawn.abacus.util.LongIterator
-
Deprecated.
- foreachRemaining(Throwables.LongConsumer<E>) - Method in class com.landawn.abacus.util.LongIterator
-
- foreachRemaining(Throwables.Consumer<? super T, E>) - Method in class com.landawn.abacus.util.ObjIterator
-
- forEachRemaining(Consumer<? super Short>) - Method in class com.landawn.abacus.util.ShortIterator
-
Deprecated.
- foreachRemaining(Throwables.ShortConsumer<E>) - Method in class com.landawn.abacus.util.ShortIterator
-
- forEachRemaining(Throwables.TriConsumer<? super A, ? super B, ? super C, E>) - Method in class com.landawn.abacus.util.TriIterator
-
For each remaining.
- forEachRemaining(Consumer<? super Triple<A, B, C>>) - Method in class com.landawn.abacus.util.TriIterator
-
Deprecated.
- forEachToBreak(Throwables.BiConsumer<? super T, MutableBoolean, E2>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- forEachToBreak(MutableBoolean, Throwables.Consumer<? super T, E2>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- forEachTriple(Throwables.TriConsumer<? super T, ? super T, ? super T, E2>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
For each triple.
- forEachTriple(Throwables.TriConsumer<? super T, ? super T, ? super T, E2>, int) - Method in class com.landawn.abacus.util.ExceptionalStream
-
For each triple.
- forEachTriple(T[], Throwables.TriConsumer<? super T, ? super T, ? super T, E>) - Static method in class com.landawn.abacus.util.N
-
For each triple.
- forEachTriple(T[], Throwables.TriConsumer<? super T, ? super T, ? super T, E>, int) - Static method in class com.landawn.abacus.util.N
-
For each triple.
- forEachTriple(Collection<? extends T>, Throwables.TriConsumer<? super T, ? super T, ? super T, E>) - Static method in class com.landawn.abacus.util.N
-
For each triple.
- forEachTriple(Collection<? extends T>, Throwables.TriConsumer<? super T, ? super T, ? super T, E>, int) - Static method in class com.landawn.abacus.util.N
-
For each triple.
- forEachTriple(Iterator<? extends T>, Throwables.TriConsumer<? super T, ? super T, ? super T, E>) - Static method in class com.landawn.abacus.util.N
-
For each triple.
- forEachTriple(Iterator<? extends T>, Throwables.TriConsumer<? super T, ? super T, ? super T, E>, int) - Static method in class com.landawn.abacus.util.N
-
For each triple.
- forEachValue(Throwables.Consumer<? super V, X>) - Method in class com.landawn.abacus.util.Multimap
-
For each value.
- formalizePropName(String) - Static method in class com.landawn.abacus.util.ClassUtil
-
It's designed for field/method/class/column/table names.
- format(Date) - Static method in class com.landawn.abacus.http.HttpUtil.HttpDate
-
Returns the string for value.
- format(Date) - Static method in class com.landawn.abacus.util.DateUtil
-
- format(Date, String) - Static method in class com.landawn.abacus.util.DateUtil
-
- format(Date, String, TimeZone) - Static method in class com.landawn.abacus.util.DateUtil
-
- format(Writer, Date) - Static method in class com.landawn.abacus.util.DateUtil
-
- format(Writer, Date, String) - Static method in class com.landawn.abacus.util.DateUtil
-
- format(Writer, Date, String, TimeZone) - Static method in class com.landawn.abacus.util.DateUtil
-
- format(Calendar) - Static method in class com.landawn.abacus.util.DateUtil
-
- format(Calendar, String) - Static method in class com.landawn.abacus.util.DateUtil
-
- format(Calendar, String, TimeZone) - Static method in class com.landawn.abacus.util.DateUtil
-
- format(Writer, Calendar) - Static method in class com.landawn.abacus.util.DateUtil
-
- format(Writer, Calendar, String) - Static method in class com.landawn.abacus.util.DateUtil
-
- format(Writer, Calendar, String, TimeZone) - Static method in class com.landawn.abacus.util.DateUtil
-
- format(XMLGregorianCalendar) - Static method in class com.landawn.abacus.util.DateUtil
-
- format(XMLGregorianCalendar, String) - Static method in class com.landawn.abacus.util.DateUtil
-
- format(XMLGregorianCalendar, String, TimeZone) - Static method in class com.landawn.abacus.util.DateUtil
-
- format(Writer, XMLGregorianCalendar) - Static method in class com.landawn.abacus.util.DateUtil
-
- format(Writer, XMLGregorianCalendar, String) - Static method in class com.landawn.abacus.util.DateUtil
-
- format(Writer, XMLGregorianCalendar, String, TimeZone) - Static method in class com.landawn.abacus.util.DateUtil
-
- format(Date) - Static method in class com.landawn.abacus.util.ISO8601Util
-
Format a date into 'yyyy-MM-ddThh:mm:ssZ' (default timezone, no milliseconds precision).
- format(Date, boolean) - Static method in class com.landawn.abacus.util.ISO8601Util
-
Format a date into 'yyyy-MM-ddThh:mm:ss[.sss]Z' (GMT timezone)
- format(Date, boolean, TimeZone) - Static method in class com.landawn.abacus.util.ISO8601Util
-
Deprecated.
- format(Date, boolean, TimeZone, Locale) - Static method in class com.landawn.abacus.util.ISO8601Util
-
Format date into yyyy-MM-ddThh:mm:ss[.sss][Z|[+-]hh:mm]
- formatJSON(String) - Static method in class com.landawn.abacus.util.N
-
- formatJSON(Class<?>, String) - Static method in class com.landawn.abacus.util.N
-
- formatJSON(Type<?>, String) - Static method in class com.landawn.abacus.util.N
-
- formatParameterizedTypeName(String) - Static method in class com.landawn.abacus.util.ClassUtil
-
Format parameterized type name.
- formatXML(String) - Static method in class com.landawn.abacus.util.N
-
- formatXML(Class<?>, String) - Static method in class com.landawn.abacus.util.N
-
- formatXML(Type<?>, String) - Static method in class com.landawn.abacus.util.N
-
- formBody(Map<?, ?>) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
- formBody(Object) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
- 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.
- fprintln(String, T...) - Static method in class com.landawn.abacus.util.N
-
- Fraction - Class in com.landawn.abacus.util
-
Note: it's copied from Apache Commons Lang developed at The Apache Software Foundation (http://www.apache.org/), or
under the Apache License 2.0.
- freeze() - Method in interface com.landawn.abacus.DataSet
-
Method freeze.
- freeze() - Method in interface com.landawn.abacus.DirtyMarker
-
Method freeze.
- from(Map<String, Object>) - Static method in interface com.landawn.abacus.EntityId
-
- from(String, Map<String, Object>) - Static method in interface com.landawn.abacus.EntityId
-
- from(Object) - Static method in interface com.landawn.abacus.EntityId
-
- from(Object, Collection<String>) - Static method in interface com.landawn.abacus.EntityId
-
- 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(Iterator<? extends T>) - Static method in class com.landawn.abacus.util.Enumerations
-
- from(Throwables.Supplier<ExceptionalStream<? extends T, ? extends E>, ? extends E>) - Static method in class com.landawn.abacus.util.ExceptionalStream
-
Lazy evaluation.
- from(Throwables.Supplier<ExceptionalStream<? extends T, ? extends RuntimeException>, RuntimeException>) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
-
Deprecated.
- from(Supplier<T>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- from(Predicate<T>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- from(BiPredicate<T, U>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- from(Consumer<T>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- from(BiConsumer<T, U>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- from(Function<T, R>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- from(BiFunction<T, U, R>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- from(UnaryOperator<T>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- from(BinaryOperator<T>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- from(Supplier<T>) - Static method in class com.landawn.abacus.util.Fn
-
- from(Predicate<T>) - Static method in class com.landawn.abacus.util.Fn
-
- from(BiPredicate<T, U>) - Static method in class com.landawn.abacus.util.Fn
-
- from(Consumer<T>) - Static method in class com.landawn.abacus.util.Fn
-
- from(BiConsumer<T, U>) - Static method in class com.landawn.abacus.util.Fn
-
- from(Function<T, R>) - Static method in class com.landawn.abacus.util.Fn
-
- from(BiFunction<T, U, R>) - Static method in class com.landawn.abacus.util.Fn
-
- from(UnaryOperator<T>) - Static method in class com.landawn.abacus.util.Fn
-
- from(BinaryOperator<T>) - Static method in class com.landawn.abacus.util.Fn
-
- from(Collector<T, A, R>) - Static method in class com.landawn.abacus.util.Fn
-
- from(Map.Entry<? extends K, ? extends V>) - Static method in class com.landawn.abacus.util.ImmutableEntry
-
- from(Map<? extends K, ? extends E>) - Static method in class com.landawn.abacus.util.ListMultimap
-
- from(Collection<? extends T>, Throwables.Function<? super T, ? extends K, X>) - Static method in class com.landawn.abacus.util.ListMultimap
-
- from(Collection<? extends T>, Throwables.Function<? super T, ? extends K, X>, Throwables.Function<? super T, ? extends E, X2>) - Static method in class com.landawn.abacus.util.ListMultimap
-
- from(Map<? extends K, ? extends E>, IntFunction<? extends M>) - Static method in class com.landawn.abacus.util.ListMultimap
-
Deprecated.
- from(Collection<? extends T>, Throwables.Function<? super T, ? extends K, X>, IntFunction<? extends M>) - Static method in class com.landawn.abacus.util.ListMultimap
-
Deprecated.
- from(Collection<? extends T>, Throwables.Function<? super T, ? extends K, X>, Throwables.Function<? super T, ? extends E, X2>, IntFunction<? extends M>) - Static method in class com.landawn.abacus.util.ListMultimap
-
Deprecated.
- from(Map<? extends K, ? extends E>, IntFunction<? extends M>) - Static method in class com.landawn.abacus.util.Multimap
-
- from(Collection<? extends T>, Throwables.Function<? super T, ? extends K, X>, IntFunction<? extends M>) - Static method in class com.landawn.abacus.util.Multimap
-
- from(Collection<? extends T>, Throwables.Function<? super T, ? extends K, X>, Throwables.Function<? super T, ? extends E, X2>, IntFunction<? extends M>) - Static method in class com.landawn.abacus.util.Multimap
-
- from(Collection<? extends T>) - Static method in class com.landawn.abacus.util.Multiset
-
- from(Iterator<? extends T>) - Static method in class com.landawn.abacus.util.Multiset
-
- from(Map<? extends T, Integer>) - Static method in class com.landawn.abacus.util.Multiset
-
- from(Map.Entry<K, V>) - Static method in class com.landawn.abacus.util.Pair
-
- from(Map<? extends K, ? extends V>) - Static method in class com.landawn.abacus.util.Properties
-
- from(Map<? extends K, ? extends E>) - Static method in class com.landawn.abacus.util.SetMultimap
-
- from(Collection<? extends T>, Throwables.Function<? super T, ? extends K, X>) - Static method in class com.landawn.abacus.util.SetMultimap
-
- from(Collection<? extends T>, Throwables.Function<? super T, ? extends K, X>, Throwables.Function<? super T, ? extends E, X2>) - Static method in class com.landawn.abacus.util.SetMultimap
-
- from(Map<? extends K, ? extends E>, IntFunction<? extends M>) - Static method in class com.landawn.abacus.util.SetMultimap
-
Deprecated.
- from(Collection<? extends T>, Throwables.Function<? super T, ? extends K, X>, IntFunction<? extends M>) - Static method in class com.landawn.abacus.util.SetMultimap
-
Deprecated.
- from(Collection<? extends T>, Throwables.Function<? super T, ? extends K, X>, Throwables.Function<? super T, ? extends E, X2>, IntFunction<? extends M>) - Static method in class com.landawn.abacus.util.SetMultimap
-
Deprecated.
- from(Collector<T, A, R>) - Static method in interface com.landawn.abacus.util.stream.Collector
-
- 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 - Static variable in class com.landawn.abacus.util.WD
-
Field FROM.
- 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
-
- fromJSON(Class<T>, String) - Static method in class com.landawn.abacus.parser.Fj
-
- fromJSON(Class<T>, String, Fj.DeserializeConfig) - Static method in class com.landawn.abacus.parser.Fj
-
- fromJSON(Class<T>, File) - Static method in class com.landawn.abacus.parser.Fj
-
- fromJSON(Class<T>, File, Fj.DeserializeConfig) - Static method in class com.landawn.abacus.parser.Fj
-
- fromJSON(Class<T>, InputStream) - Static method in class com.landawn.abacus.parser.Fj
-
- fromJSON(Class<T>, InputStream, Fj.DeserializeConfig) - Static method in class com.landawn.abacus.parser.Fj
-
- fromJSON(Class<T>, Reader) - Static method in class com.landawn.abacus.parser.Fj
-
- fromJSON(Class<T>, Reader, Fj.DeserializeConfig) - Static method in class com.landawn.abacus.parser.Fj
-
- fromJSON(TypeReference<T>, String) - Static method in class com.landawn.abacus.parser.Fj
-
- fromJSON(TypeReference<T>, String, Fj.DeserializeConfig) - Static method in class com.landawn.abacus.parser.Fj
-
- fromJSON(TypeReference<T>, File) - Static method in class com.landawn.abacus.parser.Fj
-
- fromJSON(TypeReference<T>, File, Fj.DeserializeConfig) - Static method in class com.landawn.abacus.parser.Fj
-
- fromJSON(TypeReference<T>, InputStream) - Static method in class com.landawn.abacus.parser.Fj
-
- fromJSON(TypeReference<T>, InputStream, Fj.DeserializeConfig) - Static method in class com.landawn.abacus.parser.Fj
-
- fromJSON(TypeReference<T>, Reader) - Static method in class com.landawn.abacus.parser.Fj
-
- fromJSON(TypeReference<T>, Reader, Fj.DeserializeConfig) - Static method in class com.landawn.abacus.parser.Fj
-
- fromJSON(Class<? extends T>, String) - Static method in class com.landawn.abacus.util.N
-
- fromJSON(Class<? extends T>, String, JSONDeserializationConfig) - Static method in class com.landawn.abacus.util.N
-
- fromJSON(Class<? extends T>, File) - Static method in class com.landawn.abacus.util.N
-
- fromJSON(Class<? extends T>, File, JSONDeserializationConfig) - Static method in class com.landawn.abacus.util.N
-
- fromJSON(Class<? extends T>, InputStream) - Static method in class com.landawn.abacus.util.N
-
- fromJSON(Class<? extends T>, InputStream, JSONDeserializationConfig) - Static method in class com.landawn.abacus.util.N
-
- fromJSON(Class<? extends T>, Reader) - Static method in class com.landawn.abacus.util.N
-
- fromJSON(Class<? extends T>, Reader, JSONDeserializationConfig) - Static method in class com.landawn.abacus.util.N
-
- fromJSON(Class<? extends T>, String, int, int) - Static method in class com.landawn.abacus.util.N
-
- fromJSON(Class<? extends T>, String, int, int, JSONDeserializationConfig) - Static method in class com.landawn.abacus.util.N
-
- fromJSON(Type<? extends T>, String) - Static method in class com.landawn.abacus.util.N
-
- fromJSON(Type<? extends T>, String, JSONDeserializationConfig) - Static method in class com.landawn.abacus.util.N
-
- fromJSON(Type<? extends T>, File) - Static method in class com.landawn.abacus.util.N
-
- fromJSON(Type<? extends T>, File, JSONDeserializationConfig) - Static method in class com.landawn.abacus.util.N
-
- fromJSON(Type<? extends T>, InputStream) - Static method in class com.landawn.abacus.util.N
-
- fromJSON(Type<? extends T>, InputStream, JSONDeserializationConfig) - Static method in class com.landawn.abacus.util.N
-
- fromJSON(Type<? extends T>, Reader) - Static method in class com.landawn.abacus.util.N
-
- fromJSON(Type<? extends T>, Reader, JSONDeserializationConfig) - Static method in class com.landawn.abacus.util.N
-
- fromJSON(Type<? extends T>, String, int, int) - Static method in class com.landawn.abacus.util.N
-
- fromJSON(Type<? extends T>, String, int, int, JSONDeserializationConfig) - Static method in class com.landawn.abacus.util.N
-
- fromm(Map<? extends K, ? extends Collection<? extends E>>) - Static method in class com.landawn.abacus.util.ListMultimap
-
- fromm(Map<? extends K, ? extends Collection<? extends E>>, IntFunction<? extends M>) - Static method in class com.landawn.abacus.util.ListMultimap
-
Deprecated.
- fromm(Map<? extends K, ? extends Collection<? extends E>>, IntFunction<? extends M>) - Static method in class com.landawn.abacus.util.Multimap
-
- fromm(Map<? extends K, ? extends Collection<? extends E>>) - Static method in class com.landawn.abacus.util.SetMultimap
-
- fromm(Map<? extends K, ? extends Collection<? extends E>>, IntFunction<? extends M>) - Static method in class com.landawn.abacus.util.SetMultimap
-
Deprecated.
- fromXML(Class<? extends T>, String) - Static method in class com.landawn.abacus.util.N
-
- fromXML(Class<? extends T>, String, XMLDeserializationConfig) - Static method in class com.landawn.abacus.util.N
-
- fromXML(Class<? extends T>, File) - Static method in class com.landawn.abacus.util.N
-
- fromXML(Class<? extends T>, File, XMLDeserializationConfig) - Static method in class com.landawn.abacus.util.N
-
- fromXML(Class<? extends T>, InputStream) - Static method in class com.landawn.abacus.util.N
-
- fromXML(Class<? extends T>, InputStream, XMLDeserializationConfig) - Static method in class com.landawn.abacus.util.N
-
- fromXML(Class<? extends T>, Reader) - Static method in class com.landawn.abacus.util.N
-
- fromXML(Class<? extends T>, Reader, XMLDeserializationConfig) - Static method in class com.landawn.abacus.util.N
-
- fromXML(Type<? extends T>, String) - Static method in class com.landawn.abacus.util.N
-
- fromXML(Type<? extends T>, String, XMLDeserializationConfig) - Static method in class com.landawn.abacus.util.N
-
- fromXML(Type<? extends T>, File) - Static method in class com.landawn.abacus.util.N
-
- fromXML(Type<? extends T>, File, XMLDeserializationConfig) - Static method in class com.landawn.abacus.util.N
-
- fromXML(Type<? extends T>, InputStream) - Static method in class com.landawn.abacus.util.N
-
- fromXML(Type<? extends T>, InputStream, XMLDeserializationConfig) - Static method in class com.landawn.abacus.util.N
-
- fromXML(Type<? extends T>, Reader) - Static method in class com.landawn.abacus.util.N
-
- fromXML(Type<? extends T>, Reader, XMLDeserializationConfig) - Static method in class com.landawn.abacus.util.N
-
- frozen() - Method in interface com.landawn.abacus.DataSet
-
- frozen() - Method in interface com.landawn.abacus.DirtyMarker
-
- FS - Static variable in class com.landawn.abacus.util.Ascii
-
File Separator: These four information separators may be used within data in optional fashion,
except that their hierarchical relationship shall be: FS is the most inclusive, then GS, then
RS, and US is least inclusive.
- FSC() - Constructor for class com.landawn.abacus.parser.Fj.SerializeConfig.FSC
-
- FULL - Static variable in class com.landawn.abacus.util.WD
-
Field FULL.
- FULL_JOIN - Static variable in class com.landawn.abacus.util.WD
-
Field FULL_JOIN.
- fullJoin(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(Collection<? extends U>, Throwables.Function<? super T, ? extends K, ? extends E>, Throwables.Function<? super U, ? extends K, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
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<? extends U>, Throwables.Function<? super T, ? extends K, ? extends E>, Throwables.Function<? super U, ? extends K, ? extends E>, Throwables.BiFunction<? super T, ? super U, R, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
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<? extends T>, Throwables.Function<? super T, ? extends K, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
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<? extends T>, Throwables.Function<? super T, ? extends K, ? extends E>, Throwables.BiFunction<? super T, ? super T, R, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
The time complexity is O(n + m) : n is the size of this Stream and m is the size of specified collection b.
- fullJoin(ExceptionalStream<? extends U, E>, Throwables.Function<? super T, ? extends K, ? extends E>, Throwables.Function<? super U, ? extends K, ? extends E>, Throwables.BiFunction<? super T, ? super U, R, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- fullJoin(Collection<? extends U>, Throwables.BiPredicate<? super T, ? super U, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- fullJoin(Collection<? extends U>, Throwables.BiPredicate<? super T, ? super U, ? extends E>, Throwables.BiFunction<? super T, ? super U, R, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- Function<T,R> - Interface in com.landawn.abacus.util.function
-
- futureGet() - Static method in class com.landawn.abacus.util.Fn
-
- futureGetOrDefaultOnError(T) - Static method in class com.landawn.abacus.util.Fn
-
- Futures - Class in com.landawn.abacus.util
-
- fuzzyCompare(double, double, double) - Static method in class com.landawn.abacus.util.Numbers
-
Compares a and b "fuzzily," with a tolerance for nearly-equal values.
- fuzzyEquals(double, double, double) - Static method in class com.landawn.abacus.util.Numbers
-
Returns true if a and b are within tolerance of each other.
- gcd(int, int) - Static method in class com.landawn.abacus.util.Numbers
-
Returns the greatest common divisor of a, b.
- gcd(long, long) - Static method in class com.landawn.abacus.util.Numbers
-
Returns the greatest common divisor of a, b.
- geAndLe(T, T) - Static method in class com.landawn.abacus.util.Fn
-
Checks if the value/element: minValue <= e <= maxValue.
- geAndLt(T, T) - Static method in class com.landawn.abacus.util.Fn
-
Checks if the value/element: minValue <= e < maxValue.
- generate(Consumer<Pair<A, B>>) - Static method in class com.landawn.abacus.util.BiIterator
-
Returns an infinite BiIterator.
- generate(BooleanSupplier, Consumer<Pair<A, B>>) - Static method in class com.landawn.abacus.util.BiIterator
-
- generate(int, int, IndexedConsumer<Pair<A, B>>) - Static method in class com.landawn.abacus.util.BiIterator
-
- generate(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(Throwables.Supplier<T, E>) - Static method in class com.landawn.abacus.util.ExceptionalStream
-
- generate(Throwables.Supplier<T, RuntimeException>) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
-
Deprecated.
- 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<? extends T>) - Static method in class com.landawn.abacus.util.ObjIterator
-
Returns an infinite ObjIterator.
- generate(BooleanSupplier, Supplier<? extends T>) - Static method in class com.landawn.abacus.util.ObjIterator
-
- 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(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(int, int) - Method in interface com.landawn.abacus.DataSet
-
There is NO underline auto-conversion from column value to target type: T.
- get(Class<T>, int, int) - Method in interface com.landawn.abacus.DataSet
-
- get(int) - Method in interface com.landawn.abacus.DataSet
-
There is NO underline auto-conversion from column value to target type: T.
- get(String) - Method in interface com.landawn.abacus.DataSet
-
There is NO underline auto-conversion from column value to target type: T.
- get(Class<T>, int) - Method in interface com.landawn.abacus.DataSet
-
- get(Class<T>, String) - Method in interface com.landawn.abacus.DataSet
-
- get(String) - Method in interface com.landawn.abacus.EntityId
-
- get(String, Class<T>) - Method in interface com.landawn.abacus.EntityId
-
Node: To follow one of general design rules in Abacus, if there is a conversion behind when the source value is not assignable to the target type, put the targetType to last parameter of the method.
- get() - Method in class com.landawn.abacus.http.HttpClient
-
- get(HttpSettings) - Method in class com.landawn.abacus.http.HttpClient
-
- get(Object) - Method in class com.landawn.abacus.http.HttpClient
-
- get(Object, HttpSettings) - Method in class com.landawn.abacus.http.HttpClient
-
- get(Class<T>) - Method in class com.landawn.abacus.http.HttpClient
-
- get(Class<T>, HttpSettings) - Method in class com.landawn.abacus.http.HttpClient
-
- get(Class<T>, Object) - Method in class com.landawn.abacus.http.HttpClient
-
- get(Class<T>, Object, HttpSettings) - Method in class com.landawn.abacus.http.HttpClient
-
- get(String) - Method in class com.landawn.abacus.http.HttpHeaders
-
- get() - Method in class com.landawn.abacus.http.HttpRequest
-
- get(Class<T>) - Method in class com.landawn.abacus.http.HttpRequest
-
- get(Object) - Method in class com.landawn.abacus.http.HttpRequest
-
- get(Class<T>, Object) - Method in class com.landawn.abacus.http.HttpRequest
-
- get() - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
- get(Class<T>) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
- get(K) - Method in class com.landawn.abacus.pool.GenericKeyedObjectPool
-
- get(K) - Method in interface com.landawn.abacus.pool.KeyedObjectPool
-
- get(Object, int) - Static method in class com.landawn.abacus.util.Array
-
- get(Object) - Method in class com.landawn.abacus.util.ArrayHashMap
-
- get(Object) - Method in class com.landawn.abacus.util.BiMap
-
- get(String) - Static method in class com.landawn.abacus.util.Charsets
-
- get() - Method in class com.landawn.abacus.util.ContinuableFuture
-
- get(long, TimeUnit) - Method in class com.landawn.abacus.util.ContinuableFuture
-
- get(Supplier<T>) - Static method in class com.landawn.abacus.util.Fn
-
- get() - Method in interface com.landawn.abacus.util.function.Supplier
-
- get(int) - Method in class com.landawn.abacus.util.ImmutableArray
-
- get(int) - Method in class com.landawn.abacus.util.ImmutableList
-
- get(Object) - Method in class com.landawn.abacus.util.ImmutableMap
-
- get(Iterator<? extends T>, long) - Static method in class com.landawn.abacus.util.Iterators
-
- get() - Method in class com.landawn.abacus.util.LazyInitializer
-
- get(Map<K, ? extends V>, K) - Static method in class com.landawn.abacus.util.Maps
-
- get(Map<? super K, ?>, K, Class<? extends T>) - Static method in class com.landawn.abacus.util.Maps
-
Returns an empty Optional<String> if the specified map is empty, or no value found by the specified key, or the value is null.
- get(Map<? super K, ?>, K, T) - Static method in class com.landawn.abacus.util.Maps
-
Returns the mapped T or a T converted from N.valueOf((Class<T>) defaultForNull.getClass(), N.stringOf(val)).
- get(Object) - Method in class com.landawn.abacus.util.Multimap
-
- get(Object) - Method in class com.landawn.abacus.util.Multiset
-
- get(int) - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableArray
-
- get(Object) - Method in class com.landawn.abacus.util.ObjectPool
-
- get(Object) - Method in class com.landawn.abacus.util.Properties
-
- get(Class<T>, Object) - Method in class com.landawn.abacus.util.Properties
-
To avoid NullPointerException for primitive type if the target property is null or not set.
- get(String) - Method in class com.landawn.abacus.util.Reflection
-
- get() - Method in interface com.landawn.abacus.util.Throwables.EE.Supplier
-
- get() - Method in interface com.landawn.abacus.util.Throwables.EEE.Supplier
-
- get() - Method in class com.landawn.abacus.util.Throwables.LazyInitializer
-
- get() - Method in interface com.landawn.abacus.util.Throwables.Supplier
-
- get() - Method in class com.landawn.abacus.util.u.Nullable
-
- get() - Method in class com.landawn.abacus.util.u.Optional
-
- get() - Method in class com.landawn.abacus.util.u.OptionalBoolean
-
- get() - Method in class com.landawn.abacus.util.u.OptionalByte
-
- get() - Method in class com.landawn.abacus.util.u.OptionalChar
-
- get() - Method in class com.landawn.abacus.util.u.OptionalDouble
-
- get() - Method in class com.landawn.abacus.util.u.OptionalFloat
-
- get() - Method in class com.landawn.abacus.util.u.OptionalInt
-
- get() - Method in class com.landawn.abacus.util.u.OptionalLong
-
- get() - Method in class com.landawn.abacus.util.u.OptionalShort
-
- getAccept(Map<String, ?>) - Static method in class com.landawn.abacus.http.HttpUtil
-
- getAccept(HttpHeaders) - Static method in class com.landawn.abacus.http.HttpUtil
-
- getAccept(HttpSettings) - Static method in class com.landawn.abacus.http.HttpUtil
-
- getAccept(HttpURLConnection) - Static method in class com.landawn.abacus.http.HttpUtil
-
- getAcceptCharset(Map<String, ?>) - Static method in class com.landawn.abacus.http.HttpUtil
-
- getAcceptCharset(HttpHeaders) - Static method in class com.landawn.abacus.http.HttpUtil
-
- getAcceptCharset(HttpSettings) - Static method in class com.landawn.abacus.http.HttpUtil
-
- getAcceptCharset(HttpURLConnection) - Static method in class com.landawn.abacus.http.HttpUtil
-
- getAcceptEncoding(Map<String, ?>) - Static method in class com.landawn.abacus.http.HttpUtil
-
- getAcceptEncoding(HttpHeaders) - Static method in class com.landawn.abacus.http.HttpUtil
-
- getAcceptEncoding(HttpSettings) - Static method in class com.landawn.abacus.http.HttpUtil
-
- getAcceptEncoding(HttpURLConnection) - Static method in class com.landawn.abacus.http.HttpUtil
-
- getAccessCount() - Method in class com.landawn.abacus.pool.ActivityPrint
-
Gets the access count.
- getAddressFromURL(URL) - Static method in class com.landawn.abacus.util.AddrUtil
-
Gets the address from URL.
- 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
-
Gets the address list.
- getAddressListFromURL(List<URL>) - Static method in class com.landawn.abacus.util.AddrUtil
-
Gets the address list from URL.
- getAllFailedMethodStatisticsList() - Method in class com.landawn.abacus.util.Profiler.MultiLoopsStatistics
-
Gets the all failed method statistics list.
- getAllInterfaces(Class<?>) - Static method in class com.landawn.abacus.util.ClassUtil
-
Copied from Apache Commons Lang under Apache License v2.
- getAllSuperclasses(Class<?>) - Static method in class com.landawn.abacus.util.ClassUtil
-
Copied from Apache Commons Lang under Apache License v2.
- getAllSuperTypes(Class<?>) - Static method in class com.landawn.abacus.util.ClassUtil
-
Returns all the interfaces and super classes the specified class implements or extends, excluding Object.class.
- getAndAdd(T) - Method in class com.landawn.abacus.util.Multiset
-
Gets the and add.
- getAndAdd(T, int) - Method in class com.landawn.abacus.util.Multiset
-
Gets the and add.
- getAndAdd(byte) - Method in class com.landawn.abacus.util.MutableByte
-
Adds the given value to the current value.
- getAndAdd(char) - Method in class com.landawn.abacus.util.MutableChar
-
Adds the given value to the current value.
- getAndAdd(double) - Method in class com.landawn.abacus.util.MutableDouble
-
Adds the given value to the current value.
- getAndAdd(float) - Method in class com.landawn.abacus.util.MutableFloat
-
Adds the given value to the current value.
- getAndAdd(int) - Method in class com.landawn.abacus.util.MutableInt
-
Adds the given value to the current value.
- getAndAdd(long) - Method in class com.landawn.abacus.util.MutableLong
-
Adds the given value to the current value.
- getAndAdd(short) - Method in class com.landawn.abacus.util.MutableShort
-
Adds the given value to the current value.
- getAndDecrement() - Method in class com.landawn.abacus.util.MutableByte
-
Decrements by one the current value.
- getAndDecrement() - Method in class com.landawn.abacus.util.MutableChar
-
Decrements by one the current value.
- getAndDecrement() - Method in class com.landawn.abacus.util.MutableDouble
-
Decrements by one the current value.
- getAndDecrement() - Method in class com.landawn.abacus.util.MutableFloat
-
Decrements by one the current value.
- getAndDecrement() - Method in class com.landawn.abacus.util.MutableInt
-
Decrements by one the current value.
- getAndDecrement() - Method in class com.landawn.abacus.util.MutableLong
-
Decrements by one the current value.
- getAndDecrement() - Method in class com.landawn.abacus.util.MutableShort
-
Decrements by one the current value.
- getAndIncrement() - Method in class com.landawn.abacus.util.MutableByte
-
Increments by one the current value.
- getAndIncrement() - Method in class com.landawn.abacus.util.MutableChar
-
Increments by one the current value.
- getAndIncrement() - Method in class com.landawn.abacus.util.MutableDouble
-
Increments by one the current value.
- getAndIncrement() - Method in class com.landawn.abacus.util.MutableFloat
-
Increments by one the current value.
- getAndIncrement() - Method in class com.landawn.abacus.util.MutableInt
-
Increments by one the current value.
- getAndIncrement() - Method in class com.landawn.abacus.util.MutableLong
-
Increments by one the current value.
- getAndIncrement() - Method in class com.landawn.abacus.util.MutableShort
-
Increments by one the current value.
- getAndInvert() - Method in class com.landawn.abacus.util.MutableBoolean
-
Gets the and invert.
- getAndPutLinkedHashSetIfAbsent(Map<K, Set<E>>, K) - Static method in class com.landawn.abacus.util.Maps
-
Returns the value associated with the specified key if it exists in the specified map contains, or the new put Set if it's absent.
- getAndPutListIfAbsent(Map<K, List<E>>, K) - Static method in class com.landawn.abacus.util.Maps
-
Returns the value associated with the specified key if it exists in the specified map contains, or the new put List if it's absent.
- getAndPutMapIfAbsent(Map<K, Map<KK, VV>>, K) - Static method in class com.landawn.abacus.util.Maps
-
Returns the value associated with the specified key if it exists in the specified map contains, or the new put Map if it's absent.
- getAndPutSetIfAbsent(Map<K, Set<E>>, K) - Static method in class com.landawn.abacus.util.Maps
-
Returns the value associated with the specified key if it exists in the specified map contains, or the new put Set if it's absent.
- getAndRemove(Object) - Method in class com.landawn.abacus.util.Multiset
-
Gets the and remove.
- getAndRemove(Object, int) - Method in class com.landawn.abacus.util.Multiset
-
Gets the and remove.
- getAndSet(T, int) - Method in class com.landawn.abacus.util.Multiset
-
The element will be removed if the specified count is 0.
- getAndSet(boolean) - Method in class com.landawn.abacus.util.MutableBoolean
-
Gets the and set.
- getAndSet(byte) - Method in class com.landawn.abacus.util.MutableByte
-
Gets the and set.
- getAndSet(char) - Method in class com.landawn.abacus.util.MutableChar
-
Gets the and set.
- getAndSet(double) - Method in class com.landawn.abacus.util.MutableDouble
-
Gets the and set.
- getAndSet(float) - Method in class com.landawn.abacus.util.MutableFloat
-
Gets the and set.
- getAndSet(int) - Method in class com.landawn.abacus.util.MutableInt
-
Gets the and set.
- getAndSet(long) - Method in class com.landawn.abacus.util.MutableLong
-
Gets the and set.
- getAndSet(short) - Method in class com.landawn.abacus.util.MutableShort
-
Gets the and set.
- getAndSetLeft(L) - Method in class com.landawn.abacus.util.Pair
-
Gets the and set left.
- getAndSetLeft(L) - Method in class com.landawn.abacus.util.Triple
-
Gets the and set left.
- getAndSetMiddle(M) - Method in class com.landawn.abacus.util.Triple
-
Gets the and set middle.
- getAndSetRight(R) - Method in class com.landawn.abacus.util.Pair
-
Gets the and set right.
- getAndSetRight(R) - Method in class com.landawn.abacus.util.Triple
-
Gets the and set right.
- getAnnotation(Class<T>) - Method in class com.landawn.abacus.parser.ParserUtil.EntityInfo
-
- getAnnotation(Class<T>) - Method in class com.landawn.abacus.parser.ParserUtil.PropInfo
-
- getAsBoolean() - Method in interface com.landawn.abacus.util.function.BooleanSupplier
-
- getAsBoolean() - Method in interface com.landawn.abacus.util.Throwables.BooleanSupplier
-
Gets the as boolean.
- getAsByte() - Method in interface com.landawn.abacus.util.function.ByteSupplier
-
- getAsByte() - Method in interface com.landawn.abacus.util.Throwables.ByteSupplier
-
Gets the as byte.
- getAsChar() - Method in interface com.landawn.abacus.util.function.CharSupplier
-
- getAsChar() - Method in interface com.landawn.abacus.util.Throwables.CharSupplier
-
Gets the as char.
- getAsDouble() - Method in interface com.landawn.abacus.util.function.DoubleSupplier
-
- getAsDouble() - Method in interface com.landawn.abacus.util.Throwables.DoubleSupplier
-
Gets the as double.
- getAsFloat() - Method in interface com.landawn.abacus.util.function.FloatSupplier
-
- getAsFloat() - Method in interface com.landawn.abacus.util.Throwables.FloatSupplier
-
Gets the as float.
- getAsInt() - Method in interface com.landawn.abacus.util.function.IntSupplier
-
- getAsInt() - Method in interface com.landawn.abacus.util.Throwables.IntSupplier
-
Gets the as int.
- getAsLong() - Method in interface com.landawn.abacus.util.function.LongSupplier
-
- getAsLong() - Method in interface com.landawn.abacus.util.Throwables.LongSupplier
-
Gets the as long.
- getAsShort() - Method in interface com.landawn.abacus.util.function.ShortSupplier
-
- getAsShort() - Method in interface com.landawn.abacus.util.Throwables.ShortSupplier
-
Gets the as short.
- getAttribute(Node, String) - Static method in class com.landawn.abacus.util.XMLUtil
-
Gets the attribute.
- getBoolean(int) - Method in interface com.landawn.abacus.DataSet
-
Return default value (false) if the property is null.
- getBoolean(String) - Method in interface com.landawn.abacus.DataSet
-
Return default value (false) if the property is null.
- getBoolean(Object, int) - Static method in class com.landawn.abacus.util.Array
-
Gets the boolean.
- getBoolean(Map<? super K, ?>, K) - Static method in class com.landawn.abacus.util.Maps
-
Returns an empty OptionalBoolean if the specified map is empty, or no value found by the specified key, or the value is null.
- getBoolean(Map<? super K, ?>, K, boolean) - Static method in class com.landawn.abacus.util.Maps
-
Returns the mapped boolean or a boolean converted from String.
- getByte(int) - Method in interface com.landawn.abacus.DataSet
-
Return default value (0) if the property is null.
- getByte(String) - Method in interface com.landawn.abacus.DataSet
-
Return default value (0) if the property is null.
- getByte(Object, int) - Static method in class com.landawn.abacus.util.Array
-
Gets the byte.
- getByte(Map<? super K, ?>, K) - Static method in class com.landawn.abacus.util.Maps
-
Returns an empty OptionalByte if the specified map is empty, or no value found by the specified key, or the value is null.
- getByte(Map<? super K, ?>, K, byte) - Static method in class com.landawn.abacus.util.Maps
-
Returns the mapped byte or a byte converted from String.
- getByValue(Object) - Method in class com.landawn.abacus.util.BiMap
-
Gets the by value.
- getByValue(Object) - Method in class com.landawn.abacus.util.ImmutableBiMap
-
Gets the by value.
- getCanonicalClassName(Class<?>) - Static method in class com.landawn.abacus.util.ClassUtil
-
Gets the canonical class name.
- getCapacity() - Method in class com.landawn.abacus.pool.AbstractPool
-
Gets the capacity.
- getCapacity() - Method in interface com.landawn.abacus.pool.Pool
-
Gets the capacity.
- getCause() - Method in exception com.landawn.abacus.exception.UncheckedException
-
Returns the cause of this exception.
- getCause() - Method in exception com.landawn.abacus.exception.UncheckedIOException
-
Returns the cause of this exception.
- getCause() - Method in exception com.landawn.abacus.exception.UncheckedSQLException
-
Returns the cause of this exception.
- getChar(int) - Method in interface com.landawn.abacus.DataSet
-
Return default value (0) if the property is null.
- getChar(String) - Method in interface com.landawn.abacus.DataSet
-
Return default value (0) if the property is null.
- getChar(Object, int) - Static method in class com.landawn.abacus.util.Array
-
Gets the char.
- getChar(Map<? super K, ?>, K) - Static method in class com.landawn.abacus.util.Maps
-
Returns an empty OptionalChar if the specified map is empty, or no value found by the specified key, or the value is null.
- getChar(Map<? super K, ?>, K, char) - Static method in class com.landawn.abacus.util.Maps
-
Returns the mapped char or a char converted from String.
- getCharQuotation() - Method in class com.landawn.abacus.parser.KryoSerializationConfig
-
- getCharQuotation() - Method in class com.landawn.abacus.parser.SerializationConfig
-
Gets the char quotation.
- getCharset(String) - Static method in class com.landawn.abacus.http.HttpUtil
-
- getCharset(String, Charset) - Static method in class com.landawn.abacus.http.HttpUtil
-
- getCharsForReadOnly(String) - Static method in class com.landawn.abacus.util.InternalUtil
-
- getClassesByPackage(String, boolean, boolean) - Static method in class com.landawn.abacus.util.ClassUtil
-
Gets the classes by package.
- getClassesByPackage(String, boolean, boolean, Throwables.Predicate<? super Class<?>, E>) - Static method in class com.landawn.abacus.util.ClassUtil
-
Gets the classes by package.
- getClassName(Class<?>) - Static method in class com.landawn.abacus.util.ClassUtil
-
Gets the class name.
- getClassName() - Method in class com.landawn.abacus.util.TypeAttrParser
-
Gets the class name.
- 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.
- getColumnIndex(String) - Method in interface com.landawn.abacus.DataSet
-
- getColumnIndexes(Collection<String>) - Method in interface com.landawn.abacus.DataSet
-
-1 is set to the element in the returned array if the mapping column name is not included in this DataSet.
- getColumnName(int) - Method in interface com.landawn.abacus.DataSet
-
- getConnectionTimeout() - Method in class com.landawn.abacus.http.HttpSettings
-
Gets the connection timeout.
- getContentEncoding() - Method in class com.landawn.abacus.http.HttpSettings
-
- getContentEncoding(Map<String, ?>) - Static method in class com.landawn.abacus.http.HttpUtil
-
- getContentEncoding(HttpHeaders) - Static method in class com.landawn.abacus.http.HttpUtil
-
- getContentEncoding(HttpSettings) - Static method in class com.landawn.abacus.http.HttpUtil
-
- getContentEncoding(HttpURLConnection) - Static method in class com.landawn.abacus.http.HttpUtil
-
- getContentEncoding(ContentFormat) - Static method in class com.landawn.abacus.http.HttpUtil
-
Gets the content encoding.
- getContentFormat() - Method in class com.landawn.abacus.http.HttpSettings
-
Gets the content format.
- getContentFormat(String, String) - Static method in class com.landawn.abacus.http.HttpUtil
-
Gets the content format.
- getContentFormat(HttpURLConnection) - Static method in class com.landawn.abacus.http.HttpUtil
-
Gets the content format.
- getContentType() - Method in class com.landawn.abacus.http.HttpSettings
-
- getContentType(Map<String, ?>) - Static method in class com.landawn.abacus.http.HttpUtil
-
- getContentType(HttpHeaders) - Static method in class com.landawn.abacus.http.HttpUtil
-
- getContentType(HttpSettings) - Static method in class com.landawn.abacus.http.HttpUtil
-
- getContentType(HttpURLConnection) - Static method in class com.landawn.abacus.http.HttpUtil
-
- getContentType(ContentFormat) - Static method in class com.landawn.abacus.http.HttpUtil
-
Gets the content type.
- getCreateTime() - Method in class com.landawn.abacus.pool.ActivityPrint
-
Gets the creates the time.
- getDateformat() - Method in class com.landawn.abacus.parser.Fj.SerializeConfig
-
Gets the dateformat.
- getDateTimeFormat() - Method in class com.landawn.abacus.parser.KryoSerializationConfig
-
- getDateTimeFormat() - Method in class com.landawn.abacus.parser.SerializationConfig
-
The default format is: LONG.
- getDeclaredConstructor(Class<T>, Class<?>...) - Static method in class com.landawn.abacus.util.ClassUtil
-
Returns the constructor declared in the specified cls with the specified parameterTypes.
- getDeclaredMethod(Class<?>, String, Class<?>...) - Static method in class com.landawn.abacus.util.ClassUtil
-
Returns the method declared in the specified cls with the specified methodName and parameterTypes.
- getDefaultFeatures() - Method in class com.landawn.abacus.parser.Fj.SerializeConfig
-
Gets the default features.
- getDenominator() - Method in class com.landawn.abacus.util.Fraction
-
- getDigest(String) - Static method in class com.landawn.abacus.util.DigestUtil
-
Returns a MessageDigest for the given algorithm.
- getDouble(int) - Method in interface com.landawn.abacus.DataSet
-
Return default value (0d) if the property is null.
- getDouble(String) - Method in interface com.landawn.abacus.DataSet
-
Return default value (0d) if the property is null.
- getDouble(Object, int) - Static method in class com.landawn.abacus.util.Array
-
Gets the double.
- getDouble(Map<? super K, ?>, K) - Static method in class com.landawn.abacus.util.Maps
-
Returns an empty OptionalDouble if the specified map is empty, or no value found by the specified key, or the value is null.
- getDouble(Map<? super K, ?>, K, double) - Static method in class com.landawn.abacus.util.Maps
-
Returns the mapped double or a double converted from String.
- getElementsByTagName(Element, String) - Static method in class com.landawn.abacus.util.XMLUtil
-
Gets the elements by tag name.
- getElementType() - Method in class com.landawn.abacus.parser.DeserializationConfig
-
Gets the element type.
- getEnclosingClass(Class<?>) - Static method in class com.landawn.abacus.util.ClassUtil
-
Gets the enclosing class.
- getEntityInfo(Class<?>) - Static method in class com.landawn.abacus.parser.ParserUtil
-
Gets the entity info.
- getErrorCode() - Method in exception com.landawn.abacus.exception.UncheckedSQLException
-
- getErrorMessage(Throwable) - Static method in class com.landawn.abacus.util.ExceptionUtil
-
- getErrorMessage(Throwable, boolean) - Static method in class com.landawn.abacus.util.ExceptionUtil
-
- getEscape() - Method in class com.landawn.abacus.util.CSVParser
-
- getExceptionIfPresent() - Method in class com.landawn.abacus.util.Result
-
Returns the Exception if occurred, otherwise null is returned.
- getExclusion() - Method in class com.landawn.abacus.parser.SerializationConfig
-
Gets the exclusion.
- getExitingExecutorService(ThreadPoolExecutor) - Static method in class com.landawn.abacus.util.MoreExecutors
-
Gets the exiting executor service.
- getExitingExecutorService(ThreadPoolExecutor, long, TimeUnit) - Static method in class com.landawn.abacus.util.MoreExecutors
-
Gets the exiting executor service.
- getExitingScheduledExecutorService(ScheduledThreadPoolExecutor) - Static method in class com.landawn.abacus.util.MoreExecutors
-
Gets the exiting scheduled executor service.
- getExitingScheduledExecutorService(ScheduledThreadPoolExecutor, long, TimeUnit) - Static method in class com.landawn.abacus.util.MoreExecutors
-
Gets the exiting scheduled executor service.
- getExpirationTime() - Method in class com.landawn.abacus.pool.ActivityPrint
-
Gets the expiration time.
- getFailedMethodStatisticsList(String) - Method in class com.landawn.abacus.util.Profiler.MultiLoopsStatistics
-
Gets the failed method statistics list.
- getFeatures() - Method in class com.landawn.abacus.parser.Fj.DeserializeConfig
-
Gets the features.
- getFeatures() - Method in class com.landawn.abacus.parser.Fj.SerializeConfig
-
Gets the features.
- getFeatureValues() - Method in class com.landawn.abacus.parser.Fj.DeserializeConfig
-
Gets the feature values.
- getFileExtension(String) - Static method in class com.landawn.abacus.guava.Files
-
Gets the file extension.
- getFileExtension(Path) - Static method in class com.landawn.abacus.guava.Files
-
Gets the file extension.
- getFileExtension(String) - Static method in class com.landawn.abacus.util.IOUtil
-
Note: copied from Google Guava under Apache License v2.
- getFilters() - Method in class com.landawn.abacus.parser.Fj.SerializeConfig
-
Gets the filters.
- getFirst() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableDeque
-
Gets the first.
- getFloat(int) - Method in interface com.landawn.abacus.DataSet
-
Return default value (0f) if the property is null.
- getFloat(String) - Method in interface com.landawn.abacus.DataSet
-
Return default value (0f) if the property is null.
- getFloat(Object, int) - Static method in class com.landawn.abacus.util.Array
-
Gets the float.
- getFloat(Map<? super K, ?>, K) - Static method in class com.landawn.abacus.util.Maps
-
Returns an empty OptionalFloat if the specified map is empty, or no value found by the specified key, or the value is null.
- getFloat(Map<? super K, ?>, K, float) - Static method in class com.landawn.abacus.util.Maps
-
Returns the mapped float or a float converted from String.
- getIfPresentForEach(Map<K, ? extends V>, Collection<?>) - Static method in class com.landawn.abacus.util.Maps
-
Returns a list of values of the keys which exist in the specified Map.
- getIgnoredPropNames() - Method in class com.landawn.abacus.parser.ParserConfig
-
Gets the ignored prop names.
- getIgnoredPropNames(Class<?>) - Method in class com.landawn.abacus.parser.ParserConfig
-
Gets the ignored prop names.
- getIndentation() - Method in class com.landawn.abacus.parser.KryoSerializationConfig
-
- getIndentation() - Method in class com.landawn.abacus.parser.SerializationConfig
-
Gets the indentation.
- getInputStream(HttpURLConnection, ContentFormat) - Static method in class com.landawn.abacus.http.HttpUtil
-
Gets the input stream.
- 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(String) - Method in interface com.landawn.abacus.EntityId
-
- getInt(Object, int) - Static method in class com.landawn.abacus.util.Array
-
Gets the int.
- getInt(Map<? super K, ?>, K) - Static method in class com.landawn.abacus.util.Maps
-
Returns an empty OptionalInt if the specified map is empty, or no value found by the specified key, or the value is null.
- getInt(Map<? super K, ?>, K, int) - Static method in class com.landawn.abacus.util.Maps
-
Returns the mapped integer or an integer converted from String.
- getLast() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableDeque
-
Gets the last.
- getLastAccessTime() - Method in class com.landawn.abacus.pool.ActivityPrint
-
Gets the last access time.
- getLeft() - Method in class com.landawn.abacus.util.Pair
-
Gets the left.
- getLeft() - Method in class com.landawn.abacus.util.Triple
-
Gets the left.
- getLength(Object) - Static method in class com.landawn.abacus.util.Array
-
Gets the length.
- getLiveTime() - Method in class com.landawn.abacus.pool.ActivityPrint
-
Gets the live time.
- getLong(int) - Method in interface com.landawn.abacus.DataSet
-
Return default value (0) if the property is null.
- getLong(String) - Method in interface com.landawn.abacus.DataSet
-
Return default value (0) if the property is null.
- getLong(String) - Method in interface com.landawn.abacus.EntityId
-
- getLong(Object, int) - Static method in class com.landawn.abacus.util.Array
-
Gets the long.
- getLong(Map<? super K, ?>, K) - Static method in class com.landawn.abacus.util.Maps
-
Returns an empty OptionalLong if the specified map is empty, or no value found by the specified key, or the value is null.
- getLong(Map<? super K, ?>, K, long) - Static method in class com.landawn.abacus.util.Maps
-
Returns the mapped long or a long converted from String.
- getLoopStatisticsList() - Method in class com.landawn.abacus.util.Profiler.MultiLoopsStatistics
-
Gets the loop statistics list.
- getMapKeyType() - Method in class com.landawn.abacus.parser.DeserializationConfig
-
Gets the map key type.
- getMapValueType() - Method in class com.landawn.abacus.parser.DeserializationConfig
-
Gets the map value type.
- getMaxElapsedTimeMethod() - Method in class com.landawn.abacus.util.Profiler.MultiLoopsStatistics
-
Gets the max elapsed time method.
- getMaxIdleTime() - Method in class com.landawn.abacus.pool.ActivityPrint
-
Gets the max idle time.
- getMd2Digest() - Static method in class com.landawn.abacus.util.DigestUtil
-
Returns an MD2 MessageDigest.
- getMd5Digest() - Static method in class com.landawn.abacus.util.DigestUtil
-
Returns an MD5 MessageDigest.
- getMessage(Throwable) - Static method in class com.landawn.abacus.util.ExceptionUtil
-
Gets the error msg.
- getMethod - Variable in class com.landawn.abacus.parser.ParserUtil.PropInfo
-
- getMethodAverageElapsedTimeInMillis(String) - Method in class com.landawn.abacus.util.Profiler.MultiLoopsStatistics
-
Gets the method average elapsed time in millis.
- getMethodMaxElapsedTimeInMillis(String) - Method in class com.landawn.abacus.util.Profiler.MultiLoopsStatistics
-
Gets the method max elapsed time in millis.
- getMethodMinElapsedTimeInMillis(String) - Method in class com.landawn.abacus.util.Profiler.MultiLoopsStatistics
-
Gets the method min elapsed time in millis.
- getMethodNameList() - Method in class com.landawn.abacus.util.Profiler.MultiLoopsStatistics
-
Gets the method name list.
- getMethodSize(String) - Method in class com.landawn.abacus.util.Profiler.MultiLoopsStatistics
-
Gets the method size.
- getMethodStatisticsList(String) - Method in class com.landawn.abacus.util.Profiler.MultiLoopsStatistics
-
Gets the method statistics list.
- getMethodTotalElapsedTimeInMillis(String) - Method in class com.landawn.abacus.util.Profiler.MultiLoopsStatistics
-
Gets the method total elapsed time in millis.
- getMiddle() - Method in class com.landawn.abacus.util.Triple
-
Gets the middle.
- getMinElapsedTimeMethod() - Method in class com.landawn.abacus.util.Profiler.MultiLoopsStatistics
-
Gets the min elapsed time method.
- getNameWithoutExtension(String) - Static method in class com.landawn.abacus.guava.Files
-
Gets the name without extension.
- getNameWithoutExtension(Path) - Static method in class com.landawn.abacus.guava.Files
-
Gets the name without extension.
- getNameWithoutExtension(String) - Static method in class com.landawn.abacus.util.IOUtil
-
Note: copied from Google Guava under Apache License v2.
- getNextNodeByName(Node, String) - Static method in class com.landawn.abacus.util.XMLUtil
-
Gets the next node by name.
- getNodesByName(Node, String) - Static method in class com.landawn.abacus.util.XMLUtil
-
Gets the nodes by name.
- getNonNullPropNames(Object) - Static method in class com.landawn.abacus.util.ClassUtil
-
- getNow(T) - Method in class com.landawn.abacus.util.ContinuableFuture
-
Gets the now.
- getNumerator() - Method in class com.landawn.abacus.util.Fraction
-
- getOnlyElement(Iterable<? extends T>) - Static method in class com.landawn.abacus.util.N
-
Gets the only element.
- getOnlyElement(Iterator<? extends T>) - Static method in class com.landawn.abacus.util.N
-
Gets the only element.
- getOrDefault(int, T) - Method in interface com.landawn.abacus.DataSet
-
Deprecated.
- getOrDefault(String, T) - Method in interface com.landawn.abacus.DataSet
-
Deprecated.
- getOrDefault(Object, V) - Method in class com.landawn.abacus.util.ImmutableMap
-
Gets the or default.
- getOrDefault(Map<K, ? extends V>, K, V) - Static method in class com.landawn.abacus.util.Maps
-
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
- getOrDefault(Object, V) - Method in class com.landawn.abacus.util.Multimap
-
Gets the or default.
- getOrDefault(Object, int) - Method in class com.landawn.abacus.util.Multiset
-
Gets the or default.
- getOrDefault(Object, V) - Method in class com.landawn.abacus.util.Properties
-
Gets the or default.
- getOrDefault(Class<T>, Object, T) - Method in class com.landawn.abacus.util.Properties
-
Gets the or default.
- getOrDefaultForEach(Map<K, V>, Collection<?>, V) - Static method in class com.landawn.abacus.util.Maps
-
Gets the or default for each.
- getOrDefaultIfNull(Map<K, ? extends V>, K, V) - Static method in class com.landawn.abacus.util.Maps
-
Returns the value to which the specified key is mapped if it's not null,
or defaultForNull if this map contains no mapping for the key or it's null.
- getOrDefaultIfNullForEach(Map<K, V>, Collection<?>, V) - Static method in class com.landawn.abacus.util.Maps
-
- getOrEmptyList(Map<K, V>, K) - 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>, K) - Static method in class com.landawn.abacus.util.Maps
-
Returns the value to which the specified key is mapped, or
an empty immutable Set if this map contains no mapping for the key.
- getOutputStream(HttpURLConnection, ContentFormat, String, String) - Static method in class com.landawn.abacus.http.HttpUtil
-
Gets the output stream.
- getPackage(Class<?>) - Static method in class com.landawn.abacus.util.ClassUtil
-
Gets the package.
- getPackageName(Class<?>) - Static method in class com.landawn.abacus.util.ClassUtil
-
Gets the package name.
- getPage(int) - Method in interface com.landawn.abacus.PaginatedDataSet
-
- getParameterizedTypeNameByField(Field) - Static method in class com.landawn.abacus.util.ClassUtil
-
Gets the parameterized type name by method.
- getParameterizedTypeNameByMethod(Method) - Static method in class com.landawn.abacus.util.ClassUtil
-
Gets the parameterized type name by method.
- getParameters() - Method in class com.landawn.abacus.util.TypeAttrParser
-
Gets the parameters.
- getParseProcess() - Method in class com.landawn.abacus.parser.Fj.DeserializeConfig
-
Gets the parses the process.
- getParser(ContentFormat) - Static method in class com.landawn.abacus.http.HttpUtil
-
Gets the parser.
- getParserConfig() - Method in class com.landawn.abacus.parser.Fj.DeserializeConfig
-
Gets the parser config.
- getProperNumerator() - Method in class com.landawn.abacus.util.Fraction
-
- getProperWhole() - Method in class com.landawn.abacus.util.Fraction
-
- getPropField(Class<?>, String) - Static method in class com.landawn.abacus.util.ClassUtil
-
Gets the prop field.
- getPropFields(Class<?>) - Static method in class com.landawn.abacus.util.ClassUtil
-
- getPropGetMethod(Class<?>, String) - Static method in class com.landawn.abacus.util.ClassUtil
-
Returns the property get method declared in the specified cls
with the specified property name propName.
- getPropGetMethods(Class<?>) - Static method in class com.landawn.abacus.util.ClassUtil
-
Call registerXMLBindingClassForPropGetSetMethod first to retrieve the property
getter/setter method for the class/bean generated/wrote by JAXB
specification.
- getPropInfo(String) - Method in class com.landawn.abacus.parser.ParserUtil.EntityInfo
-
Gets the prop info.
- getPropNameByMethod(Method) - Static method in class com.landawn.abacus.util.ClassUtil
-
Gets the prop name by method.
- getPropNameList(Class<?>) - Static method in class com.landawn.abacus.util.ClassUtil
-
Returns an immutable entity property name List by the specified class.
- getPropNames(Object, Throwables.BiPredicate<Object, Type<Object>, E>) - Static method in class com.landawn.abacus.util.ClassUtil
-
- getPropNames(Object, Throwables.Predicate<Object, E>) - Static method in class com.landawn.abacus.util.ClassUtil
-
- getPropNamesExclusively(Class<?>, Collection<String>) - Static method in class com.landawn.abacus.util.ClassUtil
-
Gets the prop name list exclusively.
- getPropNamesExclusively(Class<?>, Set<String>) - Static method in class com.landawn.abacus.util.ClassUtil
-
Gets the prop name list exclusively.
- getPropNamingPolicy() - Method in class com.landawn.abacus.parser.KryoSerializationConfig
-
- getPropNamingPolicy() - Method in class com.landawn.abacus.parser.SerializationConfig
-
Gets the prop naming policy.
- getPropSetMethod(Class<?>, String) - Static method in class com.landawn.abacus.util.ClassUtil
-
Returns the property set method declared in the specified cls
with the specified property name propName.
- getPropSetMethods(Class<?>) - Static method in class com.landawn.abacus.util.ClassUtil
-
Gets the prop set method list.
- getPropType(String) - Method in class com.landawn.abacus.parser.DeserializationConfig
-
Gets the prop type.
- getPropTypes() - Method in class com.landawn.abacus.parser.DeserializationConfig
-
Gets the prop types.
- getPropValue(Object, String) - Method in class com.landawn.abacus.parser.ParserUtil.EntityInfo
-
Gets the prop value.
- getPropValue(Object) - Method in class com.landawn.abacus.parser.ParserUtil.PropInfo
-
Gets the prop value.
- getPropValue(Object, Method) - Static method in class com.landawn.abacus.util.ClassUtil
-
Return the specified propValue got by the specified method
propSetMethod in the specified entity.
- getPropValue(Object, String) - Static method in class com.landawn.abacus.util.ClassUtil
-
Refer to getPropValue(Method, Object).
- getPropValue(Object, String, boolean) - Static method in class com.landawn.abacus.util.ClassUtil
-
Gets the prop value.
- getQuotechar() - Method in class com.landawn.abacus.util.CSVParser
-
- getRate() - Method in class com.landawn.abacus.util.RateLimiter
-
Returns the stable rate (as permits per seconds) with which this RateLimiter is
configured with.
- getReadTimeout() - Method in class com.landawn.abacus.http.HttpSettings
-
Gets the read timeout.
- getRequestCharset(HttpHeaders) - Static method in class com.landawn.abacus.http.HttpUtil
-
- getResponseCharset(Map<String, ?>, Charset) - Static method in class com.landawn.abacus.http.HttpUtil
-
- getResponseContentFormat(Map<String, ?>, ContentFormat) - Static method in class com.landawn.abacus.http.HttpUtil
-
- getRight() - Method in class com.landawn.abacus.util.Pair
-
Gets the right.
- getRight() - Method in class com.landawn.abacus.util.Triple
-
Gets the right.
- getRow(int) - Method in interface com.landawn.abacus.DataSet
-
Gets the row.
- getRow(Class<? extends T>, int) - Method in interface com.landawn.abacus.DataSet
-
Gets the row.
- getRow(Class<? extends T>, Collection<String>, int) - Method in interface com.landawn.abacus.DataSet
-
Gets the row.
- getRow(IntFunction<? extends T>, int) - Method in interface com.landawn.abacus.DataSet
-
Gets the row.
- getRow(IntFunction<? extends T>, Collection<String>, int) - Method in interface com.landawn.abacus.DataSet
-
Gets the row.
- getSeparator() - Method in class com.landawn.abacus.util.CSVParser
-
- getSerialExecutor() - Static method in class com.landawn.abacus.util.AndroidUtil
-
Gets the serial executor.
- getSerializeConfig() - Method in class com.landawn.abacus.parser.Fj.SerializeConfig
-
Gets the serialize config.
- 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
-
Gets the short.
- getShort(Map<? super K, ?>, K) - Static method in class com.landawn.abacus.util.Maps
-
Returns an empty OptionalShort if the specified map is empty, or no value found by the specified key, or the value is null.
- getShort(Map<? super K, ?>, K, short) - Static method in class com.landawn.abacus.util.Maps
-
Returns the mapped short or a short converted from String.
- getSimpleClassName(Class<?>) - Static method in class com.landawn.abacus.util.ClassUtil
-
Gets the simple class name.
- getSQLState() - Method in exception com.landawn.abacus.exception.UncheckedSQLException
-
- getSSLSocketFactory() - Method in class com.landawn.abacus.http.HttpSettings
-
Gets the SSL socket factory.
- getStackTrace(Throwable) - Static method in class com.landawn.abacus.util.ExceptionUtil
-
Gets the stack trace from a Throwable as a String.
- getString(Map<? super K, ?>, K) - Static method in class com.landawn.abacus.util.Maps
-
Returns an empty Optional<String> if the specified map is empty, or no value found by the specified key, or the value is null.
- getString(Map<? super K, ?>, K, String) - Static method in class com.landawn.abacus.util.Maps
-
Returns the mapped String or a String converted from N.toString(value).
- getStringQuotation() - Method in class com.landawn.abacus.parser.KryoSerializationConfig
-
- getStringQuotation() - Method in class com.landawn.abacus.parser.SerializationConfig
-
Gets the string quotation.
- gett() - Method in class com.landawn.abacus.util.ContinuableFuture
-
Gets the t.
- gett(long, TimeUnit) - Method in class com.landawn.abacus.util.ContinuableFuture
-
Gets the t.
- getTextContent(Node) - Static method in class com.landawn.abacus.util.XMLUtil
-
Gets the text content.
- getTextContent(Node, boolean) - Static method in class com.landawn.abacus.util.XMLUtil
-
Gets the text content.
- getThenAccept(Throwables.Consumer<? super T, E>) - Method in class com.landawn.abacus.util.ContinuableFuture
-
Gets the then accept.
- getThenAccept(long, TimeUnit, Throwables.Consumer<? super T, E>) - Method in class com.landawn.abacus.util.ContinuableFuture
-
Gets the then accept.
- getThenAccept(Throwables.BiConsumer<? super T, ? super Exception, E>) - Method in class com.landawn.abacus.util.ContinuableFuture
-
Gets the then accept.
- getThenAccept(long, TimeUnit, Throwables.BiConsumer<? super T, ? super Exception, E>) - Method in class com.landawn.abacus.util.ContinuableFuture
-
Gets the then accept.
- getThenApply(Throwables.Function<? super T, U, E>) - Method in class com.landawn.abacus.util.ContinuableFuture
-
Gets the then apply.
- getThenApply(long, TimeUnit, Throwables.Function<? super T, U, E>) - Method in class com.landawn.abacus.util.ContinuableFuture
-
Gets the then apply.
- getThenApply(Throwables.BiFunction<? super T, ? super Exception, U, E>) - Method in class com.landawn.abacus.util.ContinuableFuture
-
Gets the then apply.
- getThenApply(long, TimeUnit, Throwables.BiFunction<? super T, ? super Exception, U, E>) - Method in class com.landawn.abacus.util.ContinuableFuture
-
Gets the then apply.
- getThreadNum() - Method in class com.landawn.abacus.util.Profiler.MultiLoopsStatistics
-
Gets the thread num.
- getThreadPoolExecutor() - Static method in class com.landawn.abacus.util.AndroidUtil
-
Gets the thread pool executor.
- getToken() - Method in exception com.landawn.abacus.exception.ParseException
-
- getTotalElapsedTimeInMillis() - Method in class com.landawn.abacus.util.Profiler.MultiLoopsStatistics
-
Gets the total elapsed time in millis.
- getTypeName(Type) - Static method in class com.landawn.abacus.util.ClassUtil
-
- getTypeParameters() - Method in class com.landawn.abacus.util.TypeAttrParser
-
Gets the type parameters.
- getUseCaches() - Method in class com.landawn.abacus.http.HttpSettings
-
Gets the use caches.
- 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
-
- goodFastHash(int) - Static method in class com.landawn.abacus.guava.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_EQUAL - Static variable in class com.landawn.abacus.util.WD
-
Field GREATER_EQUAL.
- GREATER_THAN - Static variable in interface com.landawn.abacus.util.function.ByteBiPredicate
-
- GREATER_THAN - Static variable in interface com.landawn.abacus.util.function.CharBiPredicate
-
- GREATER_THAN - Static variable in interface com.landawn.abacus.util.function.DoubleBiPredicate
-
- GREATER_THAN - Static variable in interface com.landawn.abacus.util.function.FloatBiPredicate
-
- GREATER_THAN - Static variable in interface com.landawn.abacus.util.function.IntBiPredicate
-
- GREATER_THAN - Static variable in interface com.landawn.abacus.util.function.LongBiPredicate
-
- GREATER_THAN - Static variable in interface com.landawn.abacus.util.function.ShortBiPredicate
-
- GREATER_THAN - Static variable in class com.landawn.abacus.util.WD
-
Field GREATER_THAN.
- greaterEqual() - 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() - 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
-
- GROUP_BY - Static variable in class com.landawn.abacus.util.WD
-
Field GROUP_BY.
- groupBy(String) - Method in interface com.landawn.abacus.DataSet
-
Deprecated.
- groupBy(String, String, String, Collector<T, ?, ?>) - Method in interface com.landawn.abacus.DataSet
-
- groupBy(String, String, Collection<String>, Class<?>) - Method in interface com.landawn.abacus.DataSet
-
- groupBy(String, String, Collection<String>, Collector<? super Object[], ?, ?>) - Method in interface com.landawn.abacus.DataSet
-
- groupBy(String, String, Collection<String>, Throwables.Function<? super NoCachingNoUpdating.DisposableObjArray, U, E>, Collector<? super U, ?, ?>) - Method in interface com.landawn.abacus.DataSet
-
- groupBy(String, Throwables.Function<K, ?, E>) - Method in interface com.landawn.abacus.DataSet
-
Deprecated.
- groupBy(String, Throwables.Function<K, ?, E>, String, String, Collector<T, ?, ?>) - Method in interface com.landawn.abacus.DataSet
-
- groupBy(String, Throwables.Function<K, ?, E>, String, Collection<String>, Class<?>) - Method in interface com.landawn.abacus.DataSet
-
- groupBy(String, Throwables.Function<K, ?, E>, String, Collection<String>, Collector<? super Object[], ?, ?>) - Method in interface com.landawn.abacus.DataSet
-
- groupBy(String, Throwables.Function<K, ?, E>, String, Collection<String>, Throwables.Function<? super NoCachingNoUpdating.DisposableObjArray, U, E2>, Collector<? super U, ?, ?>) - Method in interface com.landawn.abacus.DataSet
-
- groupBy(Collection<String>) - Method in interface com.landawn.abacus.DataSet
-
- groupBy(Collection<String>, String, String, Collector<T, ?, ?>) - Method in interface com.landawn.abacus.DataSet
-
- groupBy(Collection<String>, String, Collection<String>, Class<?>) - Method in interface com.landawn.abacus.DataSet
-
- groupBy(Collection<String>, String, Collection<String>, Collector<? super Object[], ?, ?>) - Method in interface com.landawn.abacus.DataSet
-
- groupBy(Collection<String>, String, Collection<String>, Throwables.Function<? super NoCachingNoUpdating.DisposableObjArray, U, E>, Collector<? super U, ?, ?>) - Method in interface com.landawn.abacus.DataSet
-
- groupBy(Collection<String>, Throwables.Function<? super NoCachingNoUpdating.DisposableObjArray, ?, E>) - Method in interface com.landawn.abacus.DataSet
-
- groupBy(Collection<String>, Throwables.Function<? super NoCachingNoUpdating.DisposableObjArray, ?, E>, String, String, Collector<T, ?, ?>) - Method in interface com.landawn.abacus.DataSet
-
- groupBy(Collection<String>, Throwables.Function<? super NoCachingNoUpdating.DisposableObjArray, ?, E>, String, Collection<String>, Class<?>) - Method in interface com.landawn.abacus.DataSet
-
- groupBy(Collection<String>, Throwables.Function<? super NoCachingNoUpdating.DisposableObjArray, ?, E>, String, Collection<String>, Collector<? super Object[], ?, ?>) - Method in interface com.landawn.abacus.DataSet
-
- groupBy(Collection<String>, Throwables.Function<? super NoCachingNoUpdating.DisposableObjArray, ?, E>, String, Collection<String>, Throwables.Function<? super NoCachingNoUpdating.DisposableObjArray, U, E2>, Collector<? super U, ?, ?>) - Method in interface com.landawn.abacus.DataSet
-
- groupBy(Throwables.Function<? super T, ? extends K, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- groupBy(Throwables.Function<? super T, ? extends K, ? extends E>, Supplier<? extends Map<K, List<T>>>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- groupBy(Throwables.Function<? super T, ? extends K, ? extends E>, Throwables.Function<? super T, ? extends V, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- groupBy(Throwables.Function<? super T, ? extends K, ? extends E>, Throwables.Function<? super T, ? extends V, ? extends E>, Supplier<? extends Map<K, List<V>>>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- groupBy(Throwables.Function<? super T, ? extends K, ? extends E>, Throwables.Function<? super T, ? extends V, ? extends E>, Throwables.BinaryOperator<V, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- groupBy(Throwables.Function<? super T, ? extends K, ? extends E>, Throwables.Function<? super T, ? extends V, ? extends E>, Throwables.BinaryOperator<V, ? extends E>, Supplier<? extends Map<K, V>>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- groupBy(Throwables.Function<? super T, ? extends K, ? extends E>, Collector<? super T, A, D>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- groupBy(Throwables.Function<? super T, ? extends K, ? extends E>, Collector<? super T, A, D>, Supplier<? extends Map<K, D>>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- groupBy(Throwables.Function<? super T, ? extends K, ? extends E>, Throwables.Function<? super T, ? extends V, ? extends E>, Collector<? super V, A, D>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- groupBy(Throwables.Function<? super T, ? extends K, ? extends E>, Throwables.Function<? super T, ? extends V, ? extends E>, Collector<? super V, A, D>, Supplier<? extends Map<K, D>>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- groupingBy(Function<? super T, ? extends K>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- groupingBy(Function<? super T, ? extends K>, Supplier<? extends M>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- groupingBy(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- groupingBy(Function<? super T, ? extends K>, Collector<? super T, A, D>, Supplier<? extends M>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- groupingByConcurrent(Function<? super T, ? extends K>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- groupingByConcurrent(Function<? super T, ? extends K>, Supplier<? extends M>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- groupingByConcurrent(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- groupingByConcurrent(Function<? super T, ? extends K>, Collector<? super T, A, D>, Supplier<? extends M>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- groupJoin(Collection<? extends U>, Throwables.Function<? super T, ? extends K, ? extends E>, Throwables.Function<? super U, ? extends K, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
The time complexity is O(n + m) : n is the size of this Stream and m is the size of specified collection b.
- groupJoin(Collection<? extends U>, Throwables.Function<? super T, ? extends K, ? extends E>, Throwables.Function<? super U, ? extends K, ? extends E>, Throwables.BiFunction<? super T, ? super List<U>, R, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
The time complexity is O(n + m) : n is the size of this Stream and m is the size of specified collection b.
- groupJoin(Collection<? extends T>, Throwables.Function<? super T, ? extends K, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
The time complexity is O(n + m) : n is the size of this Stream and m is the size of specified collection b.
- groupJoin(Collection<? extends T>, Throwables.Function<? super T, ? extends K, ? extends E>, Throwables.BiFunction<? super T, ? super List<T>, R, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
The time complexity is O(n + m) : n is the size of this Stream and m is the size of specified collection b.
- groupJoin(ExceptionalStream<? extends U, E>, Throwables.Function<? super T, ? extends K, ? extends E>, Throwables.Function<? super U, ? extends K, ? extends E>, Throwables.BiFunction<? super T, ? super List<U>, R, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
The time complexity is O(n + m) : n is the size of this Stream and m is the size of specified collection b.
- groupJoin(Collection<? extends U>, Throwables.Function<? super T, ? extends K, ? extends E>, Throwables.Function<? super U, ? extends K, ? extends E>, Throwables.BinaryOperator<U, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
The time complexity is O(n + m) : n is the size of this Stream and m is the size of specified collection b.
- groupJoin(Collection<? extends U>, Throwables.Function<? super T, ? extends K, ? extends E>, Throwables.Function<? super U, ? extends K, ? extends E>, Throwables.BinaryOperator<U, ? extends E>, Throwables.BiFunction<? super T, ? super U, R, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
The time complexity is O(n + m) : n is the size of this Stream and m is the size of specified collection b.
- groupJoin(ExceptionalStream<? extends U, E>, Throwables.Function<? super T, ? extends K, ? extends E>, Throwables.Function<? super U, ? extends K, ? extends E>, Throwables.BinaryOperator<U, ? extends E>, Throwables.BiFunction<? super T, ? super U, R, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
The time complexity is O(n + m) : n is the size of this Stream and m is the size of specified collection b.
- groupJoin(Collection<? extends U>, Throwables.Function<? super T, ? extends K, ? extends E>, Throwables.Function<? super U, ? extends K, ? extends E>, Collector<? super U, A, D>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
The time complexity is O(n + m) : n is the size of this Stream and m is the size of specified collection b.
- groupJoin(Collection<? extends U>, Throwables.Function<? super T, ? extends K, ? extends E>, Throwables.Function<? super U, ? extends K, ? extends E>, Collector<? super U, A, D>, Throwables.BiFunction<? super T, ? super D, R, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
The time complexity is O(n + m) : n is the size of this Stream and m is the size of specified collection b.
- groupJoin(ExceptionalStream<? extends U, E>, Throwables.Function<? super T, ? extends K, ? extends E>, Throwables.Function<? super U, ? extends K, ? extends E>, Collector<? super U, A, D>, Throwables.BiFunction<? super T, ? super D, R, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
The time complexity is O(n + m) : n is the size of this Stream and m is the size of specified collection b.
- groupTo(Throwables.Function<? super T, ? extends K, E2>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- groupTo(Throwables.Function<? super T, ? extends K, E2>, Supplier<? extends M>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- groupTo(Throwables.Function<? super T, ? extends K, E2>, Throwables.Function<? super T, ? extends V, E3>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- groupTo(Throwables.Function<? super T, ? extends K, E2>, Throwables.Function<? super T, ? extends V, E3>, Supplier<? extends M>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- GS - Static variable in class com.landawn.abacus.util.Ascii
-
Group Separator: These four information separators may be used within data in optional fashion,
except that their hierarchical relationship shall be: FS is the most inclusive, then GS, then
RS, and US is least inclusive.
- gtAndLe(T, T) - Static method in class com.landawn.abacus.util.Fn
-
Checks if the value/element: minValue < e <= maxValue.
- gtAndLt(T, T) - Static method in class com.landawn.abacus.util.Fn
-
Checks if the value/element: minValue < e < maxValue.
- hasCause(Throwable, Class<? extends Throwable>) - Static method in class com.landawn.abacus.util.ExceptionUtil
-
- hasCause(Throwable, Predicate<? super Throwable>) - Static method in class com.landawn.abacus.util.ExceptionUtil
-
- hasCause(Throwable, Class<? extends Throwable>) - Static method in class com.landawn.abacus.util.N
-
- hasDuplicates() - Method in class com.landawn.abacus.util.ExceptionalStream
-
- hasDuplicates(char[]) - Static method in class com.landawn.abacus.util.N
-
Checks for duplicates.
- hasDuplicates(char[], boolean) - Static method in class com.landawn.abacus.util.N
-
Checks for duplicates.
- hasDuplicates(byte[]) - Static method in class com.landawn.abacus.util.N
-
Checks for duplicates.
- hasDuplicates(byte[], boolean) - Static method in class com.landawn.abacus.util.N
-
Checks for duplicates.
- hasDuplicates(short[]) - Static method in class com.landawn.abacus.util.N
-
Checks for duplicates.
- hasDuplicates(short[], boolean) - Static method in class com.landawn.abacus.util.N
-
Checks for duplicates.
- hasDuplicates(int[]) - Static method in class com.landawn.abacus.util.N
-
Checks for duplicates.
- hasDuplicates(int[], boolean) - Static method in class com.landawn.abacus.util.N
-
Checks for duplicates.
- hasDuplicates(long[]) - Static method in class com.landawn.abacus.util.N
-
Checks for duplicates.
- hasDuplicates(long[], boolean) - Static method in class com.landawn.abacus.util.N
-
Checks for duplicates.
- hasDuplicates(float[]) - Static method in class com.landawn.abacus.util.N
-
Checks for duplicates.
- hasDuplicates(float[], boolean) - Static method in class com.landawn.abacus.util.N
-
Checks for duplicates.
- hasDuplicates(double[]) - Static method in class com.landawn.abacus.util.N
-
Checks for duplicates.
- hasDuplicates(double[], boolean) - Static method in class com.landawn.abacus.util.N
-
Checks for duplicates.
- hasDuplicates(T[]) - Static method in class com.landawn.abacus.util.N
-
Checks for duplicates.
- hasDuplicates(T[], boolean) - Static method in class com.landawn.abacus.util.N
-
Checks for duplicates.
- hasDuplicates(Collection<?>) - Static method in class com.landawn.abacus.util.N
-
Checks for duplicates.
- hasDuplicates(Collection<?>, boolean) - Static method in class com.landawn.abacus.util.N
-
Checks for duplicates.
- hash() - Method in interface com.landawn.abacus.guava.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.guava.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.guava.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.guava.hash.HashFunction
-
Shortcut for newHasher().putBytes(input).hash().
- hash(byte[], int, int) - Method in interface com.landawn.abacus.guava.hash.HashFunction
-
Shortcut for newHasher().putBytes(input, off, len).hash().
- hash(CharSequence) - Method in interface com.landawn.abacus.guava.hash.HashFunction
-
Shortcut for newHasher().putUnencodedChars(input).hash().
- hash(CharSequence, Charset) - Method in interface com.landawn.abacus.guava.hash.HashFunction
-
Shortcut for newHasher().putString(input, charset).hash().
- hash(T, Funnel<? super T>) - Method in interface com.landawn.abacus.guava.hash.HashFunction
-
Shortcut for newHasher().putObject(instance, funnel).hash().
- hash(Object) - Static method in class com.landawn.abacus.util.Chain
-
Add the hash code of the specified value to result.
- hash(T, Throwables.ToIntFunction<? super T, E>) - Static method in class com.landawn.abacus.util.Chain
-
- hash(boolean) - Static method in class com.landawn.abacus.util.Chain
-
Add the hash code of the specified value to result.
- hash(char) - Static method in class com.landawn.abacus.util.Chain
-
Add the hash code of the specified value to result.
- hash(byte) - Static method in class com.landawn.abacus.util.Chain
-
Add the hash code of the specified value to result.
- hash(short) - Static method in class com.landawn.abacus.util.Chain
-
Add the hash code of the specified value to result.
- hash(int) - Static method in class com.landawn.abacus.util.Chain
-
Add the hash code of the specified value to result.
- hash(long) - Static method in class com.landawn.abacus.util.Chain
-
Add the hash code of the specified value to result.
- hash(float) - Static method in class com.landawn.abacus.util.Chain
-
Add the hash code of the specified value to result.
- hash(double) - Static method in class com.landawn.abacus.util.Chain
-
Add the hash code of the specified value to result.
- hash(Object) - Method in class com.landawn.abacus.util.Chain.HashCodeChain
-
Add the hash code of the specified value to result.
- hash(T, Throwables.ToIntFunction<? super T, E>) - Method in class com.landawn.abacus.util.Chain.HashCodeChain
-
- hash(boolean) - Method in class com.landawn.abacus.util.Chain.HashCodeChain
-
Add the hash code of the specified value to result.
- hash(char) - Method in class com.landawn.abacus.util.Chain.HashCodeChain
-
Add the hash code of the specified value to result.
- hash(byte) - Method in class com.landawn.abacus.util.Chain.HashCodeChain
-
Add the hash code of the specified value to result.
- hash(short) - Method in class com.landawn.abacus.util.Chain.HashCodeChain
-
Add the hash code of the specified value to result.
- hash(int) - Method in class com.landawn.abacus.util.Chain.HashCodeChain
-
Add the hash code of the specified value to result.
- hash(long) - Method in class com.landawn.abacus.util.Chain.HashCodeChain
-
Add the hash code of the specified value to result.
- hash(float) - Method in class com.landawn.abacus.util.Chain.HashCodeChain
-
Add the hash code of the specified value to result.
- hash(double) - Method in class com.landawn.abacus.util.Chain.HashCodeChain
-
Add the hash code of the specified value to result.
- hashCode() - Method in class com.landawn.abacus.http.HttpHeaders
-
- hashCode() - Method in class com.landawn.abacus.http.HttpResponse
-
- hashCode() - Method in class com.landawn.abacus.parser.DeserializationConfig
-
- hashCode() - Method in class com.landawn.abacus.parser.JSONDeserializationConfig
-
- hashCode() - Method in class com.landawn.abacus.parser.JSONSerializationConfig
-
- hashCode() - Method in class com.landawn.abacus.parser.KryoSerializationConfig
-
- hashCode() - Method in class com.landawn.abacus.parser.ParserUtil.EntityInfo
-
- hashCode() - Method in class com.landawn.abacus.parser.ParserUtil.PropInfo
-
- hashCode() - Method in class com.landawn.abacus.parser.SerializationConfig
-
- hashCode() - Method in class com.landawn.abacus.parser.XMLSerializationConfig
-
- hashCode() - Method in class com.landawn.abacus.pool.ActivityPrint
-
- hashCode() - Method in class com.landawn.abacus.pool.GenericKeyedObjectPool
-
- hashCode() - Method in class com.landawn.abacus.pool.GenericObjectPool
-
- hashCode() - Method in class com.landawn.abacus.pool.PoolableWrapper
-
- hashCode() - Method in class com.landawn.abacus.util.ArrayHashMap
-
- hashCode() - Method in class com.landawn.abacus.util.ArrayHashSet
-
- hashCode() - Method in class com.landawn.abacus.util.BiMap
-
- hashCode() - Method in class com.landawn.abacus.util.Duration
-
- hashCode() - Method in class com.landawn.abacus.util.Fraction
-
Gets a hashCode for the fraction.
- hashCode() - Method in class com.landawn.abacus.util.ImmutableArray
-
- hashCode() - Method in class com.landawn.abacus.util.ImmutableCollection
-
- hashCode() - Method in class com.landawn.abacus.util.Indexed
-
- hashCode() - Method in class com.landawn.abacus.util.IndexedBoolean
-
- hashCode() - Method in class com.landawn.abacus.util.IndexedByte
-
- hashCode() - Method in class com.landawn.abacus.util.IndexedChar
-
- hashCode() - Method in class com.landawn.abacus.util.IndexedDouble
-
- hashCode() - Method in class com.landawn.abacus.util.IndexedFloat
-
- hashCode() - Method in class com.landawn.abacus.util.IndexedInt
-
- hashCode() - Method in class com.landawn.abacus.util.IndexedLong
-
- hashCode() - Method in class com.landawn.abacus.util.IndexedShort
-
- hashCode() - Method in class com.landawn.abacus.util.Keyed
-
- hashCode() - Method in class com.landawn.abacus.util.Multimap
-
- hashCode() - Method in class com.landawn.abacus.util.Multiset
-
- hashCode() - Method in class com.landawn.abacus.util.MutableBoolean
-
Returns a suitable hash code for this mutable.
- hashCode() - Method in class com.landawn.abacus.util.MutableByte
-
Returns a suitable hash code for this mutable.
- hashCode() - Method in class com.landawn.abacus.util.MutableChar
-
Returns a suitable hash code for this mutable.
- hashCode() - Method in class com.landawn.abacus.util.MutableDouble
-
Returns a suitable hash code for this mutable.
- hashCode() - Method in class com.landawn.abacus.util.MutableFloat
-
Returns a suitable hash code for this mutable.
- hashCode() - Method in class com.landawn.abacus.util.MutableInt
-
Returns a suitable hash code for this mutable.
- hashCode() - Method in class com.landawn.abacus.util.MutableLong
-
Returns a suitable hash code for this mutable.
- hashCode() - Method in class com.landawn.abacus.util.MutableShort
-
Returns a suitable hash code for this mutable.
- hashCode() - Method in class com.landawn.abacus.util.Pair
-
- hashCode() - Method in class com.landawn.abacus.util.Properties
-
- hashCode() - Method in class com.landawn.abacus.util.Range
-
Gets a suitable hash code for the range.
- hashCode() - Method in class com.landawn.abacus.util.Result
-
- hashCode() - Method in class com.landawn.abacus.util.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.guava.hash
-
Note: It's copied from Google Guava under Apache License 2.0 and modified.
- HashFunction - Interface in com.landawn.abacus.guava.hash
-
Note: It's copied from Google Guava under Apache License 2.0 and modified.
- Hashing - Class in com.landawn.abacus.guava.hash
-
Note: It's copied from Google Guava under Apache License 2.0 and modified.
- hasIOCause(Throwable) - Static method in class com.landawn.abacus.util.ExceptionUtil
-
- hasNext() - Method in interface com.landawn.abacus.PaginatedDataSet
-
Checks for next.
- hasNext() - Method in class com.landawn.abacus.util.LineIterator
-
Indicates whether the Reader has more lines.
- hasPropType(String) - Method in class com.landawn.abacus.parser.DeserializationConfig
-
Checks for prop type.
- hasSQLCause(Throwable) - Static method in class com.landawn.abacus.util.ExceptionUtil
-
- HAVING - Static variable in class com.landawn.abacus.util.WD
-
Field HAVING.
- head() - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
- header(String, Object) - Method in class com.landawn.abacus.http.HttpRequest
-
Set http header specified by name/value.
- header(String, Object) - Method in class com.landawn.abacus.http.HttpSettings
-
Set http header specified by name/value.
- header(String, String) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
Sets the header named name to value.
- HEADER - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field HEADER.
- headerNameSet() - Method in class com.landawn.abacus.http.HttpHeaders
-
Header name set.
- headers(String, Object, String, Object) - Method in class com.landawn.abacus.http.HttpRequest
-
Set http headers specified by name1/value1, name2/value2.
- headers(String, Object, String, Object, String, Object) - Method in class com.landawn.abacus.http.HttpRequest
-
Set http headers specified by name1/value1, name2/value2, name3/value3.
- headers(Map<String, ?>) - Method in class com.landawn.abacus.http.HttpRequest
-
Set http headers specified by the key/value entities from Map.
- headers(HttpHeaders) - Method in class com.landawn.abacus.http.HttpRequest
-
Removes all headers on this HttpSettings and adds headers.
- headers() - Method in class com.landawn.abacus.http.HttpResponse
-
- headers(String, Object, String, Object) - Method in class com.landawn.abacus.http.HttpSettings
-
Set http headers specified by name1/value1, name2/value2.
- headers(String, Object, String, Object, String, Object) - Method in class com.landawn.abacus.http.HttpSettings
-
Set http headers specified by name1/value1, name2/value2, name3/value3.
- headers(Map<String, ?>) - Method in class com.landawn.abacus.http.HttpSettings
-
Set http headers specified by the key/value entities from Map.
- headers(HttpHeaders) - Method in class com.landawn.abacus.http.HttpSettings
-
Removes all headers on this HttpSettings and adds headers.
- headers() - Method in class com.landawn.abacus.http.HttpSettings
-
- headers(String, String, String, String) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
Set http headers specified by name1/value1, name2/value2.
- headers(String, String, String, String, String, String) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
Set http headers specified by name1/value1, name2/value2, name3/value3.
- headers(Map<String, ?>) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
Set http headers specified by the key/value entities from Map.
- headers(Headers) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
Removes all headers on this builder and adds headers
- headers(HttpHeaders) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
Removes all headers on this builder and adds headers
- headMap(K, boolean) - Method in class com.landawn.abacus.util.ImmutableNavigableMap
-
- headMap(K) - Method in class com.landawn.abacus.util.ImmutableSortedMap
-
- headSet(E, boolean) - Method in class com.landawn.abacus.util.ImmutableNavigableSet
-
- headSet(E) - Method in class com.landawn.abacus.util.ImmutableSortedSet
-
- hex(int) - Static method in class com.landawn.abacus.util.EscapeUtil.CharSequenceTranslator
-
Returns an upper case hexadecimal String for the given
character.
- Hex - Class in com.landawn.abacus.util
-
Note: copied from Apache commons-codec: https://commons.apache.org/proper/commons-codec.
- hierarchy(Class<?>) - Static method in class com.landawn.abacus.util.ClassUtil
-
Gets an
Iterator that can iterate over a class hierarchy in ascending (subclass to superclass) order,
excluding interfaces.
- hierarchy(Class<?>, boolean) - Static method in class com.landawn.abacus.util.ClassUtil
-
Gets an
Iterator that can iterate over a class hierarchy in ascending (subclass to superclass) order.
- higher(E) - Method in class com.landawn.abacus.util.ImmutableNavigableSet
-
- higherEntry(K) - Method in class com.landawn.abacus.util.ImmutableNavigableMap
-
- higherKey(K) - Method in class com.landawn.abacus.util.ImmutableNavigableMap
-
- hitCount() - Method in class com.landawn.abacus.pool.AbstractPool
-
- hitCount() - Method in interface com.landawn.abacus.pool.Pool
-
- hmacMd5(Key) - Static method in class com.landawn.abacus.guava.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.guava.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.guava.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.guava.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.guava.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.guava.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.guava.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.guava.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
-
Instantiates a new holder.
- HOST - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Host header field name.
- HOST_NAME - Static variable in class com.landawn.abacus.util.IOUtil
-
- HT - Static variable in class com.landawn.abacus.util.Ascii
-
Horizontal Tabulation ('\t'): A format effector which controls the movement of the printing
position to the next in a series of predetermined positions along the printing line.
- HTTP2_SETTINGS - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
- HttpClient - Class in com.landawn.abacus.http
-
Any header can be set into the parameter settings
HttpClient is thread safe.
- HttpHeaders - Class in com.landawn.abacus.http
-
- HttpHeaders.Names - Class in com.landawn.abacus.http
-
Copied from Google Guava under Apache License v2.
- HttpHeaders.ReferrerPolicyValues - Class in com.landawn.abacus.http
-
Copied from Google Guava under Apache License v2.
- HttpHeaders.Values - Class in com.landawn.abacus.http
-
The Class Values.
- HttpMethod - Enum in com.landawn.abacus.http
-
- HttpRequest - Class in com.landawn.abacus.http
-
- HttpResponse - Class in com.landawn.abacus.http
-
- HttpSettings - Class in com.landawn.abacus.http
-
- HttpSettings() - Constructor for class com.landawn.abacus.http.HttpSettings
-
- HttpUtil - Class in com.landawn.abacus.http
-
- HttpUtil.HttpDate - Class in com.landawn.abacus.http
-
Copied from OkHttp under Apache License, Version 2.0.
- Id - Annotation Type in com.landawn.abacus.annotation
-
- identity() - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- identity() - Static method in class com.landawn.abacus.util.Fn
-
- identity() - Static method in class com.landawn.abacus.util.Fn.UnaryOperators
-
- 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
-
- IdentityHashSet<T> - Class in com.landawn.abacus.util
-
- IdentityHashSet() - Constructor for class com.landawn.abacus.util.IdentityHashSet
-
- IdentityHashSet(int) - Constructor for class com.landawn.abacus.util.IdentityHashSet
-
- IdentityHashSet(Collection<? extends T>) - Constructor for class com.landawn.abacus.util.IdentityHashSet
-
- IEEE754rUtil - Class in com.landawn.abacus.util
-
Note: it's copied from Apache Commons Lang developed at The Apache Software Foundation (http://www.apache.org/), or
under the Apache License 2.0.
- If - Class in com.landawn.abacus.util
-
This class is mainly designed for functional programming.
- If.OrElse - Class in com.landawn.abacus.util
-
The Class OrElse.
- IF_MATCH - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP If-Match header field name.
- IF_MODIFIED_SINCE - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP If-Modified-Since header field name.
- IF_NONE_MATCH - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP If-None-Match header field name.
- IF_RANGE - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP If-Range header field name.
- IF_UNMODIFIED_SINCE - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP If-Unmodified-Since header field name.
- ifFailure(Throwables.Consumer<? super E, E2>) - Method in class com.landawn.abacus.util.Result
-
- ifFailureOrElse(Throwables.Consumer<? super E, E2>, Throwables.Consumer<? super T, E3>) - Method in class com.landawn.abacus.util.Result
-
If failure or else.
- ifNotNull(Throwables.Consumer<? super T, E>) - Method in class com.landawn.abacus.util.u.Nullable
-
If not null.
- ifNotNullOrElse(Throwables.Consumer<? super T, E>, Throwables.Runnable<E2>) - Method in class com.landawn.abacus.util.u.Nullable
-
If not null or else.
- ifOrElse(boolean, Throwables.Runnable<E1>, Throwables.Runnable<E2>) - Static method in class com.landawn.abacus.util.N
-
If or else.
- ifOrElse(boolean, T, Throwables.Consumer<? super T, E1>, Throwables.Consumer<? super T, E2>) - Static method in class com.landawn.abacus.util.N
-
If or else.
- ifOrEmpty(boolean, Throwables.Supplier<R, E>) - Static method in class com.landawn.abacus.util.N
-
Returns a Nullable with value got from the specified supplier if b is true,
otherwise returns an empty Nullable if b is false.
- ifOrEmpty(boolean, T, Throwables.Function<? super T, R, E>) - Static method in class com.landawn.abacus.util.N
-
Returns a Nullable with value returned by func.apply(init) if b is true,
otherwise returns an empty Nullable if b is false.
- ifPresent(Throwables.Consumer<? super T, E>) - Method in class com.landawn.abacus.util.u.Nullable
-
- ifPresent(Throwables.Consumer<? super T, E>) - Method in class com.landawn.abacus.util.u.Optional
-
- ifPresent(Throwables.BooleanConsumer<E>) - Method in class com.landawn.abacus.util.u.OptionalBoolean
-
- ifPresent(Throwables.ByteConsumer<E>) - Method in class com.landawn.abacus.util.u.OptionalByte
-
- ifPresent(Throwables.CharConsumer<E>) - Method in class com.landawn.abacus.util.u.OptionalChar
-
- ifPresent(Throwables.DoubleConsumer<E>) - Method in class com.landawn.abacus.util.u.OptionalDouble
-
- ifPresent(Throwables.FloatConsumer<E>) - Method in class com.landawn.abacus.util.u.OptionalFloat
-
- ifPresent(Throwables.IntConsumer<E>) - Method in class com.landawn.abacus.util.u.OptionalInt
-
- ifPresent(Throwables.LongConsumer<E>) - Method in class com.landawn.abacus.util.u.OptionalLong
-
- ifPresent(Throwables.ShortConsumer<E>) - Method in class com.landawn.abacus.util.u.OptionalShort
-
- ifPresentOrElse(Throwables.Consumer<? super T, E>, Throwables.Runnable<E2>) - Method in class com.landawn.abacus.util.u.Nullable
-
If present or else.
- ifPresentOrElse(Throwables.Consumer<? super T, E>, Throwables.Runnable<E2>) - Method in class com.landawn.abacus.util.u.Optional
-
If present or else.
- ifPresentOrElse(Throwables.BooleanConsumer<E>, Throwables.Runnable<E2>) - Method in class com.landawn.abacus.util.u.OptionalBoolean
-
If present or else.
- ifPresentOrElse(Throwables.ByteConsumer<E>, Throwables.Runnable<E2>) - Method in class com.landawn.abacus.util.u.OptionalByte
-
If present or else.
- ifPresentOrElse(Throwables.CharConsumer<E>, Throwables.Runnable<E2>) - Method in class com.landawn.abacus.util.u.OptionalChar
-
If present or else.
- ifPresentOrElse(Throwables.DoubleConsumer<E>, Throwables.Runnable<E2>) - Method in class com.landawn.abacus.util.u.OptionalDouble
-
If present or else.
- ifPresentOrElse(Throwables.FloatConsumer<E>, Throwables.Runnable<E2>) - Method in class com.landawn.abacus.util.u.OptionalFloat
-
If present or else.
- ifPresentOrElse(Throwables.IntConsumer<E>, Throwables.Runnable<E2>) - Method in class com.landawn.abacus.util.u.OptionalInt
-
If present or else.
- ifPresentOrElse(Throwables.LongConsumer<E>, Throwables.Runnable<E2>) - Method in class com.landawn.abacus.util.u.OptionalLong
-
If present or else.
- ifPresentOrElse(Throwables.ShortConsumer<E>, Throwables.Runnable<E2>) - Method in class com.landawn.abacus.util.u.OptionalShort
-
If present or else.
- ifSuccess(Throwables.Consumer<? super T, E2>) - Method in class com.landawn.abacus.util.Result
-
- ifSuccessOrElse(Throwables.Consumer<? super T, E2>, Throwables.Consumer<? super E, E3>) - Method in class com.landawn.abacus.util.Result
-
If success or else.
- ignoringMerger() - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- ignoringMerger() - Static method in class com.landawn.abacus.util.Fn
-
- IMAGE_GIF - Static variable in class com.landawn.abacus.http.HttpHeaders.Values
-
The Constant IMAGE_GIF.
- IMAGE_JPG - Static variable in class com.landawn.abacus.http.HttpHeaders.Values
-
The Constant IMAGE_JPG.
- Immutable - Annotation Type in com.landawn.abacus.annotation
-
- Immutable - Interface in com.landawn.abacus.util
-
- ImmutableArray<T> - Class in com.landawn.abacus.util
-
- ImmutableBiMap<K,V> - Class in com.landawn.abacus.util
-
- ImmutableCollection<E> - Class in com.landawn.abacus.util
-
- ImmutableEntry<K,V> - Class in com.landawn.abacus.util
-
- ImmutableList<E> - Class in com.landawn.abacus.util
-
- ImmutableMap<K,V> - Class in com.landawn.abacus.util
-
- ImmutableMap.Builder<K,V> - Class in com.landawn.abacus.util
-
- ImmutableNavigableMap<K,V> - Class in com.landawn.abacus.util
-
- ImmutableNavigableSet<E> - Class in com.landawn.abacus.util
-
- ImmutableSet<E> - Class in com.landawn.abacus.util
-
- ImmutableSortedMap<K,V> - Class in com.landawn.abacus.util
-
- ImmutableSortedSet<E> - Class in com.landawn.abacus.util
-
- in(Collection<?>) - Static method in class com.landawn.abacus.util.Fn
-
- IN - Static variable in class com.landawn.abacus.util.WD
-
Field IN.
- inCommon() - Method in class com.landawn.abacus.util.Difference
-
- increment() - Method in class com.landawn.abacus.util.MutableByte
-
Increments the value.
- increment() - Method in class com.landawn.abacus.util.MutableChar
-
Increments the value.
- increment() - Method in class com.landawn.abacus.util.MutableDouble
-
Increments the value.
- increment() - Method in class com.landawn.abacus.util.MutableFloat
-
Increments the value.
- increment() - Method in class com.landawn.abacus.util.MutableInt
-
Increments the value.
- increment() - Method in class com.landawn.abacus.util.MutableLong
-
Increments the value.
- increment() - Method in class com.landawn.abacus.util.MutableShort
-
Increments the value.
- incrementAndGet() - Method in class com.landawn.abacus.util.MutableByte
-
Increments by one the current value.
- incrementAndGet() - Method in class com.landawn.abacus.util.MutableChar
-
Increments by one the current value.
- incrementAndGet() - Method in class com.landawn.abacus.util.MutableDouble
-
Increments by one the current value.
- incrementAndGet() - Method in class com.landawn.abacus.util.MutableFloat
-
Increments by one the current value.
- incrementAndGet() - Method in class com.landawn.abacus.util.MutableInt
-
Increments by one the current value.
- incrementAndGet() - Method in class com.landawn.abacus.util.MutableLong
-
Increments by one the current value.
- incrementAndGet() - Method in class com.landawn.abacus.util.MutableShort
-
Increments by one the current value.
- Index - Class in com.landawn.abacus.util
-
- indexed() - Method in class com.landawn.abacus.util.BooleanIterator
-
- indexed(long) - Method in class com.landawn.abacus.util.BooleanIterator
-
- indexed() - Method in class com.landawn.abacus.util.ByteIterator
-
- indexed(long) - Method in class com.landawn.abacus.util.ByteIterator
-
- indexed() - Method in class com.landawn.abacus.util.CharIterator
-
- indexed(long) - Method in class com.landawn.abacus.util.CharIterator
-
- indexed() - Method in class com.landawn.abacus.util.DoubleIterator
-
- indexed(long) - Method in class com.landawn.abacus.util.DoubleIterator
-
- indexed() - Method in class com.landawn.abacus.util.ExceptionalStream
-
- indexed() - Method in class com.landawn.abacus.util.FloatIterator
-
- indexed(long) - Method in class com.landawn.abacus.util.FloatIterator
-
- indexed(IndexedBiConsumer<U, T>) - Static method in class com.landawn.abacus.util.Fn.BiConsumers
-
Returns a stateful BiPredicate.
- indexed(IndexedBiFunction<U, T, R>) - Static method in class com.landawn.abacus.util.Fn.BiFunctions
-
Returns a stateful BiPredicate.
- indexed(IndexedBiPredicate<T, U>) - Static method in class com.landawn.abacus.util.Fn.BiPredicates
-
Returns a stateful BiPredicate.
- indexed(IndexedConsumer<T>) - Static method in class com.landawn.abacus.util.Fn.Consumers
-
Returns a stateful BiPredicate.
- indexed(IndexedFunction<T, R>) - Static method in class com.landawn.abacus.util.Fn.Functions
-
Returns a stateful Function.
- indexed() - Static method in class com.landawn.abacus.util.Fn
-
Returns a stateful Predicate.
- indexed(IndexedPredicate<T>) - Static method in class com.landawn.abacus.util.Fn
-
Returns a stateful Predicate.
- indexed(IndexedPredicate<T>) - Static method in class com.landawn.abacus.util.Fn.Predicates
-
Returns a stateful Predicate.
- Indexed<T> - Class in com.landawn.abacus.util
-
- indexed() - Method in class com.landawn.abacus.util.IntIterator
-
- indexed(long) - Method in class com.landawn.abacus.util.IntIterator
-
- indexed() - Method in class com.landawn.abacus.util.LongIterator
-
- indexed(long) - Method in class com.landawn.abacus.util.LongIterator
-
- indexed() - Method in class com.landawn.abacus.util.ObjIterator
-
- indexed(long) - Method in class com.landawn.abacus.util.ObjIterator
-
- indexed() - Method in class com.landawn.abacus.util.ShortIterator
-
- indexed(long) - Method in class com.landawn.abacus.util.ShortIterator
-
- 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
-
- IndexedBoolean - Class in com.landawn.abacus.util
-
- IndexedByte - Class in com.landawn.abacus.util
-
- IndexedChar - Class in com.landawn.abacus.util
-
- IndexedConsumer<T> - Interface in com.landawn.abacus.util.function
-
- IndexedDouble - Class in com.landawn.abacus.util
-
- IndexedFloat - Class in com.landawn.abacus.util
-
- IndexedFunction<T,R> - Interface in com.landawn.abacus.util.function
-
- IndexedInt - Class in com.landawn.abacus.util
-
- IndexedLong - Class in com.landawn.abacus.util
-
- IndexedPredicate<T> - Interface in com.landawn.abacus.util.function
-
- IndexedShort - Class in com.landawn.abacus.util
-
- indexOf(Object) - Method in class com.landawn.abacus.util.ImmutableList
-
- indexOf(Object[], Object) - Static method in class com.landawn.abacus.util.Iterables
-
- indexOf(Collection<?>, Object) - Static method in class com.landawn.abacus.util.Iterables
-
- indexOf(String, int) - Static method in class com.landawn.abacus.util.StringUtil
-
- indexOf(String, int, int) - Static method in class com.landawn.abacus.util.StringUtil
-
- indexOf(String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
- indexOf(String, int, String) - Static method in class com.landawn.abacus.util.StringUtil
-
- indexOf(String, String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
- indexOf(String, int, String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
- indexOfAny(String, char...) - Static method in class com.landawn.abacus.util.StringUtil
-
Index of any.
- indexOfAny(String, String...) - Static method in class com.landawn.abacus.util.StringUtil
-
Index of any.
- indexOfAnyBut(String, char...) - Static method in class com.landawn.abacus.util.StringUtil
-
Index of any but.
- indexOfDifference(String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
Compares two Strings, and returns the index at which the Stringss begin
to differ.
- indexOfDifference(String...) - Static method in class com.landawn.abacus.util.StringUtil
-
Compares all Strings in an array and returns the index at which the
Strings begin to differ.
- indexOfIgnoreCase(String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
Index of ignore case.
- indexOfIgnoreCase(String, int, String) - Static method in class com.landawn.abacus.util.StringUtil
-
Index of ignore case.
- INITIAL_READ_SIZE - Static variable in class com.landawn.abacus.util.CSVParser
-
The average size of a line read by opencsv (used for setting the size of StringBuilders).
- INNER - Static variable in class com.landawn.abacus.util.WD
-
Field INNER.
- INNER_JOIN - Static variable in class com.landawn.abacus.util.WD
-
Field INNER_JOIN.
- innerJoin(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(Collection<? extends U>, Throwables.Function<? super T, ? extends K, ? extends E>, Throwables.Function<? super U, ? extends K, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
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<? extends U>, Throwables.Function<? super T, ? extends K, ? extends E>, Throwables.Function<? super U, ? extends K, ? extends E>, Throwables.BiFunction<? super T, ? super U, R, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
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<? extends T>, Throwables.Function<? super T, ? extends K, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
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<? extends T>, Throwables.Function<? super T, ? extends K, ? extends E>, Throwables.BiFunction<? super T, ? super T, R, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
The time complexity is O(n + m) : n is the size of this Stream and m is the size of specified collection b.
- innerJoin(ExceptionalStream<? extends U, E>, Throwables.Function<? super T, ? extends K, ? extends E>, Throwables.Function<? super U, ? extends K, ? extends E>, Throwables.BiFunction<? super T, ? super U, R, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
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<? extends U>, Throwables.BiPredicate<? super T, ? super U, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- innerJoin(Collection<? extends U>, Throwables.BiPredicate<? super T, ? super U, ? extends E>, Throwables.BiFunction<? super T, ? super U, R, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- insert(boolean[], int, boolean) - Static method in class com.landawn.abacus.util.N
-
Inserts the specified elementToInsert at the specified position in the array.
- insert(char[], int, char) - Static method in class com.landawn.abacus.util.N
-
Inserts the specified elementToInsert at the specified position in the array.
- insert(byte[], int, byte) - Static method in class com.landawn.abacus.util.N
-
Inserts the specified elementToInsert at the specified position in the array.
- insert(short[], int, short) - Static method in class com.landawn.abacus.util.N
-
Inserts the specified elementToInsert at the specified position in the array.
- insert(int[], int, int) - Static method in class com.landawn.abacus.util.N
-
Inserts the specified elementToInsert at the specified position in the array.
- insert(long[], int, long) - Static method in class com.landawn.abacus.util.N
-
Inserts the specified elementToInsert at the specified position in the array.
- insert(float[], int, float) - Static method in class com.landawn.abacus.util.N
-
Inserts the specified elementToInsert at the specified position in the array.
- insert(double[], int, double) - Static method in class com.landawn.abacus.util.N
-
Inserts the specified elementToInsert at the specified position in the array.
- insert(String[], int, String) - Static method in class com.landawn.abacus.util.N
-
- insert(T[], int, T) - Static method in class com.landawn.abacus.util.N
-
Inserts the specified elementToInsert at the specified position in the array.
- insert(String, int, String) - Static method in class com.landawn.abacus.util.N
-
Returns a new String
- INSERT - Static variable in class com.landawn.abacus.util.WD
-
Field INSERT.
- insertAll(boolean[], int, boolean...) - Static method in class com.landawn.abacus.util.N
-
Inserts the specified elementToInserts at the specified position in the array.
- insertAll(char[], int, char...) - Static method in class com.landawn.abacus.util.N
-
Inserts the specified elementToInserts at the specified position in the array.
- insertAll(byte[], int, byte...) - Static method in class com.landawn.abacus.util.N
-
Inserts the specified elementToInserts at the specified position in the array.
- insertAll(short[], int, short...) - Static method in class com.landawn.abacus.util.N
-
Inserts the specified elementToInserts at the specified position in the array.
- insertAll(int[], int, int...) - Static method in class com.landawn.abacus.util.N
-
Inserts the specified elementToInserts at the specified position in the array.
- insertAll(long[], int, long...) - Static method in class com.landawn.abacus.util.N
-
Inserts the specified elementToInserts at the specified position in the array.
- insertAll(float[], int, float...) - Static method in class com.landawn.abacus.util.N
-
Inserts the specified elementToInserts at the specified position in the array.
- insertAll(double[], int, double...) - Static method in class com.landawn.abacus.util.N
-
Inserts the specified elementToInserts at the specified position in the array.
- insertAll(String[], int, String...) - Static method in class com.landawn.abacus.util.N
-
- insertAll(T[], int, T...) - Static method in class com.landawn.abacus.util.N
-
Inserts the specified elementToInserts at the specified position in the array.
- instance() - Method in class com.landawn.abacus.util.Reflection
-
- instanceOf(Class<?>) - Static method in class com.landawn.abacus.util.Fn
-
- INT_ARRAY_COMPARATOR - Static variable in class com.landawn.abacus.util.Comparators
-
- IntBiConsumer - Interface in com.landawn.abacus.util.function
-
- IntBiFunction<R> - Interface in com.landawn.abacus.util.function
-
- IntBinaryOperator - Interface in com.landawn.abacus.util.function
-
- IntBiPredicate - Interface in com.landawn.abacus.util.function
-
- IntConsumer - Interface in com.landawn.abacus.util.function
-
- INTEGER_LIST - Static variable in class com.landawn.abacus.util.Clazz
-
- INTEGER_MINUS_ONE - Static variable in class com.landawn.abacus.util.Numbers
-
Reusable Integer constant for minus one.
- INTEGER_ONE - Static variable in class com.landawn.abacus.util.Numbers
-
Reusable Integer constant for one.
- INTEGER_SET - Static variable in class com.landawn.abacus.util.Clazz
-
- INTEGER_TWO - Static variable in class com.landawn.abacus.util.Numbers
-
Reusable Integer constant for two
- INTEGER_ZERO - Static variable in class com.landawn.abacus.util.Numbers
-
Reusable Integer constant for zero.
- IntermediateOp - Annotation Type in com.landawn.abacus.annotation
-
Intermediate operation.
- Internal - Annotation Type in com.landawn.abacus.annotation
-
- InternalUtil - Class in com.landawn.abacus.util
-
- intersect(DataSet) - Method in interface com.landawn.abacus.DataSet
-
Returns a new DataSet with all rows from this DataSet and which also appear in the specified other in common columns.
- INTERSECT - Static variable in class com.landawn.abacus.util.WD
-
Field INTERSECT.
- intersectAll(DataSet) - Method in interface com.landawn.abacus.DataSet
-
Returns a new DataSet with all rows from this DataSet and which also appear in the specified other in common columns.
- intersection(DataSet) - Method in interface com.landawn.abacus.DataSet
-
Returns a new DataSet with all rows from this DataSet and which also appear in the specified other in common columns by occurrences.
- intersection(Collection<?>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- intersection(Throwables.Function<? super T, ?, E>, Collection<?>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- intersection(Set<E>, Set<?>) - Static method in class com.landawn.abacus.util.Iterables
-
Returns an unmodifiable view of the intersection of two sets.
- intersection(Map<K, V>, Map<? extends K, ? extends V>) - Static method in class com.landawn.abacus.util.Maps
-
- intersection(T[], Object[]) - Static method in class com.landawn.abacus.util.N
-
- intersection(Collection<? extends T>, Collection<?>) - Static method in class com.landawn.abacus.util.N
-
- intersection(Collection<? extends Collection<? extends T>>) - Static method in class com.landawn.abacus.util.N
-
- intersection(Range<T>) - Method in class com.landawn.abacus.util.Range
-
Calculate the intersection of this and an overlapping Range.
- intersperse(T) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- interval(long) - Static method in class com.landawn.abacus.util.Observer
-
- interval(long, long) - Static method in class com.landawn.abacus.util.Observer
-
- interval(long, TimeUnit) - Static method in class com.landawn.abacus.util.Observer
-
- interval(long, long, TimeUnit) - Static method in class com.landawn.abacus.util.Observer
-
- IntFunction<R> - Interface in com.landawn.abacus.util.function
-
- IntIterator - Class in com.landawn.abacus.util
-
- IntIterator() - Constructor for class com.landawn.abacus.util.IntIterator
-
- IntMapMultiConsumer - Interface in com.landawn.abacus.util.function
-
- IntNConsumer - Interface in com.landawn.abacus.util.function
-
- IntNFunction<R> - Interface in com.landawn.abacus.util.function
-
- INTO - Static variable in class com.landawn.abacus.util.WD
-
Field INTO.
- IntObjConsumer<T> - Interface in com.landawn.abacus.util.function
-
- IntPredicate - Interface in com.landawn.abacus.util.function
-
- IntSupplier - Interface in com.landawn.abacus.util.function
-
- IntTernaryOperator - 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
-
- IntTriPredicate - Interface in com.landawn.abacus.util.function
-
- IntUnaryOperator - Interface in com.landawn.abacus.util.function
-
- intValue() - Method in enum com.landawn.abacus.util.CalendarUnit
-
- intValue() - Method in class com.landawn.abacus.util.Fraction
-
Gets the fraction as an int.
- intValue() - Method in enum com.landawn.abacus.util.MediaType
-
- intValue() - Method in class com.landawn.abacus.util.MutableByte
-
Returns the value of this MutableByte as an int.
- intValue() - Method in class com.landawn.abacus.util.MutableDouble
-
Returns the value of this MutableDouble as an int.
- intValue() - Method in class com.landawn.abacus.util.MutableFloat
-
Returns the value of this MutableFloat as an int.
- intValue() - Method in class com.landawn.abacus.util.MutableInt
-
Returns the value of this MutableInt as an int.
- intValue() - Method in class com.landawn.abacus.util.MutableLong
-
Returns the value of this MutableLong as an int.
- intValue() - Method in class com.landawn.abacus.util.MutableShort
-
Returns the value of this MutableShort as an int.
- intValue() - Method in enum com.landawn.abacus.util.OperationType
-
- intValue() - Method in enum com.landawn.abacus.util.ServiceStatus
-
- intValue() - Method in enum com.landawn.abacus.util.YesNo
-
- inverse() - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- inverse() - Static method in class com.landawn.abacus.util.Fn
-
- inverse(IntFunction<? extends M>) - Method in class com.landawn.abacus.util.Multimap
-
- inversed() - Method in class com.landawn.abacus.util.BiMap
-
Returns the inverse view of this BiMap, which maps each of this bimap's values to its associated key.
- invert() - Method in class com.landawn.abacus.util.Fraction
-
Gets a fraction that is the inverse (1/fraction) of this one.
- invert(Map<K, V>) - Static method in class com.landawn.abacus.util.Maps
-
- invert(Map<K, V>, Throwables.BinaryOperator<K, E>) - Static method in class com.landawn.abacus.util.Maps
-
- invert() - Method in class com.landawn.abacus.util.MutableBoolean
-
Invert.
- invert(boolean[]) - Static method in class com.landawn.abacus.util.N
-
Inverts the element from fromIndex to toIndex: set it to true if it's false, or set it to false if it's true.
- invert(boolean[], int, int) - Static method in class com.landawn.abacus.util.N
-
Inverts the element from fromIndex to toIndex: set it to true if it's false, or set it to false if it's true.
- invertAndGet() - Method in class com.landawn.abacus.util.MutableBoolean
-
Invert and get.
- invertedByDuration(long, MutableBoolean) - Static method in class com.landawn.abacus.util.Fn.Predicates
-
Deprecated.
- invertedByDuration(long, MutableBoolean, Runnable) - Static method in class com.landawn.abacus.util.Fn.Predicates
-
Deprecated.
- invertedByDuration(long, long, MutableBoolean) - Static method in class com.landawn.abacus.util.Fn.Predicates
-
Deprecated.
- invertedByDuration(long, long, MutableBoolean, Runnable) - Static method in class com.landawn.abacus.util.Fn.Predicates
-
Deprecated.
- 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
-
- IOUtil - Class in com.landawn.abacus.util
-
Note: This class includes codes copied from Apache Commons Lang, Apache Commons IO, Google Guava and other open source projects under the Apache License 2.0.
- is(boolean) - Static method in class com.landawn.abacus.util.If
-
Checks if is.
- IS - Static variable in class com.landawn.abacus.util.WD
-
Field IS.
- IS_BLANK - Static variable in class com.landawn.abacus.util.WD
-
Field IS_BLANK.
- IS_EMPTY - Static variable in class com.landawn.abacus.util.WD
-
Field EMPTY.
- IS_FALSE - Static variable in interface com.landawn.abacus.util.function.BooleanPredicate
-
- IS_NEGATIVE - Static variable in interface com.landawn.abacus.util.function.BytePredicate
-
- IS_NEGATIVE - Static variable in interface com.landawn.abacus.util.function.DoublePredicate
-
- IS_NEGATIVE - Static variable in interface com.landawn.abacus.util.function.FloatPredicate
-
- IS_NEGATIVE - Static variable in interface com.landawn.abacus.util.function.IntPredicate
-
- IS_NEGATIVE - Static variable in interface com.landawn.abacus.util.function.LongPredicate
-
- IS_NEGATIVE - Static variable in interface com.landawn.abacus.util.function.ShortPredicate
-
- IS_NOT - Static variable in class com.landawn.abacus.util.WD
-
Field IS_NOT.
- IS_NOT_BLANK - Static variable in class com.landawn.abacus.util.WD
-
Field IS_NOT_BLANK.
- IS_NOT_EMPTY - Static variable in class com.landawn.abacus.util.WD
-
Field IS_NOT_EMPTY.
- IS_NOT_NULL - Static variable in class com.landawn.abacus.util.WD
-
Field IS_NOT_NULL.
- IS_NULL - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field IS_NULL.
- IS_NULL - Static variable in class com.landawn.abacus.util.WD
-
Field IS_NULL.
- IS_NULL_ATTR - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field IS_NULL_ATTR.
- IS_OS_LINUX - Static variable in class com.landawn.abacus.util.IOUtil
-
- IS_OS_MAC - Static variable in class com.landawn.abacus.util.IOUtil
-
- IS_OS_MAC_OSX - Static variable in class com.landawn.abacus.util.IOUtil
-
- IS_OS_WINDOWS - Static variable in class com.landawn.abacus.util.IOUtil
-
- IS_PLATFORM_ANDROID - Static variable in class com.landawn.abacus.util.IOUtil
-
- IS_POSITIVE - Static variable in interface com.landawn.abacus.util.function.BytePredicate
-
- IS_POSITIVE - Static variable in interface com.landawn.abacus.util.function.DoublePredicate
-
- IS_POSITIVE - Static variable in interface com.landawn.abacus.util.function.FloatPredicate
-
- IS_POSITIVE - Static variable in interface com.landawn.abacus.util.function.IntPredicate
-
- IS_POSITIVE - Static variable in interface com.landawn.abacus.util.function.LongPredicate
-
- IS_POSITIVE - Static variable in interface com.landawn.abacus.util.function.ShortPredicate
-
- IS_TRUE - Static variable in interface com.landawn.abacus.util.function.BooleanPredicate
-
- IS_ZERO - Static variable in interface com.landawn.abacus.util.function.BytePredicate
-
- IS_ZERO - Static variable in interface com.landawn.abacus.util.function.CharPredicate
-
- IS_ZERO - Static variable in interface com.landawn.abacus.util.function.DoublePredicate
-
- IS_ZERO - Static variable in interface com.landawn.abacus.util.function.FloatPredicate
-
- IS_ZERO - Static variable in interface com.landawn.abacus.util.function.IntPredicate
-
- IS_ZERO - Static variable in interface com.landawn.abacus.util.function.LongPredicate
-
- IS_ZERO - Static variable in interface com.landawn.abacus.util.function.ShortPredicate
-
- isAfter(T) - Method in class com.landawn.abacus.util.Range
-
Checks whether this range is after the specified element.
- isAfterRange(Range<T>) - Method in class com.landawn.abacus.util.Range
-
Checks whether this range is completely after the specified range.
- isAllBlank(CharSequence...) - Static method in class com.landawn.abacus.util.StringUtil
-
Checks if all of the CharSequences are empty (""), null or whitespace only.
- 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.
- isAllEmpty(CharSequence...) - Static method in class com.landawn.abacus.util.StringUtil
-
Checks if all of the CharSequences are empty ("") or null.
- isAllLowerCase(CharSequence) - Static method in class com.landawn.abacus.util.StringUtil
-
Checks if is all lower case.
- isAllUpperCase(CharSequence) - Static method in class com.landawn.abacus.util.StringUtil
-
Checks if is all upper case.
- isAlpha(CharSequence) - Static method in class com.landawn.abacus.util.StringUtil
-
Checks if the CharSequence contains only Unicode letters.
- isAlphanumeric(CharSequence) - Static method in class com.landawn.abacus.util.StringUtil
-
Checks if the CharSequence contains only Unicode letters or digits.
- isAlphanumericSpace(CharSequence) - Static method in class com.landawn.abacus.util.StringUtil
-
Checks if the CharSequence contains only Unicode letters, digits or space
(' ').
- isAlphaSpace(CharSequence) - Static method in class com.landawn.abacus.util.StringUtil
-
Checks if the CharSequence contains only Unicode letters and space (' ').
- isAnnotationPresent(Class<? extends Annotation>) - Method in class com.landawn.abacus.parser.ParserUtil.EntityInfo
-
- isAnnotationPresent(Class<? extends Annotation>) - Method in class com.landawn.abacus.parser.ParserUtil.PropInfo
-
- isAnyBlank(CharSequence...) - Static method in class com.landawn.abacus.util.StringUtil
-
Checks if any of the CharSequences are empty ("") or null or whitespace only.
- isAnyEmpty(CharSequence...) - Static method in class com.landawn.abacus.util.StringUtil
-
Checks if any of the CharSequences are empty ("") or null.
- isAscii(char) - Static method in class com.landawn.abacus.util.StringUtil
-
Checks whether the character is ASCII 7 bit.
- isAsciiAlpha(char) - Static method in class com.landawn.abacus.util.StringUtil
-
Checks whether the character is ASCII 7 bit alphabetic.
- isAsciiAlpha(CharSequence) - Static method in class com.landawn.abacus.util.StringUtil
-
Checks if is ascii alpha.
- isAsciiAlphaLower(char) - Static method in class com.landawn.abacus.util.StringUtil
-
Checks whether the character is ASCII 7 bit alphabetic lower case.
- isAsciiAlphanumeric(char) - Static method in class com.landawn.abacus.util.StringUtil
-
Checks whether the character is ASCII 7 bit numeric.
- isAsciiAlphanumeric(CharSequence) - Static method in class com.landawn.abacus.util.StringUtil
-
Checks if is ascii alphanumeric.
- isAsciiAlphanumericSpace(CharSequence) - Static method in class com.landawn.abacus.util.StringUtil
-
Checks if is ascii alphanumeric space.
- isAsciiAlphaSpace(CharSequence) - Static method in class com.landawn.abacus.util.StringUtil
-
Checks if is ascii alpha space.
- isAsciiAlphaUpper(char) - Static method in class com.landawn.abacus.util.StringUtil
-
Checks whether the character is ASCII 7 bit alphabetic upper case.
- isAsciiControl(char) - Static method in class com.landawn.abacus.util.StringUtil
-
Checks whether the character is ASCII 7 bit control.
- isAsciiDigtalInteger(String) - Static method in class com.landawn.abacus.util.StringUtil
-
true is returned if the specified str only
includes characters ('0' ~ '9', '-', '+' ).
- isAsciiDigtalNumber(String) - Static method in class com.landawn.abacus.util.StringUtil
-
true is returned if the specified str only
includes characters ('0' ~ '9', '.', '-', '+', 'e').
- isAsciiLowerCase(char) - Static method in class com.landawn.abacus.util.StringUtil
-
Checks if is ascii lower case.
- isAsciiNumeric(char) - Static method in class com.landawn.abacus.util.StringUtil
-
Checks whether the character is ASCII 7 bit numeric.
- isAsciiNumeric(CharSequence) - Static method in class com.landawn.abacus.util.StringUtil
-
Checks if is ascii numeric.
- isAsciiPrintable(char) - Static method in class com.landawn.abacus.util.StringUtil
-
Checks whether the character is ASCII 7 bit printable.
- isAsciiPrintable(CharSequence) - Static method in class com.landawn.abacus.util.StringUtil
-
Checks if is ascii printable.
- isAsciiUpperCase(char) - Static method in class com.landawn.abacus.util.StringUtil
-
Checks if is ascii upper case.
- isAsmEnable() - Method in class com.landawn.abacus.parser.Fj.DeserializeConfig
-
Checks if is asm enable.
- isAsmEnable() - Method in class com.landawn.abacus.parser.Fj.SerializeConfig
-
Checks if is asm enable.
- isBefore(T) - Method in class com.landawn.abacus.util.Range
-
Checks whether this range is before the specified element.
- isBeforeRange(Range<T>) - Method in class com.landawn.abacus.util.Range
-
Checks whether this range is completely before the specified range.
- isBlank(CharSequence) - Static method in class com.landawn.abacus.util.StringUtil
-
Same as N.isNullOrEmptyOrBlank(CharSequence).
- isBracketRootValue() - Method in class com.landawn.abacus.parser.JSONSerializationConfig
-
The default value is true if it's not set.
- isCancelled() - Method in class com.landawn.abacus.util.ContinuableFuture
-
Checks if is cancelled.
- isClosed() - Method in class com.landawn.abacus.pool.AbstractPool
-
Checks if is closed.
- isClosed() - Method in interface com.landawn.abacus.pool.Pool
-
Checks if is closed.
- isCreatable(String) - Static method in class com.landawn.abacus.util.Numbers
-
Checks whether the String a valid Java number.
- isDigit(char) - Static method in class com.landawn.abacus.util.StringUtil
-
Checks if is digit.
- isDigits(String) - Static method in class com.landawn.abacus.util.Numbers
-
Checks whether the String contains only
digit characters.
- isDirectory() - Static method in class com.landawn.abacus.util.Fn
-
Checks if is directory.
- isDirty() - Method in interface com.landawn.abacus.DirtyMarker
-
Deprecated.
- isDirty(String) - Method in interface com.landawn.abacus.DirtyMarker
-
Deprecated.
- isDirtyMarker(Class<?>) - Static method in class com.landawn.abacus.util.ClassUtil
-
- isDone() - Method in class com.landawn.abacus.util.ContinuableFuture
-
Checks if is done.
- isEmpty() - Method in interface com.landawn.abacus.DataSet
-
Checks if is empty.
- isEmpty() - Method in interface com.landawn.abacus.EntityId
-
- isEmpty() - Method in class com.landawn.abacus.http.HttpHeaders
-
Checks if is empty.
- isEmpty() - Method in class com.landawn.abacus.pool.AbstractPool
-
Checks if is empty.
- isEmpty() - Method in interface com.landawn.abacus.pool.Pool
-
Checks if is empty.
- isEmpty() - Method in class com.landawn.abacus.util.ArrayHashMap
-
Checks if is empty.
- isEmpty() - Method in class com.landawn.abacus.util.ArrayHashSet
-
Checks if is empty.
- isEmpty() - Method in class com.landawn.abacus.util.BiMap
-
Checks if is empty.
- isEmpty() - Method in class com.landawn.abacus.util.IdentityHashSet
-
Checks if is empty.
- isEmpty() - Method in class com.landawn.abacus.util.ImmutableMap
-
Checks if is empty.
- isEmpty() - Method in class com.landawn.abacus.util.Multimap
-
Checks if is empty.
- isEmpty() - Method in class com.landawn.abacus.util.Multiset
-
Checks if is empty.
- isEmpty() - Method in class com.landawn.abacus.util.ObjectPool
-
Checks if is empty.
- isEmpty() - Method in class com.landawn.abacus.util.Properties
-
Checks if is empty.
- isEmpty() - Method in class com.landawn.abacus.util.Range
-
Checks if is empty.
- isEmpty(CharSequence) - Static method in class com.landawn.abacus.util.StringUtil
-
Same as N.isNullOrEmpty(CharSequence).
- isEmpty() - Method in class com.landawn.abacus.util.u.Nullable
-
- isEmpty() - Method in class com.landawn.abacus.util.u.Optional
-
Checks if is empty.
- isEmpty() - Method in class com.landawn.abacus.util.u.OptionalBoolean
-
- isEmpty() - Method in class com.landawn.abacus.util.u.OptionalByte
-
- isEmpty() - Method in class com.landawn.abacus.util.u.OptionalChar
-
- isEmpty() - Method in class com.landawn.abacus.util.u.OptionalDouble
-
- isEmpty() - Method in class com.landawn.abacus.util.u.OptionalFloat
-
- isEmpty() - Method in class com.landawn.abacus.util.u.OptionalInt
-
- isEmpty() - Method in class com.landawn.abacus.util.u.OptionalLong
-
- isEmpty() - Method in class com.landawn.abacus.util.u.OptionalShort
-
- isEndedBy(T) - Method in class com.landawn.abacus.util.Range
-
Checks whether this range starts with the specified element.
- isEntity(Class<?>) - Static method in class com.landawn.abacus.util.ClassUtil
-
Checks if is entity.
- isEqualCollection(Collection<?>, Collection<?>) - Static method in class com.landawn.abacus.util.N
-
Returns
true if the given
Collections contain
exactly the same elements with exactly the same cardinalities.
- isExpired() - Method in class com.landawn.abacus.pool.ActivityPrint
-
Checks if is expired.
- isFailure() - Method in class com.landawn.abacus.util.Result
-
Checks if is failure.
- isFalse() - Method in class com.landawn.abacus.util.MutableBoolean
-
Checks if the current value is false.
- isFile() - Static method in class com.landawn.abacus.util.Fn
-
Checks if is file.
- isFileNewer(File, Date) - Static method in class com.landawn.abacus.util.IOUtil
-
Tests if the specified File is newer than the specified Date.
- isFileNewer(File, File) - Static method in class com.landawn.abacus.util.IOUtil
-
Tests if the specified File is newer than the reference File.
- isFileOlder(File, Date) - Static method in class com.landawn.abacus.util.IOUtil
-
Tests if the specified File is older than the specified Date.
- isFileOlder(File, File) - Static method in class com.landawn.abacus.util.IOUtil
-
Tests if the specified File is older than the reference File.
- isIgnoreLeadingWhiteSpace() - Method in class com.landawn.abacus.util.CSVParser
-
- isIgnoreNullOrEmpty() - Method in class com.landawn.abacus.parser.JSONDeserializationConfig
-
- isIgnoreQuotations() - Method in class com.landawn.abacus.util.CSVParser
-
- isIgnoreTypeInfo() - Method in class com.landawn.abacus.parser.XMLSerializationConfig
-
Checks if is ignore type info.
- isIgnoreUnmatchedProperty() - Method in class com.landawn.abacus.parser.DeserializationConfig
-
Checks if is ignore unknown property.
- isImmutable - Variable in class com.landawn.abacus.parser.ParserUtil.EntityInfo
-
- isInfinite() - Method in class com.landawn.abacus.util.MutableDouble
-
Checks whether the double value is infinite.
- isInfinite() - Method in class com.landawn.abacus.util.MutableFloat
-
Checks whether the float value is infinite.
- isKryoAvailable() - Static method in class com.landawn.abacus.parser.ParserFactory
-
Checks if is kryo available.
- isLetter(char) - Static method in class com.landawn.abacus.util.StringUtil
-
Checks if is letter.
- isLetterOrDigit(char) - Static method in class com.landawn.abacus.util.StringUtil
-
Checks if is letter or digit.
- isLowerCase(char) - Static method in class com.landawn.abacus.util.StringUtil
-
Checks if is lower case.
- isMarkedToColumn - Variable in class com.landawn.abacus.parser.ParserUtil.PropInfo
-
- isMathematicalInteger(double) - Static method in class com.landawn.abacus.util.Numbers
-
Returns true if x represents a mathematical integer.
- isMixedCase(CharSequence) - Static method in class com.landawn.abacus.util.StringUtil
-
Copied from Apache Commons Lang: StringUtils#isMixedCase.
- isNaN() - Method in class com.landawn.abacus.util.MutableDouble
-
Checks whether the double value is the special NaN value.
- isNaN() - Method in class com.landawn.abacus.util.MutableFloat
-
Checks whether the float value is the special NaN value.
- isNegative() - Method in class com.landawn.abacus.util.Duration
-
Checks if is negative.
- isNotBlank(CharSequence) - Static method in class com.landawn.abacus.util.StringUtil
-
Same as N.notNullOrEmptyOrBlank(CharSequence).
- isNotEmpty(CharSequence) - Static method in class com.landawn.abacus.util.StringUtil
-
Same as N.notNullOrEmpty(CharSequence).
- 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(int, int) - Method in interface com.landawn.abacus.DataSet
-
Checks if is null.
- isNull(int) - Method in interface com.landawn.abacus.DataSet
-
Checks if is null.
- isNull(String) - Method in interface com.landawn.abacus.DataSet
-
Checks if is null.
- isNull() - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- isNull() - Static method in class com.landawn.abacus.util.Fn
-
Checks if is null.
- isNull(Function<T, ?>) - Static method in class com.landawn.abacus.util.Fn
-
Checks if is null.
- isNull() - Method in class com.landawn.abacus.util.u.Nullable
-
Returns true if the value is not present, or it is present but it's null, otherwise returns false.
- isNullOrEmpty() - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- isNullOrEmpty() - Static method in class com.landawn.abacus.util.Fn
-
Checks if is null or empty.
- isNullOrEmpty(Function<T, ? extends CharSequence>) - Static method in class com.landawn.abacus.util.Fn
-
- isNullOrEmpty(CharSequence) - Static method in class com.landawn.abacus.util.If
-
Checks if is null or empty.
- isNullOrEmpty(boolean[]) - Static method in class com.landawn.abacus.util.If
-
Checks if is null or empty.
- isNullOrEmpty(char[]) - Static method in class com.landawn.abacus.util.If
-
Checks if is null or empty.
- isNullOrEmpty(byte[]) - Static method in class com.landawn.abacus.util.If
-
Checks if is null or empty.
- isNullOrEmpty(short[]) - Static method in class com.landawn.abacus.util.If
-
Checks if is null or empty.
- isNullOrEmpty(int[]) - Static method in class com.landawn.abacus.util.If
-
Checks if is null or empty.
- isNullOrEmpty(long[]) - Static method in class com.landawn.abacus.util.If
-
Checks if is null or empty.
- isNullOrEmpty(float[]) - Static method in class com.landawn.abacus.util.If
-
Checks if is null or empty.
- isNullOrEmpty(double[]) - Static method in class com.landawn.abacus.util.If
-
Checks if is null or empty.
- isNullOrEmpty(Object[]) - Static method in class com.landawn.abacus.util.If
-
Checks if is null or empty.
- isNullOrEmpty(Collection<?>) - Static method in class com.landawn.abacus.util.If
-
Checks if is null or empty.
- isNullOrEmpty(Map<?, ?>) - Static method in class com.landawn.abacus.util.If
-
Checks if is null or empty.
- isNullOrEmpty(Multiset<?>) - Static method in class com.landawn.abacus.util.If
-
Checks if is null or empty.
- isNullOrEmpty(Multimap<?, ?, ?>) - Static method in class com.landawn.abacus.util.If
-
Checks if is null or empty.
- isNullOrEmptyA() - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- isNullOrEmptyA() - Static method in class com.landawn.abacus.util.Fn
-
- isNullOrEmptyC() - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- isNullOrEmptyC() - Static method in class com.landawn.abacus.util.Fn
-
- isNullOrEmptyM() - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- isNullOrEmptyM() - Static method in class com.landawn.abacus.util.Fn
-
- isNullOrEmptyOrBlank() - Static method in class com.landawn.abacus.util.Fn
-
Checks if is null or empty or blank.
- isNullOrEmptyOrBlank(Function<T, ? extends CharSequence>) - Static method in class com.landawn.abacus.util.Fn
-
- isNullOrEmptyOrBlank(CharSequence) - Static method in class com.landawn.abacus.util.If
-
Checks if is null or empty or blank.
- isNullToEmpty() - Method in class com.landawn.abacus.parser.JSONDeserializationConfig
-
- isNumber(String) - Static method in class com.landawn.abacus.util.StringUtil
-
Note: It's copied from NumberUtils in Apache Commons Lang under Apache
License 2.0
- isNumeric(CharSequence) - Static method in class com.landawn.abacus.util.StringUtil
-
Checks if the CharSequence contains only Unicode digits.
- isNumericSpace(CharSequence) - Static method in class com.landawn.abacus.util.StringUtil
-
Checks if the CharSequence contains only Unicode digits or space (
' ').
- ISO8601Util - Class in com.landawn.abacus.util
-
Copyright (c) 2017, Jackson Authors/Contributers.
- ISO_8601_DATETIME_FORMAT - Static variable in class com.landawn.abacus.util.DateUtil
-
It's default date/time format.
- ISO_8601_TIMESTAMP_FORMAT - Static variable in class com.landawn.abacus.util.DateUtil
-
It's default timestamp format.
- ISO_8859_1 - Static variable in class com.landawn.abacus.util.Charsets
-
- isOneWayRequest() - Method in class com.landawn.abacus.http.HttpSettings
-
Checks if is one way request.
- isOneWayRequest(boolean) - Method in class com.landawn.abacus.http.HttpSettings
-
Checks if is one way request.
- isOverlappedBy(Range<T>) - Method in class com.landawn.abacus.util.Range
-
Checks whether this range is overlapped by the specified range.
- isParsable(String) - Static method in class com.landawn.abacus.util.Numbers
-
Checks whether the given String is a parsable number.
- isPending() - Method in class com.landawn.abacus.util.CSVParser
-
- isPerfectSquare(int) - Static method in class com.landawn.abacus.util.Numbers
-
Checks if is perfect square.
- isPerfectSquare(long) - Static method in class com.landawn.abacus.util.Numbers
-
Checks if is perfect square.
- isPowerOfTwo(int) - Static method in class com.landawn.abacus.util.Numbers
-
Checks if is power of two.
- isPowerOfTwo(long) - Static method in class com.landawn.abacus.util.Numbers
-
Checks if is power of two.
- isPowerOfTwo(double) - Static method in class com.landawn.abacus.util.Numbers
-
Checks if is power of two.
- isPowerOfTwo(BigInteger) - Static method in class com.landawn.abacus.util.Numbers
-
Returns true if x represents a power of two.
- isPresent() - Method in class com.landawn.abacus.util.u.Nullable
-
Returns true if the value is present, otherwise returns false.
- isPresent() - Method in class com.landawn.abacus.util.u.Optional
-
Checks if is present.
- isPresent() - Method in class com.landawn.abacus.util.u.OptionalBoolean
-
- isPresent() - Method in class com.landawn.abacus.util.u.OptionalByte
-
- isPresent() - Method in class com.landawn.abacus.util.u.OptionalChar
-
- isPresent() - Method in class com.landawn.abacus.util.u.OptionalDouble
-
- isPresent() - Method in class com.landawn.abacus.util.u.OptionalFloat
-
- isPresent() - Method in class com.landawn.abacus.util.u.OptionalInt
-
- isPresent() - Method in class com.landawn.abacus.util.u.OptionalLong
-
- isPresent() - Method in class com.landawn.abacus.util.u.OptionalShort
-
- isPrettyFormat() - Method in class com.landawn.abacus.parser.KryoSerializationConfig
-
- isPrettyFormat() - Method in class com.landawn.abacus.parser.SerializationConfig
-
Checks if is pretty format.
- isPrime(long) - Static method in class com.landawn.abacus.util.Numbers
-
Returns
true if
n is a
prime number: an integer
greater
than one that cannot be factored into a product of
smaller positive integers.
- isPrimitiveArrayType(Class<?>) - Static method in class com.landawn.abacus.util.N
-
Checks if is primitive array type.
- isPrimitiveType(Class<?>) - Static method in class com.landawn.abacus.util.N
-
Checks if is primitive type.
- isProperSubCollection(Collection<?>, Collection<?>) - Static method in class com.landawn.abacus.util.N
-
Returns true if subColl is a proper sub-collection of coll,
that is, if the cardinality of e in subColl is less
than or equal to the cardinality of e in coll,
for each element e in subColl, and there is at least one
element f such that the cardinality of f in coll
is strictly greater than the cardinality of f in subColl.
- isQuoteMapKey() - Method in class com.landawn.abacus.parser.JSONSerializationConfig
-
The default value is false if it's not set.
- isQuotePropName() - Method in class com.landawn.abacus.parser.JSONSerializationConfig
-
The default value is false if it's not set.
- isRecord(Class<?>) - Static method in class com.landawn.abacus.util.ClassUtil
-
Checks if is entity.
- isRegisteredXMLBindingClass(Class<?>) - Static method in class com.landawn.abacus.util.ClassUtil
-
- isRunning() - Method in class com.landawn.abacus.util.Stopwatch
-
- isSameDay(Date, Date) - Static method in class com.landawn.abacus.util.DateUtil
-
Copied from Apache Commons Lang under Apache License v2.
- isSameDay(Calendar, Calendar) - Static method in class com.landawn.abacus.util.DateUtil
-
Copied from Apache Commons Lang under Apache License v2.
- isSkipTransientField() - Method in class com.landawn.abacus.parser.SerializationConfig
-
Checks if is skip transient field.
- isStartedBy(T) - Method in class com.landawn.abacus.util.Range
-
Checks whether this range starts with the specified element.
- isStrictQuotes() - Method in class com.landawn.abacus.util.CSVParser
-
- isSubCollection(Collection<?>, Collection<?>) - Static method in class com.landawn.abacus.util.N
-
Returns true if subColl is a sub-collection of coll,
that is, if the cardinality of e in subColl is less than or
equal to the cardinality of e in coll, for each element e
in subColl.
- isSuccess() - Method in class com.landawn.abacus.util.Result
-
Checks if is success.
- isSuccessful() - Method in class com.landawn.abacus.http.HttpResponse
-
Returns true if the code is in [200..300), which means the request was successfully received,
understood, and accepted.
- isSymbolicLink(File) - Static method in class com.landawn.abacus.util.IOUtil
-
Determines whether the specified file is a Symbolic Link rather than an actual file.
- isTagByPropertyName() - Method in class com.landawn.abacus.parser.XMLSerializationConfig
-
Checks if is tag by property name.
- isTextElement(Node) - Static method in class com.landawn.abacus.util.XMLUtil
-
- isTransient - Variable in class com.landawn.abacus.parser.ParserUtil.PropInfo
-
- isTrue() - Method in class com.landawn.abacus.util.MutableBoolean
-
Checks if the current value is true.
- isUpperCase(char) - Static method in class com.landawn.abacus.util.StringUtil
-
Checks if is upper case.
- isWellFormed(byte[]) - Static method in class com.landawn.abacus.util.Utf8
-
Returns true if bytes is a well-formed UTF-8 byte sequence according to
Unicode 6.0.
- isWellFormed(byte[], int, int) - Static method in class com.landawn.abacus.util.Utf8
-
- isWhitespace() - Static method in class com.landawn.abacus.util.Fn.FnC
-
- isWhitespace(CharSequence) - Static method in class com.landawn.abacus.util.StringUtil
-
Checks if the CharSequence contains only whitespace.
- isWrapperType(Class<?>) - Static method in class com.landawn.abacus.util.N
-
Checks if is wrapper type.
- isWrapRootValue() - Method in class com.landawn.abacus.parser.JSONSerializationConfig
-
Checks if is wrap root value.
- isWriteClass() - Method in class com.landawn.abacus.parser.KryoSerializationConfig
-
Checks if is write class.
- isXMLAvailable() - Static method in class com.landawn.abacus.parser.ParserFactory
-
Checks if is XML available.
- isZero() - Method in class com.landawn.abacus.util.Duration
-
Checks if is zero.
- isZero() - Static method in class com.landawn.abacus.util.Fn.FnC
-
- Iterables - Class in com.landawn.abacus.util
-
Note: This class includes codes copied from Apache Commons Lang, Google Guava and other open source projects under the Apache License 2.0.
- Iterables.SetView<E> - Class in com.landawn.abacus.util
-
- iterate(Throwables.BooleanSupplier<? extends E>, Throwables.Supplier<? extends T, E>) - Static method in class com.landawn.abacus.util.ExceptionalStream
-
- iterate(T, Throwables.BooleanSupplier<? extends E>, Throwables.UnaryOperator<T, ? extends E>) - Static method in class com.landawn.abacus.util.ExceptionalStream
-
- iterate(T, Throwables.Predicate<? super T, ? extends E>, Throwables.UnaryOperator<T, ? extends E>) - Static method in class com.landawn.abacus.util.ExceptionalStream
-
- iterate(T, Throwables.UnaryOperator<T, ? extends E>) - Static method in class com.landawn.abacus.util.ExceptionalStream
-
- iterate(Throwables.BooleanSupplier<? extends RuntimeException>, Throwables.Supplier<? extends T, RuntimeException>) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
-
Deprecated.
- iterate(T, Throwables.BooleanSupplier<? extends RuntimeException>, Throwables.UnaryOperator<T, ? extends RuntimeException>) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
-
Deprecated.
- iterate(T, Throwables.Predicate<? super T, RuntimeException>, Throwables.UnaryOperator<T, RuntimeException>) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
-
Deprecated.
- iterate(T, Throwables.UnaryOperator<T, RuntimeException>) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
-
Deprecated.
- 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(T[]) - Static method in class com.landawn.abacus.util.N
-
- iterate(T[], int, int) - Static method in class com.landawn.abacus.util.N
-
- iterate(Iterable<? extends T>) - Static method in class com.landawn.abacus.util.N
-
- iterate(Iterator<E>) - Method in class com.landawn.abacus.util.Retry.RetryR
-
- iterate(Iterator<E>, int) - Method in class com.landawn.abacus.util.Retry.RetryR
-
- iterator(String, String) - Method in interface com.landawn.abacus.DataSet
-
- iterator(String, String, int, int) - Method in interface com.landawn.abacus.DataSet
-
- iterator(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.IdentityHashSet
-
- iterator() - Method in class com.landawn.abacus.util.ImmutableCollection
-
- iterator() - Method in class com.landawn.abacus.util.Multiset
-
- Iterators - Class in com.landawn.abacus.util
-
This is a utility class mostly for Iterator.
- 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(String, Throwables.Function<?, ?, E>, String, String) - Method in interface com.landawn.abacus.DataSet
-
- map(String, Throwables.Function<?, ?, E>, String, Collection<String>) - Method in interface com.landawn.abacus.DataSet
-
- map(Tuple.Tuple2<String, String>, Throwables.BiFunction<?, ?, ?, E>, String, Collection<String>) - Method in interface com.landawn.abacus.DataSet
-
- map(Tuple.Tuple3<String, String, String>, Throwables.TriFunction<?, ?, ?, ?, E>, String, Collection<String>) - Method in interface com.landawn.abacus.DataSet
-
- map(Collection<String>, Throwables.Function<NoCachingNoUpdating.DisposableObjArray, ?, E>, String, Collection<String>) - Method in interface com.landawn.abacus.DataSet
-
- map(File) - Static method in class com.landawn.abacus.guava.Files
-
- map(File, FileChannel.MapMode) - Static method in class com.landawn.abacus.guava.Files
-
- map(File, FileChannel.MapMode, long) - Static method in class com.landawn.abacus.guava.Files
-
- MAP - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field MAP.
- map(BiFunction<? super A, ? super B, R>) - Method in class com.landawn.abacus.util.BiIterator
-
- map(Throwables.Function<? super T, R, E>) - Method in class com.landawn.abacus.util.Builder
-
- MAP - Static variable in class com.landawn.abacus.util.Clazz
-
- map(Throwables.Function<? super T, U, E>) - Method in class com.landawn.abacus.util.ContinuableFuture
-
- map(Throwables.Function<? super T, ? extends U, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- map(File) - Static method in class com.landawn.abacus.util.IOUtil
-
Note: copied from Google Guava under Apache License v2.
- map(File, FileChannel.MapMode) - Static method in class com.landawn.abacus.util.IOUtil
-
Note: copied from Google Guava under Apache License v2.
- map(File, FileChannel.MapMode, long, long) - Static method in class com.landawn.abacus.util.IOUtil
-
Note: copied from Google Guava under Apache License v2.
- map(Iterator<? extends T>, Function<? super T, U>) - Static method in class com.landawn.abacus.util.Iterators
-
- map(Throwables.Function<? super String, T, E>) - Method in class com.landawn.abacus.util.Joiner
-
The underline StringBuilder will be recycled after this method is called if resueStringBuilder is set to true,
and should not continue to this instance.
- map(T[], Throwables.Function<? super T, ? extends R, E>) - Static method in class com.landawn.abacus.util.N
-
- map(T[], int, int, Throwables.Function<? super T, ? extends R, E>) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- map(Collection<? extends T>, Throwables.Function<? super T, ? extends R, E>) - Static method in class com.landawn.abacus.util.N
-
- map(Collection<? extends T>, int, int, Throwables.Function<? super T, ? extends R, E>) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- map(T[], Throwables.Function<? super T, ? extends R, E>, IntFunction<? extends C>) - Static method in class com.landawn.abacus.util.N
-
- map(T[], int, int, Throwables.Function<? super T, ? extends R, E>, IntFunction<? extends C>) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- map(Collection<? extends T>, Throwables.Function<? super T, ? extends R, E>, IntFunction<? extends C>) - Static method in class com.landawn.abacus.util.N
-
- map(Collection<? extends T>, int, int, Throwables.Function<? super T, ? extends R, E>, IntFunction<? extends C>) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- map(Function<? super T, U>) - Method in class com.landawn.abacus.util.Observer
-
- map(Throwables.BiFunction<? super L, ? super R, U, E>) - Method in class com.landawn.abacus.util.Pair
-
- map(Throwables.Function<? super Pair<L, R>, U, E>) - Method in class com.landawn.abacus.util.Pair
-
- map(TriFunction<? super A, ? super B, ? super C, R>) - Method in class com.landawn.abacus.util.TriIterator
-
- map(Throwables.TriFunction<? super L, ? super M, ? super R, U, E>) - Method in class com.landawn.abacus.util.Triple
-
- map(Throwables.Function<? super Triple<L, M, R>, U, E>) - Method in class com.landawn.abacus.util.Triple
-
- map(Throwables.Function<? super TP, U, E>) - Method in class com.landawn.abacus.util.Tuple
-
- map(Throwables.BiFunction<? super T1, ? super T2, U, E>) - Method in class com.landawn.abacus.util.Tuple.Tuple2
-
- map(Throwables.TriFunction<? super T1, ? super T2, ? super T3, U, E>) - Method in class com.landawn.abacus.util.Tuple.Tuple3
-
- map(Throwables.Function<? super T, ? extends U, E>) - Method in class com.landawn.abacus.util.u.Nullable
-
- map(Throwables.Function<? super T, ? extends U, E>) - Method in class com.landawn.abacus.util.u.Optional
-
- map(Throwables.BooleanUnaryOperator<E>) - Method in class com.landawn.abacus.util.u.OptionalBoolean
-
- map(Throwables.ByteUnaryOperator<E>) - Method in class com.landawn.abacus.util.u.OptionalByte
-
- map(Throwables.CharUnaryOperator<E>) - Method in class com.landawn.abacus.util.u.OptionalChar
-
- map(Throwables.DoubleUnaryOperator<E>) - Method in class com.landawn.abacus.util.u.OptionalDouble
-
- map(Throwables.FloatUnaryOperator<E>) - Method in class com.landawn.abacus.util.u.OptionalFloat
-
- map(Throwables.IntUnaryOperator<E>) - Method in class com.landawn.abacus.util.u.OptionalInt
-
- map(Throwables.LongUnaryOperator<E>) - Method in class com.landawn.abacus.util.u.OptionalLong
-
- map(Throwables.ShortUnaryOperator<E>) - Method in class com.landawn.abacus.util.u.OptionalShort
-
- map2Entity(Class<T>, Map<String, Object>) - Static method in class com.landawn.abacus.util.Maps
-
Map to entity.
- map2Entity(Class<T>, Map<String, Object>, boolean, boolean) - Static method in class com.landawn.abacus.util.Maps
-
Map to entity.
- map2Entity(Class<T>, Map<String, Object>, Collection<String>) - Static method in class com.landawn.abacus.util.Maps
-
Map to entity.
- map2Entity(Class<T>, Collection<Map<String, Object>>) - Static method in class com.landawn.abacus.util.Maps
-
Map to entity.
- map2Entity(Class<T>, Collection<Map<String, Object>>, boolean, boolean) - Static method in class com.landawn.abacus.util.Maps
-
Map to entity.
- map2Entity(Class<T>, Collection<Map<String, Object>>, Collection<String>) - Static method in class com.landawn.abacus.util.Maps
-
Map to entity.
- MAP_ELE_END - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field MAP_ELE_END.
- MAP_ELE_START - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field MAP_ELE_START.
- MAP_NULL_ELE - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field MAP_NULL_ELE.
- mapE(Throwables.Function<? super T, ? extends U, ? extends Exception>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- mapFirst(Throwables.Function<? super T, ? extends T, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- mapFirstOrElse(Throwables.Function<? super T, ? extends R, E>, Throwables.Function<? super T, ? extends R, E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- mapIfNotEmpty(Throwables.Function<? super String, T, E>) - Method in class com.landawn.abacus.util.Joiner
-
Call mapper only if at least one element/object/entry is appended.
- mapIfNotNull(Throwables.Function<? super T, ? extends U, E>) - Method in class com.landawn.abacus.util.u.Nullable
-
Map if not null.
- mapKey(Function<? super K, ? extends KK>) - Static method in class com.landawn.abacus.util.Fn
-
- mapLast(Throwables.Function<? super T, ? extends T, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- mapLastOrElse(Throwables.Function<? super T, ? extends R, E>, Throwables.Function<? super T, ? extends R, E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- mapping(Function<? super T, ? extends U>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- mapping(Function<? super T, ? extends U>, Collector<? super U, A, R>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- Maps - Class in com.landawn.abacus.util
-
Note: This class includes codes copied from Apache Commons Lang, Google Guava and other open source projects under the Apache License 2.0.
- mapToBoolean(T[], Throwables.ToBooleanFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
Map to boolean.
- mapToBoolean(T[], int, int, Throwables.ToBooleanFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- mapToBoolean(Collection<? extends T>, Throwables.ToBooleanFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
Map to boolean.
- mapToBoolean(Collection<? extends T>, int, int, Throwables.ToBooleanFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- mapToBoolean(Throwables.ToBooleanFunction<? super T, E>) - Method in class com.landawn.abacus.util.u.Nullable
-
Map to boolean.
- mapToBoolean(Throwables.ToBooleanFunction<? super T, E>) - Method in class com.landawn.abacus.util.u.Optional
-
Map to boolean.
- mapToBooleanIfNotNull(Throwables.ToBooleanFunction<? super T, E>) - Method in class com.landawn.abacus.util.u.Nullable
-
Map to boolean if not null.
- mapToByte(T[], Throwables.ToByteFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
Map to byte.
- mapToByte(T[], int, int, Throwables.ToByteFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- mapToByte(Collection<? extends T>, Throwables.ToByteFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
Map to byte.
- mapToByte(Collection<? extends T>, int, int, Throwables.ToByteFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- mapToByte(Throwables.ToByteFunction<? super T, E>) - Method in class com.landawn.abacus.util.u.Nullable
-
Map to byte.
- mapToByte(Throwables.ToByteFunction<? super T, E>) - Method in class com.landawn.abacus.util.u.Optional
-
Map to byte.
- mapToByteIfNotNull(Throwables.ToByteFunction<? super T, E>) - Method in class com.landawn.abacus.util.u.Nullable
-
Map to byte if not null.
- mapToChar(T[], Throwables.ToCharFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
Map to char.
- mapToChar(T[], int, int, Throwables.ToCharFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- mapToChar(Collection<? extends T>, Throwables.ToCharFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
Map to char.
- mapToChar(Collection<? extends T>, int, int, Throwables.ToCharFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- mapToChar(Throwables.ToCharFunction<? super T, E>) - Method in class com.landawn.abacus.util.u.Nullable
-
Map to char.
- mapToChar(Throwables.ToCharFunction<? super T, E>) - Method in class com.landawn.abacus.util.u.Optional
-
Map to char.
- mapToCharIfNotNull(Throwables.ToCharFunction<? super T, E>) - Method in class com.landawn.abacus.util.u.Nullable
-
Map to char if not null.
- mapToDouble(T[], Throwables.ToDoubleFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
Map to double.
- mapToDouble(T[], int, int, Throwables.ToDoubleFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- mapToDouble(Collection<? extends T>, Throwables.ToDoubleFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
Map to double.
- mapToDouble(Collection<? extends T>, int, int, Throwables.ToDoubleFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- mapToDouble(Throwables.ToDoubleFunction<? super T, E>) - Method in class com.landawn.abacus.util.u.Nullable
-
Map to double.
- mapToDouble(Throwables.ToDoubleFunction<? super T, E>) - Method in class com.landawn.abacus.util.u.Optional
-
Map to double.
- mapToDouble(Throwables.ToDoubleFunction<Float, E>) - Method in class com.landawn.abacus.util.u.OptionalFloat
-
Map to double.
- mapToDouble(Throwables.ToDoubleFunction<Integer, E>) - Method in class com.landawn.abacus.util.u.OptionalInt
-
Map to double.
- mapToDouble(Throwables.ToDoubleFunction<Long, E>) - Method in class com.landawn.abacus.util.u.OptionalLong
-
Map to double.
- mapToDoubleIfNotNull(Throwables.ToDoubleFunction<? super T, E>) - Method in class com.landawn.abacus.util.u.Nullable
-
Map to double if not null.
- mapToFloat(T[], Throwables.ToFloatFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
Map to float.
- mapToFloat(T[], int, int, Throwables.ToFloatFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- mapToFloat(Collection<? extends T>, Throwables.ToFloatFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
Map to float.
- mapToFloat(Collection<? extends T>, int, int, Throwables.ToFloatFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- mapToFloat(Throwables.ToFloatFunction<? super T, E>) - Method in class com.landawn.abacus.util.u.Nullable
-
Map to float.
- mapToFloat(Throwables.ToFloatFunction<? super T, E>) - Method in class com.landawn.abacus.util.u.Optional
-
Map to float.
- mapToFloat(Throwables.ToFloatFunction<Integer, E>) - Method in class com.landawn.abacus.util.u.OptionalInt
-
Map to float.
- mapToFloatIfNotNull(Throwables.ToFloatFunction<? super T, E>) - Method in class com.landawn.abacus.util.u.Nullable
-
Map to float if not null.
- mapToInt(T[], Throwables.ToIntFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
Map to int.
- mapToInt(T[], int, int, Throwables.ToIntFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- mapToInt(Collection<? extends T>, Throwables.ToIntFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
Map to int.
- mapToInt(Collection<? extends T>, int, int, Throwables.ToIntFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- mapToInt(Throwables.ToIntFunction<? super T, E>) - Method in class com.landawn.abacus.util.u.Nullable
-
Map to int.
- mapToInt(Throwables.ToIntFunction<? super T, E>) - Method in class com.landawn.abacus.util.u.Optional
-
Map to int.
- mapToInt(Throwables.ToIntFunction<Byte, E>) - Method in class com.landawn.abacus.util.u.OptionalByte
-
Map to int.
- mapToInt(Throwables.ToIntFunction<Character, E>) - Method in class com.landawn.abacus.util.u.OptionalChar
-
Map to int.
- mapToInt(Throwables.ToIntFunction<Double, E>) - Method in class com.landawn.abacus.util.u.OptionalDouble
-
Map to int.
- mapToInt(Throwables.ToIntFunction<Float, E>) - Method in class com.landawn.abacus.util.u.OptionalFloat
-
Map to int.
- mapToInt(Throwables.ToIntFunction<Long, E>) - Method in class com.landawn.abacus.util.u.OptionalLong
-
Map to int.
- mapToInt(Throwables.ToIntFunction<Short, E>) - Method in class com.landawn.abacus.util.u.OptionalShort
-
Map to int.
- mapToIntIfNotNull(Throwables.ToIntFunction<? super T, E>) - Method in class com.landawn.abacus.util.u.Nullable
-
Map to int if not null.
- mapToLong(T[], Throwables.ToLongFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
Map to long.
- mapToLong(T[], int, int, Throwables.ToLongFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- mapToLong(Collection<? extends T>, Throwables.ToLongFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
Map to long.
- mapToLong(Collection<? extends T>, int, int, Throwables.ToLongFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- mapToLong(Throwables.ToLongFunction<? super T, E>) - Method in class com.landawn.abacus.util.u.Nullable
-
Map to long.
- mapToLong(Throwables.ToLongFunction<? super T, E>) - Method in class com.landawn.abacus.util.u.Optional
-
Map to long.
- mapToLong(Throwables.ToLongFunction<Double, E>) - Method in class com.landawn.abacus.util.u.OptionalDouble
-
Map to long.
- mapToLong(Throwables.ToLongFunction<Integer, E>) - Method in class com.landawn.abacus.util.u.OptionalInt
-
Map to long.
- mapToLongIfNotNull(Throwables.ToLongFunction<? super T, E>) - Method in class com.landawn.abacus.util.u.Nullable
-
Map to long if not null.
- mapToNonNull(Throwables.Function<? super T, ? extends U, E>) - Method in class com.landawn.abacus.util.u.Nullable
-
- mapToNonNull(Throwables.Function<? super T, ? extends U, E>) - Method in class com.landawn.abacus.util.u.Optional
-
- mapToNonNull(Throwables.BooleanFunction<T, E>) - Method in class com.landawn.abacus.util.u.OptionalBoolean
-
- mapToNonNull(Throwables.ByteFunction<T, E>) - Method in class com.landawn.abacus.util.u.OptionalByte
-
- mapToNonNull(Throwables.CharFunction<T, E>) - Method in class com.landawn.abacus.util.u.OptionalChar
-
- mapToNonNull(Throwables.DoubleFunction<T, E>) - Method in class com.landawn.abacus.util.u.OptionalDouble
-
- mapToNonNull(Throwables.FloatFunction<T, E>) - Method in class com.landawn.abacus.util.u.OptionalFloat
-
- mapToNonNull(Throwables.IntFunction<T, E>) - Method in class com.landawn.abacus.util.u.OptionalInt
-
- mapToNonNull(Throwables.LongFunction<T, E>) - Method in class com.landawn.abacus.util.u.OptionalLong
-
- mapToNonNull(Throwables.ShortFunction<T, E>) - Method in class com.landawn.abacus.util.u.OptionalShort
-
- mapToNonNullIfNotNull(Throwables.Function<? super T, ? extends U, E>) - Method in class com.landawn.abacus.util.u.Nullable
-
Map if not null.
- mapToObj(Throwables.BooleanFunction<T, E>) - Method in class com.landawn.abacus.util.u.OptionalBoolean
-
Map to obj.
- mapToObj(Throwables.ByteFunction<T, E>) - Method in class com.landawn.abacus.util.u.OptionalByte
-
Map to obj.
- mapToObj(Throwables.CharFunction<T, E>) - Method in class com.landawn.abacus.util.u.OptionalChar
-
Map to obj.
- mapToObj(Throwables.DoubleFunction<T, E>) - Method in class com.landawn.abacus.util.u.OptionalDouble
-
Map to obj.
- mapToObj(Throwables.FloatFunction<T, E>) - Method in class com.landawn.abacus.util.u.OptionalFloat
-
Map to obj.
- mapToObj(Throwables.IntFunction<T, E>) - Method in class com.landawn.abacus.util.u.OptionalInt
-
Map to obj.
- mapToObj(Throwables.LongFunction<T, E>) - Method in class com.landawn.abacus.util.u.OptionalLong
-
Map to obj.
- mapToObj(Throwables.ShortFunction<T, E>) - Method in class com.landawn.abacus.util.u.OptionalShort
-
Map to obj.
- mapToShort(T[], Throwables.ToShortFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
Map to short.
- mapToShort(T[], int, int, Throwables.ToShortFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- mapToShort(Collection<? extends T>, Throwables.ToShortFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
Map to short.
- mapToShort(Collection<? extends T>, int, int, Throwables.ToShortFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
Mostly it's designed for one-step operation to complete the operation in one step.
- mapToShort(Throwables.ToShortFunction<? super T, E>) - Method in class com.landawn.abacus.util.u.Nullable
-
Map to short.
- mapToShort(Throwables.ToShortFunction<? super T, E>) - Method in class com.landawn.abacus.util.u.Optional
-
Map to short.
- mapToShortIfNotNull(Throwables.ToShortFunction<? super T, E>) - Method in class com.landawn.abacus.util.u.Nullable
-
Map to short if not null.
- mapValue(Function<? super V, ? extends VV>) - Static method in class com.landawn.abacus.util.Fn
-
- mark(int) - Method in class com.landawn.abacus.util.LZ4BlockInputStream
-
- mark(int) - Method in class com.landawn.abacus.util.SnappyInputStream
-
- markDirty(boolean) - Method in interface com.landawn.abacus.DirtyMarker
-
Deprecated.
- markDirty(String, boolean) - Method in interface com.landawn.abacus.DirtyMarker
-
Deprecated.
- markDirty(Collection<String>, boolean) - Method in interface com.landawn.abacus.DirtyMarker
-
Deprecated.
- markSupported() - Method in class com.landawn.abacus.util.LZ4BlockInputStream
-
- markSupported() - Method in class com.landawn.abacus.util.SnappyInputStream
-
- marshal(Object) - Static method in class com.landawn.abacus.util.XMLUtil
-
- matches(Pattern) - Static method in class com.landawn.abacus.util.Fn
-
- MAX - Static variable in class com.landawn.abacus.util.Ascii
-
The maximum value of an ASCII character.
- max(Comparator<? super T>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- max() - Static method in class com.landawn.abacus.util.Fn.BinaryOperators
-
- max(Comparator<? super T>) - Static method in class com.landawn.abacus.util.Fn.BinaryOperators
-
- MAX - Static variable in class com.landawn.abacus.util.Fn.FnB.ByteBinaryOperators
-
- MAX - Static variable in class com.landawn.abacus.util.Fn.FnC.CharBinaryOperators
-
- MAX - Static variable in class com.landawn.abacus.util.Fn.FnD.DoubleBinaryOperators
-
- MAX - Static variable in class com.landawn.abacus.util.Fn.FnF.FloatBinaryOperators
-
- MAX - Static variable in class com.landawn.abacus.util.Fn.FnI.IntBinaryOperators
-
- MAX - Static variable in class com.landawn.abacus.util.Fn.FnL.LongBinaryOperators
-
- MAX - Static variable in class com.landawn.abacus.util.Fn.FnS.ShortBinaryOperators
-
- 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(char...) - Static method in class com.landawn.abacus.util.Iterables
-
Returns OptionalChar.empty() if the specified Array/Collection is null or empty.
- max(byte...) - Static method in class com.landawn.abacus.util.Iterables
-
Returns OptionalByte.empty() if the specified Array/Collection is null or empty.
- max(short...) - Static method in class com.landawn.abacus.util.Iterables
-
Returns OptionalShort.empty() if the specified Array/Collection is null or empty.
- max(int...) - Static method in class com.landawn.abacus.util.Iterables
-
Returns OptionalInt.empty() if the specified Array/Collection is null or empty.
- max(long...) - Static method in class com.landawn.abacus.util.Iterables
-
Returns OptionalLong.empty() if the specified Array/Collection is null or empty.
- max(float...) - Static method in class com.landawn.abacus.util.Iterables
-
Returns OptionalFloat.empty() if the specified Array/Collection is null or empty.
- max(double...) - Static method in class com.landawn.abacus.util.Iterables
-
Returns OptionalDouble.empty() if the specified Array/Collection is null or empty.
- max(T[]) - Static method in class com.landawn.abacus.util.Iterables
-
Returns Nullable.empty() if the specified Array/Collection is null or empty.
- max(T[], Comparator<? super T>) - Static method in class com.landawn.abacus.util.Iterables
-
Returns Nullable.empty() if the specified Array/Collection is null or empty.
- max(Collection<? extends T>) - Static method in class com.landawn.abacus.util.Iterables
-
Returns Nullable.empty() if the specified Array/Collection is null or empty.
- max(Collection<? extends T>, Comparator<? super T>) - Static method in class com.landawn.abacus.util.Iterables
-
Returns Nullable.empty() if the specified Array/Collection is null or empty.
- max(Iterator<? extends T>) - Static method in class com.landawn.abacus.util.Iterables
-
Returns Nullable.empty() if the specified Array/Collection is null or empty.
- max(Iterator<? extends T>, Comparator<? super T>) - Static method in class com.landawn.abacus.util.Iterables
-
Returns Nullable.empty() if the specified Array/Collection is null or empty.
- max(char, char) - Static method in class com.landawn.abacus.util.N
-
Gets the maximum of two char values.
- max(byte, byte) - Static method in class com.landawn.abacus.util.N
-
Gets the maximum of two byte values.
- max(short, short) - Static method in class com.landawn.abacus.util.N
-
Gets the maximum of two short values.
- max(int, int) - Static method in class com.landawn.abacus.util.N
-
Gets the maximum of two int values.
- max(long, long) - Static method in class com.landawn.abacus.util.N
-
Gets the maximum of two long values.
- max(float, float) - Static method in class com.landawn.abacus.util.N
-
Gets the maximum of two float values.
- max(double, double) - Static method in class com.landawn.abacus.util.N
-
Gets the maximum of two double values.
- max(T, T) - Static method in class com.landawn.abacus.util.N
-
- max(T, T, Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
-
- max(char, char, char) - Static method in class com.landawn.abacus.util.N
-
Gets the maximum of three char values.
- max(byte, byte, byte) - Static method in class com.landawn.abacus.util.N
-
Gets the maximum of three byte values.
- max(short, short, short) - Static method in class com.landawn.abacus.util.N
-
Gets the maximum of three short values.
- max(int, int, int) - Static method in class com.landawn.abacus.util.N
-
Gets the maximum of three int values.
- max(long, long, long) - Static method in class com.landawn.abacus.util.N
-
Gets the maximum of three long values.
- max(float, float, float) - Static method in class com.landawn.abacus.util.N
-
Gets the maximum of three float values.
- max(double, double, double) - Static method in class com.landawn.abacus.util.N
-
Gets the maximum of three double values.
- max(T, T, T) - Static method in class com.landawn.abacus.util.N
-
- max(T, T, T, Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
-
- max(char...) - Static method in class com.landawn.abacus.util.N
-
Returns the maximum value in an array.
- max(char[], int, int) - Static method in class com.landawn.abacus.util.N
-
- max(byte...) - Static method in class com.landawn.abacus.util.N
-
Returns the maximum value in an array.
- max(byte[], int, int) - Static method in class com.landawn.abacus.util.N
-
- max(short...) - Static method in class com.landawn.abacus.util.N
-
Returns the maximum value in an array.
- max(short[], int, int) - Static method in class com.landawn.abacus.util.N
-
- max(int...) - Static method in class com.landawn.abacus.util.N
-
Returns the maximum value in an array.
- max(int[], int, int) - Static method in class com.landawn.abacus.util.N
-
- max(long...) - Static method in class com.landawn.abacus.util.N
-
Returns the maximum value in an array.
- max(long[], int, int) - Static method in class com.landawn.abacus.util.N
-
- max(float...) - Static method in class com.landawn.abacus.util.N
-
Returns the maximum value in an array.
- max(float[], int, int) - Static method in class com.landawn.abacus.util.N
-
- max(double...) - Static method in class com.landawn.abacus.util.N
-
Returns the maximum value in an array.
- max(double[], int, int) - Static method in class com.landawn.abacus.util.N
-
- max(T[]) - Static method in class com.landawn.abacus.util.N
-
Returns the maximum element in the array.
- max(T[], int, int) - Static method in class com.landawn.abacus.util.N
-
- max(T[], Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
-
Returns the maximum element in the array.
- max(T[], int, int, Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
-
- max(Collection<? extends T>) - Static method in class com.landawn.abacus.util.N
-
- max(Collection<? extends T>, int, int) - Static method in class com.landawn.abacus.util.N
-
- max(Collection<? extends T>, Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
-
- max(Collection<? extends T>, int, int, Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
-
Returns the maximum element in the collection.
- max() - Static method in class com.landawn.abacus.util.stream.Collectors
-
- max(Comparator<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- MAX - Static variable in class com.landawn.abacus.util.WD
-
Field MAX.
- MAX_DATE - Static variable in class com.landawn.abacus.http.HttpUtil.HttpDate
-
The last four-digit year: "Fri, 31 Dec 9999 23:59:59 GMT".
- MAX_FORWARDS - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Max-Forwards header field name.
- MAX_MEMORY_IN_MB - Static variable in class com.landawn.abacus.util.IOUtil
-
- maxAll(T[]) - Static method in class com.landawn.abacus.util.N
-
- maxAll(T[], Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
-
- maxAll(Collection<? extends T>) - Static method in class com.landawn.abacus.util.N
-
- maxAll(Collection<? extends T>, Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
-
- maxAll(Iterator<? extends T>) - Static method in class com.landawn.abacus.util.N
-
- maxAll(Iterator<? extends T>, Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
-
- maxAll() - Static method in class com.landawn.abacus.util.stream.Collectors
-
It's copied from StreamEx: https://github.com/amaembo/streamex under Apache License v2 and may be modified.
- maxAll(Comparator<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
It's copied from StreamEx: https://github.com/amaembo/streamex under Apache License v2 and may be modified.
- maxAll(Comparator<? super T>, int) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- maxAll(boolean) - Static method in class com.landawn.abacus.util.stream.Collectors
-
Use occurrences to save the count of largest objects if areAllLargestSame = true(e.g.
- maxAll(int, boolean) - Static method in class com.landawn.abacus.util.stream.Collectors
-
Use occurrences to save the count of largest objects if areAllLargestSame = true(e.g.
- maxAll(Comparator<? super T>, int, boolean) - Static method in class com.landawn.abacus.util.stream.Collectors
-
Use occurrences to save the count of largest objects if areAllLargestSame = true(e.g.
- maxAll(Collector<T, A, D>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
It's copied from StreamEx: https://github.com/amaembo/streamex under Apache License v2 and may be modified.
- maxAll(Comparator<? super T>, Collector<? super T, A, D>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
It's copied from StreamEx: https://github.com/amaembo/streamex under Apache License v2 and may be modified.
- maxAlll(Collector<T, A, D>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- maxAlll(Comparator<? super T>, Collector<? super T, A, D>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- maxAlll(Comparator<? super T>, Collector<? super T, A, D>, Function<Pair<u.Optional<T>, D>, R>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- maxBy(Function<? super T, ? extends Comparable>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- maxBy(Function<? super T, ? extends Comparable>) - Static method in class com.landawn.abacus.util.Fn.BinaryOperators
-
- maxBy(T[], Function<? super T, ? extends Comparable>) - Static method in class com.landawn.abacus.util.Iterables
-
Returns Nullable.empty() if the specified Array/Collection is null or empty.
- maxBy(Collection<? extends T>, Function<? super T, ? extends Comparable>) - Static method in class com.landawn.abacus.util.Iterables
-
Returns Nullable.empty() if the specified Array/Collection is null or empty.
- maxBy(Iterator<? extends T>, Function<? super T, ? extends Comparable>) - Static method in class com.landawn.abacus.util.Iterables
-
Returns Nullable.empty() if the specified Array/Collection is null or empty.
- maxBy(Function<? super T, ? extends Comparable>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- maxByKey() - Static method in class com.landawn.abacus.util.Fn.BinaryOperators
-
- maxByOrGet(Function<? super T, ? extends Comparable>, Supplier<? extends T>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- maxByOrThrow(Function<? super T, ? extends Comparable>, Supplier<? extends X>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- maxByOrThrow(Function<? super T, ? extends Comparable>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- maxByValue() - Static method in class com.landawn.abacus.util.Fn.BinaryOperators
-
- maxFirst(T, T) - Static method in enum com.landawn.abacus.util.MergeResult
-
- maxFirst(T, T, Comparator<? super T>) - Static method in enum com.landawn.abacus.util.MergeResult
-
- maxFirst() - Static method in enum com.landawn.abacus.util.MergeResult
-
- maxFirst(Comparator<? super T>) - Static method in enum com.landawn.abacus.util.MergeResult
-
- maxForNonEmpty() - Static method in class com.landawn.abacus.util.stream.Collectors
-
- maxForNonEmpty(Comparator<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- maxOccurrences() - Method in class com.landawn.abacus.util.Multiset
-
- maxOrGet(Comparator<? super T>, Supplier<? extends T>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- maxOrThrow(Comparator<? super T>, Supplier<? extends X>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- maxOrThrow(Comparator<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- md2(byte[]) - Static method in class com.landawn.abacus.util.DigestUtil
-
Calculates the MD2 digest and returns the value as a 16 element byte[].
- md2(InputStream) - Static method in class com.landawn.abacus.util.DigestUtil
-
Calculates the MD2 digest and returns the value as a 16 element byte[].
- md2(String) - Static method in class com.landawn.abacus.util.DigestUtil
-
Calculates the MD2 digest and returns the value as a 16 element byte[].
- md2Base64(byte[]) - Static method in class com.landawn.abacus.util.DigestUtil
-
Calculates the MD2 digest and returns the value as a base64 encoded string.
- md2Base64(InputStream) - Static method in class com.landawn.abacus.util.DigestUtil
-
Calculates the MD2 digest and returns the value as a base64 encoded string.
- md2Base64(String) - Static method in class com.landawn.abacus.util.DigestUtil
-
Calculates the MD2 digest and returns the value as a base64 encoded string.
- md2Hex(byte[]) - Static method in class com.landawn.abacus.util.DigestUtil
-
Calculates the MD2 digest and returns the value as a 32 character hex string.
- md2Hex(InputStream) - Static method in class com.landawn.abacus.util.DigestUtil
-
Calculates the MD2 digest and returns the value as a 32 character hex string.
- md2Hex(String) - Static method in class com.landawn.abacus.util.DigestUtil
-
Calculates the MD2 digest and returns the value as a 32 character hex string.
- md5() - Static method in class com.landawn.abacus.guava.hash.Hashing
-
- md5(byte[]) - Static method in class com.landawn.abacus.util.DigestUtil
-
Calculates the MD5 digest and returns the value as a 16 element byte[].
- md5(InputStream) - Static method in class com.landawn.abacus.util.DigestUtil
-
Calculates the MD5 digest and returns the value as a 16 element byte[].
- md5(String) - Static method in class com.landawn.abacus.util.DigestUtil
-
Calculates the MD5 digest and returns the value as a 16 element byte[].
- md5Base64(byte[]) - Static method in class com.landawn.abacus.util.DigestUtil
-
Calculates the MD5 digest and returns the value as a base64 encoded string.
- md5Base64(InputStream) - Static method in class com.landawn.abacus.util.DigestUtil
-
Calculates the MD5 digest and returns the value as a base64 encoded string.
- md5Base64(String) - Static method in class com.landawn.abacus.util.DigestUtil
-
Calculates the MD5 digest and returns the value as a base64 encoded string.
- md5Hex(byte[]) - Static method in class com.landawn.abacus.util.DigestUtil
-
Calculates the MD5 digest and returns the value as a 32 character hex string.
- md5Hex(InputStream) - Static method in class com.landawn.abacus.util.DigestUtil
-
Calculates the MD5 digest and returns the value as a 32 character hex string.
- md5Hex(String) - Static method in class com.landawn.abacus.util.DigestUtil
-
Calculates the MD5 digest and returns the value as a 32 character hex string.
- mean(int, int) - Static method in class com.landawn.abacus.util.Numbers
-
Returns the arithmetic mean of x and y, rounded towards
negative infinity.
- mean(long, long) - Static method in class com.landawn.abacus.util.Numbers
-
Returns the arithmetic mean of x and y, rounded toward negative infinity.
- mean(double, double) - Static method in class com.landawn.abacus.util.Numbers
-
- mean(int...) - Static method in class com.landawn.abacus.util.Numbers
-
- mean(long...) - Static method in class com.landawn.abacus.util.Numbers
-
- mean(double...) - Static method in class com.landawn.abacus.util.Numbers
-
- median(T[]) - Static method in class com.landawn.abacus.util.Iterables
-
Returns Nullable.empty() if the specified Array/Collection is null or empty.
- median(Collection<? extends T>) - Static method in class com.landawn.abacus.util.Iterables
-
Returns Nullable.empty() if the specified Array/Collection is null or empty.
- median(T[], Comparator<? super T>) - Static method in class com.landawn.abacus.util.Iterables
-
Returns Nullable.empty() if the specified Array/Collection is null or empty.
- median(Collection<? extends T>, Comparator<? super T>) - Static method in class com.landawn.abacus.util.Iterables
-
Returns Nullable.empty() if the specified Array/Collection is null or empty.
- Median - 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
-
- medianBy(T[], Function<? super T, ? extends Comparable>) - Static method in class com.landawn.abacus.util.Iterables
-
Returns Nullable.empty() if the specified Array/Collection is null or empty.
- medianBy(Collection<? extends T>, Function<? super T, ? extends Comparable>) - Static method in class com.landawn.abacus.util.Iterables
-
Returns Nullable.empty() if the specified Array/Collection is null or empty.
- MediaType - Enum in com.landawn.abacus.util
-
The Enum MediaType.
- memoize(Throwables.Supplier<T, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
Returns a Supplier which returns a single instance created by calling the specified supplier.get().
- memoize(Supplier<T>) - Static method in class com.landawn.abacus.util.Fn
-
Returns a Supplier which returns a single instance created by calling the specified supplier.get().
- memoize(Function<? super T, ? extends R>) - Static method in class com.landawn.abacus.util.Fn
-
- merge(DataSet) - Method in interface com.landawn.abacus.DataSet
-
Returns a new DataSet by appending the specified from DataSet into this DataSet.
- merge(DataSet, Collection<String>) - Method in interface com.landawn.abacus.DataSet
-
Returns a new DataSet by appending the specified from DataSet into this DataSet.
- merge(DataSet, int, int) - Method in interface com.landawn.abacus.DataSet
-
Returns a new DataSet by appending the specified from DataSet from fromRowIndex to toRowIndex into this DataSet.
- merge(DataSet, Collection<String>, int, int) - Method in interface com.landawn.abacus.DataSet
-
Returns a new DataSet by appending the specified columnNames in from DataSet from fromRowIndex to toRowIndex into this DataSet.
- merge(DataSet, DataSet) - Method in interface com.landawn.abacus.DataSet
-
- merge(Collection<? extends DataSet>) - Method in interface com.landawn.abacus.DataSet
-
- merge(T[], T[], Throwables.BiFunction<? super T, ? super T, MergeResult, E>) - Static method in class com.landawn.abacus.util.ExceptionalStream
-
- merge(T[], T[], T[], Throwables.BiFunction<? super T, ? super T, MergeResult, E>) - Static method in class com.landawn.abacus.util.ExceptionalStream
-
- merge(Collection<? extends T>, Collection<? extends T>, Throwables.BiFunction<? super T, ? super T, MergeResult, E>) - Static method in class com.landawn.abacus.util.ExceptionalStream
-
- merge(Collection<? extends T>, Collection<? extends T>, Collection<? extends T>, Throwables.BiFunction<? super T, ? super T, MergeResult, E>) - Static method in class com.landawn.abacus.util.ExceptionalStream
-
- merge(Iterator<? extends T>, Iterator<? extends T>, Throwables.BiFunction<? super T, ? super T, MergeResult, E>) - Static method in class com.landawn.abacus.util.ExceptionalStream
-
- merge(Iterator<? extends T>, Iterator<? extends T>, Iterator<? extends T>, Throwables.BiFunction<? super T, ? super T, MergeResult, E>) - Static method in class com.landawn.abacus.util.ExceptionalStream
-
- merge(ExceptionalStream<? extends T, E>, ExceptionalStream<? extends T, E>, Throwables.BiFunction<? super T, ? super T, MergeResult, E>) - Static method in class com.landawn.abacus.util.ExceptionalStream
-
- merge(ExceptionalStream<? extends T, E>, ExceptionalStream<? extends T, E>, ExceptionalStream<? extends T, E>, Throwables.BiFunction<? super T, ? super T, MergeResult, E>) - Static method in class com.landawn.abacus.util.ExceptionalStream
-
- merge(T[], T[], Throwables.BiFunction<? super T, ? super T, MergeResult, RuntimeException>) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
-
Deprecated.
- merge(T[], T[], T[], Throwables.BiFunction<? super T, ? super T, MergeResult, RuntimeException>) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
-
Deprecated.
- merge(Collection<? extends T>, Collection<? extends T>, Throwables.BiFunction<? super T, ? super T, MergeResult, RuntimeException>) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
-
Deprecated.
- merge(Collection<? extends T>, Collection<? extends T>, Collection<? extends T>, Throwables.BiFunction<? super T, ? super T, MergeResult, RuntimeException>) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
-
Deprecated.
- merge(Iterator<? extends T>, Iterator<? extends T>, Throwables.BiFunction<? super T, ? super T, MergeResult, RuntimeException>) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
-
Deprecated.
- merge(Iterator<? extends T>, Iterator<? extends T>, Iterator<? extends T>, Throwables.BiFunction<? super T, ? super T, MergeResult, RuntimeException>) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
-
Deprecated.
- 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, MergeResult>) - Static method in class com.landawn.abacus.util.Iterators
-
- merge(Iterator<? extends T>, Iterator<? extends T>, BiFunction<? super T, ? super T, MergeResult>) - Static method in class com.landawn.abacus.util.Iterators
-
- merge(List<? extends Collection<? extends T>>, BiFunction<? super T, ? super T, MergeResult>) - Static method in class com.landawn.abacus.util.Iterators
-
- merge(Collection<? extends Iterator<? extends T>>, BiFunction<? super T, ? super T, MergeResult>) - Static method in class com.landawn.abacus.util.Iterators
-
- merge(Joiner) - Method in class com.landawn.abacus.util.Joiner
-
Adds the contents of the given StringJoiner without prefix and
suffix as the next element if it is non-empty.
- merge(K, V, Throwables.BiFunction<? super V, ? super V, ? extends V, X>) - Method in class com.landawn.abacus.util.Multimap
-
The implementation is equivalent to performing the following steps for this Multimap:
- merge(K, E, Throwables.BiFunction<? super V, ? super E, ? extends V, X>) - Method in class com.landawn.abacus.util.Multimap
-
The implementation is equivalent to performing the following steps for this Multimap:
- merge(T, int, Throwables.BiFunction<Integer, Integer, Integer, E>) - Method in class com.landawn.abacus.util.Multiset
-
The implementation is equivalent to performing the following steps for this Multiset:
- merge(T[], T[], Throwables.BiFunction<? super T, ? super T, MergeResult, E>) - Static method in class com.landawn.abacus.util.N
-
- merge(Collection<? extends T>, Collection<? extends T>, Throwables.BiFunction<? super T, ? super T, MergeResult, E>) - Static method in class com.landawn.abacus.util.N
-
- merge(Collection<? extends Collection<? extends T>>, BiFunction<? super T, ? super T, MergeResult>) - Static method in class com.landawn.abacus.util.N
-
- merge(Collection<? extends Collection<? extends T>>, BiFunction<? super T, ? super T, MergeResult>, IntFunction<? extends C>) - Static method in class com.landawn.abacus.util.N
-
- MERGE - Static variable in class com.landawn.abacus.util.WD
-
Field MERGE.
- mergeCollections(Collection<? extends Collection<? extends T>>, BiFunction<? super T, ? super T, MergeResult>) - Static method in class com.landawn.abacus.util.Iterators
-
- MergeResult - Enum in com.landawn.abacus.util
-
- mergeSorted(Collection<? extends T>, Collection<? extends T>) - Static method in class com.landawn.abacus.util.Iterators
-
- mergeSorted(Collection<? extends T>, Collection<? extends T>, Comparator<? super T>) - Static method in class com.landawn.abacus.util.Iterators
-
- mergeSorted(Iterator<? extends T>, Iterator<? extends T>) - Static method in class com.landawn.abacus.util.Iterators
-
- mergeSorted(Iterator<? extends T>, Iterator<? extends T>, Comparator<? super T>) - Static method in class com.landawn.abacus.util.Iterators
-
- mergeWith(Collection<? extends T>, Throwables.BiFunction<? super T, ? super T, MergeResult, E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- mergeWith(ExceptionalStream<? extends T, E>, Throwables.BiFunction<? super T, ? super T, MergeResult, E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- mergge(Collection<? extends Collection<? extends T>>, BiFunction<? super T, ? super T, MergeResult>) - Static method in class com.landawn.abacus.util.Iterators
-
- message() - Method in class com.landawn.abacus.http.HttpResponse
-
- METHOD_MASK - Static variable in class com.landawn.abacus.util.ClassUtil
-
- middle() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableTriple
-
- middle - Variable in class com.landawn.abacus.util.Triple
-
- MIN - Static variable in class com.landawn.abacus.util.Ascii
-
The minimum value of an ASCII character.
- min(Comparator<? super T>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- min() - Static method in class com.landawn.abacus.util.Fn.BinaryOperators
-
- min(Comparator<? super T>) - Static method in class com.landawn.abacus.util.Fn.BinaryOperators
-
- MIN - Static variable in class com.landawn.abacus.util.Fn.FnB.ByteBinaryOperators
-
- MIN - Static variable in class com.landawn.abacus.util.Fn.FnC.CharBinaryOperators
-
- MIN - Static variable in class com.landawn.abacus.util.Fn.FnD.DoubleBinaryOperators
-
- MIN - Static variable in class com.landawn.abacus.util.Fn.FnF.FloatBinaryOperators
-
- MIN - Static variable in class com.landawn.abacus.util.Fn.FnI.IntBinaryOperators
-
- MIN - Static variable in class com.landawn.abacus.util.Fn.FnL.LongBinaryOperators
-
- MIN - Static variable in class com.landawn.abacus.util.Fn.FnS.ShortBinaryOperators
-
- 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(char...) - Static method in class com.landawn.abacus.util.Iterables
-
Returns OptionalChar.empty() if the specified Array/Collection is null or empty.
- min(byte...) - Static method in class com.landawn.abacus.util.Iterables
-
Returns OptionalByte.empty() if the specified Array/Collection is null or empty.
- min(short...) - Static method in class com.landawn.abacus.util.Iterables
-
Returns OptionalShort.empty() if the specified Array/Collection is null or empty.
- min(int...) - Static method in class com.landawn.abacus.util.Iterables
-
Returns OptionalInt.empty() if the specified Array/Collection is null or empty.
- min(long...) - Static method in class com.landawn.abacus.util.Iterables
-
Returns OptionalLong.empty() if the specified Array/Collection is null or empty.
- min(float...) - Static method in class com.landawn.abacus.util.Iterables
-
Returns OptionalFloat.empty() if the specified Array/Collection is null or empty.
- min(double...) - Static method in class com.landawn.abacus.util.Iterables
-
Returns OptionalDouble.empty() if the specified Array/Collection is null or empty.
- min(T[]) - Static method in class com.landawn.abacus.util.Iterables
-
Returns Nullable.empty() if the specified Array/Collection is null or empty.
- min(T[], Comparator<? super T>) - Static method in class com.landawn.abacus.util.Iterables
-
Returns Nullable.empty() if the specified Array/Collection is null or empty.
- min(Collection<? extends T>) - Static method in class com.landawn.abacus.util.Iterables
-
Returns Nullable.empty() if the specified Array/Collection is null or empty.
- min(Collection<? extends T>, Comparator<? super T>) - Static method in class com.landawn.abacus.util.Iterables
-
Returns Nullable.empty() if the specified Array/Collection is null or empty.
- min(Iterator<? extends T>) - Static method in class com.landawn.abacus.util.Iterables
-
Returns Nullable.empty() if the specified Array/Collection is null or empty.
- min(Iterator<? extends T>, Comparator<? super T>) - Static method in class com.landawn.abacus.util.Iterables
-
Returns Nullable.empty() if the specified Array/Collection is null or empty.
- min(char, char) - Static method in class com.landawn.abacus.util.N
-
Gets the minimum of two char values.
- min(byte, byte) - Static method in class com.landawn.abacus.util.N
-
Gets the minimum of two byte values.
- min(short, short) - Static method in class com.landawn.abacus.util.N
-
Gets the minimum of two short values.
- min(int, int) - Static method in class com.landawn.abacus.util.N
-
Gets the minimum of two int values.
- min(long, long) - Static method in class com.landawn.abacus.util.N
-
Gets the minimum of two long values.
- min(float, float) - Static method in class com.landawn.abacus.util.N
-
Gets the minimum of two float values.
- min(double, double) - Static method in class com.landawn.abacus.util.N
-
Gets the minimum of two double values.
- min(T, T) - Static method in class com.landawn.abacus.util.N
-
- min(T, T, Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
-
- min(char, char, char) - Static method in class com.landawn.abacus.util.N
-
Gets the minimum of three char values.
- min(byte, byte, byte) - Static method in class com.landawn.abacus.util.N
-
Gets the minimum of three byte values.
- min(short, short, short) - Static method in class com.landawn.abacus.util.N
-
Gets the minimum of three short values.
- min(int, int, int) - Static method in class com.landawn.abacus.util.N
-
Gets the minimum of three int values.
- min(long, long, long) - Static method in class com.landawn.abacus.util.N
-
Gets the minimum of three long values.
- min(float, float, float) - Static method in class com.landawn.abacus.util.N
-
Gets the minimum of three float values.
- min(double, double, double) - Static method in class com.landawn.abacus.util.N
-
Gets the minimum of three double values.
- min(T, T, T) - Static method in class com.landawn.abacus.util.N
-
- min(T, T, T, Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
-
- min(char...) - Static method in class com.landawn.abacus.util.N
-
Returns the minimum value in an array.
- min(char[], int, int) - Static method in class com.landawn.abacus.util.N
-
- min(byte...) - Static method in class com.landawn.abacus.util.N
-
Returns the minimum value in an array.
- min(byte[], int, int) - Static method in class com.landawn.abacus.util.N
-
- min(short...) - Static method in class com.landawn.abacus.util.N
-
Returns the minimum value in an array.
- min(short[], int, int) - Static method in class com.landawn.abacus.util.N
-
- min(int...) - Static method in class com.landawn.abacus.util.N
-
Returns the minimum value in an array.
- min(int[], int, int) - Static method in class com.landawn.abacus.util.N
-
- min(long...) - Static method in class com.landawn.abacus.util.N
-
Returns the minimum value in an array.
- min(long[], int, int) - Static method in class com.landawn.abacus.util.N
-
- min(float...) - Static method in class com.landawn.abacus.util.N
-
Returns the minimum value in an array.
- min(float[], int, int) - Static method in class com.landawn.abacus.util.N
-
- min(double...) - Static method in class com.landawn.abacus.util.N
-
Returns the minimum value in an array.
- min(double[], int, int) - Static method in class com.landawn.abacus.util.N
-
- min(T[]) - Static method in class com.landawn.abacus.util.N
-
Returns the minimum element in the array.
- min(T[], int, int) - Static method in class com.landawn.abacus.util.N
-
- min(T[], Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
-
Returns the minimum element in the array.
- min(T[], int, int, Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
-
- min(Collection<? extends T>) - Static method in class com.landawn.abacus.util.N
-
- min(Collection<? extends T>, int, int) - Static method in class com.landawn.abacus.util.N
-
- min(Collection<? extends T>, Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
-
- min(Collection<? extends T>, int, int, Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
-
Returns the minimum element in the collection.
- min() - Static method in class com.landawn.abacus.util.stream.Collectors
-
- min(Comparator<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- MIN - Static variable in class com.landawn.abacus.util.WD
-
Field MIN.
- minAll(T[]) - Static method in class com.landawn.abacus.util.N
-
- minAll(T[], Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
-
- minAll(Collection<T>) - Static method in class com.landawn.abacus.util.N
-
- minAll(Collection<T>, Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
-
- minAll(Iterator<? extends T>) - Static method in class com.landawn.abacus.util.N
-
- minAll(Iterator<? extends T>, Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
-
- minAll() - Static method in class com.landawn.abacus.util.stream.Collectors
-
It's copied from StreamEx: https://github.com/amaembo/streamex under Apache License v2 and may be modified.
- minAll(Comparator<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
It's copied from StreamEx: https://github.com/amaembo/streamex under Apache License v2 and may be modified.
- minAll(Comparator<? super T>, int) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- minAll(boolean) - Static method in class com.landawn.abacus.util.stream.Collectors
-
Use occurrences to save the count of largest objects if areAllSmallestSame = true(e.g.
- minAll(int, boolean) - Static method in class com.landawn.abacus.util.stream.Collectors
-
Use occurrences to save the count of largest objects if areAllSmallestSame = true(e.g.
- minAll(Comparator<? super T>, int, boolean) - Static method in class com.landawn.abacus.util.stream.Collectors
-
Use occurrences to save the count of largest objects if areAllSmallestSame = true(e.g.
- minAll(Collector<T, A, D>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
It's copied from StreamEx: https://github.com/amaembo/streamex under Apache License v2 and may be modified.
- minAll(Comparator<? super T>, Collector<T, A, D>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
It's copied from StreamEx: https://github.com/amaembo/streamex under Apache License v2 and may be modified.
- minAlll(Collector<T, A, D>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- minAlll(Comparator<? super T>, Collector<? super T, A, D>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- minAlll(Comparator<? super T>, Collector<? super T, A, D>, Function<Pair<u.Optional<T>, D>, R>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- minBy(Function<? super T, ? extends Comparable>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- minBy(Function<? super T, ? extends Comparable>) - Static method in class com.landawn.abacus.util.Fn.BinaryOperators
-
- minBy(T[], Function<? super T, ? extends Comparable>) - Static method in class com.landawn.abacus.util.Iterables
-
Returns Nullable.empty() if the specified Array/Collection is null or empty.
- minBy(Collection<? extends T>, Function<? super T, ? extends Comparable>) - Static method in class com.landawn.abacus.util.Iterables
-
Returns Nullable.empty() if the specified Array/Collection is null or empty.
- minBy(Iterator<? extends T>, Function<? super T, ? extends Comparable>) - Static method in class com.landawn.abacus.util.Iterables
-
Returns Nullable.empty() if the specified Array/Collection is null or empty.
- minBy(Function<? super T, ? extends Comparable>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- minByKey() - Static method in class com.landawn.abacus.util.Fn.BinaryOperators
-
- minByOrGet(Function<? super T, ? extends Comparable>, Supplier<? extends T>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- minByOrThrow(Function<? super T, ? extends Comparable>, Supplier<? extends X>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- minByOrThrow(Function<? super T, ? extends Comparable>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- minByValue() - Static method in class com.landawn.abacus.util.Fn.BinaryOperators
-
- minFirst(T, T) - Static method in enum com.landawn.abacus.util.MergeResult
-
- minFirst(T, T, Comparator<? super T>) - Static method in enum com.landawn.abacus.util.MergeResult
-
- minFirst() - Static method in enum com.landawn.abacus.util.MergeResult
-
- minFirst(Comparator<? super T>) - Static method in enum com.landawn.abacus.util.MergeResult
-
- minForNonEmpty() - Static method in class com.landawn.abacus.util.stream.Collectors
-
- minForNonEmpty(Comparator<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- minMax() - Static method in class com.landawn.abacus.util.stream.Collectors
-
- minMax(Comparator<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- minMax(Comparator<? super T>, BiFunction<? super T, ? super T, ? extends R>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
It's copied from StreamEx: https://github.com/amaembo/streamex under Apache License v2 and may be modified.
- minMaxBy(Function<? super T, ? extends Comparable>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- minMaxBy(Function<? super T, ? extends Comparable>, BiFunction<? super T, ? super T, ? extends R>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- minMaxForNonEmpty() - Static method in class com.landawn.abacus.util.stream.Collectors
-
- minMaxForNonEmpty(Comparator<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- minOccurrences() - Method in class com.landawn.abacus.util.Multiset
-
- minOrGet(Comparator<? super T>, Supplier<? extends T>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- minOrThrow(Comparator<? super T>, Supplier<? extends X>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- minOrThrow(Comparator<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- minus(Duration) - Method in class com.landawn.abacus.util.Duration
-
- MINUS - Static variable in class com.landawn.abacus.util.WD
-
Field MINUS.
- minusDays(long) - Method in class com.landawn.abacus.util.Duration
-
- minusHours(long) - Method in class com.landawn.abacus.util.Duration
-
- minusMillis(long) - Method in class com.landawn.abacus.util.Duration
-
- minusMinutes(long) - Method in class com.landawn.abacus.util.Duration
-
- minusSeconds(long) - Method in class com.landawn.abacus.util.Duration
-
- missCount() - Method in class com.landawn.abacus.pool.AbstractPool
-
- missCount() - Method in interface com.landawn.abacus.pool.Pool
-
- mkdirIfNotExists(File) - Static method in class com.landawn.abacus.util.IOUtil
-
- mkdirsIfNotExists(File) - Static method in class com.landawn.abacus.util.IOUtil
-
- mod(int, int) - Static method in class com.landawn.abacus.util.Numbers
-
Returns x mod m, a non-negative value less than m.
- mod(long, int) - Static method in class com.landawn.abacus.util.Numbers
-
Returns x mod m, a non-negative value less than m.
- mod(long, long) - Static method in class com.landawn.abacus.util.Numbers
-
Returns x mod m, a non-negative value less than m.
- MOD - Static variable in class com.landawn.abacus.util.WD
-
Field MOD.
- MoreExecutors - Class in com.landawn.abacus.util
-
- MoreExecutors() - Constructor for class com.landawn.abacus.util.MoreExecutors
-
- move(File, File) - Static method in class com.landawn.abacus.guava.Files
-
- move(File, File) - Static method in class com.landawn.abacus.util.IOUtil
-
- moveColumn(String, int) - Method in interface com.landawn.abacus.DataSet
-
- moveColumns(Map<String, Integer>) - Method in interface com.landawn.abacus.DataSet
-
- moveRange(boolean[], int, int, int) - Static method in class com.landawn.abacus.util.N
-
- moveRange(char[], int, int, int) - Static method in class com.landawn.abacus.util.N
-
- moveRange(byte[], int, int, int) - Static method in class com.landawn.abacus.util.N
-
- moveRange(short[], int, int, int) - Static method in class com.landawn.abacus.util.N
-
- moveRange(int[], int, int, int) - Static method in class com.landawn.abacus.util.N
-
- moveRange(long[], int, int, int) - Static method in class com.landawn.abacus.util.N
-
- moveRange(float[], int, int, int) - Static method in class com.landawn.abacus.util.N
-
- moveRange(double[], int, int, int) - Static method in class com.landawn.abacus.util.N
-
- moveRange(T[], int, int, int) - Static method in class com.landawn.abacus.util.N
-
- moveRange(List<T>, int, int, int) - Static method in class com.landawn.abacus.util.N
-
- moveRange(String, int, int, int) - Static method in class com.landawn.abacus.util.N
-
- moveRow(int, int) - Method in interface com.landawn.abacus.DataSet
-
Move the specified row to the new position.
- MultiLoopsStatistics(long, long, long, long, int) - Constructor for class com.landawn.abacus.util.Profiler.MultiLoopsStatistics
-
Instantiates a new multi loops statistics.
- MultiLoopsStatistics(long, long, long, long, int, List<Profiler.LoopStatistics>) - Constructor for class com.landawn.abacus.util.Profiler.MultiLoopsStatistics
-
Instantiates a new multi loops statistics.
- Multimap<K,E,V extends Collection<E>> - Class in com.landawn.abacus.util
-
Similar to
Map, but in which each key may be associated with
multiple values.
- multipliedBy(long) - Method in class com.landawn.abacus.util.Duration
-
- multipliedBy(Fraction) - Method in class com.landawn.abacus.util.Fraction
-
Multiplies the value of this fraction by another, returning the result in reduced form.
- multiplyExact(int, int) - Static method in class com.landawn.abacus.util.Numbers
-
Returns the product of a and b, provided it does not overflow.
- multiplyExact(long, long) - Static method in class com.landawn.abacus.util.Numbers
-
Returns the product of a and b, provided it does not overflow.
- Multiset<T> - Class in com.landawn.abacus.util
-
A collection that supports order-independent equality, like
Set, but
may have duplicate elements.
- Multiset() - Constructor for class com.landawn.abacus.util.Multiset
-
- Multiset(int) - Constructor for class com.landawn.abacus.util.Multiset
-
- Multiset(Collection<? extends T>) - Constructor for class com.landawn.abacus.util.Multiset
-
- Multiset(Class<? extends Map>) - Constructor for class com.landawn.abacus.util.Multiset
-
- Multiset(Supplier<? extends Map<T, ?>>) - Constructor for class com.landawn.abacus.util.Multiset
-
- murmur3_128(int) - Static method in class com.landawn.abacus.guava.hash.Hashing
-
- murmur3_128() - Static method in class com.landawn.abacus.guava.hash.Hashing
-
- murmur3_32(int) - Static method in class com.landawn.abacus.guava.hash.Hashing
-
- murmur3_32() - Static method in class com.landawn.abacus.guava.hash.Hashing
-
- Mutable - Annotation Type in com.landawn.abacus.annotation
-
- Mutable - Interface in com.landawn.abacus.util
-
Note: it's copied from Apache Commons Lang developed at The Apache Software Foundation (http://www.apache.org/), or
under the Apache License 2.0.
- MutableBoolean - Class in com.landawn.abacus.util
-
Note: it's copied from Apache Commons Lang developed at The Apache Software Foundation (http://www.apache.org/), or
under the Apache License 2.0.
- MutableByte - Class in com.landawn.abacus.util
-
Note: it's copied from Apache Commons Lang developed at The Apache Software Foundation (http://www.apache.org/), or
under the Apache License 2.0.
- MutableChar - Class in com.landawn.abacus.util
-
Note: it's copied from Apache Commons Lang developed at The Apache Software Foundation (http://www.apache.org/), or
under the Apache License 2.0.
- MutableDouble - Class in com.landawn.abacus.util
-
Note: it's copied from Apache Commons Lang developed at The Apache Software Foundation (http://www.apache.org/), or
under the Apache License 2.0.
- MutableFloat - Class in com.landawn.abacus.util
-
Note: it's copied from Apache Commons Lang developed at The Apache Software Foundation (http://www.apache.org/), or
under the Apache License 2.0.
- MutableInt - Class in com.landawn.abacus.util
-
Note: it's copied from Apache Commons Lang developed at The Apache Software Foundation (http://www.apache.org/), or
under the Apache License 2.0.
- MutableLong - Class in com.landawn.abacus.util
-
Note: it's copied from Apache Commons Lang developed at The Apache Software Foundation (http://www.apache.org/), or
under the Apache License 2.0.
- MutableShort - Class in com.landawn.abacus.util
-
Note: it's copied from Apache Commons Lang developed at The Apache Software Foundation (http://www.apache.org/), or
under the Apache License 2.0.
- ObjBooleanConsumer<T> - Interface in com.landawn.abacus.util.function
-
- ObjByteConsumer<T> - Interface in com.landawn.abacus.util.function
-
- ObjCharConsumer<T> - Interface in com.landawn.abacus.util.function
-
- ObjDoubleConsumer<T> - Interface in com.landawn.abacus.util.function
-
- OBJECT_ARRAY_COMPARATOR - Static variable in class com.landawn.abacus.util.Comparators
-
- OBJECT_LIST - Static variable in class com.landawn.abacus.util.Clazz
-
- OBJECT_SET - Static variable in class com.landawn.abacus.util.Clazz
-
- ObjectNotFoundException - Exception in com.landawn.abacus.exception
-
- ObjectNotFoundException() - Constructor for exception com.landawn.abacus.exception.ObjectNotFoundException
-
Constructor for EntityNotFoundException.
- ObjectNotFoundException(String) - Constructor for exception com.landawn.abacus.exception.ObjectNotFoundException
-
Constructor for EntityNotFoundException.
- ObjectNotFoundException(String, Throwable) - Constructor for exception com.landawn.abacus.exception.ObjectNotFoundException
-
Constructor for EntityNotFoundException.
- ObjectNotFoundException(Throwable) - Constructor for exception com.landawn.abacus.exception.ObjectNotFoundException
-
Constructor for EntityNotFoundException.
- Objectory - Class in com.landawn.abacus.util
-
- Objectory() - Constructor for class com.landawn.abacus.util.Objectory
-
- ObjectPool<E extends Poolable> - Interface in com.landawn.abacus.pool
-
- ObjectPool<K,V> - Class in com.landawn.abacus.util
-
It's is a multiple-thread safety map with fixed size.
- ObjectPool(int) - Constructor for class com.landawn.abacus.util.ObjectPool
-
- ObjectPool.MemoryMeasure<E> - Interface in com.landawn.abacus.pool
-
The Interface MemoryMeasure.
- ObjFloatConsumer<T> - Interface in com.landawn.abacus.util.function
-
- ObjIntConsumer<T> - Interface in com.landawn.abacus.util.function
-
- ObjIterator<T> - Class in com.landawn.abacus.util
-
- ObjIterator() - Constructor for class com.landawn.abacus.util.ObjIterator
-
- ObjLongConsumer<T> - Interface in com.landawn.abacus.util.function
-
- ObjShortConsumer<T> - Interface in com.landawn.abacus.util.function
-
- observe(Consumer<? super T>) - Method in class com.landawn.abacus.util.Observer
-
- observe(Consumer<? super T>, Consumer<? super Exception>) - Method in class com.landawn.abacus.util.Observer
-
- observe(Consumer<? super T>, Consumer<? super Exception>, Runnable) - Method in class com.landawn.abacus.util.Observer
-
- Observer<T> - Class in com.landawn.abacus.util
-
- occurrencesMap(T[]) - Static method in class com.landawn.abacus.util.N
-
- occurrencesMap(T[], Supplier<Map<T, Integer>>) - Static method in class com.landawn.abacus.util.N
-
- occurrencesMap(Collection<T>) - Static method in class com.landawn.abacus.util.N
-
- occurrencesMap(Collection<T>, Supplier<Map<T, Integer>>) - Static method in class com.landawn.abacus.util.N
-
- occurrencesMap(Iterator<T>) - Static method in class com.landawn.abacus.util.N
-
- occurrencesMap(Iterator<T>, Supplier<Map<T, Integer>>) - Static method in class com.landawn.abacus.util.N
-
- occurrencesOf(Object) - Method in class com.landawn.abacus.util.Multiset
-
- occurrencesOf(boolean[], boolean) - Static method in class com.landawn.abacus.util.N
-
- occurrencesOf(char[], char) - Static method in class com.landawn.abacus.util.N
-
- occurrencesOf(byte[], byte) - Static method in class com.landawn.abacus.util.N
-
- occurrencesOf(short[], short) - Static method in class com.landawn.abacus.util.N
-
- occurrencesOf(int[], int) - Static method in class com.landawn.abacus.util.N
-
- occurrencesOf(long[], long) - Static method in class com.landawn.abacus.util.N
-
- occurrencesOf(float[], float) - Static method in class com.landawn.abacus.util.N
-
- occurrencesOf(double[], double) - Static method in class com.landawn.abacus.util.N
-
- occurrencesOf(Object[], Object) - Static method in class com.landawn.abacus.util.N
-
- occurrencesOf(Collection<?>, Object) - Static method in class com.landawn.abacus.util.N
-
- occurrencesOf(Iterator<?>, Object) - Static method in class com.landawn.abacus.util.N
-
- occurrencesOf(String, String) - Static method in class com.landawn.abacus.util.N
-
- occurrencesOf(String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
- of(String, Object) - Static method in interface com.landawn.abacus.EntityId
-
- of(String, String, Object) - Static method in interface com.landawn.abacus.EntityId
-
- of(String, Object, String, Object) - Static method in interface com.landawn.abacus.EntityId
-
- of(String, String, Object, String, Object) - Static method in interface com.landawn.abacus.EntityId
-
- of(String, Object, String, Object, String, Object) - Static method in interface com.landawn.abacus.EntityId
-
- of(String, String, Object, String, Object, String, Object) - Static method in interface com.landawn.abacus.EntityId
-
- of(Map<String, ?>) - Static method in class com.landawn.abacus.http.HttpHeaders
-
- of(Feature...) - Static method in class com.landawn.abacus.parser.Fj.DeserializeConfig.FDC
-
- of(SerializeFilter...) - Static method in class com.landawn.abacus.parser.Fj.SerializeConfig.FSC
-
- of(SerializerFeature...) - Static method in class com.landawn.abacus.parser.Fj.SerializeConfig.FSC
-
- of(Class<?>) - Static method in class com.landawn.abacus.parser.JSONDeserializationConfig.JDC
-
Deprecated.
- of(Class<?>, Class<?>) - Static method in class com.landawn.abacus.parser.JSONDeserializationConfig.JDC
-
Deprecated.
- of(boolean, Map<Class<?>, Collection<String>>) - Static method in class com.landawn.abacus.parser.JSONDeserializationConfig.JDC
-
Deprecated.
- of(Class<?>, boolean, Map<Class<?>, Collection<String>>) - Static method in class com.landawn.abacus.parser.JSONDeserializationConfig.JDC
-
Deprecated.
- of(Class<?>, Class<?>, boolean, Map<Class<?>, Collection<String>>) - Static method in class com.landawn.abacus.parser.JSONDeserializationConfig.JDC
-
Deprecated.
- of(Class<?>, Class<?>, Class<?>, boolean, Map<Class<?>, Collection<String>>) - Static method in class com.landawn.abacus.parser.JSONDeserializationConfig.JDC
-
Deprecated.
- of(boolean, boolean) - Static method in class com.landawn.abacus.parser.JSONSerializationConfig.JSC
-
Deprecated.
- of(DateTimeFormat) - Static method in class com.landawn.abacus.parser.JSONSerializationConfig.JSC
-
Deprecated.
- of(Exclusion, Map<Class<?>, Collection<String>>) - Static method in class com.landawn.abacus.parser.JSONSerializationConfig.JSC
-
Deprecated.
- of(boolean, boolean, DateTimeFormat, Exclusion, Map<Class<?>, Collection<String>>) - Static method in class com.landawn.abacus.parser.JSONSerializationConfig.JSC
-
Deprecated.
- of(boolean) - Static method in class com.landawn.abacus.parser.KryoSerializationConfig.KSC
-
Deprecated.
- of(Exclusion, Map<Class<?>, Collection<String>>) - Static method in class com.landawn.abacus.parser.KryoSerializationConfig.KSC
-
Deprecated.
- of(boolean, Exclusion, Map<Class<?>, Collection<String>>) - Static method in class com.landawn.abacus.parser.KryoSerializationConfig.KSC
-
Deprecated.
- of(Class<?>) - Static method in class com.landawn.abacus.parser.XMLDeserializationConfig.XDC
-
Deprecated.
- of(Class<?>, Class<?>) - Static method in class com.landawn.abacus.parser.XMLDeserializationConfig.XDC
-
Deprecated.
- of(boolean, Map<Class<?>, Collection<String>>) - Static method in class com.landawn.abacus.parser.XMLDeserializationConfig.XDC
-
Deprecated.
- of(Class<?>, boolean, Map<Class<?>, Collection<String>>) - Static method in class com.landawn.abacus.parser.XMLDeserializationConfig.XDC
-
Deprecated.
- of(Class<?>, Class<?>, boolean, Map<Class<?>, Collection<String>>) - Static method in class com.landawn.abacus.parser.XMLDeserializationConfig.XDC
-
Deprecated.
- of(Class<?>, Class<?>, Class<?>, boolean, Map<Class<?>, Collection<String>>) - Static method in class com.landawn.abacus.parser.XMLDeserializationConfig.XDC
-
Deprecated.
- of(boolean, boolean) - Static method in class com.landawn.abacus.parser.XMLSerializationConfig.XSC
-
Deprecated.
- of(DateTimeFormat) - Static method in class com.landawn.abacus.parser.XMLSerializationConfig.XSC
-
Deprecated.
- of(Exclusion, Map<Class<?>, Collection<String>>) - Static method in class com.landawn.abacus.parser.XMLSerializationConfig.XSC
-
Deprecated.
- of(boolean, boolean, DateTimeFormat, Exclusion, Map<Class<?>, Collection<String>>) - Static method in class com.landawn.abacus.parser.XMLSerializationConfig.XSC
-
Deprecated.
- of(T) - Static method in class com.landawn.abacus.pool.PoolableWrapper
-
Wrap the the source object with Long.MAX_VALUE liveTime and Long.MAX_VALUE maxIdleTime.
- of(T, long, long) - Static method in class com.landawn.abacus.pool.PoolableWrapper
-
Wrap the the source object with specified liveTime and maxIdleTime.
- of(boolean...) - Static method in class com.landawn.abacus.util.Array
-
Returns the input array.
- of(char...) - Static method in class com.landawn.abacus.util.Array
-
Returns the input array.
- of(byte...) - Static method in class com.landawn.abacus.util.Array
-
Returns the input array.
- of(short...) - Static method in class com.landawn.abacus.util.Array
-
Returns the input array.
- of(int...) - Static method in class com.landawn.abacus.util.Array
-
Returns the input array.
- of(long...) - Static method in class com.landawn.abacus.util.Array
-
Returns the input array.
- of(float...) - Static method in class com.landawn.abacus.util.Array
-
Returns the input array.
- of(double...) - Static method in class com.landawn.abacus.util.Array
-
Returns the input array.
- of(String...) - Static method in class com.landawn.abacus.util.Array
-
Returns the input array.
- of(T...) - Static method in class com.landawn.abacus.util.Array
-
Returns the input array.
- of(T...) - Static method in class com.landawn.abacus.util.Array
-
Returns the input array.
- of(T...) - Static method in class com.landawn.abacus.util.Array
-
Returns the input array.
- oF(T...) - Static method in class com.landawn.abacus.util.Array
-
- of(Map<K, V>) - Static method in class com.landawn.abacus.util.BiIterator
-
- of(Iterator<Map.Entry<K, V>>) - Static method in class com.landawn.abacus.util.BiIterator
-
- of(K, V) - Static method in class com.landawn.abacus.util.BiMap
-
- of(K, V, K, V) - Static method in class com.landawn.abacus.util.BiMap
-
- of(K, V, K, V, K, V) - Static method in class com.landawn.abacus.util.BiMap
-
- of(K, V, K, V, K, V, K, V) - Static method in class com.landawn.abacus.util.BiMap
-
- of(K, V, K, V, K, V, K, V, K, V) - Static method in class com.landawn.abacus.util.BiMap
-
- of(K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class com.landawn.abacus.util.BiMap
-
- of(K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class com.landawn.abacus.util.BiMap
-
- of(boolean...) - Static method in class com.landawn.abacus.util.BooleanIterator
-
- of(boolean[], int, int) - Static method in class com.landawn.abacus.util.BooleanIterator
-
- of(Supplier<? extends BooleanIterator>) - Static method in class com.landawn.abacus.util.BooleanIterator
-
Lazy evaluation.
- oF(Supplier<boolean[]>) - Static method in class com.landawn.abacus.util.BooleanIterator
-
Lazy evaluation.
- of(L) - Static method in class com.landawn.abacus.util.Builder
-
- of(C) - Static method in class com.landawn.abacus.util.Builder
-
- of(M) - Static method in class com.landawn.abacus.util.Builder
-
- of(Multiset<T>) - Static method in class com.landawn.abacus.util.Builder
-
- of(M) - Static method in class com.landawn.abacus.util.Builder
-
- of(DataSet) - Static method in class com.landawn.abacus.util.Builder
-
- of(T) - Static method in class com.landawn.abacus.util.Builder
-
- of(byte...) - Static method in class com.landawn.abacus.util.ByteIterator
-
- of(byte[], int, int) - Static method in class com.landawn.abacus.util.ByteIterator
-
- of(Supplier<? extends ByteIterator>) - Static method in class com.landawn.abacus.util.ByteIterator
-
Lazy evaluation.
- oF(Supplier<byte[]>) - Static method in class com.landawn.abacus.util.ByteIterator
-
Lazy evaluation.
- of(char...) - Static method in class com.landawn.abacus.util.CharIterator
-
- of(char[], int, int) - Static method in class com.landawn.abacus.util.CharIterator
-
- of(Supplier<? extends CharIterator>) - Static method in class com.landawn.abacus.util.CharIterator
-
Lazy evaluation.
- oF(Supplier<char[]>) - Static method in class com.landawn.abacus.util.CharIterator
-
Lazy evaluation.
- of(Class<? super T>) - Static method in class com.landawn.abacus.util.Clazz
-
- of(Map<? extends K1, ? extends V1>, Map<? extends K2, ? extends V2>) - Static method in class com.landawn.abacus.util.Difference.MapDifference
-
- of(Object, Object) - Static method in class com.landawn.abacus.util.Difference.MapDifference
-
- of(T1[], T2[]) - Static method in class com.landawn.abacus.util.Difference
-
- of(Collection<? extends T1>, Collection<? extends T2>) - Static method in class com.landawn.abacus.util.Difference
-
- of(double...) - Static method in class com.landawn.abacus.util.DoubleIterator
-
- of(double[], int, int) - Static method in class com.landawn.abacus.util.DoubleIterator
-
- of(Supplier<? extends DoubleIterator>) - Static method in class com.landawn.abacus.util.DoubleIterator
-
Lazy evaluation.
- oF(Supplier<double[]>) - Static method in class com.landawn.abacus.util.DoubleIterator
-
Lazy evaluation.
- of(T...) - Static method in class com.landawn.abacus.util.Enumerations
-
- of(Collection<? extends T>) - Static method in class com.landawn.abacus.util.Enumerations
-
- of(T...) - Static method in class com.landawn.abacus.util.ExceptionalStream
-
- of(Collection<? extends T>) - Static method in class com.landawn.abacus.util.ExceptionalStream
-
- of(Iterator<? extends T>) - Static method in class com.landawn.abacus.util.ExceptionalStream
-
- of(Iterable<? extends T>) - Static method in class com.landawn.abacus.util.ExceptionalStream
-
- of(Map<K, V>) - Static method in class com.landawn.abacus.util.ExceptionalStream
-
- of(Collection<? extends T>, Class<E>) - Static method in class com.landawn.abacus.util.ExceptionalStream
-
- of(Iterator<? extends T>, Class<E>) - Static method in class com.landawn.abacus.util.ExceptionalStream
-
- of(Iterable<? extends T>, Class<E>) - Static method in class com.landawn.abacus.util.ExceptionalStream
-
- of(Map<K, V>, Class<E>) - Static method in class com.landawn.abacus.util.ExceptionalStream
-
- of(int[]) - Static method in class com.landawn.abacus.util.ExceptionalStream
-
- of(long[]) - Static method in class com.landawn.abacus.util.ExceptionalStream
-
- of(double[]) - Static method in class com.landawn.abacus.util.ExceptionalStream
-
- of(u.Optional<T>) - Static method in class com.landawn.abacus.util.ExceptionalStream
-
- of(Optional<T>) - Static method in class com.landawn.abacus.util.ExceptionalStream
-
- of(Throwables.Supplier<Collection<? extends T>, ? extends E>) - Static method in class com.landawn.abacus.util.ExceptionalStream
-
Lazy evaluation.
- of(T...) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
-
Deprecated.
- of(Collection<? extends T>) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
-
Deprecated.
- of(Iterator<? extends T>) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
-
Deprecated.
- of(Iterable<? extends T>) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
-
Deprecated.
- of(Map<K, V>) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
-
Deprecated.
- of(int[]) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
-
Deprecated.
- of(long[]) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
-
Deprecated.
- of(double[]) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
-
Deprecated.
- of(u.Optional<T>) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
-
Deprecated.
- of(Optional<T>) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
-
Deprecated.
- of(Throwables.Supplier<Collection<? extends T>, RuntimeException>) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
-
Deprecated.
- of(float...) - Static method in class com.landawn.abacus.util.FloatIterator
-
- of(float[], int, int) - Static method in class com.landawn.abacus.util.FloatIterator
-
- of(Supplier<? extends FloatIterator>) - Static method in class com.landawn.abacus.util.FloatIterator
-
Lazy evaluation.
- oF(Supplier<float[]>) - Static method in class com.landawn.abacus.util.FloatIterator
-
Lazy evaluation.
- of(int, int) - Static method in class com.landawn.abacus.util.Fraction
-
- of(int, int, boolean) - Static method in class com.landawn.abacus.util.Fraction
-
Creates a Fraction instance with the 2 parts of a fraction Y/Z.
- of(int, int, int) - Static method in class com.landawn.abacus.util.Fraction
-
- of(int, int, int, boolean) - Static method in class com.landawn.abacus.util.Fraction
-
Creates a Fraction instance with the 3 parts of a fraction X Y/Z.
- of(double) - Static method in class com.landawn.abacus.util.Fraction
-
Creates a Fraction instance from a double value.
- of(String) - Static method in class com.landawn.abacus.util.Fraction
-
Creates a Fraction from a String.
- of(BooleanPredicate) - Static method in interface com.landawn.abacus.util.function.BooleanPredicate
-
Returns the specified instance
- of(BytePredicate) - Static method in interface com.landawn.abacus.util.function.BytePredicate
-
Returns the specified instance
- of(CharPredicate) - Static method in interface com.landawn.abacus.util.function.CharPredicate
-
Returns the specified instance
- of(DoublePredicate) - Static method in interface com.landawn.abacus.util.function.DoublePredicate
-
Returns the specified instance
- of(FloatPredicate) - Static method in interface com.landawn.abacus.util.function.FloatPredicate
-
Returns the specified instance
- of(IntPredicate) - Static method in interface com.landawn.abacus.util.function.IntPredicate
-
Returns the specified instance
- of(LongPredicate) - Static method in interface com.landawn.abacus.util.function.LongPredicate
-
Returns the specified instance
- of(ShortPredicate) - Static method in interface com.landawn.abacus.util.function.ShortPredicate
-
Returns the specified instance
- of(T[]) - Static method in class com.landawn.abacus.util.ImmutableArray
-
- of(K, V) - Static method in class com.landawn.abacus.util.ImmutableBiMap
-
- of(K, V, K, V) - Static method in class com.landawn.abacus.util.ImmutableBiMap
-
- of(K, V, K, V, K, V) - Static method in class com.landawn.abacus.util.ImmutableBiMap
-
- of(K, V, K, V, K, V, K, V) - Static method in class com.landawn.abacus.util.ImmutableBiMap
-
- of(K, V, K, V, K, V, K, V, K, V) - Static method in class com.landawn.abacus.util.ImmutableBiMap
-
- of(K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class com.landawn.abacus.util.ImmutableBiMap
-
- of(K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class com.landawn.abacus.util.ImmutableBiMap
-
- of(BiMap<? extends K, ? extends V>) - Static method in class com.landawn.abacus.util.ImmutableBiMap
-
- of(Map<? extends K, ? extends V>) - Static method in class com.landawn.abacus.util.ImmutableBiMap
-
- of(Collection<? extends E>) - Static method in class com.landawn.abacus.util.ImmutableCollection
-
- of(K, V) - Static method in class com.landawn.abacus.util.ImmutableEntry
-
- of(E) - Static method in class com.landawn.abacus.util.ImmutableList
-
- of(E...) - Static method in class com.landawn.abacus.util.ImmutableList
-
- of(List<? extends E>) - Static method in class com.landawn.abacus.util.ImmutableList
-
- of(Collection<? extends E>) - Static method in class com.landawn.abacus.util.ImmutableList
-
- of(K, V) - Static method in class com.landawn.abacus.util.ImmutableMap
-
- of(K, V, K, V) - Static method in class com.landawn.abacus.util.ImmutableMap
-
- of(K, V, K, V, K, V) - Static method in class com.landawn.abacus.util.ImmutableMap
-
- of(K, V, K, V, K, V, K, V) - Static method in class com.landawn.abacus.util.ImmutableMap
-
- of(K, V, K, V, K, V, K, V, K, V) - Static method in class com.landawn.abacus.util.ImmutableMap
-
- of(K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class com.landawn.abacus.util.ImmutableMap
-
- of(K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class com.landawn.abacus.util.ImmutableMap
-
- of(Map<? extends K, ? extends V>) - Static method in class com.landawn.abacus.util.ImmutableMap
-
- of(K, V) - Static method in class com.landawn.abacus.util.ImmutableNavigableMap
-
- of(K, V, K, V) - Static method in class com.landawn.abacus.util.ImmutableNavigableMap
-
- of(K, V, K, V, K, V) - Static method in class com.landawn.abacus.util.ImmutableNavigableMap
-
- of(K, V, K, V, K, V, K, V) - Static method in class com.landawn.abacus.util.ImmutableNavigableMap
-
- of(K, V, K, V, K, V, K, V, K, V) - Static method in class com.landawn.abacus.util.ImmutableNavigableMap
-
- of(K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class com.landawn.abacus.util.ImmutableNavigableMap
-
- of(K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class com.landawn.abacus.util.ImmutableNavigableMap
-
- of(NavigableMap<? extends K, ? extends V>) - Static method in class com.landawn.abacus.util.ImmutableNavigableMap
-
- of(SortedMap<? extends K, ? extends V>) - Static method in class com.landawn.abacus.util.ImmutableNavigableMap
-
- of(E...) - Static method in class com.landawn.abacus.util.ImmutableNavigableSet
-
- of(NavigableSet<? extends E>) - Static method in class com.landawn.abacus.util.ImmutableNavigableSet
-
- of(SortedSet<? extends E>) - Static method in class com.landawn.abacus.util.ImmutableNavigableSet
-
- of(E) - Static method in class com.landawn.abacus.util.ImmutableSet
-
- of(E...) - Static method in class com.landawn.abacus.util.ImmutableSet
-
- of(Set<? extends E>) - Static method in class com.landawn.abacus.util.ImmutableSet
-
- of(Collection<? extends E>) - Static method in class com.landawn.abacus.util.ImmutableSet
-
- of(K, V) - Static method in class com.landawn.abacus.util.ImmutableSortedMap
-
- of(K, V, K, V) - Static method in class com.landawn.abacus.util.ImmutableSortedMap
-
- of(K, V, K, V, K, V) - Static method in class com.landawn.abacus.util.ImmutableSortedMap
-
- of(K, V, K, V, K, V, K, V) - Static method in class com.landawn.abacus.util.ImmutableSortedMap
-
- of(K, V, K, V, K, V, K, V, K, V) - Static method in class com.landawn.abacus.util.ImmutableSortedMap
-
- of(K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class com.landawn.abacus.util.ImmutableSortedMap
-
- of(K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class com.landawn.abacus.util.ImmutableSortedMap
-
- of(SortedMap<? extends K, ? extends V>) - Static method in class com.landawn.abacus.util.ImmutableSortedMap
-
- of(Map<? extends K, ? extends V>) - Static method in class com.landawn.abacus.util.ImmutableSortedMap
-
- of(E...) - Static method in class com.landawn.abacus.util.ImmutableSortedSet
-
- of(SortedSet<? extends E>) - Static method in class com.landawn.abacus.util.ImmutableSortedSet
-
- of(Set<? extends E>) - Static method in class com.landawn.abacus.util.ImmutableSortedSet
-
- of(boolean[], boolean) - Static method in class com.landawn.abacus.util.Index
-
- of(boolean[], int, boolean) - Static method in class com.landawn.abacus.util.Index
-
- of(char[], char) - Static method in class com.landawn.abacus.util.Index
-
- of(char[], int, char) - Static method in class com.landawn.abacus.util.Index
-
- of(byte[], byte) - Static method in class com.landawn.abacus.util.Index
-
- of(byte[], int, byte) - Static method in class com.landawn.abacus.util.Index
-
- of(short[], short) - Static method in class com.landawn.abacus.util.Index
-
- of(short[], int, short) - Static method in class com.landawn.abacus.util.Index
-
- of(int[], int) - Static method in class com.landawn.abacus.util.Index
-
- of(int[], int, int) - Static method in class com.landawn.abacus.util.Index
-
- of(long[], long) - Static method in class com.landawn.abacus.util.Index
-
- of(long[], int, long) - Static method in class com.landawn.abacus.util.Index
-
- of(float[], float) - Static method in class com.landawn.abacus.util.Index
-
- of(float[], int, float) - Static method in class com.landawn.abacus.util.Index
-
- of(double[], double) - Static method in class com.landawn.abacus.util.Index
-
- of(double[], int, double) - Static method in class com.landawn.abacus.util.Index
-
- of(double[], double, double) - Static method in class com.landawn.abacus.util.Index
-
- of(double[], int, double, double) - Static method in class com.landawn.abacus.util.Index
-
- of(Object[], Object) - Static method in class com.landawn.abacus.util.Index
-
- of(Object[], int, Object) - Static method in class com.landawn.abacus.util.Index
-
- of(Collection<?>, Object) - Static method in class com.landawn.abacus.util.Index
-
- of(Collection<?>, int, Object) - Static method in class com.landawn.abacus.util.Index
-
- of(Iterator<?>, Object) - Static method in class com.landawn.abacus.util.Index
-
- of(Iterator<?>, int, Object) - Static method in class com.landawn.abacus.util.Index
-
- of(String, int) - Static method in class com.landawn.abacus.util.Index
-
- of(String, int, int) - Static method in class com.landawn.abacus.util.Index
-
- of(String, String) - Static method in class com.landawn.abacus.util.Index
-
- of(String, int, String) - Static method in class com.landawn.abacus.util.Index
-
- of(T, int) - Static method in class com.landawn.abacus.util.Indexed
-
- of(T, long) - Static method in class com.landawn.abacus.util.Indexed
-
- of(boolean, int) - Static method in class com.landawn.abacus.util.IndexedBoolean
-
- of(boolean, long) - Static method in class com.landawn.abacus.util.IndexedBoolean
-
- of(byte, int) - Static method in class com.landawn.abacus.util.IndexedByte
-
- of(byte, long) - Static method in class com.landawn.abacus.util.IndexedByte
-
- of(char, int) - Static method in class com.landawn.abacus.util.IndexedChar
-
- of(char, long) - Static method in class com.landawn.abacus.util.IndexedChar
-
- of(double, int) - Static method in class com.landawn.abacus.util.IndexedDouble
-
- of(double, long) - Static method in class com.landawn.abacus.util.IndexedDouble
-
- of(float, int) - Static method in class com.landawn.abacus.util.IndexedFloat
-
- of(float, long) - Static method in class com.landawn.abacus.util.IndexedFloat
-
- of(int, int) - Static method in class com.landawn.abacus.util.IndexedInt
-
- of(int, long) - Static method in class com.landawn.abacus.util.IndexedInt
-
- of(long, int) - Static method in class com.landawn.abacus.util.IndexedLong
-
- of(long, long) - Static method in class com.landawn.abacus.util.IndexedLong
-
- of(short, int) - Static method in class com.landawn.abacus.util.IndexedShort
-
- of(short, long) - Static method in class com.landawn.abacus.util.IndexedShort
-
- of(int...) - Static method in class com.landawn.abacus.util.IntIterator
-
- of(int[], int, int) - Static method in class com.landawn.abacus.util.IntIterator
-
- of(Supplier<? extends IntIterator>) - Static method in class com.landawn.abacus.util.IntIterator
-
Lazy evaluation.
- oF(Supplier<int[]>) - Static method in class com.landawn.abacus.util.IntIterator
-
Lazy evaluation.
- of(double...) - Static method in class com.landawn.abacus.util.KahanSummation
-
- of(K, T) - Static method in class com.landawn.abacus.util.Keyed
-
- of(Supplier<T>) - Static method in class com.landawn.abacus.util.LazyInitializer
-
- of(File) - Static method in class com.landawn.abacus.util.LineIterator
-
Returns an Iterator for the lines in a File using the default encoding for the VM.
- of(File, Charset) - Static method in class com.landawn.abacus.util.LineIterator
-
Returns an Iterator for the lines in a File.
- of(InputStream) - Static method in class com.landawn.abacus.util.LineIterator
-
- of(InputStream, Charset) - Static method in class com.landawn.abacus.util.LineIterator
-
Returns an Iterator for the lines in an InputStream, using
the character encoding specified (or default encoding if null).
- of(Reader) - Static method in class com.landawn.abacus.util.LineIterator
-
- of(K, E) - Static method in class com.landawn.abacus.util.ListMultimap
-
- of(K, E, K, E) - Static method in class com.landawn.abacus.util.ListMultimap
-
- of(K, E, K, E, K, E) - Static method in class com.landawn.abacus.util.ListMultimap
-
- of(K, E, K, E, K, E, K, E) - Static method in class com.landawn.abacus.util.ListMultimap
-
- of(K, E, K, E, K, E, K, E, K, E) - Static method in class com.landawn.abacus.util.ListMultimap
-
- of(K, E, K, E, K, E, K, E, K, E, K, E) - Static method in class com.landawn.abacus.util.ListMultimap
-
- of(K, E, K, E, K, E, K, E, K, E, K, E, K, E) - Static method in class com.landawn.abacus.util.ListMultimap
-
- of(long...) - Static method in class com.landawn.abacus.util.LongIterator
-
- of(long[], int, int) - Static method in class com.landawn.abacus.util.LongIterator
-
- of(Supplier<? extends LongIterator>) - Static method in class com.landawn.abacus.util.LongIterator
-
Lazy evaluation.
- oF(Supplier<long[]>) - Static method in class com.landawn.abacus.util.LongIterator
-
Lazy evaluation.
- of(char...) - Static method in class com.landawn.abacus.util.Median
-
Returns a Pair with left is the value at the index of (a.length - 1) / 2 when the array is sorted,
and the right is the value at the index of a.length / 2 if the length of array is even.
- of(char[], int, int) - Static method in class com.landawn.abacus.util.Median
-
Returns a Pair with left is the value at the index of (a.length - 1) / 2 when the array is sorted,
and the right is the value at the index of a.length / 2 if the length of array is even.
- of(byte...) - Static method in class com.landawn.abacus.util.Median
-
Returns a Pair with left is the value at the index of (a.length - 1) / 2 when the array is sorted,
and the right is the value at the index of a.length / 2 if the length of array is even.
- of(byte[], int, int) - Static method in class com.landawn.abacus.util.Median
-
Returns a Pair with left is the value at the index of (a.length - 1) / 2 when the array is sorted,
and the right is the value at the index of a.length / 2 if the length of array is even.
- of(short...) - Static method in class com.landawn.abacus.util.Median
-
Returns a Pair with left is the value at the index of (a.length - 1) / 2 when the array is sorted,
and the right is the value at the index of a.length / 2 if the length of array is even.
- of(short[], int, int) - Static method in class com.landawn.abacus.util.Median
-
Returns a Pair with left is the value at the index of (a.length - 1) / 2 when the array is sorted,
and the right is the value at the index of a.length / 2 if the length of array is even.
- of(int...) - Static method in class com.landawn.abacus.util.Median
-
Returns a Pair with left is the value at the index of (a.length - 1) / 2 when the array is sorted,
and the right is the value at the index of a.length / 2 if the length of array is even.
- of(int[], int, int) - Static method in class com.landawn.abacus.util.Median
-
Returns a Pair with left is the value at the index of (a.length - 1) / 2 when the array is sorted,
and the right is the value at the index of a.length / 2 if the length of array is even.
- of(long...) - Static method in class com.landawn.abacus.util.Median
-
Returns a Pair with left is the value at the index of (a.length - 1) / 2 when the array is sorted,
and the right is the value at the index of a.length / 2 if the length of array is even.
- of(long[], int, int) - Static method in class com.landawn.abacus.util.Median
-
Returns a Pair with left is the value at the index of (a.length - 1) / 2 when the array is sorted,
and the right is the value at the index of a.length / 2 if the length of array is even.
- of(float...) - Static method in class com.landawn.abacus.util.Median
-
Returns a Pair with left is the value at the index of (a.length - 1) / 2 when the array is sorted,
and the right is the value at the index of a.length / 2 if the length of array is even.
- of(float[], int, int) - Static method in class com.landawn.abacus.util.Median
-
Returns a Pair with left is the value at the index of (a.length - 1) / 2 when the array is sorted,
and the right is the value at the index of a.length / 2 if the length of array is even.
- of(double...) - Static method in class com.landawn.abacus.util.Median
-
Returns a Pair with left is the value at the index of (a.length - 1) / 2 when the array is sorted,
and the right is the value at the index of a.length / 2 if the length of array is even.
- of(double[], int, int) - Static method in class com.landawn.abacus.util.Median
-
Returns a Pair with left is the value at the index of (a.length - 1) / 2 when the array is sorted,
and the right is the value at the index of a.length / 2 if the length of array is even.
- of(T[]) - Static method in class com.landawn.abacus.util.Median
-
Returns a Pair with left is the value at the index of (a.length - 1) / 2 when the array is sorted,
and the right is the value at the index of a.length / 2 if the length of array is even.
- of(T[], int, int) - Static method in class com.landawn.abacus.util.Median
-
Returns a Pair with left is the value at the index of (a.length - 1) / 2 when the array is sorted,
and the right is the value at the index of a.length / 2 if the length of array is even.
- of(T[], Comparator<? super T>) - Static method in class com.landawn.abacus.util.Median
-
Returns a Pair with left is the value at the index of (a.length - 1) / 2 when the array is sorted,
and the right is the value at the index of a.length / 2 if the length of array is even.
- of(T[], int, int, Comparator<? super T>) - Static method in class com.landawn.abacus.util.Median
-
Returns a Pair with left is the value at the index of (a.length - 1) / 2 when the array is sorted,
and the right is the value at the index of a.length / 2 if the length of array is even.
- of(Collection<T>) - Static method in class com.landawn.abacus.util.Median
-
- of(Collection<T>, Comparator<? super T>) - Static method in class com.landawn.abacus.util.Median
-
- of(T...) - Static method in class com.landawn.abacus.util.Multiset
-
- of(boolean) - Static method in class com.landawn.abacus.util.MutableBoolean
-
- of(byte) - Static method in class com.landawn.abacus.util.MutableByte
-
- of(char) - Static method in class com.landawn.abacus.util.MutableChar
-
- of(double) - Static method in class com.landawn.abacus.util.MutableDouble
-
- of(float) - Static method in class com.landawn.abacus.util.MutableFloat
-
- of(int) - Static method in class com.landawn.abacus.util.MutableInt
-
- of(long) - Static method in class com.landawn.abacus.util.MutableLong
-
- of(short) - Static method in class com.landawn.abacus.util.MutableShort
-
- of(T...) - Static method in class com.landawn.abacus.util.ObjIterator
-
- of(T[], int, int) - Static method in class com.landawn.abacus.util.ObjIterator
-
- of(Iterator<? extends T>) - Static method in class com.landawn.abacus.util.ObjIterator
-
- of(Collection<? extends T>) - Static method in class com.landawn.abacus.util.ObjIterator
-
- of(Iterable<? extends T>) - Static method in class com.landawn.abacus.util.ObjIterator
-
- of(Supplier<? extends Iterator<? extends T>>) - Static method in class com.landawn.abacus.util.ObjIterator
-
Lazy evaluation.
- oF(Supplier<T[]>) - Static method in class com.landawn.abacus.util.ObjIterator
-
Lazy evaluation.
- of(BlockingQueue<T>) - Static method in class com.landawn.abacus.util.Observer
-
- of(Collection<T>) - Static method in class com.landawn.abacus.util.Observer
-
- of(Iterator<T>) - Static method in class com.landawn.abacus.util.Observer
-
- of(L, R) - Static method in class com.landawn.abacus.util.Pair
-
- of(T, E) - Static method in class com.landawn.abacus.util.Result
-
- of(int, long, Predicate<? super Exception>) - Static method in class com.landawn.abacus.util.Retry
-
- of(int, long, BiPredicate<? super R, ? super Exception>) - Static method in class com.landawn.abacus.util.Retry
-
- of(int, long, Predicate<? super RuntimeException>) - Static method in class com.landawn.abacus.util.Retry.RetryR
-
- of(int, long, BiPredicate<? super R, ? super RuntimeException>) - Static method in class com.landawn.abacus.util.Retry.RetryR
-
- of(K, E) - Static method in class com.landawn.abacus.util.SetMultimap
-
- of(K, E, K, E) - Static method in class com.landawn.abacus.util.SetMultimap
-
- of(K, E, K, E, K, E) - Static method in class com.landawn.abacus.util.SetMultimap
-
- of(K, E, K, E, K, E, K, E) - Static method in class com.landawn.abacus.util.SetMultimap
-
- of(K, E, K, E, K, E, K, E, K, E) - Static method in class com.landawn.abacus.util.SetMultimap
-
- of(K, E, K, E, K, E, K, E, K, E, K, E) - Static method in class com.landawn.abacus.util.SetMultimap
-
- of(K, E, K, E, K, E, K, E, K, E, K, E, K, E) - Static method in class com.landawn.abacus.util.SetMultimap
-
- of(short...) - Static method in class com.landawn.abacus.util.ShortIterator
-
- of(short[], int, int) - Static method in class com.landawn.abacus.util.ShortIterator
-
- of(Supplier<? extends ShortIterator>) - Static method in class com.landawn.abacus.util.ShortIterator
-
Lazy evaluation.
- oF(Supplier<short[]>) - Static method in class com.landawn.abacus.util.ShortIterator
-
Lazy evaluation.
- of(Collector<T, A, R>) - Static method in interface com.landawn.abacus.util.stream.Collector
-
- of(Supplier<R>, BiConsumer<R, T>, BinaryOperator<R>, Collector.Characteristics...) - Static method in interface com.landawn.abacus.util.stream.Collector
-
- of(Supplier<A>, BiConsumer<A, T>, BinaryOperator<A>, Function<A, R>, Collector.Characteristics...) - Static method in interface com.landawn.abacus.util.stream.Collector
-
- of(Throwables.Supplier<T, E>) - Static method in class com.landawn.abacus.util.Throwables.LazyInitializer
-
- of(T) - Static method in class com.landawn.abacus.util.Timed
-
- of(T, long) - Static method in class com.landawn.abacus.util.Timed
-
- of(L, M, R) - Static method in class com.landawn.abacus.util.Triple
-
- of(T1) - Static method in class com.landawn.abacus.util.Tuple
-
- of(T1, T2) - Static method in class com.landawn.abacus.util.Tuple
-
- of(T1, T2, T3) - Static method in class com.landawn.abacus.util.Tuple
-
- of(T1, T2, T3, T4) - Static method in class com.landawn.abacus.util.Tuple
-
- of(T1, T2, T3, T4, T5) - Static method in class com.landawn.abacus.util.Tuple
-
- of(T1, T2, T3, T4, T5, T6) - Static method in class com.landawn.abacus.util.Tuple
-
- of(T1, T2, T3, T4, T5, T6, T7) - Static method in class com.landawn.abacus.util.Tuple
-
- of(T1, T2, T3, T4, T5, T6, T7, T8) - Static method in class com.landawn.abacus.util.Tuple
-
- of(T1, T2, T3, T4, T5, T6, T7, T8, T9) - Static method in class com.landawn.abacus.util.Tuple
-
- of(T) - Static method in class com.landawn.abacus.util.u.Holder
-
- of(String) - Static method in class com.landawn.abacus.util.u.Nullable
-
- of(T) - Static method in class com.landawn.abacus.util.u.Nullable
-
- of(String) - Static method in class com.landawn.abacus.util.u.Optional
-
- of(T) - Static method in class com.landawn.abacus.util.u.Optional
-
- of(boolean) - Static method in class com.landawn.abacus.util.u.OptionalBoolean
-
- of(byte) - Static method in class com.landawn.abacus.util.u.OptionalByte
-
- of(char) - Static method in class com.landawn.abacus.util.u.OptionalChar
-
- of(double) - Static method in class com.landawn.abacus.util.u.OptionalDouble
-
- of(float) - Static method in class com.landawn.abacus.util.u.OptionalFloat
-
- of(int) - Static method in class com.landawn.abacus.util.u.OptionalInt
-
- of(long) - Static method in class com.landawn.abacus.util.u.OptionalLong
-
- of(short) - Static method in class com.landawn.abacus.util.u.OptionalShort
-
- of(T) - Static method in class com.landawn.abacus.util.u.R
-
- of(T) - Static method in class com.landawn.abacus.util.Wrapper
-
- of(T, ToIntFunction<? super T>, BiPredicate<? super T, ? super T>) - Static method in class com.landawn.abacus.util.Wrapper
-
- of(T, ToIntFunction<? super T>, BiPredicate<? super T, ? super T>, Function<? super T, String>) - Static method in class com.landawn.abacus.util.Wrapper
-
- ofAdd() - Static method in class com.landawn.abacus.util.Fn.BiConsumers
-
- ofAdd() - Static method in class com.landawn.abacus.util.Fn.BiFunctions
-
- ofAddAll() - Static method in class com.landawn.abacus.util.Fn.BiConsumers
-
Of add all.
- ofAddAll() - Static method in class com.landawn.abacus.util.Fn.BiFunctions
-
Of add all.
- ofAddAll() - Static method in class com.landawn.abacus.util.Fn.BinaryOperators
-
- ofAddAllToBigger() - Static method in class com.landawn.abacus.util.Fn.BinaryOperators
-
Of add all to bigger.
- ofAddAllToFirst() - Static method in class com.landawn.abacus.util.Fn.BinaryOperators
-
Of add all to first.
- ofAddBigDecimal() - Static method in class com.landawn.abacus.util.Fn.BinaryOperators
-
Of add big decimal.
- ofAddBigInteger() - Static method in class com.landawn.abacus.util.Fn.BinaryOperators
-
Of add big integer.
- ofAddDouble() - Static method in class com.landawn.abacus.util.Fn.BinaryOperators
-
Of add double.
- ofAddInt() - Static method in class com.landawn.abacus.util.Fn.BinaryOperators
-
Of add int.
- ofAddLong() - Static method in class com.landawn.abacus.util.Fn.BinaryOperators
-
Of add long.
- ofAppend() - Static method in class com.landawn.abacus.util.Fn.BiConsumers
-
- ofAppend() - Static method in class com.landawn.abacus.util.Fn.BiFunctions
-
- ofAppend() - Static method in class com.landawn.abacus.util.Fn.BinaryOperators
-
- ofAppendToBigger() - Static method in class com.landawn.abacus.util.Fn.BinaryOperators
-
Of append to bigger.
- ofAppendToFirst() - Static method in class com.landawn.abacus.util.Fn.BinaryOperators
-
Of append to first.
- ofArrayDeque() - Static method in class com.landawn.abacus.util.Clazz
-
Of array deque.
- ofArrayDeque(Class<T>) - Static method in class com.landawn.abacus.util.Clazz
-
Of array deque.
- ofArrayDeque() - Static method in class com.landawn.abacus.util.Fn.Factory
-
Of array deque.
- ofArrayDeque() - Static method in class com.landawn.abacus.util.Fn.Suppliers
-
Of array deque.
- ofBiMap() - Static method in class com.landawn.abacus.util.Clazz
-
Of bi map.
- ofBiMap(Class<K>, Class<V>) - Static method in class com.landawn.abacus.util.Clazz
-
Of bi map.
- ofBiMap() - Static method in class com.landawn.abacus.util.Fn.Factory
-
Of bi map.
- ofBiMap() - Static method in class com.landawn.abacus.util.Fn.Suppliers
-
- ofBooleanArray() - Static method in class com.landawn.abacus.util.Fn.Factory
-
Of boolean array.
- ofByteArray() - Static method in class com.landawn.abacus.util.Fn.Factory
-
Of byte array.
- ofCharArray() - Static method in class com.landawn.abacus.util.Fn.Factory
-
Of char array.
- ofCollection() - Static method in class com.landawn.abacus.util.Clazz
-
- ofCollection(Class<T>) - Static method in class com.landawn.abacus.util.Clazz
-
- ofConcat() - Static method in class com.landawn.abacus.util.Fn.BinaryOperators
-
- ofConcurrentHashMap() - Static method in class com.landawn.abacus.util.Clazz
-
Of concurrent hash map.
- ofConcurrentHashMap(Class<K>, Class<V>) - Static method in class com.landawn.abacus.util.Clazz
-
Of concurrent hash map.
- ofConcurrentHashMap() - Static method in class com.landawn.abacus.util.Fn.Factory
-
Of concurrent hash map.
- ofConcurrentHashMap() - Static method in class com.landawn.abacus.util.Fn.Suppliers
-
- ofConcurrentLinkedQueue() - Static method in class com.landawn.abacus.util.Clazz
-
Of concurrent linked queue.
- ofConcurrentLinkedQueue(Class<T>) - Static method in class com.landawn.abacus.util.Clazz
-
Of concurrent linked queue.
- ofConcurrentLinkedQueue() - Static method in class com.landawn.abacus.util.Fn.Factory
-
Of concurrent linked queue.
- ofConcurrentLinkedQueue() - Static method in class com.landawn.abacus.util.Fn.Suppliers
-
Of concurrent linked queue.
- ofConcurrentMap() - Static method in class com.landawn.abacus.util.Clazz
-
Of concurrent map.
- ofConcurrentMap(Class<K>, Class<V>) - Static method in class com.landawn.abacus.util.Clazz
-
Of concurrent map.
- ofConcurrentMap() - Static method in class com.landawn.abacus.util.Fn.Factory
-
Of concurrent map.
- ofConcurrentMap() - Static method in class com.landawn.abacus.util.Fn.Suppliers
-
Of concurrent map.
- ofDays(long) - Static method in class com.landawn.abacus.util.Duration
-
- ofDeque() - Static method in class com.landawn.abacus.util.Clazz
-
- ofDeque(Class<T>) - Static method in class com.landawn.abacus.util.Clazz
-
- ofDeque() - Static method in class com.landawn.abacus.util.Fn.Factory
-
- ofDeque() - Static method in class com.landawn.abacus.util.Fn.Suppliers
-
- ofDoubleArray() - Static method in class com.landawn.abacus.util.Fn.Factory
-
Of double array.
- ofEmptyBooleanArray() - Static method in class com.landawn.abacus.util.Fn.Suppliers
-
Of empty boolean array.
- ofEmptyByteArray() - Static method in class com.landawn.abacus.util.Fn.Suppliers
-
Of empty byte array.
- ofEmptyCharArray() - Static method in class com.landawn.abacus.util.Fn.Suppliers
-
Of empty char array.
- ofEmptyDoubleArray() - Static method in class com.landawn.abacus.util.Fn.Suppliers
-
Of empty double array.
- ofEmptyFloatArray() - Static method in class com.landawn.abacus.util.Fn.Suppliers
-
Of empty float array.
- ofEmptyIntArray() - Static method in class com.landawn.abacus.util.Fn.Suppliers
-
Of empty int array.
- ofEmptyLongArray() - Static method in class com.landawn.abacus.util.Fn.Suppliers
-
Of empty long array.
- ofEmptyObjectArray() - Static method in class com.landawn.abacus.util.Fn.Suppliers
-
Of empty object array.
- ofEmptyShortArray() - Static method in class com.landawn.abacus.util.Fn.Suppliers
-
Of empty short array.
- ofEmptyStringArray() - Static method in class com.landawn.abacus.util.Fn.Suppliers
-
Of empty string array.
- ofFloatArray() - Static method in class com.landawn.abacus.util.Fn.Factory
-
Of float array.
- OFFSET - Static variable in class com.landawn.abacus.util.WD
-
Field OFFSET.
- ofGUID() - Static method in class com.landawn.abacus.util.Fn.Suppliers
-
- ofHours(long) - Static method in class com.landawn.abacus.util.Duration
-
- ofIdentityHashMap() - Static method in class com.landawn.abacus.util.Fn.Factory
-
Of identity hash map.
- ofIdentityHashMap() - Static method in class com.landawn.abacus.util.Fn.Suppliers
-
Of identity hash map.
- ofImmutableList() - Static method in class com.landawn.abacus.util.Fn.Factory
-
Deprecated.
- ofImmutableList() - Static method in class com.landawn.abacus.util.Fn.Suppliers
-
Deprecated.
- ofImmutableMap() - Static method in class com.landawn.abacus.util.Fn.Factory
-
Deprecated.
- ofImmutableMap() - Static method in class com.landawn.abacus.util.Fn.Suppliers
-
Deprecated.
- ofImmutableSet() - Static method in class com.landawn.abacus.util.Fn.Factory
-
Deprecated.
- ofImmutableSet() - Static method in class com.landawn.abacus.util.Fn.Suppliers
-
Deprecated.
- ofInstance(T) - Static method in class com.landawn.abacus.util.Fn.Suppliers
-
Returns a supplier that always supplies instance.
- ofIntArray() - Static method in class com.landawn.abacus.util.Fn.Factory
-
Of int array.
- ofKeys(Map<K, ?>) - Static method in class com.landawn.abacus.util.ExceptionalStream
-
- ofKeys(Map<K, V>, Throwables.Predicate<? super V, E>) - Static method in class com.landawn.abacus.util.ExceptionalStream
-
- ofKeys(Map<K, V>, Throwables.BiPredicate<? super K, ? super V, E>) - Static method in class com.landawn.abacus.util.ExceptionalStream
-
- ofKeys(Map<K, ?>) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
-
Deprecated.
- ofKeys(Map<K, V>, Throwables.Predicate<? super V, RuntimeException>) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
-
Deprecated.
- ofKeys(Map<K, V>, Throwables.BiPredicate<? super K, ? super V, RuntimeException>) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
-
Deprecated.
- ofLinkedBlockingQueue() - Static method in class com.landawn.abacus.util.Clazz
-
Of linked blocking queue.
- ofLinkedBlockingQueue(Class<T>) - Static method in class com.landawn.abacus.util.Clazz
-
Of linked blocking queue.
- ofLinkedBlockingQueue() - Static method in class com.landawn.abacus.util.Fn.Factory
-
Of linked blocking queue.
- ofLinkedBlockingQueue() - Static method in class com.landawn.abacus.util.Fn.Suppliers
-
Of linked blocking queue.
- ofLinkedHashMap() - Static method in class com.landawn.abacus.util.Clazz
-
Of linked hash map.
- ofLinkedHashMap(Class<K>, Class<V>) - Static method in class com.landawn.abacus.util.Clazz
-
Of linked hash map.
- ofLinkedHashMap() - Static method in class com.landawn.abacus.util.Fn.Factory
-
Of linked hash map.
- ofLinkedHashMap() - Static method in class com.landawn.abacus.util.Fn.Suppliers
-
Of linked hash map.
- ofLinkedHashSet() - Static method in class com.landawn.abacus.util.Clazz
-
Of linked hash set.
- ofLinkedHashSet(Class<T>) - Static method in class com.landawn.abacus.util.Clazz
-
Of linked hash set.
- ofLinkedHashSet() - Static method in class com.landawn.abacus.util.Fn.Factory
-
Of linked hash set.
- ofLinkedHashSet() - Static method in class com.landawn.abacus.util.Fn.Suppliers
-
Of linked hash set.
- ofLinkedList() - Static method in class com.landawn.abacus.util.Clazz
-
Of linked list.
- ofLinkedList(Class<T>) - Static method in class com.landawn.abacus.util.Clazz
-
Of linked list.
- ofLinkedList() - Static method in class com.landawn.abacus.util.Fn.Factory
-
Of linked list.
- ofLinkedList() - Static method in class com.landawn.abacus.util.Fn.Suppliers
-
Of linked list.
- ofList() - Static method in class com.landawn.abacus.util.Clazz
-
- ofList(Class<T>) - Static method in class com.landawn.abacus.util.Clazz
-
- ofList() - Static method in class com.landawn.abacus.util.Fn.Factory
-
- ofList() - Static method in class com.landawn.abacus.util.Fn.Suppliers
-
- ofListMultimap() - Static method in class com.landawn.abacus.util.Clazz
-
Of list multimap.
- ofListMultimap(Class<K>, Class<E>) - Static method in class com.landawn.abacus.util.Clazz
-
Of list multimap.
- ofListMultimap() - Static method in class com.landawn.abacus.util.Fn.Factory
-
Of list multimap.
- ofListMultimap() - Static method in class com.landawn.abacus.util.Fn.Suppliers
-
- ofListMultimap(Class<? extends Map>) - Static method in class com.landawn.abacus.util.Fn.Suppliers
-
- ofListMultimap(Class<? extends Map>, Class<? extends List>) - Static method in class com.landawn.abacus.util.Fn.Suppliers
-
- ofListMultimap(Supplier<? extends Map<K, List<E>>>, Supplier<? extends List<E>>) - Static method in class com.landawn.abacus.util.Fn.Suppliers
-
- ofListOfMap(Class<K>, Class<V>) - Static method in class com.landawn.abacus.util.Clazz
-
Of list of map.
- ofLongArray() - Static method in class com.landawn.abacus.util.Fn.Factory
-
Of long array.
- ofMap() - Static method in class com.landawn.abacus.util.Clazz
-
- ofMap(Class<K>, Class<V>) - Static method in class com.landawn.abacus.util.Clazz
-
- ofMap() - Static method in class com.landawn.abacus.util.Fn.Factory
-
- ofMap() - Static method in class com.landawn.abacus.util.Fn.Suppliers
-
- ofMerge() - Static method in class com.landawn.abacus.util.Fn.BiConsumers
-
- ofMerge() - Static method in class com.landawn.abacus.util.Fn.BiFunctions
-
- ofMerge() - Static method in class com.landawn.abacus.util.Fn.BinaryOperators
-
- ofMergeToBigger() - Static method in class com.landawn.abacus.util.Fn.BinaryOperators
-
Of merge to bigger.
- ofMergeToFirst() - Static method in class com.landawn.abacus.util.Fn.BinaryOperators
-
Of merge to first.
- ofMillis(long) - Static method in class com.landawn.abacus.util.Duration
-
- ofMinutes(long) - Static method in class com.landawn.abacus.util.Duration
-
- ofMultimap(Supplier<? extends Map<K, V>>, Supplier<? extends V>) - Static method in class com.landawn.abacus.util.Fn.Suppliers
-
- ofMultiset() - Static method in class com.landawn.abacus.util.Clazz
-
- ofMultiset(Class<T>) - Static method in class com.landawn.abacus.util.Clazz
-
- ofMultiset() - Static method in class com.landawn.abacus.util.Fn.Factory
-
- ofMultiset() - Static method in class com.landawn.abacus.util.Fn.Suppliers
-
- ofMultiset(Class<? extends Map>) - Static method in class com.landawn.abacus.util.Fn.Suppliers
-
- ofMultiset(Supplier<? extends Map<T, ?>>) - Static method in class com.landawn.abacus.util.Fn.Suppliers
-
- ofNavigableMap() - Static method in class com.landawn.abacus.util.Clazz
-
Of navigable map.
- ofNavigableMap(Class<K>, Class<V>) - Static method in class com.landawn.abacus.util.Clazz
-
Of navigable map.
- ofNavigableMap() - Static method in class com.landawn.abacus.util.Fn.Factory
-
Of navigable map.
- ofNavigableMap() - Static method in class com.landawn.abacus.util.Fn.Suppliers
-
Of navigable map.
- ofNavigableSet() - Static method in class com.landawn.abacus.util.Clazz
-
Of navigable set.
- ofNavigableSet(Class<T>) - Static method in class com.landawn.abacus.util.Clazz
-
Of navigable set.
- ofNavigableSet() - Static method in class com.landawn.abacus.util.Fn.Factory
-
Of navigable set.
- ofNavigableSet() - Static method in class com.landawn.abacus.util.Fn.Suppliers
-
Of navigable set.
- ofNullable(T) - Static method in class com.landawn.abacus.util.ExceptionalStream
-
Returns an empty Stream if the specified t is null.
- ofNullable(T) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
-
Deprecated.
- ofNullable(String) - Static method in class com.landawn.abacus.util.u.Optional
-
- ofNullable(T) - Static method in class com.landawn.abacus.util.u.Optional
-
- ofNullable(Boolean) - Static method in class com.landawn.abacus.util.u.OptionalBoolean
-
- ofNullable(Byte) - Static method in class com.landawn.abacus.util.u.OptionalByte
-
- ofNullable(Character) - Static method in class com.landawn.abacus.util.u.OptionalChar
-
- ofNullable(Double) - Static method in class com.landawn.abacus.util.u.OptionalDouble
-
- ofNullable(Float) - Static method in class com.landawn.abacus.util.u.OptionalFloat
-
- ofNullable(Integer) - Static method in class com.landawn.abacus.util.u.OptionalInt
-
- ofNullable(Long) - Static method in class com.landawn.abacus.util.u.OptionalLong
-
- ofNullable(Short) - Static method in class com.landawn.abacus.util.u.OptionalShort
-
- ofObjectArray() - Static method in class com.landawn.abacus.util.Fn.Factory
-
Of object array.
- ofPriorityQueue() - Static method in class com.landawn.abacus.util.Clazz
-
Of priority queue.
- ofPriorityQueue(Class<T>) - Static method in class com.landawn.abacus.util.Clazz
-
Of priority queue.
- ofPriorityQueue() - Static method in class com.landawn.abacus.util.Fn.Factory
-
Of priority queue.
- ofPriorityQueue() - Static method in class com.landawn.abacus.util.Fn.Suppliers
-
Of priority queue.
- ofPut() - Static method in class com.landawn.abacus.util.Fn.BiConsumers
-
- ofPut() - Static method in class com.landawn.abacus.util.Fn.BiFunctions
-
- ofPutAll() - Static method in class com.landawn.abacus.util.Fn.BiConsumers
-
Of put all.
- ofPutAll() - Static method in class com.landawn.abacus.util.Fn.BiFunctions
-
Of put all.
- ofPutAll() - Static method in class com.landawn.abacus.util.Fn.BinaryOperators
-
- ofPutAllToBigger() - Static method in class com.landawn.abacus.util.Fn.BinaryOperators
-
Of put all to bigger.
- ofPutAllToFirst() - Static method in class com.landawn.abacus.util.Fn.BinaryOperators
-
Of put all to first.
- ofQueue() - Static method in class com.landawn.abacus.util.Clazz
-
- ofQueue(Class<T>) - Static method in class com.landawn.abacus.util.Clazz
-
- ofQueue() - Static method in class com.landawn.abacus.util.Fn.Factory
-
- ofQueue() - Static method in class com.landawn.abacus.util.Fn.Suppliers
-
- ofRemove() - Static method in class com.landawn.abacus.util.Fn.BiConsumers
-
- ofRemove() - Static method in class com.landawn.abacus.util.Fn.BiFunctions
-
- ofRemoveAll() - Static method in class com.landawn.abacus.util.Fn.BiConsumers
-
Of remove all.
- ofRemoveAll() - Static method in class com.landawn.abacus.util.Fn.BiFunctions
-
Of remove all.
- ofRemoveAll() - Static method in class com.landawn.abacus.util.Fn.BinaryOperators
-
- ofRemoveAllFromFirst() - Static method in class com.landawn.abacus.util.Fn.BinaryOperators
-
Of remove all from first.
- ofRemoveByKey() - Static method in class com.landawn.abacus.util.Fn.BiConsumers
-
Of remove by key.
- ofRemoveByKey() - Static method in class com.landawn.abacus.util.Fn.BiFunctions
-
Of remove by key.
- ofSeconds(long) - Static method in class com.landawn.abacus.util.Duration
-
- ofSet() - Static method in class com.landawn.abacus.util.Clazz
-
- ofSet(Class<T>) - Static method in class com.landawn.abacus.util.Clazz
-
- ofSet() - Static method in class com.landawn.abacus.util.Fn.Factory
-
- ofSet() - Static method in class com.landawn.abacus.util.Fn.Suppliers
-
- ofSetMultimap() - Static method in class com.landawn.abacus.util.Clazz
-
Of set multimap.
- ofSetMultimap(Class<K>, Class<E>) - Static method in class com.landawn.abacus.util.Clazz
-
Of set multimap.
- ofSetMultimap() - Static method in class com.landawn.abacus.util.Fn.Factory
-
Of set multimap.
- ofSetMultimap() - Static method in class com.landawn.abacus.util.Fn.Suppliers
-
- ofSetMultimap(Class<? extends Map>) - Static method in class com.landawn.abacus.util.Fn.Suppliers
-
- ofSetMultimap(Class<? extends Map>, Class<? extends Set>) - Static method in class com.landawn.abacus.util.Fn.Suppliers
-
- ofSetMultimap(Supplier<? extends Map<K, Set<E>>>, Supplier<? extends Set<E>>) - Static method in class com.landawn.abacus.util.Fn.Suppliers
-
- ofSetOfMap(Class<K>, Class<V>) - Static method in class com.landawn.abacus.util.Clazz
-
Of set of map.
- ofShortArray() - Static method in class com.landawn.abacus.util.Fn.Factory
-
Of short array.
- ofSortedMap() - Static method in class com.landawn.abacus.util.Clazz
-
Of sorted map.
- ofSortedMap(Class<K>, Class<V>) - Static method in class com.landawn.abacus.util.Clazz
-
Of sorted map.
- ofSortedMap() - Static method in class com.landawn.abacus.util.Fn.Factory
-
Of sorted map.
- ofSortedMap() - Static method in class com.landawn.abacus.util.Fn.Suppliers
-
Of sorted map.
- ofSortedSet() - Static method in class com.landawn.abacus.util.Clazz
-
Of sorted set.
- ofSortedSet(Class<T>) - Static method in class com.landawn.abacus.util.Clazz
-
Of sorted set.
- ofSortedSet() - Static method in class com.landawn.abacus.util.Fn.Factory
-
Of sorted set.
- ofSortedSet() - Static method in class com.landawn.abacus.util.Fn.Suppliers
-
Of sorted set.
- ofStringArray() - Static method in class com.landawn.abacus.util.Fn.Factory
-
Of string array.
- ofStringBuilder() - Static method in class com.landawn.abacus.util.Fn.Suppliers
-
Of string builder.
- ofSubArray(boolean[], boolean[]) - Static method in class com.landawn.abacus.util.Index
-
- ofSubArray(boolean[], int, boolean[]) - Static method in class com.landawn.abacus.util.Index
-
- ofSubArray(boolean[], int, boolean[], int, int) - Static method in class com.landawn.abacus.util.Index
-
Of sub array.
- ofSubArray(char[], char[]) - Static method in class com.landawn.abacus.util.Index
-
- ofSubArray(char[], int, char[]) - Static method in class com.landawn.abacus.util.Index
-
- ofSubArray(char[], int, char[], int, int) - Static method in class com.landawn.abacus.util.Index
-
Of sub array.
- ofSubArray(byte[], byte[]) - Static method in class com.landawn.abacus.util.Index
-
- ofSubArray(byte[], int, byte[]) - Static method in class com.landawn.abacus.util.Index
-
- ofSubArray(byte[], int, byte[], int, int) - Static method in class com.landawn.abacus.util.Index
-
Of sub array.
- ofSubArray(short[], short[]) - Static method in class com.landawn.abacus.util.Index
-
- ofSubArray(short[], int, short[]) - Static method in class com.landawn.abacus.util.Index
-
- ofSubArray(short[], int, short[], int, int) - Static method in class com.landawn.abacus.util.Index
-
Of sub array.
- ofSubArray(int[], int[]) - Static method in class com.landawn.abacus.util.Index
-
- ofSubArray(int[], int, int[]) - Static method in class com.landawn.abacus.util.Index
-
- ofSubArray(int[], int, int[], int, int) - Static method in class com.landawn.abacus.util.Index
-
Of sub array.
- ofSubArray(long[], long[]) - Static method in class com.landawn.abacus.util.Index
-
- ofSubArray(long[], int, long[]) - Static method in class com.landawn.abacus.util.Index
-
- ofSubArray(long[], int, long[], int, int) - Static method in class com.landawn.abacus.util.Index
-
Of sub array.
- ofSubArray(float[], float[]) - Static method in class com.landawn.abacus.util.Index
-
- ofSubArray(float[], int, float[]) - Static method in class com.landawn.abacus.util.Index
-
- ofSubArray(float[], int, float[], int, int) - Static method in class com.landawn.abacus.util.Index
-
Of sub array.
- ofSubArray(double[], double[]) - Static method in class com.landawn.abacus.util.Index
-
- ofSubArray(double[], int, double[]) - Static method in class com.landawn.abacus.util.Index
-
- ofSubArray(double[], int, double[], int, int) - Static method in class com.landawn.abacus.util.Index
-
Of sub array.
- ofSubArray(Object[], Object[]) - Static method in class com.landawn.abacus.util.Index
-
- ofSubArray(Object[], int, Object[]) - Static method in class com.landawn.abacus.util.Index
-
- ofSubArray(Object[], int, Object[], int, int) - Static method in class com.landawn.abacus.util.Index
-
Of sub array.
- ofSubList(List<?>, List<?>) - Static method in class com.landawn.abacus.util.Index
-
- ofSubList(List<?>, int, List<?>) - Static method in class com.landawn.abacus.util.Index
-
- ofSubList(List<?>, int, List<?>, int, int) - Static method in class com.landawn.abacus.util.Index
-
Of sub list.
- ofTreeMap() - Static method in class com.landawn.abacus.util.Clazz
-
Of tree map.
- ofTreeMap(Class<K>, Class<V>) - Static method in class com.landawn.abacus.util.Clazz
-
Of tree map.
- ofTreeMap() - Static method in class com.landawn.abacus.util.Fn.Factory
-
Of tree map.
- ofTreeMap() - Static method in class com.landawn.abacus.util.Fn.Suppliers
-
Of tree map.
- ofTreeSet() - Static method in class com.landawn.abacus.util.Clazz
-
Of tree set.
- ofTreeSet(Class<T>) - Static method in class com.landawn.abacus.util.Clazz
-
Of tree set.
- ofTreeSet() - Static method in class com.landawn.abacus.util.Fn.Factory
-
Of tree set.
- ofTreeSet() - Static method in class com.landawn.abacus.util.Fn.Suppliers
-
Of tree set.
- ofUUID() - Static method in class com.landawn.abacus.util.Fn.Suppliers
-
- ofValues(Map<?, V>) - Static method in class com.landawn.abacus.util.ExceptionalStream
-
- ofValues(Map<K, V>, Throwables.Predicate<? super K, E>) - Static method in class com.landawn.abacus.util.ExceptionalStream
-
- ofValues(Map<K, V>, Throwables.BiPredicate<? super K, ? super V, E>) - Static method in class com.landawn.abacus.util.ExceptionalStream
-
- ofValues(Map<?, V>) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
-
Deprecated.
- ofValues(Map<K, V>, Throwables.Predicate<? super K, RuntimeException>) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
-
Deprecated.
- ofValues(Map<K, V>, Throwables.BiPredicate<? super K, ? super V, RuntimeException>) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
-
Deprecated.
- OkHttpRequest - Class in com.landawn.abacus.http.okhttp
-
Note: This class contains the codes and docs copied from OkHttp: https://square.github.io/okhttp/ under Apache License v2.
- omitEmptyStrings(boolean) - Method in class com.landawn.abacus.util.Splitter.MapSplitter
-
- omitEmptyStrings() - Method in class com.landawn.abacus.util.Splitter.MapSplitter
-
- omitEmptyStrings(boolean) - Method in class com.landawn.abacus.util.Splitter
-
- omitEmptyStrings() - Method in class com.landawn.abacus.util.Splitter
-
- on(String) - Static method in class com.landawn.abacus.util.Reflection
-
- on(Class<T>) - Static method in class com.landawn.abacus.util.Reflection
-
- on(T) - Static method in class com.landawn.abacus.util.Reflection
-
- on(T) - Static method in class com.landawn.abacus.util.Synchronized
-
- ON - Static variable in class com.landawn.abacus.util.WD
-
Field ON.
- onClose(Throwables.Runnable<? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
=======
=======
>>>>>>> .merge-right.r2804
>>>>>>> .merge-right.r2926
- ONE - Static variable in class com.landawn.abacus.util.Fraction
-
Fraction representation of 1.
- ONE_EB - Static variable in class com.landawn.abacus.util.IOUtil
-
- ONE_FIFTH - Static variable in class com.landawn.abacus.util.Fraction
-
Fraction representation of 1/5.
- ONE_GB - Static variable in class com.landawn.abacus.util.IOUtil
-
- ONE_HALF - Static variable in class com.landawn.abacus.util.Fraction
-
Fraction representation of 1/2.
- ONE_KB - Static variable in class com.landawn.abacus.util.IOUtil
-
- ONE_MB - Static variable in class com.landawn.abacus.util.IOUtil
-
- ONE_PB - Static variable in class com.landawn.abacus.util.IOUtil
-
- ONE_QUARTER - Static variable in class com.landawn.abacus.util.Fraction
-
Fraction representation of 1/4.
- ONE_TB - Static variable in class com.landawn.abacus.util.IOUtil
-
- ONE_THIRD - Static variable in class com.landawn.abacus.util.Fraction
-
Fraction representation of 1/3.
- ONE_ZB - Static variable in class com.landawn.abacus.util.IOUtil
-
- onEach(Throwables.Consumer<? super T, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- onEachE(Throwables.Consumer<? super T, ? extends Exception>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- onLeftOnly() - Method in class com.landawn.abacus.util.Difference
-
On left only.
- onlyOne() - Method in class com.landawn.abacus.util.ExceptionalStream
-
- onlyOne() - Static method in class com.landawn.abacus.util.stream.Collectors
-
DuplicatedResultException is threw if there are more than one values are collected.
- onlyOne(Predicate<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
DuplicatedResultException is threw if there are more than one values are collected.
- onRightOnly() - Method in class com.landawn.abacus.util.Difference
-
On right only.
- open(T, T) - Static method in class com.landawn.abacus.util.Range
-
- openClosed(T, T) - Static method in class com.landawn.abacus.util.Range
-
- OperationType - Enum in com.landawn.abacus.util
-
The Enum OperationType.
- or(BooleanSupplier, BooleanSupplier) - Static method in class com.landawn.abacus.util.Fn
-
- or(BooleanSupplier, BooleanSupplier, BooleanSupplier) - Static method in class com.landawn.abacus.util.Fn
-
- or(Predicate<? super T>, Predicate<? super T>) - Static method in class com.landawn.abacus.util.Fn
-
- or(Predicate<? super T>, Predicate<? super T>, Predicate<? super T>) - Static method in class com.landawn.abacus.util.Fn
-
- or(Collection<Predicate<? super T>>) - Static method in class com.landawn.abacus.util.Fn
-
- or(BiPredicate<? super T, ? super U>, BiPredicate<? super T, ? super U>) - Static method in class com.landawn.abacus.util.Fn
-
- or(BiPredicate<? super T, ? super U>, BiPredicate<? super T, ? super U>, BiPredicate<? super T, ? super U>) - Static method in class com.landawn.abacus.util.Fn
-
- or(List<BiPredicate<? super T, ? super U>>) - Static method in class com.landawn.abacus.util.Fn
-
- or(BiPredicate<? super T, ? super U>) - Method in interface com.landawn.abacus.util.function.BiPredicate
-
- or(BooleanBiPredicate) - Method in interface com.landawn.abacus.util.function.BooleanBiPredicate
-
- or(BooleanPredicate) - Method in interface com.landawn.abacus.util.function.BooleanPredicate
-
- or(BooleanTriPredicate) - Method in interface com.landawn.abacus.util.function.BooleanTriPredicate
-
- or(ByteBiPredicate) - Method in interface com.landawn.abacus.util.function.ByteBiPredicate
-
- or(BytePredicate) - Method in interface com.landawn.abacus.util.function.BytePredicate
-
- or(ByteTriPredicate) - Method in interface com.landawn.abacus.util.function.ByteTriPredicate
-
- or(CharBiPredicate) - Method in interface com.landawn.abacus.util.function.CharBiPredicate
-
- or(CharPredicate) - Method in interface com.landawn.abacus.util.function.CharPredicate
-
- or(CharTriPredicate) - Method in interface com.landawn.abacus.util.function.CharTriPredicate
-
- or(DoubleBiPredicate) - Method in interface com.landawn.abacus.util.function.DoubleBiPredicate
-
- or(DoublePredicate) - Method in interface com.landawn.abacus.util.function.DoublePredicate
-
- or(DoubleTriPredicate) - Method in interface com.landawn.abacus.util.function.DoubleTriPredicate
-
- or(FloatBiPredicate) - Method in interface com.landawn.abacus.util.function.FloatBiPredicate
-
- or(FloatPredicate) - Method in interface com.landawn.abacus.util.function.FloatPredicate
-
- or(FloatTriPredicate) - Method in interface com.landawn.abacus.util.function.FloatTriPredicate
-
- or(IndexedBiPredicate<? super U, ? super T>) - Method in interface com.landawn.abacus.util.function.IndexedBiPredicate
-
- or(IndexedPredicate<? super T>) - Method in interface com.landawn.abacus.util.function.IndexedPredicate
-
- or(IntBiPredicate) - Method in interface com.landawn.abacus.util.function.IntBiPredicate
-
- or(IntPredicate) - Method in interface com.landawn.abacus.util.function.IntPredicate
-
- or(IntTriPredicate) - Method in interface com.landawn.abacus.util.function.IntTriPredicate
-
- or(LongBiPredicate) - Method in interface com.landawn.abacus.util.function.LongBiPredicate
-
- or(LongPredicate) - Method in interface com.landawn.abacus.util.function.LongPredicate
-
- or(LongTriPredicate) - Method in interface com.landawn.abacus.util.function.LongTriPredicate
-
- or(QuadPredicate<? super A, ? super B, ? super C, ? super D>) - Method in interface com.landawn.abacus.util.function.QuadPredicate
-
- or(ShortBiPredicate) - Method in interface com.landawn.abacus.util.function.ShortBiPredicate
-
- or(ShortPredicate) - Method in interface com.landawn.abacus.util.function.ShortPredicate
-
- or(ShortTriPredicate) - Method in interface com.landawn.abacus.util.function.ShortTriPredicate
-
- or(TriPredicate<A, B, C>) - Method in interface com.landawn.abacus.util.function.TriPredicate
-
- or(Throwables.Supplier<u.Nullable<? extends T>, E>) - Method in class com.landawn.abacus.util.u.Nullable
-
- or(Throwables.Supplier<u.Optional<? extends T>, E>) - Method in class com.landawn.abacus.util.u.Optional
-
- or(Throwables.Supplier<u.OptionalBoolean, E>) - Method in class com.landawn.abacus.util.u.OptionalBoolean
-
- or(Throwables.Supplier<u.OptionalByte, E>) - Method in class com.landawn.abacus.util.u.OptionalByte
-
- or(Throwables.Supplier<u.OptionalChar, E>) - Method in class com.landawn.abacus.util.u.OptionalChar
-
- or(Throwables.Supplier<u.OptionalDouble, E>) - Method in class com.landawn.abacus.util.u.OptionalDouble
-
- or(Throwables.Supplier<u.OptionalFloat, E>) - Method in class com.landawn.abacus.util.u.OptionalFloat
-
- or(Throwables.Supplier<u.OptionalInt, E>) - Method in class com.landawn.abacus.util.u.OptionalInt
-
- or(Throwables.Supplier<u.OptionalLong, E>) - Method in class com.landawn.abacus.util.u.OptionalLong
-
- or(Throwables.Supplier<u.OptionalShort, E>) - Method in class com.landawn.abacus.util.u.OptionalShort
-
- OR - Static variable in class com.landawn.abacus.util.WD
-
Field OR.
- OR_OP - Static variable in class com.landawn.abacus.util.WD
-
Field OR2.
- ORDER_BY - Static variable in class com.landawn.abacus.util.WD
-
Field ORDER_BY.
- ordinalIndexOf(String, String, int) - Static method in class com.landawn.abacus.util.StringUtil
-
Finds the n-th index within a String, handling null.
- orElse(Throwables.Runnable<E>) - Method in class com.landawn.abacus.util.If.OrElse
-
- orElse(U, Throwables.Consumer<? super U, E>) - Method in class com.landawn.abacus.util.If.OrElse
-
- orElse(T) - Method in class com.landawn.abacus.util.Result
-
- orElse(T) - Method in class com.landawn.abacus.util.u.Nullable
-
- orElse(T) - Method in class com.landawn.abacus.util.u.Optional
-
- orElse(boolean) - Method in class com.landawn.abacus.util.u.OptionalBoolean
-
- orElse(byte) - Method in class com.landawn.abacus.util.u.OptionalByte
-
- orElse(char) - Method in class com.landawn.abacus.util.u.OptionalChar
-
- orElse(double) - Method in class com.landawn.abacus.util.u.OptionalDouble
-
- orElse(float) - Method in class com.landawn.abacus.util.u.OptionalFloat
-
- orElse(int) - Method in class com.landawn.abacus.util.u.OptionalInt
-
- orElse(long) - Method in class com.landawn.abacus.util.u.OptionalLong
-
- orElse(short) - Method in class com.landawn.abacus.util.u.OptionalShort
-
- orElseGet(Throwables.Supplier<? extends T, E2>) - Method in class com.landawn.abacus.util.Result
-
- orElseGet(Throwables.Supplier<? extends T, E>) - Method in class com.landawn.abacus.util.u.Nullable
-
Or else get.
- orElseGet(Throwables.Supplier<? extends T, E>) - Method in class com.landawn.abacus.util.u.Optional
-
Or else get.
- orElseGet(Throwables.BooleanSupplier<E>) - Method in class com.landawn.abacus.util.u.OptionalBoolean
-
Or else get.
- orElseGet(Throwables.ByteSupplier<E>) - Method in class com.landawn.abacus.util.u.OptionalByte
-
Or else get.
- orElseGet(Throwables.CharSupplier<E>) - Method in class com.landawn.abacus.util.u.OptionalChar
-
Or else get.
- orElseGet(Throwables.DoubleSupplier<E>) - Method in class com.landawn.abacus.util.u.OptionalDouble
-
Or else get.
- orElseGet(Throwables.FloatSupplier<E>) - Method in class com.landawn.abacus.util.u.OptionalFloat
-
Or else get.
- orElseGet(Throwables.IntSupplier<E>) - Method in class com.landawn.abacus.util.u.OptionalInt
-
Or else get.
- orElseGet(Throwables.LongSupplier<E>) - Method in class com.landawn.abacus.util.u.OptionalLong
-
Or else get.
- orElseGet(Throwables.ShortSupplier<E>) - Method in class com.landawn.abacus.util.u.OptionalShort
-
Or else get.
- orElseGetIfFailure(Throwables.Supplier<? extends T, E2>) - Method in class com.landawn.abacus.util.Result
-
- orElseGetIfNull(Throwables.Supplier<? extends T, E>) - Method in class com.landawn.abacus.util.u.Nullable
-
Or else get if null.
- orElseIfFailure(T) - Method in class com.landawn.abacus.util.Result
-
- orElseIfNull(T) - Method in class com.landawn.abacus.util.u.Nullable
-
Or else if null.
- orElseNull() - Method in class com.landawn.abacus.util.u.Nullable
-
- orElseNull() - Method in class com.landawn.abacus.util.u.Optional
-
- orElseThrow(Supplier<? extends E>) - Method in class com.landawn.abacus.util.If.OrElse
-
Or else throw.
- orElseThrow() - Method in class com.landawn.abacus.util.Result
-
Or else throw.
- orElseThrow(Function<? super E, E2>) - Method in class com.landawn.abacus.util.Result
-
Or else throw.
- orElseThrow(E2) - Method in class com.landawn.abacus.util.Result
-
- orElseThrow(Supplier<? extends E2>) - Method in class com.landawn.abacus.util.Result
-
- orElseThrow() - Method in class com.landawn.abacus.util.u.Nullable
-
Or else throw.
- orElseThrow(Supplier<? extends X>) - Method in class com.landawn.abacus.util.u.Nullable
-
Or else throw.
- orElseThrow() - Method in class com.landawn.abacus.util.u.Optional
-
Or else throw.
- orElseThrow(Supplier<? extends X>) - Method in class com.landawn.abacus.util.u.Optional
-
Or else throw.
- orElseThrow() - Method in class com.landawn.abacus.util.u.OptionalBoolean
-
Or else throw.
- orElseThrow(Supplier<? extends X>) - Method in class com.landawn.abacus.util.u.OptionalBoolean
-
Or else throw.
- orElseThrow() - Method in class com.landawn.abacus.util.u.OptionalByte
-
Or else throw.
- orElseThrow(Supplier<? extends X>) - Method in class com.landawn.abacus.util.u.OptionalByte
-
Or else throw.
- orElseThrow() - Method in class com.landawn.abacus.util.u.OptionalChar
-
Or else throw.
- orElseThrow(Supplier<? extends X>) - Method in class com.landawn.abacus.util.u.OptionalChar
-
Or else throw.
- orElseThrow() - Method in class com.landawn.abacus.util.u.OptionalDouble
-
Or else throw.
- orElseThrow(Supplier<? extends X>) - Method in class com.landawn.abacus.util.u.OptionalDouble
-
Or else throw.
- orElseThrow() - Method in class com.landawn.abacus.util.u.OptionalFloat
-
Or else throw.
- orElseThrow(Supplier<? extends X>) - Method in class com.landawn.abacus.util.u.OptionalFloat
-
Or else throw.
- orElseThrow() - Method in class com.landawn.abacus.util.u.OptionalInt
-
Or else throw.
- orElseThrow(Supplier<? extends X>) - Method in class com.landawn.abacus.util.u.OptionalInt
-
Or else throw.
- orElseThrow() - Method in class com.landawn.abacus.util.u.OptionalLong
-
Or else throw.
- orElseThrow(Supplier<? extends X>) - Method in class com.landawn.abacus.util.u.OptionalLong
-
Or else throw.
- orElseThrow() - Method in class com.landawn.abacus.util.u.OptionalShort
-
Or else throw.
- orElseThrow(Supplier<? extends X>) - Method in class com.landawn.abacus.util.u.OptionalShort
-
Or else throw.
- orElseThrowIfNull() - Method in class com.landawn.abacus.util.u.Nullable
-
Or else throw if null.
- orElseThrowIfNull(Supplier<? extends X>) - Method in class com.landawn.abacus.util.u.Nullable
-
Or else throw if null.
- orElseZero() - Method in class com.landawn.abacus.util.u.OptionalByte
-
- orElseZero() - Method in class com.landawn.abacus.util.u.OptionalChar
-
- orElseZero() - Method in class com.landawn.abacus.util.u.OptionalDouble
-
- orElseZero() - Method in class com.landawn.abacus.util.u.OptionalFloat
-
- orElseZero() - Method in class com.landawn.abacus.util.u.OptionalInt
-
- orElseZero() - Method in class com.landawn.abacus.util.u.OptionalLong
-
- orElseZero() - Method in class com.landawn.abacus.util.u.OptionalShort
-
- orFalse() - Method in class com.landawn.abacus.util.u.OptionalBoolean
-
- orIfNull(Throwables.Supplier<u.Nullable<? extends T>, E>) - Method in class com.landawn.abacus.util.u.Nullable
-
Or if null.
- ORIGIN - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Origin header field name.
- ORIGIN - Static variable in class com.landawn.abacus.http.HttpHeaders.ReferrerPolicyValues
-
The Constant ORIGIN.
- ORIGIN_WHEN_CROSS_ORIGIN - Static variable in class com.landawn.abacus.http.HttpHeaders.ReferrerPolicyValues
-
The Constant ORIGIN_WHEN_CROSS_ORIGIN.
- orNull() - Method in class com.landawn.abacus.util.u.Nullable
-
- orNull() - Method in class com.landawn.abacus.util.u.Optional
-
- orTrue() - Method in class com.landawn.abacus.util.u.OptionalBoolean
-
- orZero() - Method in class com.landawn.abacus.util.u.OptionalByte
-
- orZero() - Method in class com.landawn.abacus.util.u.OptionalChar
-
- orZero() - Method in class com.landawn.abacus.util.u.OptionalDouble
-
- orZero() - Method in class com.landawn.abacus.util.u.OptionalFloat
-
- orZero() - Method in class com.landawn.abacus.util.u.OptionalInt
-
- orZero() - Method in class com.landawn.abacus.util.u.OptionalLong
-
- orZero() - Method in class com.landawn.abacus.util.u.OptionalShort
-
- OS_ARCH - Static variable in class com.landawn.abacus.util.IOUtil
-
- OS_NAME - Static variable in class com.landawn.abacus.util.IOUtil
-
- OS_VERSION - Static variable in class com.landawn.abacus.util.IOUtil
-
- OUTER - Static variable in class com.landawn.abacus.util.WD
-
Field OUTER .
- overlay(String, String, int, int) - Static method in class com.landawn.abacus.util.StringUtil
-
Overlays part of a String with another String.
- p(BiPredicate<? super K, ? super V>) - Static method in class com.landawn.abacus.util.Fn.Entries
-
- p(BytePredicate) - Static method in class com.landawn.abacus.util.Fn.FnB
-
- p(CharPredicate) - Static method in class com.landawn.abacus.util.Fn.FnC
-
- p(DoublePredicate) - Static method in class com.landawn.abacus.util.Fn.FnD
-
- p(FloatPredicate) - Static method in class com.landawn.abacus.util.Fn.FnF
-
- p(IntPredicate) - Static method in class com.landawn.abacus.util.Fn.FnI
-
- p(LongPredicate) - Static method in class com.landawn.abacus.util.Fn.FnL
-
- p(Throwables.Predicate<T, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- p(A, Throwables.BiPredicate<A, T, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- p(A, B, Throwables.TriPredicate<A, B, T, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- p(Throwables.BiPredicate<T, U, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- p(A, Throwables.TriPredicate<A, T, U, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- p(Throwables.TriPredicate<A, B, C, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- p(ShortPredicate) - Static method in class com.landawn.abacus.util.Fn.FnS
-
- p(Predicate<T>) - Static method in class com.landawn.abacus.util.Fn
-
- p(A, BiPredicate<A, T>) - Static method in class com.landawn.abacus.util.Fn
-
- p(A, B, TriPredicate<A, B, T>) - Static method in class com.landawn.abacus.util.Fn
-
- p(BiPredicate<T, U>) - Static method in class com.landawn.abacus.util.Fn
-
- p(A, TriPredicate<A, T, U>) - Static method in class com.landawn.abacus.util.Fn
-
- p(TriPredicate<A, B, C>) - Static method in class com.landawn.abacus.util.Fn
-
- P3P - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP P3P header field name.
- padEnd(String, int) - Static method in class com.landawn.abacus.util.StringUtil
-
- padEnd(String, int, char) - Static method in class com.landawn.abacus.util.StringUtil
-
- padEnd(String, int, String) - Static method in class com.landawn.abacus.util.StringUtil
-
- padLeft(List<T>, int, T) - Static method in class com.landawn.abacus.util.Iterables
-
- padRight(Collection<T>, int, T) - Static method in class com.landawn.abacus.util.Iterables
-
- padStart(String, int) - Static method in class com.landawn.abacus.util.StringUtil
-
- padStart(String, int, char) - Static method in class com.landawn.abacus.util.StringUtil
-
- padStart(String, int, String) - Static method in class com.landawn.abacus.util.StringUtil
-
- pageCount() - Method in interface com.landawn.abacus.PaginatedDataSet
-
- pageSize() - Method in interface com.landawn.abacus.PaginatedDataSet
-
- paginate(int) - Method in interface com.landawn.abacus.DataSet
-
- paginate(Collection<String>, int) - Method in interface com.landawn.abacus.DataSet
-
- PaginatedDataSet - Interface in com.landawn.abacus
-
- pair() - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- pair() - Static method in class com.landawn.abacus.util.Fn
-
- Pair<L,R> - Class in com.landawn.abacus.util
-
- Pair() - Constructor for class com.landawn.abacus.util.Pair
-
- PARALLEL - Static variable in class com.landawn.abacus.util.WD
-
Field PARALLEL.
- parallelSortBy(String) - Method in interface com.landawn.abacus.DataSet
-
Parallel sort by.
- parallelSortBy(String, Comparator<T>) - Method in interface com.landawn.abacus.DataSet
-
Parallel sort by.
- parallelSortBy(Collection<String>) - Method in interface com.landawn.abacus.DataSet
-
Parallel sort by.
- parallelSortBy(Collection<String>, Comparator<? super Object[]>) - Method in interface com.landawn.abacus.DataSet
-
Parallel sort by.
- parallelSortBy(Collection<String>, Function<? super NoCachingNoUpdating.DisposableObjArray, ? extends Comparable>) - Method in interface com.landawn.abacus.DataSet
-
Parallel sort by.
- parallelSortBy(String) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
-
Parallel sort by.
- parallelSortBy(String, Comparator<T>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
-
Parallel sort by.
- parallelSortBy(Collection<String>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
-
Parallel sort by.
- parallelSortBy(Collection<String>, Comparator<? super Object[]>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
-
Parallel sort by.
- parallelSortBy(Collection<String>, Function<? super NoCachingNoUpdating.DisposableObjArray, ? extends Comparable>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
-
Parallel sort by.
- ParallelSupported - Annotation Type in com.landawn.abacus.annotation
-
- parameters2Entity(Class<T>, Map<String, String[]>) - Static method in class com.landawn.abacus.util.URLEncodedUtil
-
Parameters 2 entity.
- PARENTHESES_L - Static variable in class com.landawn.abacus.util.WD
-
Field PARENTHESES_L.
- PARENTHESES_R - Static variable in class com.landawn.abacus.util.WD
-
Field PARENTHESES_R.
- PARENTHESES_R_SPACE - Static variable in class com.landawn.abacus.util.WD
-
Field PARENTHESES_R_SPACE.
- parse(String) - Static method in class com.landawn.abacus.http.HttpUtil.HttpDate
-
Returns the date for value.
- parse(String) - Static method in class com.landawn.abacus.util.ISO8601Util
-
- parse(String, ParsePosition) - Static method in class com.landawn.abacus.util.ISO8601Util
-
Parse a date from ISO-8601 formatted string.
- parse(String) - Static method in class com.landawn.abacus.util.TypeAttrParser
-
- parseByte() - Static method in class com.landawn.abacus.util.Fn
-
Parses the byte.
- parseCalendar(String) - Static method in class com.landawn.abacus.util.DateUtil
-
Parses the calendar.
- parseCalendar(String, String) - Static method in class com.landawn.abacus.util.DateUtil
-
Parses the calendar.
- parseCalendar(String, String, TimeZone) - Static method in class com.landawn.abacus.util.DateUtil
-
Converts the specified calendar with the specified format to a new instance of Calendar.
- parseDate(String) - Static method in class com.landawn.abacus.util.DateUtil
-
Parses the date.
- parseDate(String, String) - Static method in class com.landawn.abacus.util.DateUtil
-
Parses the date.
- parseDate(String, String, TimeZone) - Static method in class com.landawn.abacus.util.DateUtil
-
Converts the specified date with the specified format to a new instance of java.sql.Date.
- parseDouble() - Static method in class com.landawn.abacus.util.Fn
-
Parses the double.
- ParseException - Exception in com.landawn.abacus.exception
-
- ParseException() - Constructor for exception com.landawn.abacus.exception.ParseException
-
Constructor for ParseException.
- ParseException(String) - Constructor for exception com.landawn.abacus.exception.ParseException
-
Constructor for ParseException.
- ParseException(int, String) - Constructor for exception com.landawn.abacus.exception.ParseException
-
Constructor for ParseException.
- ParseException(String, Throwable) - Constructor for exception com.landawn.abacus.exception.ParseException
-
Constructor for ParseException.
- ParseException(Throwable) - Constructor for exception com.landawn.abacus.exception.ParseException
-
Constructor for ParseException.
- parseFloat() - Static method in class com.landawn.abacus.util.Fn
-
Parses the float.
- parseGregorianCalendar(String) - Static method in class com.landawn.abacus.util.DateUtil
-
Parses the gregorian calendar.
- parseGregorianCalendar(String, String) - Static method in class com.landawn.abacus.util.DateUtil
-
Parses the gregorian calendar.
- parseGregorianCalendar(String, String, TimeZone) - Static method in class com.landawn.abacus.util.DateUtil
-
Converts the specified calendar with the specified format to a new instance of GregorianCalendar.
- parseInt() - Static method in class com.landawn.abacus.util.Fn
-
Parses the int.
- parseJUDate(String) - Static method in class com.landawn.abacus.util.DateUtil
-
Parses the JU date.
- parseJUDate(String, String) - Static method in class com.landawn.abacus.util.DateUtil
-
Parses the JU date.
- parseJUDate(String, String, TimeZone) - Static method in class com.landawn.abacus.util.DateUtil
-
Converts the specified date with the specified format to a new instance of java.util.Date.
- parseLine(String) - Method in class com.landawn.abacus.util.CSVParser
-
Parses an incoming String and returns an array of elements.
- parseLineMulti(String) - Method in class com.landawn.abacus.util.CSVParser
-
Parses an incoming String and returns an array of elements.
- parseLineMultiToArray(String) - Method in class com.landawn.abacus.util.CSVParser
-
- parseLineMultiToArray(String[], String) - Method in class com.landawn.abacus.util.CSVParser
-
- parseLineToArray(String) - Method in class com.landawn.abacus.util.CSVParser
-
- parseLineToArray(String[], String) - Method in class com.landawn.abacus.util.CSVParser
-
- parseLong() - Static method in class com.landawn.abacus.util.Fn
-
Parses the long.
- Parser<SC extends SerializationConfig<?>,DC extends DeserializationConfig<?>> - Interface in com.landawn.abacus.parser
-
Design principles: 1, Simple (is beautiful) 2, Fast (is powerful) 3, Concepts (must be integral
and consistent)
These principles can't be broken by any change or reason.
- ParserConfig<C extends ParserConfig<C>> - Class in com.landawn.abacus.parser
-
- ParserConfig() - Constructor for class com.landawn.abacus.parser.ParserConfig
-
- ParserFactory - Class in com.landawn.abacus.parser
-
A factory for creating Parser objects.
- ParserUtil - Class in com.landawn.abacus.parser
-
- ParserUtil.EntityInfo - Class in com.landawn.abacus.parser
-
- ParserUtil.PropInfo - Class in com.landawn.abacus.parser
-
- parseShort() - Static method in class com.landawn.abacus.util.Fn
-
Parses the short.
- parseTime(String) - Static method in class com.landawn.abacus.util.DateUtil
-
Parses the time.
- parseTime(String, String) - Static method in class com.landawn.abacus.util.DateUtil
-
Parses the time.
- parseTime(String, String, TimeZone) - Static method in class com.landawn.abacus.util.DateUtil
-
Converts the specified date with the specified format to a new instance of Time.
- parseTimestamp(String) - Static method in class com.landawn.abacus.util.DateUtil
-
Parses the timestamp.
- parseTimestamp(String, String) - Static method in class com.landawn.abacus.util.DateUtil
-
Parses the timestamp.
- parseTimestamp(String, String, TimeZone) - Static method in class com.landawn.abacus.util.DateUtil
-
Converts the specified date with the specified format to a new instance of Timestamp.
- parseXMLGregorianCalendar(String) - Static method in class com.landawn.abacus.util.DateUtil
-
Parses the XML gregorian calendar.
- parseXMLGregorianCalendar(String, String) - Static method in class com.landawn.abacus.util.DateUtil
-
Parses the XML gregorian calendar.
- parseXMLGregorianCalendar(String, String, TimeZone) - Static method in class com.landawn.abacus.util.DateUtil
-
Converts the specified calendar with the specified format to a new instance of XMLGregorianCalendar.
- partitioningBy(Predicate<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- partitioningBy(Predicate<? super T>, Collector<? super T, A, D>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- patch() - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
- patch(Class<T>) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
- PATH_SEPARATOR - Static variable in class com.landawn.abacus.util.IOUtil
-
- pathTraverser() - Static method in class com.landawn.abacus.guava.Files
-
- pattern(CharSequence, CharSequence) - Static method in class com.landawn.abacus.util.Splitter.MapSplitter
-
- pattern(CharSequence) - Static method in class com.landawn.abacus.util.Splitter
-
- peek(K) - Method in class com.landawn.abacus.pool.GenericKeyedObjectPool
-
- peek(K) - Method in interface com.landawn.abacus.pool.KeyedObjectPool
-
Get but don't update last access time.
- peek(Throwables.Consumer<? super T, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- peekFirst(Throwables.Consumer<? super T, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- peekLast(Throwables.Consumer<? super T, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- PERCENT - Static variable in class com.landawn.abacus.util.WD
-
Field PERCENT.
- Percentage - Enum in com.landawn.abacus.util
-
The Enum Percentage.
- percentiles(Comparator<? super T>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- percentiles(char[]) - Static method in class com.landawn.abacus.util.N
-
Returns the elements at: Percentage * length of the specified array.
- percentiles(byte[]) - Static method in class com.landawn.abacus.util.N
-
Returns the elements at: Percentage * length of the specified array.
- percentiles(short[]) - Static method in class com.landawn.abacus.util.N
-
Returns the elements at: Percentage * length of the specified array.
- percentiles(int[]) - Static method in class com.landawn.abacus.util.N
-
Returns the elements at: Percentage * length of the specified array.
- percentiles(long[]) - Static method in class com.landawn.abacus.util.N
-
Returns the elements at: Percentage * length of the specified array.
- percentiles(float[]) - Static method in class com.landawn.abacus.util.N
-
Returns the elements at: Percentage * length of the specified array.
- percentiles(double[]) - Static method in class com.landawn.abacus.util.N
-
Returns the elements at: Percentage * length of the specified array.
- percentiles(T[]) - Static method in class com.landawn.abacus.util.N
-
Returns the elements at: Percentage * length of the specified array.
- percentiles(List<T>) - Static method in class com.landawn.abacus.util.N
-
Returns the elements at: Percentage * length of the specified array.
- PERIOD - Static variable in class com.landawn.abacus.util.WD
-
Field PERIOD.
- persist(File) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- persist(String, String, File) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- persist(Throwables.Function<? super T, String, IOException>, File) - Method in class com.landawn.abacus.util.ExceptionalStream
-
toCSV:
- persist(Throwables.Function<? super T, String, IOException>, String, String, File) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- persist(Throwables.Function<? super T, String, IOException>, OutputStream) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- persist(Throwables.Function<? super T, String, IOException>, Writer) - Method in class com.landawn.abacus.util.ExceptionalStream
-
toCSV:
- persist(Throwables.Function<? super T, String, IOException>, String, String, Writer) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- persist(Throwables.BiConsumer<? super T, Writer, IOException>, Writer) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- persist(Throwables.BiConsumer<? super T, Writer, IOException>, String, String, Writer) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- persist(Connection, String, int, int, Throwables.BiConsumer<? super T, ? super PreparedStatement, SQLException>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- persist(PreparedStatement, int, int, Throwables.BiConsumer<? super T, ? super PreparedStatement, SQLException>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- 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(Duration) - Method in class com.landawn.abacus.util.Duration
-
- PLUS - Static variable in class com.landawn.abacus.util.WD
-
Field PLUS.
- plusDays(long) - Method in class com.landawn.abacus.util.Duration
-
- plusHours(long) - Method in class com.landawn.abacus.util.Duration
-
- plusMillis(long) - Method in class com.landawn.abacus.util.Duration
-
- plusMinutes(long) - Method in class com.landawn.abacus.util.Duration
-
- plusSeconds(long) - Method in class com.landawn.abacus.util.Duration
-
- pollFirst() - Method in class com.landawn.abacus.util.ImmutableNavigableSet
-
- pollFirstEntry() - Method in class com.landawn.abacus.util.ImmutableNavigableMap
-
Poll first entry.
- pollLast() - Method in class com.landawn.abacus.util.ImmutableNavigableSet
-
- pollLastEntry() - Method in class com.landawn.abacus.util.ImmutableNavigableMap
-
Poll last entry.
- Pool - Interface in com.landawn.abacus.pool
-
- POOL_SIZE - Static variable in class com.landawn.abacus.util.InternalUtil
-
- Poolable - Interface in com.landawn.abacus.pool
-
- PoolableWrapper<T> - Class in com.landawn.abacus.pool
-
- PoolableWrapper(T) - Constructor for class com.landawn.abacus.pool.PoolableWrapper
-
Wrap the the source object with Long.MAX_VALUE liveTime and Long.MAX_VALUE maxIdleTime.
- PoolableWrapper(T, long, long) - Constructor for class com.landawn.abacus.pool.PoolableWrapper
-
- PoolFactory - Class in com.landawn.abacus.pool
-
A factory for creating Pool objects.
- positve() - Static method in class com.landawn.abacus.util.Fn.FnB
-
- positve() - Static method in class com.landawn.abacus.util.Fn.FnD
-
- positve() - Static method in class com.landawn.abacus.util.Fn.FnF
-
- positve() - Static method in class com.landawn.abacus.util.Fn.FnI
-
- positve() - Static method in class com.landawn.abacus.util.Fn.FnL
-
- positve() - Static method in class com.landawn.abacus.util.Fn.FnS
-
- post(Object) - Method in class com.landawn.abacus.http.HttpClient
-
- post(Object, HttpSettings) - Method in class com.landawn.abacus.http.HttpClient
-
- post(Class<T>, Object) - Method in class com.landawn.abacus.http.HttpClient
-
- post(Class<T>, Object, HttpSettings) - Method in class com.landawn.abacus.http.HttpClient
-
- post(Object) - Method in class com.landawn.abacus.http.HttpRequest
-
- post(Class<T>, Object) - Method in class com.landawn.abacus.http.HttpRequest
-
- post() - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
- post(Class<T>) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
- pow(int) - Method in class com.landawn.abacus.util.Fraction
-
Gets a fraction that is raised to the passed in power.
- pow(int, int) - Static method in class com.landawn.abacus.util.Numbers
-
- pow(long, int) - Static method in class com.landawn.abacus.util.Numbers
-
Returns b to the kth power.
- POWER - Static variable in class com.landawn.abacus.util.WD
-
Field POWER.
- powExact(int, int) - Static method in class com.landawn.abacus.util.Numbers
-
Returns the b to the kth power, provided it does not overflow.
- powExact(long, int) - Static method in class com.landawn.abacus.util.Numbers
-
Returns the b to the kth power, provided it does not overflow.
- pp(Throwables.BiPredicate<? super K, ? super V, E>) - Static method in class com.landawn.abacus.util.Fn.Entries
-
- pp(Predicate<T>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- pp(A, BiPredicate<A, T>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- pp(A, B, TriPredicate<A, B, T>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- pp(BiPredicate<T, U>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- pp(A, TriPredicate<A, T, U>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- pp(TriPredicate<A, B, C>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- pp(Throwables.Predicate<T, E>) - Static method in class com.landawn.abacus.util.Fn
-
- pp(A, Throwables.BiPredicate<A, T, E>) - Static method in class com.landawn.abacus.util.Fn
-
- pp(A, B, Throwables.TriPredicate<A, B, T, E>) - Static method in class com.landawn.abacus.util.Fn
-
- pp(Throwables.BiPredicate<T, U, E>) - Static method in class com.landawn.abacus.util.Fn
-
- pp(A, Throwables.TriPredicate<A, T, U, E>) - Static method in class com.landawn.abacus.util.Fn
-
- pp(Throwables.TriPredicate<A, B, C, E>) - Static method in class com.landawn.abacus.util.Fn
-
- PRAGMA - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Pragma header field name.
- Predicate<T> - Interface in com.landawn.abacus.util.function
-
- prepend(T...) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- prepend(Collection<? extends T>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- prepend(ExceptionalStream<T, E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- prependIfMissing(String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
Prepend if missing.
- prependIfMissingIgnoreCase(String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
- previousPage() - Method in interface com.landawn.abacus.PaginatedDataSet
-
- println() - Method in interface com.landawn.abacus.DataSet
-
- println(Collection<String>, int, int) - Method in interface com.landawn.abacus.DataSet
-
- println(W) - Method in interface com.landawn.abacus.DataSet
-
- println(W, Collection<String>, int, int) - Method in interface com.landawn.abacus.DataSet
-
- println() - Method in class com.landawn.abacus.util.ExceptionalStream
-
- println() - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- println(String) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- println() - Static method in class com.landawn.abacus.util.Fn
-
- println(String) - Static method in class com.landawn.abacus.util.Fn
-
- println(T) - Static method in class com.landawn.abacus.util.N
-
- printResult() - Method in class com.landawn.abacus.util.Profiler.MultiLoopsStatistics
-
Prints the result.
- Profiler - Class in com.landawn.abacus.util
-
A simple way to run load/performance test.
- Profiler.MultiLoopsStatistics - Class in com.landawn.abacus.util
-
The Class MultiLoopsStatistics.
- PROP - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field PROP.
- PROP_ELE_END - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field PROP_ELE_END.
- PROP_ELE_START - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field PROP_ELE_START.
- PROP_NAME - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field PROP_NAME.
- PROP_NAME_ELE_END - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field PROP_NAME_ELE_END.
- PROP_NAME_ELE_START - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field PROP_NAME_ELE_START.
- PROP_NAME_NULL_ELE - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field PROP_NAME_NULL_ELE.
- PROP_NULL_ELE - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field PROP_NULL_ELE.
- PROP_VALUE - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field PROP_VALUE.
- PROP_VALUE_ELE_END - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field PROP_VALUE_ELE_END.
- PROP_VALUE_ELE_START - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field PROP_VALUE_ELE_START.
- PROP_VALUE_NULL_ELE - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field PROP_VALUE_NULL_ELE.
- properNumerator() - Method in class com.landawn.abacus.util.Fraction
-
- properties() - Method in interface com.landawn.abacus.DataSet
-
- PROPERTIES - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field PROPERTIES.
- Properties<K,V> - Class in com.landawn.abacus.util
-
- Properties() - Constructor for class com.landawn.abacus.util.Properties
-
- PROPERTIES_ELE_END - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field PROPERTIES_ELE_END.
- PROPERTIES_ELE_START - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field PROPERTIES_ELE_START.
- PROPERTIES_NULL_ELE - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field PROPERTIES_NULL_ELE.
- PROPERTY - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field PROPERTY.
- PROPERTY_ELE_END - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field PROPERTY_ELE_END.
- PROPERTY_ELE_START - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field PROPERTY_ELE_START.
- PROPERTY_NULL_ELE - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field PROPERTY_NULL_ELE.
- properWhole() - Method in class com.landawn.abacus.util.Fraction
-
- propInfoList - Variable in class com.landawn.abacus.parser.ParserUtil.EntityInfo
-
- PROPS - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field PROPS.
- PROPS_ELE_END - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field PROPS_ELE_END.
- PROPS_ELE_START - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field PROPS_ELE_START.
- PROPS_LIST - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field PROPS_LIST.
- PROPS_LIST_ELE_END - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field PROPS_LIST_ELE_END.
- PROPS_LIST_ELE_START - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field PROPS_LIST_ELE_START.
- PROPS_LIST_NULL_ELE - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field PROPS_LIST_NULL_ELE.
- PROPS_MAP - Static variable in class com.landawn.abacus.util.Clazz
-
- PROPS_NULL_ELE - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field PROPS_NULL_ELE.
- PROXY_AUTHENTICATE - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Proxy-Authenticate header field name.
- PROXY_AUTHORIZATION - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Proxy-Authorization header field name.
- PUBLIC_KEY_PINS - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
- PUBLIC_KEY_PINS_REPORT_ONLY - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
- put(byte) - Method in interface com.landawn.abacus.guava.hash.Hasher
-
- put(byte[]) - Method in interface com.landawn.abacus.guava.hash.Hasher
-
- put(byte[], int, int) - Method in interface com.landawn.abacus.guava.hash.Hasher
-
- put(ByteBuffer) - Method in interface com.landawn.abacus.guava.hash.Hasher
-
- put(short) - Method in interface com.landawn.abacus.guava.hash.Hasher
-
- put(int) - Method in interface com.landawn.abacus.guava.hash.Hasher
-
- put(long) - Method in interface com.landawn.abacus.guava.hash.Hasher
-
- put(float) - Method in interface com.landawn.abacus.guava.hash.Hasher
-
Equivalent to putInt(Float.floatToRawIntBits(f)).
- put(double) - Method in interface com.landawn.abacus.guava.hash.Hasher
-
Equivalent to putLong(Double.doubleToRawLongBits(d)).
- put(boolean) - Method in interface com.landawn.abacus.guava.hash.Hasher
-
Equivalent to putByte(b ? (byte) 1 : (byte) 0).
- put(char) - Method in interface com.landawn.abacus.guava.hash.Hasher
-
- put(char[]) - Method in interface com.landawn.abacus.guava.hash.Hasher
-
- put(char[], int, int) - Method in interface com.landawn.abacus.guava.hash.Hasher
-
- put(CharSequence) - Method in interface com.landawn.abacus.guava.hash.Hasher
-
Equivalent to processing each char value in the CharSequence, in order.
- put(CharSequence, Charset) - Method in interface com.landawn.abacus.guava.hash.Hasher
-
Equivalent to putBytes(charSequence.toString().getBytes(charset)).
- put(T, Funnel<? super T>) - Method in interface com.landawn.abacus.guava.hash.Hasher
-
A simple convenience for funnel.funnel(object, this).
- put(Object) - Method in class com.landawn.abacus.http.HttpClient
-
- put(Object, HttpSettings) - Method in class com.landawn.abacus.http.HttpClient
-
- put(Class<T>, Object) - Method in class com.landawn.abacus.http.HttpClient
-
- put(Class<T>, Object, HttpSettings) - Method in class com.landawn.abacus.http.HttpClient
-
- put(Object) - Method in class com.landawn.abacus.http.HttpRequest
-
- put(Class<T>, Object) - Method in class com.landawn.abacus.http.HttpRequest
-
- put() - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
- put(Class<T>) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
- put(K, E) - Method in class com.landawn.abacus.pool.GenericKeyedObjectPool
-
- put(K, E, boolean) - Method in class com.landawn.abacus.pool.GenericKeyedObjectPool
-
- put(K, E) - Method in interface com.landawn.abacus.pool.KeyedObjectPool
-
- put(K, E, boolean) - Method in interface com.landawn.abacus.pool.KeyedObjectPool
-
- put(K, V) - Method in class com.landawn.abacus.util.ArrayHashMap
-
- put(K, V) - Method in class com.landawn.abacus.util.BiMap
-
- put(K, V) - Method in class com.landawn.abacus.util.Builder.MapBuilder
-
- put(K, E) - Method in class com.landawn.abacus.util.Builder.MultimapBuilder
-
- put(K, V) - Method in class com.landawn.abacus.util.ImmutableMap.Builder
-
- 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.ObjectPool
-
- put(K, V) - Method in class com.landawn.abacus.util.Properties
-
- putAll(Map<? extends K, ? extends V>) - Method in class com.landawn.abacus.util.ArrayHashMap
-
- putAll(Map<? extends K, ? extends V>) - Method in class com.landawn.abacus.util.BiMap
-
Warning: the results of calling this method may vary depending on
the iteration order of map.
- putAll(Map<? extends K, ? extends V>) - Method in class com.landawn.abacus.util.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.Builder
-
- 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.ObjectPool
-
- putAll(Map<? extends K, ? extends V>) - Method in class com.landawn.abacus.util.Properties
-
- putAllIfKeyAbsent(K, Collection<? extends E>) - Method in class com.landawn.abacus.util.Multimap
-
If the specified key is not already associated with any value (or is mapped
to null) associates it with the given values in the specified collection
and returns true, else returns false.
- putCount() - Method in class com.landawn.abacus.pool.AbstractPool
-
- putCount() - Method in interface com.landawn.abacus.pool.Pool
-
- putIfAbsent(K, V) - Method in class com.landawn.abacus.util.Builder.MapBuilder
-
Put if absent.
- putIfAbsent(K, Supplier<V>) - Method in class com.landawn.abacus.util.Builder.MapBuilder
-
Put if absent.
- 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
-
Put if absent.
- putIfAbsent(Map<K, V>, K, Supplier<V>) - Static method in class com.landawn.abacus.util.Maps
-
Put if absent.
- putIfAbsent(K, E) - Method in class com.landawn.abacus.util.Multimap
-
If the specified value is not already associated with the specified key
associates it with the given key and returns true, else returns false.
- putIfAbsent(K, V) - Method in class com.landawn.abacus.util.Properties
-
Put if absent.
- putIfKeyAbsent(K, E) - Method in class com.landawn.abacus.util.Multimap
-
If the specified key is not already associated with any value (or is mapped
to null) associates it with the given value and returns true, else returns false.
- r(Throwables.Runnable<E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- r(Runnable) - Static method in class com.landawn.abacus.util.Fn
-
- R() - Constructor for class com.landawn.abacus.util.u.R
-
Instantiates a new r.
- r2c(Throwables.Runnable<E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- r2c(Throwables.Runnable<E>, R) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- r2c(Runnable) - Static method in class com.landawn.abacus.util.Fn
-
- r2c(Runnable, R) - Static method in class com.landawn.abacus.util.Fn
-
- r2jr(Throwables.Runnable<E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- RANDOM - Static variable in interface com.landawn.abacus.util.function.BooleanSupplier
-
- RANDOM - Static variable in interface com.landawn.abacus.util.function.ByteSupplier
-
- RANDOM - Static variable in interface com.landawn.abacus.util.function.CharSupplier
-
- RANDOM - Static variable in interface com.landawn.abacus.util.function.DoubleSupplier
-
- RANDOM - Static variable in interface com.landawn.abacus.util.function.FloatSupplier
-
- RANDOM - Static variable in interface com.landawn.abacus.util.function.IntSupplier
-
- RANDOM - Static variable in interface com.landawn.abacus.util.function.LongSupplier
-
- RANDOM - Static variable in interface com.landawn.abacus.util.function.ShortSupplier
-
- RANGE - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Range header field name.
- range(char, char) - Static method in class com.landawn.abacus.util.Array
-
- range(byte, byte) - Static method in class com.landawn.abacus.util.Array
-
- range(short, short) - Static method in class com.landawn.abacus.util.Array
-
- range(int, int) - Static method in class com.landawn.abacus.util.Array
-
- range(long, long) - Static method in class com.landawn.abacus.util.Array
-
- range(char, char, int) - Static method in class com.landawn.abacus.util.Array
-
- range(byte, byte, byte) - Static method in class com.landawn.abacus.util.Array
-
- range(short, short, short) - Static method in class com.landawn.abacus.util.Array
-
- range(int, int, int) - Static method in class com.landawn.abacus.util.Array
-
- range(long, long, long) - Static method in class com.landawn.abacus.util.Array
-
- range(Percentage, Percentage) - Static method in enum com.landawn.abacus.util.Percentage
-
- range(Percentage, Percentage, Percentage) - Static method in enum com.landawn.abacus.util.Percentage
-
- Range<T extends Comparable<? super T>> - Class in com.landawn.abacus.util
-
Note: it's copied from Apache Commons Lang developed at The Apache Software Foundation (http://www.apache.org/), or
under the Apache License 2.0.
- Range.BoundType - Enum in com.landawn.abacus.util
-
The Enum BoundType.
- rangeClosed(char, char) - Static method in class com.landawn.abacus.util.Array
-
- rangeClosed(byte, byte) - Static method in class com.landawn.abacus.util.Array
-
- rangeClosed(short, short) - Static method in class com.landawn.abacus.util.Array
-
- rangeClosed(int, int) - Static method in class com.landawn.abacus.util.Array
-
- rangeClosed(long, long) - Static method in class com.landawn.abacus.util.Array
-
- rangeClosed(char, char, int) - Static method in class com.landawn.abacus.util.Array
-
- rangeClosed(byte, byte, byte) - Static method in class com.landawn.abacus.util.Array
-
- rangeClosed(short, short, short) - Static method in class com.landawn.abacus.util.Array
-
- rangeClosed(int, int, int) - Static method in class com.landawn.abacus.util.Array
-
- rangeClosed(long, long, long) - Static method in class com.landawn.abacus.util.Array
-
- rangeClosed(Percentage, Percentage) - Static method in enum com.landawn.abacus.util.Percentage
-
- rangeClosed(Percentage, Percentage, Percentage) - Static method in enum com.landawn.abacus.util.Percentage
-
- 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.util.BufferedReader
-
- read(char[], int, int) - Method in class com.landawn.abacus.util.BufferedReader
-
- read(File, byte[]) - Static method in class com.landawn.abacus.util.IOUtil
-
- read(File, byte[], int, int) - Static method in class com.landawn.abacus.util.IOUtil
-
- read(InputStream, byte[]) - Static method in class com.landawn.abacus.util.IOUtil
-
- read(InputStream, byte[], int, int) - Static method in class com.landawn.abacus.util.IOUtil
-
- read(File, char[]) - Static method in class com.landawn.abacus.util.IOUtil
-
- read(File, char[], Charset) - Static method in class com.landawn.abacus.util.IOUtil
-
- read(File, char[], int, int) - Static method in class com.landawn.abacus.util.IOUtil
-
- read(File, char[], int, int, Charset) - Static method in class com.landawn.abacus.util.IOUtil
-
- read(Reader, char[]) - Static method in class com.landawn.abacus.util.IOUtil
-
- read(Reader, char[], int, int) - Static method in class com.landawn.abacus.util.IOUtil
-
- read() - Method in class com.landawn.abacus.util.LZ4BlockInputStream
-
- read(byte[]) - Method in class com.landawn.abacus.util.LZ4BlockInputStream
-
- read(byte[], int, int) - Method in class com.landawn.abacus.util.LZ4BlockInputStream
-
- read() - Method in class com.landawn.abacus.util.SnappyInputStream
-
- read(byte[]) - Method in class com.landawn.abacus.util.SnappyInputStream
-
- read(byte[], int, int) - Method in class com.landawn.abacus.util.SnappyInputStream
-
- read() - Method in class com.landawn.abacus.util.Ticker
-
Returns the number of nanoseconds elapsed since this ticker's fixed point of reference.
- READ_BUFFER_SIZE - Static variable in class com.landawn.abacus.util.CSVParser
-
In most cases we know the size of the line we want to read.
- readAllBytes(File) - Static method in class com.landawn.abacus.util.IOUtil
-
- readAllBytes(InputStream) - Static method in class com.landawn.abacus.util.IOUtil
-
- readAllChars(File) - Static method in class com.landawn.abacus.util.IOUtil
-
- readAllChars(File, Charset) - Static method in class com.landawn.abacus.util.IOUtil
-
- readAllChars(InputStream) - Static method in class com.landawn.abacus.util.IOUtil
-
- readAllChars(InputStream, Charset) - Static method in class com.landawn.abacus.util.IOUtil
-
- readAllChars(Reader) - Static method in class com.landawn.abacus.util.IOUtil
-
- readAllLines(File) - Static method in class com.landawn.abacus.util.IOUtil
-
- readAllLines(File, Charset) - Static method in class com.landawn.abacus.util.IOUtil
-
- readAllLines(InputStream) - Static method in class com.landawn.abacus.util.IOUtil
-
- readAllLines(InputStream, Charset) - Static method in class com.landawn.abacus.util.IOUtil
-
- readAllLines(Reader) - Static method in class com.landawn.abacus.util.IOUtil
-
- readAttributes(Node) - Static method in class com.landawn.abacus.util.XMLUtil
-
- readBytes(File) - Static method in class com.landawn.abacus.util.IOUtil
-
- readBytes(File, long, int) - Static method in class com.landawn.abacus.util.IOUtil
-
- readBytes(InputStream) - Static method in class com.landawn.abacus.util.IOUtil
-
- readBytes(InputStream, long, int) - Static method in class com.landawn.abacus.util.IOUtil
-
- readChars(File) - Static method in class com.landawn.abacus.util.IOUtil
-
- readChars(File, Charset) - Static method in class com.landawn.abacus.util.IOUtil
-
- readChars(File, long, int) - Static method in class com.landawn.abacus.util.IOUtil
-
- readChars(File, long, int, Charset) - Static method in class com.landawn.abacus.util.IOUtil
-
- readChars(InputStream) - Static method in class com.landawn.abacus.util.IOUtil
-
- readChars(InputStream, Charset) - Static method in class com.landawn.abacus.util.IOUtil
-
- readChars(InputStream, long, int) - Static method in class com.landawn.abacus.util.IOUtil
-
- readChars(InputStream, long, int, Charset) - Static method in class com.landawn.abacus.util.IOUtil
-
- readChars(Reader) - Static method in class com.landawn.abacus.util.IOUtil
-
- readChars(Reader, long, int) - Static method in class com.landawn.abacus.util.IOUtil
-
- readLine() - Method in class com.landawn.abacus.util.BufferedReader
-
- readLine(File) - Static method in class com.landawn.abacus.util.IOUtil
-
- readLine(File, int) - Static method in class com.landawn.abacus.util.IOUtil
-
- readLine(File, int, Charset) - Static method in class com.landawn.abacus.util.IOUtil
-
- readLine(InputStream) - Static method in class com.landawn.abacus.util.IOUtil
-
- readLine(InputStream, int) - Static method in class com.landawn.abacus.util.IOUtil
-
- readLine(InputStream, int, Charset) - Static method in class com.landawn.abacus.util.IOUtil
-
- readLine(Reader) - Static method in class com.landawn.abacus.util.IOUtil
-
- readLine(Reader, int) - Static method in class com.landawn.abacus.util.IOUtil
-
- readLines(File, Charset) - Static method in class com.landawn.abacus.guava.Files
-
- readLines(File) - Static method in class com.landawn.abacus.util.IOUtil
-
- readLines(File, Charset) - Static method in class com.landawn.abacus.util.IOUtil
-
- readLines(File, int, int) - Static method in class com.landawn.abacus.util.IOUtil
-
- readLines(File, int, int, Charset) - Static method in class com.landawn.abacus.util.IOUtil
-
- readLines(InputStream) - Static method in class com.landawn.abacus.util.IOUtil
-
- readLines(InputStream, Charset) - Static method in class com.landawn.abacus.util.IOUtil
-
- readLines(InputStream, int, int) - Static method in class com.landawn.abacus.util.IOUtil
-
- readLines(InputStream, int, int, Charset) - Static method in class com.landawn.abacus.util.IOUtil
-
- readLines(Reader) - Static method in class com.landawn.abacus.util.IOUtil
-
- readLines(Reader, int, int) - Static method in class com.landawn.abacus.util.IOUtil
-
- ReadOnly - Annotation Type in com.landawn.abacus.annotation
-
The field will be excluded by add/addAll/batchAdd and update/updateAll/batchUpdate operations if the input is an entity.
- ReadOnlyId - Annotation Type in com.landawn.abacus.annotation
-
The field is identity and will be excluded by add/addAll/batchAdd and update/updateAll/batchUpdate operations if the input is an entity.
- readPropInfo(char[], int, int) - Method in class com.landawn.abacus.parser.ParserUtil.EntityInfo
-
Read prop info.
- readPropValue(String) - Method in class com.landawn.abacus.parser.ParserUtil.PropInfo
-
Read prop value.
- readString(Class<T>, String) - Method in interface com.landawn.abacus.parser.JSONParser
-
- readString(Class<T>, String, JSONDeserializationConfig) - Method in interface com.landawn.abacus.parser.JSONParser
-
- readString(Object[], String) - Method in interface com.landawn.abacus.parser.JSONParser
-
- readString(Object[], String, JSONDeserializationConfig) - Method in interface com.landawn.abacus.parser.JSONParser
-
- readString(Collection<?>, String) - Method in interface com.landawn.abacus.parser.JSONParser
-
- readString(Collection<?>, String, JSONDeserializationConfig) - Method in interface com.landawn.abacus.parser.JSONParser
-
- readString(Map<?, ?>, String) - Method in interface com.landawn.abacus.parser.JSONParser
-
- readString(Map<?, ?>, String, JSONDeserializationConfig) - Method in interface com.landawn.abacus.parser.JSONParser
-
- readString(File) - Static method in class com.landawn.abacus.util.IOUtil
-
Read all content into one String.
- readString(File, Charset) - Static method in class com.landawn.abacus.util.IOUtil
-
Read all content into one String.
- readString(File, long, int) - Static method in class com.landawn.abacus.util.IOUtil
-
- readString(File, long, int, Charset) - Static method in class com.landawn.abacus.util.IOUtil
-
- readString(InputStream) - Static method in class com.landawn.abacus.util.IOUtil
-
Read all content into one String.
- readString(InputStream, Charset) - Static method in class com.landawn.abacus.util.IOUtil
-
Read all content into one String.
- readString(InputStream, long, int) - Static method in class com.landawn.abacus.util.IOUtil
-
- readString(InputStream, long, int, Charset) - Static method in class com.landawn.abacus.util.IOUtil
-
- readString(Reader) - Static method in class com.landawn.abacus.util.IOUtil
-
Read all content into one String.
- readString(Reader, long, int) - Static method in class com.landawn.abacus.util.IOUtil
-
- readTimeout(int) - Method in class com.landawn.abacus.http.HttpRequest
-
- ready() - Method in class com.landawn.abacus.util.BufferedReader
-
- receivedResponseAtMillis() - Method in class com.landawn.abacus.http.HttpResponse
-
Received response at millis.
- Record - Annotation Type in com.landawn.abacus.annotation
-
This is a test annotation to identify the entity class created by Lombok is a mock record in jdk 16.
- recycle(List<?>) - Static method in class com.landawn.abacus.util.Objectory
-
- recycle(Set<?>) - Static method in class com.landawn.abacus.util.Objectory
-
- recycle(Map<?, ?>) - Static method in class com.landawn.abacus.util.Objectory
-
- recycle(Object[]) - Static method in class com.landawn.abacus.util.Objectory
-
- recycle(char[]) - Static method in class com.landawn.abacus.util.Objectory
-
- recycle(byte[]) - Static method in class com.landawn.abacus.util.Objectory
-
- recycle(StringBuilder) - Static method in class com.landawn.abacus.util.Objectory
-
- recycle(ByteArrayOutputStream) - Static method in class com.landawn.abacus.util.Objectory
-
- recycle(BufferedWriter) - Static method in class com.landawn.abacus.util.Objectory
-
- recycle(BufferedXMLWriter) - Static method in class com.landawn.abacus.util.Objectory
-
- recycle(BufferedJSONWriter) - Static method in class com.landawn.abacus.util.Objectory
-
- recycle(BufferedReader) - Static method in class com.landawn.abacus.util.Objectory
-
- recycleContentParser(DocumentBuilder) - Static method in class com.landawn.abacus.util.XMLUtil
-
Recycle content parser.
- recycleSAXParser(SAXParser) - Static method in class com.landawn.abacus.util.XMLUtil
-
Recycle SAX parser.
- reduce(Throwables.BinaryOperator<T, E2>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- reduce(U, Throwables.BiFunction<U, ? super T, U, E2>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- reduce() - Method in class com.landawn.abacus.util.Fraction
-
Reduce the fraction to the smallest values for the numerator and denominator, returning the result.
- reducing(T, BinaryOperator<T>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- reducing(BinaryOperator<T>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- reducing(U, Function<? super T, ? extends U>, BinaryOperator<U>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- reducing(Function<? super T, ? extends U>, BinaryOperator<U>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- reducingOrGet(BinaryOperator<T>, Supplier<? extends T>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- reducingOrGet(Function<? super T, ? extends U>, BinaryOperator<U>, Supplier<? extends U>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- reducingOrThrow(BinaryOperator<T>, Supplier<? extends X>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- reducingOrThrow(BinaryOperator<T>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- reducingOrThrow(Function<? super T, ? extends U>, BinaryOperator<U>, Supplier<? extends X>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- reducingOrThrow(Function<? super T, ? extends U>, BinaryOperator<U>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- REFERER - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Referer header field name.
- REFERRER_POLICY - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
- 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.
- refreshEntityPropInfo(Class<?>) - Static method in class com.landawn.abacus.parser.ParserUtil
-
- RegExUtil - Class in com.landawn.abacus.util
-
Note: Copied from Apache Commons Lang under Apache License V2.
- register(Class<?>) - Method in class com.landawn.abacus.parser.KryoParser
-
- register(Class<?>, int) - Method in class com.landawn.abacus.parser.KryoParser
-
- register(Class<?>, Serializer<?>) - Method in class com.landawn.abacus.parser.KryoParser
-
- register(Class<?>, Serializer<?>, int) - Method in class com.landawn.abacus.parser.KryoParser
-
- registerKryo(Class<?>) - Static method in class com.landawn.abacus.parser.ParserFactory
-
- registerKryo(Class<?>, int) - Static method in class com.landawn.abacus.parser.ParserFactory
-
- registerKryo(Class<?>, Serializer<?>) - Static method in class com.landawn.abacus.parser.ParserFactory
-
- registerKryo(Class<?>, Serializer<?>, int) - Static method in class com.landawn.abacus.parser.ParserFactory
-
- registerNonEntityClass(Class<?>) - Static method in class com.landawn.abacus.util.ClassUtil
-
Register non entity class.
- registerNonPropGetSetMethod(Class<?>, String) - Static method in class com.landawn.abacus.util.ClassUtil
-
Register non prop get set method.
- registerPropGetSetMethod(String, Method) - Static method in class com.landawn.abacus.util.ClassUtil
-
Register prop get set method.
- registerRuntimeExceptionMapper(Class<E>, Function<E, RuntimeException>) - Static method in class com.landawn.abacus.util.ExceptionUtil
-
- registerXMLBindingClass(Class<?>) - Static method in class com.landawn.abacus.util.ClassUtil
-
The property maybe only has get method if its type is collection or map by xml binding specification
Otherwise, it will be ignored if not registered by calling this method.
- remove(String) - Method in class com.landawn.abacus.http.HttpHeaders
-
- remove(K) - Method in class com.landawn.abacus.pool.GenericKeyedObjectPool
-
- remove(K) - Method in interface com.landawn.abacus.pool.KeyedObjectPool
-
- remove(Object) - Method in class com.landawn.abacus.util.ArrayHashMap
-
- remove(Object) - Method in class com.landawn.abacus.util.ArrayHashSet
-
- remove(Object) - Method in class com.landawn.abacus.util.BiMap
-
- remove(Object) - Method in class com.landawn.abacus.util.Builder.CollectionBuilder
-
- remove(int) - Method in class com.landawn.abacus.util.Builder.ListBuilder
-
- 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(Object) - Method in class com.landawn.abacus.util.IdentityHashSet
-
- remove(Object) - Method in class com.landawn.abacus.util.ImmutableCollection
-
- 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(Map<K, V>, Map.Entry<?, ?>) - Static method in class com.landawn.abacus.util.Maps
-
Removes the specified entry.
- remove(Map<K, V>, Object, Object) - Static method in class com.landawn.abacus.util.Maps
-
- remove(Object, Object) - Method in class com.landawn.abacus.util.Multimap
-
- remove(Object) - Method in class com.landawn.abacus.util.Multiset
-
Remove one occurrence from the specified elements.
- remove(Object, int) - Method in class com.landawn.abacus.util.Multiset
-
Remove the specified occurrences from the specified element.
- remove(boolean[], boolean) - Static method in class com.landawn.abacus.util.N
-
Removes the first occurrence of the specified elementToRemove from the specified
array.
- remove(char[], char) - Static method in class com.landawn.abacus.util.N
-
Removes the first occurrence of the specified elementToRemove from the specified
array.
- remove(byte[], byte) - Static method in class com.landawn.abacus.util.N
-
Removes the first occurrence of the specified elementToRemove from the specified
array.
- remove(short[], short) - Static method in class com.landawn.abacus.util.N
-
Removes the first occurrence of the specified elementToRemove from the specified
array.
- remove(int[], int) - Static method in class com.landawn.abacus.util.N
-
Removes the first occurrence of the specified elementToRemove from the specified
array.
- remove(long[], long) - Static method in class com.landawn.abacus.util.N
-
Removes the first occurrence of the specified elementToRemove from the specified
array.
- remove(float[], float) - Static method in class com.landawn.abacus.util.N
-
Removes the first occurrence of the specified elementToRemove from the specified
array.
- remove(double[], double) - Static method in class com.landawn.abacus.util.N
-
Removes the first occurrence of the specified elementToRemove from the specified
array.
- remove(String[], String) - Static method in class com.landawn.abacus.util.N
-
- remove(T[], T) - Static method in class com.landawn.abacus.util.N
-
Removes the first occurrence of the specified elementToRemove from the specified
array.
- remove(Collection<T>, T) - Static method in class com.landawn.abacus.util.N
-
Removes the first occurrence of the specified elementToRemove from the specified
collection.
- remove(Object) - Method in class com.landawn.abacus.util.ObjectPool
-
- remove(Object) - Method in class com.landawn.abacus.util.Properties
-
- remove(Object, Object) - Method in class com.landawn.abacus.util.Properties
-
Removes the entry for the specified key only if it is currently
mapped to the specified value.
- removeAll(Collection<?>) - Method in class com.landawn.abacus.util.ArrayHashSet
-
Removes the all.
- removeAll(Collection<?>) - Method in class com.landawn.abacus.util.Builder.CollectionBuilder
-
Removes the all.
- removeAll(Collection<?>) - Method in class com.landawn.abacus.util.Builder.MapBuilder
-
Removes the all.
- removeAll(Object) - Method in class com.landawn.abacus.util.Builder.MultimapBuilder
-
Removes the all.
- removeAll(Object, Collection<?>) - Method in class com.landawn.abacus.util.Builder.MultimapBuilder
-
Removes the all.
- removeAll(Map<? extends K, ? extends E>) - Method in class com.landawn.abacus.util.Builder.MultimapBuilder
-
Removes the all.
- removeAll(Multimap<?, ?, ?>) - Method in class com.landawn.abacus.util.Builder.MultimapBuilder
-
Removes the all.
- removeAll(Collection<?>) - Method in class com.landawn.abacus.util.Builder.MultisetBuilder
-
Removes the all.
- removeAll(Map<? extends T, Integer>) - Method in class com.landawn.abacus.util.Builder.MultisetBuilder
-
Removes the all.
- removeAll(Multiset<? extends T>) - Method in class com.landawn.abacus.util.Builder.MultisetBuilder
-
Removes the all.
- removeAll(Collection<?>) - Method in class com.landawn.abacus.util.IdentityHashSet
-
Removes the all.
- removeAll(Collection<?>) - Method in class com.landawn.abacus.util.ImmutableCollection
-
- removeAll(Object) - Method in class com.landawn.abacus.util.Multimap
-
Removes the all.
- removeAll(Object, Collection<?>) - Method in class com.landawn.abacus.util.Multimap
-
Removes the all.
- removeAll(Map<?, ? extends Collection<?>>) - Method in class com.landawn.abacus.util.Multimap
-
ListMultimap listMultimap = ListMultimap.of("a", 1, "b", 2, "a", 2, "a", 2); // -> {a=[1, 2, 2], b=[2]}
listMultimap.removeAll(N.asMap("a", N.asList(2))); // -> {a=[1], b=[2]}
- removeAll(Multimap<?, ?, ?>) - Method in class com.landawn.abacus.util.Multimap
-
Removes the all.
- removeAll(Collection<?>) - Method in class com.landawn.abacus.util.Multiset
-
Removes all of this Multiset's elements that are also contained in the
specified collection (optional operation).
- removeAll(Collection<?>, int) - Method in class com.landawn.abacus.util.Multiset
-
Deprecated.
- removeAll(Map<?, Integer>) - Method in class com.landawn.abacus.util.Multiset
-
Removes the all.
- removeAll(Multiset<?>) - Method in class com.landawn.abacus.util.Multiset
-
Removes the all.
- removeAll(String[], String...) - Static method in class com.landawn.abacus.util.N
-
Returns a new array with removes all the occurrences of specified elementsToRemove from a.
- removeAll(T[], T...) - Static method in class com.landawn.abacus.util.N
-
Returns a new array with removes all the occurrences of specified elementsToRemove from a.
- removeAll(Collection<T>, T...) - Static method in class com.landawn.abacus.util.N
-
Removes the all.
- removeAll(Collection<T>, Collection<?>) - Static method in class com.landawn.abacus.util.N
-
Removes the all.
- removeAll(Collection<T>, Iterator<?>) - Static method in class com.landawn.abacus.util.N
-
- removeAll(String, Pattern) - Static method in class com.landawn.abacus.util.RegExUtil
-
Removes each substring of the text String that matches the given regular expression pattern.
- removeAll(String, String) - Static method in class com.landawn.abacus.util.RegExUtil
-
Removes each substring of the text String that matches the given regular expression.
- removeAll(String, char) - Static method in class com.landawn.abacus.util.StringUtil
-
Removes all occurrences of a character from within the source string.
- removeAll(String, int, char) - Static method in class com.landawn.abacus.util.StringUtil
-
Removes the all.
- removeAll(String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
Removes all occurrences of a substring from within the source string.
- removeAll(String, int, String) - Static method in class com.landawn.abacus.util.StringUtil
-
Removes the all.
- removeAllIf(Collection<?>, Throwables.Predicate<? super K, X>) - Method in class com.landawn.abacus.util.Multimap
-
Remove the specified values (all occurrences) from the value set associated with keys which satisfy the specified predicate.
- removeAllIf(Collection<?>, Throwables.BiPredicate<? super K, ? super V, X>) - Method in class com.landawn.abacus.util.Multimap
-
Remove the specified values (all occurrences) from the value set associated with keys which satisfy the specified predicate.
- removeAllIf(Throwables.Predicate<? super K, X>) - Method in class com.landawn.abacus.util.Multimap
-
Remove all the values associated with keys which satisfy the specified predicate.
- removeAllIf(Throwables.BiPredicate<? super K, ? super V, X>) - Method in class com.landawn.abacus.util.Multimap
-
Remove all the values associated with keys which satisfy the specified predicate.
- removeAllOccurrences(Object) - Method in class com.landawn.abacus.util.Multiset
-
Removes the all occurrences.
- removeAllOccurrences(boolean[], boolean) - Static method in class com.landawn.abacus.util.N
-
Removes all the occurrences of the specified elementToRemove from the specified
array.
- removeAllOccurrences(char[], char) - Static method in class com.landawn.abacus.util.N
-
Removes all the occurrences of the specified elementToRemove from the specified
array.
- removeAllOccurrences(byte[], byte) - Static method in class com.landawn.abacus.util.N
-
Removes all the occurrences of the specified elementToRemove from the specified
array.
- removeAllOccurrences(short[], short) - Static method in class com.landawn.abacus.util.N
-
Removes all the occurrences of the specified elementToRemove from the specified
array.
- removeAllOccurrences(int[], int) - Static method in class com.landawn.abacus.util.N
-
Removes all the occurrences of the specified elementToRemove from the specified
array.
- removeAllOccurrences(long[], long) - Static method in class com.landawn.abacus.util.N
-
Removes all the occurrences of the specified elementToRemove from the specified
array.
- removeAllOccurrences(float[], float) - Static method in class com.landawn.abacus.util.N
-
Removes all the occurrences of the specified elementToRemove from the specified
array.
- removeAllOccurrences(double[], double) - Static method in class com.landawn.abacus.util.N
-
Removes all the occurrences of the specified elementToRemove from the specified
array.
- removeAllOccurrences(String[], String) - Static method in class com.landawn.abacus.util.N
-
- removeAllOccurrences(T[], T) - Static method in class com.landawn.abacus.util.N
-
Removes all the occurrences of the specified elementToRemove from the specified
array.
- removeAllOccurrences(Collection<T>, T) - Static method in class com.landawn.abacus.util.N
-
Removes the all occurrences.
- removeAllOccurrencesIf(Throwables.Predicate<? super T, E>) - Method in class com.landawn.abacus.util.Multiset
-
Removes the all occurrences if.
- removeAllOccurrencesIf(Throwables.BiPredicate<? super T, ? super Integer, E>) - Method in class com.landawn.abacus.util.Multiset
-
Removes the all occurrences if.
- removeAndGet(Object) - Method in class com.landawn.abacus.util.Multiset
-
Removes the and get.
- removeAndGet(Object, int) - Method in class com.landawn.abacus.util.Multiset
-
Removes the and get.
- removeByValue(Object) - Method in class com.landawn.abacus.util.BiMap
-
Removes the by value.
- removeColumn(String) - Method in interface com.landawn.abacus.DataSet
-
Remove the column with the specified columnName from this DataSet.
- removeColumn(String) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
-
Removes the column.
- removeColumns(Collection<String>) - Method in interface com.landawn.abacus.DataSet
-
Remove the column(s) with the specified columnNames from this DataSet.
- removeColumns(Throwables.Predicate<String, E>) - Method in interface com.landawn.abacus.DataSet
-
Remove the column(s) whose name matches the specified filter.
- removeColumns(Collection<String>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
-
Removes the columns.
- removeColumns(Throwables.Predicate<String, E>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
-
Removes the columns.
- removeColumnsIf(Throwables.Predicate<String, E>) - Method in interface com.landawn.abacus.DataSet
-
- removeColumnsIf(Throwables.Predicate<String, E>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
-
- removeDuplicates(boolean[]) - Static method in class com.landawn.abacus.util.N
-
Removes the duplicates.
- removeDuplicates(boolean[], int, int) - Static method in class com.landawn.abacus.util.N
-
Removes the duplicates.
- removeDuplicates(char[]) - Static method in class com.landawn.abacus.util.N
-
Removes the duplicates.
- removeDuplicates(char[], boolean) - Static method in class com.landawn.abacus.util.N
-
Removes the duplicates.
- removeDuplicates(char[], int, int, boolean) - Static method in class com.landawn.abacus.util.N
-
Removes the duplicates.
- removeDuplicates(byte[]) - Static method in class com.landawn.abacus.util.N
-
Removes the duplicates.
- removeDuplicates(byte[], boolean) - Static method in class com.landawn.abacus.util.N
-
Removes the duplicates.
- removeDuplicates(byte[], int, int, boolean) - Static method in class com.landawn.abacus.util.N
-
Removes the duplicates.
- removeDuplicates(short[]) - Static method in class com.landawn.abacus.util.N
-
Removes the duplicates.
- removeDuplicates(short[], boolean) - Static method in class com.landawn.abacus.util.N
-
Removes the duplicates.
- removeDuplicates(short[], int, int, boolean) - Static method in class com.landawn.abacus.util.N
-
Removes the duplicates.
- removeDuplicates(int[]) - Static method in class com.landawn.abacus.util.N
-
Removes the duplicates.
- removeDuplicates(int[], boolean) - Static method in class com.landawn.abacus.util.N
-
Removes the duplicates.
- removeDuplicates(int[], int, int, boolean) - Static method in class com.landawn.abacus.util.N
-
Removes the duplicates.
- removeDuplicates(long[]) - Static method in class com.landawn.abacus.util.N
-
Removes the duplicates.
- removeDuplicates(long[], boolean) - Static method in class com.landawn.abacus.util.N
-
Removes the duplicates.
- removeDuplicates(long[], int, int, boolean) - Static method in class com.landawn.abacus.util.N
-
Removes the duplicates.
- removeDuplicates(float[]) - Static method in class com.landawn.abacus.util.N
-
Removes the duplicates.
- removeDuplicates(float[], boolean) - Static method in class com.landawn.abacus.util.N
-
Removes the duplicates.
- removeDuplicates(float[], int, int, boolean) - Static method in class com.landawn.abacus.util.N
-
Removes the duplicates.
- removeDuplicates(double[]) - Static method in class com.landawn.abacus.util.N
-
Removes the duplicates.
- removeDuplicates(double[], boolean) - Static method in class com.landawn.abacus.util.N
-
Removes the duplicates.
- removeDuplicates(double[], int, int, boolean) - Static method in class com.landawn.abacus.util.N
-
Removes the duplicates.
- removeDuplicates(String[]) - Static method in class com.landawn.abacus.util.N
-
Removes the duplicates.
- removeDuplicates(String[], boolean) - Static method in class com.landawn.abacus.util.N
-
Removes the duplicates.
- removeDuplicates(String[], int, int, boolean) - Static method in class com.landawn.abacus.util.N
-
Removes the duplicates.
- removeDuplicates(T[]) - Static method in class com.landawn.abacus.util.N
-
Removes all duplicates elements
- removeDuplicates(T[], boolean) - Static method in class com.landawn.abacus.util.N
-
Removes the duplicates.
- removeDuplicates(T[], int, int, boolean) - Static method in class com.landawn.abacus.util.N
-
Removes the duplicates.
- removeDuplicates(Collection<?>) - Static method in class com.landawn.abacus.util.N
-
Removes the duplicates.
- removeDuplicates(Collection<?>, boolean) - Static method in class com.landawn.abacus.util.N
-
Removes the duplicates.
- removeEnd(String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
Removes a substring only if it is at the end of a source string,
otherwise returns the source string.
- removeEndIgnoreCase(String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
Case insensitive removal of a substring if it is at the end of a source
string, otherwise returns the source string.
- removeEntries(Map<?, ?>, Map<?, ?>) - Static method in class com.landawn.abacus.util.Maps
-
The the entries from the specified Map.
- removeFirst(String, Pattern) - Static method in class com.landawn.abacus.util.RegExUtil
-
Removes the first substring of the text string that matches the given regular expression pattern.
- removeFirst(String, String) - Static method in class com.landawn.abacus.util.RegExUtil
-
Removes the first substring of the text string that matches the given regular expression.
- removeHeader(String) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
- removeIf(Predicate<? super E>) - Method in class com.landawn.abacus.util.ImmutableCollection
-
- removeIf(Map<K, V>, Throwables.Predicate<? super Map.Entry<K, V>, E>) - Static method in class com.landawn.abacus.util.Maps
-
Removes entries from the specified map by the the specified filter.
- removeIf(E, Throwables.Predicate<? super K, X>) - Method in class com.landawn.abacus.util.Multimap
-
Remove the specified value (one occurrence) from the value set associated with keys which satisfy the specified predicate.
- removeIf(E, Throwables.BiPredicate<? super K, ? super V, X>) - Method in class com.landawn.abacus.util.Multimap
-
Remove the specified value (one occurrence) from the value set associated with keys which satisfy the specified predicate.
- removeIf(int, Throwables.Predicate<? super T, E>) - Method in class com.landawn.abacus.util.Multiset
-
Removes the if.
- removeIf(int, Throwables.BiPredicate<? super T, ? super Integer, E>) - Method in class com.landawn.abacus.util.Multiset
-
Removes the if.
- removeIfKey(Map<K, V>, Throwables.Predicate<? super K, E>) - Static method in class com.landawn.abacus.util.Maps
-
Removes entries from the specified map by the the specified filter.
- removeIfValue(Map<K, V>, Throwables.Predicate<? super V, E>) - Static method in class com.landawn.abacus.util.Maps
-
Removes entries from the specified map by the the specified filter.
- removeKeys(Map<?, ?>, Collection<?>) - Static method in class com.landawn.abacus.util.Maps
-
Removes the keys.
- removePattern(String, String) - Static method in class com.landawn.abacus.util.RegExUtil
-
Removes each substring of the source String that matches the given regular expression using the DOTALL option.
- removePattern(String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
Removes each substring of the source String that matches the given
regular expression using the DOTALL option.
- removeRow(int) - Method in interface com.landawn.abacus.DataSet
-
Removes the row.
- removeRowRange(int, int) - Method in interface com.landawn.abacus.DataSet
-
Removes the row range.
- removeRows(int...) - Method in interface com.landawn.abacus.DataSet
-
Removes the rows.
- removeStart(String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
Removes a substring only if it is at the beginning of a source string,
otherwise returns the source string.
- removeStartIgnoreCase(String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
Case insensitive removal of a substring if it is at the beginning of a
source string, otherwise returns the source string.
- RENAME - Static variable in class com.landawn.abacus.util.WD
-
Field RENAME.
- renameColumn(String, String) - Method in interface com.landawn.abacus.DataSet
-
- renameColumn(String, Throwables.Function<String, String, E>) - Method in interface com.landawn.abacus.DataSet
-
- renameColumn(String, String) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
-
- renameColumn(String, Throwables.Function<String, String, E>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
-
- renameColumns(Map<String, String>) - Method in interface com.landawn.abacus.DataSet
-
- renameColumns(Collection<String>, Throwables.Function<String, String, E>) - Method in interface com.landawn.abacus.DataSet
-
- renameColumns(Throwables.Function<String, String, E>) - Method in interface com.landawn.abacus.DataSet
-
- renameColumns(Map<String, String>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
-
- renameColumns(Collection<String>, Throwables.Function<String, String, E>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
-
- renameColumns(Throwables.Function<String, String, E>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
-
- renameTo(File, String) - Static method in class com.landawn.abacus.util.IOUtil
-
- repeat(boolean, int) - Static method in class com.landawn.abacus.util.Array
-
- repeat(char, int) - Static method in class com.landawn.abacus.util.Array
-
- repeat(byte, int) - Static method in class com.landawn.abacus.util.Array
-
- repeat(short, int) - Static method in class com.landawn.abacus.util.Array
-
- repeat(int, int) - Static method in class com.landawn.abacus.util.Array
-
- repeat(long, int) - Static method in class com.landawn.abacus.util.Array
-
- repeat(float, int) - Static method in class com.landawn.abacus.util.Array
-
- repeat(double, int) - Static method in class com.landawn.abacus.util.Array
-
- repeat(String, int) - Static method in class com.landawn.abacus.util.Array
-
- repeat(T, int) - Static method in class com.landawn.abacus.util.Array
-
- repeat(Class<T>, T, int) - Static method in class com.landawn.abacus.util.Array
-
- repeat(T, int, Class<T>) - Static method in class com.landawn.abacus.util.Array
-
- repeat(T, long) - Static method in class com.landawn.abacus.util.ExceptionalStream
-
- repeat(T, long) - Static method in class com.landawn.abacus.util.ExceptionalStream.Seq
-
Deprecated.
- repeat(T, int) - Static method in class com.landawn.abacus.util.Iterators
-
- repeat(String, int) - Method in class com.landawn.abacus.util.Joiner
-
- repeat(Object, int) - Method in class com.landawn.abacus.util.Joiner
-
- repeat(char, int) - Static method in class com.landawn.abacus.util.StringUtil
-
- repeat(char, int, char) - Static method in class com.landawn.abacus.util.StringUtil
-
- repeat(String, int) - Static method in class com.landawn.abacus.util.StringUtil
-
- repeat(String, int, String) - Static method in class com.landawn.abacus.util.StringUtil
-
- repeat(String, int, String, String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
- repeatAll(Collection<? extends T>, int) - Static method in class com.landawn.abacus.util.Iterators
-
- repeatAllToSize(Collection<? extends T>, int) - Static method in class com.landawn.abacus.util.Iterators
-
Repeat all to size.
- repeatEach(Collection<? extends T>, int) - Static method in class com.landawn.abacus.util.Iterators
-
- repeatEachToSize(Collection<? extends T>, int) - Static method in class com.landawn.abacus.util.Iterators
-
Repeat each to size.
- repeatNonNull(T, int) - Static method in class com.landawn.abacus.util.Array
-
- 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(K, E, E) - Method in class com.landawn.abacus.util.Multimap
-
Replace the specified oldValue (one occurrence) with the specified newValue.
- replace(K, V) - Method in class com.landawn.abacus.util.Properties
-
Replaces the entry for the specified key only if it is
currently mapped to some value.
- replace(K, V, V) - Method in class com.landawn.abacus.util.Properties
-
Replaces the entry for the specified key only if currently
mapped to the specified value.
- replace(String, int, String, String, int) - Static method in class com.landawn.abacus.util.StringUtil
-
Replaces a String with another String inside a larger String, for the
first max values of the search String.
- REPLACE - Static variable in class com.landawn.abacus.util.WD
-
Field REPLACE.
- replaceAll(UnaryOperator<E>) - Method in class com.landawn.abacus.util.ImmutableList
-
- replaceAll(Map<K, V>, Throwables.BiFunction<? super K, ? super V, ? extends V, E>) - Static method in class com.landawn.abacus.util.Maps
-
- replaceAll(K, E, E) - Method in class com.landawn.abacus.util.Multimap
-
Replace the specified oldValue (all occurrences) with the specified newValue.
- replaceAll(K, Collection<? extends E>, E) - Method in class com.landawn.abacus.util.Multimap
-
Deprecated.
- replaceAll(Throwables.BiFunction<? super K, ? super V, ? extends V, X>) - Method in class com.landawn.abacus.util.Multimap
-
The associated keys will be removed if null or empty values are returned by the specified function.
- replaceAll(Throwables.BiFunction<? super T, ? super Integer, Integer, E>) - Method in class com.landawn.abacus.util.Multiset
-
The associated elements will be removed if zero or negative occurrences are returned by the specified function.
- replaceAll(boolean[], boolean, boolean) - Static method in class com.landawn.abacus.util.N
-
- replaceAll(char[], char, char) - Static method in class com.landawn.abacus.util.N
-
- replaceAll(byte[], byte, byte) - Static method in class com.landawn.abacus.util.N
-
- replaceAll(short[], short, short) - Static method in class com.landawn.abacus.util.N
-
- replaceAll(int[], int, int) - Static method in class com.landawn.abacus.util.N
-
- replaceAll(long[], long, long) - Static method in class com.landawn.abacus.util.N
-
- replaceAll(float[], float, float) - Static method in class com.landawn.abacus.util.N
-
- replaceAll(double[], double, double) - Static method in class com.landawn.abacus.util.N
-
- replaceAll(T[], Object, T) - Static method in class com.landawn.abacus.util.N
-
- replaceAll(List<T>, Object, T) - Static method in class com.landawn.abacus.util.N
-
- replaceAll(boolean[], Throwables.BooleanUnaryOperator<E>) - Static method in class com.landawn.abacus.util.N
-
- replaceAll(char[], Throwables.CharUnaryOperator<E>) - Static method in class com.landawn.abacus.util.N
-
- replaceAll(byte[], Throwables.ByteUnaryOperator<E>) - Static method in class com.landawn.abacus.util.N
-
- replaceAll(short[], Throwables.ShortUnaryOperator<E>) - Static method in class com.landawn.abacus.util.N
-
- replaceAll(int[], Throwables.IntUnaryOperator<E>) - Static method in class com.landawn.abacus.util.N
-
- replaceAll(long[], Throwables.LongUnaryOperator<E>) - Static method in class com.landawn.abacus.util.N
-
- replaceAll(float[], Throwables.FloatUnaryOperator<E>) - Static method in class com.landawn.abacus.util.N
-
- replaceAll(double[], Throwables.DoubleUnaryOperator<E>) - Static method in class com.landawn.abacus.util.N
-
- replaceAll(T[], Throwables.UnaryOperator<T, E>) - Static method in class com.landawn.abacus.util.N
-
- replaceAll(List<T>, Throwables.UnaryOperator<T, E>) - Static method in class com.landawn.abacus.util.N
-
- replaceAll(String, Pattern, String) - Static method in class com.landawn.abacus.util.RegExUtil
-
Replaces each substring of the text String that matches the given regular expression pattern with the given replacement.
- replaceAll(String, String, String) - Static method in class com.landawn.abacus.util.RegExUtil
-
Replaces each substring of the text String that matches the given regular expression
with the given replacement.
- replaceAll(String, String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
Replaces all occurrences of a String within another String.
- replaceAll(String, int, String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
- replaceAllIf(Throwables.Predicate<? super K, X>, E, E) - Method in class com.landawn.abacus.util.Multimap
-
Replace the specified oldValue (all occurrences) from the value set associated with keys which satisfy the specified predicate with the specified newValue.
- replaceAllIf(Throwables.BiPredicate<? super K, ? super V, X>, E, E) - Method in class com.landawn.abacus.util.Multimap
-
Replace the specified oldValue (all occurrences) from the value set associated with keys which satisfy the specified predicate with the specified newValue.
- replaceAllIf(Throwables.Predicate<? super K, X>, Collection<? extends E>, E) - Method in class com.landawn.abacus.util.Multimap
-
Deprecated.
- replaceAllIf(Throwables.BiPredicate<? super K, ? super V, X>, Collection<? extends E>, E) - Method in class com.landawn.abacus.util.Multimap
-
Deprecated.
- replaceAllIgnoreCase(String, String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
Replace all ignore case.
- replaceAllIgnoreCase(String, int, String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
Replace all ignore case.
- replaceFirst(String, Pattern, String) - Static method in class com.landawn.abacus.util.RegExUtil
-
Replaces the first substring of the text string that matches the given regular expression pattern
with the given replacement.
- replaceFirst(String, String, String) - Static method in class com.landawn.abacus.util.RegExUtil
-
Replaces the first substring of the text string that matches the given regular expression
with the given replacement.
- replaceIf(Throwables.Predicate<?, E>, Object) - Method in interface com.landawn.abacus.DataSet
-
Replace all the values in this DataSet with the specified new value if it matches the specified condition.
- replaceIf(Throwables.Predicate<?, E>, Object) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
-
- replaceIf(Throwables.Predicate<? super K, X>, E, E) - Method in class com.landawn.abacus.util.Multimap
-
Replace the specified oldValue (one occurrence) from the value set associated with keys which satisfy the specified predicate with the specified newValue.
- replaceIf(Throwables.BiPredicate<? super K, ? super V, X>, E, E) - Method in class com.landawn.abacus.util.Multimap
-
Replace the specified oldValue (one occurrence) from the value set associated with keys which satisfy the specified predicate with the specified newValue.
- replaceIf(Throwables.Predicate<? super T, E>, int) - Method in class com.landawn.abacus.util.Multiset
-
- replaceIf(Throwables.BiPredicate<? super T, ? super Integer, E>, int) - Method in class com.landawn.abacus.util.Multiset
-
- replaceIf(boolean[], Throwables.BooleanPredicate<E>, boolean) - Static method in class com.landawn.abacus.util.N
-
- replaceIf(char[], Throwables.CharPredicate<E>, char) - Static method in class com.landawn.abacus.util.N
-
- replaceIf(byte[], Throwables.BytePredicate<E>, byte) - Static method in class com.landawn.abacus.util.N
-
- replaceIf(short[], Throwables.ShortPredicate<E>, short) - Static method in class com.landawn.abacus.util.N
-
- replaceIf(int[], Throwables.IntPredicate<E>, int) - Static method in class com.landawn.abacus.util.N
-
- replaceIf(long[], Throwables.LongPredicate<E>, long) - Static method in class com.landawn.abacus.util.N
-
- replaceIf(float[], Throwables.FloatPredicate<E>, float) - Static method in class com.landawn.abacus.util.N
-
- replaceIf(double[], Throwables.DoublePredicate<E>, double) - Static method in class com.landawn.abacus.util.N
-
- replaceIf(T[], Throwables.Predicate<? super T, E>, T) - Static method in class com.landawn.abacus.util.N
-
- replaceIf(List<T>, Throwables.Predicate<? super T, E>, T) - Static method in class com.landawn.abacus.util.N
-
- replaceIgnoreCase(String, int, String, String, int) - Static method in class com.landawn.abacus.util.StringUtil
-
Replace ignore case.
- replaceOnce(String, String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
Replaces a String with another String inside a larger String, once.
- replaceOnce(String, int, String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
- replaceOnceIgnoreCase(String, String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
Replace once ignore case.
- replaceOnceIgnoreCase(String, int, String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
Replace once ignore case.
- replacePattern(String, String, String) - Static method in class com.landawn.abacus.util.RegExUtil
-
Replaces each substring of the source String that matches the given regular expression with the given
replacement using the
Pattern.DOTALL option.
- replacePattern(String, String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
Replaces each substring of the source String that matches the given
regular expression with the given replacement using the
Pattern.DOTALL option.
- replaceRange(boolean[], int, int, boolean[]) - Static method in class com.landawn.abacus.util.N
-
Return a new array.
- replaceRange(char[], int, int, char[]) - Static method in class com.landawn.abacus.util.N
-
Return a new array.
- replaceRange(byte[], int, int, byte[]) - Static method in class com.landawn.abacus.util.N
-
Return a new array.
- replaceRange(short[], int, int, short[]) - Static method in class com.landawn.abacus.util.N
-
Return a new array.
- replaceRange(int[], int, int, int[]) - Static method in class com.landawn.abacus.util.N
-
Return a new array.
- replaceRange(long[], int, int, long[]) - Static method in class com.landawn.abacus.util.N
-
Return a new array.
- replaceRange(float[], int, int, float[]) - Static method in class com.landawn.abacus.util.N
-
Return a new array.
- replaceRange(double[], int, int, double[]) - Static method in class com.landawn.abacus.util.N
-
Return a new array.
- replaceRange(String[], int, int, String[]) - Static method in class com.landawn.abacus.util.N
-
- replaceRange(T[], int, int, T[]) - Static method in class com.landawn.abacus.util.N
-
Return a new array.
- replaceRange(List<T>, int, int, Collection<? extends T>) - Static method in class com.landawn.abacus.util.N
-
- replaceRange(String, int, int, String) - Static method in class com.landawn.abacus.util.N
-
Returns a new String.
- replacingMerger() - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- replacingMerger() - Static method in class com.landawn.abacus.util.Fn
-
- reset() - Method in class com.landawn.abacus.util.ByteArrayOutputStream
-
Reset.
- reset() - Method in class com.landawn.abacus.util.LZ4BlockInputStream
-
- reset() - Method in class com.landawn.abacus.util.SnappyInputStream
-
- 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.
- resetCSVHeaderParser() - Static method in class com.landawn.abacus.util.CSVUtil
-
- resetCSVLineParser() - Static method in class com.landawn.abacus.util.CSVUtil
-
- RESULT - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field RESULT.
- result() - Method in class com.landawn.abacus.util.Chain.ComparisonChain
-
- result() - Method in class com.landawn.abacus.util.Chain.EquivalenceChain
-
- result() - Method in class com.landawn.abacus.util.Chain.HashCodeChain
-
- Result<T,E extends Throwable> - Class in com.landawn.abacus.util
-
- RESULT_ELE_END - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field RESULT_ELE_END.
- RESULT_ELE_START - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field RESULT_ELE_START.
- RESULT_NULL_ELE - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field RESULT_NULL_ELE.
- retainAll(Collection<?>) - Method in class com.landawn.abacus.util.ArrayHashSet
-
- retainAll(Collection<?>) - Method in class com.landawn.abacus.util.IdentityHashSet
-
- retainAll(Collection<?>) - Method in class com.landawn.abacus.util.ImmutableCollection
-
- retainAll(Collection<?>) - Method in class com.landawn.abacus.util.Multiset
-
Retains only the elements in this collection that are contained in the
specified collection (optional operation).
- retainAll(Collection<T>, Collection<? extends T>) - Static method in class com.landawn.abacus.util.N
-
- Retry<T> - Class in com.landawn.abacus.util
-
- Retry.RetryR<T> - Class in com.landawn.abacus.util
-
- RETRY_AFTER - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Retry-After header field name.
- returnFirst() - Static method in class com.landawn.abacus.util.Fn.BiFunctions
-
- returnSecond() - Static method in class com.landawn.abacus.util.Fn.BiFunctions
-
- reuse(Supplier<? extends C>) - Static method in class com.landawn.abacus.util.Fn
-
Deprecated.
- reuse(IntFunction<? extends C>) - Static method in class com.landawn.abacus.util.Fn
-
Deprecated.
- reuseCachedBuffer(boolean) - Method in class com.landawn.abacus.util.Joiner
-
- reuseCachedBuffer() - Method in class com.landawn.abacus.util.Joiner
-
- reverse() - Method in class com.landawn.abacus.util.Pair
-
Returns a new instance of Pair<R, L>.
- reverse(String) - Static method in class com.landawn.abacus.util.StringUtil
-
- reverse() - Method in class com.landawn.abacus.util.Triple
-
Returns a new instance of Triple<R, M, L>.
- reverse() - Method in class com.landawn.abacus.util.Tuple.Tuple2
-
- reverse() - Method in class com.landawn.abacus.util.Tuple.Tuple3
-
- reverse() - Method in class com.landawn.abacus.util.Tuple.Tuple4
-
- reverse() - Method in class com.landawn.abacus.util.Tuple.Tuple5
-
- reverse() - Method in class com.landawn.abacus.util.Tuple.Tuple6
-
- reverse() - Method in class com.landawn.abacus.util.Tuple.Tuple7
-
- reverse() - Method in class com.landawn.abacus.util.Tuple.Tuple8
-
- reverse() - Method in class com.landawn.abacus.util.Tuple.Tuple9
-
- reversed() - Method in class com.landawn.abacus.util.ExceptionalStream
-
- reversedComparingBy(Function<? super T, ? extends U>) - Static method in class com.landawn.abacus.util.Comparators
-
Reversed comparing by.
- reversedComparingByKey() - Static method in class com.landawn.abacus.util.Comparators
-
Reversed comparing by key.
- reversedComparingByKey(Comparator<? super K>) - Static method in class com.landawn.abacus.util.Comparators
-
Deprecated.
- reversedComparingByValue() - Static method in class com.landawn.abacus.util.Comparators
-
Reversed comparing by value.
- reversedComparingByValue(Comparator<? super V>) - Static method in class com.landawn.abacus.util.Comparators
-
Deprecated.
- reverseDelimited(String, char) - Static method in class com.landawn.abacus.util.StringUtil
-
Reverses a String that is delimited by a specific character.
- reverseDelimited(String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
- reversedOrder() - Static method in class com.landawn.abacus.util.Comparators
-
- reversedOrder(Comparator<T>) - Static method in class com.landawn.abacus.util.Comparators
-
- reverseSorted() - Method in class com.landawn.abacus.util.ExceptionalStream
-
- RFC1123_DATE_FORMAT - Static variable in class com.landawn.abacus.util.DateUtil
-
This constant defines the date format specified by
RFC 1123 / RFC 822.
- right() - Static method in class com.landawn.abacus.util.Fn
-
- right() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposablePair
-
- right() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableTriple
-
- right - Variable in class com.landawn.abacus.util.Pair
-
- right - Variable in class com.landawn.abacus.util.Triple
-
- RIGHT - Static variable in class com.landawn.abacus.util.WD
-
Field RIGHT.
- RIGHT_JOIN - Static variable in class com.landawn.abacus.util.WD
-
Field RIGHT_JOIN.
- rightJoin(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(Collection<? extends U>, Throwables.Function<? super T, ? extends K, ? extends E>, Throwables.Function<? super U, ? extends K, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
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<? extends U>, Throwables.Function<? super T, ? extends K, ? extends E>, Throwables.Function<? super U, ? extends K, ? extends E>, Throwables.BiFunction<? super T, ? super U, R, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
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<? extends T>, Throwables.Function<? super T, ? extends K, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
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<? extends T>, Throwables.Function<? super T, ? extends K, ? extends E>, Throwables.BiFunction<? super T, ? super T, R, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
The time complexity is O(n + m) : n is the size of this Stream and m is the size of specified collection b.
- rightJoin(ExceptionalStream<? extends U, E>, Throwables.Function<? super T, ? extends K, ? extends E>, Throwables.Function<? super U, ? extends K, ? extends E>, Throwables.BiFunction<? super T, ? super U, R, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
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<? extends U>, Throwables.BiPredicate<? super T, ? super U, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- rightJoin(Collection<? extends U>, Throwables.BiPredicate<? super T, ? super U, ? extends E>, Throwables.BiFunction<? super T, ? super U, R, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- 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 - Static variable in class com.landawn.abacus.util.WD
-
Field ROLLBACK.
- rotate(String, int) - Static method in class com.landawn.abacus.util.StringUtil
-
Rotate (circular shift) a String of shift characters.
- rotated(int) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- round(T, int) - Static method in class com.landawn.abacus.util.DateUtil
-
Copied from Apache Commons Lang under Apache License v2.
- round(T, int) - Static method in class com.landawn.abacus.util.DateUtil
-
Copied from Apache Commons Lang under Apache License v2.
- roundToBigInteger(double, RoundingMode) - Static method in class com.landawn.abacus.util.Numbers
-
Returns the BigInteger value that is equal to x rounded with the specified
rounding mode, if possible.
- roundToInt(double, RoundingMode) - Static method in class com.landawn.abacus.util.Numbers
-
Returns the int value that is equal to x rounded with the specified rounding
mode, if possible.
- roundToLong(double, RoundingMode) - Static method in class com.landawn.abacus.util.Numbers
-
Returns the long value that is equal to x rounded with the specified rounding
mode, if possible.
- ROW_NEXT - Static variable in class com.landawn.abacus.util.WD
-
Field ROW_NEXT.
- ROWNUM - Static variable in class com.landawn.abacus.util.WD
-
Field ROWNUM.
- ROWS - Static variable in class com.landawn.abacus.util.WD
-
Field ROWS.
- ROWS_ONLY - Static variable in class com.landawn.abacus.util.WD
-
Field ROWS_ONLY.
- RPAD - Static variable in class com.landawn.abacus.util.WD
-
Field RPAD.
- rr(Runnable) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- rr(Throwables.Runnable<E>) - Static method in class com.landawn.abacus.util.Fn
-
- RS - Static variable in class com.landawn.abacus.util.Ascii
-
Record Separator: These four information separators may be used within data in optional
fashion, except that their hierarchical relationship shall be: FS is the most inclusive, then
GS, then RS, and US is least inclusive.
- RTRIM - Static variable in class com.landawn.abacus.util.WD
-
Field RTRIM.
- run(Throwables.Runnable<E>) - Static method in class com.landawn.abacus.util.ContinuableFuture
-
- run(Throwables.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, Throwables.Runnable<? extends Exception>) - Static method in class com.landawn.abacus.util.Profiler
-
- run(int, int, int, String, Throwables.Runnable<? extends Exception>) - Static method in class com.landawn.abacus.util.Profiler
-
- run(int, long, int, long, int, String, Throwables.Runnable<? extends Exception>) - Static method in class com.landawn.abacus.util.Profiler
-
- run(Runnable) - Method in class com.landawn.abacus.util.Retry.RetryR
-
- run(Throwables.Runnable<? extends Exception>) - Method in class com.landawn.abacus.util.Retry
-
- run(T, Throwables.Runnable<E>) - Static method in class com.landawn.abacus.util.Synchronized
-
- run(Throwables.Runnable<E>) - Method in class com.landawn.abacus.util.Synchronized
-
- run() - Method in interface com.landawn.abacus.util.Throwables.EE.Runnable
-
- run() - Method in interface com.landawn.abacus.util.Throwables.EEE.Runnable
-
- run(Throwables.Runnable<? extends Throwable>) - Static method in class com.landawn.abacus.util.Throwables
-
- run(Throwables.Runnable<? extends Throwable>, Consumer<? super Throwable>) - Static method in class com.landawn.abacus.util.Throwables
-
- run() - Method in interface com.landawn.abacus.util.Throwables.Runnable
-
- run(Throwables.Runnable<? extends Exception>) - Static method in class com.landawn.abacus.util.Try
-
- run(Throwables.Runnable<? extends Exception>, Consumer<? super Exception>) - Static method in class com.landawn.abacus.util.Try
-
- run(Throwables.Consumer<? super T, ? extends Exception>) - Method in class com.landawn.abacus.util.Try
-
- run(Throwables.Consumer<? super T, ? extends Exception>, Consumer<? super Exception>) - Method in class com.landawn.abacus.util.Try
-
- runAfterBoth(ContinuableFuture<?>, Throwables.Runnable<E>) - Method in class com.landawn.abacus.util.ContinuableFuture
-
Run after both.
- runAfterBoth(ContinuableFuture<U>, Throwables.BiConsumer<? super T, ? super U, E>) - Method in class com.landawn.abacus.util.ContinuableFuture
-
Run after both.
- runAfterBoth(ContinuableFuture<U>, Throwables.Consumer<? super Tuple.Tuple4<T, ? super Exception, U, ? super Exception>, E>) - Method in class com.landawn.abacus.util.ContinuableFuture
-
Run after both.
- runAfterBoth(ContinuableFuture<U>, Throwables.QuadConsumer<T, ? super Exception, U, ? super Exception, E>) - Method in class com.landawn.abacus.util.ContinuableFuture
-
Run after both.
- runAfterEither(ContinuableFuture<?>, Throwables.Runnable<E>) - Method in class com.landawn.abacus.util.ContinuableFuture
-
Run after either.
- runAfterEither(ContinuableFuture<? extends T>, Throwables.Consumer<? super T, E>) - Method in class com.landawn.abacus.util.ContinuableFuture
-
Run after either.
- runAfterEither(ContinuableFuture<? extends T>, Throwables.BiConsumer<? super T, ? super Exception, E>) - Method in class com.landawn.abacus.util.ContinuableFuture
-
Run after either.
- runInParallel(Throwables.Runnable<? extends Exception>, Throwables.Runnable<? extends Exception>) - Static method in class com.landawn.abacus.util.N
-
Executes and complete the input commands in parallel.
- runInParallel(Throwables.Runnable<? extends Exception>, Throwables.Runnable<? extends Exception>, Throwables.Runnable<? extends Exception>) - Static method in class com.landawn.abacus.util.N
-
Executes and complete the input commands in parallel.
- runInParallel(Throwables.Runnable<? extends Exception>, Throwables.Runnable<? extends Exception>, Throwables.Runnable<? extends Exception>, Throwables.Runnable<? extends Exception>) - Static method in class com.landawn.abacus.util.N
-
Executes and complete the input commands in parallel.
- runInParallel(Throwables.Runnable<? extends Exception>, Throwables.Runnable<? extends Exception>, Throwables.Runnable<? extends Exception>, Throwables.Runnable<? extends Exception>, Throwables.Runnable<? extends Exception>) - Static method in class com.landawn.abacus.util.N
-
Executes and complete the input commands in parallel.
- runnable(Throwables.Runnable<E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- runnable(Runnable) - Static method in class com.landawn.abacus.util.Fn
-
- Runnable - Interface in com.landawn.abacus.util.function
-
- runUninterruptibly(Throwables.Runnable<InterruptedException>) - Static method in class com.landawn.abacus.util.N
-
Note: Copied from Google Guava under Apache License v2.0
If a thread is interrupted during such a call, the call continues to block until the result is available or the
timeout elapses, and only then re-interrupts the thread.
- runUninterruptibly(long, Throwables.LongConsumer<InterruptedException>) - Static method in class com.landawn.abacus.util.N
-
Note: Copied from Google Guava under Apache License v2.0
If a thread is interrupted during such a call, the call continues to block until the result is available or the
timeout elapses, and only then re-interrupts the thread.
- runUninterruptibly(long, TimeUnit, Throwables.BiConsumer<Long, TimeUnit, InterruptedException>) - Static method in class com.landawn.abacus.util.N
-
Note: Copied from Google Guava under Apache License v2.0
If a thread is interrupted during such a call, the call continues to block until the result is available or the
timeout elapses, and only then re-interrupts the thread.
- SAME_ORIGIN - Static variable in class com.landawn.abacus.http.HttpHeaders.ReferrerPolicyValues
-
The Constant SAME_ORIGIN.
- saturatedAdd(int, int) - Static method in class com.landawn.abacus.util.Numbers
-
Returns the sum of a and b unless it would overflow or underflow in which case
Integer.MAX_VALUE or Integer.MIN_VALUE is returned, respectively.
- saturatedAdd(long, long) - Static method in class com.landawn.abacus.util.Numbers
-
Returns the sum of a and b unless it would overflow or underflow in which case
Long.MAX_VALUE or Long.MIN_VALUE is returned, respectively.
- saturatedCast(long) - Static method in class com.landawn.abacus.util.Numbers
-
Returns the int nearest in value to value.
- saturatedMultiply(int, int) - Static method in class com.landawn.abacus.util.Numbers
-
Returns the product of a and b unless it would overflow or underflow in which
case Integer.MAX_VALUE or Integer.MIN_VALUE is returned, respectively.
- saturatedMultiply(long, long) - Static method in class com.landawn.abacus.util.Numbers
-
Returns the product of a and b unless it would overflow or underflow in which
case Long.MAX_VALUE or Long.MIN_VALUE is returned, respectively.
- saturatedPow(int, int) - Static method in class com.landawn.abacus.util.Numbers
-
Returns the b to the kth power, unless it would overflow or underflow in which
case Integer.MAX_VALUE or Integer.MIN_VALUE is returned, respectively.
- saturatedPow(long, int) - Static method in class com.landawn.abacus.util.Numbers
-
Returns the b to the kth power, unless it would overflow or underflow in which
case Long.MAX_VALUE or Long.MIN_VALUE is returned, respectively.
- saturatedSubtract(int, int) - Static method in class com.landawn.abacus.util.Numbers
-
Returns the difference of a and b unless it would overflow or underflow in
which case Integer.MAX_VALUE or Integer.MIN_VALUE is returned, respectively.
- saturatedSubtract(long, long) - Static method in class com.landawn.abacus.util.Numbers
-
Returns the difference of a and b unless it would overflow or underflow in
which case Long.MAX_VALUE or Long.MIN_VALUE is returned, respectively.
- sc(Object, Throwables.Consumer<T, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
Synchronized Consumer.
- sc(Object, A, Throwables.BiConsumer<A, T, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
Synchronized Consumer.
- sc(Object, Throwables.BiConsumer<T, U, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
Synchronized BiConsumer.
- sc(Object, Consumer<T>) - Static method in class com.landawn.abacus.util.Fn
-
Synchronized Consumer.
- sc(Object, A, BiConsumer<A, T>) - Static method in class com.landawn.abacus.util.Fn
-
Synchronized Consumer.
- sc(Object, BiConsumer<T, U>) - Static method in class com.landawn.abacus.util.Fn
-
Synchronized BiConsumer.
- scan(Throwables.BiFunction<? super T, ? super T, T, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- scan(U, Throwables.BiFunction<U, ? super T, U, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- scan(U, Throwables.BiFunction<U, ? super T, U, ? extends E>, boolean) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- Script - Class in com.landawn.abacus.util
-
- Script() - Constructor for class com.landawn.abacus.util.Script
-
- 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
-
- SecurityUtil - Class in com.landawn.abacus.util
-
- SecurityUtil() - Constructor for class com.landawn.abacus.util.SecurityUtil
-
- SELECT - Static variable in class com.landawn.abacus.util.WD
-
Field SELECT.
- SEMI_MONTH - Static variable in class com.landawn.abacus.util.DateUtil
-
This is half a month, so this represents whether a date is in the top
or bottom half of the month.
- SEMICOLON - Static variable in class com.landawn.abacus.util.WD
-
Field SEMICOLON.
- SEMICOLON_SPACE - Static variable in class com.landawn.abacus.util.WD
-
Field SEMICOLON_SPACE.
- sendHTMLMail(String[], String, String, String, String) - Static method in class com.landawn.abacus.util.EmailUtil
-
Send HTML mail.
- sendHTMLMailWithAttachment(String[], String, String, String, String, String[]) - Static method in class com.landawn.abacus.util.EmailUtil
-
Send HTML mail with attachment.
- 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
-
Send mail with attachment.
- sentRequestAtMillis() - Method in class com.landawn.abacus.http.HttpResponse
-
Sent request at millis.
- SequentialOnly - Annotation Type in com.landawn.abacus.annotation
-
- SerializationConfig<C extends SerializationConfig<C>> - Class in com.landawn.abacus.parser
-
- SerializationConfig() - Constructor for class com.landawn.abacus.parser.SerializationConfig
-
- serialize(Object, KryoSerializationConfig) - Method in class com.landawn.abacus.parser.KryoParser
-
- serialize(File, Object, KryoSerializationConfig) - Method in class com.landawn.abacus.parser.KryoParser
-
- serialize(OutputStream, Object, KryoSerializationConfig) - Method in class com.landawn.abacus.parser.KryoParser
-
- serialize(Writer, Object, KryoSerializationConfig) - Method in class com.landawn.abacus.parser.KryoParser
-
- serialize(Object) - Method in interface com.landawn.abacus.parser.Parser
-
- serialize(Object, SC) - Method in interface com.landawn.abacus.parser.Parser
-
- serialize(File, Object) - Method in interface com.landawn.abacus.parser.Parser
-
- serialize(File, Object, SC) - Method in interface com.landawn.abacus.parser.Parser
-
- serialize(OutputStream, Object) - Method in interface com.landawn.abacus.parser.Parser
-
- serialize(OutputStream, Object, SC) - Method in interface com.landawn.abacus.parser.Parser
-
- serialize(Writer, Object) - Method in interface com.landawn.abacus.parser.Parser
-
- serialize(Writer, Object, SC) - Method in interface com.landawn.abacus.parser.Parser
-
- SERVER - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Server header field name.
- SERVER_TIMING - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
- ServerException - Exception in com.landawn.abacus.exception
-
- ServerException() - Constructor for exception com.landawn.abacus.exception.ServerException
-
Constructor for XmlReadException.
- ServerException(String) - Constructor for exception com.landawn.abacus.exception.ServerException
-
Constructor for XmlReadException.
- ServerException(String, Throwable) - Constructor for exception com.landawn.abacus.exception.ServerException
-
Constructor for XmlReadException.
- ServerException(Throwable) - Constructor for exception com.landawn.abacus.exception.ServerException
-
Constructor for XmlReadException.
- SERVICE_WORKER - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
- SERVICE_WORKER_ALLOWED - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
- ServiceStatus - Enum in com.landawn.abacus.util
-
The Enum ServiceStatus.
- set(int, int, Object) - Method in interface com.landawn.abacus.DataSet
-
- set(int, Object) - Method in interface com.landawn.abacus.DataSet
-
- set(String, Object) - Method in interface com.landawn.abacus.DataSet
-
- set(String, Object) - Method in class com.landawn.abacus.http.HttpHeaders
-
- SET - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field SET.
- set(Object, int, Object) - Static method in class com.landawn.abacus.util.Array
-
- set(int, E) - Method in class com.landawn.abacus.util.ImmutableList
-
- 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(L, M, R) - Method in class com.landawn.abacus.util.Triple
-
- SET - Static variable in class com.landawn.abacus.util.WD
-
Field SET.
- SET_COOKIE - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Set-Cookie header field name.
- SET_COOKIE2 - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Set-Cookie2 header field name.
- SET_ELE_END - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field SET_ELE_END.
- SET_ELE_START - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field SET_ELE_START.
- SET_NULL_ELE - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field SET_NULL_ELE.
- setAccept(String) - Method in class com.landawn.abacus.http.HttpHeaders
-
- setAcceptCharset(String) - Method in class com.landawn.abacus.http.HttpHeaders
-
Sets the accept charset.
- setAcceptEncoding(String) - Method in class com.landawn.abacus.http.HttpHeaders
-
Sets the accept encoding.
- setAcceptLanguage(String) - Method in class com.landawn.abacus.http.HttpHeaders
-
Sets the accept language.
- setAcceptRanges(String) - Method in class com.landawn.abacus.http.HttpHeaders
-
Sets the accept ranges.
- setAccessible(AccessibleObject, boolean) - Static method in class com.landawn.abacus.util.ClassUtil
-
- setAccessibleQuietly(AccessibleObject, boolean) - Static method in class com.landawn.abacus.util.ClassUtil
-
- setAll(Map<? extends String, ? extends Object>) - Method in class com.landawn.abacus.http.HttpHeaders
-
Sets the all.
- setAll(Collection<? extends T>, int) - Method in class com.landawn.abacus.util.Multiset
-
Sets the all.
- setAll(Map<? extends T, Integer>) - Method in class com.landawn.abacus.util.Multiset
-
Sets the all.
- setAll(Multiset<? extends T>) - Method in class com.landawn.abacus.util.Multiset
-
Sets the all.
- setAndGet(T, int) - Method in class com.landawn.abacus.util.Multiset
-
The element will be removed if the specified count is 0.
- setAndGet(boolean) - Method in class com.landawn.abacus.util.MutableBoolean
-
Sets the and get.
- setAndGet(byte) - Method in class com.landawn.abacus.util.MutableByte
-
Sets the and get.
- setAndGet(char) - Method in class com.landawn.abacus.util.MutableChar
-
Sets the and get.
- setAndGet(double) - Method in class com.landawn.abacus.util.MutableDouble
-
Sets the and get.
- setAndGet(float) - Method in class com.landawn.abacus.util.MutableFloat
-
Sets the and get.
- setAndGet(int) - Method in class com.landawn.abacus.util.MutableInt
-
Sets the and get.
- setAndGet(long) - Method in class com.landawn.abacus.util.MutableLong
-
Sets the and get.
- setAndGet(short) - Method in class com.landawn.abacus.util.MutableShort
-
Sets the and get.
- setAndGetLeft(L) - Method in class com.landawn.abacus.util.Pair
-
Sets the and get left.
- setAndGetLeft(L) - Method in class com.landawn.abacus.util.Triple
-
Sets the and get left.
- setAndGetMiddle(M) - Method in class com.landawn.abacus.util.Triple
-
Sets the and get middle.
- setAndGetRight(R) - Method in class com.landawn.abacus.util.Pair
-
Sets the and get right.
- setAndGetRight(R) - Method in class com.landawn.abacus.util.Triple
-
Sets the and get right.
- setAsmEnable(boolean) - Method in class com.landawn.abacus.parser.Fj.DeserializeConfig
-
Sets the asm enable.
- setAsmEnable(boolean) - Method in class com.landawn.abacus.parser.Fj.SerializeConfig
-
Sets the asm enable.
- setAuthorization(String) - Method in class com.landawn.abacus.http.HttpHeaders
-
- setBoolean(Object, int, boolean) - Static method in class com.landawn.abacus.util.Array
-
Sets the boolean.
- setBracketRootValue(boolean) - Method in class com.landawn.abacus.parser.JSONSerializationConfig
-
It's set to if enclose the JSON string/text with '{' and '}' or '[' and
']'.
- setByte(Object, int, byte) - Static method in class com.landawn.abacus.util.Array
-
Sets the byte.
- setCacheControl(String) - Method in class com.landawn.abacus.http.HttpHeaders
-
- setChar(Object, int, char) - Static method in class com.landawn.abacus.util.Array
-
Sets the char.
- setCharQuotation(char) - Method in class com.landawn.abacus.parser.KryoSerializationConfig
-
- setCharQuotation(char) - Method in class com.landawn.abacus.parser.SerializationConfig
-
Sets the char quotation.
- setConnection(String) - Method in class com.landawn.abacus.http.HttpHeaders
-
- setConnectionTimeout(int) - Method in class com.landawn.abacus.http.HttpSettings
-
Note: Only for HttpClient, not for OKHttpClient.
- setContentEncoding(String) - Method in class com.landawn.abacus.http.HttpHeaders
-
Sets the content encoding.
- setContentEncoding(String) - Method in class com.landawn.abacus.http.HttpSettings
-
- setContentFormat(ContentFormat) - Method in class com.landawn.abacus.http.HttpSettings
-
Sets the content format.
- setContentLanguage(String) - Method in class com.landawn.abacus.http.HttpHeaders
-
Sets the content language.
- setContentLength(long) - Method in class com.landawn.abacus.http.HttpHeaders
-
Sets the content length.
- setContentType(String) - Method in class com.landawn.abacus.http.HttpHeaders
-
Sets the content type.
- setContentType(String) - Method in class com.landawn.abacus.http.HttpSettings
-
- setCookie(String) - Method in class com.landawn.abacus.http.HttpHeaders
-
Sets the cookie.
- setCSVHeaderParser(Function<String, String[]>) - Static method in class com.landawn.abacus.util.CSVUtil
-
- setCSVLineParser(BiConsumer<String[], String>) - Static method in class com.landawn.abacus.util.CSVUtil
-
- setDateformat(String) - Method in class com.landawn.abacus.parser.Fj.SerializeConfig
-
Sets the dateformat.
- setDateTimeFormat(DateTimeFormat) - Method in class com.landawn.abacus.parser.KryoSerializationConfig
-
- setDateTimeFormat(DateTimeFormat) - Method in class com.landawn.abacus.parser.SerializationConfig
-
Sets the date time format.
- setDays(T, int) - Static method in class com.landawn.abacus.util.DateUtil
-
Copied from Apache Commons Lang under Apache License v2.
- setDefaultFeatures(int) - Method in class com.landawn.abacus.parser.Fj.SerializeConfig
-
Sets the default features.
- setDouble(Object, int, double) - Static method in class com.landawn.abacus.util.Array
-
Sets the double.
- setElementType(Class<?>) - Method in class com.landawn.abacus.parser.DeserializationConfig
-
Sets the element type.
- setElementType(Type<?>) - Method in class com.landawn.abacus.parser.DeserializationConfig
-
Sets the element type.
- setElementType(String) - Method in class com.landawn.abacus.parser.DeserializationConfig
-
Sets the element type.
- setEmptyValue(CharSequence) - Method in class com.landawn.abacus.util.Joiner
-
Sets the empty value.
- setExclusion(Exclusion) - Method in class com.landawn.abacus.parser.SerializationConfig
-
Sets the exclusion.
- setFalse() - Method in class com.landawn.abacus.util.MutableBoolean
-
Sets the value to true.
- setFeatures(Feature...) - Method in class com.landawn.abacus.parser.Fj.DeserializeConfig
-
Sets the features.
- setFeatures(SerializerFeature...) - Method in class com.landawn.abacus.parser.Fj.SerializeConfig
-
Sets the features.
- setFeatureValues(int) - Method in class com.landawn.abacus.parser.Fj.DeserializeConfig
-
Sets the feature values.
- setFilters(SerializeFilter...) - Method in class com.landawn.abacus.parser.Fj.SerializeConfig
-
Sets the filters.
- setFloat(Object, int, float) - Static method in class com.landawn.abacus.util.Array
-
Sets the float.
- setFrom(String) - Method in class com.landawn.abacus.http.HttpHeaders
-
- setHost(String) - Method in class com.landawn.abacus.http.HttpHeaders
-
- setHours(T, int) - Static method in class com.landawn.abacus.util.DateUtil
-
Copied from Apache Commons Lang under Apache License v2.
- setIf(boolean, Throwables.BooleanPredicate<E>) - Method in class com.landawn.abacus.util.MutableBoolean
-
Set with the specified new value and returns true if predicate returns true.
- setIf(boolean, Throwables.BooleanBiPredicate<E>) - Method in class com.landawn.abacus.util.MutableBoolean
-
Deprecated.
- setIf(byte, Throwables.BytePredicate<E>) - Method in class com.landawn.abacus.util.MutableByte
-
Set with the specified new value and returns true if predicate returns true.
- setIf(byte, Throwables.ByteBiPredicate<E>) - Method in class com.landawn.abacus.util.MutableByte
-
Deprecated.
- setIf(char, Throwables.CharPredicate<E>) - Method in class com.landawn.abacus.util.MutableChar
-
Set with the specified new value and returns true if predicate returns true.
- setIf(char, Throwables.CharBiPredicate<E>) - Method in class com.landawn.abacus.util.MutableChar
-
Deprecated.
- setIf(double, Throwables.DoublePredicate<E>) - Method in class com.landawn.abacus.util.MutableDouble
-
Set with the specified new value and returns true if predicate returns true.
- setIf(double, Throwables.DoubleBiPredicate<E>) - Method in class com.landawn.abacus.util.MutableDouble
-
Deprecated.
- setIf(float, Throwables.FloatPredicate<E>) - Method in class com.landawn.abacus.util.MutableFloat
-
Set with the specified new value and returns true if predicate returns true.
- setIf(float, Throwables.FloatBiPredicate<E>) - Method in class com.landawn.abacus.util.MutableFloat
-
Deprecated.
- setIf(int, Throwables.IntPredicate<E>) - Method in class com.landawn.abacus.util.MutableInt
-
Set with the specified new value and returns true if predicate returns true.
- setIf(int, Throwables.IntBiPredicate<E>) - Method in class com.landawn.abacus.util.MutableInt
-
Deprecated.
- setIf(long, Throwables.LongPredicate<E>) - Method in class com.landawn.abacus.util.MutableLong
-
Set with the specified new value and returns true if predicate returns true.
- setIf(long, Throwables.LongBiPredicate<E>) - Method in class com.landawn.abacus.util.MutableLong
-
Deprecated.
- setIf(short, Throwables.ShortPredicate<E>) - Method in class com.landawn.abacus.util.MutableShort
-
Set with the specified new value and returns true if predicate returns true.
- setIf(short, Throwables.ShortBiPredicate<E>) - Method in class com.landawn.abacus.util.MutableShort
-
Deprecated.
- setIf(L, R, Throwables.TriPredicate<? super Pair<L, R>, ? super L, ? super R, E>) - Method in class com.landawn.abacus.util.Pair
-
Set to the specified newLeft and newRight and returns true
if predicate returns true.
- setIf(L, M, R, Throwables.QuadPredicate<? super Triple<L, M, R>, ? super L, ? super M, ? super R, E>) - Method in class com.landawn.abacus.util.Triple
-
Set to the specified newLeft and newRight and
returns true if predicate returns true.
- setIgnoredPropNames(Collection<String>) - Method in class com.landawn.abacus.parser.ParserConfig
-
Sets the ignored prop names.
- setIgnoredPropNames(Class<?>, Collection<String>) - Method in class com.landawn.abacus.parser.ParserConfig
-
Sets the ignored prop names.
- setIgnoredPropNames(Map<Class<?>, Collection<String>>) - Method in class com.landawn.abacus.parser.ParserConfig
-
Sets the ignored prop names.
- setIgnoreNullOrEmpty(boolean) - Method in class com.landawn.abacus.parser.JSONDeserializationConfig
-
Won't set/add/put the value to entity/array/list/map if it's null or empty CharSequence/Array/Collection/Map.
- setIgnoreTypeInfo(boolean) - Method in class com.landawn.abacus.parser.XMLSerializationConfig
-
Sets the ignore type info.
- setIgnoreUnmatchedProperty(boolean) - Method in class com.landawn.abacus.parser.DeserializationConfig
-
Sets the ignore unknown property.
- setIndentation(String) - Method in class com.landawn.abacus.parser.KryoSerializationConfig
-
- setIndentation(String) - Method in class com.landawn.abacus.parser.SerializationConfig
-
Sets the indentation.
- setInt(Object, int, int) - Static method in class com.landawn.abacus.util.Array
-
Sets the int.
- setLeft(L) - Method in class com.landawn.abacus.util.Pair
-
Sets the left.
- setLeft(L) - Method in class com.landawn.abacus.util.Triple
-
Sets the left.
- setLeftIf(L, Throwables.BiPredicate<? super Pair<L, R>, ? super L, E>) - Method in class com.landawn.abacus.util.Pair
-
Set to the specified newLeft and returns true
if predicate returns true.
- setLeftIf(L, Throwables.BiPredicate<? super Triple<L, M, R>, ? super L, E>) - Method in class com.landawn.abacus.util.Triple
-
Set to the specified newLeft and returns true
if predicate returns true.
- setLiveTime(long) - Method in class com.landawn.abacus.pool.ActivityPrint
-
Sets the live time.
- setLong(Object, int, long) - Static method in class com.landawn.abacus.util.Array
-
Sets the long.
- setLoopStatisticsList(List<Profiler.LoopStatistics>) - Method in class com.landawn.abacus.util.Profiler.MultiLoopsStatistics
-
Sets the loop statistics list.
- setMapKeyType(Class<?>) - Method in class com.landawn.abacus.parser.DeserializationConfig
-
Sets the map key type.
- setMapKeyType(Type<?>) - Method in class com.landawn.abacus.parser.DeserializationConfig
-
Sets the map key type.
- setMapKeyType(String) - Method in class com.landawn.abacus.parser.DeserializationConfig
-
Sets the map key type.
- setMapValueType(Class<?>) - Method in class com.landawn.abacus.parser.DeserializationConfig
-
Sets the map value type.
- setMapValueType(Type<?>) - Method in class com.landawn.abacus.parser.DeserializationConfig
-
Sets the map value type.
- setMapValueType(String) - Method in class com.landawn.abacus.parser.DeserializationConfig
-
Sets the map value type.
- setMaxIdleTime(long) - Method in class com.landawn.abacus.pool.ActivityPrint
-
Sets the max idle time.
- setMethod - Variable in class com.landawn.abacus.parser.ParserUtil.PropInfo
-
- setMiddle(M) - Method in class com.landawn.abacus.util.Triple
-
Sets the middle.
- setMiddleIf(M, Throwables.BiPredicate<? super Triple<L, M, R>, ? super M, E>) - Method in class com.landawn.abacus.util.Triple
-
Set to the specified newMiddle and returns true
if predicate returns true.
- setMilliseconds(T, int) - Static method in class com.landawn.abacus.util.DateUtil
-
Copied from Apache Commons Lang under Apache License v2.
- setMinutes(T, int) - Static method in class com.landawn.abacus.util.DateUtil
-
Copied from Apache Commons Lang under Apache License v2.
- setMonths(T, int) - Static method in class com.landawn.abacus.util.DateUtil
-
Copied from Apache Commons Lang under Apache License v2.
- SetMultimap<K,E> - Class in com.landawn.abacus.util
-
- setNullToEmpty(boolean) - Method in class com.landawn.abacus.parser.JSONDeserializationConfig
-
Deserialize the values to empty CharSequence/Array/Collection/Map, instead of null.
- setParseProcess(ParseProcess) - Method in class com.landawn.abacus.parser.Fj.DeserializeConfig
-
Sets the parse process.
- setParserConfig(ParserConfig) - Method in class com.landawn.abacus.parser.Fj.DeserializeConfig
-
Sets the parser config.
- setPrettyFormat(boolean) - Method in class com.landawn.abacus.parser.KryoSerializationConfig
-
- setPrettyFormat(boolean) - Method in class com.landawn.abacus.parser.SerializationConfig
-
Sets the pretty format.
- setPropNamingPolicy(NamingPolicy) - Method in class com.landawn.abacus.parser.KryoSerializationConfig
-
- setPropNamingPolicy(NamingPolicy) - Method in class com.landawn.abacus.parser.SerializationConfig
-
Sets the prop naming policy.
- setPropType(String, Class<?>) - Method in class com.landawn.abacus.parser.DeserializationConfig
-
Sets the prop type.
- setPropType(String, Type<?>) - Method in class com.landawn.abacus.parser.DeserializationConfig
-
Sets the prop type.
- setPropType(String, String) - Method in class com.landawn.abacus.parser.DeserializationConfig
-
Sets the prop type.
- setPropTypes(Map<String, Type<?>>) - Method in class com.landawn.abacus.parser.DeserializationConfig
-
Sets the prop types.
- setPropValue(Object, String, Object) - Method in class com.landawn.abacus.parser.ParserUtil.EntityInfo
-
- setPropValue(Object, String, Object, boolean) - Method in class com.landawn.abacus.parser.ParserUtil.EntityInfo
-
Sets the prop value.
- setPropValue(Object, Object) - Method in class com.landawn.abacus.parser.ParserUtil.PropInfo
-
Sets the prop value.
- setPropValue(Object, Method, Object) - Static method in class com.landawn.abacus.util.ClassUtil
-
Set the specified propValue to entity by the specified
method propSetMethod.
- setPropValue(Object, String, Object) - Static method in class com.landawn.abacus.util.ClassUtil
-
- setPropValue(Object, String, Object, boolean) - Static method in class com.landawn.abacus.util.ClassUtil
-
- setPropValueByGet(Object, Method, Object) - Static method in class com.landawn.abacus.util.ClassUtil
-
Sets the prop value by get.
- setProxyAuthorization(String) - Method in class com.landawn.abacus.http.HttpHeaders
-
- setQuoteMapKey(boolean) - Method in class com.landawn.abacus.parser.JSONSerializationConfig
-
Sets the quote map key.
- setQuotePropName(boolean) - Method in class com.landawn.abacus.parser.JSONSerializationConfig
-
Sets the quote prop name.
- 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.
- setReadTimeout(int) - Method in class com.landawn.abacus.http.HttpSettings
-
Note: Only for HttpClient, not for OKHttpClient.
- setRight(R) - Method in class com.landawn.abacus.util.Pair
-
Sets the right.
- setRight(R) - Method in class com.landawn.abacus.util.Triple
-
Sets the right.
- setRightIf(R, Throwables.BiPredicate<? super Pair<L, R>, ? super R, E>) - Method in class com.landawn.abacus.util.Pair
-
Set to the specified newRight and returns true
if predicate returns true.
- setRightIf(R, Throwables.BiPredicate<? super Triple<L, M, R>, ? super R, E>) - Method in class com.landawn.abacus.util.Triple
-
Set to the specified newRight and returns true
if predicate returns true.
- setSeconds(T, int) - Static method in class com.landawn.abacus.util.DateUtil
-
Copied from Apache Commons Lang under Apache License v2.
- setSerializeConfig(SerializeConfig) - Method in class com.landawn.abacus.parser.Fj.SerializeConfig
-
Sets the serialize config.
- setShort(Object, int, short) - Static method in class com.landawn.abacus.util.Array
-
Sets the short.
- setSkipTransientField(boolean) - Method in class com.landawn.abacus.parser.SerializationConfig
-
Sets the skip transient field.
- setSSLSocketFactory(SSLSocketFactory) - Method in class com.landawn.abacus.http.HttpSettings
-
Sets the SSL socket factory.
- setStringQuotation(char) - Method in class com.landawn.abacus.parser.KryoSerializationConfig
-
- setStringQuotation(char) - Method in class com.landawn.abacus.parser.SerializationConfig
-
Sets the string quotation.
- setTagByPropertyName(boolean) - Method in class com.landawn.abacus.parser.XMLSerializationConfig
-
Sets the tag by property name.
- setTrue() - Method in class com.landawn.abacus.util.MutableBoolean
-
Sets the value to false.
- setUseCaches(boolean) - Method in class com.landawn.abacus.http.HttpSettings
-
Note: Only for HttpClient, not for OKHttpClient.
- setUserAgent(String) - Method in class com.landawn.abacus.http.HttpHeaders
-
Sets the user agent.
- setValue(V) - Method in class com.landawn.abacus.util.ImmutableEntry
-
Deprecated.
- setValue(boolean) - Method in class com.landawn.abacus.util.MutableBoolean
-
Sets the value.
- setValue(byte) - Method in class com.landawn.abacus.util.MutableByte
-
Sets the value.
- setValue(char) - Method in class com.landawn.abacus.util.MutableChar
-
Sets the value.
- setValue(double) - Method in class com.landawn.abacus.util.MutableDouble
-
Sets the value.
- setValue(float) - Method in class com.landawn.abacus.util.MutableFloat
-
Sets the value.
- setValue(int) - Method in class com.landawn.abacus.util.MutableInt
-
Sets the value.
- setValue(long) - Method in class com.landawn.abacus.util.MutableLong
-
Sets the value.
- setValue(short) - Method in class com.landawn.abacus.util.MutableShort
-
Sets the value.
- setValue(V) - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableEntry
-
- setWrapRootValue(boolean) - Method in class com.landawn.abacus.parser.JSONSerializationConfig
-
Sets the wrap root value.
- setWriteClass(boolean) - Method in class com.landawn.abacus.parser.KryoSerializationConfig
-
Sets the write class.
- setYears(T, int) - Static method in class com.landawn.abacus.util.DateUtil
-
Copied from Apache Commons Lang under Apache License v2.
- sf(Object, Throwables.Function<T, R, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
Synchronized Function.
- sf(Object, A, Throwables.BiFunction<A, T, R, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
Synchronized Function.
- sf(Object, Throwables.BiFunction<T, U, R, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
Synchronized BiFunction.
- sf(Object, Function<T, R>) - Static method in class com.landawn.abacus.util.Fn
-
Synchronized Function.
- sf(Object, A, BiFunction<A, T, R>) - Static method in class com.landawn.abacus.util.Fn
-
Synchronized Function.
- sf(Object, BiFunction<T, U, R>) - Static method in class com.landawn.abacus.util.Fn
-
Synchronized BiFunction.
- sha1() - Static method in class com.landawn.abacus.guava.hash.Hashing
-
- 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.guava.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.guava.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.guava.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.
- SHARP - Static variable in class com.landawn.abacus.util.WD
-
Field SHARP.
- SHORT_ARRAY_COMPARATOR - Static variable in class com.landawn.abacus.util.Comparators
-
- SHORT_MINUS_ONE - Static variable in class com.landawn.abacus.util.Numbers
-
Reusable Short constant for minus one.
- SHORT_ONE - Static variable in class com.landawn.abacus.util.Numbers
-
Reusable Short constant for one.
- SHORT_ZERO - Static variable in class com.landawn.abacus.util.Numbers
-
Reusable Short constant for zero.
- ShortBiConsumer - Interface in com.landawn.abacus.util.function
-
- ShortBiFunction<R> - Interface in com.landawn.abacus.util.function
-
- 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
-
- ShortNConsumer - Interface in com.landawn.abacus.util.function
-
- ShortNFunction<R> - Interface in com.landawn.abacus.util.function
-
- ShortPredicate - Interface in com.landawn.abacus.util.function
-
- ShortSupplier - Interface in com.landawn.abacus.util.function
-
- ShortTernaryOperator - 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
-
- 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.
- SHOW - Static variable in class com.landawn.abacus.util.WD
-
Field SHOW.
- shuffle(String) - Static method in class com.landawn.abacus.util.StringUtil
-
- shuffle(String, Random) - Static method in class com.landawn.abacus.util.StringUtil
-
- shuffled() - Method in class com.landawn.abacus.util.ExceptionalStream
-
- shuffled(Random) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- shutdown() - Method in class com.landawn.abacus.util.AsyncExecutor
-
- 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 - Static variable in class com.landawn.abacus.util.WD
-
Field SIGN.
- signedPropNames() - Method in interface com.landawn.abacus.DirtyMarker
-
Deprecated.
- simpleClassName - Variable in class com.landawn.abacus.parser.ParserUtil.EntityInfo
-
- simplifyPath(String) - Static method in class com.landawn.abacus.guava.Files
-
- simplifyPath(String) - Static method in class com.landawn.abacus.util.IOUtil
-
Note: copied from Google Guava under Apache License v2.
- SIN - Static variable in class com.landawn.abacus.util.WD
-
Field SIN.
- single(IntFunction<? extends C>) - Static method in class com.landawn.abacus.util.Fn.Factory
-
Deprecated.
- single(Supplier<? extends C>) - Static method in class com.landawn.abacus.util.Fn.Suppliers
-
Deprecated.
- sipHash24() - Static method in class com.landawn.abacus.guava.hash.Hashing
-
- sipHash24(long, long) - Static method in class com.landawn.abacus.guava.hash.Hashing
-
- size() - Method in interface com.landawn.abacus.DataSet
-
Returns the size of this DataSet.
- size() - Method in interface com.landawn.abacus.EntityId
-
- SIZE - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field SIZE.
- size() - Method in class com.landawn.abacus.pool.GenericKeyedObjectPool
-
- size() - Method in class com.landawn.abacus.pool.GenericObjectPool
-
- size() - Method in interface com.landawn.abacus.pool.Pool
-
- size() - Method in class com.landawn.abacus.util.ArrayHashMap
-
- size() - Method in class com.landawn.abacus.util.ArrayHashSet
-
- size() - Method in class com.landawn.abacus.util.BiMap
-
- size() - Method in class com.landawn.abacus.util.ByteArrayOutputStream
-
- size() - Static method in class com.landawn.abacus.util.Fn
-
- size() - Method in class com.landawn.abacus.util.IdentityHashSet
-
- size() - Method in class com.landawn.abacus.util.ImmutableCollection
-
- size() - Method in class com.landawn.abacus.util.ImmutableMap
-
- size() - Method in class com.landawn.abacus.util.Multimap
-
- size() - Method in class com.landawn.abacus.util.Multiset
-
- size() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableDeque
-
- size() - Method in class com.landawn.abacus.util.ObjectPool
-
- size() - Method in class com.landawn.abacus.util.Properties
-
- sizeM() - Static method in class com.landawn.abacus.util.Fn
-
- sizeOf(K, E) - Method in interface com.landawn.abacus.pool.KeyedObjectPool.MemoryMeasure
-
- sizeOf(E) - Method in interface com.landawn.abacus.pool.ObjectPool.MemoryMeasure
-
- sizeOf(File) - Static method in class com.landawn.abacus.util.IOUtil
-
Returns the size of the specified file or directory.
- sizeOfDirectory(File) - Static method in class com.landawn.abacus.util.IOUtil
-
Counts the size of a directory recursively (sum of the length of all files).
- skip(long) - Method in class com.landawn.abacus.util.BufferedReader
-
- skip(long) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- skip(InputStream, long) - Static method in class com.landawn.abacus.util.IOUtil
-
Return the count of skipped bytes.
- skip(Reader, long) - Static method in class com.landawn.abacus.util.IOUtil
-
Return the count of skipped chars.
- skip(Iterator<? extends T>, long) - Static method in class com.landawn.abacus.util.Iterators
-
Calls next() on iterator, either n times
or until hasNext() returns false, whichever comes first.
- skip(long) - Method in class com.landawn.abacus.util.LZ4BlockInputStream
-
- skip(long) - Method in class com.landawn.abacus.util.Observer
-
- skip(long) - Method in class com.landawn.abacus.util.SnappyInputStream
-
- skipAndLimit(Iterator<? extends T>, long, long) - Static method in class com.landawn.abacus.util.Iterators
-
Calls next() on iterator, either offset times
or until hasNext() returns false, whichever comes first.
- skipFully(InputStream, long) - Static method in class com.landawn.abacus.util.IOUtil
-
- skipFully(Reader, long) - Static method in class com.landawn.abacus.util.IOUtil
-
- skipLast(int) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- skipNull() - Method in class com.landawn.abacus.util.ExceptionalStream
-
- skipNull(Iterator<? extends T>) - Static method in class com.landawn.abacus.util.Iterators
-
Returns a new ObjIterator with null elements removed.
- skipNull(boolean) - Method in class com.landawn.abacus.util.Joiner
-
- skipNulls() - Method in class com.landawn.abacus.util.Joiner
-
- skipRepeats() - Static method in class com.landawn.abacus.util.Fn.Predicates
-
Returns a stateful Predicate.
- skipUntil(Throwables.Predicate<? super T, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- skipUntil(Iterator<? extends T>, Predicate<? super T>) - Static method in class com.landawn.abacus.util.Iterators
-
- skipUntil(Collection<? extends T>, Throwables.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
Skip until.
- skipUntil(T[], Throwables.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
Skip until.
- SLASH - Static variable in class com.landawn.abacus.util.WD
-
Field SLASH.
- sleep(long) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- sleep(long) - Static method in class com.landawn.abacus.util.Fn
-
- sleep(long) - Static method in class com.landawn.abacus.util.N
-
- sleep(long, TimeUnit) - Static method in class com.landawn.abacus.util.N
-
- sleepUninterruptibly(long) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- sleepUninterruptibly(long) - Static method in class com.landawn.abacus.util.Fn
-
- sleepUninterruptibly(long) - Static method in class com.landawn.abacus.util.N
-
Note: Copied from Google Guava under Apache License v2.0
If a thread is interrupted during such a call, the call continues to block until the result is available or the
timeout elapses, and only then re-interrupts the thread.
- sleepUninterruptibly(long, TimeUnit) - Static method in class com.landawn.abacus.util.N
-
Note: Copied from Google Guava under Apache License v2.0
If a thread is interrupted during such a call, the call continues to block until the result is available or the
timeout elapses, and only then re-interrupts the thread.
- slice(Collection<String>) - Method in interface com.landawn.abacus.DataSet
-
Returns a frozen DataSet.
- slice(int, int) - Method in interface com.landawn.abacus.DataSet
-
Returns a frozen DataSet.
- slice(Collection<String>, int, int) - Method in interface com.landawn.abacus.DataSet
-
Returns a frozen DataSet.
- sliding(int, int, IntFunction<? extends C>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- sliding(int, int, Collector<? super T, A, R>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- slidingMap(Throwables.BiFunction<? super T, ? super T, R, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- slidingMap(Throwables.BiFunction<? super T, ? super T, R, ? extends E>, int) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- slidingMap(Throwables.BiFunction<? super T, ? super T, R, ? extends E>, int, boolean) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- slidingMap(Throwables.TriFunction<? super T, ? super T, ? super T, R, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- slidingMap(Throwables.TriFunction<? super T, ? super T, ? super T, R, ? extends E>, int) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- slidingMap(Throwables.TriFunction<? super T, ? super T, ? super T, R, ? extends E>, int, boolean) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- slidingToList(int, int) - Method in class com.landawn.abacus.util.ExceptionalStream
-
Sliding to list.
- slidingToSet(int, int) - Method in class com.landawn.abacus.util.ExceptionalStream
-
Sliding to set.
- SnappyInputStream - Class in com.landawn.abacus.util
-
- SnappyInputStream(InputStream) - Constructor for class com.landawn.abacus.util.SnappyInputStream
-
- SnappyOutputStream - Class in com.landawn.abacus.util
-
- SnappyOutputStream(OutputStream) - Constructor for class com.landawn.abacus.util.SnappyOutputStream
-
- SnappyOutputStream(OutputStream, int) - Constructor for class com.landawn.abacus.util.SnappyOutputStream
-
- SO - Static variable in class com.landawn.abacus.util.Ascii
-
Shift Out: A control character indicating that the code combinations which follow shall be
interpreted as outside of the character set of the standard code table until a Shift In
character is reached.
- SOAP_BODY_ELE_END - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field SOAP_BODY_ELE_END.
- SOAP_BODY_ELE_START - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field SOAP_BODY_ELE_START.
- SOAP_ENVELOPE_ELE_END - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field SOAP_ENVELOPE_ELE_END.
- SOAP_ENVELOPE_ELE_START - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field SOAP_ENVELOPE_ELE_START.
- SOAP_FAULT_ELE_END - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field SOAP_FAULT_ELE_END.
- SOAP_FAULT_ELE_START - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field SOAP_FAULT_ELE_START.
- SOAP_HEADER_ELE_END - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field SOAP_HEADER_ELE_END.
- SOAP_HEADER_ELE_START - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field SOAP_HEADER_ELE_START.
- SOH - Static variable in class com.landawn.abacus.util.Ascii
-
Start of Heading: A communication control character used at the beginning of a sequence of
characters which constitute a machine-sensible address or routing information.
- SOME - Static variable in class com.landawn.abacus.util.WD
-
Field SOME.
- sort(Comparator<? super E>) - Method in class com.landawn.abacus.util.ImmutableList
-
- sort(String) - Static method in class com.landawn.abacus.util.StringUtil
-
Returns a new sorted String if the specified str is not null or empty, otherwise the specified str is returned.
- sortBy(String) - Method in interface com.landawn.abacus.DataSet
-
- sortBy(String, Comparator<T>) - Method in interface com.landawn.abacus.DataSet
-
- sortBy(Collection<String>) - Method in interface com.landawn.abacus.DataSet
-
- sortBy(Collection<String>, Comparator<? super Object[]>) - Method in interface com.landawn.abacus.DataSet
-
- sortBy(Collection<String>, Function<? super NoCachingNoUpdating.DisposableObjArray, ? extends Comparable>) - Method in interface com.landawn.abacus.DataSet
-
- 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
-
- sortBy(Collection<String>, Function<? super NoCachingNoUpdating.DisposableObjArray, ? extends Comparable>) - Method in class com.landawn.abacus.util.Builder.DataSetBuilder
-
- sorted() - Method in class com.landawn.abacus.util.ExceptionalStream
-
- sorted(Comparator<? super T>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- sortedBy(Function<? super T, ? extends Comparable>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- SP - Static variable in class com.landawn.abacus.util.Ascii
-
Space: A normally non-printing graphic character used to separate words.
- sp(Object, Throwables.Predicate<T, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
Synchronized Predicate.
- sp(Object, A, Throwables.BiPredicate<A, T, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
Synchronized Predicate.
- sp(Object, A, B, Throwables.TriPredicate<A, B, T, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
Synchronized Predicate.
- sp(Object, Throwables.BiPredicate<T, U, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
Synchronized BiPredicate.
- sp(Object, Predicate<T>) - Static method in class com.landawn.abacus.util.Fn
-
Synchronized Predicate.
- sp(Object, A, BiPredicate<A, T>) - Static method in class com.landawn.abacus.util.Fn
-
Synchronized Predicate.
- sp(Object, A, B, TriPredicate<A, B, T>) - Static method in class com.landawn.abacus.util.Fn
-
Synchronized Predicate.
- sp(Object, BiPredicate<T, U>) - Static method in class com.landawn.abacus.util.Fn
-
Synchronized BiPredicate.
- SPACE - Static variable in class com.landawn.abacus.util.Ascii
-
- SPACE - Static variable in class com.landawn.abacus.util.StringUtil
-
A String for a space character.
- SPACE - Static variable in class com.landawn.abacus.util.WD
-
Field SPACE.
- SPACE_PARENTHESES_L - Static variable in class com.landawn.abacus.util.WD
-
Field SPACE_PARENTHESES_L.
- SPACE_QUOTATION_D - Static variable in class com.landawn.abacus.util.WD
-
Field SPACE_QUOTATION_D.
- SPACE_QUOTATION_S - Static variable in class com.landawn.abacus.util.WD
-
Field SPACE_QUOTATION_S.
- span(Range<T>) - Method in class com.landawn.abacus.util.Range
-
Copied from Guava under Apache License v2.0
Returns the minimal range that encloses both this range and other.
- split(int, IntFunction<? extends C>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
Returns ExceptionalStream of C with consecutive sub sequences of the elements, each of the same size (the final sequence may be smaller).
- split(int, Collector<? super T, A, R>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- split(File, int) - Static method in class com.landawn.abacus.util.IOUtil
-
- split(File, int, File) - Static method in class com.landawn.abacus.util.IOUtil
-
- split(boolean[], int) - Static method in class com.landawn.abacus.util.N
-
Returns consecutive sub arrays of an array, each of the same size (the final list may be smaller),
or an empty List if the specified array is null or empty.
- split(boolean[], int, int, int) - Static method in class com.landawn.abacus.util.N
-
Returns consecutive sub arrays of an array, each of the same chunkSize (the final list may be smaller),
or an empty List if the specified array is null or empty.
- split(char[], int) - Static method in class com.landawn.abacus.util.N
-
Returns consecutive sub arrays of an array, each of the same chunkSize (the final list may be smaller),
or an empty List if the specified array is null or empty.
- split(char[], int, int, int) - Static method in class com.landawn.abacus.util.N
-
Returns consecutive sub arrays of an array, each of the same chunkSize (the final list may be smaller),
or an empty List if the specified array is null or empty.
- split(byte[], int) - Static method in class com.landawn.abacus.util.N
-
Returns consecutive sub arrays of an array, each of the same chunkSize (the final list may be smaller),
or an empty List if the specified array is null or empty.
- split(byte[], int, int, int) - Static method in class com.landawn.abacus.util.N
-
Returns consecutive sub arrays of an array, each of the same chunkSize (the final list may be smaller),
or an empty List if the specified array is null or empty.
- split(short[], int) - Static method in class com.landawn.abacus.util.N
-
Returns consecutive sub arrays of an array, each of the same chunkSize (the final list may be smaller),
or an empty List if the specified array is null or empty.
- split(short[], int, int, int) - Static method in class com.landawn.abacus.util.N
-
Returns consecutive sub arrays of an array, each of the same chunkSize (the final list may be smaller),
or an empty List if the specified array is null or empty.
- split(int[], int) - Static method in class com.landawn.abacus.util.N
-
Returns consecutive sub arrays of an array, each of the same chunkSize (the final list may be smaller),
or an empty List if the specified array is null or empty.
- split(int[], int, int, int) - Static method in class com.landawn.abacus.util.N
-
Returns consecutive sub arrays of an array, each of the same chunkSize (the final list may be smaller),
or an empty List if the specified array is null or empty.
- split(long[], int) - Static method in class com.landawn.abacus.util.N
-
Returns consecutive sub arrays of an array, each of the same chunkSize (the final list may be smaller),
or an empty List if the specified array is null or empty.
- split(long[], int, int, int) - Static method in class com.landawn.abacus.util.N
-
Returns consecutive sub arrays of an array, each of the same chunkSize (the final list may be smaller),
or an empty List if the specified array is null or empty.
- split(float[], int) - Static method in class com.landawn.abacus.util.N
-
Returns consecutive sub arrays of an array, each of the same chunkSize (the final list may be smaller),
or an empty List if the specified array is null or empty.
- split(float[], int, int, int) - Static method in class com.landawn.abacus.util.N
-
Returns consecutive sub arrays of an array, each of the same chunkSize (the final list may be smaller),
or an empty List if the specified array is null or empty.
- split(double[], int) - Static method in class com.landawn.abacus.util.N
-
Returns consecutive sub arrays of an array, each of the same chunkSize (the final list may be smaller),
or an empty List if the specified array is null or empty.
- split(double[], int, int, int) - Static method in class com.landawn.abacus.util.N
-
Returns consecutive sub arrays of an array, each of the same chunkSize (the final list may be smaller),
or an empty List if the specified array is null or empty.
- split(T[], int) - Static method in class com.landawn.abacus.util.N
-
Returns consecutive sub arrays of an array, each of the same chunkSize (the final list may be smaller),
or an empty List if the specified array is null or empty.
- split(T[], int, int, int) - Static method in class com.landawn.abacus.util.N
-
Returns consecutive sub arrays of an array, each of the same chunkSize (the final list may be smaller),
or an empty List if the specified array is null or empty.
- split(Collection<? extends T>, int) - Static method in class com.landawn.abacus.util.N
-
Returns consecutive sub lists of a collection, each of the same chunkSize (the final list may be smaller).
- split(Collection<? extends T>, int, int, int) - Static method in class com.landawn.abacus.util.N
-
Returns consecutive sub lists of a collection, each of the same chunkSize (the final list may be smaller).
- split(Iterator<? extends T>, int) - Static method in class com.landawn.abacus.util.N
-
- split(CharSequence, int) - Static method in class com.landawn.abacus.util.N
-
Returns consecutive substring of the specified string, each of the same length (the final list may be smaller),
or an empty array if the specified string is null or empty.
- split(CharSequence, int, int, int) - Static method in class com.landawn.abacus.util.N
-
Returns consecutive substring of the specified string, each of the same length (the final list may be smaller),
or an empty array if the specified string is null or empty.
- split(CharSequence) - Method in class com.landawn.abacus.util.Splitter.MapSplitter
-
- split(Class<K>, Class<V>, CharSequence) - Method in class com.landawn.abacus.util.Splitter.MapSplitter
-
- split(Type<K>, Type<V>, CharSequence) - Method in class com.landawn.abacus.util.Splitter.MapSplitter
-
- split(M, CharSequence) - Method in class com.landawn.abacus.util.Splitter.MapSplitter
-
- split(M, Class<K>, Class<V>, CharSequence) - Method in class com.landawn.abacus.util.Splitter.MapSplitter
-
- split(M, Type<K>, Type<V>, CharSequence) - Method in class com.landawn.abacus.util.Splitter.MapSplitter
-
- split(CharSequence, Supplier<? extends M>) - Method in class com.landawn.abacus.util.Splitter.MapSplitter
-
- split(Class<K>, Class<V>, CharSequence, Supplier<? extends M>) - Method in class com.landawn.abacus.util.Splitter.MapSplitter
-
- split(Type<K>, Type<V>, CharSequence, Supplier<? extends M>) - Method in class com.landawn.abacus.util.Splitter.MapSplitter
-
- split(CharSequence) - Method in class com.landawn.abacus.util.Splitter
-
- split(CharSequence, Throwables.Function<? super String, R, E>) - Method in class com.landawn.abacus.util.Splitter
-
- split(Class<T>, CharSequence) - Method in class com.landawn.abacus.util.Splitter
-
- split(Type<T>, CharSequence) - Method in class com.landawn.abacus.util.Splitter
-
- split(C, CharSequence) - Method in class com.landawn.abacus.util.Splitter
-
- split(C, Class<T>, CharSequence) - Method in class com.landawn.abacus.util.Splitter
-
- split(C, Type<T>, CharSequence) - Method in class com.landawn.abacus.util.Splitter
-
- split(CharSequence, Supplier<? extends C>) - Method in class com.landawn.abacus.util.Splitter
-
- split(Class<T>, CharSequence, Supplier<? extends C>) - Method in class com.landawn.abacus.util.Splitter
-
- split(Type<T>, CharSequence, Supplier<? extends C>) - Method in class com.landawn.abacus.util.Splitter
-
- split(String, char) - Static method in class com.landawn.abacus.util.StringUtil
-
- split(String, char, boolean) - Static method in class com.landawn.abacus.util.StringUtil
-
- split(String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
- split(String, String, boolean) - Static method in class com.landawn.abacus.util.StringUtil
-
- split(String, String, int) - Static method in class com.landawn.abacus.util.StringUtil
-
- split(String, String, int, boolean) - Static method in class com.landawn.abacus.util.StringUtil
-
- splitAndThen(CharSequence, Throwables.Function<? super Map<String, String>, T, E>) - Method in class com.landawn.abacus.util.Splitter.MapSplitter
-
Split and then.
- splitAndThen(CharSequence, Throwables.Function<? super List<String>, T, E>) - Method in class com.landawn.abacus.util.Splitter
-
Split and then.
- splitBySize(File, long) - Static method in class com.landawn.abacus.util.IOUtil
-
Split by size.
- splitBySize(File, long, File) - Static method in class com.landawn.abacus.util.IOUtil
-
Mostly it's designed for (zipped/unzipped/log) text files.
- splitPreserveAllTokens(String, char) - Static method in class com.landawn.abacus.util.StringUtil
-
Split preserve all tokens.
- splitPreserveAllTokens(String, char, boolean) - Static method in class com.landawn.abacus.util.StringUtil
-
Split preserve all tokens.
- splitPreserveAllTokens(String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
Split preserve all tokens.
- splitPreserveAllTokens(String, String, boolean) - Static method in class com.landawn.abacus.util.StringUtil
-
Split preserve all tokens.
- splitPreserveAllTokens(String, String, int) - Static method in class com.landawn.abacus.util.StringUtil
-
- splitPreserveAllTokens(String, String, int, boolean) - Static method in class com.landawn.abacus.util.StringUtil
-
- splitt(int) - Method in interface com.landawn.abacus.DataSet
-
- splitt(Collection<String>, int) - Method in interface com.landawn.abacus.DataSet
-
- Splitter - Class in com.landawn.abacus.util
-
- Splitter.MapSplitter - Class in com.landawn.abacus.util
-
The Class MapSplitter.
- splitToArray(String[], CharSequence) - Method in class com.landawn.abacus.util.Splitter
-
Split to array.
- splitToArray(CharSequence) - Method in class com.landawn.abacus.util.Splitter
-
Split to array.
- splitToArray(CharSequence, Throwables.Function<? super String, String, E>) - Method in class com.landawn.abacus.util.Splitter
-
Split to array.
- splitToArray(Class<T>, CharSequence) - Method in class com.landawn.abacus.util.Splitter
-
Split to array.
- splitToImmutableList(CharSequence) - Method in class com.landawn.abacus.util.Splitter
-
Split to array.
- splitToImmutableList(Class<T>, CharSequence) - Method in class com.landawn.abacus.util.Splitter
-
Split to array.
- splitToImmutableMap(CharSequence) - Method in class com.landawn.abacus.util.Splitter.MapSplitter
-
- splitToImmutableMap(Class<K>, Class<V>, CharSequence) - Method in class com.landawn.abacus.util.Splitter.MapSplitter
-
- splitToList(int) - Method in interface com.landawn.abacus.DataSet
-
Returns consecutive sub lists of this DataSet, each of the same chunkSize (the list may be smaller), or an empty List if this DataSet is empty.
- splitToList(Collection<String>, int) - Method in interface com.landawn.abacus.DataSet
-
Returns consecutive sub lists of this DataSet, each of the same chunkSize (the list may be smaller), or an empty List if this DataSet is empty.
- splitToList(int) - Method in class com.landawn.abacus.util.ExceptionalStream
-
Returns ExceptionalStream of List<T> with consecutive sub sequences of the elements, each of the same size (the final sequence may be smaller).
- splitToSet(int) - Method in class com.landawn.abacus.util.ExceptionalStream
-
Returns ExceptionalStream of Set<T> with consecutive sub sequences of the elements, each of the same size (the final sequence may be smaller).
- sqrt(int, RoundingMode) - Static method in class com.landawn.abacus.util.Numbers
-
Returns the square root of x, rounded with the specified rounding mode.
- sqrt(long, RoundingMode) - Static method in class com.landawn.abacus.util.Numbers
-
Returns the square root of x, rounded with the specified rounding mode.
- sqrt(BigInteger, RoundingMode) - Static method in class com.landawn.abacus.util.Numbers
-
- SQRT - Static variable in class com.landawn.abacus.util.WD
-
Field SQRT.
- start() - Method in class com.landawn.abacus.util.Stopwatch
-
Starts the stopwatch.
- START_ARRAY_ELE_WITH_TYPE - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field START_ARRAY_ELE_WITH_TYPE.
- START_COLLECTION_ELE_WITH_TYPE - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field START_COLLECTION_ELE_WITH_TYPE.
- START_E_ELE_WITH_TYPE - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field START_E_ELE_WITH_TYPE.
- START_KEY_ELE_WITH_STRING_TYPE - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field START_KEY_ELE_WITH_STRING_TYPE.
- START_KEY_ELE_WITH_TYPE - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field START_KEY_ELE_WITH_TYPE.
- START_LIST_ELE_WITH_TYPE - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field START_LIST_ELE_WITH_TYPE.
- START_MAP_ELE_WITH_TYPE - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field START_MAP_ELE_WITH_TYPE.
- START_SET_ELE_WITH_TYPE - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field START_SET_ELE_WITH_TYPE.
- START_TRANSACTION - Static variable in class com.landawn.abacus.util.WD
-
Field START_TRANSACTION.
- START_TYPE_ATTR - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field START_TYPE_ATTR.
- START_VALUE_ELE_WITH_TYPE - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field START_VALUE_ELE_WITH_TYPE.
- startsWith(String) - Static method in class com.landawn.abacus.util.Fn
-
- startsWith(String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
- startsWithAny(String, String...) - Static method in class com.landawn.abacus.util.StringUtil
-
Starts with any.
- startsWithIgnoreCase(String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
Starts with ignore case.
- Stateful - Annotation Type in com.landawn.abacus.annotation
-
Generally, don't cache/save the stateful object or access/update it with multiple threads.
- Status - Enum in com.landawn.abacus.util
-
The Enum Status.
- 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.
- stream(Class<T>, String) - Method in interface com.landawn.abacus.parser.JSONParser
-
- stream(Class<T>, String, JSONDeserializationConfig) - Method in interface com.landawn.abacus.parser.JSONParser
-
- stream(Class<T>, File) - Method in interface com.landawn.abacus.parser.JSONParser
-
- stream(Class<T>, File, JSONDeserializationConfig) - Method in interface com.landawn.abacus.parser.JSONParser
-
- stream(Class<T>, InputStream) - Method in interface com.landawn.abacus.parser.JSONParser
-
- stream(Class<T>, InputStream, JSONDeserializationConfig) - Method in interface com.landawn.abacus.parser.JSONParser
-
- stream(Class<T>, Reader) - Method in interface com.landawn.abacus.parser.JSONParser
-
- stream(Class<T>, Reader, JSONDeserializationConfig) - Method in interface com.landawn.abacus.parser.JSONParser
-
- streamJSON(Class<T>, String) - Static method in class com.landawn.abacus.util.N
-
- streamJSON(Class<T>, String, JSONDeserializationConfig) - Static method in class com.landawn.abacus.util.N
-
- streamJSON(Class<T>, File) - Static method in class com.landawn.abacus.util.N
-
- streamJSON(Class<T>, File, JSONDeserializationConfig) - Static method in class com.landawn.abacus.util.N
-
- streamJSON(Class<T>, InputStream) - Static method in class com.landawn.abacus.util.N
-
- streamJSON(Class<T>, InputStream, JSONDeserializationConfig) - Static method in class com.landawn.abacus.util.N
-
- streamJSON(Class<T>, Reader) - Static method in class com.landawn.abacus.util.N
-
- streamJSON(Class<T>, Reader, JSONDeserializationConfig) - Static method in class com.landawn.abacus.util.N
-
- STRICT_ORIGIN - Static variable in class com.landawn.abacus.http.HttpHeaders.ReferrerPolicyValues
-
The Constant STRICT_ORIGIN.
- STRICT_ORIGIN_WHEN_CROSS_ORIGIN - Static variable in class com.landawn.abacus.http.HttpHeaders.ReferrerPolicyValues
-
The Constant STRICT_ORIGIN_WHEN_CROSS_ORIGIN.
- STRICT_TRANSPORT_SECURITY - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
- string2InputStream(String) - Static method in class com.landawn.abacus.util.IOUtil
-
String 2 input stream.
- string2InputStream(String, Charset) - Static method in class com.landawn.abacus.util.IOUtil
-
String 2 input stream.
- string2Reader(String) - Static method in class com.landawn.abacus.util.IOUtil
-
String 2 reader.
- STRING_LIST - Static variable in class com.landawn.abacus.util.Clazz
-
- STRING_SET - Static variable in class com.landawn.abacus.util.Clazz
-
- stringBuilder() - Method in class com.landawn.abacus.util.StringWriter
-
- stringBuilder2Writer(StringBuilder) - Static method in class com.landawn.abacus.util.IOUtil
-
String builder 2 writer.
- StringUtil - Class in com.landawn.abacus.util
-
Note: This class includes codes copied from Apache Commons Lang, Google Guava and other open source projects under the Apache License 2.0.
- StringUtil.MoreStringUtil - Class in com.landawn.abacus.util
-
- StringUtil.Strings - Class in com.landawn.abacus.util
-
- StringWriter - Class in com.landawn.abacus.util
-
Built on StringBuilder.
- StringWriter() - Constructor for class com.landawn.abacus.util.StringWriter
-
- StringWriter(int) - Constructor for class com.landawn.abacus.util.StringWriter
-
- StringWriter(StringBuilder) - Constructor for class com.landawn.abacus.util.StringWriter
-
- strip() - Static method in class com.landawn.abacus.util.Fn
-
- strip(boolean) - Method in class com.landawn.abacus.util.Splitter.MapSplitter
-
- strip(boolean) - Method in class com.landawn.abacus.util.Splitter
-
- strip(String) - Static method in class com.landawn.abacus.util.StringUtil
-
Strips whitespace from the start and end of a String.
- strip(String[]) - Static method in class com.landawn.abacus.util.StringUtil
-
- strip(String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
Strips any of a set of characters from the start and end of a String.
- strip(String[], String) - Static method in class com.landawn.abacus.util.StringUtil
-
- stripAccents(String) - Static method in class com.landawn.abacus.util.StringUtil
-
Removes diacritics (~= accents) from a string.
- stripAccents(String[]) - Static method in class com.landawn.abacus.util.StringUtil
-
- stripEnd(String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
Strips any of a set of characters from the end of a String.
- stripEnd(String[], String) - Static method in class com.landawn.abacus.util.StringUtil
-
- stripResults() - Method in class com.landawn.abacus.util.Splitter.MapSplitter
-
- stripResults() - Method in class com.landawn.abacus.util.Splitter
-
- stripStart(String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
Strips any of a set of characters from the start of a String.
- stripStart(String[], String) - Static method in class com.landawn.abacus.util.StringUtil
-
- stripToEmpty() - Static method in class com.landawn.abacus.util.Fn
-
- stripToEmpty(String) - Static method in class com.landawn.abacus.util.StringUtil
-
Strips whitespace from the start and end of a String returning an empty
String if null input.
- stripToEmpty(String[]) - Static method in class com.landawn.abacus.util.StringUtil
-
- stripToNull() - Static method in class com.landawn.abacus.util.Fn
-
- stripToNull(String) - Static method in class com.landawn.abacus.util.StringUtil
-
Strips whitespace from the start and end of a String returning
null if the String is empty ("") after the strip.
- stripToNull(String[]) - Static method in class com.landawn.abacus.util.StringUtil
-
- STX - Static variable in class com.landawn.abacus.util.Ascii
-
Start of Text: A communication control character which precedes a sequence of characters that
is to be treated as an entity and entirely transmitted through to the ultimate destination.
- SUB - Static variable in class com.landawn.abacus.util.Ascii
-
Substitute: A character that may be substituted for a character which is determined to be
invalid or in error.
- subList(int, int) - Method in class com.landawn.abacus.util.ImmutableList
-
- subMap(K, boolean, K, boolean) - Method in class com.landawn.abacus.util.ImmutableNavigableMap
-
- subMap(K, K) - Method in class com.landawn.abacus.util.ImmutableSortedMap
-
- subSet(E, boolean, E, boolean) - Method in class com.landawn.abacus.util.ImmutableNavigableSet
-
- subSet(E, E) - Method in class com.landawn.abacus.util.ImmutableSortedSet
-
- SUBSTR - Static variable in class com.landawn.abacus.util.WD
-
Field SUBSTR.
- substring(String, int, int) - Static method in class com.landawn.abacus.util.StringUtil.MoreStringUtil
-
Returns an empty Optional if inclusiveBeginIndex < 0 || exclusiveEndIndex < 0 || inclusiveBeginIndex > exclusiveEndIndex,
otherwise an Optional with String value: str.substring(exclusiveBeginIndex, exclusiveEndIndex) is returned.
- substring(String, int) - Static method in class com.landawn.abacus.util.StringUtil.MoreStringUtil
-
Returns an empty Optional if inclusiveBeginIndex < 0,
otherwise an Optional with String value: str.substring(inclusiveBeginIndex) is returned.
- substring(String, char) - Static method in class com.landawn.abacus.util.StringUtil.MoreStringUtil
-
Returns an empty Optional if N.isNullOrEmpty(str) || str.indexOf(delimiterOfInclusiveBeginIndex) < 0,
otherwise an Optional with String value: str.substring(str.indexOf(delimiterOfInclusiveBeginIndex)) is returned.
- substring(String, String) - Static method in class com.landawn.abacus.util.StringUtil.MoreStringUtil
-
Returns an empty Optional if N.isNullOrEmpty(str) || str.indexOf(delimiterOfInclusiveBeginIndex) < 0,
otherwise an Optional with String value: str.substring(str.indexOf(delimiterOfInclusiveBeginIndex)) is returned.
- substring(String, int, char) - Static method in class com.landawn.abacus.util.StringUtil.MoreStringUtil
-
- substring(String, int, String) - Static method in class com.landawn.abacus.util.StringUtil.MoreStringUtil
-
- substring(String, int, IntUnaryOperator) - Static method in class com.landawn.abacus.util.StringUtil.MoreStringUtil
-
- substring(String, char, int) - Static method in class com.landawn.abacus.util.StringUtil.MoreStringUtil
-
- substring(String, String, int) - Static method in class com.landawn.abacus.util.StringUtil.MoreStringUtil
-
- substring(String, IntUnaryOperator, int) - Static method in class com.landawn.abacus.util.StringUtil.MoreStringUtil
-
- substring(String, int, int) - Static method in class com.landawn.abacus.util.StringUtil
-
Returns null if inclusiveBeginIndex < 0 || exclusiveEndIndex < 0 || inclusiveBeginIndex > exclusiveEndIndex,
otherwise the substring with String value: str.substring(exclusiveBeginIndex, exclusiveEndIndex) is returned.
- substring(String, int) - Static method in class com.landawn.abacus.util.StringUtil
-
Returns null if inclusiveBeginIndex < 0,
otherwise the substring with String value: str.substring(inclusiveBeginIndex) is returned.
- substring(String, char) - Static method in class com.landawn.abacus.util.StringUtil
-
Returns null if N.isNullOrEmpty(str) || str.indexOf(delimiterOfInclusiveBeginIndex) < 0,
otherwise the substring with String value: str.substring(str.indexOf(delimiterOfInclusiveBeginIndex)) is returned.
- substring(String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
Returns null if N.isNullOrEmpty(str) || str.indexOf(delimiterOfInclusiveBeginIndex) < 0,
otherwise the substring with String value: str.substring(str.indexOf(delimiterOfInclusiveBeginIndex)) is returned.
- substring(String, int, char) - Static method in class com.landawn.abacus.util.StringUtil
-
- substring(String, int, String) - Static method in class com.landawn.abacus.util.StringUtil
-
- substring(String, int, IntUnaryOperator) - Static method in class com.landawn.abacus.util.StringUtil
-
- substring(String, char, int) - Static method in class com.landawn.abacus.util.StringUtil
-
- substring(String, String, int) - Static method in class com.landawn.abacus.util.StringUtil
-
- substring(String, IntUnaryOperator, int) - Static method in class com.landawn.abacus.util.StringUtil
-
- substringAfter(String, String) - Static method in class com.landawn.abacus.util.StringUtil.MoreStringUtil
-
Returns the substring after first delimiterOfExclusiveBeginIndex if it exists, otherwise return null String.
- substringAfter(String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
Returns the substring after first delimiterOfExclusiveBeginIndex if it exists, otherwise return null String.
- substringAfterLast(String, String) - Static method in class com.landawn.abacus.util.StringUtil.MoreStringUtil
-
Returns the substring after last delimiterOfExclusiveBeginIndex if it exists, otherwise return null String.
- substringAfterLast(String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
Returns the substring after last delimiterOfExclusiveBeginIndex if it exists, otherwise return null String.
- substringBefore(String, String) - Static method in class com.landawn.abacus.util.StringUtil.MoreStringUtil
-
Returns the substring before first delimiterOfExclusiveBeginIndex if it exists, otherwise return null String.
- substringBefore(String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
Returns the substring before first delimiterOfExclusiveBeginIndex if it exists, otherwise return null String.
- substringBeforeLast(String, String) - Static method in class com.landawn.abacus.util.StringUtil.MoreStringUtil
-
Returns the substring last first delimiterOfExclusiveBeginIndex if it exists, otherwise return null String.
- substringBeforeLast(String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
Returns the substring before last delimiterOfExclusiveBeginIndex if it exists, otherwise return null String.
- substringBetween(String, int, int) - Static method in class com.landawn.abacus.util.StringUtil.MoreStringUtil
-
Returns an empty Optional if exclusiveBeginIndex < 0 || exclusiveEndIndex < 0 || exclusiveBeginIndex >= exclusiveEndIndex,
otherwise an Optional with String value: str.substring(exclusiveBeginIndex + 1, exclusiveEndIndex) is returned.
- substringBetween(String, int, char) - Static method in class com.landawn.abacus.util.StringUtil.MoreStringUtil
-
- substringBetween(String, int, String) - Static method in class com.landawn.abacus.util.StringUtil.MoreStringUtil
-
- substringBetween(String, int, IntUnaryOperator) - Static method in class com.landawn.abacus.util.StringUtil.MoreStringUtil
-
- substringBetween(String, char, int) - Static method in class com.landawn.abacus.util.StringUtil.MoreStringUtil
-
- substringBetween(String, String, int) - Static method in class com.landawn.abacus.util.StringUtil.MoreStringUtil
-
- substringBetween(String, IntUnaryOperator, int) - Static method in class com.landawn.abacus.util.StringUtil.MoreStringUtil
-
- substringBetween(String, char, char) - Static method in class com.landawn.abacus.util.StringUtil.MoreStringUtil
-
- substringBetween(String, String, String) - Static method in class com.landawn.abacus.util.StringUtil.MoreStringUtil
-
- substringBetween(String, int, int) - Static method in class com.landawn.abacus.util.StringUtil
-
Returns null if exclusiveBeginIndex < 0 || exclusiveEndIndex < 0 || exclusiveBeginIndex >= exclusiveEndIndex,
otherwise the substring with String value: str.substring(exclusiveBeginIndex + 1, exclusiveEndIndex) is returned.
- substringBetween(String, int, char) - Static method in class com.landawn.abacus.util.StringUtil
-
- substringBetween(String, int, String) - Static method in class com.landawn.abacus.util.StringUtil
-
- substringBetween(String, int, IntUnaryOperator) - Static method in class com.landawn.abacus.util.StringUtil
-
- substringBetween(String, char, int) - Static method in class com.landawn.abacus.util.StringUtil
-
- substringBetween(String, String, int) - Static method in class com.landawn.abacus.util.StringUtil
-
- substringBetween(String, IntUnaryOperator, int) - Static method in class com.landawn.abacus.util.StringUtil
-
- substringBetween(String, char, char) - Static method in class com.landawn.abacus.util.StringUtil
-
- substringBetween(String, String, String) - Static method in class com.landawn.abacus.util.StringUtil
-
- subtract(Fraction) - Method in class com.landawn.abacus.util.Fraction
-
Subtracts the value of another fraction from the value of this one, returning the result in reduced form.
- subtract(byte) - Method in class com.landawn.abacus.util.MutableByte
-
Subtracts a value from the value of this instance.
- subtract(char) - Method in class com.landawn.abacus.util.MutableChar
-
Subtracts a value from the value of this instance.
- subtract(double) - Method in class com.landawn.abacus.util.MutableDouble
-
Subtracts a value from the value of this instance.
- subtract(float) - Method in class com.landawn.abacus.util.MutableFloat
-
Subtracts a value from the value of this instance.
- subtract(int) - Method in class com.landawn.abacus.util.MutableInt
-
Subtracts a value from the value of this instance.
- subtract(long) - Method in class com.landawn.abacus.util.MutableLong
-
Subtracts a value from the value of this instance.
- subtract(short) - Method in class com.landawn.abacus.util.MutableShort
-
Subtracts a value from the value of this instance.
- subtractExact(int, int) - Static method in class com.landawn.abacus.util.Numbers
-
Returns the difference of a and b, provided it does not overflow.
- subtractExact(long, long) - Static method in class com.landawn.abacus.util.Numbers
-
Returns the difference of a and b, provided it does not overflow.
- subtypeOf(Class<?>) - Static method in class com.landawn.abacus.util.Fn
-
- sum() - Static method in class com.landawn.abacus.util.Fn.FnB
-
- sum() - Static method in class com.landawn.abacus.util.Fn.FnD
-
- sum() - Static method in class com.landawn.abacus.util.Fn.FnF
-
- sum() - Static method in class com.landawn.abacus.util.Fn.FnI
-
- sum() - Static method in class com.landawn.abacus.util.Fn.FnL
-
- sum() - Static method in class com.landawn.abacus.util.Fn.FnS
-
- sum() - Method in class com.landawn.abacus.util.KahanSummation
-
- sum(char...) - Static method in class com.landawn.abacus.util.N
-
- sum(char[], int, int) - Static method in class com.landawn.abacus.util.N
-
- sum(byte...) - Static method in class com.landawn.abacus.util.N
-
- sum(byte[], int, int) - Static method in class com.landawn.abacus.util.N
-
- sum(short...) - Static method in class com.landawn.abacus.util.N
-
- sum(short[], int, int) - Static method in class com.landawn.abacus.util.N
-
- sum(int...) - Static method in class com.landawn.abacus.util.N
-
- sum(int[], int, int) - Static method in class com.landawn.abacus.util.N
-
- sum(long...) - Static method in class com.landawn.abacus.util.N
-
- sum(long[], int, int) - Static method in class com.landawn.abacus.util.N
-
- sum(float...) - Static method in class com.landawn.abacus.util.N
-
- sum(float[], int, int) - Static method in class com.landawn.abacus.util.N
-
- sum(double...) - Static method in class com.landawn.abacus.util.N
-
- sum(double[], int, int) - Static method in class com.landawn.abacus.util.N
-
- SUM - Static variable in class com.landawn.abacus.util.WD
-
Field SUM.
- sumDouble(Throwables.ToDoubleFunction<? super T, E2>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- sumDouble(T[]) - Static method in class com.landawn.abacus.util.N
-
- sumDouble(T[], int, int) - Static method in class com.landawn.abacus.util.N
-
- sumDouble(T[], Throwables.ToDoubleFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
- sumDouble(T[], int, int, Throwables.ToDoubleFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
- sumDouble(Collection<? extends T>) - Static method in class com.landawn.abacus.util.N
-
- sumDouble(Collection<? extends T>, int, int) - Static method in class com.landawn.abacus.util.N
-
- sumDouble(Collection<? extends T>, Throwables.ToDoubleFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
- sumDouble(Collection<? extends T>, int, int, Throwables.ToDoubleFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
- sumInt(Throwables.ToIntFunction<? super T, E2>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- sumInt(T[]) - Static method in class com.landawn.abacus.util.N
-
- sumInt(T[], int, int) - Static method in class com.landawn.abacus.util.N
-
- sumInt(T[], Throwables.ToIntFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
- sumInt(T[], int, int, Throwables.ToIntFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
- sumInt(Collection<? extends T>) - Static method in class com.landawn.abacus.util.N
-
- sumInt(Collection<? extends T>, int, int) - Static method in class com.landawn.abacus.util.N
-
- sumInt(Collection<? extends T>, Throwables.ToIntFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
- sumInt(Collection<? extends T>, int, int, Throwables.ToIntFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
- sumLong(Throwables.ToLongFunction<? super T, E2>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- sumLong(T[]) - Static method in class com.landawn.abacus.util.N
-
- sumLong(T[], int, int) - Static method in class com.landawn.abacus.util.N
-
- sumLong(T[], Throwables.ToLongFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
- sumLong(T[], int, int, Throwables.ToLongFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
- sumLong(Collection<? extends T>) - Static method in class com.landawn.abacus.util.N
-
- sumLong(Collection<? extends T>, int, int) - Static method in class com.landawn.abacus.util.N
-
- sumLong(Collection<? extends T>, Throwables.ToLongFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
- sumLong(Collection<? extends T>, int, int, Throwables.ToLongFunction<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
- summingBigDecimal(Function<? super T, BigDecimal>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- summingBigInteger(Function<? super T, BigInteger>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- summingDouble(ToDoubleFunction<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- summingInt(ToIntFunction<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- summingLong(ToLongFunction<? super T>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- sumOfOccurrences() - Method in class com.landawn.abacus.util.Multiset
-
Sum of occurrences.
- Supplier<T> - Interface in com.landawn.abacus.util.function
-
- supplier() - Method in interface com.landawn.abacus.util.stream.Collector
-
- SUPPLIER_OF_LINKED_HASH_MAP - Static variable in class com.landawn.abacus.util.Fn
-
- SUPPLIER_OF_MAP - Static variable in class com.landawn.abacus.util.Fn
-
- supportCircularReference() - Method in class com.landawn.abacus.parser.KryoSerializationConfig
-
- supportCircularReference(boolean) - Method in class com.landawn.abacus.parser.KryoSerializationConfig
-
- supportCircularReference() - Method in class com.landawn.abacus.parser.SerializationConfig
-
Support circular reference.
- supportCircularReference(boolean) - Method in class com.landawn.abacus.parser.SerializationConfig
-
Support circular reference.
- SuppressFBWarnings - Annotation Type in com.landawn.abacus.annotation
-
- swapCase(char) - Static method in class com.landawn.abacus.util.StringUtil
-
- swapCase(String) - Static method in class com.landawn.abacus.util.StringUtil
-
Swaps the case of a String changing upper and title case to lower case,
and lower case to upper case.
- swapColumns(String, String) - Method in interface com.landawn.abacus.DataSet
-
Swap the positions of the two specified columns.
- swapRows(int, int) - Method in interface com.landawn.abacus.DataSet
-
Swap the positions of the two specified rows.
- symmetricDifference(DataSet) - Method in interface com.landawn.abacus.DataSet
-
- symmetricDifference(Collection<T>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- symmetricDifference(Set<? extends E>, Set<? extends E>) - Static method in class com.landawn.abacus.util.Iterables
-
Returns an unmodifiable view of the symmetric difference of two sets.
- symmetricDifference(Map<K, V>, Map<K, V>) - Static method in class com.landawn.abacus.util.Maps
-
- symmetricDifference(T[], T[]) - Static method in class com.landawn.abacus.util.N
-
- symmetricDifference(Collection<? extends T>, Collection<? extends T>) - Static method in class com.landawn.abacus.util.N
-
- symmetricDifferentSet(Collection<? extends T>, Collection<? extends T>) - Static method in class com.landawn.abacus.util.N
-
Symmetric different set.
- SYN - Static variable in class com.landawn.abacus.util.Ascii
-
Synchronous Idle: A communication control character used by a synchronous transmission system
in the absence of any other character to provide a signal from which synchronism may be
achieved or retained.
- Synchronized<T> - Class in com.landawn.abacus.util
-
- systemTicker() - Static method in class com.landawn.abacus.util.Ticker
-
- Table - Annotation Type in com.landawn.abacus.annotation
-
- tableName - Variable in class com.landawn.abacus.parser.ParserUtil.EntityInfo
-
- tag(Object) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
Attaches tag to the request.
- tag(Class<? super T>, T) - Method in class com.landawn.abacus.http.okhttp.OkHttpRequest
-
Attaches tag to the request using type as a key.
- tailMap(K, boolean) - Method in class com.landawn.abacus.util.ImmutableNavigableMap
-
- tailMap(K) - Method in class com.landawn.abacus.util.ImmutableSortedMap
-
- tailSet(E, boolean) - Method in class com.landawn.abacus.util.ImmutableNavigableSet
-
- tailSet(E) - Method in class com.landawn.abacus.util.ImmutableSortedSet
-
- take() - Method in class com.landawn.abacus.pool.GenericObjectPool
-
- take(long, TimeUnit) - Method in class com.landawn.abacus.pool.GenericObjectPool
-
- take() - Method in interface com.landawn.abacus.pool.ObjectPool
-
Retrieves and removes the head of this queue, or returns null if this queue is empty.
- take(long, TimeUnit) - Method in interface com.landawn.abacus.pool.ObjectPool
-
- takeWhile(Throwables.Predicate<? super T, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- takeWhile(Iterator<? extends T>, Predicate<? super T>) - Static method in class com.landawn.abacus.util.Iterators
-
- takeWhile(Collection<? extends T>, Throwables.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
Take while.
- takeWhile(T[], Throwables.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
Take while.
- takeWhileInclusive(Iterator<? extends T>, Predicate<? super T>) - Static method in class com.landawn.abacus.util.Iterators
-
- takeWhileInclusive(Collection<? extends T>, Throwables.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
Take while inclusive.
- takeWhileInclusive(T[], Throwables.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.N
-
Take while inclusive.
- TAN - Static variable in class com.landawn.abacus.util.WD
-
Field TAN.
- TE - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP TE header field name.
- TerminalOp - Annotation Type in com.landawn.abacus.annotation
-
Terminal operation.
- TerminalOpTriggered - Annotation Type in com.landawn.abacus.annotation
-
When terminal operation is triggered by intermediate operation, the current stream will be closed and a new stream will be returned.
- Test - Annotation Type in com.landawn.abacus.annotation
-
- test(T, U) - Method in interface com.landawn.abacus.util.function.BiPredicate
-
- test(boolean, boolean) - Method in interface com.landawn.abacus.util.function.BooleanBiPredicate
-
- test(boolean) - Method in interface com.landawn.abacus.util.function.BooleanPredicate
-
- test(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(T, Throwables.Predicate<? super T, E>) - Static method in class com.landawn.abacus.util.Synchronized
-
- test(T, U, Throwables.BiPredicate<? super T, ? super U, E>) - Static method in class com.landawn.abacus.util.Synchronized
-
- test(Throwables.Predicate<? super T, E>) - Method in class com.landawn.abacus.util.Synchronized
-
- test(T, U) - Method in interface com.landawn.abacus.util.Throwables.BiPredicate
-
- test(boolean, boolean) - Method in interface com.landawn.abacus.util.Throwables.BooleanBiPredicate
-
- test(boolean) - Method in interface com.landawn.abacus.util.Throwables.BooleanPredicate
-
- test(boolean, boolean, boolean) - Method in interface com.landawn.abacus.util.Throwables.BooleanTriPredicate
-
- test(byte, byte) - Method in interface com.landawn.abacus.util.Throwables.ByteBiPredicate
-
- test(byte) - Method in interface com.landawn.abacus.util.Throwables.BytePredicate
-
- test(byte, byte, byte) - Method in interface com.landawn.abacus.util.Throwables.ByteTriPredicate
-
- test(char, char) - Method in interface com.landawn.abacus.util.Throwables.CharBiPredicate
-
- test(char) - Method in interface com.landawn.abacus.util.Throwables.CharPredicate
-
- test(char, char, char) - Method in interface com.landawn.abacus.util.Throwables.CharTriPredicate
-
- test(double, double) - Method in interface com.landawn.abacus.util.Throwables.DoubleBiPredicate
-
- test(double) - Method in interface com.landawn.abacus.util.Throwables.DoublePredicate
-
- test(double, double, double) - Method in interface com.landawn.abacus.util.Throwables.DoubleTriPredicate
-
- test(T, U) - Method in interface com.landawn.abacus.util.Throwables.EE.BiPredicate
-
- test(T) - Method in interface com.landawn.abacus.util.Throwables.EE.Predicate
-
- test(A, B, C) - Method in interface com.landawn.abacus.util.Throwables.EE.TriPredicate
-
- test(T, U) - Method in interface com.landawn.abacus.util.Throwables.EEE.BiPredicate
-
- test(T) - Method in interface com.landawn.abacus.util.Throwables.EEE.Predicate
-
- test(A, B, C) - Method in interface com.landawn.abacus.util.Throwables.EEE.TriPredicate
-
- test(float, float) - Method in interface com.landawn.abacus.util.Throwables.FloatBiPredicate
-
- test(float) - Method in interface com.landawn.abacus.util.Throwables.FloatPredicate
-
- test(float, float, float) - Method in interface com.landawn.abacus.util.Throwables.FloatTriPredicate
-
- test(U, int, T) - Method in interface com.landawn.abacus.util.Throwables.IndexedBiPredicate
-
- test(int, T) - Method in interface com.landawn.abacus.util.Throwables.IndexedPredicate
-
- test(int, int) - Method in interface com.landawn.abacus.util.Throwables.IntBiPredicate
-
- test(int) - Method in interface com.landawn.abacus.util.Throwables.IntPredicate
-
- test(int, int, int) - Method in interface com.landawn.abacus.util.Throwables.IntTriPredicate
-
- test(long, long) - Method in interface com.landawn.abacus.util.Throwables.LongBiPredicate
-
- test(long) - Method in interface com.landawn.abacus.util.Throwables.LongPredicate
-
- test(long, long, long) - Method in interface com.landawn.abacus.util.Throwables.LongTriPredicate
-
- test(T) - Method in interface com.landawn.abacus.util.Throwables.Predicate
-
- test(A, B, C, D) - Method in interface com.landawn.abacus.util.Throwables.QuadPredicate
-
- test(short, short) - Method in interface com.landawn.abacus.util.Throwables.ShortBiPredicate
-
- test(short) - Method in interface com.landawn.abacus.util.Throwables.ShortPredicate
-
- test(short, short, short) - Method in interface com.landawn.abacus.util.Throwables.ShortTriPredicate
-
- test(A, B, C) - Method in interface com.landawn.abacus.util.Throwables.TriPredicate
-
- testByKey(Throwables.Predicate<? super K, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- testByKey(Predicate<? super K>) - Static method in class com.landawn.abacus.util.Fn
-
Test by key.
- testByValue(Throwables.Predicate<? super V, E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- testByValue(Predicate<? super V>) - Static method in class com.landawn.abacus.util.Fn
-
Test by value.
- testKeyVal(BiPredicate<? super K, ? super V>) - Static method in class com.landawn.abacus.util.Fn
-
Test key val.
- TestUtil - Class in com.landawn.abacus.util
-
- TEXT_HTML - Static variable in class com.landawn.abacus.http.HttpHeaders.Values
-
The Constant TEXT_HTML.
- TEXT_JSON - Static variable in class com.landawn.abacus.http.HttpHeaders.Values
-
The Constant TEXT_JSON.
- TEXT_XML - Static variable in class com.landawn.abacus.http.HttpHeaders.Values
-
The Constant TEXT_XML.
- then(Throwables.Runnable<E>) - Method in class com.landawn.abacus.util.If
-
- then(U, Throwables.Consumer<? super U, E>) - Method in class com.landawn.abacus.util.If
-
- thenCall(Callable<R>) - Method in class com.landawn.abacus.util.ContinuableFuture
-
- thenCall(Throwables.Function<? super T, R, E>) - Method in class com.landawn.abacus.util.ContinuableFuture
-
- thenCall(Throwables.BiFunction<? super T, ? super Exception, R, E>) - Method in class com.landawn.abacus.util.ContinuableFuture
-
- thenDelay(long, TimeUnit) - Method in class com.landawn.abacus.util.ContinuableFuture
-
- thenDoNothing() - Method in class com.landawn.abacus.util.If
-
Then do nothing.
- thenRun(Throwables.Runnable<E>) - Method in class com.landawn.abacus.util.ContinuableFuture
-
- thenRun(Throwables.Consumer<? super T, E>) - Method in class com.landawn.abacus.util.ContinuableFuture
-
- thenRun(Throwables.BiConsumer<? super T, ? super Exception, E>) - Method in class com.landawn.abacus.util.ContinuableFuture
-
- thenThrow(Supplier<? extends E>) - Method in class com.landawn.abacus.util.If
-
- thenUse(Executor) - Method in class com.landawn.abacus.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
-
- Throwables - Class in com.landawn.abacus.util
-
Catch checked exception and convert it to RuntimeException.
- Throwables.BiConsumer<T,U,E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface BiConsumer.
- Throwables.BiFunction<T,U,R,E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface BiFunction.
- Throwables.BiIntObjConsumer<T,E extends Throwable> - Interface in com.landawn.abacus.util
-
- Throwables.BinaryOperator<T,E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface BinaryOperator.
- Throwables.BiPredicate<T,U,E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface BiPredicate.
- Throwables.BooleanBiConsumer<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface BooleanBiConsumer.
- Throwables.BooleanBiFunction<R,E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface BooleanBiFunction.
- Throwables.BooleanBinaryOperator<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface BooleanBinaryOperator.
- Throwables.BooleanBiPredicate<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface BooleanBiPredicate.
- Throwables.BooleanConsumer<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface BooleanConsumer.
- Throwables.BooleanFunction<R,E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface BooleanFunction.
- Throwables.BooleanPredicate<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface BooleanPredicate.
- Throwables.BooleanSupplier<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface BooleanSupplier.
- Throwables.BooleanTernaryOperator<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface BooleanTernaryOperator.
- Throwables.BooleanTriConsumer<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface BooleanTriConsumer.
- Throwables.BooleanTriFunction<R,E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface BooleanTriFunction.
- Throwables.BooleanTriPredicate<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface BooleanTriPredicate.
- Throwables.BooleanUnaryOperator<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface BooleanUnaryOperator.
- Throwables.ByteBiConsumer<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface ByteBiConsumer.
- Throwables.ByteBiFunction<R,E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface ByteBiFunction.
- Throwables.ByteBinaryOperator<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface ByteBinaryOperator.
- Throwables.ByteBiPredicate<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface ByteBiPredicate.
- Throwables.ByteConsumer<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface ByteConsumer.
- Throwables.ByteFunction<R,E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface ByteFunction.
- Throwables.BytePredicate<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface BytePredicate.
- Throwables.ByteSupplier<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface ByteSupplier.
- Throwables.ByteTernaryOperator<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface ByteTernaryOperator.
- Throwables.ByteTriConsumer<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface ByteTriConsumer.
- Throwables.ByteTriFunction<R,E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface ByteTriFunction.
- Throwables.ByteTriPredicate<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface ByteTriPredicate.
- Throwables.ByteUnaryOperator<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface ByteUnaryOperator.
- Throwables.Callable<R,E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface Callable.
- Throwables.CharBiConsumer<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface CharBiConsumer.
- Throwables.CharBiFunction<R,E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface CharBiFunction.
- Throwables.CharBinaryOperator<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface CharBinaryOperator.
- Throwables.CharBiPredicate<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface CharBiPredicate.
- Throwables.CharConsumer<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface CharConsumer.
- Throwables.CharFunction<R,E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface CharFunction.
- Throwables.CharPredicate<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface CharPredicate.
- Throwables.CharSupplier<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface CharSupplier.
- Throwables.CharTernaryOperator<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface CharTernaryOperator.
- Throwables.CharTriConsumer<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface CharTriConsumer.
- Throwables.CharTriFunction<R,E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface CharTriFunction.
- Throwables.CharTriPredicate<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface CharTriPredicate.
- Throwables.CharUnaryOperator<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface CharUnaryOperator.
- Throwables.Consumer<T,E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface Consumer.
- Throwables.DoubleBiConsumer<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface DoubleBiConsumer.
- Throwables.DoubleBiFunction<R,E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface DoubleBiFunction.
- Throwables.DoubleBinaryOperator<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface DoubleBinaryOperator.
- Throwables.DoubleBiPredicate<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface DoubleBiPredicate.
- Throwables.DoubleConsumer<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface DoubleConsumer.
- Throwables.DoubleFunction<R,E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface DoubleFunction.
- Throwables.DoublePredicate<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface DoublePredicate.
- Throwables.DoubleSupplier<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface DoubleSupplier.
- Throwables.DoubleTernaryOperator<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface DoubleTernaryOperator.
- Throwables.DoubleTriConsumer<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface DoubleTriConsumer.
- Throwables.DoubleTriFunction<R,E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface DoubleTriFunction.
- Throwables.DoubleTriPredicate<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface DoubleTriPredicate.
- Throwables.DoubleUnaryOperator<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface DoubleUnaryOperator.
- Throwables.EE - Class in com.landawn.abacus.util
-
- Throwables.EE.BiConsumer<T,U,E extends Throwable,E2 extends Throwable> - Interface in com.landawn.abacus.util
-
- Throwables.EE.BiFunction<T,U,R,E extends Throwable,E2 extends Throwable> - Interface in com.landawn.abacus.util
-
- Throwables.EE.BiPredicate<T,U,E extends Throwable,E2 extends Throwable> - Interface in com.landawn.abacus.util
-
- Throwables.EE.Callable<R,E extends Throwable,E2 extends Throwable> - Interface in com.landawn.abacus.util
-
- Throwables.EE.Consumer<T,E extends Throwable,E2 extends Throwable> - Interface in com.landawn.abacus.util
-
- Throwables.EE.Function<T,R,E extends Throwable,E2 extends Throwable> - Interface in com.landawn.abacus.util
-
- Throwables.EE.Predicate<T,E extends Throwable,E2 extends Throwable> - Interface in com.landawn.abacus.util
-
- Throwables.EE.Runnable<E extends Throwable,E2 extends Throwable> - Interface in com.landawn.abacus.util
-
- Throwables.EE.Supplier<T,E extends Throwable,E2 extends Throwable> - Interface in com.landawn.abacus.util
-
- Throwables.EE.TriConsumer<A,B,C,E extends Throwable,E2 extends Throwable> - Interface in com.landawn.abacus.util
-
- Throwables.EE.TriFunction<A,B,C,R,E extends Throwable,E2 extends Throwable> - Interface in com.landawn.abacus.util
-
- Throwables.EE.TriPredicate<A,B,C,E extends Throwable,E2 extends Throwable> - Interface in com.landawn.abacus.util
-
- Throwables.EEE - Class in com.landawn.abacus.util
-
The Class EEE.
- Throwables.EEE.BiConsumer<T,U,E extends Throwable,E2 extends Throwable,E3 extends Throwable> - Interface in com.landawn.abacus.util
-
- Throwables.EEE.BiFunction<T,U,R,E extends Throwable,E2 extends Throwable,E3 extends Throwable> - Interface in com.landawn.abacus.util
-
- Throwables.EEE.BiPredicate<T,U,E extends Throwable,E2 extends Throwable,E3 extends Throwable> - Interface in com.landawn.abacus.util
-
- Throwables.EEE.Callable<R,E extends Throwable,E2 extends Throwable,E3 extends Throwable> - Interface in com.landawn.abacus.util
-
- Throwables.EEE.Consumer<T,E extends Throwable,E2 extends Throwable,E3 extends Throwable> - Interface in com.landawn.abacus.util
-
- Throwables.EEE.Function<T,R,E extends Throwable,E2 extends Throwable,E3 extends Throwable> - Interface in com.landawn.abacus.util
-
- Throwables.EEE.Predicate<T,E extends Throwable,E2 extends Throwable,E3 extends Throwable> - Interface in com.landawn.abacus.util
-
- Throwables.EEE.Runnable<E extends Throwable,E2 extends Throwable,E3 extends Throwable> - Interface in com.landawn.abacus.util
-
- Throwables.EEE.Supplier<T,E extends Throwable,E2 extends Throwable,E3 extends Throwable> - Interface in com.landawn.abacus.util
-
- Throwables.EEE.TriConsumer<A,B,C,E extends Throwable,E2 extends Throwable,E3 extends Throwable> - Interface in com.landawn.abacus.util
-
- Throwables.EEE.TriFunction<A,B,C,R,E extends Throwable,E2 extends Throwable,E3 extends Throwable> - Interface in com.landawn.abacus.util
-
- Throwables.EEE.TriPredicate<A,B,C,E extends Throwable,E2 extends Throwable,E3 extends Throwable> - Interface in com.landawn.abacus.util
-
- Throwables.FloatBiConsumer<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface FloatBiConsumer.
- Throwables.FloatBiFunction<R,E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface FloatBiFunction.
- Throwables.FloatBinaryOperator<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface FloatBinaryOperator.
- Throwables.FloatBiPredicate<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface FloatBiPredicate.
- Throwables.FloatConsumer<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface FloatConsumer.
- Throwables.FloatFunction<R,E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface FloatFunction.
- Throwables.FloatPredicate<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface FloatPredicate.
- Throwables.FloatSupplier<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface FloatSupplier.
- Throwables.FloatTernaryOperator<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface FloatTernaryOperator.
- Throwables.FloatTriConsumer<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface FloatTriConsumer.
- Throwables.FloatTriFunction<R,E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface FloatTriFunction.
- Throwables.FloatTriPredicate<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface FloatTriPredicate.
- Throwables.FloatUnaryOperator<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface FloatUnaryOperator.
- Throwables.Function<T,R,E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface Function.
- Throwables.IndexedBiConsumer<U,T,E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface IndexedBiConsumer.
- Throwables.IndexedBiFunction<U,T,R,E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface IndexedBiFunction.
- Throwables.IndexedBiPredicate<U,T,E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface IndexedBiPredicate.
- Throwables.IndexedBooleanConsumer<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface IndexedBooleanConsumer.
- Throwables.IndexedByteConsumer<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface IndexedByteConsumer.
- Throwables.IndexedCharConsumer<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface IndexedCharConsumer.
- Throwables.IndexedConsumer<T,E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface IndexedConsumer.
- Throwables.IndexedDoubleConsumer<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface IndexedDoubleConsumer.
- Throwables.IndexedFloatConsumer<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface IndexedFloatConsumer.
- Throwables.IndexedFunction<T,R,E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface IndexedFunction.
- Throwables.IndexedIntConsumer<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface IndexedIntConsumer.
- Throwables.IndexedLongConsumer<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface IndexedLongConsumer.
- Throwables.IndexedPredicate<T,E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface IndexedPredicate.
- Throwables.IndexedShortConsumer<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface IndexedShortConsumer.
- Throwables.IntBiConsumer<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface IntBiConsumer.
- Throwables.IntBiFunction<R,E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface IntBiFunction.
- Throwables.IntBinaryOperator<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface IntBinaryOperator.
- Throwables.IntBiPredicate<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface IntBiPredicate.
- Throwables.IntConsumer<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface IntConsumer.
- Throwables.IntFunction<R,E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface IntFunction.
- Throwables.IntObjConsumer<T,E extends Throwable> - Interface in com.landawn.abacus.util
-
- Throwables.IntPredicate<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface IntPredicate.
- Throwables.IntSupplier<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface IntSupplier.
- Throwables.IntTernaryOperator<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface IntTernaryOperator.
- Throwables.IntTriConsumer<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface IntTriConsumer.
- Throwables.IntTriFunction<R,E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface IntTriFunction.
- Throwables.IntTriPredicate<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface IntTriPredicate.
- Throwables.IntUnaryOperator<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface IntUnaryOperator.
- Throwables.LazyInitializer<T,E extends Throwable> - Class in com.landawn.abacus.util
-
- Throwables.LongBiConsumer<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface LongBiConsumer.
- Throwables.LongBiFunction<R,E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface LongBiFunction.
- Throwables.LongBinaryOperator<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface LongBinaryOperator.
- Throwables.LongBiPredicate<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface LongBiPredicate.
- Throwables.LongConsumer<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface LongConsumer.
- Throwables.LongFunction<R,E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface LongFunction.
- Throwables.LongPredicate<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface LongPredicate.
- Throwables.LongSupplier<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface LongSupplier.
- Throwables.LongTernaryOperator<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface LongTernaryOperator.
- Throwables.LongTriConsumer<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface LongTriConsumer.
- Throwables.LongTriFunction<R,E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface LongTriFunction.
- Throwables.LongTriPredicate<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface LongTriPredicate.
- Throwables.LongUnaryOperator<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface LongUnaryOperator.
- Throwables.ObjBooleanConsumer<T,E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface ObjBooleanConsumer.
- Throwables.ObjByteConsumer<T,E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface ObjByteConsumer.
- Throwables.ObjCharConsumer<T,E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface ObjCharConsumer.
- Throwables.ObjDoubleConsumer<T,E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface ObjDoubleConsumer.
- Throwables.ObjFloatConsumer<T,E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface ObjFloatConsumer.
- Throwables.ObjIntConsumer<T,E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface ObjIntConsumer.
- Throwables.ObjLongConsumer<T,E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface ObjLongConsumer.
- Throwables.ObjShortConsumer<T,E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface ObjShortConsumer.
- Throwables.Predicate<T,E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface Predicate.
- Throwables.QuadConsumer<A,B,C,D,E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface QuadConsumer.
- Throwables.QuadFunction<A,B,C,D,R,E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface QuadFunction.
- Throwables.QuadPredicate<A,B,C,D,E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface QuadPredicate.
- Throwables.Runnable<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface Runnable.
- Throwables.ShortBiConsumer<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface ShortBiConsumer.
- Throwables.ShortBiFunction<R,E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface ShortBiFunction.
- Throwables.ShortBinaryOperator<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface ShortBinaryOperator.
- Throwables.ShortBiPredicate<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface ShortBiPredicate.
- Throwables.ShortConsumer<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface ShortConsumer.
- Throwables.ShortFunction<R,E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface ShortFunction.
- Throwables.ShortPredicate<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface ShortPredicate.
- Throwables.ShortSupplier<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface ShortSupplier.
- Throwables.ShortTernaryOperator<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface ShortTernaryOperator.
- Throwables.ShortTriConsumer<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface ShortTriConsumer.
- Throwables.ShortTriFunction<R,E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface ShortTriFunction.
- Throwables.ShortTriPredicate<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface ShortTriPredicate.
- Throwables.ShortUnaryOperator<E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface ShortUnaryOperator.
- Throwables.Supplier<T,E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface Supplier.
- Throwables.TernaryOperator<T,E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface TernaryOperator.
- Throwables.ToBooleanFunction<T,E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface ToBooleanFunction.
- Throwables.ToByteFunction<T,E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface ToByteFunction.
- Throwables.ToCharFunction<T,E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface ToCharFunction.
- Throwables.ToDoubleFunction<T,E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface ToDoubleFunction.
- Throwables.ToFloatFunction<T,E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface ToFloatFunction.
- Throwables.ToIntFunction<T,E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface ToIntFunction.
- Throwables.ToLongFunction<T,E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface ToLongFunction.
- Throwables.ToShortFunction<T,E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface ToShortFunction.
- Throwables.TriConsumer<A,B,C,E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface TriConsumer.
- Throwables.TriFunction<A,B,C,R,E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface TriFunction.
- Throwables.TriPredicate<A,B,C,E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface TriPredicate.
- Throwables.UnaryOperator<T,E extends Throwable> - Interface in com.landawn.abacus.util
-
The Interface UnaryOperator.
- throwException(String) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- throwException(Supplier<? extends E>) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- throwException(Supplier<? extends RuntimeException>) - Static method in class com.landawn.abacus.util.Fn
-
- throwIfEmpty(Supplier<? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- throwingMerger() - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- throwingMerger() - Static method in class com.landawn.abacus.util.Fn
-
- throwIOException(String) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- throwRuntimeException(String) - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- throwRuntimeException(String) - Static method in class com.landawn.abacus.util.Fn
-
- Ticker - Class in com.landawn.abacus.util
-
Note: Copied from Google Guava under Apache License v2.0
A time source; returns a time value representing the number of nanoseconds elapsed since some
fixed but arbitrary point in time.
- Timed<T> - Class in com.landawn.abacus.util
-
- timeInterval() - Method in class com.landawn.abacus.util.Observer
-
- timeLimit(long) - Static method in class com.landawn.abacus.util.Fn
-
Returns a stateful Predicate.
- timeLimit(Duration) - Static method in class com.landawn.abacus.util.Fn
-
Returns a stateful Predicate.
- timer(long) - Static method in class com.landawn.abacus.util.Observer
-
- timer(long, TimeUnit) - Static method in class com.landawn.abacus.util.Observer
-
- timestamp() - Method in class com.landawn.abacus.util.Observer
-
- timestamp() - Method in class com.landawn.abacus.util.Timed
-
- TIMING_ALLOW_ORIGIN - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
- toArray() - Method in class com.landawn.abacus.util.ArrayHashSet
-
- toArray(T[]) - Method in class com.landawn.abacus.util.ArrayHashSet
-
- toArray() - Method in class com.landawn.abacus.util.BiIterator
-
- toArray(T[]) - Method in class com.landawn.abacus.util.BiIterator
-
- toArray() - Method in class com.landawn.abacus.util.ExceptionalStream
-
- toArray(IntFunction<A[]>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- toArray() - Method in class com.landawn.abacus.util.IdentityHashSet
-
- toArray(A[]) - Method in class com.landawn.abacus.util.IdentityHashSet
-
- toArray() - Method in class com.landawn.abacus.util.ImmutableCollection
-
- toArray(T[]) - Method in class com.landawn.abacus.util.ImmutableCollection
-
- toArray() - Method in class com.landawn.abacus.util.Multiset
-
- toArray(A[]) - Method in class com.landawn.abacus.util.Multiset
-
- toArray(A[]) - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableArray
-
- toArray(A[]) - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableDeque
-
- toArray() - Method in class com.landawn.abacus.util.ObjIterator
-
- toArray(A[]) - Method in class com.landawn.abacus.util.ObjIterator
-
- toArray() - Method in class com.landawn.abacus.util.Pair
-
- toArray(A[]) - Method in class com.landawn.abacus.util.Pair
-
- toArray() - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toArray(Supplier<A[]>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toArray(IntFunction<A[]>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toArray() - Method in class com.landawn.abacus.util.TriIterator
-
- toArray(T[]) - Method in class com.landawn.abacus.util.TriIterator
-
- toArray() - Method in class com.landawn.abacus.util.Triple
-
- toArray(A[]) - Method in class com.landawn.abacus.util.Triple
-
- toArray() - Method in class com.landawn.abacus.util.Tuple
-
- toArray(A[]) - Method in class com.landawn.abacus.util.Tuple
-
- toArray() - Method in class com.landawn.abacus.util.Tuple.Tuple1
-
- toArray(A[]) - Method in class com.landawn.abacus.util.Tuple.Tuple1
-
- toArray() - Method in class com.landawn.abacus.util.Tuple.Tuple2
-
- toArray(A[]) - Method in class com.landawn.abacus.util.Tuple.Tuple2
-
- toArray() - Method in class com.landawn.abacus.util.Tuple.Tuple3
-
- toArray(A[]) - Method in class com.landawn.abacus.util.Tuple.Tuple3
-
- toArray() - Method in class com.landawn.abacus.util.Tuple.Tuple4
-
- toArray(A[]) - Method in class com.landawn.abacus.util.Tuple.Tuple4
-
- toArray() - Method in class com.landawn.abacus.util.Tuple.Tuple5
-
- toArray(A[]) - Method in class com.landawn.abacus.util.Tuple.Tuple5
-
- toArray() - Method in class com.landawn.abacus.util.Tuple.Tuple6
-
- toArray(A[]) - Method in class com.landawn.abacus.util.Tuple.Tuple6
-
- toArray() - Method in class com.landawn.abacus.util.Tuple.Tuple7
-
- toArray(A[]) - Method in class com.landawn.abacus.util.Tuple.Tuple7
-
- toArray() - Method in class com.landawn.abacus.util.Tuple.Tuple8
-
- toArray(A[]) - Method in class com.landawn.abacus.util.Tuple.Tuple8
-
- toArray() - Method in class com.landawn.abacus.util.Tuple.Tuple9
-
- toArray(A[]) - Method in class com.landawn.abacus.util.Tuple.Tuple9
-
- toBiMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toBiMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>, Supplier<BiMap<K, V>>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toBiMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>, BinaryOperator<V>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toBiMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>, BinaryOperator<V>, Supplier<BiMap<K, V>>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- ToBooleanBiFunction<T,U> - Interface in com.landawn.abacus.util.function
-
- ToBooleanFunction<T> - Interface in com.landawn.abacus.util.function
-
- toByte(String) - Static method in class com.landawn.abacus.util.Numbers
-
- toByte(Object) - Static method in class com.landawn.abacus.util.Numbers
-
- toByte(String, byte) - Static method in class com.landawn.abacus.util.Numbers
-
- toByte(Object, byte) - Static method in class com.landawn.abacus.util.Numbers
-
- toByteArray(File) - Static method in class com.landawn.abacus.guava.Files
-
To byte array.
- toByteArray() - Method in class com.landawn.abacus.util.ByteArrayOutputStream
-
To byte array.
- ToByteBiFunction<T,U> - Interface in com.landawn.abacus.util.function
-
- ToByteFunction<T> - Interface in com.landawn.abacus.util.function
-
- toCallable() - Method in interface com.landawn.abacus.util.function.Runnable
-
- toCamelCase(Map<String, Object>) - Static method in class com.landawn.abacus.util.ClassUtil
-
To camel case.
- toCamelCase(String) - Static method in class com.landawn.abacus.util.ClassUtil
-
It's designed for field/method/class/column/table names.
- toCamelCase() - Static method in class com.landawn.abacus.util.Fn
-
To camel case.
- toCamelCase(String) - Static method in class com.landawn.abacus.util.StringUtil
-
- toCharArray(CharSequence) - Static method in class com.landawn.abacus.util.StringUtil
-
- ToCharBiFunction<T,U> - Interface in com.landawn.abacus.util.function
-
- ToCharFunction<T> - Interface in com.landawn.abacus.util.function
-
- toCodePoints(CharSequence) - Static method in class com.landawn.abacus.util.StringUtil
-
Converts a CharSequence into an array of code points.
- toCollection(Enumeration<? extends T>, Supplier<? extends C>) - Static method in class com.landawn.abacus.util.Enumerations
-
- toCollection(Supplier<? extends C>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- toCollection(IntFunction<? extends C>) - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableArray
-
- toCollection(IntFunction<? extends C>) - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableDeque
-
- toCollection(Supplier<? extends C>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toCollection(Supplier<? extends C>, int) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toCollectionAndThen(Supplier<? extends CC>, Throwables.Function<? super CC, R, E2>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- toConcurrentMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toConcurrentMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>, Supplier<? extends M>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toConcurrentMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>, BinaryOperator<V>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toConcurrentMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>, BinaryOperator<V>, Supplier<? extends M>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toCSV() - Method in interface com.landawn.abacus.DataSet
-
- toCSV(Collection<String>, int, int) - Method in interface com.landawn.abacus.DataSet
-
- toCSV(boolean, boolean) - Method in interface com.landawn.abacus.DataSet
-
- toCSV(Collection<String>, int, int, boolean, boolean) - Method in interface com.landawn.abacus.DataSet
-
- toCSV(File) - Method in interface com.landawn.abacus.DataSet
-
- toCSV(File, Collection<String>, int, int) - Method in interface com.landawn.abacus.DataSet
-
- toCSV(File, boolean, boolean) - Method in interface com.landawn.abacus.DataSet
-
- toCSV(File, Collection<String>, int, int, boolean, boolean) - Method in interface com.landawn.abacus.DataSet
-
- toCSV(OutputStream) - Method in interface com.landawn.abacus.DataSet
-
- toCSV(OutputStream, Collection<String>, int, int) - Method in interface com.landawn.abacus.DataSet
-
- toCSV(OutputStream, boolean, boolean) - Method in interface com.landawn.abacus.DataSet
-
- toCSV(OutputStream, Collection<String>, int, int, boolean, boolean) - Method in interface com.landawn.abacus.DataSet
-
- toCSV(Writer) - Method in interface com.landawn.abacus.DataSet
-
- toCSV(Writer, Collection<String>, int, int) - Method in interface com.landawn.abacus.DataSet
-
- toCSV(Writer, boolean, boolean) - Method in interface com.landawn.abacus.DataSet
-
- toCSV(Writer, Collection<String>, int, int, boolean, boolean) - Method in interface com.landawn.abacus.DataSet
-
- toDataSet() - Method in class com.landawn.abacus.util.ExceptionalStream
-
The first row will be used as column names if its type is array or list,
or obtain the column names from first row if its type is entity or map.
- toDataSet(List<String>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
If the specified columnNames is null or empty, the first row will be used as column names if its type is array or list,
or obtain the column names from first row if its type is entity or map.
- toDataSet() - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toDataSet(List<String>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toDays() - Method in class com.landawn.abacus.util.Duration
-
- toDeque() - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toDouble(String) - Static method in class com.landawn.abacus.util.Numbers
-
- toDouble(Object) - Static method in class com.landawn.abacus.util.Numbers
-
- toDouble(String, double) - Static method in class com.landawn.abacus.util.Numbers
-
- toDouble(Object, double) - Static method in class com.landawn.abacus.util.Numbers
-
- toDouble(BigDecimal) - Static method in class com.landawn.abacus.util.Numbers
-
Convert a BigDecimal to a double.
- toDouble(BigDecimal, double) - Static method in class com.landawn.abacus.util.Numbers
-
Convert a BigDecimal to a double.
- ToDoubleBiFunction<T,U> - Interface in com.landawn.abacus.util.function
-
- ToDoubleFunction<T> - Interface in com.landawn.abacus.util.function
-
- toEntry() - Method in class com.landawn.abacus.util.Pair
-
- toEntry() - Method in class com.landawn.abacus.util.Tuple.Tuple2
-
- toFile(URL) - Static method in class com.landawn.abacus.util.IOUtil
-
Convert from a URL to a File.
- toFiles(URL[]) - Static method in class com.landawn.abacus.util.IOUtil
-
Converts each of an array of URL to a File.
- toFiles(Collection<URL>) - Static method in class com.landawn.abacus.util.IOUtil
-
- toFloat(String) - Static method in class com.landawn.abacus.util.Numbers
-
- toFloat(Object) - Static method in class com.landawn.abacus.util.Numbers
-
- toFloat(String, float) - Static method in class com.landawn.abacus.util.Numbers
-
- toFloat(Object, float) - Static method in class com.landawn.abacus.util.Numbers
-
- ToFloatBiFunction<T,U> - Interface in com.landawn.abacus.util.function
-
- ToFloatFunction<T> - Interface in com.landawn.abacus.util.function
-
- toHours() - Method in class com.landawn.abacus.util.Duration
-
- toImmutableEntry() - Method in class com.landawn.abacus.util.Pair
-
- toImmutableList() - Method in class com.landawn.abacus.util.ExceptionalStream
-
- toImmutableList() - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toImmutableList() - Method in class com.landawn.abacus.util.u.Nullable
-
To immutable list.
- toImmutableList() - Method in class com.landawn.abacus.util.u.Optional
-
To immutable list.
- toImmutableList() - Method in class com.landawn.abacus.util.u.OptionalBoolean
-
To immutable list.
- toImmutableList() - Method in class com.landawn.abacus.util.u.OptionalByte
-
To immutable list.
- toImmutableList() - Method in class com.landawn.abacus.util.u.OptionalChar
-
To immutable list.
- toImmutableList() - Method in class com.landawn.abacus.util.u.OptionalDouble
-
To immutable list.
- toImmutableList() - Method in class com.landawn.abacus.util.u.OptionalFloat
-
To immutable list.
- toImmutableList() - Method in class com.landawn.abacus.util.u.OptionalInt
-
To immutable list.
- toImmutableList() - Method in class com.landawn.abacus.util.u.OptionalLong
-
To immutable list.
- toImmutableList() - Method in class com.landawn.abacus.util.u.OptionalShort
-
To immutable list.
- toImmutableListIfNotNull() - Method in class com.landawn.abacus.util.u.Nullable
-
To immutable list if not null.
- toImmutableMap() - Method in class com.landawn.abacus.util.ListMultimap
-
To immutable map.
- toImmutableMap(IntFunction<? extends Map<K, ImmutableList<E>>>) - Method in class com.landawn.abacus.util.ListMultimap
-
To immutable map.
- toImmutableMap() - Method in class com.landawn.abacus.util.Multiset
-
To immutable map.
- toImmutableMap(IntFunction<? extends Map<T, Integer>>) - Method in class com.landawn.abacus.util.Multiset
-
To immutable map.
- toImmutableMap() - Method in class com.landawn.abacus.util.SetMultimap
-
To immutable map.
- toImmutableMap(IntFunction<? extends Map<K, ImmutableSet<E>>>) - Method in class com.landawn.abacus.util.SetMultimap
-
To immutable map.
- toImmutableMap() - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toImmutableMap(BinaryOperator<V>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toImmutableMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toImmutableMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>, BinaryOperator<V>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toImmutableSet() - Method in class com.landawn.abacus.util.ExceptionalStream
-
- toImmutableSet() - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toImmutableSet() - Method in class com.landawn.abacus.util.u.Nullable
-
To immutable set.
- toImmutableSet() - Method in class com.landawn.abacus.util.u.Optional
-
To immutable set.
- toImmutableSet() - Method in class com.landawn.abacus.util.u.OptionalBoolean
-
To immutable set.
- toImmutableSet() - Method in class com.landawn.abacus.util.u.OptionalByte
-
To immutable set.
- toImmutableSet() - Method in class com.landawn.abacus.util.u.OptionalChar
-
To immutable set.
- toImmutableSet() - Method in class com.landawn.abacus.util.u.OptionalDouble
-
To immutable set.
- toImmutableSet() - Method in class com.landawn.abacus.util.u.OptionalFloat
-
To immutable set.
- toImmutableSet() - Method in class com.landawn.abacus.util.u.OptionalInt
-
To immutable set.
- toImmutableSet() - Method in class com.landawn.abacus.util.u.OptionalLong
-
To immutable set.
- toImmutableSet() - Method in class com.landawn.abacus.util.u.OptionalShort
-
To immutable set.
- toImmutableSetIfNotNull() - Method in class com.landawn.abacus.util.u.Nullable
-
To immutable set if not null.
- toInt(String) - Static method in class com.landawn.abacus.util.Numbers
-
- toInt(Object) - Static method in class com.landawn.abacus.util.Numbers
-
- toInt(String, int) - Static method in class com.landawn.abacus.util.Numbers
-
- toInt(Object, int) - Static method in class com.landawn.abacus.util.Numbers
-
- ToIntBiFunction<T,U> - Interface in com.landawn.abacus.util.function
-
- toIntExact(long) - Static method in class com.landawn.abacus.util.N
-
Returns the value of the long argument; throwing an exception if the value overflows an int.
- ToIntFunction<T> - Interface in com.landawn.abacus.util.function
-
- toIterator(Enumeration<? extends T>) - Static method in class com.landawn.abacus.util.Enumerations
-
- toJdkOptional() - Method in class com.landawn.abacus.util.u.Nullable
-
To jdk optional.
- toJSON() - Method in interface com.landawn.abacus.DataSet
-
- toJSON(int, int) - Method in interface com.landawn.abacus.DataSet
-
- toJSON(Collection<String>, int, int) - Method in interface com.landawn.abacus.DataSet
-
- toJSON(File) - Method in interface com.landawn.abacus.DataSet
-
- toJSON(File, int, int) - Method in interface com.landawn.abacus.DataSet
-
- toJSON(File, Collection<String>, int, int) - Method in interface com.landawn.abacus.DataSet
-
- toJSON(OutputStream) - Method in interface com.landawn.abacus.DataSet
-
- toJSON(OutputStream, int, int) - Method in interface com.landawn.abacus.DataSet
-
- toJSON(OutputStream, Collection<String>, int, int) - Method in interface com.landawn.abacus.DataSet
-
- toJSON(Writer) - Method in interface com.landawn.abacus.DataSet
-
- toJSON(Writer, int, int) - Method in interface com.landawn.abacus.DataSet
-
- toJSON(Writer, Collection<String>, int, int) - Method in interface com.landawn.abacus.DataSet
-
- toJSON(Object) - Static method in class com.landawn.abacus.parser.Fj
-
- toJSON(Object, Fj.SerializeConfig) - Static method in class com.landawn.abacus.parser.Fj
-
- toJSON(File, Object) - Static method in class com.landawn.abacus.parser.Fj
-
- toJSON(File, Object, Fj.SerializeConfig) - Static method in class com.landawn.abacus.parser.Fj
-
- toJSON(OutputStream, Object) - Static method in class com.landawn.abacus.parser.Fj
-
- toJSON(OutputStream, Object, Fj.SerializeConfig) - Static method in class com.landawn.abacus.parser.Fj
-
- toJSON(Writer, Object) - Static method in class com.landawn.abacus.parser.Fj
-
- toJSON(Writer, Object, Fj.SerializeConfig) - Static method in class com.landawn.abacus.parser.Fj
-
- toJSON(Object) - Static method in class com.landawn.abacus.util.N
-
- toJSON(Object, boolean) - Static method in class com.landawn.abacus.util.N
-
- toJSON(Object, JSONSerializationConfig) - Static method in class com.landawn.abacus.util.N
-
- toJSON(File, Object) - Static method in class com.landawn.abacus.util.N
-
- toJSON(File, Object, JSONSerializationConfig) - Static method in class com.landawn.abacus.util.N
-
- toJSON(OutputStream, Object) - Static method in class com.landawn.abacus.util.N
-
- toJSON(OutputStream, Object, JSONSerializationConfig) - Static method in class com.landawn.abacus.util.N
-
- toJSON(Writer, Object) - Static method in class com.landawn.abacus.util.N
-
- toJSON(Writer, Object, JSONSerializationConfig) - Static method in class com.landawn.abacus.util.N
-
- toLinkedHashMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toLinkedHashMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>, BinaryOperator<V>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toLinkedHashSet() - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toLinkedList() - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toList() - Method in interface com.landawn.abacus.DataSet
-
- toList(int, int) - Method in interface com.landawn.abacus.DataSet
-
- toList(Class<? extends T>) - Method in interface com.landawn.abacus.DataSet
-
- toList(Class<? extends T>, int, int) - Method in interface com.landawn.abacus.DataSet
-
- toList(Class<? extends T>, Collection<String>) - Method in interface com.landawn.abacus.DataSet
-
- toList(Class<? extends T>, Collection<String>, int, int) - Method in interface com.landawn.abacus.DataSet
-
- toList(Class<? extends T>, Throwables.Predicate<? super String, E>, Throwables.Function<? super String, String, E2>) - Method in interface com.landawn.abacus.DataSet
-
- toList(Class<? extends T>, Throwables.Predicate<? super String, E>, Throwables.Function<? super String, String, E2>, int, int) - Method in interface com.landawn.abacus.DataSet
-
- toList(IntFunction<? extends T>) - Method in interface com.landawn.abacus.DataSet
-
- toList(IntFunction<? extends T>, int, int) - Method in interface com.landawn.abacus.DataSet
-
- toList(IntFunction<? extends T>, Collection<String>) - Method in interface com.landawn.abacus.DataSet
-
- toList(IntFunction<? extends T>, Collection<String>, int, int) - Method in interface com.landawn.abacus.DataSet
-
- toList() - Method in class com.landawn.abacus.util.BiIterator
-
- toList(Enumeration<? extends T>) - Static method in class com.landawn.abacus.util.Enumerations
-
- toList() - Method in class com.landawn.abacus.util.ExceptionalStream
-
- toList() - Static method in class com.landawn.abacus.util.Fn.Pairs
-
- toList() - Static method in class com.landawn.abacus.util.Fn.Triples
-
- toList() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableArray
-
- toList() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableDeque
-
- toList() - Method in class com.landawn.abacus.util.ObjIterator
-
- toList() - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toList(int) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toList() - Method in class com.landawn.abacus.util.TriIterator
-
- toList(Tuple.Tuple1<? extends T>) - Static method in class com.landawn.abacus.util.Tuple
-
- toList(Tuple.Tuple2<? extends T, ? extends T>) - Static method in class com.landawn.abacus.util.Tuple
-
- toList(Tuple.Tuple3<? extends T, ? extends T, ? extends T>) - Static method in class com.landawn.abacus.util.Tuple
-
- toList(Tuple.Tuple4<? extends T, ? extends T, ? extends T, ? extends T>) - Static method in class com.landawn.abacus.util.Tuple
-
- toList(Tuple.Tuple5<? extends T, ? extends T, ? extends T, ? extends T, ? extends T>) - Static method in class com.landawn.abacus.util.Tuple
-
- toList(Tuple.Tuple6<? extends T, ? extends T, ? extends T, ? extends T, ? extends T, ? extends T>) - Static method in class com.landawn.abacus.util.Tuple
-
- toList(Tuple.Tuple7<? extends T, ? extends T, ? extends T, ? extends T, ? extends T, ? extends T, ? extends T>) - Static method in class com.landawn.abacus.util.Tuple
-
- toList(Tuple.Tuple8<? extends T, ? extends T, ? extends T, ? extends T, ? extends T, ? extends T, ? extends T, ? extends T>) - Static method in class com.landawn.abacus.util.Tuple
-
- toList(Tuple.Tuple9<? extends T, ? extends T, ? extends T, ? extends T, ? extends T, ? extends T, ? extends T, ? extends T, ? extends T>) - Static method in class com.landawn.abacus.util.Tuple
-
- toList() - Method in class com.landawn.abacus.util.u.Nullable
-
- toList() - Method in class com.landawn.abacus.util.u.Optional
-
- toList() - Method in class com.landawn.abacus.util.u.OptionalBoolean
-
- toList() - Method in class com.landawn.abacus.util.u.OptionalByte
-
- toList() - Method in class com.landawn.abacus.util.u.OptionalChar
-
- toList() - Method in class com.landawn.abacus.util.u.OptionalDouble
-
- toList() - Method in class com.landawn.abacus.util.u.OptionalFloat
-
- toList() - Method in class com.landawn.abacus.util.u.OptionalInt
-
- toList() - Method in class com.landawn.abacus.util.u.OptionalLong
-
- toList() - Method in class com.landawn.abacus.util.u.OptionalShort
-
- toListAndThen(Throwables.Function<? super List<T>, R, E2>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- toListIfNotNull() - Method in class com.landawn.abacus.util.u.Nullable
-
To list if not null.
- toLong(String) - Static method in class com.landawn.abacus.util.Numbers
-
- toLong(Object) - Static method in class com.landawn.abacus.util.Numbers
-
- toLong(String, long) - Static method in class com.landawn.abacus.util.Numbers
-
- toLong(Object, long) - Static method in class com.landawn.abacus.util.Numbers
-
- ToLongBiFunction<T,U> - Interface in com.landawn.abacus.util.function
-
- ToLongFunction<T> - Interface in com.landawn.abacus.util.function
-
- toLowerCase() - Static method in class com.landawn.abacus.util.Fn
-
To lower case.
- toLowerCase(char) - Static method in class com.landawn.abacus.util.StringUtil
-
To lower case.
- toLowerCase(String) - Static method in class com.landawn.abacus.util.StringUtil
-
- toLowerCase(String, Locale) - Static method in class com.landawn.abacus.util.StringUtil
-
- toLowerCaseKeyWithUnderscore(Map<String, Object>) - Static method in class com.landawn.abacus.util.ClassUtil
-
To lower case key with underscore.
- toLowerCaseWithUnderscore(String) - Static method in class com.landawn.abacus.util.ClassUtil
-
It's designed for field/method/class/column/table names.
- toLowerCaseWithUnderscore() - Static method in class com.landawn.abacus.util.Fn
-
To lower case with underscore.
- toLowerCaseWithUnderscore(String) - Static method in class com.landawn.abacus.util.StringUtil
-
To lower case with underscore.
- toMap(String, String) - Method in interface com.landawn.abacus.DataSet
-
- toMap(String, String, int, int) - Method in interface com.landawn.abacus.DataSet
-
- toMap(String, String, int, int, IntFunction<? extends M>) - Method in interface com.landawn.abacus.DataSet
-
- toMap(Class<? extends V>, String, Collection<String>) - Method in interface com.landawn.abacus.DataSet
-
- toMap(Class<? extends V>, String, Collection<String>, int, int) - Method in interface com.landawn.abacus.DataSet
-
- toMap(Class<? extends V>, String, Collection<String>, int, int, IntFunction<? extends M>) - Method in interface com.landawn.abacus.DataSet
-
- toMap(IntFunction<? extends V>, String, Collection<String>) - Method in interface com.landawn.abacus.DataSet
-
- toMap(IntFunction<? extends V>, String, Collection<String>, int, int) - Method in interface com.landawn.abacus.DataSet
-
- toMap(IntFunction<? extends V>, String, Collection<String>, int, int, IntFunction<? extends M>) - Method in interface com.landawn.abacus.DataSet
-
- toMap() - Method in class com.landawn.abacus.http.HttpHeaders
-
- toMap(Throwables.Function<? super T, ? extends K, E2>, Throwables.Function<? super T, ? extends V, E3>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- toMap(Throwables.Function<? super T, ? extends K, E2>, Throwables.Function<? super T, ? extends V, E3>, Supplier<? extends M>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- toMap(Throwables.Function<? super T, ? extends K, E2>, Throwables.Function<? super T, ? extends V, E3>, Throwables.BinaryOperator<V, ? extends E>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- toMap(Throwables.Function<? super T, ? extends K, E2>, Throwables.Function<? super T, ? extends V, E3>, Throwables.BinaryOperator<V, ? extends E>, Supplier<? extends M>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- toMap(Throwables.Function<? super T, ? extends K, E2>, Collector<? super T, A, D>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- toMap(Throwables.Function<? super T, ? extends K, E2>, Collector<? super T, A, D>, Supplier<? extends M>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- toMap(Throwables.Function<? super T, ? extends K, E2>, Throwables.Function<? super T, ? extends V, E3>, Collector<? super V, A, D>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- toMap(Throwables.Function<? super T, ? extends K, E2>, Throwables.Function<? super T, ? extends V, E3>, Collector<? super V, A, D>, Supplier<? extends M>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- toMap() - Method in class com.landawn.abacus.util.Multimap
-
- toMap(IntFunction<? extends M>) - Method in class com.landawn.abacus.util.Multimap
-
- toMap() - Method in class com.landawn.abacus.util.Multiset
-
- toMap(IntFunction<? extends M>) - Method in class com.landawn.abacus.util.Multiset
-
- toMap() - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toMap(BinaryOperator<V>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toMap(Supplier<? extends M>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toMap(BinaryOperator<V>, Supplier<? extends M>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>, BinaryOperator<V>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>, Supplier<? extends M>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>, BinaryOperator<V>, Supplier<? extends M>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toMap(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toMap(Function<? super T, ? extends K>, Collector<? super T, A, D>, Supplier<? extends M>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>, Collector<? super V, A, D>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>, Collector<? super V, A, D>, Supplier<? extends M>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toMapSortedByKey(Comparator<? super T>) - Method in class com.landawn.abacus.util.Multiset
-
To map sorted by key.
- toMapSortedByOccurrences() - Method in class com.landawn.abacus.util.Multiset
-
To map sorted by occurrences.
- toMapSortedByOccurrences(Comparator<? super Integer>) - Method in class com.landawn.abacus.util.Multiset
-
To map sorted by occurrences.
- toMergedEntities(Class<T>) - Method in interface com.landawn.abacus.DataSet
-
- toMergedEntities(Class<T>, Collection<String>) - Method in interface com.landawn.abacus.DataSet
-
- toMergedEntities(Class<T>, String) - Method in interface com.landawn.abacus.DataSet
-
- toMergedEntities(Class<T>, String, Collection<String>) - Method in interface com.landawn.abacus.DataSet
-
- toMergedEntities(Class<T>, List<String>, Collection<String>) - Method in interface com.landawn.abacus.DataSet
-
- toMillis(long) - Method in enum com.landawn.abacus.util.CalendarUnit
-
- toMillis() - Method in class com.landawn.abacus.util.Duration
-
- toMinutes() - Method in class com.landawn.abacus.util.Duration
-
- toMultimap(String, String) - Method in interface com.landawn.abacus.DataSet
-
- toMultimap(String, String, int, int) - Method in interface com.landawn.abacus.DataSet
-
- toMultimap(String, String, int, int, IntFunction<? extends M>) - Method in interface com.landawn.abacus.DataSet
-
- toMultimap(Class<? extends E>, String, Collection<String>) - Method in interface com.landawn.abacus.DataSet
-
- toMultimap(Class<? extends E>, String, Collection<String>, int, int) - Method in interface com.landawn.abacus.DataSet
-
- toMultimap(Class<? extends E>, String, Collection<String>, int, int, IntFunction<? extends M>) - Method in interface com.landawn.abacus.DataSet
-
- toMultimap(IntFunction<? extends E>, String, Collection<String>) - Method in interface com.landawn.abacus.DataSet
-
- toMultimap(IntFunction<? extends E>, String, Collection<String>, int, int) - Method in interface com.landawn.abacus.DataSet
-
- toMultimap(IntFunction<? extends E>, String, Collection<String>, int, int, IntFunction<? extends M>) - Method in interface com.landawn.abacus.DataSet
-
- toMultimap(Throwables.Function<? super T, ? extends K, E2>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- toMultimap(Throwables.Function<? super T, ? extends K, E2>, Supplier<? extends M>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- toMultimap(Throwables.Function<? super T, ? extends K, E2>, Throwables.Function<? super T, ? extends V, E3>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- toMultimap(Throwables.Function<? super T, ? extends K, E2>, Throwables.Function<? super T, ? extends V, E3>, Supplier<? extends M>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- toMultimap() - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toMultimap(Supplier<? extends M>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toMultimap(Function<? super T, ? extends K>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toMultimap(Function<? super T, ? extends K>, Supplier<? extends M>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toMultimap(Function<? super T, ? extends K>, Function<? super T, ? extends V>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toMultimap(Function<? super T, ? extends K>, Function<? super T, ? extends V>, Supplier<? extends M>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toMultiset() - Method in class com.landawn.abacus.util.ExceptionalStream
-
- toMultiset(Supplier<? extends Multiset<T>>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- toMultiset() - Method in class com.landawn.abacus.util.Multimap
-
- toMultiset() - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toMultiset(Supplier<Multiset<T>>) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toOptional() - Method in class com.landawn.abacus.util.Pair
-
- toOptional() - Method in class com.landawn.abacus.util.Triple
-
- toOptional() - Method in class com.landawn.abacus.util.Tuple
-
- toOptional() - Method in class com.landawn.abacus.util.u.Nullable
-
- top(int) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- top(int, Comparator<? super T>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- top(short[], int) - Static method in class com.landawn.abacus.util.N
-
- top(short[], int, Comparator<? super Short>) - Static method in class com.landawn.abacus.util.N
-
- top(short[], int, int, int) - Static method in class com.landawn.abacus.util.N
-
- top(short[], int, int, int, Comparator<? super Short>) - Static method in class com.landawn.abacus.util.N
-
- top(int[], int) - Static method in class com.landawn.abacus.util.N
-
- top(int[], int, Comparator<? super Integer>) - Static method in class com.landawn.abacus.util.N
-
- top(int[], int, int, int) - Static method in class com.landawn.abacus.util.N
-
- top(int[], int, int, int, Comparator<? super Integer>) - Static method in class com.landawn.abacus.util.N
-
- top(long[], int) - Static method in class com.landawn.abacus.util.N
-
- top(long[], int, Comparator<? super Long>) - Static method in class com.landawn.abacus.util.N
-
- top(long[], int, int, int) - Static method in class com.landawn.abacus.util.N
-
- top(long[], int, int, int, Comparator<? super Long>) - Static method in class com.landawn.abacus.util.N
-
- top(float[], int) - Static method in class com.landawn.abacus.util.N
-
- top(float[], int, Comparator<? super Float>) - Static method in class com.landawn.abacus.util.N
-
- top(float[], int, int, int) - Static method in class com.landawn.abacus.util.N
-
- top(float[], int, int, int, Comparator<? super Float>) - Static method in class com.landawn.abacus.util.N
-
- top(double[], int) - Static method in class com.landawn.abacus.util.N
-
- top(double[], int, Comparator<? super Double>) - Static method in class com.landawn.abacus.util.N
-
- top(double[], int, int, int) - Static method in class com.landawn.abacus.util.N
-
- top(double[], int, int, int, Comparator<? super Double>) - Static method in class com.landawn.abacus.util.N
-
- top(T[], int) - Static method in class com.landawn.abacus.util.N
-
- top(T[], int, Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
-
- top(T[], int, int, int) - Static method in class com.landawn.abacus.util.N
-
- top(T[], int, int, int, Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
-
- top(Collection<? extends T>, int) - Static method in class com.landawn.abacus.util.N
-
- top(Collection<? extends T>, int, Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
-
- top(Collection<? extends T>, int, int, int) - Static method in class com.landawn.abacus.util.N
-
- top(Collection<? extends T>, int, int, int, Comparator<? super T>) - Static method in class com.landawn.abacus.util.N
-
- top(T[], int, boolean) - Static method in class com.landawn.abacus.util.N
-
- top(T[], int, Comparator<? super T>, boolean) - Static method in class com.landawn.abacus.util.N
-
- top(T[], int, int, int, boolean) - Static method in class com.landawn.abacus.util.N
-
- top(T[], int, int, int, Comparator<? super T>, boolean) - Static method in class com.landawn.abacus.util.N
-
- top(Collection<? extends T>, int, boolean) - Static method in class com.landawn.abacus.util.N
-
- top(Collection<? extends T>, int, Comparator<? super T>, boolean) - Static method in class com.landawn.abacus.util.N
-
- top(Collection<? extends T>, int, int, int, boolean) - Static method in class com.landawn.abacus.util.N
-
- top(Collection<? extends T>, int, int, int, Comparator<? super T>, boolean) - Static method in class com.landawn.abacus.util.N
-
- TOP - Static variable in class com.landawn.abacus.util.WD
-
Field TOP.
- toPair() - Method in class com.landawn.abacus.util.Result
-
- toPair() - Method in class com.landawn.abacus.util.Tuple.Tuple2
-
- topBy(String, int) - Method in interface com.landawn.abacus.DataSet
-
- topBy(String, int, Comparator<T>) - Method in interface com.landawn.abacus.DataSet
-
- topBy(Collection<String>, int) - Method in interface com.landawn.abacus.DataSet
-
- topBy(Collection<String>, int, Comparator<? super Object[]>) - Method in interface com.landawn.abacus.DataSet
-
- topBy(Collection<String>, int, Function<? super NoCachingNoUpdating.DisposableObjArray, ? extends Comparable>) - Method in interface com.landawn.abacus.DataSet
-
- toProperString() - Method in class com.landawn.abacus.util.Fraction
-
Gets the fraction as a proper String in the format X Y/Z.
- toQueue() - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toRunnable() - Method in interface com.landawn.abacus.util.function.Callable
-
- toRuntimeException(Throwable) - Static method in class com.landawn.abacus.util.ExceptionUtil
-
To runtime exception.
- toRuntimeException() - Static method in class com.landawn.abacus.util.Fn
-
- toRuntimeException(Throwable) - Static method in class com.landawn.abacus.util.N
-
- toSeconds() - Method in class com.landawn.abacus.util.Duration
-
- toSet(Enumeration<? extends T>) - Static method in class com.landawn.abacus.util.Enumerations
-
- toSet() - Method in class com.landawn.abacus.util.ExceptionalStream
-
- toSet() - Static method in class com.landawn.abacus.util.Fn.Pairs
-
- toSet() - Static method in class com.landawn.abacus.util.Fn.Triples
-
- toSet() - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toSet(int) - Static method in class com.landawn.abacus.util.stream.Collectors
-
- toSet() - Method in class com.landawn.abacus.util.u.Nullable
-
- toSet() - Method in class com.landawn.abacus.util.u.Optional
-
- toSet() - Method in class com.landawn.abacus.util.u.OptionalBoolean
-
- toSet() - Method in class com.landawn.abacus.util.u.OptionalByte
-
- toSet() - Method in class com.landawn.abacus.util.u.OptionalChar
-
- toSet() - Method in class com.landawn.abacus.util.u.OptionalDouble
-
- toSet() - Method in class com.landawn.abacus.util.u.OptionalFloat
-
- toSet() - Method in class com.landawn.abacus.util.u.OptionalInt
-
- toSet() - Method in class com.landawn.abacus.util.u.OptionalLong
-
- toSet() - Method in class com.landawn.abacus.util.u.OptionalShort
-
- toSetAndThen(Throwables.Function<? super Set<T>, R, E2>) - Method in class com.landawn.abacus.util.ExceptionalStream
-
- toSetIfNotNull() - Method in class com.landawn.abacus.util.u.Nullable
-
To set if not null.
- toShort(String) - Static method in class com.landawn.abacus.util.Numbers
-
- toShort(Object) - Static method in class com.landawn.abacus.util.Numbers
-
- toShort(String, short) - Static method in class com.landawn.abacus.util.Numbers
-
- toShort(Object, short) - Static method in class com.landawn.abacus.util.Numbers
-
- ToShortBiFunction<T,U> - Interface in com.landawn.abacus.util.function
-
- ToShortFunction<T> - Interface in com.landawn.abacus.util.function
-
- toStr() - Static method in class com.landawn.abacus.util.Fn.Disposables
-
- toStr() - Static method in class com.landawn.abacus.util.Fn
-
- toString() - Method in class com.landawn.abacus.http.HttpHeaders
-
- toString() - Method in class com.landawn.abacus.http.HttpResponse
-
- toString() - Method in class com.landawn.abacus.http.HttpSettings
-
- toString() - Method in class com.landawn.abacus.parser.DeserializationConfig
-
- toString() - Method in class com.landawn.abacus.parser.JSONDeserializationConfig
-
- toString() - Method in class com.landawn.abacus.parser.JSONSerializationConfig
-
- toString() - Method in class com.landawn.abacus.parser.KryoSerializationConfig
-
- toString() - Method in class com.landawn.abacus.parser.ParserUtil.EntityInfo
-
- toString() - Method in class com.landawn.abacus.parser.ParserUtil.PropInfo
-
- toString() - Method in class com.landawn.abacus.parser.SerializationConfig
-
- toString() - Method in class com.landawn.abacus.parser.XMLSerializationConfig
-
- toString() - Method in class com.landawn.abacus.pool.ActivityPrint
-
- toString() - Method in class com.landawn.abacus.pool.GenericKeyedObjectPool
-
- toString() - Method in class com.landawn.abacus.pool.GenericObjectPool
-
- toString() - Method in class com.landawn.abacus.pool.PoolableWrapper
-
- toString() - Method in class com.landawn.abacus.util.ArrayHashMap
-
- toString() - Method in class com.landawn.abacus.util.ArrayHashSet
-
- toString() - Method in class com.landawn.abacus.util.AsyncExecutor
-
- toString() - Method in class com.landawn.abacus.util.BiMap
-
- toString() - Method in class com.landawn.abacus.util.BufferedWriter
-
- toString() - Method in class com.landawn.abacus.util.ByteArrayOutputStream
-
- toString(Charset) - Method in class com.landawn.abacus.util.ByteArrayOutputStream
-
- toString() - Method in class com.landawn.abacus.util.Difference.MapDifference
-
- toString() - Method in class com.landawn.abacus.util.Difference
-
- toString() - Method in class com.landawn.abacus.util.Duration
-
- toString() - Method in class com.landawn.abacus.util.Fraction
-
Gets the fraction as a String.
- toString() - Method in class com.landawn.abacus.util.ImmutableArray
-
- toString() - Method in class com.landawn.abacus.util.ImmutableCollection
-
- toString() - Method in class com.landawn.abacus.util.Indexed
-
- toString() - Method in class com.landawn.abacus.util.IndexedBoolean
-
- toString() - Method in class com.landawn.abacus.util.IndexedByte
-
- toString() - Method in class com.landawn.abacus.util.IndexedChar
-
- toString() - Method in class com.landawn.abacus.util.IndexedDouble
-
- toString() - Method in class com.landawn.abacus.util.IndexedFloat
-
- toString() - Method in class com.landawn.abacus.util.IndexedInt
-
- toString() - Method in class com.landawn.abacus.util.IndexedLong
-
- toString() - Method in class com.landawn.abacus.util.IndexedShort
-
- toString() - Method in class com.landawn.abacus.util.Joiner
-
Returns the current value, consisting of the prefix, the values
added so far separated by the delimiter, and the suffix,
unless no elements have been added in which case, the
prefix + suffix or the emptyValue characters are returned
- toString() - Method in class com.landawn.abacus.util.KahanSummation
-
- toString() - Method in class com.landawn.abacus.util.Keyed
-
- toString() - Method in class com.landawn.abacus.util.Multimap
-
- toString() - Method in class com.landawn.abacus.util.Multiset
-
- toString() - Method in class com.landawn.abacus.util.MutableBoolean
-
Returns the String value of this mutable.
- toString() - Method in class com.landawn.abacus.util.MutableByte
-
Returns the String value of this mutable.
- toString() - Method in class com.landawn.abacus.util.MutableChar
-
Returns the String value of this mutable.
- toString() - Method in class com.landawn.abacus.util.MutableDouble
-
Returns the String value of this mutable.
- toString() - Method in class com.landawn.abacus.util.MutableFloat
-
Returns the String value of this mutable.
- toString() - Method in class com.landawn.abacus.util.MutableInt
-
Returns the String value of this mutable.
- toString() - Method in class com.landawn.abacus.util.MutableLong
-
Returns the String value of this mutable.
- toString() - Method in class com.landawn.abacus.util.MutableShort
-
Returns the String value of this mutable.
- toString() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableArray
-
- toString() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableDeque
-
- toString() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableEntry
-
- toString() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposablePair
-
- toString() - Method in class com.landawn.abacus.util.NoCachingNoUpdating.DisposableTriple
-
- toString() - Method in class com.landawn.abacus.util.Pair
-
- toString() - Method in enum com.landawn.abacus.util.Percentage
-
- toString() - Method in class com.landawn.abacus.util.Properties
-
- toString() - Method in class com.landawn.abacus.util.Range
-
- toString() - Method in class com.landawn.abacus.util.RateLimiter
-
- toString() - Method in class com.landawn.abacus.util.Result
-
- 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.TypeAttrParser
-
- toString() - Method in class com.landawn.abacus.util.u.Nullable
-
- toString() - Method in class com.landawn.abacus.util.u.Optional
-
- toString() - Method in class com.landawn.abacus.util.u.OptionalBoolean
-
- toString() - Method in class com.landawn.abacus.util.u.OptionalByte
-
- toString() - Method in class com.landawn.abacus.util.u.OptionalChar
-
- toString() - Method in class com.landawn.abacus.util.u.OptionalDouble
-
- toString() - Method in class com.landawn.abacus.util.u.OptionalFloat
-
- toString() - Method in class com.landawn.abacus.util.u.OptionalInt
-
- toString() - Method in class com.landawn.abacus.util.u.OptionalLong
-
- toString() - Method in class com.landawn.abacus.util.u.OptionalShort
-
- toString() - Method in class com.landawn.abacus.util.Wrapper
-
- totalCountOfValues() - Method in class com.landawn.abacus.util.Multimap
-
Returns the total count of all the elements in all values.
- totalPages() - Method in interface com.landawn.abacus.PaginatedDataSet
-
- toThrowable() - Method in interface com.landawn.abacus.util.function.BiConsumer
-
- toThrowable() - Method in interface com.landawn.abacus.util.function.BiFunction
-
- toThrowable() - Method in interface com.landawn.abacus.util.function.BinaryOperator
-
- toThrowable() - Method in interface com.landawn.abacus.util.function.BiPredicate
-
- toThrowable() - Method in interface com.landawn.abacus.util.function.Callable
-
- toThrowable() - Method in interface com.landawn.abacus.util.function.Consumer
-
- toThrowable() - Method in interface com.landawn.abacus.util.function.Function
-
- toThrowable() - Method in interface com.landawn.abacus.util.function.Predicate
-
- toThrowable() - Method in interface com.landawn.abacus.util.function.Runnable
-
- toThrowable() - Method in interface com.landawn.abacus.util.function.Supplier
-
- toThrowable() - Method in interface com.landawn.abacus.util.function.TriConsumer
-
- toThrowable() - Method in interface com.landawn.abacus.util.function.TriFunction
-
- toThrowable() - Method in interface com.landawn.abacus.util.function.TriPredicate
-
- toThrowable() - Method in interface com.landawn.abacus.util.function.UnaryOperator
-
- 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.guava.Files
-
- touch(Path) - Static method in class com.landawn.abacus.guava.Files
-
- touch(File) - Static method in class com.landawn.abacus.util.IOUtil
-
Update the last modified time of the file to system current time if the specified file exists.
- toUpperCase() - Static method in class com.landawn.abacus.util.Fn
-
To upper case.
- toUpperCase(char) - Static method in class com.landawn.abacus.util.StringUtil
-
To upper case.
- toUpperCase(String) - Static method in class com.landawn.abacus.util.StringUtil
-
- toUpperCase(String, Locale) - Static method in class com.landawn.abacus.util.StringUtil
-
- toUpperCaseKeyWithUnderscore(Map<String, Object>) - Static method in class com.landawn.abacus.util.ClassUtil
-
To upper case key with underscore.
- toUpperCaseWithUnderscore(String) - Static method in class com.landawn.abacus.util.ClassUtil
-
It's designed for field/method/class/column/table names.
- toUpperCaseWithUnderscore() - Static method in class com.landawn.abacus.util.Fn
-
To upper case with underscore.
- toUpperCaseWithUnderscore(String) - Static method in class com.landawn.abacus.util.StringUtil
-
To upper case with underscore.
- toURL(File) - Static method in class com.landawn.abacus.util.IOUtil
-
- toURLs(File[]) - Static method in class com.landawn.abacus.util.IOUtil
-
To UR ls.
- toURLs(Collection<File>) - Static method in class com.landawn.abacus.util.IOUtil
-
To UR ls.
- toXML() - Method in interface com.landawn.abacus.DataSet
-
- toXML(String) - Method in interface com.landawn.abacus.DataSet
-
- toXML(int, int) - Method in interface com.landawn.abacus.DataSet
-
- toXML(String, int, int) - Method in interface com.landawn.abacus.DataSet
-
- toXML(Collection<String>, int, int) - Method in interface com.landawn.abacus.DataSet
-
- toXML(String, Collection<String>, int, int) - Method in interface com.landawn.abacus.DataSet
-
- toXML(File) - Method in interface com.landawn.abacus.DataSet
-
- toXML(File, String) - Method in interface com.landawn.abacus.DataSet
-
- toXML(File, int, int) - Method in interface com.landawn.abacus.DataSet
-
- toXML(File, String, int, int) - Method in interface com.landawn.abacus.DataSet
-
- toXML(File, Collection<String>, int, int) - Method in interface com.landawn.abacus.DataSet
-
- toXML(File, String, Collection<String>, int, int) - Method in interface com.landawn.abacus.DataSet
-
- toXML(OutputStream) - Method in interface com.landawn.abacus.DataSet
-
- toXML(OutputStream, String) - Method in interface com.landawn.abacus.DataSet
-
- toXML(OutputStream, int, int) - Method in interface com.landawn.abacus.DataSet
-
- toXML(OutputStream, String, int, int) - Method in interface com.landawn.abacus.DataSet
-
- toXML(OutputStream, Collection<String>, int, int) - Method in interface com.landawn.abacus.DataSet
-
- toXML(OutputStream, String, Collection<String>, int, int) - Method in interface com.landawn.abacus.DataSet
-
- toXML(Writer) - Method in interface com.landawn.abacus.DataSet
-
- toXML(Writer, String) - Method in interface com.landawn.abacus.DataSet
-
- toXML(Writer, int, int) - Method in interface com.landawn.abacus.DataSet
-
- toXML(Writer, String, int, int) - Method in interface com.landawn.abacus.DataSet
-
- toXML(Writer, Collection<String>, int, int) - Method in interface com.landawn.abacus.DataSet
-
- toXML(Writer, String, Collection<String>, int, int) - Method in interface com.landawn.abacus.DataSet
-
- toXML(Object) - Static method in class com.landawn.abacus.util.N
-
- toXML(Object, boolean) - Static method in class com.landawn.abacus.util.N
-
- toXML(Object, XMLSerializationConfig) - Static method in class com.landawn.abacus.util.N
-
- toXML(File, Object) - Static method in class com.landawn.abacus.util.N
-
- toXML(File, Object, XMLSerializationConfig) - Static method in class com.landawn.abacus.util.N
-
- toXML(OutputStream, Object) - Static method in class com.landawn.abacus.util.N
-
- toXML(OutputStream, Object, XMLSerializationConfig) - Static method in class com.landawn.abacus.util.N
-
- toXML(Writer, Object) - Static method in class com.landawn.abacus.util.N
-
- toXML(Writer, Object, XMLSerializationConfig) - Static method in class com.landawn.abacus.util.N
-
- TRAILER - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Trailer header field name.
- TRANSFER_ENCODING - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Transfer-Encoding header field name.
- transform(Document, OutputStream) - Static method in class com.landawn.abacus.util.XMLUtil
-
- Transient - Annotation Type in com.landawn.abacus.annotation
-
The properties will be ignored by the persistent operations if the input is an entity.
- translate(CharSequence, int, Writer) - Method in class com.landawn.abacus.util.EscapeUtil.CharSequenceTranslator
-
Translate a set of codepoints, represented by an int index into a CharSequence,
into another set of codepoints.
- translate(CharSequence) - Method in class com.landawn.abacus.util.EscapeUtil.CharSequenceTranslator
-
Helper for non-Writer usage.
- translate(CharSequence, Writer) - Method in class com.landawn.abacus.util.EscapeUtil.CharSequenceTranslator
-
Translate an input onto a Writer.
- TriConsumer<A,B,C> - Interface in com.landawn.abacus.util.function
-
- TriFunction<A,B,C,R> - Interface in com.landawn.abacus.util.function
-
- TriIterator<A,B,C> - Class in com.landawn.abacus.util
-
- TriIterator() - Constructor for class com.landawn.abacus.util.TriIterator
-
- 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
-
- TRIM - Static variable in class com.landawn.abacus.util.WD
-
Field TRIM.
- trimBeforeAppend() - Method in class com.landawn.abacus.util.Joiner
-
- trimResults() - Method in class com.landawn.abacus.util.Splitter.MapSplitter
-
- trimResults() - Method in class com.landawn.abacus.util.Splitter
-
- trimToEmpty() - Static method in class com.landawn.abacus.util.Fn
-
- trimToEmpty(String) - Static method in class com.landawn.abacus.util.StringUtil
-
Removes control characters (char <= 32) from both ends of this String
returning an empty String ("") if the String is empty ("") after the trim
or if it is null.
- trimToEmpty(String[]) - Static method in class com.landawn.abacus.util.StringUtil
-
- trimToNull() - Static method in class com.landawn.abacus.util.Fn
-
- trimToNull(String) - Static method in class com.landawn.abacus.util.StringUtil
-
Removes control characters (char <= 32) from both ends of this String
returning null if the String is empty ("") after the trim or if
it is null.
- trimToNull(String[]) - Static method in class com.landawn.abacus.util.StringUtil
-
- trimToSize() - Method in interface com.landawn.abacus.DataSet
-
Trim to size.
- triple() - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- triple() - Static method in class com.landawn.abacus.util.Fn
-
- Triple<L,M,R> - Class in com.landawn.abacus.util
-
- Triple() - Constructor for class com.landawn.abacus.util.Triple
-
- TriPredicate<A,B,C> - Interface in com.landawn.abacus.util.function
-
- TRUE - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field TRUE.
- TRUE - Static variable in interface com.landawn.abacus.util.function.BooleanSupplier
-
- TRUE - Static variable in class com.landawn.abacus.util.If.OrElse
-
For internal only
- TRUE - Static variable in class com.landawn.abacus.util.u.Nullable
-
Presents Boolean.TRUE.
- TRUE - Static variable in class com.landawn.abacus.util.u.Optional
-
Presents Boolean.TRUE.
- TRUE - Static variable in class com.landawn.abacus.util.u.OptionalBoolean
-
Presents true.
- truncate(T, int) - Static method in class com.landawn.abacus.util.DateUtil
-
Copied from Apache Commons Lang under Apache License v2.
- truncate(T, int) - Static method in class com.landawn.abacus.util.DateUtil
-
Copied from Apache Commons Lang under Apache License v2.
- truncate(String, int) - Static method in class com.landawn.abacus.util.StringUtil
-
Truncates a String.
- truncate(String, int, int) - Static method in class com.landawn.abacus.util.StringUtil
-
Truncates a String.
- truncatedCompareTo(Calendar, Calendar, int) - Static method in class com.landawn.abacus.util.DateUtil
-
Copied from Apache Commons Lang under Apache License v2.
- truncatedCompareTo(Date, Date, int) - Static method in class com.landawn.abacus.util.DateUtil
-
Copied from Apache Commons Lang under Apache License v2.
- truncatedEquals(Calendar, Calendar, int) - Static method in class com.landawn.abacus.util.DateUtil
-
Copied from Apache Commons Lang under Apache License v2.
- truncatedEquals(Date, Date, int) - Static method in class com.landawn.abacus.util.DateUtil
-
Copied from Apache Commons Lang under Apache License v2.
- Try<T extends AutoCloseable> - Class in com.landawn.abacus.util
-
- 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.
- tryOrDefaultIfNotSucceed(Callable<R>, R) - Static method in class com.landawn.abacus.util.N
-
Returns the value returned by action or defaultIfNotSucceed if exception happens.
- tryOrDefaultIfNotSucceed(T, Throwables.Function<? super T, R, E>, R) - Static method in class com.landawn.abacus.util.N
-
Returns the value returned by action or defaultIfNotSucceed if exception happens.
- tryOrDefaultIfNotSucceed(Callable<R>, Supplier<R>) - Static method in class com.landawn.abacus.util.N
-
Returns the value returned by action or {@code supplierForDefaultIfNotSucceed} if exception happens.
- tryOrDefaultIfNotSucceed(T, Throwables.Function<? super T, R, E>, Supplier<R>) - Static method in class com.landawn.abacus.util.N
-
Returns the value returned by action or defaultIfNotSucceed if exception happens.
- tryOrEmptyIfNotSucceed(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.
- tryOrEmptyIfNotSucceed(T, Throwables.Function<? super T, R, E>) - Static method in class com.landawn.abacus.util.N
-
Returns a Nullable with the value returned by func.apply(init) or an empty Nullable if exception happens.
- Tuple<TP> - Class in com.landawn.abacus.util
-
- Tuple.Tuple1<T1> - Class in com.landawn.abacus.util
-
The Class Tuple1.
- Tuple.Tuple2<T1,T2> - Class in com.landawn.abacus.util
-
The Class Tuple2.
- Tuple.Tuple3<T1,T2,T3> - Class in com.landawn.abacus.util
-
The Class Tuple3.
- Tuple.Tuple4<T1,T2,T3,T4> - Class in com.landawn.abacus.util
-
The Class Tuple4.
- Tuple.Tuple5<T1,T2,T3,T4,T5> - Class in com.landawn.abacus.util
-
The Class Tuple5.
- Tuple.Tuple6<T1,T2,T3,T4,T5,T6> - Class in com.landawn.abacus.util
-
The Class Tuple6.
- Tuple.Tuple7<T1,T2,T3,T4,T5,T6,T7> - Class in com.landawn.abacus.util
-
The Class Tuple7.
- Tuple.Tuple8<T1,T2,T3,T4,T5,T6,T7,T8> - Class in com.landawn.abacus.util
-
The Class Tuple8.
- Tuple.Tuple9<T1,T2,T3,T4,T5,T6,T7,T8,T9> - Class in com.landawn.abacus.util
-
The Class Tuple9.
- tuple1() - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- tuple1() - Static method in class com.landawn.abacus.util.Fn
-
- tuple2() - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- tuple2() - Static method in class com.landawn.abacus.util.Fn
-
- tuple3() - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- tuple3() - Static method in class com.landawn.abacus.util.Fn
-
- tuple4() - Static method in class com.landawn.abacus.util.Fn
-
- turnOffCertificateValidation() - Static method in class com.landawn.abacus.http.HttpUtil
-
Deprecated.
- TWO_FIFTHS - Static variable in class com.landawn.abacus.util.Fraction
-
Fraction representation of 2/5.
- TWO_QUARTERS - Static variable in class com.landawn.abacus.util.Fraction
-
Fraction representation of 2/4.
- TWO_THIRDS - Static variable in class com.landawn.abacus.util.Fraction
-
Fraction representation of 2/3.
- Type - Annotation Type in com.landawn.abacus.annotation
-
- type - Variable in class com.landawn.abacus.parser.ParserUtil.EntityInfo
-
- type - Variable in class com.landawn.abacus.parser.ParserUtil.PropInfo
-
- TYPE - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field TYPE.
- type() - Method in class com.landawn.abacus.util.TypeReference
-
- Type.EnumBy - Enum in com.landawn.abacus.annotation
-
The Enum EnumType.
- Type.Scope - Enum in com.landawn.abacus.annotation
-
The Enum Scope.
- TypeAttrParser - Class in com.landawn.abacus.util
-
- TypeReference<T> - Class in com.landawn.abacus.util
-
Represents a generic type T.
- TypeReference.TypeToken<T> - Class in com.landawn.abacus.util
-
- TypeToken() - Constructor for class com.landawn.abacus.util.TypeReference.TypeToken
-
- vacate() - Method in class com.landawn.abacus.pool.GenericKeyedObjectPool
-
Vacate.
- vacate() - Method in class com.landawn.abacus.pool.GenericObjectPool
-
Vacate.
- vacate() - Method in interface com.landawn.abacus.pool.Pool
-
Vacate.
- val() - Method in class com.landawn.abacus.util.Builder
-
- val() - Static method in class com.landawn.abacus.util.Fn
-
- val() - Method in class com.landawn.abacus.util.Keyed
-
- VALUE - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field VALUE.
- value() - Method in class com.landawn.abacus.pool.PoolableWrapper
-
- value() - Static method in class com.landawn.abacus.util.Fn.Fnn
-
- value() - Static method in class com.landawn.abacus.util.Fn
-
- value() - Method in class com.landawn.abacus.util.Indexed
-
- value() - Method in class com.landawn.abacus.util.IndexedBoolean
-
- value() - Method in class com.landawn.abacus.util.IndexedByte
-
- value() - Method in class com.landawn.abacus.util.IndexedChar
-
- value() - Method in class com.landawn.abacus.util.IndexedDouble
-
- value() - Method in class com.landawn.abacus.util.IndexedFloat
-
- value() - Method in class com.landawn.abacus.util.IndexedInt
-
- value() - Method in class com.landawn.abacus.util.IndexedLong
-
- value() - Method in class com.landawn.abacus.util.IndexedShort
-
- value() - Method in class com.landawn.abacus.util.MutableBoolean
-
- value() - Method in class com.landawn.abacus.util.MutableByte
-
- value() - Method in class com.landawn.abacus.util.MutableChar
-
- value() - Method in class com.landawn.abacus.util.MutableDouble
-
- value() - Method in class com.landawn.abacus.util.MutableFloat
-
- value() - Method in class com.landawn.abacus.util.MutableInt
-
- value() - Method in class com.landawn.abacus.util.MutableLong
-
- value() - Method in class com.landawn.abacus.util.MutableShort
-
- value() - Method in class com.landawn.abacus.util.Timed
-
- value() - Method in class com.landawn.abacus.util.Wrapper
-
- VALUE_ELE_END - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field VALUE_ELE_END.
- VALUE_ELE_START - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field VALUE_ELE_START.
- VALUE_NULL_ELE - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field VALUE_NULL_ELE.
- valueOf(String) - Static method in enum com.landawn.abacus.annotation.JsonXmlField.Expose
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.landawn.abacus.annotation.Type.EnumBy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.landawn.abacus.annotation.Type.Scope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.landawn.abacus.http.ContentFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(Object) - Static method in class com.landawn.abacus.http.HttpHeaders
-
- valueOf(String) - Static method in enum com.landawn.abacus.http.HttpMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.landawn.abacus.parser.Exclusion
-
Returns the enum constant of this type with the specified name.
- valueOf(long, long) - Static method in class com.landawn.abacus.pool.ActivityPrint
-
- valueOf(String) - Static method in enum com.landawn.abacus.pool.EvictionPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.landawn.abacus.util.CalendarUnit
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.landawn.abacus.util.CalendarUnit
-
- valueOf(String) - Static method in enum com.landawn.abacus.util.CompressionMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.landawn.abacus.util.DateTimeFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.landawn.abacus.util.MediaType
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.landawn.abacus.util.MediaType
-
- valueOf(String) - Static method in enum com.landawn.abacus.util.MergeResult
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.landawn.abacus.util.NamingPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.landawn.abacus.util.OperationType
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.landawn.abacus.util.OperationType
-
- valueOf(String) - Static method in enum com.landawn.abacus.util.Percentage
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.landawn.abacus.util.Range.BoundType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.landawn.abacus.util.ServiceStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.landawn.abacus.util.ServiceStatus
-
- valueOf(String) - Static method in enum com.landawn.abacus.util.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(char[]) - Static method in class com.landawn.abacus.util.StringUtil
-
Returns the string representation of the char array or null.
- valueOf(String) - Static method in enum com.landawn.abacus.util.YesNo
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.landawn.abacus.util.YesNo
-
- values() - Static method in enum com.landawn.abacus.annotation.JsonXmlField.Expose
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.landawn.abacus.annotation.Type.EnumBy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.landawn.abacus.annotation.Type.Scope
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.landawn.abacus.http.ContentFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.landawn.abacus.http.HttpMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.landawn.abacus.parser.Exclusion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.landawn.abacus.pool.EvictionPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class com.landawn.abacus.pool.GenericKeyedObjectPool
-
- values() - Method in interface com.landawn.abacus.pool.KeyedObjectPool
-
- values() - Method in class com.landawn.abacus.util.ArrayHashMap
-
- values() - Method in class com.landawn.abacus.util.BiMap
-
Returns an immutable value set.
- values() - Static method in enum com.landawn.abacus.util.CalendarUnit
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.landawn.abacus.util.CompressionMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.landawn.abacus.util.DateTimeFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class com.landawn.abacus.util.ImmutableMap
-
- values() - Static method in enum com.landawn.abacus.util.MediaType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.landawn.abacus.util.MergeResult
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class com.landawn.abacus.util.Multimap
-
- values() - Static method in enum com.landawn.abacus.util.NamingPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class com.landawn.abacus.util.ObjectPool
-
- values() - Static method in enum com.landawn.abacus.util.OperationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.landawn.abacus.util.Percentage
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class com.landawn.abacus.util.Properties
-
- values() - Static method in enum com.landawn.abacus.util.Range.BoundType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.landawn.abacus.util.ServiceStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.landawn.abacus.util.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES - Static variable in class com.landawn.abacus.util.WD
-
Field VALUES.
- values() - Static method in enum com.landawn.abacus.util.YesNo
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VARY - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Vary header field name.
- version() - Method in interface com.landawn.abacus.DirtyMarker
-
Returns the mapping record version when it's loaded.
- VERSION - Static variable in class com.landawn.abacus.parser.XMLConstants
-
Field VERSION.
- VERTICALBAR - Static variable in class com.landawn.abacus.util.WD
-
Field VERTICALBAR.
- VIA - Static variable in class com.landawn.abacus.http.HttpHeaders.Names
-
The HTTP Via header field name.
- VT - Static variable in class com.landawn.abacus.util.Ascii
-
Vertical Tabulation ('\v'): A format effector which controls the movement of the printing
position to the next in a series of predetermined printing lines.