JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
Unofficial PZ JavaDocs 42.12.0
se.krka.kahlua.vm
KahluaTableIterator
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
advance()
getKey()
getValue()
Interface KahluaTableIterator
All Superinterfaces:
JavaFunction
public interface
KahluaTableIterator
extends
JavaFunction
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
advance
()
Object
getKey
()
Object
getValue
()
Methods inherited from interface se.krka.kahlua.vm.
JavaFunction
call
Method Details
advance
boolean
advance
()
getKey
Object
getKey
()
getValue
Object
getValue
()