|
|
il y a 7 ans | |
|---|---|---|
| .idea | il y a 7 ans | |
| src | il y a 7 ans | |
| target | il y a 7 ans | |
| .DS_Store | il y a 7 ans | |
| .gitignore | il y a 7 ans | |
| README.md | il y a 7 ans | |
| looptest.iml | il y a 7 ans | |
| pom.xml | il y a 7 ans | |
| streamdemo.iml | il y a 7 ans |
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 flatmappingObjective - to implement the following classes:-
ArrayConverter - 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 representation: List<SomeType>