public class SimpleLookupTable extends java.lang.Object implements ECLookupTable
Constructor and Description |
---|
SimpleLookupTable(ECPoint[] points,
int off,
int len) |
Modifier and Type | Method and Description |
---|---|
int |
getSize() |
ECPoint |
lookup(int index) |
public SimpleLookupTable(ECPoint[] points, int off, int len)
public int getSize()
getSize
in interface ECLookupTable
public ECPoint lookup(int index)
lookup
in interface ECLookupTable