Bndtools http://bndtools.org/
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<E>
-
- java.util.ArrayList<T>
-
- aQute.lib.collections.ExtList<T>
-
-
Field Summary
-
Fields inherited from class java.util.AbstractList
modCount
-
Constructor Summary
Constructors
| Constructor and Description |
ExtList(java.util.Collection<? extends T> col) |
ExtList(int size) |
ExtList(java.lang.Iterable<? extends T> col) |
ExtList(T... ts) |
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
static ExtList<java.lang.String> |
from(java.lang.String s) |
static ExtList<java.lang.String> |
from(java.lang.String s,
java.lang.String delimeter) |
java.lang.String |
join() |
java.lang.String |
join(java.lang.String del) |
-
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSize
-
Methods inherited from class java.util.AbstractList
equals, hashCode
-
Methods inherited from class java.util.AbstractCollection
containsAll, toString
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.List
containsAll, equals, hashCode
-
-
Constructor Detail
-
ExtList
public ExtList(int size)
Copyright (c) aQute SARL (2000, 2017) and others. All Rights Reserved.
Copyright (c) aQute SARL (2000, 2017) and others. All Rights Reserved.