public abstract class Tag<T> extends Object implements Comparable<Tag<T>>
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Tag other) |
String |
getName() |
abstract T |
getValue() |
String |
toString() |
public Tag(String name)
Copyright © 2019. All rights reserved.