public class LabelList extends ArrayList<String>
Modifier and Type | Class and Description |
---|---|
static class |
LabelList.Serializer
Serialization class.
|
Modifier and Type | Field and Description |
---|---|
static ByteBufferSerializer<LabelList> |
SERIALIZER
Serializer.
|
private static long |
serialVersionUID
Serial number.
|
modCount
Constructor and Description |
---|
LabelList()
Constructor.
|
LabelList(Collection<? extends String> c)
Constructor.
|
LabelList(int initialCapacity)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
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
equals, hashCode
containsAll
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
public static final ByteBufferSerializer<LabelList> SERIALIZER
private static final long serialVersionUID
public LabelList()
public LabelList(Collection<? extends String> c)
c
- existing collectionpublic LabelList(int initialCapacity)
initialCapacity
- initial sizepublic String toString()
toString
in class AbstractCollection<String>