/stream-api-examples

Intermediate and Terminal operations of Stream. String Conversion.

Primary LanguageJava

Few examples of Stream API for practice purpose which include:

  1. Intermediate and Terminal operations of Stream.
  2. String Conversion: a) ListtoList b) Listtoint[] c) String[]toList ..many more
  3. 5 ways of traversing a hashmap.