public class IconItem
extends java.util.HashMap<java.lang.String,java.lang.Object>
Constructor and Description |
---|
IconItem() |
Modifier and Type | Method and Description |
---|---|
static IconItem |
of(java.lang.String symbol,
java.lang.String title) |
void |
setSymbol(java.lang.String symbol) |
void |
setTitle(java.lang.String title) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
public static IconItem of(java.lang.String symbol, java.lang.String title)
public void setSymbol(java.lang.String symbol)
public void setTitle(java.lang.String title)