Mostra solo
0:03
S… Speaker 1 (13- Summary)
Let's quickly recap what you learned in this section.
0:05
S… Speaker 1 (13- Summary)
With generics,
0:06
S… Speaker 1 (13- Summary)
we can create general purpose classes and methods that can work with different
0:11
S… Speaker 1 (13- Summary)
types of objects.
0:12
S… Speaker 1 (13- Summary)
Generics are very common in Java.
0:14
S… Speaker 1 (13- Summary)
As you will see throughout this course,
0:15
S… Speaker 1 (13- Summary)
a lot of built -in classes and interfaces in Java are generic.
0:19
S… Speaker 2 (13- Summary)
Now,
0:19
S… Speaker 1 (13- Summary)
when we compile a generic class,
0:21
S… Speaker 1 (13- Summary)
the Java compiler will erase the generic type parameter and replace
0:25
S… Speaker 1 (13- Summary)
it with an actual class.
0:26
S… Speaker 2 (13- Summary)
By default,
0:27
S… Speaker 1 (13- Summary)
it will use the object class unless we apply a constraint to a parameter.
0:31
S… Speaker 1 (13- Summary)
We can apply a constraint using the extents keyword and this will ensure that we can
0:36
S… Speaker 1 (13- Summary)
only use the given type or its subtypes as a generic type argument.
0:40
S… Speaker 1 (13- Summary)
We also talked about wildcards.
0:42
S… Speaker 1 (13- Summary)
With wildcards we can cast generic types.
0:44
S… Speaker 1 (13- Summary)
So that's it.
0:46
S… Speaker 1 (13- Summary)
In the next section I'm going to talk about collections and as you will see these collection
0:50
S… Speaker 1 (13- Summary)
types are all generic.
0:51
S… Speaker 1 (13- Summary)
So I'll see you in the next section.

Questa trascrizione è stata generata dall'AI (riconoscimento vocale automatico). Può contenere errori di verifica dell'audio originale per uso critico. Politica dell'IA

❤️ Ti piace STT.ai? Diccelo ai tuoi amici!
Sommario
Fare clic su Summarize per generare un riepilogo AI di questa trascrizione.
Riepilogando...
Chiedi all'AI Informazioni su questo trascrizione
Chiedere qualsiasi cosa su questa trascrizione L'AI troverà sezioni pertinenti e la risposta.