public static final class HtmlElementTables.SparseElementMultitable
extends java.lang.Object
Constructor | Description |
---|---|
SparseElementMultitable(int[][][] arrs) |
Modifier and Type | Method | Description |
---|---|---|
int[] |
getElementIndexList(int aIndex,
int bIndex) |
The element indices mapped to by (aIndex, bIndex).
|
public SparseElementMultitable(int[][][] arrs)
arrs
- an array such that
arrs[aElementIndex] is null or an array, a, sorted by first element
such that the first element is bIndex and the elements after the
zero-th are the element indices that (aElementIndex, bElementIndex)
map to in order.Copyright © 2019 OWASP. All rights reserved.