public class OObjectEnumLazySet<TYPE extends Enum> extends HashSet<TYPE> implements OObjectLazyEnumSerializer<Set<TYPE>>, Serializable
| Constructor and Description |
|---|
OObjectEnumLazySet(Class<Enum> iEnumClass,
ORecord iSourceRecord,
Set<Object> iRecordSource) |
OObjectEnumLazySet(Class<Enum> iEnumClass,
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 OObjectEnumLazySet(Class<Enum> iEnumClass, ORecord iSourceRecord, Set<Object> iRecordSource)
public int size()
public boolean isEmpty()
public boolean contains(Object o)
public Object[] toArray()
public <T> T[] toArray(T[] a)
public boolean add(TYPE e)
public boolean remove(Object e)
public boolean containsAll(Collection<?> c)
containsAll in interface Collection<TYPE extends Enum>containsAll in interface Set<TYPE extends Enum>containsAll in class AbstractCollection<TYPE extends Enum>public boolean addAll(Collection<? extends TYPE> c)
public boolean retainAll(Collection<?> c)
public void clear()
public boolean removeAll(Collection<?> c)
public boolean isConverted()
public String toString()
toString in class AbstractCollection<TYPE extends Enum>public void setDirty()
public void detach()
public void detach(boolean nonProxiedInstance)
detach in interface OObjectLazyMultivalueElement<Set<TYPE extends Enum>>public void detachAll(boolean nonProxiedInstance,
Map<Object,Object> alreadyDetached,
Map<Object,Object> lazyObjects)
detachAll in interface OObjectLazyMultivalueElement<Set<TYPE extends Enum>>public Set<TYPE> getNonOrientInstance()
getNonOrientInstance in interface OObjectLazyMultivalueElement<Set<TYPE extends Enum>>public Object getUnderlying()
getUnderlying in interface OObjectLazyMultivalueElement<Set<TYPE extends Enum>>protected void convertAll()
Copyright © 2009–2025 OrientDB. All rights reserved.