| Modifier and Type | Field and Description |
|---|---|
protected Set<String> |
types |
length, startPosition| Constructor and Description |
|---|
TypedSpanImpl(int startPosition,
int length,
Set<String> types) |
TypedSpanImpl(int startPosition,
int length,
String... types) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Set<String> |
getTypes() |
int |
hashCode() |
void |
setTypes(Set<String> types) |
String |
toString() |
getLength, getStartPosition, setLength, setStartPositionclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetLength, getStartPosition, setLength, setStartPositionpublic TypedSpanImpl(int startPosition,
int length,
String... types)
public Set<String> getTypes()
getTypes in interface TypedMarkingpublic void setTypes(Set<String> types)
setTypes in interface TypedMarkingpublic String toString()
Copyright © 2015. All rights reserved.