Class LuaSet<V>

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

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