public abstract class AbstractSearchResult<T>
extends java.lang.Object
| Constructor and Description |
|---|
AbstractSearchResult(T value,
int startIndex,
int endIndex) |
| Modifier and Type | Method and Description |
|---|---|
int |
getEndIndex() |
int |
getStartIndex() |
T |
getValue() |
Copyright © 2017 Holisticon AG. All Rights Reserved.