(Object value)
| 100 | } |
| 101 | |
| 102 | @SuppressWarnings("unchecked") |
| 103 | public void setValue(Object value) { |
| 104 | this.value = (V) value; |
| 105 | } |
| 106 | |
| 107 | @SuppressWarnings("unchecked") |
| 108 | public void setKeySet(Object keySet) { |
no outgoing calls
no test coverage detected