|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectedu.isi.mavuno.util.TypedTextSpan
public class TypedTextSpan
| Field Summary | |
|---|---|
int |
end
|
int |
start
|
Text |
text
|
Text |
type
|
| Constructor Summary | |
|---|---|
TypedTextSpan(Text type,
Text text,
int start,
int end)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public int end
public int start
public final Text text
public final Text type
| Constructor Detail |
|---|
public TypedTextSpan(Text type,
Text text,
int start,
int end)
| Method Detail |
|---|
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||