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, mergeadd, addAll, clear, contains, containsAll, equals, hashCode, remove, removeAll, retainAll, toStringgetDescriptions, setDescriptionsclone, getId, setIdfinalize, getClass, notify, notifyAll, wait, wait, waitgetId, setIdpublic boolean containsKey(String key)
MappedMetaDatacontainsKey in interface MappedMetaData<InvokerProxyBindingMetaData>containsKey in class MappedMetaDataWithDescriptions<InvokerProxyBindingMetaData>key - the key of the mappable meta datapublic InvokerProxyBindingMetaData get(String key)
MappedMetaDataWithDescriptionsget 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()
MappedMetaDatakeySet 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 © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.