
public class OObjectCustomSerializerSet<TYPE> extends HashSet<TYPE> implements OObjectLazyCustomSerializer<Set<TYPE>>, Serializable
| Constructor and Description |
|---|
OObjectCustomSerializerSet(Class<?> iDeserializeClass,
ORecord iSourceRecord,
Set<Object> iRecordSource) |
OObjectCustomSerializerSet(Class<?> iDeserializeClass,
ORecord iSourceRecord,
Set<Object> iRecordSource,
Set<? extends TYPE> iSourceCollection) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(TYPE e) |
boolean |
addAll(Collection<? extends TYPE> c) |
void |
clear() |
boolean |
contains(Object o) |
boolean |
containsAll(Collection<?> c) |
protected void |
convertAll() |
void |
detach() |
void |
detach(boolean nonProxiedInstance) |
void |
detachAll(boolean nonProxiedInstance,
Map<Object,Object> alreadyDetached,
Map<Object,Object> lazyObjects) |
Set<TYPE> |
getNonOrientInstance() |
Object |
getUnderlying() |
boolean |
isConverted() |
boolean |
isEmpty() |
Iterator<TYPE> |
iterator() |
boolean |
remove(Object e) |
boolean |
removeAll(Collection<?> c) |
boolean |
retainAll(Collection<?> c) |
void |
setDirty() |
int |
size() |
Object[] |
toArray() |
<T> T[] |
toArray(T[] a) |
String |
toString() |
clone, spliteratorequals, hashCodefinalize, getClass, notify, notifyAll, wait, wait, waitparallelStream, removeIf, streampublic OObjectCustomSerializerSet(Class<?> iDeserializeClass, ORecord iSourceRecord, Set<Object> iRecordSource)
public int size()
public boolean isEmpty()
public boolean contains(Object o)
public Object[] toArray()
toArray in interface Collection<TYPE>toArray in interface Set<TYPE>toArray in class AbstractCollection<TYPE>public <T> T[] toArray(T[] a)
toArray in interface Collection<TYPE>toArray in interface Set<TYPE>toArray in class AbstractCollection<TYPE>public boolean add(TYPE e)
public boolean remove(Object e)
public boolean containsAll(Collection<?> c)
containsAll in interface Collection<TYPE>containsAll in interface Set<TYPE>containsAll in class AbstractCollection<TYPE>public boolean addAll(Collection<? extends TYPE> c)
addAll in interface Collection<TYPE>addAll in interface Set<TYPE>addAll in class AbstractCollection<TYPE>public boolean retainAll(Collection<?> c)
retainAll in interface Collection<TYPE>retainAll in interface Set<TYPE>retainAll in class AbstractCollection<TYPE>public void clear()
public boolean removeAll(Collection<?> c)
removeAll in interface Collection<TYPE>removeAll in interface Set<TYPE>removeAll in class AbstractSet<TYPE>public boolean isConverted()
public String toString()
toString in class AbstractCollection<TYPE>public void setDirty()
public void detach()
public void detach(boolean nonProxiedInstance)
detach in interface OObjectLazyMultivalueElement<Set<TYPE>>public void detachAll(boolean nonProxiedInstance,
Map<Object,Object> alreadyDetached,
Map<Object,Object> lazyObjects)
detachAll in interface OObjectLazyMultivalueElement<Set<TYPE>>public Set<TYPE> getNonOrientInstance()
getNonOrientInstance in interface OObjectLazyMultivalueElement<Set<TYPE>>public Object getUnderlying()
getUnderlying in interface OObjectLazyMultivalueElement<Set<TYPE>>protected void convertAll()
Copyright © 2009–2025 OrientDB. All rights reserved.