T - the mapped typepublic interface MappedMetaData<T extends MappableMetaData> extends IdMetaData, Collection<T>
| 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.
|
T |
get(String key)
Get a value
|
Set<String> |
keySet()
Get the key set
|
getId, setIdadd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArrayboolean containsKey(String key)
key - the key of the mappable meta dataCopyright © 2017 JBoss by Red Hat. All rights reserved.