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, setId
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArray
boolean containsKey(String key)
key
- the key of the mappable meta dataCopyright © 2017 JBoss, a division of Red Hat, Inc.. All Rights Reserved.