epubjs
Version:
Render ePub documents in the browser, across many devices
10 lines (9 loc) • 1 kB
HTML
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Conclusion</title><link rel="stylesheet" href="core.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"/></head><body><div class="sect1" title="Conclusion"><div class="titlepage"><div><div><h1 class="title"><a id="learnjava3-CHP-8-SECT-13"/>Conclusion</h1></div></div></div><p>Java generics are a very powerful and useful addition to the
language. Although some of the details we delved into later in this
chapter may seem daunting, the common usage is very simple and compelling:
generics make collections better. As you begin to write more code using
generics, you will find that your code becomes more readable and more
understandable. Generics make explicit what previously had to be inferred
from usage.</p></div></body></html>