摘要: 迭代器模式:就是提供一种方法对一个容器对象中的各个元素进行访问,而又不暴露该对象容器的内部细节。 概述 Java集合框架的集合类,我们有时候称之为容器。容器的种类有很多种,比如ArrayList、LinkedList、HashSet...,每种容器都有自己的特点,ArrayList底层维护的是一个数 阅读全文
posted @ 2018-11-17 21:44 BoomOoO 阅读(371) 评论(0) 推荐(0)
摘要: hadoop fs: FS relates to a generic file system which can point to any file systems like local, HDFS etc. So this can be used when you are dealing with 阅读全文
posted @ 2018-11-17 17:57 BoomOoO 阅读(556) 评论(0) 推荐(0)