public class Modification extends HashMap<String,Object>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier and Type | Field and Description |
---|---|
private Annotations |
annotations |
static AnnotationClass |
MODIFICATION_CLASS |
private static long |
serialVersionUID |
private String |
text |
Constructor and Description |
---|
Modification(String text) |
Modifier and Type | Method and Description |
---|---|
Annotations |
getAnnotation() |
String |
getText() |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
equals, hashCode, toString
private static final long serialVersionUID
public static final AnnotationClass MODIFICATION_CLASS
private String text
private Annotations annotations
public Modification(String text)
public String getText()
public Annotations getAnnotation()
Copyright © 2018. All rights reserved.