Select annotations by offset. This returns the set of annotations that are contained in the interval defined by the two provided offsets. The difference with get(startOffset, endOffset) is that the latter also provides annotations that have a span which covers completely and is bigger than the given
(Long startOffset, Long endOffset)
| 225 | * exist. The returned set is immutable. |
| 226 | */ |
| 227 | public AnnotationSet getContained(Long startOffset, Long endOffset); |
| 228 | |
| 229 | /** |
| 230 | * Return a list of annotations sorted by increasing start offset, i.e. in the order |
no outgoing calls
no test coverage detected