public class MapClosureContext<K,V> extends StackClosureContext<Map<K,V>>
MapClosureContext()
Object
call(K key, V v, Supplier<?> supplier)
call(Map<K,V> map, Supplier<?> supplier)
V
get(K key)
get
get, getVariant
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MapClosureContext()
public V get(K key)
key
public Object call(K key, V v, Supplier<?> supplier)
public Object call(Map<K,V> map, Supplier<?> supplier)
ClosureContext
call
ClosureContext<Map<K,V>>
StackClosureContext<Map<K,V>>
map
supplier
Copyright © 2022. All rights reserved.