public class Tuple extends RepeatableSequence implements Serializable
| Constructor and Description |
|---|
Tuple() |
Tuple(String key)
just for GWT serialization purpose
|
Tuple(String key,
ArrayList<BasicComponent> groupedComponents) |
| Modifier and Type | Method and Description |
|---|---|
Tuple |
clone()
return a deep copy instance of the object
|
String |
getKey() |
void |
setKey(String key) |
String |
toString() |
equals, getGroupedComponents, getHeight, hashCode, setGroupedComponents, setHeightpublic Tuple()
public Tuple(String key, ArrayList<BasicComponent> groupedComponents)
key - the key to showgroupedComponents - public Tuple(String key)
key - public String getKey()
getKey in class RepeatableSequencepublic void setKey(String key)
setKey in class RepeatableSequencepublic String toString()
toString in class RepeatableSequenceCopyright © 2014. All Rights Reserved.