Day 5: Getting stream of char from string.chars()

Getting stream of char from string.chars()

June 30, 2021 · 1 min

Day 4: try with resource helps to close open resources that uses .close() method to close.

try with resource helps to close open resources that uses .close() method to close.

June 29, 2021 · 1 min

Day 3: Using Objects.requireNonNullElse() where Optional not being able to be used.

Using Objects.requireNonNullElse() where Optional not being able to be used.

June 28, 2021 · 1 min

Day 2: Getting the last element of a Stream.

Getting the last element of a Stream.

June 27, 2021 · 1 min

Day 1: Checking Whether a String Matches One of Several Values

A small Java example for checking whether a string matches one of several allowed values, with notes on List.of, Set.of, Apache Commons Lang, and streams.

June 26, 2021 · 2 min