Answers for "java check a list if has the same element"

1

check if all values are same in list java

boolean allEqual = list.stream().distinct().limit(2).count() <= 1
Posted by: Guest on March-02-2021

Code answers related to "java check a list if has the same element"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language