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 ... 33 34 35 36 37 ... 172
Title Δ
How to declare an array of method references? +0.68
Rename object names in methods +0.33
Java Recursive function sometimes working 0.00
Bubble Sort not sorting correctly - Java +0.20
How optimize code (java) 0.00
How to find multiples of 3 and 5 in an array java +0.20
Why interface variables need initialization? -0.87
Java - custom integer division function +1.22
To Unequal two list when defined equal before +0.89
How does Java differantiate between almost identical constructors d... 0.00
Java max and min of array returning wrong numbers +0.20
What is meant by without exposing the 'internal structure'?... -1.23
Constuctor not initialising variables +0.20
Divide two long vars then subtract gives zero 0.00
Calculating space complexity of string compression - Cracking the c... -3.01
Complex type bounds +0.20
Check if key is in map - one way works and the other doesn't +0.64
Why doesn't List<? extends A> accept an implementation of... 0.00
What is difference between first while loop and second while loop? +0.36
get all matching non null elements if all the conditions are given... 0.00
Generate series and show sum of 1*3*5 + 2*5*8 + 3*7*11 +0.19
how to count many times a character occurs in a string without usin... -0.09
Why getItem(position) should be casted inside a generic class (i.e.... +0.19
Synchronize in Java not behaving correctly? +0.18
Generic methods T extends 0.00
Why does Java not give an error when I initialize a static variable... +1.28
Stream API map() and filter() +0.68
2 Different items added to ArrayList however the latest item is mad... 0.00
What mean <K,V> before HashMap<K,V>? Generics in Java 0.00
Grouping by and map value 0.00
Is there a replacement for this double math -0.91
taking even number from user and giving exception error if number i... -0.16
Execution of java static blocks in subclasses +0.21
Why does the get method of HashMap have a FOR loop? +0.47
Difference in Java Collection between JDK 6 and JDK8 -0.88
To what extent are cached instances used for common Float and Doubl... -2.54
Should I convert Integer to int? +0.22
removing consecutive duplicates from the string 0.00
How exactly keySet(V mappedValue) in ConcurrentHashMap works? 0.00
Why my Variable richtigeHoeren only counts until 10? 0.00
how can Map.Entry interface call getValue()/getKey() methods withou... -1.56
Recursion: I don't understand why the code will print out n int... -2.02
Java 8 chooses different overloaded method than Java 7 did when gen... 0.00
Instance variables initialized at the time of declaration in Java +0.19
Returning String builder from a String function in Java? -1.40
Why do we need hashcode and bucket concept in LinkedHashMap 0.00
Get parent object from stream +0.21
Find if sum of two numbers in an array is equal to k +0.47
java 8 parallel stream Issue 0.00
Java8: how to copy values of selected fields from one object to oth... +0.74