Interface DMPieceList
-
- All Known Implementing Classes:
DMPieceMapSimple.pieceList
,PieceListImpl
public interface DMPieceList
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DMPieceMapEntry
get(int index)
int
getCumulativeLengthToPiece(int index)
int
size()
-
-
-
Method Detail
-
size
int size()
-
get
DMPieceMapEntry get(int index)
-
getCumulativeLengthToPiece
int getCumulativeLengthToPiece(int index)
-
-