Java Discover

Java Discover is a Java technical blog mainly created for sharing our thoughts and programming question to the world of Java Programmers..

Showing posts with label Collections. Show all posts
Showing posts with label Collections. Show all posts

IdentityHashMap in Java

›
IdentityHashMap implements Map interface as same as HashMap class. This class has been added from Java 1.4 and used very minimal acros...

PriorityBlockingQueue in Java

›
In our last tutorial we have see about PriorityQueue and how its used in Java with simple example. In this tutorial we will see about ...

PriorityQueue in Java

›
PriorityQueue is unbounded priority queue based on priority heap.  Basically PriorityQueue are ordered according to natural ordering...

Reverse LinkedList

›
This is one of the interview question which asked in recent interview like need to create a LinkedList and need to reverse those value...

TreeSet

›
In our earlier tutorials we have seen about LinkedHashMap and LinkedHashSet with simple examples. Now lets see about TreeSet and its dif...

LinkedHashSet

›
In our previous tutorial we have discussed about LinkedHashMap and how its works. In this tutorial we will see about LinkedHashSet and wh...

LinkedHashMap

›
LinkedHashMap is under Java Collection API and it implements Map interface. LinkedHashMap also works as same as HashMap with only 1 differ...
›
Home
View web version
Powered by Blogger.