-
- All Implemented Interfaces:
public final class RuntimeLookupRuntime lookup. Holds an array of lookup items
-
-
Constructor Summary
Constructors Constructor Description RuntimeLookup(List<RuntimeLookupItem> items)
-
Method Summary
Modifier and Type Method Description final RuntimeTypefindItemByIndex(BigInteger index)Finds a lookup item by an index of type BigInteger final RuntimeTypefindItemByIndex(Integer index)Finds a lookup item by an index of type Int -
-
Constructor Detail
-
RuntimeLookup
RuntimeLookup(List<RuntimeLookupItem> items)
-
-
Method Detail
-
findItemByIndex
final RuntimeType findItemByIndex(BigInteger index)
Finds a lookup item by an index of type BigInteger
- Parameters:
index- Index (of type BigInteger) to find a lookup item
-
findItemByIndex
final RuntimeType findItemByIndex(Integer index)
Finds a lookup item by an index of type Int
- Parameters:
index- Index (of type BigInteger) to find a lookup item
-
-
-
-