{@inheritDoc}
(Object that)
| 81 | * {@inheritDoc} |
| 82 | */ |
| 83 | @Override |
| 84 | public boolean equals(Object that) { |
| 85 | return this == that || that instanceof ByteList && equals((ByteList) that); |
| 86 | } |
| 87 | |
| 88 | public void extendAndSet(int index, byte value) { |
| 89 | checkCapacity(index + 1); |