public class DateEvents extends UntypedData implements Set<EdalDate>
EdalDate objects to define the dates and ranges of
different events,e.g. date of creation...EMPTY, string| Constructor and Description |
|---|
DateEvents(String description)
Default constructor to create a
DateEvents object with a defined
description. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(EdalDate date) |
boolean |
addAll(Collection<? extends EdalDate> collection) |
void |
clear() |
int |
compareTo(UntypedData datatype) |
boolean |
contains(Object object) |
boolean |
containsAll(Collection<?> collection) |
boolean |
equals(Object object) |
Set<EdalDate> |
getSet() |
int |
hashCode() |
boolean |
isEmpty() |
Iterator<EdalDate> |
iterator() |
boolean |
remove(Object object) |
boolean |
removeAll(Collection<?> collection) |
boolean |
retainAll(Collection<?> collection) |
void |
setSet(Set<EdalDate> set) |
int |
size() |
Object[] |
toArray() |
<T> T[] |
toArray(T[] array) |
String |
toHTML()
Return a String representation for the HTML pages of the HTTP-Listener
|
String |
toString() |
getString, setStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitspliteratorparallelStream, removeIf, streampublic DateEvents(String description)
DateEvents object with a defined
description.description - the event for this DateEvents.public boolean add(EdalDate date)
add in interface Collection<EdalDate>add in interface Set<EdalDate>date - the date to addSet.add(java.lang.Object)public boolean addAll(Collection<? extends EdalDate> collection)
addAll in interface Collection<EdalDate>addAll in interface Set<EdalDate>collection - the collection to addSet.addAll(java.util.Collection)public void clear()
clear in interface Collection<EdalDate>clear in interface Set<EdalDate>Set.clear()public int compareTo(UntypedData datatype)
compareTo in interface Comparable<UntypedData>compareTo in class UntypedDatapublic boolean contains(Object object)
contains in interface Collection<EdalDate>contains in interface Set<EdalDate>object - the object to matchSet.contains(java.lang.Object)public boolean containsAll(Collection<?> collection)
containsAll in interface Collection<EdalDate>containsAll in interface Set<EdalDate>collection - the collection to matchSet.containsAll(java.util.Collection)public boolean equals(Object object)
equals in interface Collection<EdalDate>equals in interface Set<EdalDate>equals in class UntypedDataobject - the object to compareSet.equals(java.lang.Object)public int hashCode()
hashCode in interface Collection<EdalDate>hashCode in interface Set<EdalDate>hashCode in class UntypedDataSet.hashCode()public boolean isEmpty()
isEmpty in interface Collection<EdalDate>isEmpty in interface Set<EdalDate>Set.isEmpty()public boolean remove(Object object)
remove in interface Collection<EdalDate>remove in interface Set<EdalDate>object - the object to removeSet.remove(java.lang.Object)public boolean removeAll(Collection<?> collection)
removeAll in interface Collection<EdalDate>removeAll in interface Set<EdalDate>collection - the collection to removeSet.removeAll(java.util.Collection)public boolean retainAll(Collection<?> collection)
retainAll in interface Collection<EdalDate>retainAll in interface Set<EdalDate>collection - the collection to retainSet.retainAll(java.util.Collection)public int size()
size in interface Collection<EdalDate>size in interface Set<EdalDate>Set.size()public Object[] toArray()
toArray in interface Collection<EdalDate>toArray in interface Set<EdalDate>Object arraySet.toArray()public <T> T[] toArray(T[] array)
toArray in interface Collection<EdalDate>toArray in interface Set<EdalDate>array - the array to convertSet.toArray(Object[])public String toString()
toString in class UntypedDatapublic String toHTML()
toHTML in class UntypedDataCopyright © 2016 Leibniz Institute of Plant Genetics and Crop Plant Research (IPK). All rights reserved.