Uses of Class
com.biglybt.core.peermanager.piecepicker.EndGameModeChunk
-
Packages that use EndGameModeChunk Package Description com.biglybt.core.peermanager.piecepicker.impl -
-
Uses of EndGameModeChunk in com.biglybt.core.peermanager.piecepicker.impl
Fields in com.biglybt.core.peermanager.piecepicker.impl with type parameters of type EndGameModeChunk Modifier and Type Field Description private java.util.Map<java.lang.Long,EndGameModeChunk>
PiecePickerImpl. endGameModeChunkMap
private java.util.LinkedList<EndGameModeChunk>
PiecePickerImpl. endGameModeChunks
The list of chunks needing to be downloaded (the mechanism change when entering end-game mode)
-