目录1. 通过Collection系列集合创建2. 通过Arrays中的静态方法asList()创建3. 通过Stream类中的静态方法of()4. 通过BufferedReader的lines()方法创建5. 通过Stream.iterate()或Stream.generate()创建无限流6.方法补充
I like creating named branches in Mercurial to deal with features that might take a while to code, so when I push I do a hg push -r default to ensure I\'m only pushing changes to the default branch. H