StackRating

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

Holger

Rating
1751.52 (41st)
Reputation
184,241 (270th)
Page: 1 ... 23 24 25 26 27 ... 74
Title Δ
JVM Stream API RollBack 0.00
How do I split a stream to handle elements in different ways? -1.19
Setting value of item in a List given next item with a certain value -2.57
Why -Xmn1m -XX:SurvivorRatio=2 makes eden space 0k -2.21
Sort a list of numbers with all 0's at the end of result -0.86
How to get TYPE_USE annotations on a generic bound 0.00
Elegant way to define a huge global ImmutableList constant (beyond... -1.87
How do aggregate operations work on Java streams? -0.27
Fill objects fields from Stream<Integer> -0.38
sum and max values in a single iteration +0.25
In which version of JDK7, MergeSort was replaced with TimSort in Co... 0.00
how to find all methods called in a methods including Lamda? 0.00
Why the tryAdvance of stream.spliterator() may accumulate items int... +1.17
how to extract access flags of a field in asm visitField method +0.26
How to change type to extending object in java array? -0.18
How does protected access modifier work and how does it differ from... 0.00
HashMap performance Java 9 25% less than Java 8? +1.30
"V is not a functional interface" error 0.00
MapReduce output ordering in Java8 +0.26
Displaying all thread groups and threads currently running in JVM 0.00
How to catch the exception thrown from a lambda +0.59
Optionally apply filter on stream +0.23
Java, First Duplicate value from an array in O(n) time complexity -0.35
Does partitioningBy preserve order of elements in the original list? 0.00
How can I concatenate two float arrays in Java? +0.67
How do I avoid returning a null value while avoiding mutation? 0.00
Java 8 method reference to class instance method NPE +0.26
Convert float to Big Endian -0.24
Get value only when objects with same key have the same value in Ja... -0.25
Interrupt CompletableFuture with default value 0.00
Adding a class to the class path with a Java Agent 0.00
Java - Marked/Unmarked Objects in Concurrent Mark Sweep GC -0.75
Impelement a generic parser class +0.26
Java Language naming convention for .class files 0.00
Java 8 Stream Mapping Grouping operation +0.78
Case insensitive path startsWIth endsWith +1.35
Getting prime factors in functional Java streams with a single meth... +0.64
Best way to support lazy/late parallel in customised stream method... 0.00
Official web-server in Java 9 0.00
Java `InvocationTargetException` with class instantiation by reflec... 0.00
Sort list of maps using multiple keys in Java8 +0.70
Understanding sequential vs parallel stream spliterators in Java 8... 0.00
java method: java.lang.Integer.numberOfLeadingZeros(int) can be opt... -0.90
Java Method Invocation Stack Copy 0.00
How to get sorted a TreeMap from list using streams +0.60
Does the stream.spliterator() close the stream? +1.45
Generic enum iterator java +1.04
Passing a function into the Stream's filter method in Java 8 0.00
Java 8's Files.lines(): Performance concern for very long line -1.27
Why does a parallel Java Stream with a short-curcuit operation eval... +1.11