| Package | Description |
|---|---|
| com.landawn.abacus.util |
| Modifier and Type | Class and Description |
|---|---|
class |
BiIterator<A,B> |
class |
Duration |
class |
ExceptionalStream<T,E extends Exception>
The Stream will be automatically closed after execution(A terminal method is executed/triggered).
|
static class |
ExceptionalStream.StreamE<T,E extends Exception> |
class |
Fraction
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.
|
class |
ImmutableArray<T> |
class |
ImmutableBiMap<K,V> |
class |
ImmutableCollection<E> |
class |
ImmutableEntry<K,V> |
class |
ImmutableList<E> |
class |
ImmutableMap<K,V> |
class |
ImmutableNavigableMap<K,V> |
class |
ImmutableNavigableSet<E> |
class |
ImmutableSet<E> |
class |
ImmutableSortedMap<K,V> |
class |
ImmutableSortedSet<E> |
class |
Indexed<T> |
class |
Keyed<K,T>
It's designed for performance improvement by only hash/compare
key in hashCode/equals method. |
class |
LineIterator
Note: it's copied from Apache Commons IO developed at The Apache Software Foundation (http://www.apache.org/), or under the Apache License 2.0.
|
class |
ObjIterator<T> |
class |
Observer<T> |
class |
Range<T extends Comparable<? super T>>
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.
|
class |
Result<T,E extends Throwable> |
class |
Timed<T> |
class |
Tuple<TP> |
static class |
Tuple.Tuple1<T1>
The Class Tuple1.
|
static class |
Tuple.Tuple2<T1,T2>
The Class Tuple2.
|
static class |
Tuple.Tuple3<T1,T2,T3>
The Class Tuple3.
|
static class |
Tuple.Tuple4<T1,T2,T3,T4>
The Class Tuple4.
|
static class |
Tuple.Tuple5<T1,T2,T3,T4,T5>
The Class Tuple5.
|
static class |
Tuple.Tuple6<T1,T2,T3,T4,T5,T6>
The Class Tuple6.
|
static class |
Tuple.Tuple7<T1,T2,T3,T4,T5,T6,T7>
The Class Tuple7.
|
static class |
Tuple.Tuple8<T1,T2,T3,T4,T5,T6,T7,T8>
The Class Tuple8.
|
static class |
Tuple.Tuple9<T1,T2,T3,T4,T5,T6,T7,T8,T9>
The Class Tuple9.
|
static class |
u.Nullable<T>
The Class Nullable.
|
static class |
u.Optional<T>
The Class Optional.
|
static class |
u.OptionalBoolean
The Class OptionalBoolean.
|
static class |
u.OptionalByte
The Class OptionalByte.
|
static class |
u.OptionalChar
The Class OptionalChar.
|
static class |
u.OptionalDouble
The Class OptionalDouble.
|
static class |
u.OptionalFloat
The Class OptionalFloat.
|
static class |
u.OptionalInt
The Class OptionalInt.
|
static class |
u.OptionalLong
The Class OptionalLong.
|
static class |
u.OptionalShort
The Class OptionalShort.
|
class |
Wrapper<T> |
Copyright © 2021. All rights reserved.