Skip to content

Conversation

@KATRINAHIGH
Copy link

No description provided.

@KATRINAHIGH
Copy link
Author

I still need to write tests for toArray, addAll, containsAll, retainsAll, removeAll, equals, hashcode

@KATRINAHIGH
Copy link
Author

KATRINAHIGH commented Mar 11, 2018

Wrote class, constructors and methods to pass tests completed. The following methods are completed and passing tests: size(), add(), isEmpty(), contains(), remove(), clear(), trimTrailingNull(), ShiftAllNullsToEnd()
Remaining methods to complete
both toArray(), containsAll(), addAll(), retainAll(), removeAll(), equals(), hashcode()

@KATRINAHIGH
Copy link
Author

Remaining methods to complete
toArray() T[] toArray(T[] a)
removeAll(Collection<?> c)
equals(Object o)
int hashCode()
iterator---have no clue where to start with this one

@KATRINAHIGH KATRINAHIGH changed the title Arraylist methods throwing/testing exceptions, testing methods done Done Mar 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant