Package party.iroiro.luajava.value
Class LuaTableValue.AbstractLuaTableSet
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<Map.Entry<LuaValue,LuaValue>>
party.iroiro.luajava.value.LuaTableValue.AbstractLuaTableSet
- All Implemented Interfaces:
Iterable<Map.Entry<LuaValue,,LuaValue>> Collection<Map.Entry<LuaValue,,LuaValue>> Set<Map.Entry<LuaValue,LuaValue>>
- Enclosing class:
- LuaTableValue
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAllMethods inherited from class java.util.AbstractCollection
add, addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Constructor Details
-
AbstractLuaTableSet
protected AbstractLuaTableSet()
-
-
Method Details
-
iterator
- Specified by:
iteratorin interfaceCollection<Map.Entry<LuaValue,LuaValue>> - Specified by:
iteratorin interfaceIterable<Map.Entry<LuaValue,LuaValue>> - Specified by:
iteratorin interfaceSet<Map.Entry<LuaValue,LuaValue>> - Specified by:
iteratorin classAbstractCollection<Map.Entry<LuaValue,LuaValue>>
-
size
public int size()
-