|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Vector
Vector. Created: 6 octobre 2005 02:51:12 CEST
| Method Summary | |
|---|---|
void |
add(Vector v)
Ajoute les valeurs du vector passé en argument a ce vector. |
double |
getMaxOccurence()
Deprecated. since 2.1, use getMaxOccurrence() instead |
double |
getMaxOccurrence()
|
double |
getValue(int pos)
|
boolean |
isImplementedAdd(Vector v)
Permet de savoir si add est implanté par ce vector. |
boolean |
isImplementedMap()
Permet de savoir si map est implanté par ce vector. |
boolean |
isImplementedMinus(Vector v)
Permet de savoir si minus est implanté par ce vector. |
boolean |
isImplementedPaste(Vector v)
Permet de savoir si paste est implanté par ce vector. |
void |
map(MapFunction f)
applique a chaque valeur du vector la MapFunction. |
void |
minus(Vector v)
Soustrait les valeurs du vector passé en argument a ce vector. |
void |
paste(Vector v)
Copie les valeurs du vector passé en argument dans ce vector. |
void |
setValue(int pos,
double value)
|
int |
size()
|
| Method Detail |
|---|
@Deprecated double getMaxOccurence()
getMaxOccurrence() instead
double getMaxOccurrence()
double getValue(int pos)
void setValue(int pos,
double value)
int size()
boolean isImplementedPaste(Vector v)
v - vector to test
boolean isImplementedAdd(Vector v)
v - vector to test
boolean isImplementedMinus(Vector v)
v - vector to test
boolean isImplementedMap()
void paste(Vector v)
v - vector to pastevoid add(Vector v)
v - vector to addvoid minus(Vector v)
v - vector to minusvoid map(MapFunction f)
MapFunction.
f - funtion to apply
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||