setMatchedDictSegment method

void setMatchedDictSegment(
  1. DictSegment matchedDictSegment
)

Implementation

void setMatchedDictSegment(DictSegment matchedDictSegment) {
  this.matchedDictSegment = matchedDictSegment;
}