Append or Prepend Items to a Stream
Java Stream – Get Object with Max Date From a List
Java Stream findAny()
Java Stream findFirst()
Getting the Last Item of a Stream
Java Stream – Find, Count and Remove Duplicates
Convert Iterable or Iterator to Stream in Java
Java IntPredicate Example
Guide to IntStream in Java
Applying Multiple Conditions on Java Streams
Java 8 – Join or append stream of strings
Java 8 Stream concat()
Sorting a Stream by Multiple Fields in Java
How to Sort a Stream in Java
Collecting Stream Items into List in Java
Java Stream toArray()
Collecting Stream Items into Map in Java
Java Stream reuse – traverse stream multiple times?
Java Stream findFirst() vs findAny() API With Example
Java Stream noneMatch()
Java Stream allMatch()
Java Stream anyMatch()
How to Create Infinite Streams in Java
Java Stream skip()
Java Stream limit()
Java Stream peek()
Java Stream map() vs flatMap()
Java Stream flatMap()
Java Stream map()
Java Stream min()
Java Stream max()
Java 8 – Sort a List with Stream sorted()
Chaining Multiple Predicates in Java
Negating a Predicate in Java
Java Stream filter()
Java Stream forEachOrdered()
Java Stream forEach()
Secure Random Number Generation in Java
Using ‘if-else’ Conditions with Java Streams
Java forEach()
Getting Distinct Stream Items by Comparing Multiple Fields
Stream of Random Numbers in Java
Finding Max and Min from List using Streams
Java Stream count() Matches with filter()
Collecting Stream of Primitives into Collection or Array
Boxed Streams in Java
Java Regex as Predicate using Pattern.compile() Method
Java 8 method reference example
Java Stream distinct()
Listing All Files in a Directory in Java
HowToDoInJava provides tutorials and how-to guides on Java and related technologies.
It also shares the best practices, algorithms & solutions and frequently asked interview questions.
OOP
Regex
Maven
Logging
TypeScript
Python
About Us
Advertise
Contact Us
Privacy Policy
REST API Tutorial