public class Persons extends UntypedData implements Set<Person>
EMPTY, string| Constructor and Description |
|---|
Persons() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(Person e) |
boolean |
addAll(Collection<? extends Person> c) |
void |
clear() |
int |
compareTo(UntypedData datatype) |
boolean |
contains(Object o) |
boolean |
containsAll(Collection<?> c) |
Set<Person> |
getPersons() |
boolean |
isEmpty() |
Iterator<Person> |
iterator() |
boolean |
remove(Object o) |
boolean |
removeAll(Collection<?> c) |
boolean |
retainAll(Collection<?> c) |
void |
setPersons(LinkedHashSet<Person> persons) |
int |
size() |
Object[] |
toArray() |
<T> T[] |
toArray(T[] a) |
String |
toHTML()
Return a String representation for the HTML pages of the HTTP-Listener
|
String |
toString() |
equals, getString, hashCode, setStringpublic int compareTo(UntypedData datatype)
compareTo in interface Comparable<UntypedData>compareTo in class UntypedDatapublic boolean add(Person e)
public boolean addAll(Collection<? extends Person> c)
public void clear()
public boolean contains(Object o)
public boolean containsAll(Collection<?> c)
containsAll in interface Collection<Person>containsAll in interface Set<Person>public boolean isEmpty()
public boolean remove(Object o)
public boolean removeAll(Collection<?> c)
public boolean retainAll(Collection<?> c)
public void setPersons(LinkedHashSet<Person> persons)
persons - the persons to setpublic int size()
public Object[] toArray()
public <T> T[] toArray(T[] a)
public String toHTML()
toHTML in class UntypedDatapublic String toString()
UntypedDatatoString in class UntypedDataCopyright © 2015 Leibniz Institute of Plant Genetics and Crop Plant Research (IPK). All rights reserved.