Class WeekdayItemList
java.lang.Object
ch.tocco.nice2.optional.calendar.impl.ical.recur.WeekdayItemList
- All Implemented Interfaces:
Iterable<WeekdayItem>, Collection<WeekdayItem>, List<WeekdayItem>, SequencedCollection<WeekdayItem>
Deprecated.
just use a normal list
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(int index, WeekdayItem element) Deprecated.booleanadd(WeekdayItem item) Deprecated.booleanaddAll(int index, Collection<? extends WeekdayItem> c) Deprecated.booleanaddAll(Collection<? extends WeekdayItem> c) Deprecated.voidclear()Deprecated.booleanDeprecated.booleancontainsAll(Collection<?> c) Deprecated.get(int index) Deprecated.intDeprecated.booleanisEmpty()Deprecated.iterator()Deprecated.intDeprecated.Deprecated.listIterator(int index) Deprecated.remove(int index) Deprecated.booleanDeprecated.booleanremoveAll(Collection<?> c) Deprecated.booleanretainAll(Collection<?> c) Deprecated.set(int index, WeekdayItem element) Deprecated.intsize()Deprecated.subList(int fromIndex, int toIndex) Deprecated.Object[]toArray()Deprecated.<T> T[]toArray(T[] a) Deprecated.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface List
addFirst, addLast, equals, getFirst, getLast, hashCode, removeFirst, removeLast, replaceAll, reversed, sort, spliterator
-
Constructor Details
-
WeekdayItemList
public WeekdayItemList(net.fortuna.ical4j.model.Recur recur) Deprecated.
-
-
Method Details
-
size
public int size()Deprecated.- Specified by:
sizein interfaceCollection<WeekdayItem>- Specified by:
sizein interfaceList<WeekdayItem>
-
isEmpty
public boolean isEmpty()Deprecated.- Specified by:
isEmptyin interfaceCollection<WeekdayItem>- Specified by:
isEmptyin interfaceList<WeekdayItem>
-
contains
Deprecated.- Specified by:
containsin interfaceCollection<WeekdayItem>- Specified by:
containsin interfaceList<WeekdayItem>
-
iterator
Deprecated.- Specified by:
iteratorin interfaceCollection<WeekdayItem>- Specified by:
iteratorin interfaceIterable<WeekdayItem>- Specified by:
iteratorin interfaceList<WeekdayItem>
-
toArray
Deprecated.- Specified by:
toArrayin interfaceCollection<WeekdayItem>- Specified by:
toArrayin interfaceList<WeekdayItem>
-
toArray
public <T> T[] toArray(T[] a) Deprecated.- Specified by:
toArrayin interfaceCollection<WeekdayItem>- Specified by:
toArrayin interfaceList<WeekdayItem>
-
add
Deprecated.- Specified by:
addin interfaceCollection<WeekdayItem>- Specified by:
addin interfaceList<WeekdayItem>
-
remove
Deprecated.- Specified by:
removein interfaceCollection<WeekdayItem>- Specified by:
removein interfaceList<WeekdayItem>
-
containsAll
Deprecated.- Specified by:
containsAllin interfaceCollection<WeekdayItem>- Specified by:
containsAllin interfaceList<WeekdayItem>
-
addAll
Deprecated.- Specified by:
addAllin interfaceCollection<WeekdayItem>- Specified by:
addAllin interfaceList<WeekdayItem>
-
addAll
Deprecated.- Specified by:
addAllin interfaceList<WeekdayItem>
-
removeAll
Deprecated.- Specified by:
removeAllin interfaceCollection<WeekdayItem>- Specified by:
removeAllin interfaceList<WeekdayItem>
-
retainAll
Deprecated.- Specified by:
retainAllin interfaceCollection<WeekdayItem>- Specified by:
retainAllin interfaceList<WeekdayItem>
-
clear
public void clear()Deprecated.- Specified by:
clearin interfaceCollection<WeekdayItem>- Specified by:
clearin interfaceList<WeekdayItem>
-
get
-
set
Deprecated.- Specified by:
setin interfaceList<WeekdayItem>
-
add
Deprecated.- Specified by:
addin interfaceList<WeekdayItem>
-
remove
Deprecated.- Specified by:
removein interfaceList<WeekdayItem>
-
indexOf
-
lastIndexOf
Deprecated.- Specified by:
lastIndexOfin interfaceList<WeekdayItem>
-
listIterator
Deprecated.- Specified by:
listIteratorin interfaceList<WeekdayItem>
-
listIterator
Deprecated.- Specified by:
listIteratorin interfaceList<WeekdayItem>
-
subList
Deprecated.- Specified by:
subListin interfaceList<WeekdayItem>
-