public interface Tag extends Comparable<Tag>
Modifier and Type | Method and Description |
---|---|
default int |
compareTo(Tag o) |
String |
getKey() |
String |
getValue() |
static Tag |
of(String key,
String value) |
Copyright © 2019. All rights reserved.