Skip to content

mpgarate/PHPArrayList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHPArrayList

Dynamically reallocated ArrayList based on the Java 8 implementation.

This approach provides a list with amortized constant time access for get and set operations.

Referenced the openJKD 8 implementation of ArrayList.

Tests

For tests, run:

phpunit

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages