Ir para o conteúdo

Clique aqui para acessar o código fonte do repositório.

Java Collections 1 Course / Curso de Java Collections 1

Série licence mit language

:books: Study of a recurring theme for the Java language: Collections - The java data structure API.

:books: Estudo de um tema recorrente para a linguagem Java : Collections - A API de estrutura de dados do java.

The Collection, List Interface and the ArrayList implementation / A Interface Collection, List e a implementação ArrayList

  • Study of the Collection interface / Estudo da interface Collection
  • Study of the List interface / Estudo da interface List
  • Study of ArrayList class methods / Estudo dos métodos da classe ArrayList.

Iterators

  • The relationship between iterators and the foreach loop / A relação entre os iterators e o laço foreach;
  • Iterators and the ConcurrentModificationException exception / Iterators e a exceção ConcurrentModificationException;
  • Analyzing concurrent change control within iterators / Analisando o controle de modificação concorrente dentro dos iterators;
  • Specialized iterators / Iterators especializados;
  • Removing elements with the removeIf method / Removendo elementos com o método removeIf;
  • The relationship of collections with the equals and hashCode methods / A relação das coleções com os métodos equals e hashCode;
  • Study of the AbstractSequentialList class / Estudo da classe AbstractSequencialList.

Organizing elements within collections / Organizando elementos dentro de coleções

  • Estudo da interface Comparable / Comparable interface study;
  • Study of the Comparator interface / Estudo da interface Comparator;
  • The sort method and lambda expressions / O método sort e as expressões lambda;
  • The relationship between the sort method and the Comparator interface / A relação entre o método sort e a interface Comparator.

Sets

  • HashSet Study / Estudo do HashSet
  • Study of LinkedHashSet / Estudo do LinkedHashSet
  • Study of the TreeSet / Estudo do TreeSet

Queues

  • PriorityQueue Study / Estudo do PriorityQueue
  • Peek and poll method / Método peek e poll;

UML representation of the hierarchy of collection implementations in Java / Representação em UML da hierarquia das implementações de coleções no Java

imagem

History / História

Consulte Mudanças de commit para obter detalhes.

License / Licença

MIT License © Lucas Ramon