public class Job extends Object
| Constructor and Description |
|---|
Job(int pieceIndex,
int block) |
Job(int index,
int blockIndex,
int length) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getBlockIndex() |
int |
getLength() |
int |
getPieceIndex() |
int |
hashCode() |
String |
toString() |
Copyright © 2016. All rights reserved.