Anybody knows a good observable collection library for Java?

I’m thinking of something like JavaFX’ ObservableList and FXCollection but without the JFX dependency. Even better would be an implementation that implements List and Observable.

I made one myself 10 years ago, but can’t be bothered looking it up (and would prefer something that’s maintained instead). The only ones I can find are an ancient Groovy implementation and something that pulls in a bunch of Eclipse dependencies.

Bonus-points for a Set < -> List bridge.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.