(Object keySet)
| 105 | } |
| 106 | |
| 107 | @SuppressWarnings("unchecked") |
| 108 | public void setKeySet(Object keySet) { |
| 109 | this.keySet = new HashSet<>((Set<K>) keySet); |
| 110 | } |
| 111 | |
| 112 | public void setSize(int size) { |
| 113 | this.size = size; |
no outgoing calls
no test coverage detected