|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface PackedInts.Mutable
A packed integer array that can be modified.
Method Summary | |
---|---|
void |
clear()
Sets all values to 0. |
void |
set(int index,
long value)
Set the value at the given index in the array. |
Methods inherited from interface org.apache.lucene.util.packed.PackedInts.Reader |
---|
get, getArray, getBitsPerValue, hasArray, size |
Method Detail |
---|
void set(int index, long value)
index
- where the value should be positioned.value
- a value conforming to the constraints set by the array.void clear()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |