public class UidList extends ArrayList<Uid>
modCount
Constructor and Description |
---|
UidList() |
UidList(Collection<? extends Uid> c) |
UidList(int initialCapacity) |
UidList(String pgpKeyIdsString) |
Modifier and Type | Method and Description |
---|---|
List<Uid> |
getElements()
Deprecated.
This method should not be invoked by manually written code! It is exclusively used by JAXB.
|
String |
toString() |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
parallelStream, stream
public UidList()
public UidList(int initialCapacity)
public UidList(Collection<? extends Uid> c)
public String toString()
toString
in class AbstractCollection<Uid>
@Deprecated public List<Uid> getElements()
this
Copyright © 2013–2019. All rights reserved.