Class Sset
java.lang.Object
org.forester.evoinference.distance.Sset
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
addPairing
(double key, int value, int j) final void
addPairing
(int key, int value, int j) getS
(int j) getValues
(int key, int j) final void
initialize
(int size) final void
final void
removePairing
(double key, int value, int j) final void
removePairing
(int key, int value, int j) final int
size()
toArray
(int j) final String
toString()
-
Field Details
-
FACTOR
public static final int FACTOR- See Also:
-
-
Constructor Details
-
Sset
public Sset()
-
-
Method Details
-
addPairing
public final void addPairing(double key, int value, int j) -
addPairing
public final void addPairing(int key, int value, int j) -
getS
-
getValues
-
initialize
-
initialize
public final void initialize(int size) -
removePairing
public final void removePairing(double key, int value, int j) -
removePairing
public final void removePairing(int key, int value, int j) -
size
public final int size() -
toArray
-
toString
-