org.biojava.bio.program.tagvalue
public class TagValue extends Object
Utility class for representing tag-value pairs for TagValueParser implementors.
public TagValue(Object tag, Object value, boolean newTag)
tag - the tag Objectvalue - the value ObjectnewTag - true if startTag events should be thrown even if the tag is
identical to the previously observed tag