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 ... 5 6 7 8 9 ... 45
Title Δ
How do you add elements to a List<T extends I1 & I2>? -1.89
Check if java stream has been consumed +1.11
How to clear the contents of a list which is inside a HashMap value... -1.36
Writing Javadoc for return-type 'Optional<T>' +0.37
Way to denote variables that are effectively final 0.00
Spliterator parallel sort order -1.38
Aggregate data by date in java stream -2.36
Why is getClass() called when we create an object for Inner class? +0.10
Optimize method by reducing amout of code/operations on list +0.42
Is there ever a reason not to use Java 8's parallelSort? +0.85
Remove duplicates from a list of objects based multiple attributes... -1.14
\s doesn't actually capture all whitespace characters -1.00
What are the drawbacks in returning empty immutable collection inst... +0.25
How to split a stream into multiple stream based on certain criteria? +1.79
Filter list based on distinct and second predicate +1.08
Streams in Java are much slower than native for loop - why? +0.38
Implementing custom intermediate operations on Java 8 Streams +1.46
how can I delete a portion of a linked list? 0.00
Method reference does not always seem to capture instance +0.37
Java best practices static final map values +0.81
Why do all my decoded Strings have '?' at the end? Java Str... 0.00
Java 8 predicates using methods bodies are called only once? +0.15
Uses of T extends U? +0.18
How can I avoid writing many very similar setter methods? -1.92
TreeMap put 100 elements(1MB each) and Heap have only 80 MB memory,... 0.00
Why does it matter if I use a method reference or a lambda here? -0.21
Why is this Java 8 method reference not working for System.out.prin... -1.25
how to understand volatile example in Java Language Specification? -1.38
Call void on possible null object, in one line +0.53
Using Collectors to GroupBy one field, Count and Add another field... 0.00
Filter out element one by one using filter() -0.86
Return from function, once value in function is null -1.46
If I cast an array of T to an array of Q (being Q derived from T) d... +0.87
Is Array declaration linear time operation or constant time operati... 0.00
Covariant return types while overriding methods and `List<T>&... 0.00
Get abbreviation from Java TimeZone? +1.70
Order list by a related-list in Java -0.02
Is JDK 8’s new strategy for dealing with HashMap collisions(tree in... -2.00
Standard JIT compilation instead of On Stack Replacement in HotSpot 0.00
Java: Best style in clearing collections -0.70
Measuring and monitoring the size of large HashMap +0.39
How to turn off OSR compilation 0.00
Java lambda not working with full definition +1.22
How to merge multiple list using flat map with null and empty check... 0.00
Test if two sets share 3 elements with Java streams -2.05
Swapping case of a single alphabetical word +0.37
How to test a simple given method using Mockito -2.41
How in the java stream when executing the .max() method do incremen... -1.46
How to make a abstract class with default comments on it? +0.38
Is it sensible to use the hash code of a class as its serialVersion... -1.27