| method | org.apache. |
| method | void org. |
| post | this.key == null |
| post | this.value == null |
| method | void org. |
| post | this.key == key |
| post | init'ed(this.key) |
| post | this.value == value |
| post | init'ed(this.value) |
| method | Object getKey() |
| pre | init'ed(this.key) |
| post | return_value == this.key |
| post | init'ed(return_value) |
| method | void setKey(Object) |
| post | this.key == key |
| post | init'ed(this.key) |
| method | Object getValue() |
| pre | init'ed(this.value) |
| post | return_value == this.value |
| post | init'ed(return_value) |
| method | void setValue(Object) |
| post | this.value == value |
| post | init'ed(this.value) |