| Package | Description |
|---|---|
| com.landawn.abacus | |
| com.landawn.abacus.parser | |
| com.landawn.abacus.util | |
| com.landawn.abacus.util.stream |
| Modifier and Type | Method and Description |
|---|---|
ImmutableList<String> |
DataSet.columnNameList()
Return the column name list in this DataSet.
|
<T> ImmutableList<T> |
DataSet.getColumn(int columnIndex)
Must NOT modify the returned list.
|
<T> ImmutableList<T> |
DataSet.getColumn(String columnName)
Must NOT modify the returned list.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ImmutableList<Object>> |
DataSet.columnMap() |
| Modifier and Type | Field and Description |
|---|---|
ImmutableList<ParserUtil.PropInfo> |
ParserUtil.EntityInfo.propInfoList |
| Modifier and Type | Method and Description |
|---|---|
static <E> ImmutableList<E> |
ImmutableList.copyOf(Collection<? extends E> list) |
static <E> ImmutableList<E> |
ImmutableList.copyOf(E... a) |
static <E> ImmutableList<E> |
ImmutableList.empty() |
ImmutableList<String> |
ParsedSql.getNamedParameters()
Gets the named parameters.
|
ImmutableList<String> |
ParsedSql.getNamedParameters(boolean isForCouchbase)
Gets the named parameters.
|
static ImmutableList<String> |
ClassUtil.getPropNameList(Class<?> cls)
Returns an immutable entity property name List by the specified class.
|
static <E> ImmutableList<E> |
ImmutableList.just(E e) |
static <E> ImmutableList<E> |
ImmutableList.of(E... a) |
static <E> ImmutableList<E> |
ImmutableList.of(E e) |
static <E> ImmutableList<E> |
ImmutableList.of(List<? extends E> list) |
ImmutableList<String> |
Splitter.splitToImmutableList(CharSequence source)
Split to array.
|
<T> ImmutableList<T> |
Splitter.splitToImmutableList(Class<T> targetType,
CharSequence source)
Split to array.
|
ImmutableList<T> |
ExceptionalStream.toImmutableList() |
ImmutableList<T> |
u.Optional.toImmutableList()
To immutable list.
|
ImmutableList<Boolean> |
u.OptionalBoolean.toImmutableList()
To immutable list.
|
ImmutableList<Character> |
u.OptionalChar.toImmutableList()
To immutable list.
|
ImmutableList<Byte> |
u.OptionalByte.toImmutableList()
To immutable list.
|
ImmutableList<Short> |
u.OptionalShort.toImmutableList()
To immutable list.
|
ImmutableList<Integer> |
u.OptionalInt.toImmutableList()
To immutable list.
|
ImmutableList<Long> |
u.OptionalLong.toImmutableList()
To immutable list.
|
ImmutableList<Float> |
u.OptionalFloat.toImmutableList()
To immutable list.
|
ImmutableList<Double> |
u.OptionalDouble.toImmutableList()
To immutable list.
|
ImmutableList<T> |
u.Nullable.toImmutableList()
To immutable list.
|
ImmutableList<T> |
u.Nullable.toImmutableListIfNotNull()
To immutable list if not null.
|
| Modifier and Type | Method and Description |
|---|---|
static IntFunction<ImmutableList<?>> |
Fn.Factory.ofImmutableList()
Deprecated.
|
static Supplier<ImmutableList<?>> |
Fn.Suppliers.ofImmutableList()
Deprecated.
|
ImmutableMap<K,ImmutableList<E>> |
ListMultimap.toImmutableMap()
To immutable map.
|
ImmutableMap<K,ImmutableList<E>> |
ListMultimap.toImmutableMap(IntFunction<? extends Map<K,ImmutableList<E>>> mapSupplier)
To immutable map.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableMap<K,ImmutableList<E>> |
ListMultimap.toImmutableMap(IntFunction<? extends Map<K,ImmutableList<E>>> mapSupplier)
To immutable map.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> Collector<T,?,ImmutableList<T>> |
Collectors.toImmutableList() |
Copyright © 2021. All rights reserved.