Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sequenced Collections support #35

Open
4 tasks
Speiger opened this issue May 26, 2024 · 0 comments
Open
4 tasks

Sequenced Collections support #35

Speiger opened this issue May 26, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Speiger
Copy link
Owner

Speiger commented May 26, 2024

Like @Nightenom already pointed out in FastUtil that sequenced collections are a thing, I will have to look into implementing them.

Though the main issue of sequenced collections are that they are sloppy implemented and request functionality that should be in sorted implementations and make 0 sense in a sequenced collection.

But yeah the following things should be done.

  • Sequenced Collection should be supported where it makes sense (Lists mainly)
  • Sequenced Set should be supported where it is applicable (basically OrderedSet should extend it)
  • Sequenced Map should be supported where it is applicable (basically OrderedMap should extend it)
  • Make Primitive Compatible functions where applicable though there won't be a primitive SequencedCollection because OrderedCollection already exists.

Sorry for the Ping night but i just wanted to make you aware of this project.

@Speiger Speiger added the enhancement New feature or request label May 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant