| Package | Description |
|---|---|
| com.landawn.abacus.util |
| Modifier and Type | Class and Description |
|---|---|
class |
Duration |
class |
ExceptionalStream<T,E extends Exception>
The Stream will be automatically closed after execution(A terminal method is executed/triggered).
|
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 |
ImmutableCollection<E> |
class |
ImmutableEntry<K,V> |
class |
ImmutableMap<K,V> |
class |
Keyed<K,T>
It's designed for performance improvement by only hash/compare
key in hashCode/equals method. |
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 |
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> |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
ClassUtil.getIdFieldNames(Class<?> targetClass)
Deprecated.
for internal only.
|
static List<String> |
ClassUtil.getIdFieldNames(Class<?> targetClass,
boolean fakeIdForEmpty)
Deprecated.
for internal only.
|
Copyright © 2021. All rights reserved.