FilteredList/SortedList

Richard Bair richard.bair at oracle.com
Tue Jan 8 16:15:37 PST 2013


> TransformationList is not modifiable. We had a big discussion about this (together with Micheal Heinrichs) about 2 years ago a decided we have to make all TransformationList subclasses unmodifiable as otherwise it would break the List contract. We'd have to have special implementation of sort for the WrappedList.

Several collections in the JDK explicitly state they violate the contract of List / Map / Set in some way or other. I wonder if it would be better to do so here?


More information about the openjfx-dev mailing list