File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
src/by/bntu/fitr/povt/immutable Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 7
7
8
8
/**
9
9
* @author Alexey Druzik on 04.11.2020
10
+ * https://habr.com/ru/company/piter/blog/470149/ (orig - https://nipafx.dev/immutable-collections-in-java#)
10
11
*/
11
12
public class Test {
12
13
public static void main (String [] args ) {
Original file line number Diff line number Diff line change 11
11
12
12
/**
13
13
* @author Alexey Druzik on 10.11.2020
14
+ * https://habr.com/ru/company/piter/blog/470149/ (orig - https://nipafx.dev/immutable-collections-in-java#)
14
15
* Difference between Immutable collection and Unmodifiable collection:
15
16
* Unmodifiable collection(also calls Structually Modified) - Collections that do not support modification operations
16
17
* (such as add, remove and clear) are referred to as unmodifiable. Collections that are not unmodifiable are modifiable.
You can’t perform that action at this time.
0 commit comments