JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.here.platform.location.compilation.core
Interface SimpleRangeValue<T>
All Known Implementing Classes:
RangeValue
public interface
SimpleRangeValue<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
double
endOffset
()
double
startOffset
()
T
value
()
Method Details
startOffset
double
startOffset
()
endOffset
double
endOffset
()
value
T
value
()