Class Sset
java.lang.Object
org.forester.evoinference.distance.Sset
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionfinal voidaddPairing(double key, int value, int j) final voidaddPairing(int key, int value, int j) getS(int j) getValues(int key, int j) final voidinitialize(int size) final voidfinal voidremovePairing(double key, int value, int j) final voidremovePairing(int key, int value, int j) final intsize()toArray(int j) final StringtoString() 
- 
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
 
 -