Modifier and Type | Method and Description |
---|---|
default List<T> |
find()
Returns a data model list for the empty key.
|
List<T> |
find(Object... elements)
Returns a data model list for the key elements.
|
default List<T> |
find(Object key)
Returns a data model list for the key.
|
default List<T> |
find(Object a,
Object b)
Returns a data model list for the key elements.
|
default List<T> |
find(Object a,
Object b,
Object c)
Returns a data model list for the key elements.
|
default List<T> |
find(Object a,
Object b,
Object c,
Object d)
Returns a data model list for the key elements.
|
forEach, iterator, spliterator
default List<T> find()
IllegalArgumentException
- if the key structure is not compatible for this view (optional behavior)default List<T> find(Object key)
key
- the search key elementIllegalArgumentException
- if the key structure is not compatible for this view (optional behavior)default List<T> find(Object a, Object b)
a
- the first key elementb
- the second key elementIllegalArgumentException
- if the key structure is not compatible for this view (optional behavior)default List<T> find(Object a, Object b, Object c)
a
- the first key elementb
- the second key elementc
- the third key elementIllegalArgumentException
- if the key structure is not compatible for this view (optional behavior)default List<T> find(Object a, Object b, Object c, Object d)
a
- the first key elementb
- the second key elementc
- the third key elementd
- the fourth key elementIllegalArgumentException
- if the key structure is not compatible for this view (optional behavior)List<T> find(Object... elements)
elements
- the key elementsIllegalArgumentException
- if the key structure is not compatible for this view (optional behavior)Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.