public class Lists
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Lists.elementAt
Given an index at arg[0], and a list at arg[1] or args[1...N], return element at index of list or array
|
static class |
Lists.firstElement
Given a list, return the first element
|
static class |
Lists.lastElement
Given a list, return the last element
|
static class |
Lists.sort
Given an arbitrary list of items, returns a new array of them in sorted state
|
static class |
Lists.toList
Given an arbitrary number of arguments, return them as list
|
Constructor and Description |
---|
Lists() |