Interface LengthSeq
- All Known Subinterfaces:
StraightLineLengthSeq
- All Known Implementing Classes:
LengthSeq.Impl
public interface LengthSeq
A Sequence of length values in meters.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiondoubleapply(int i) doublehead()intindexWhere(scala.Function1<Object, Object> pred) scala.collection.immutable.Rangeindices()doublelast()intlastIndexWhere(scala.Function1<Object, Object> pred) intlength()scala.collection.immutable.IndexedSeq<Object>toString()
-
Method Details