Collections.Map.Entry

Description

Utility Functions for java.util.Map.Entry

Functions

NameSignature and Synopsis
getKeyObject getKey ( Object entry)
Returns the key corresponding to this entry.
getValueObject getValue ( Object entry)
Returns the value corresponding to this entry.
setValueObject setValue ( Object entry ,Object value )
Replaces the value corresponding to this entry with the specified value.