List<E> |
List.clone() |
Returns a shallow copy of this List.
|
static List<Object> |
List.create() |
Creates a list for arbitrary IvyObjects.
|
static List<Object> |
List.create(int initCap) |
Creates a list for arbitrary IvyObjects.
|
static <C> List<C> |
List.create(Class<C> javaClass) |
Creates a List with given Java-Member type.
|
static <C> List<C> |
List.create(Class<C> javaClass,
int initCap) |
Creates a List with given Java-Member type.
|
List<Tree> |
Tree.createChildren(List<?> values) |
Creates and adds new children.
|
List<Tree> |
Tree.createChildren(List<?> values,
List<String> infos) |
Creates and adds new children.
|
List<Tree> |
Tree.createChildren(List<?> values,
List<String> infos,
List<Boolean> mayHaveChildrenList) |
Creates and adds new children.
|
List<Tree> |
Tree.createChildren(List<?> values,
String _info) |
Creates and adds new children.
|
List<Tree> |
Tree.createChildrenAt(int index,
List<?> values) |
Creates and adds new children.
|
List<Tree> |
Tree.createChildrenAt(int index,
List<?> values,
List<String> infos) |
Creates and adds new children.
|
List<Tree> |
Tree.createChildrenAt(int index,
List<?> values,
List<String> infos,
List<Boolean> mayHaveChildrenList) |
Creates and adds new children.
|
List<Tree> |
Tree.createChildrenAt(int index,
List<?> values,
String _info) |
Creates and adds new children.
|
List<E> |
List.deepClone() |
Returns a deep copy of this List.
|
List<Tree> |
Tree.getAllDeepChildren() |
Gets all child nodes and child nodes of child nodes ...
|
List<Boolean> |
Xml.getBooleanList(String xPath) |
Retrurns the specified elements as a List of Booleans.
|
List<Tree> |
Tree.getChildren() |
Gets the child nodes of this node.
|
List<Object> |
Recordset.getColumn(String columnName) |
Returns a column.
|
List<Date> |
Xml.getDateList(String xPath) |
Returns the specified elements a a list of Dates.
|
List<DateTime> |
Xml.getDateTimeList(String xPath) |
Returns the specified elements as a list of DateTime-objects.
|
List<String> |
Record.getKeys() |
Returns (a copy of) the keys of this Record.
|
List<String> |
Recordset.getKeys() |
Returns a List with the keys of the column-names.
|
List<Xml> |
Xml.getNodeList(String xPath) |
Returns a list of Xml objects specified by an XPath.
|
List<Number> |
Xml.getNumberList(String xPath) |
Returns the specified elements in a list of numbers.
|
List<Tree> |
Tree.getPath() |
Returns a path for from the root node to this node.
|
List<Record> |
Recordset.getRecords() |
Returns a List with the Records in this Recordset.
|
List<String> |
Xml.getStringList(String xPath) |
Returns a list of String-values of specified elements.
|
List<Time> |
Xml.getTimeList(String xPath) |
Return the specified elements as a List of Time-objects.
|
List<Object> |
Record.getValues() |
Returns (a copy of) the values of this Record.
|
List<String> |
File.list() |
Returns a list of strings naming the files and directories in the
directory denoted by this ivy file.
|
List<File> |
File.listFiles() |
Returns a list of ivy files denoting the files in the
directory denoted by this ivy file.
|
List<E> |
List.subList(int fromIndex,
int toIndex) |
|
List<Record> |
Recordset.toList() |
Converts this Recordset into a List of Records
|
List<List<Object>> |
Recordset.toMatrix() |
Converts this Recordset into a List of List
|