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 ... 34 35 36 37 38 ... 74
Title Δ
throwing exception inside the java 8 stream foreach -2.68
the constant pool lost #3 in class file +1.43
java 8 switch case default with break for class type 0.00
Changing the order of two type parameter bounds causes Java runtime... 0.00
Updating string array using java stream +1.92
Clean Up After a Java8 Stream +0.08
May the removal of an unused field cause a garbage collection? -0.04
Merging different objects using lambda -0.04
Reading and writting a large file using Java NIO +1.39
If boolean is represented as int in the JVM, how does it correspond... 0.00
Java LineNumberTable: Entry explanation 0.00
Defining Abstract Object class method in Functional Interfaces 0.00
Why should I use concurrent characteristic in parallel stream with... +0.60
Calculate all permutations of a collection in parallel 0.00
Annotation processing unknown Annotation 0.00
Combine allMatch, noneMatch and anyMatch on a single stream +2.27
Java interface static variable is not initialized 0.00
Array or collection of "Autocloseable" in Java8 -0.04
Why does copy and paste of images on OSX now return sun.awt.image.M... 0.00
How can I mock the return from a generic wildcard 0.00
Nested forEach in Java 8 0.00
Dynamically compile java code which has dependencies on classes loa... -2.58
How to split a String into a Stream of Strings? +1.20
What implementation detail makes this code fail so easily? 0.00
What is the most effective way to read a file without any leaks in... +1.18
Java 8 FlatMap - Add items in a nested form and retrieve object usi... +1.50
ForkJoinPool BufferedImage Processing Style 0.00
Java 8 stream list collector memory allocation speed vs loop with p... -1.51
Parallel Stream non-concurrent unordered collector +1.14
What is the maximum number of lambdas used in one Java class? 0.00
Oracle JVM: invokespecial instruction 0.00
Complexity of grouping in Java8 0.00
Try & Catch When Calling supplyAsync -0.18
Link annotations on type parameters in subtypes to declaring type p... 0.00
What is the best way to rollback() a statement execution failure in... +2.18
How to handle if sum of integer array exceeds int max value(2147483... +0.32
How can i return a Set of elements that are repeated with Stream API? -0.17
Collectors.toMap with same keys(print same key) -0.20
Is there workaround to "return" stream from forEach method? -0.15
Java - Basic streams usage of forEach +0.37
Broken cast on compiling generic method with JDK 8 +1.35
Get top 3 counts from list using stream 0.00
Does use of new String("hello") is completely useless ove... 0.00
Perform an action for each element of a stream and for any element +0.31
Block until the current time is 60 seconds before a given time, usi... -2.21
Java 8 CompletionStage exceptionally rethrow exception 0.00
Mapping individual elements in a Stream<Collection<T>> -0.87
Chunking a text file using Java 8 streams +0.60
Find first index of matching character from two strings using paral... +1.08
Is there a way extending existing interface implementations with le... +2.03