Skip to content

Commit f7a53f4

Browse files
committed
Added useful link about immutable and unmodifiable-collections.
1 parent b92d9da commit f7a53f4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/by/bntu/fitr/povt/immutable/case4/Test.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
/**
99
* @author Alexey Druzik on 04.11.2020
10+
* https://habr.com/ru/company/piter/blog/470149/ (orig - https://nipafx.dev/immutable-collections-in-java#)
1011
*/
1112
public class Test {
1213
public static void main(String[] args) {

src/by/bntu/fitr/povt/immutable/case5/Main.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
/**
1313
* @author Alexey Druzik on 10.11.2020
14+
* https://habr.com/ru/company/piter/blog/470149/ (orig - https://nipafx.dev/immutable-collections-in-java#)
1415
* Difference between Immutable collection and Unmodifiable collection:
1516
* Unmodifiable collection(also calls Structually Modified) - Collections that do not support modification operations
1617
* (such as add, remove and clear) are referred to as unmodifiable. Collections that are not unmodifiable are modifiable.

0 commit comments

Comments
 (0)