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 ... 24 25 26 27 28 ... 45
Title Δ
Java 8 map inner static class property in a non static method +0.00
ConcurrentSkipListMap how to make remove and add calls atomic +2.75
Why StringBuffer has a toStringCache while StringBuilder not? -0.25
Is flatMap guaranteed to be lazy? +2.77
Should hashCode() only use the subset of immutable fields of those... -0.06
Java compilation fail with method reference but works with lambda 0.00
reading a reference to an object and reading the object’s fields un... -2.02
Is this possible to do using plain BiFunction in method definition -1.08
limited size Collection in java 0.00
Counting keyword occurrences in multiple articles 0.00
Update a POJO property with 'position' in a SortedMap(TreeM... +0.35
Performance impact on Class Loading VS Interface Loading in Java 8 0.00
Unable to understand why to use parameterized logging -1.04
replace a part of string in big array with replace method and java8 -1.45
The min non-null LocalDateTime of a list using stream +1.88
Show the default value choosen for XX:ParallelGCThreads +1.82
Java Streams: distinct() on a pre-sorted stream? 0.00
Stop java stream computations based on previous computation results +0.89
java 8 How to only return sum and count values from SummaryStatistics 0.00
Converting to lambda expression with ForEach for a breaking for loop -0.14
Best Data Structure for fast retrieval, update, and keeping ordering -1.23
Why does DoubleStream.sum()'s result differ from straight addit... -1.02
Converting to lambda expression with ForEach +2.79
Java 8 Lambdas and Streams... not a "how" , but a "w... -1.26
java8 Stream List<Map> how to covert a Map after groupingBy 0.00
Error while using the filter method from streams in Java 8 0.00
Does it still make sense to avoid creating objects for the sake of... +0.43
java 8 list grouping with value mapping function producing list -0.40
Turn linked Objects into Stream or Collection -0.60
Turn linked Objects into Stream or Collection +1.35
How to match stream elements but return false if non exists? +0.24
Java stream. Only once +0.46
Transform Java 7 code that filters collection by distance into stream 0.00
Java HashMap resizing -0.59
Finding two similar arrays using streams +1.38
Comparing German word with umlauts with same word with unicode -0.58
How to sort class using Comparator.comparing() depending on given c... +1.75
Why is the local variable ks declared in the HashMap.keySet()? -0.56
Is it possible to group together strings and count group members in... +0.18
How to get a random element from a list with stream api? -1.47
Java Streams: Which operations preserve order -0.57
How to create a stream that emulates the behaviour of a nested loop... 0.00
Why don't we need volatile with StampedLock? +1.82
What does this lambda expression do and how -1.56
Why is the reduce combiner function not executed? 0.00
Collision in hashmap -0.21
Comparator.compareBoolean() the same as Comparator.compare()? +1.60
Split an ordered list of numbers multiple lists based on the differ... +0.40
Java final field heresy: am I reasoning correctly? -1.50
How to filter out only the first element not matching a predicate i... +1.01