public final class Tag extends Object implements Comparable<Tag>
Tag(String key, String value)
int
compareTo(Tag o)
boolean
equals(Object o)
String
getKey()
getValue()
hashCode()
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Tag(String key, String value)
public String getKey()
public String getValue()
public int compareTo(Tag o)
compareTo
Comparable<Tag>
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2018 WSO2. All rights reserved.