StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

Eugene

Rating
1560.61 (5,482nd)
Reputation
78,069 (1,078th)
Page: 1 ... 19 20 21 22 23 ... 45
Title Δ
How to replace for loop having service calls using Streams (Java 8) -0.11
Java 8 Streams groupingby collector +0.42
How to use Java 8 Optionals, performing an action if all three are... -1.29
what will happen when a class implement two interface having same m... +1.64
Java8: About order of Map elements returned by Collectors.groupingBy -0.41
Remove empty Optionals from Stream using StreamEx +1.71
functional method vs normal method in class 0.00
java 8 stream.sorted with comparator in sets +1.61
Semaphore(int permits, boolean fair), what does fairness precisely... 0.00
Java8: Issue on running a Thread example +1.36
Creating dynamic array in java without using collection -0.28
BooleanSupplier usage scenarios +0.51
Parallel stream finishes before the task is done +0.40
Java 8 collect to Map<String, List<Object>> 0.00
Variable might not have been initialized, but it's set in const... -0.44
getting StackOverflowError while initializing a static variable 0.00
Nested Streams java 8 0.00
Java 8 streams: conditional Collector -0.57
Java 8 streams: conditional Collector +1.51
Handling 'not' condition as method reference in stream oper... -0.89
Can do multiple statements with stream.mapToObj +1.60
What does the naming convention 'of' mean in Java? -1.58
Does java8 streams produce slow code? +2.27
Why is this never throwing an AssertionError even after running it... +0.39
Stream.peek() method in Java 8 vs Java 9 +0.89
Java parallel stream: how to wait for threads for a parallel stream... +1.07
Method reference to private interface method -0.95
"but the compiler doesn't know this" - what's the... -1.23
Java stream: Generate objects directly from an input file and save... 0.00
Return 2nd Level List in Java Lambda +1.94
Does javac ever generate static bridge methods? +0.34
iterator() on parallel stream guarantee encounter order? -0.83
Java 8 Stream - Use filter to add element to list +0.38
Will this AssertionError never be thrown in this case? 0.00
Create a list with values from 1 to 'n' without a for-loop +0.41
Creating multimap and count element in sub map +0.53
Operations on a stream produce a result, but do not modify its unde... -2.21
Java 8 sort on Class member's property +1.07
What is an apparently correct example of Java code causing heap pol... 0.00
Java split string to Double[ ] +2.18
Casting a composed Function to a subclass of Function 0.00
From ArrayList<ArrayList<Object>> to fixed size array/l... -1.27
Does Stream.sorted().forEach() work as intended? +0.12
java - what does synchronized really do according the java memory m... -1.47
Create a stream of custom alternating numbers +0.29
Hashmap loadfactor - based on number of buckets occupied or number... -0.60
How to make TreeMap work with Arrays as key? +1.00
Why is the "Variable used in Lambda expression must be final o... +1.94
The Difference between Parallel and Sequential Stream in terms of J... +1.20
Why does a 4 billion-iteration Java loop take only 2 ms? -0.01