Interface IByteListable
-
- All Known Implementing Classes:
ByteBigList
,ByteBigList.ByteBlock
,ByteBigList.ReadOnlyByteBigList
,ByteGapList
,ByteGapList.ReadOnlyList
,IByteList
,IByteList.IByteListableFromArray
,IByteList.IByteListableFromCollection
,IByteList.IByteListableFromList
,IByteList.IByteListableFromMult
interface IByteListable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte
get(int index)
int
size()
-