
T - public class OBasicResultSet<T> extends Object implements OResultSet<T>
OSQLAsynchQuery,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
protected int |
limit |
protected List<T> |
underlying |
| Constructor and Description |
|---|
OBasicResultSet(String query) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int index,
T element) |
boolean |
add(T t) |
boolean |
addAll(Collection<? extends T> c) |
boolean |
addAll(int index,
Collection<? extends T> c) |
void |
clear() |
boolean |
contains(Object o) |
boolean |
containsAll(Collection<?> c) |
OBasicResultSet<T> |
copy() |
int |
currentSize()
Returns the current size.
|
boolean |
equals(Object o) |
T |
get(int index) |
int |
getLimit() |
int |
hashCode() |
int |
indexOf(Object o) |
boolean |
isEmpty() |
boolean |
isEmptyNoWait() |
Iterator<T> |
iterator() |
int |
lastIndexOf(Object o) |
ListIterator<T> |
listIterator() |
ListIterator<T> |
listIterator(int index) |
void |
readExternal(ObjectInput in) |
T |
remove(int index) |
boolean |
remove(Object o) |
boolean |
removeAll(Collection<?> c) |
boolean |
retainAll(Collection<?> c) |
T |
set(int index,
T element) |
OBasicResultSet<T> |
setCompleted() |
OResultSet<T> |
setLimit(int limit) |
void |
setTemporaryRecordCache(List<ORecord> temporaryRecordCache) |
int |
size() |
List<T> |
subList(int fromIndex,
int toIndex) |
Object[] |
toArray() |
<T1> T1[] |
toArray(T1[] a) |
void |
writeExternal(ObjectOutput out) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitreplaceAll, sort, spliteratorparallelStream, removeIf, streampublic OBasicResultSet(String query)
public OBasicResultSet<T> setCompleted()
setCompleted in interface OResultSet<T>public int currentSize()
OResultSetcurrentSize in interface OResultSet<T>public int size()
public boolean isEmpty()
public boolean contains(Object o)
public Object[] toArray()
public <T1> T1[] toArray(T1[] a)
public boolean add(T t)
public boolean remove(Object o)
public boolean containsAll(Collection<?> c)
containsAll in interface Collection<T>containsAll in interface List<T>public boolean addAll(Collection<? extends T> c)
public boolean addAll(int index,
Collection<? extends T> c)
public boolean removeAll(Collection<?> c)
public boolean retainAll(Collection<?> c)
public void clear()
public boolean equals(Object o)
public int hashCode()
public int lastIndexOf(Object o)
lastIndexOf in interface List<T>public ListIterator<T> listIterator()
listIterator in interface List<T>public ListIterator<T> listIterator(int index)
listIterator in interface List<T>public int getLimit()
getLimit in interface OResultSet<T>public OResultSet<T> setLimit(int limit)
setLimit in interface OResultSet<T>public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic OBasicResultSet<T> copy()
copy in interface OResultSet<T>public boolean isEmptyNoWait()
isEmptyNoWait in interface OResultSet<T>Copyright © 2009–2025 OrientDB. All rights reserved.