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 ... 7 8 9 10 11 ... 45
Title Δ
I need to iterate and compute Nested Map<key, someObjectArray[]&... 0.00
Sort an array of String based on a name pattern +0.37
More efficient solution on coding task using Stream API? -1.72
Java 8 List to Map conversion +0.35
Java Stream: changing the value of a property without calling a fun... 0.00
Return Map of Map without side-effects using Java 8 Stream -2.16
High Throughput writes on a variable in Java 8 Concurrency? 0.00
Why are these Java 8 lambdas behaving differently during type conve... +1.12
How to reference the result of reduce() operation in Java 8? -1.51
java8 stream grouping by merge objects or aggregate +0.33
Convert a String into a set<Character> using a Stream java 8 +1.26
Why availablePermits() function not give me right result in my code... +1.76
Java 8 sort list of objects +0.37
Which Set implementation in Collectors.toSet()? -0.43
How to get all objects having the same max value with Java streams? +0.34
How to loop list object and getting it's element by index? +0.59
Integer::toString in Optional.map 0.00
List of specification combine using java8 stream 0.00
Multiple JVMs with sum of -xms greater than host's RAM +0.36
How are Hash Map values stored (in case the values are duplicates)? -0.99
Java 9 Collectors.flatMapping rewritten in Java 8 -0.74
How to groupBy object properties and map to another object using Ja... +0.85
Java 8 stream fix Intermediate Stream methods should not be left un... +1.42
Java - Does the package statement is removed in .class file? +1.41
Can a singleton in spring have static methods? 0.00
Java Map realizations asymptotic complexity (HashMap, LinkedHashMap... 0.00
Java interface method call for Runnable 0.00
Are there any direct or indirect performance benefits of java 8 seq... +0.17
Java 8 Optional cannot be applied to interface -0.81
how to swap arraylist elements based on specific values in java 0.00
Why expression inside map() function executed only when using count... +0.30
Remove empty Strings after splitting a StringBuilder into Array Java -0.55
What is the java.lang.Integer retained size? 0.00
How to perform some mathematical operation on some specific element... +1.57
Changes around type inference check in Java 9 0.00
How to solve this error "Type mismatch: cannot convert from Li... 0.00
How to convert/sort a String based on two symbols in Java? +1.67
Error with one of the factory methods of java.util.stream.Collectors -2.13
Optional Of Nullable Executes orElse when map returns null -1.61
Why is -server option there when server VM is the default option? +0.88
How to initialize another key's value if one key is missing in... -0.37
if we have 2 methods with the same name, different params but also... 0.00
generic types paired with method references 0.00
How to use group by to get a list of new column in an entity +1.62
Java 8 stream optimization for nested level -0.77
Java parallelStream map misses records 0.00
stream() vs. parallelStream() when adding in an ArrayList 0.00
Java8 to Java7 - Migrate Comparators +1.63
Java 8 Map of Collections remove element from collection and remove... +1.00
How to change my statement to print frequencies of object member ty... +2.04