Class LuaArray<V>

java.lang.Object
org.infinispan.server.resp.scripting.LuaArray<V>
All Implemented Interfaces:
Iterable<V>, Collection<V>

public class LuaArray<V> extends Object implements Collection<V>
A read-only collection implementation that maps lua tables. Only size and iterations are supported.