How to create read only Collection in Java with Example
Advertisements
| Top Tutorials | New Tutorials | Submit | Login | Register |
Tutorial Detail
How to create read only Collection in Java with Example
Read only collection means any collection which once created can not be modified i.e. you can not add new elements, you can not remove elements and evhttp://javarevisited.blogspot.com/2012/07/create-read-only-list-map-set-example-java.html
Total Hits: 3210
Total Votes: 10 votes
Category: JAVA/Collections
Submitted on: 2013-01-06 07:31:35
Submitted By: Javin Paul
Description:
Read only collection means any collection which once created can not be modified i.e. you can not add new elements, you can not remove elements and even you can not change value of existing element using set(index) or similar method. Read only Collection can also be called as unmodifiable or Immutable Collection in Java. In this article we see example of create read only collection in Java i.e. creating read only or immutable List, Set and Map in Java. More detail...Rating Detail
| Stars | Percentage | Total Vote |
|---|---|---|
![]() |
![]() ![]() 30% |
3 |
![]() ![]() |
![]() ![]() 10% |
1 |
![]() ![]() ![]() |
![]() ![]() 10% |
1 |
![]() ![]() ![]() ![]() |
![]() ![]() 0% |
0 |
![]() ![]() ![]() ![]() ![]() |
![]() ![]() 50% |
5 |





30%

10%

10%

0%

50%