Sequenced Collections By Stuart Marks

Поділитися
Вставка

КОМЕНТАРІ • 7

  • @pablon3115
    @pablon3115 5 місяців тому +1

    Thank you for the talk. It helped me a lot to finally understand Collection API.

  • @ИльяКомаров-м6и
    @ИльяКомаров-м6и Рік тому +4

    Was really surprised to see NetBeans at the demo :)

  • @jscancella
    @jscancella Рік тому +4

    I wish they had gone just a bit further and allowed negative indexes like in python. So list.get(-3) is the 3rd element from the end

  • @simdenmax
    @simdenmax Рік тому +3

    I wish they reviewed the Collection hierarchy and introduced ImmutableCollection, ImmutableList and the others somewhere in the root of the tree

    • @iplantevin
      @iplantevin 3 місяці тому

      Indeed, one of my favourite features from Kotlin...

  • @user-oc9xn6pf8i
    @user-oc9xn6pf8i 7 місяців тому +1

    The LinkedHashSet class implements the Set interface, so the diagram is wrong 7:53