Class LogProbabilitySeq.Impl
java.lang.Object
com.here.platform.location.core.mapmatching.LogProbabilitySeq.Impl
- All Implemented Interfaces:
LogProbabilitySeq
- Enclosing interface:
- LogProbabilitySeq
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.here.platform.location.core.mapmatching.LogProbabilitySeq
LogProbabilitySeq.Impl
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.here.platform.location.core.mapmatching.LogProbabilitySeq
head, indexWhere, last, lastIndexWhere, toIndexedSeq, toString
-
Constructor Details
-
Impl
public Impl(double[] array)
-
-
Method Details
-
apply
public double apply(int i) - Specified by:
apply
in interfaceLogProbabilitySeq
-
indices
public scala.collection.immutable.Range indices()- Specified by:
indices
in interfaceLogProbabilitySeq
-
length
public int length()- Specified by:
length
in interfaceLogProbabilitySeq
-