public class CellFormatMap extends LinkedHashMap<Object,CellFormat>
| Modifier and Type | Class and Description |
|---|---|
static class |
CellFormatMap.ColumnIndexPredicate |
static class |
CellFormatMap.ColumnNamePredicate |
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
CellFormatMap() |
CellFormatMap(CellFormatMap src) |
| Modifier and Type | Method and Description |
|---|---|
CellFormatMap |
clone() |
CellFormat[] |
getByIndex(int colidx) |
CellFormat[] |
getByName(String colname) |
void |
put(int colIndex,
CellFormat cf) |
void |
put(String colName,
boolean ignoreCase,
CellFormat cf) |
void |
put(String colName,
CellFormat cf) |
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, valuescompute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeequals, hashCode, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizepublic CellFormatMap()
public CellFormatMap(CellFormatMap src)
public void put(int colIndex,
CellFormat cf)
public void put(String colName, CellFormat cf)
public void put(String colName, boolean ignoreCase, CellFormat cf)
public CellFormatMap clone()
clone in class HashMap<Object,CellFormat>public CellFormat[] getByName(String colname)
public CellFormat[] getByIndex(int colidx)
Copyright © 2018. All rights reserved.