aQute.lib.collections
Class ExtList<T>
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<T>
aQute.lib.collections.ExtList<T>
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable<T>, Collection<T>, List<T>, RandomAccess
public class ExtList<T>
- extends ArrayList<T>
- See Also:
- Serialized Form
| Methods inherited from class java.util.ArrayList |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize |
ExtList
public ExtList(T... ts)
ExtList
public ExtList(int size)
ExtList
public ExtList(Collection<T> _)
ExtList
public ExtList(Iterable<T> _)
from
public static ExtList<String> from(String s)
from
public static ExtList<String> from(String s,
String delimeter)
join
public String join()
join
public String join(String del)
Copyright © 2014 aQute SARL. All rights reserved.