Package com.redis.lettucemod.search
Class AggregateWithCursorResults<K>
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<Map<K,Object>>
com.redis.lettucemod.search.AggregateResults<K>
com.redis.lettucemod.search.AggregateWithCursorResults<K>
- All Implemented Interfaces:
Serializable,Cloneable,Iterable<Map<K,,Object>> Collection<Map<K,,Object>> List<Map<K,,Object>> RandomAccess
- See Also:
-
Field Summary
Fields inherited from class java.util.AbstractList
modCount -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.redis.lettucemod.search.AggregateResults
getCount, setCountMethods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeMethods inherited from class java.util.AbstractCollection
containsAll, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, stream, toArrayMethods inherited from interface java.util.List
containsAll
-
Constructor Details
-
AggregateWithCursorResults
public AggregateWithCursorResults()
-
-
Method Details
-
getCursor
public long getCursor() -
setCursor
public void setCursor(long cursor) -
hashCode
public int hashCode()- Specified by:
hashCodein interfaceCollection<K>- Specified by:
hashCodein interfaceList<K>- Overrides:
hashCodein classAggregateResults<K>
-
equals
- Specified by:
equalsin interfaceCollection<K>- Specified by:
equalsin interfaceList<K>- Overrides:
equalsin classAggregateResults<K>
-