To get full access to the Kademi Hub existing customers can login here, or new customers can register here.
Extends: KillableList
Properties
| Name | Returns | Notes |
|---|---|---|
| attributes | Map<String,Object> | |
| first | T | |
| last | T | |
| random | T | Get any single item at random |
| randomSort | CommonList<T> | Returns a new list where all articles are sorted randomly. |
| reverse | CommonList<T> | Reverse the order of elements in the list |
Methods
| Signature | Returns | Notes |
|---|---|---|
after(int n) | CommonList<T> | |
truncate(int maxSize) | CommonList<T> | |
forEach(Consumer<? super T> action) | void | |
sortByProperty(String propertyName) | CommonList<T> | |
sortReverse() | CommonList<T> |