public class Proto.ProtoInstance extends Object implements Map<String,Proto.Receiver>
Constructor and Description |
---|
ProtoInstance(Proto protoType,
Object ctx,
Object thisCtx,
VariableResolverFactory factory) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<String,Proto.Receiver>> |
entrySet() |
Proto.Receiver |
get(Object key) |
Proto |
getProtoType() |
boolean |
isEmpty() |
Set<String> |
keySet() |
Proto.Receiver |
put(String key,
Proto.Receiver value) |
void |
putAll(Map m) |
Proto.Receiver |
remove(Object key) |
int |
size() |
Collection<Proto.Receiver> |
values() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
public ProtoInstance(Proto protoType, Object ctx, Object thisCtx, VariableResolverFactory factory)
public Proto getProtoType()
public int size()
size
in interface Map<String,Proto.Receiver>
public boolean isEmpty()
isEmpty
in interface Map<String,Proto.Receiver>
public boolean containsKey(Object key)
containsKey
in interface Map<String,Proto.Receiver>
public boolean containsValue(Object value)
containsValue
in interface Map<String,Proto.Receiver>
public Proto.Receiver get(Object key)
get
in interface Map<String,Proto.Receiver>
public Proto.Receiver put(String key, Proto.Receiver value)
put
in interface Map<String,Proto.Receiver>
public Proto.Receiver remove(Object key)
remove
in interface Map<String,Proto.Receiver>
public void putAll(Map m)
putAll
in interface Map<String,Proto.Receiver>
public void clear()
clear
in interface Map<String,Proto.Receiver>
public Collection<Proto.Receiver> values()
values
in interface Map<String,Proto.Receiver>
public Set<Map.Entry<String,Proto.Receiver>> entrySet()
entrySet
in interface Map<String,Proto.Receiver>
Copyright © 2001-2017 JBoss by Red Hat. All Rights Reserved.