public class RelationList extends java.util.Hashtable<java.lang.String,RelationInfo>
Constructor and Description |
---|
RelationList() |
Modifier and Type | Method and Description |
---|---|
void |
addRelation(RelationInfo rsi)
Add a relationship to the list.
|
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, toString, values
public void addRelation(RelationInfo rsi)