This program was created to practice Stream API in Java.
There is an abstract Person object.
- Name
- Gender
- Vehicle
- Type
- Brand
- Price
- Year
- Height
- Weight
- Money
Person is needed in order to practice filtering.
You can make as many random objects of this class as you like.
Everything happens in the LearningZone
class in the startExpedition()
method.
Here you can do whatever you want with the generation
ArrayList.