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 ... 11 12 13 14 15 ... 172
Title Δ
How to extract sub string from string using Java 8? +0.16
Is there a way to initlalize a static field with a method? 0.00
Intersection of two lists by object property -0.16
Is this the best way to do this? Is there a cleaner way? 0.00
BiFunction - apply method should always return the second argument.... +0.74
An if condition gets ignored +0.21
Streamable Interface : How empty() method returns Iterable? +1.21
Java assignment operator returns value in lambda expression 0.00
How to put .min() or .max() as method parameter for a stream? -0.74
Why stream() doesn't work from just declared Array +0.18
Converting a Map<String,Map<String,Integer>> to Map<... 0.00
How to filter out a map of objects based on containing a list of ids 0.00
Java Inheritance concept with ambiguous parameter +0.18
Map the number of occurrence of elements in an array or stream +0.17
Convert nested for loop into java8 stream +0.19
Where is the sum being stored? 0.00
populate a List<Object1> based on another List<Object2>... -2.78
Why does `.hasNext()` consume elements from `BufferedReader`? +1.18
Java 8 stream min() and anyMatch() (or sth like that) in one line +0.16
Find all paths from top left to bottom right problem. Recursive sol... 0.00
Are expressions considered to be statements but not the other way?... 0.00
Why "THIS" keyword denotes Child object into Parent class... +0.69
Mapping Map<String, List<>> with List<> +0.85
Why the ArrayList is not initialising with runtime input? +0.74
Fetch a list of values from map -3.23
The following java code is giving output 1 2 3 .How the code is exe... +0.40
Lambda function does not update array from outer scope -0.57
Collect List<Object> to Map<String, List<Object>>... 0.00
Simplify ifPresentOrElse chain 0.00
Map<X, Map<Y, Z> to Map<Y, Map<X, Z> +1.04
Can be convert following java code to Lambda expression? 0.00
Could default method of an interface be used to describe a behaviour? +0.19
Unknown behaviour of StringBuffer.append() 0.00
Java - Masking out sign bit causes unexpected behavior +0.51
Generic Function to Print a List of Objects 0.00
Why hashcode and equals method does not work with ArrayList? 0.00
How to padded strings with zero`s in java? -0.81
How to put gnerics when calling this method? 0.00
Getting Incompatible types error while trying to map a list +0.83
Generate an infinite Stream<Integer> containing the integers... +0.62
How to stream over a range of BigIntegers? +1.13
Getting first element and returning after apply a function +1.02
Defining method to be overriden 0.00
Is there a more concise way to do this in Java 8 - Map manipulation -1.10
Why is the need of Protected constructor in Abstract class in java -2.89
Confused by <T extends Class> behavior 0.00
Force Number to parse integer String as Double in Java 0.00
how could interfaces be class members and be instantiate by class c... +0.41
Convert Stream to String in Java +0.18
Why does an action listener gives different result when using metho... 0.00