Class ReduceBlockList<Z>
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<Z>
-
- org.apache.ignite.internal.processors.query.h2.twostep.ReduceBlockList<Z>
-
- All Implemented Interfaces:
Iterable<Z>,Collection<Z>,List<Z>,RandomAccess
public class ReduceBlockList<Z> extends AbstractList<Z> implements RandomAccess
-
-
Field Summary
-
Fields inherited from class java.util.AbstractList
modCount
-
-
Constructor Summary
Constructors Constructor Description ReduceBlockList(int maxBlockSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanadd(Z z)List<Z>evictFirstBlock()Zget(int idx)List<Z>lastBlock()intsize()-
Methods inherited from class java.util.AbstractList
add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList
-
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Methods inherited from interface java.util.List
addAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
-
-
-
-
Method Detail
-
size
public int size()
- Specified by:
sizein interfaceCollection<Z>- Specified by:
sizein interfaceList<Z>- Specified by:
sizein classAbstractCollection<Z>
-
add
public boolean add(Z z)
- Specified by:
addin interfaceCollection<Z>- Specified by:
addin interfaceList<Z>- Overrides:
addin classAbstractList<Z>
-
get
public Z get(int idx)
-
-