StackRating

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

shmosel

Rating
1672.48 (301st)
Reputation
37,282 (3,013th)
Page: 1 2 3 4 ... 25
Title Δ
Effectively using Java Streams 0.00
How can I find if a number in a doubly linked list is between max a... +0.29
Returning from Java Optional ifPresent() -0.68
C# vs Java generics. How to convert this piece of code to Java? -2.55
convert List<List<Integer>> to 2D char array? +1.29
Accept superclass as parameter but use subclass in method -2.36
Add callback function to Java stream +0.28
How to read colon seperated values from txt file in java +0.02
Deep copy a NavigableMap in Java 0.00
Filtering a list based on a fluctuating number of conditions -0.31
Using concurrentHashMap vs Hashmap 0.00
Java concurrency: safe publication of array 0.00
In Java, how do I check if a string consists of both letters and nu... +0.63
how to pass function to method parameter in java -0.20
Why are implicit generics in classes not allowed in Java? 0.00
How to add objects to an Array list by alphabetical order of partic... +0.27
I want the output to adapt to age +0.50
Copy the first "Object" to all "Object" internal 0.00
Java - Synchronized but allow one method to be accessed by differen... +0.28
Replace this lambda with a method reference +0.96
Apply reduction only if certain condition is met +0.19
Java 8- Lambda expression and streams to iterate over HashMap of Ha... +0.94
Send expression in java +0.96
Add/remove method vs set method in ArrayList +0.28
Flatten a map after Collectors.groupingBy in java -0.43
How to elegantly create a function which returns a lambda's ret... -2.09
Alias a Java class from nested namespaces 0.00
Using Regular Expressions to Extract a Value in from a string in Java +1.07
Is there a better way to clone values from an object without using... +0.27
Convert Map<A, Map<B, C>> to Map<B, Map<A, C>&... +1.65
create a program that prompts the user to enter a number between 1... 0.00
Why use assignment in a comparison? +0.09
Java method to return random element of array of different types -0.39
Java - How to call a function in sync and parallel that returns a s... 0.00
Jackson: Deserialize map<String,Object> to Custom nested Pojo 0.00
Simplest way to create a java.sql.Date for December 31, 9999 (UTC)? -0.52
Java - Integer In Array Coming Up As Not Found When There Are Multi... +1.14
Using remove and add method for list -0.44
CELL_TYPE_BOOLEAN cannot be resolved or is not a field Error -0.80
How to write odd or even method for list of integer with help Strea... -0.30
How can a concise closure be written for a generic method? -1.68
Java 8 streams : Combine properties of two objects which are in Arr... +1.86
Java cloning with super and sub classes +0.26
How can I declare a variable as an element of a constant array? 0.00
Java extract data from square brackets and put into square brackets... 0.00
Alternate way to code multiple checks for NullPointerException, JAV... +0.62
Java Inverting Switch statement +0.29
Sort a List of Maps using a field from the value object 0.00
Why is a method of superinterface called through Interface.super? +1.29
Why does a flag in a capture group remove the group? +0.93