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