public class WeekDayList extends ArrayList<WeekDay> implements Serializable
modCount| Constructor and Description |
|---|
WeekDayList()
Default constructor.
|
WeekDayList(int initialCapacity)
Creates a new instance with the specified initial capacity.
|
WeekDayList(String aString)
Constructor.
|
WeekDayList(WeekDay... weekDays) |
| Modifier and Type | Method and Description |
|---|---|
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, trimToSizeequals, hashCodecontainsAllfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streampublic WeekDayList()
public WeekDayList(WeekDay... weekDays)
public WeekDayList(int initialCapacity)
initialCapacity - the initial capacity of the listpublic WeekDayList(String aString)
aString - a string representation of a day listpublic final String toString()
toString in class AbstractCollection<WeekDay>