public class Pair extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
Individual |
first
The first.
|
boolean |
second
The second.
|
| Constructor and Description |
|---|
Pair(Individual d,
boolean c)
Instantiates a new pair.
|
public final Individual first
public final boolean second
public Pair(Individual d, boolean c)
d - dc - cCopyright © 2018 The University of Manchester. All rights reserved.