File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -1150,11 +1150,7 @@ scope of this document.
1150
1150
## Genericity
1151
1151
1152
1152
The last characteristic of Scala we will explore in this tutorial is
1153
- genericity. Java programmers should be well aware of the problems
1154
- posed by the lack of genericity in their language, a shortcoming which
1155
- is addressed in Java 1.5.
1156
-
1157
- Genericity is the ability to write code parametrized by types. For
1153
+ genericity. Genericity is the ability to write code parametrized by types. For
1158
1154
example, a programmer writing a library for linked lists faces the
1159
1155
problem of deciding which type to give to the elements of the list.
1160
1156
Since this list is meant to be used in many different contexts, it is
You can’t perform that action at this time.
0 commit comments