public class OObjectCustomSerializerList<TYPE> extends Object implements List<TYPE>, OObjectLazyCustomSerializer<List<TYPE>>, Serializable
Constructor and Description |
---|
OObjectCustomSerializerList(Class<?> iDeserializeClass,
ORecord iSourceRecord,
List<Object> iRecordList) |
OObjectCustomSerializerList(Class<?> iDeserializeClass,
ORecord iSourceRecord,
List<Object> iRecordList,
Collection<? extends TYPE> iSourceList) |
Modifier and Type | Method and Description |
---|---|
void |
add(int index,
TYPE element) |
boolean |
add(TYPE element) |
boolean |
addAll(Collection<? extends TYPE> c) |
boolean |
addAll(int index,
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) |
TYPE |
get(int index) |
List<TYPE> |
getNonOrientInstance() |
Object |
getUnderlying() |
protected boolean |
indexLoaded(int iIndex) |
int |
indexOf(Object o) |
boolean |
isConverted() |
boolean |
isEmpty() |
Iterator<TYPE> |
iterator() |
int |
lastIndexOf(Object o) |
ListIterator<TYPE> |
listIterator() |
ListIterator<TYPE> |
listIterator(int index) |
TYPE |
remove(int index) |
boolean |
remove(Object o) |
boolean |
removeAll(Collection<?> c) |
boolean |
retainAll(Collection<?> c) |
TYPE |
set(int index,
TYPE element) |
void |
setDirty() |
int |
size() |
List<TYPE> |
subList(int fromIndex,
int toIndex) |
Object[] |
toArray() |
<T> T[] |
toArray(T[] a) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
equals, hashCode, replaceAll, sort, spliterator
parallelStream, removeIf, stream
public OObjectCustomSerializerList(Class<?> iDeserializeClass, ORecord iSourceRecord, List<Object> iRecordList)
public boolean contains(Object o)
public boolean add(TYPE element)
public int lastIndexOf(Object o)
lastIndexOf
in interface List<TYPE>
public Object[] toArray()
public <T> T[] toArray(T[] a)
public int size()
public boolean isEmpty()
public boolean remove(Object o)
public boolean containsAll(Collection<?> c)
containsAll
in interface Collection<TYPE>
containsAll
in interface List<TYPE>
public boolean addAll(Collection<? extends TYPE> c)
public boolean addAll(int index, Collection<? extends TYPE> c)
public boolean removeAll(Collection<?> c)
public boolean retainAll(Collection<?> c)
public void clear()
public ListIterator<TYPE> listIterator()
listIterator
in interface List<TYPE>
public ListIterator<TYPE> listIterator(int index)
listIterator
in interface List<TYPE>
public boolean isConverted()
public void detach()
public void detach(boolean nonProxiedInstance)
detach
in interface OObjectLazyMultivalueElement<List<TYPE>>
public void detachAll(boolean nonProxiedInstance, Map<Object,Object> alreadyDetached, Map<Object,Object> lazyObjects)
detachAll
in interface OObjectLazyMultivalueElement<List<TYPE>>
protected void convertAll()
public void setDirty()
public List<TYPE> getNonOrientInstance()
getNonOrientInstance
in interface OObjectLazyMultivalueElement<List<TYPE>>
protected boolean indexLoaded(int iIndex)
public Object getUnderlying()
getUnderlying
in interface OObjectLazyMultivalueElement<List<TYPE>>
Copyright © 2009–2020 OrientDB. All rights reserved.