@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, valuesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic 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 CellFlatMapprotected Cell getCell(int i)
getCell in class CellFlatMapCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.