CHU1TA26 947cf05db6 done | 6 年前 | |
---|---|---|
.idea | 6 年前 | |
src | 6 年前 | |
target | 6 年前 | |
.gitignore | 7 年前 | |
README.md | 7 年前 | |
looptest.iml | 6 年前 | |
pom.xml | 6 年前 | |
streamdemo.iml | 6 年前 |
Person
class is a representation of a respective Person
object.PersonFactory
- generates Person
objects.PersonWarehouse
- stores, retrieves, and filters Person
objects.StreamFilter
- demonstrates filtering and converting between collection-typesStreamMap
- demonstrates mapping and flatmappingArrayConverter
- demonstrates the conversion from SomeType[]
to
List<SomeType>
Stream<SomeType>
ListConverter
- demonstrates the conversion from List<SomeType>
to
SomeType[]
Stream<SomeType>
StreamConverter
- demonstrates the conversion from Stream<SomeType>
to
SomeType[]
List<SomeType>