public class DirtyableDBObjectSet extends DirtyableDBObjectList implements Set
| Constructor and Description |
|---|
DirtyableDBObjectSet() |
DirtyableDBObjectSet(Set delegate,
boolean modifiableDelegate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(Object element) |
boolean |
addAll(Collection elements) |
void |
clear() |
boolean |
contains(Object element) |
boolean |
containsAll(Collection collection) |
boolean |
equals(Object o) |
org.bson.Transformer |
getDecodingTransformer() |
Object |
getDelegate() |
int |
hashCode() |
boolean |
isEmpty() |
Iterator |
iterator() |
boolean |
remove(Object element) |
boolean |
removeAll(Collection elements) |
Object |
removeField(String s) |
boolean |
retainAll(Collection elements) |
int |
size() |
Object[] |
toArray() |
Object[] |
toArray(Object[] objects) |
add, addAll, containsField, containsKey, get, get, getDirtyKeys, indexOf, isDirty, isPartialObject, isPersisted, isRewrite, keySet, lastIndexOf, listIterator, listIterator, markAsPartialObject, markPersisted, put, putAll, putAll, remove, set, subList, toMappublic DirtyableDBObjectSet()
public DirtyableDBObjectSet(Set delegate, boolean modifiableDelegate)
delegate - Set instance this object should delegate responsibility tomodifiableDelegate - true if access is possible to the delegate by non-Jeppetto codepublic int size()
size in interface Collectionsize in interface Listsize in interface Setsize in class DirtyableDBObjectListpublic boolean isEmpty()
isEmpty in interface CollectionisEmpty in interface ListisEmpty in interface SetisEmpty in class DirtyableDBObjectListpublic boolean contains(Object element)
contains in interface Collectioncontains in interface Listcontains in interface Setcontains in class DirtyableDBObjectListpublic Iterator iterator()
iterator in interface Iterableiterator in interface Collectioniterator in interface Listiterator in interface Setiterator in class DirtyableDBObjectListpublic Object[] toArray()
toArray in interface CollectiontoArray in interface ListtoArray in interface SettoArray in class DirtyableDBObjectListpublic Object[] toArray(Object[] objects)
toArray in interface CollectiontoArray in interface ListtoArray in interface SettoArray in class DirtyableDBObjectListpublic boolean add(Object element)
add in interface Collectionadd in interface Listadd in interface Setadd in class DirtyableDBObjectListpublic boolean remove(Object element)
remove in interface Collectionremove in interface Listremove in interface Setremove in class DirtyableDBObjectListpublic boolean containsAll(Collection collection)
containsAll in interface CollectioncontainsAll in interface ListcontainsAll in interface SetcontainsAll in class DirtyableDBObjectListpublic boolean addAll(Collection elements)
addAll in interface CollectionaddAll in interface ListaddAll in interface SetaddAll in class DirtyableDBObjectListpublic boolean retainAll(Collection elements)
retainAll in interface CollectionretainAll in interface ListretainAll in interface SetretainAll in class DirtyableDBObjectListpublic boolean removeAll(Collection elements)
removeAll in interface CollectionremoveAll in interface ListremoveAll in interface SetremoveAll in class DirtyableDBObjectListpublic void clear()
clear in interface Collectionclear in interface Listclear in interface Setclear in class DirtyableDBObjectListpublic Object getDelegate()
getDelegate in interface DirtyableDBObjectgetDelegate in class DirtyableDBObjectListpublic Object removeField(String s)
removeField in interface org.bson.BSONObjectremoveField in class DirtyableDBObjectListpublic org.bson.Transformer getDecodingTransformer()
public boolean equals(Object o)
equals in interface Collectionequals in interface Listequals in interface Setequals in class DirtyableDBObjectListpublic int hashCode()
hashCode in interface CollectionhashCode in interface ListhashCode in interface SethashCode in class DirtyableDBObjectListCopyright © 2014. All Rights Reserved.