public class TermData extends SetMap<String,String>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier and Type | Field and Description |
|---|---|
static String |
ID_FIELD_NAME |
static String |
PARENT_FIELD_NAME |
static String |
PARENT_ID_REGEX |
static String |
TERM_CATEGORY_FIELD_NAME |
| Constructor and Description |
|---|
TermData() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addTo(String key,
Collection<String> values) |
boolean |
addTo(String key,
String value) |
void |
clear() |
void |
expandTermCategories(Map<String,TermData> data) |
getEmptyCollectionreset, safeGet, sort, sort, writeTocontainsValue, get, removeEldestEntryclone, containsKey, entrySet, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCode, toStringpublic static final String ID_FIELD_NAME
public static final String PARENT_FIELD_NAME
public static final String TERM_CATEGORY_FIELD_NAME
public static final String PARENT_ID_REGEX
public void clear()
clear in interface Map<String,Collection<String>>clear in class LinkedHashMap<String,Collection<String>>public boolean addTo(String key, String value)
addTo in class AbstractCollectionMap<String,String>public boolean addTo(String key, Collection<String> values)
addTo in class AbstractCollectionMap<String,String>Copyright © 2011–2018 University of Toronto, Computational Biology Lab. All rights reserved.