|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectasu.seismo.signals.oned.arraySelector1d
public class arraySelector1d
This class defines an index map.
Field Summary | |
---|---|
int |
length
|
int[] |
map
Index map |
Constructor Summary | |
---|---|
arraySelector1d(arraySelector1d s)
Copy constructor |
|
arraySelector1d(int l)
Map=0:(l-1) |
|
arraySelector1d(int start,
int stop)
Construct a map with entries form start to stop eg start=1; stop =3 : map={1,2,3} |
|
arraySelector1d(int start,
int stop,
int step)
Construct a map form start to stop with steps of size step eg start=1; stop=10; step=2: map={1,3,5,7,9} |
Method Summary | |
---|---|
void |
reverse()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int[] map
public int length
Constructor Detail |
---|
public arraySelector1d(arraySelector1d s)
public arraySelector1d(int start, int stop)
public arraySelector1d(int start, int stop, int step)
public arraySelector1d(int l)
Method Detail |
---|
public void reverse()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |