Class OObjectCustomSerializerList<TYPE>
java.lang.Object
com.orientechnologies.orient.object.serialization.OObjectCustomSerializerList<TYPE>
- All Implemented Interfaces:
OObjectLazyMultivalueElement<List<TYPE>>,OObjectLazyCustomSerializer<List<TYPE>>,Serializable,Iterable<TYPE>,Collection<TYPE>,List<TYPE>
public class OObjectCustomSerializerList<TYPE>
extends Object
implements List<TYPE>, OObjectLazyCustomSerializer<List<TYPE>>, Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOObjectCustomSerializerList(Class<?> iDeserializeClass, ORecord iSourceRecord, List<Object> iRecordList) OObjectCustomSerializerList(Class<?> iDeserializeClass, ORecord iSourceRecord, List<Object> iRecordList, Collection<? extends TYPE> iSourceList) -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanbooleanaddAll(int index, Collection<? extends TYPE> c) booleanaddAll(Collection<? extends TYPE> c) voidclear()booleanbooleancontainsAll(Collection<?> c) protected voidvoiddetach()voiddetach(boolean nonProxiedInstance) voiddetachAll(boolean nonProxiedInstance, Map<Object, Object> alreadyDetached, Map<Object, Object> lazyObjects) get(int index) protected booleanindexLoaded(int iIndex) intbooleanbooleanisEmpty()iterator()intlistIterator(int index) remove(int index) booleanbooleanremoveAll(Collection<?> c) booleanretainAll(Collection<?> c) voidsetDirty()intsize()subList(int fromIndex, int toIndex) Object[]toArray()<T> T[]toArray(T[] a) toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
equals, hashCode, replaceAll, sort, spliterator
-
Constructor Details
-
OObjectCustomSerializerList
-
OObjectCustomSerializerList
-
-
Method Details
-
iterator
-
contains
-
add
-
add
-
get
-
indexOf
-
lastIndexOf
- Specified by:
lastIndexOfin interfaceList<TYPE>
-
toArray
-
toArray
public <T> T[] toArray(T[] a) -
size
public int size() -
isEmpty
public boolean isEmpty() -
remove
-
containsAll
- Specified by:
containsAllin interfaceCollection<TYPE>- Specified by:
containsAllin interfaceList<TYPE>
-
addAll
-
addAll
-
removeAll
-
retainAll
-
clear
public void clear() -
set
-
remove
-
listIterator
- Specified by:
listIteratorin interfaceList<TYPE>
-
listIterator
- Specified by:
listIteratorin interfaceList<TYPE>
-
subList
-
isConverted
public boolean isConverted() -
detach
public void detach() -
detach
public void detach(boolean nonProxiedInstance) - Specified by:
detachin interfaceOObjectLazyMultivalueElement<TYPE>
-
detachAll
public void detachAll(boolean nonProxiedInstance, Map<Object, Object> alreadyDetached, Map<Object, Object> lazyObjects) - Specified by:
detachAllin interfaceOObjectLazyMultivalueElement<TYPE>
-
convertAll
protected void convertAll() -
setDirty
public void setDirty() -
getNonOrientInstance
- Specified by:
getNonOrientInstancein interfaceOObjectLazyMultivalueElement<TYPE>
-
indexLoaded
protected boolean indexLoaded(int iIndex) -
toString
-
getUnderlying
- Specified by:
getUnderlyingin interfaceOObjectLazyMultivalueElement<TYPE>
-