|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.jxta.search.util.LongVector
Vector of longs.
Constructor Summary | |
LongVector()
Constructs an LongVector with the default initial size. |
|
LongVector(int size)
Constructs an LongVector with a specified initial size. |
Method Summary | |
void |
add(long value)
Adds an element to the end of this vector. |
long[] |
array()
Returns the element array. |
long |
get(int index)
Returns the named element. |
int |
length()
Returns the number of elements. |
void |
setLength(int length)
Resets the number of elements. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LongVector(int size)
public LongVector()
Method Detail |
public final void add(long value)
public final long get(int index)
public final int length()
public final void setLength(int length)
public long[] array()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |