pchai7 34d307cecf InProgress | il y a 5 ans | |
---|---|---|
.idea | il y a 5 ans | |
src | il y a 5 ans | |
target | il y a 5 ans | |
.DS_Store | il y a 5 ans | |
.gitignore | il y a 5 ans | |
README.md | il y a 5 ans | |
looptest.iml | il y a 5 ans | |
pom.xml | il y a 5 ans | |
streamdemo.iml | il y a 5 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>