public class InvokerProxyBindingsMetaDataWrapper extends InvokerProxyBindingsMetaData
Modifier and Type | Method and Description |
---|---|
boolean |
containsKey(String key)
Returns true if this mapped meta data contains a meta data entry
for the specified key.
|
InvokerProxyBindingMetaData |
get(String key)
Get the metadata for the given key
|
boolean |
isEmpty() |
Iterator<InvokerProxyBindingMetaData> |
iterator() |
Set<String> |
keySet()
Get the key set
|
int |
size() |
Object[] |
toArray() |
<X> X[] |
toArray(X[] a) |
merge, merge
add, addAll, clear, contains, containsAll, equals, hashCode, remove, removeAll, retainAll, toString
getDescriptions, setDescriptions
clone, getId, setId
finalize, getClass, notify, notifyAll, wait, wait, wait
getId, setId
parallelStream, removeIf, spliterator, stream
public boolean containsKey(String key)
MappedMetaData
containsKey
in interface MappedMetaData<InvokerProxyBindingMetaData>
containsKey
in class MappedMetaDataWithDescriptions<InvokerProxyBindingMetaData>
key
- the key of the mappable meta datapublic InvokerProxyBindingMetaData get(String key)
MappedMetaDataWithDescriptions
get
in interface MappedMetaData<InvokerProxyBindingMetaData>
get
in class MappedMetaDataWithDescriptions<InvokerProxyBindingMetaData>
key
- the keypublic boolean isEmpty()
isEmpty
in interface Collection<InvokerProxyBindingMetaData>
isEmpty
in class MappedMetaDataWithDescriptions<InvokerProxyBindingMetaData>
public Iterator<InvokerProxyBindingMetaData> iterator()
iterator
in interface Iterable<InvokerProxyBindingMetaData>
iterator
in interface Collection<InvokerProxyBindingMetaData>
iterator
in class MappedMetaDataWithDescriptions<InvokerProxyBindingMetaData>
public Set<String> keySet()
MappedMetaData
keySet
in interface MappedMetaData<InvokerProxyBindingMetaData>
keySet
in class MappedMetaDataWithDescriptions<InvokerProxyBindingMetaData>
public int size()
size
in interface Collection<InvokerProxyBindingMetaData>
size
in class MappedMetaDataWithDescriptions<InvokerProxyBindingMetaData>
public Object[] toArray()
toArray
in interface Collection<InvokerProxyBindingMetaData>
toArray
in class MappedMetaDataWithDescriptions<InvokerProxyBindingMetaData>
public <X> X[] toArray(X[] a)
toArray
in interface Collection<InvokerProxyBindingMetaData>
toArray
in class MappedMetaDataWithDescriptions<InvokerProxyBindingMetaData>
Copyright © 2018 JBoss by Red Hat. All rights reserved.