Returns the number of elements in this HashSet. @return the number of elements in this HashSet.
()
| 176 | * @return the number of elements in this {@code HashSet}. |
| 177 | */ |
| 178 | @Override |
| 179 | public int size() { |
| 180 | return backingMap.size(); |
| 181 | } |
| 182 | |
| 183 | // private void writeObject(ObjectOutputStream stream) throws IOException { |
| 184 | // stream.defaultWriteObject(); |