- Mastering Java for Data Science
- Alexey Grigorev
- 101字
- 2021-07-02 23:44:34
Extensions to the standard library
The standard Java library is quite powerful, but some things take a long time to write using it or they are simply missing. There are a number of extensions to the standard library, and the most prominent libraries are Apache Commons (a collection of libraries) and Google Guava. They make it easier to use the standard API or extend it, for example, by adding new collections or implementations.
To begin with, we will briefly go over the most relevant parts of these libraries, and later on we will see how they are used in practice.
推薦閱讀
- 大規(guī)模數(shù)據(jù)分析和建模:基于Spark與R
- Oracle高性能自動化運維
- 深入淺出MySQL:數(shù)據(jù)庫開發(fā)、優(yōu)化與管理維護(第2版)
- 數(shù)據(jù)庫技術(shù)實用教程
- “互聯(lián)網(wǎng)+”時代立體化計算機組
- 云原生數(shù)據(jù)中臺:架構(gòu)、方法論與實踐
- 高維數(shù)據(jù)分析預(yù)處理技術(shù)
- SQL Server 2012數(shù)據(jù)庫管理教程
- HikariCP連接池實戰(zhàn)
- Chef Essentials
- Unity 2018 By Example(Second Edition)
- 商業(yè)智能工具應(yīng)用與數(shù)據(jù)可視化
- Python 3爬蟲、數(shù)據(jù)清洗與可視化實戰(zhàn)
- Machine Learning for Mobile
- Configuration Management with Chef-Solo