StackRating

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

Eran

Rating
1729.18 (69th)
Reputation
307,317 (111th)
Page: 1 2 3 4 ... 172
Title Δ
Why is takeWhile stateful? +0.85
How can I make my array return in reversed order? -0.29
Which bit is the higher order bit in int type in java? 0.00
Is there a difference between super.getX() and simply x? -3.26
Functional interfaces introduced in java 8 0.00
Complexity of java code with nested for loops +0.70
java collectors with grouping by 0.00
java : how to compare generic variables with int -0.29
How can I create a generic method that is constrained by iterable t... 0.00
Not able to return false in equals() method when object o is null.... +0.21
Using 'this' in constructor and other methods in Java - whe... +0.77
What's the time complexity model of this program? +0.51
Equals method is not working for two same object +0.17
How to get the 1's complement of just necessary number of bits,... 0.00
What's the difference between "mapToInt(Integer::intValue)... 0.00
When to Initialize the instance variable in Java, which way is bett... +0.90
Reversing an array without using another array 0.00
Factorial recursion implementation using lambda function 0.00
Summarize and collect stream elements at same time -1.92
Return true or false if element of one list starts with element of... 0.00
Using Set<Integer> to remove indexes in an List<String> 0.00
Java call inherited methods using only one object -0.30
When mul() is a non static method why is direct call to mul method... 0.00
How do I get shuffle() from Collections to not modify every array i... 0.00
Java - Prime Factors - Tip to fix? 0.00
Java 8 partition data from a list to two separate list +1.01
Java seems redundant for a complete beginner when creates new objects +0.47
Java collect Map of Sets 0.00
why the java constructor this. variable isn't being assigned to... 0.00
Java8-Stream: no instance(s) of type variable(s) 0.00
Java streams compare object from two streams and create new Object +1.04
How to initialize a generic variable +0.89
I have to figure out if the numbers in an array are factors of a gi... +0.21
problem with equals() method when used after toString() method -0.15
How to convert Array Of Object A to Array Of Object B with Construc... +0.96
why the java generic type is a must when I implement Interator<E... 0.00
how to collect to LinkedHashMap in java 8 +1.11
casting does not work on nested list object type and returns empty... 0.00
Integer variable stores 0 as method return value +0.21
How can we use Ternary Operator if no else statement is used? -1.15
Java TreeMap put vs HashMap put, custom Object as key +0.21
Sort arrays using lamda +0.08
Is there a way to use the containsKey() map function on an Object k... +0.20
What is the better way to retrieve (any) element from a HashSet? 0.00
java 8 - how to group by every element from the list 0.00
HashMap behaving weird +0.21
removeRange method with ArrayList +0.24
java 8 map with multiple keys to same value 0.00
Converting String Collection to a Map with input as the key mapper 0.00
Calculate product in Java, term vs. a 'for' loop, different... 0.00