Cast an object into the MapKey's value type @param obj the object to cast @return the object as the MapKey's value type
(Object obj)
| 76 | * @return the object as the MapKey's value type |
| 77 | */ |
| 78 | @SuppressWarnings("unchecked") |
| 79 | public V cast(Object obj) |
| 80 | { |
| 81 | return (V) obj; |
| 82 | } |
| 83 | } |
no outgoing calls
no test coverage detected