Package wt.fc.collections
Interface WTKeyedMap.WTEntry
- All Superinterfaces:
Map.Entry
- All Known Subinterfaces:
WTValuedMap.WTValuedEntry
- Enclosing interface:
WTKeyedMap
Allows access to the keys in the entry
in either Persistable, WTReference, or QueryKey forms
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionGet a Persistable view of this entry's key.
-
Method Details
-
getKeyAsPersistable
Get a Persistable view of this entry's key. If the key does not have a an inflated Persistable, the underlying keySet will be inflated.- Returns:
- The persistable or null
Supported API: true - Throws:
WTException
-