(Object o)
| 606 | } |
| 607 | |
| 608 | @Override public boolean equals(Object o) { |
| 609 | return o instanceof JSONArray && ((JSONArray) o).values.equals(values); |
| 610 | } |
| 611 | |
| 612 | @Override public int hashCode() { |
| 613 | // diverge from the original, which doesn't implement hashCode |
no outgoing calls
no test coverage detected