Package dan200.computercraft.api.lua
Class ObjectLuaTable
java.lang.Object
dan200.computercraft.api.lua.ObjectLuaTable
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface dan200.computercraft.api.lua.LuaTable
clear, getBoolean, getBoolean, getDouble, getDouble, getFiniteDouble, getFiniteDouble, getInt, getInt, getLong, getLong, getString, getString, getTable, getTable, length, optBoolean, optBoolean, optDouble, optDouble, optFiniteDouble, optFiniteDouble, optInt, optInt, optLong, optLong, optString, optString, optTable, optTable, put, putAll, remove
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
ObjectLuaTable
-
-
Method Details
-
size
public int size() -
isEmpty
public boolean isEmpty() -
containsKey
- Specified by:
containsKey
in interfaceMap<Object,
Object>
-
containsValue
- Specified by:
containsValue
in interfaceMap<Object,
Object>
-
get
-
keySet
-
values
-
entrySet
-