Constructor and Description |
---|
FastCompressionHashTable()
Sole constructor
|
Modifier and Type | Method and Description |
---|---|
int |
previous(int off)
Return an index that less than
off and stores the same 4
bytes. |
public int previous(int off)
off
and stores the same 4
bytes. Unlike get(int)
, it doesn't need to be called on increasing
offsets. A return value of -1
indicates that no other index could
be found.Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.