Skip to content

mate-academy/array-list-test-task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ArrayList test task

Students task description:

Create your own ArrayList class which implements the List interface. Override the methods required.

Make your ArrayList behave the same way as java.util.ArrayList (it should have the default capacity, the internal array should grow 1.5 times when it is full, etc.).

Throw custom ArrayListIndexOutOfBoundsException in case the index passed to any of the methods is invalid. Throw NoSuchElementException in remove(T element) if there is no such element present.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages