public final class Group extends Object
Group(List<Group> children, Long start, String value)
boolean
equals(Object o)
List<Group>
getChildren()
Optional<Long>
getStart()
Optional<String>
getValue()
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Group(List<Group> children, Long start, String value)
public List<Group> getChildren()
public Optional<Long> getStart()
public Optional<String> getValue()
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public String toString()
toString