public static interface SuffixArrays.LongArray
long get(long index)
index
- the index of the value to return.void put(long index, long value)
index
- the index in which to put the given value.value
- the value to put in the given index in the array.