Class LuaMap<K,V>

java.lang.Object
org.infinispan.server.resp.scripting.LuaMap<K,V>
All Implemented Interfaces:
Map<K,V>

public class LuaMap<K,V> extends Object implements Map<K,V>
A read-only map implementation that maps lua tables. Only size and iterations are supported.
  • Constructor Details

    • LuaMap

      public LuaMap(party.iroiro.luajava.Lua lua, int index, int size)
  • Method Details