Interface DMPieceList
- All Known Implementing Classes:
DMPieceMapSimple.pieceList, PieceListImpl
public interface DMPieceList
-
Method Summary
Modifier and TypeMethodDescriptionget(int index) intgetCumulativeLengthToPiece(int index) intsize()
-
Method Details
-
size
int size() -
get
-
getCumulativeLengthToPiece
int getCumulativeLengthToPiece(int index)
-