public class Contact extends Object implements Serializable
| Constructor and Description |
|---|
Contact(int i,
int j,
double distance) |
| Modifier and Type | Method and Description |
|---|---|
double |
getDistance() |
int |
getI() |
Pair<Integer> |
getIndexPair() |
int |
getJ() |
Copyright © 2000–2021 BioJava. All rights reserved.