ewe.util
Class Tag
java.lang.Object
ewe.util.Tag
- All Implemented Interfaces:
- Encodable
- public class Tag
- extends Object
- implements Encodable
A Tag associates an integer tag value with an object value. It is used to pass
data to and from a TagList object, which is a memeory effecient way of storing tags.
|
Method Summary |
String |
toString()
Return a String representation of this object. |
tag
public int tag
value
public Object value
Tag
public Tag()
Tag
public Tag(int tag,
Object value)
toString
public String toString()
- Description copied from class:
Object
- Return a String representation of this object.
- Overrides:
toString in class Object
- Returns:
- a String representing this object.