Interface IDoubleListable
-
- All Known Implementing Classes:
DoubleBigList
,DoubleBigList.DoubleBlock
,DoubleBigList.ReadOnlyDoubleBigList
,DoubleGapList
,DoubleGapList.ReadOnlyList
,IDoubleList
,IDoubleList.IDoubleListableFromArray
,IDoubleList.IDoubleListableFromCollection
,IDoubleList.IDoubleListableFromList
,IDoubleList.IDoubleListableFromMult
interface IDoubleListable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
get(int index)
int
size()
-