|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.starhope.appius.user.notifications.NotificationReplyVerbSet
public class NotificationReplyVerbSet
WRITEME: Document this type.
| Field Summary | |
|---|---|
private Collection<NotificationReplyVerb> |
n
Internal storage implementation |
private static long |
serialVersionUID
Java serialisation unique ID |
| Constructor Summary | |
|---|---|
NotificationReplyVerbSet()
Constructor for an empty set |
|
NotificationReplyVerbSet(Collection<NotificationReplyVerb> other)
WRITEME: Document this constructor brpocock@star-hope.org |
|
| Method Summary | ||
|---|---|---|
boolean |
add(NotificationReplyVerb e)
|
|
boolean |
addAll(Collection<? extends NotificationReplyVerb> c)
|
|
void |
clear()
|
|
boolean |
contains(Object o)
|
|
boolean |
containsAll(Collection<?> c)
|
|
boolean |
isEmpty()
|
|
Iterator<NotificationReplyVerb> |
iterator()
|
|
boolean |
remove(Object o)
|
|
boolean |
removeAll(Collection<?> c)
|
|
boolean |
retainAll(Collection<?> c)
|
|
int |
size()
|
|
Object[] |
toArray()
|
|
|
toArray(T[] a)
|
|
org.json.JSONObject |
toJSON()
This returns a copy of the object's data cast into a JSON form. |
|
String |
toString()
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Collection |
|---|
equals, hashCode |
| Field Detail |
|---|
private static final long serialVersionUID
private final Collection<NotificationReplyVerb> n
| Constructor Detail |
|---|
public NotificationReplyVerbSet()
public NotificationReplyVerbSet(Collection<NotificationReplyVerb> other)
other - another collection of reply verbs to be added| Method Detail |
|---|
public boolean add(NotificationReplyVerb e)
add in interface Collection<NotificationReplyVerb>Collection.add(java.lang.Object)public boolean addAll(Collection<? extends NotificationReplyVerb> c)
addAll in interface Collection<NotificationReplyVerb>Collection.addAll(java.util.Collection)public void clear()
clear in interface Collection<NotificationReplyVerb>Collection.clear()public boolean contains(Object o)
contains in interface Collection<NotificationReplyVerb>Collection.contains(java.lang.Object)public boolean containsAll(Collection<?> c)
containsAll in interface Collection<NotificationReplyVerb>Collection.containsAll(java.util.Collection)public boolean isEmpty()
isEmpty in interface Collection<NotificationReplyVerb>Collection.isEmpty()public Iterator<NotificationReplyVerb> iterator()
iterator in interface Iterable<NotificationReplyVerb>iterator in interface Collection<NotificationReplyVerb>Collection.iterator()public boolean remove(Object o)
remove in interface Collection<NotificationReplyVerb>Collection.remove(java.lang.Object)public boolean removeAll(Collection<?> c)
removeAll in interface Collection<NotificationReplyVerb>Collection.removeAll(java.util.Collection)public boolean retainAll(Collection<?> c)
retainAll in interface Collection<NotificationReplyVerb>Collection.retainAll(java.util.Collection)public int size()
size in interface Collection<NotificationReplyVerb>Collection.size()public Object[] toArray()
toArray in interface Collection<NotificationReplyVerb>Collection.toArray()public <T> T[] toArray(T[] a)
toArray in interface Collection<NotificationReplyVerb>java.util.Collection#toArray(T[])public org.json.JSONObject toJSON()
CastsToJSON
toJSON in interface CastsToJSONCastsToJSON.toJSON()public String toString()
toString in class ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||