public class CaseClusterAnnotation extends java.util.LinkedHashMap<AbstractPerspective,java.lang.String>
| Constructor and Description |
|---|
CaseClusterAnnotation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
java.lang.String |
toString() |
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizepublic boolean equals(java.lang.Object object)
equals in interface java.util.Map<AbstractPerspective,java.lang.String>equals in class java.util.AbstractMap<AbstractPerspective,java.lang.String>public java.lang.String toString()
toString in class java.util.AbstractMap<AbstractPerspective,java.lang.String>