public class ProjectCalendarHours extends AbstractList<LocalTimeRange>
modCount
Constructor and Description |
---|
ProjectCalendarHours() |
Modifier and Type | Method and Description |
---|---|
boolean |
add(LocalTimeRange range) |
void |
clear() |
LocalTimeRange |
get(int index) |
Iterator<LocalTimeRange> |
iterator()
Retrieve an iterator to allow the list of date ranges to be traversed.
|
LocalTimeRange |
set(int index,
LocalTimeRange value) |
int |
size() |
String |
toString() |
add, addAll, equals, hashCode, indexOf, lastIndexOf, listIterator, listIterator, remove, removeRange, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
parallelStream, removeIf, stream
public boolean add(LocalTimeRange range)
add
in interface Collection<LocalTimeRange>
add
in interface List<LocalTimeRange>
add
in class AbstractList<LocalTimeRange>
public LocalTimeRange set(int index, LocalTimeRange value)
set
in interface List<LocalTimeRange>
set
in class AbstractList<LocalTimeRange>
public LocalTimeRange get(int index)
get
in interface List<LocalTimeRange>
get
in class AbstractList<LocalTimeRange>
public Iterator<LocalTimeRange> iterator()
iterator
in interface Iterable<LocalTimeRange>
iterator
in interface Collection<LocalTimeRange>
iterator
in interface List<LocalTimeRange>
iterator
in class AbstractList<LocalTimeRange>
public int size()
size
in interface Collection<LocalTimeRange>
size
in interface List<LocalTimeRange>
size
in class AbstractCollection<LocalTimeRange>
public void clear()
clear
in interface Collection<LocalTimeRange>
clear
in interface List<LocalTimeRange>
clear
in class AbstractList<LocalTimeRange>
public String toString()
toString
in class AbstractCollection<LocalTimeRange>
Copyright © 2000–2024 Packwood Software. All rights reserved.