Constructor and Description |
---|
Form(java.lang.String text) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Form o) |
boolean |
equals(java.lang.Object obj) |
int |
getCount() |
java.lang.String |
getText() |
int |
hashCode() |
Form |
setCount(int count) |
public java.lang.String getText()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int compareTo(Form o)
compareTo
in interface java.lang.Comparable<Form>
public int hashCode()
hashCode
in class java.lang.Object
public int getCount()
public Form setCount(int count)