public class OLiveLegacyResultSet<T> extends OConcurrentLegacyResultSet<T>
completed, waitForCompletion, waitForNextItem, wrapped
Constructor and Description |
---|
OLiveLegacyResultSet() |
currentSize, equals, hashCode, isEmptyNoWait, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
replaceAll, sort, spliterator
parallelStream, removeIf, stream
public OConcurrentLegacyResultSet<T> setCompleted()
setCompleted
in interface OLegacyResultSet<T>
setCompleted
in class OConcurrentLegacyResultSet<T>
public void complete()
public int size()
size
in interface Collection<T>
size
in interface List<T>
size
in class OConcurrentLegacyResultSet<T>
public boolean isEmpty()
isEmpty
in interface Collection<T>
isEmpty
in interface List<T>
isEmpty
in class OConcurrentLegacyResultSet<T>
public boolean contains(Object o)
contains
in interface Collection<T>
contains
in interface List<T>
contains
in class OConcurrentLegacyResultSet<T>
public Object[] toArray()
toArray
in interface Collection<T>
toArray
in interface List<T>
toArray
in class OConcurrentLegacyResultSet<T>
public <T1> T1[] toArray(T1[] a)
toArray
in interface Collection<T>
toArray
in interface List<T>
toArray
in class OConcurrentLegacyResultSet<T>
public boolean add(T t)
add
in interface Collection<T>
add
in interface List<T>
add
in class OConcurrentLegacyResultSet<T>
public boolean remove(Object o)
remove
in interface Collection<T>
remove
in interface List<T>
remove
in class OConcurrentLegacyResultSet<T>
public boolean containsAll(Collection<?> c)
containsAll
in interface Collection<T>
containsAll
in interface List<T>
containsAll
in class OConcurrentLegacyResultSet<T>
public boolean addAll(Collection<? extends T> c)
addAll
in interface Collection<T>
addAll
in interface List<T>
addAll
in class OConcurrentLegacyResultSet<T>
public boolean addAll(int index, Collection<? extends T> c)
public boolean removeAll(Collection<?> c)
removeAll
in interface Collection<T>
removeAll
in interface List<T>
removeAll
in class OConcurrentLegacyResultSet<T>
public boolean retainAll(Collection<?> c)
retainAll
in interface Collection<T>
retainAll
in interface List<T>
retainAll
in class OConcurrentLegacyResultSet<T>
public void clear()
clear
in interface Collection<T>
clear
in interface List<T>
clear
in class OConcurrentLegacyResultSet<T>
public T get(int index)
public void add(int index, T element)
public T remove(int index)
public int indexOf(Object o)
public int lastIndexOf(Object o)
lastIndexOf
in interface List<T>
lastIndexOf
in class OConcurrentLegacyResultSet<T>
public ListIterator<T> listIterator()
listIterator
in interface List<T>
listIterator
in class OConcurrentLegacyResultSet<T>
public ListIterator<T> listIterator(int index)
listIterator
in interface List<T>
listIterator
in class OConcurrentLegacyResultSet<T>
public int getLimit()
getLimit
in interface OLegacyResultSet<T>
getLimit
in class OConcurrentLegacyResultSet<T>
public OLegacyResultSet<T> setLimit(int limit)
setLimit
in interface OLegacyResultSet<T>
setLimit
in class OConcurrentLegacyResultSet<T>
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class OConcurrentLegacyResultSet<T>
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class OConcurrentLegacyResultSet<T>
IOException
ClassNotFoundException
protected void waitForCompletion()
waitForCompletion
in class OConcurrentLegacyResultSet<T>
protected void waitForNewItemOrCompleted()
waitForNewItemOrCompleted
in class OConcurrentLegacyResultSet<T>
protected void notifyNewItem()
notifyNewItem
in class OConcurrentLegacyResultSet<T>
public OLiveLegacyResultSet<T> copy()
copy
in interface OLegacyResultSet<T>
copy
in class OConcurrentLegacyResultSet<T>
Copyright © 2009–2020 OrientDB. All rights reserved.