Skip to content

datmt

  • Home
  • Tutorials
    • backend
      • java
        • spring
        • JPA
        • javaee
    • devops
    • frontend
    • Linux
    • NoSQL Databases
  • Privacy Policy
  • Cookie Policy (EU)
  • Contact

Introduction to the Map Interface in Java

June 30, 2022 by Đạt Trần

Overview The Map interface is a part of the Collection framework. However, Map doesn’t implement Collection. Why is it a part of the Collection framework? It’s because Map by nature is a collection of elements. Implementations of the Map interface are used in other members of the Collection framework. One example is the HashSet class … Read more

Categories java Tags java map, java map interface Leave a comment

Guide to the SortedSet interface in Java

June 29, 2022 by Đạt Trần

Learn how SortedSet is implemented in Java

Categories java Tags java navigable set, java sorted set, java tree set Leave a comment

Overview of the Set interface in Java

June 28, 2022 by Đạt Trần

An introduction to the Set interface in Java

Categories java Tags java set, set interface Leave a comment

PriorityQueues and their usages

June 28, 2022 by Đạt Trần

Overview A priority queue is an interesting data structure in Java. The key term here is “priority”. That means the queue is ordered by priority of the elements, not the order they are added. Let’s consider an example: When that function is run, the output is: As you can see, the order of elements in … Read more

Categories java Tags java core, priority queue, queue Leave a comment

Guide to Deque in Java

June 28, 2022 by Đạt Trần

Overview In this post, we are going to learn about Deque in Java (pronounced deck) and its implementation. It may surprise you to see LinkedList is a queue. LinkedList is a queue and also a list. That means it has all the characteristics of a List and also a Deque. What is a Deque in … Read more

Categories java Tags arraydeque, java core, java deque, linkedlist Leave a comment

Overview of the Queue Interface in Java

June 28, 2022June 27, 2022 by Đạt Trần

An overview of the queue interface in java

Categories java Tags basic java, java core, java queue Leave a comment
Older posts
Newer posts
← Previous Page1 … Page28 Page29 Page30 … Page36 Next →
  • Architecture
  • backend
  • Clean Code
  • Cloud Computing
  • Databases
  • devops
  • frontend
  • fundamental
  • General Tips
  • git
  • java
  • javaee
  • JPA
  • kubernetes
  • Linux
  • management
  • mobile development
  • network
  • NoSQL Databases
  • opensource
  • python
  • quarkus
  • Relational Databases
  • scala
  • Security
  • spring
  • SQL
  • System Design
  • WordPress Development

Copyright Ⓒ datmt

© 2025 datmt • Built with GeneratePress