Mastering Java for Data Science
上QQ阅读APP看书,第一时间看更新

Standard Java library

The standard Java library is very rich and offers a lot of tools for data manipulation, including:

  • Collections for organizing data in memory
  • I/O for reading and writing data
  • Streaming APIs for making data transformations easy

In this chapter, we will look at all these tools in detail.