Skip to content

A modern collections library for java. Being developed as part of my dissertation at the uni of Kent.

Notifications You must be signed in to change notification settings

RiceDope/COMP6200-Modern-Collections-Library

Repository files navigation

Modern Collections Library

This is a Collections library that is being developed as a part of my dissertation at the University of Kent.

Be aware

No current advisories

Sequence

  • ArrayList:
    • insert
    • append
    • appendAll
    • remove
    • get
    • replace
    • sort
    • sortCopy
    • clear
    • contains
    • firstIndexOf
    • length
  • SortedArrayList
    • As above
    • sortOnwards
  • Queue FIFO
    • Peek
    • enqueue
    • dequeue
    • size
  • Queue LIFO
    • Just a stack
  • Priority Queue
    • As above
    • sortOnwards
  • Stack
    • Push
    • Pop
    • Peek

About

A modern collections library for java. Being developed as part of my dissertation at the uni of Kent.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages