多选题 Given a partial API:
Final class Items implements no interfaces and has one constructor:
Items (String name, int value)
And given that you want to make collections of Items objects and sort them (using classes and interfaces in java.lang or java.util), sometimes by name, and sometimes by value, which are true? (Choose all that apply.)
【正确答案】 B、D、E
【答案解析】