@InterfaceAudience.Private public class CellArrayMap extends CellFlatMap
Modifier and Type | Field and Description |
---|---|
private Cell[] |
block |
maxCellIdx, minCellIdx
Constructor and Description |
---|
CellArrayMap(Comparator<? super Cell> comparator,
Cell[] b,
int min,
int max,
boolean descending) |
Modifier and Type | Method and Description |
---|---|
protected CellFlatMap |
createSubCellFlatMap(int min,
int max,
boolean descending) |
protected Cell |
getCell(int i) |
ceilingEntry, ceilingKey, clear, comparator, containsKey, containsValue, descendingKeySet, descendingMap, entrySet, firstEntry, firstKey, floorEntry, floorKey, get, headMap, headMap, higherEntry, higherKey, isEmpty, keySet, lastEntry, lastKey, lowerEntry, lowerKey, navigableKeySet, pollFirstEntry, pollLastEntry, put, putAll, remove, size, subMap, subMap, tailMap, tailMap, values
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
public CellArrayMap(Comparator<? super Cell> comparator, Cell[] b, int min, int max, boolean descending)
protected CellFlatMap createSubCellFlatMap(int min, int max, boolean descending)
createSubCellFlatMap
in class CellFlatMap
protected Cell getCell(int i)
getCell
in class CellFlatMap
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.