Uses of Interface
com.biglybt.core.disk.impl.piecemapper.DMPieceList
-
Packages that use DMPieceList Package Description com.biglybt.core.disk com.biglybt.core.disk.impl com.biglybt.core.disk.impl.piecemapper com.biglybt.core.disk.impl.piecemapper.impl com.biglybt.core.lws -
-
Uses of DMPieceList in com.biglybt.core.disk
Methods in com.biglybt.core.disk that return DMPieceList Modifier and Type Method Description DMPieceList
DiskManager. getPieceList(int pieceNumber)
DMPieceList
DiskManagerPiece. getPieceList()
-
Uses of DMPieceList in com.biglybt.core.disk.impl
Methods in com.biglybt.core.disk.impl that return DMPieceList Modifier and Type Method Description DMPieceList
DiskManagerHelper. getPieceList(int piece_number)
DMPieceList
DiskManagerImpl. getPieceList(int piece_number)
DMPieceList
DiskManagerPieceImpl. getPieceList()
-
Uses of DMPieceList in com.biglybt.core.disk.impl.piecemapper
Methods in com.biglybt.core.disk.impl.piecemapper that return DMPieceList Modifier and Type Method Description DMPieceList
DMPieceMap. getPieceList(int piece_number)
-
Uses of DMPieceList in com.biglybt.core.disk.impl.piecemapper.impl
Classes in com.biglybt.core.disk.impl.piecemapper.impl that implement DMPieceList Modifier and Type Class Description protected class
DMPieceMapSimple.pieceList
class
PieceListImpl
Fields in com.biglybt.core.disk.impl.piecemapper.impl declared as DMPieceList Modifier and Type Field Description private DMPieceList[]
DMPieceMapImpl. piece_lists
Methods in com.biglybt.core.disk.impl.piecemapper.impl that return DMPieceList Modifier and Type Method Description DMPieceList
DMPieceMapImpl. getPieceList(int piece_number)
DMPieceList
DMPieceMapSimple. getPieceList(int piece_number)
Constructors in com.biglybt.core.disk.impl.piecemapper.impl with parameters of type DMPieceList Constructor Description DMPieceMapImpl(DMPieceList[] _piece_lists)
-
Uses of DMPieceList in com.biglybt.core.lws
Methods in com.biglybt.core.lws that return DMPieceList Modifier and Type Method Description DMPieceList
LWSDiskManager. getPieceList(int piece_number)
DMPieceList
LWSDiskManager.sePiece. getPieceList()
-