|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metsci.glimpse.util.primitives.sorted.ContinuousIndexArray
public class ContinuousIndexArray
Field Summary | |
---|---|
float[] |
fs
|
int[] |
is
|
Constructor Summary | |
---|---|
ContinuousIndexArray(int n)
|
Method Summary | |
---|---|
int |
capacity()
|
void |
put(int index,
ContinuousIndex h)
|
void |
put(int index,
int i,
float f)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int[] is
public float[] fs
Constructor Detail |
---|
public ContinuousIndexArray(int n)
Method Detail |
---|
public void put(int index, int i, float f)
public void put(int index, ContinuousIndex h)
public int capacity()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |