Class ObjectLuaTable
java.lang.Object
dan200.computercraft.api.lua.ObjectLuaTable
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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 Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
ObjectLuaTable
-
-
Method Details
-
size
-
isEmpty
-
containsKey
- Specified by:
containsKeyin interfaceMap<Object,Object>
-
containsValue
- Specified by:
containsValuein interfaceMap<Object,Object>
-
get
-
keySet
-
values
-
entrySet
-
equals
-
hashCode
-