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, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods 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, removeMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
ObjectLuaTable
-
-
Method Details
-
size
public int size() -
isEmpty
public boolean isEmpty() -
containsKey
- Specified by:
containsKeyin interfaceMap<Object,Object>
-
containsValue
- Specified by:
containsValuein interfaceMap<Object,Object>
-
get
-
keySet
-
values
-
entrySet
-
equals
-
hashCode
public int hashCode()
-