public interface Values<T> extends List<T>, Sequence<T>
LazyValues,
EagerValuesL_NEGATIVE_INDICES, L_UNBOUNDED, NEGATIVE_INDICES, UNBOUNDED| Modifier and Type | Method and Description |
|---|---|
FlValues<T> |
fluentData()
Provides access to the fluent data source interface.
|
T[] |
toArray()
Creates an array using the
value type of the source.
|
<A> A[] |
toArray(Class<A> clazz) |
Object[] |
toObjectArray()
Alias for
List.toArray() |
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArrayparallelStream, removeIf, streamnewGenerator, sequence, sequence, sequence, sequence, valuetemplate, toGenerator, toStringtoGenerators, toGeneratorsisInRange, isUnbounded, length, min, negativeIndices, toLong<A> A[] toArray(Class<A> clazz)
A - clazz - List.toArray(Object[])T[] toArray()
Object[] toObjectArray()
List.toArray()FlValues<T> fluentData()
DataSourcefluentData in interface DataSource<T>fluentData in interface Sequence<T>fluentData in interface Template<T>Copyright © 2019. All rights reserved.