Interface WTKeyedMap.WTEntry

All Superinterfaces:
Map.Entry
All Known Subinterfaces:
WTValuedMap.WTValuedEntry
Enclosing interface:
WTKeyedMap

public static interface WTKeyedMap.WTEntry extends Map.Entry
Allows access to the keys in the entry in either Persistable, WTReference, or QueryKey forms

Supported API: true

Extendable: false
  • Method Details

    • getKeyAsPersistable

      Persistable getKeyAsPersistable() throws WTException
      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