You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is API containing the essential data structures. All of these data structures are implemented using java generics as the original Java Collections API. This project also focuses in the abstractions like hiding the concept from the implementation using inversion of control to decouple the code for easy maintainability and scalability.