@InterfaceAudience.Private public abstract class CellFlatMap extends Object implements NavigableMap<Cell,Cell>
| 限定符和类型 | 字段和说明 |
|---|---|
protected int |
maxCellIdx |
protected int |
minCellIdx |
| 构造器和说明 |
|---|
CellFlatMap(Comparator<? super Cell> comparator,
int min,
int max,
boolean d) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic CellFlatMap(Comparator<? super Cell> comparator, int min, int max, boolean d)
protected abstract CellFlatMap createSubCellFlatMap(int min, int max, boolean descending)
protected abstract Cell getCell(int i)
public Comparator<? super Cell> comparator()
comparator 在接口中 SortedMap<Cell,Cell>public NavigableMap<Cell,Cell> subMap(Cell fromKey, boolean fromInclusive, Cell toKey, boolean toInclusive)
subMap 在接口中 NavigableMap<Cell,Cell>public NavigableMap<Cell,Cell> headMap(Cell toKey, boolean inclusive)
headMap 在接口中 NavigableMap<Cell,Cell>public NavigableMap<Cell,Cell> tailMap(Cell fromKey, boolean inclusive)
tailMap 在接口中 NavigableMap<Cell,Cell>public NavigableMap<Cell,Cell> descendingMap()
descendingMap 在接口中 NavigableMap<Cell,Cell>public NavigableMap<Cell,Cell> subMap(Cell k1, Cell k2)
public NavigableMap<Cell,Cell> headMap(Cell k)
public NavigableMap<Cell,Cell> tailMap(Cell k)
public Cell ceilingKey(Cell k)
ceilingKey 在接口中 NavigableMap<Cell,Cell>public boolean containsKey(Object o)
containsKey 在接口中 Map<Cell,Cell>public boolean containsValue(Object o)
containsValue 在接口中 Map<Cell,Cell>public Map.Entry<Cell,Cell> lowerEntry(Cell k)
lowerEntry 在接口中 NavigableMap<Cell,Cell>public Map.Entry<Cell,Cell> higherEntry(Cell k)
higherEntry 在接口中 NavigableMap<Cell,Cell>public Map.Entry<Cell,Cell> ceilingEntry(Cell k)
ceilingEntry 在接口中 NavigableMap<Cell,Cell>public Map.Entry<Cell,Cell> floorEntry(Cell k)
floorEntry 在接口中 NavigableMap<Cell,Cell>public Map.Entry<Cell,Cell> firstEntry()
firstEntry 在接口中 NavigableMap<Cell,Cell>public Map.Entry<Cell,Cell> pollFirstEntry()
pollFirstEntry 在接口中 NavigableMap<Cell,Cell>public Map.Entry<Cell,Cell> pollLastEntry()
pollLastEntry 在接口中 NavigableMap<Cell,Cell>public NavigableSet<Cell> navigableKeySet()
navigableKeySet 在接口中 NavigableMap<Cell,Cell>public NavigableSet<Cell> descendingKeySet()
descendingKeySet 在接口中 NavigableMap<Cell,Cell>public NavigableSet<Cell> keySet()
public Collection<Cell> values()
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.