public final class Sarray extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
FACTOR |
| Constructor and Description |
|---|
Sarray() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPairing(double key,
int value,
int j) |
void |
addPairing(int key,
int value,
int j) |
SortedMap<Integer,int[]> |
getS(int j) |
int[] |
getValues(int key,
int j) |
void |
initialize(BasicSymmetricalDistanceMatrix d) |
void |
initialize(int size) |
void |
removePairing(double key,
int value,
int j) |
void |
removePairing(int key,
int value,
int j) |
int |
size() |
Set<Integer>[] |
toArray(int j) |
String |
toString() |
public static final int FACTOR
public final void addPairing(double key,
int value,
int j)
public final void addPairing(int key,
int value,
int j)
public final int[] getValues(int key,
int j)
public final void initialize(BasicSymmetricalDistanceMatrix d)
public final void initialize(int size)
public final void removePairing(double key,
int value,
int j)
public final void removePairing(int key,
int value,
int j)
public final int size()
Copyright © 2016. All rights reserved.