Department of Computer Science

This is a static method in the HashSet class. It checks the internal array and returns true only when there is a HashEntry object at pos and it is active. The remove method first finds the position (line 8) where the item to be removed exists or a location that is null in the case where the item was not found. ................
................