public class Tag extends Object implements AutoCloseable, Serializable
protected String
key
protected boolean
remove
value
Tag(String key, String value)
void
close()
String
getKey()
getValue()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected final String key
protected final String value
protected final boolean remove
public Tag(String key, String value)
public String getKey()
public String getValue()
public void close() throws Exception
close
AutoCloseable
Exception
Copyright © 2016. All rights reserved.