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 ... 57 58 59 60 61 ... 74
Title Δ
Composition of method reference -1.70
Is there a Java Stream method equivalent to Scala's collections... +0.76
Declaring booleans Optimization +0.04
Java: Getting the generic type of a lambda 0.00
Most efficient way to get the last element of a stream +0.57
Good Practice of using ThreadLocal in Java -2.11
Will objects on heap be replicated on stack on function call? +0.37
Java builder pattern - derived builder 0.00
Does a lambda expression create an object on the heap every time it... +1.79
Determine when CallerRunsPolicy is being exercised -0.15
Java 8 Streams, perform part of the work as parallel stream and the... 0.00
Why doesnt awaitTermination reliably return when all tasks on Execu... 0.00
Migrate Java 7 add to list in loop to java 8 -1.84
Java 8 TYPE_USE annotations not behaving if array is annotated insi... -0.13
Java enum that registers as listener on creation -0.01
Surprising behavior of Java 8 CompletableFuture exceptionally method 0.00
AbstractMethodException with LambdaMetafactory 0.00
Convert MethodHandle to method reference (here Function) +1.04
Java: How to create a specific class instance? 0.00
BootstrapMethodError caused by LambdaConversionException caused by... 0.00
Use an array to call a constructor with varargs -0.13
Java 8 type inference involving Booleans -0.16
Lambda expression gives "invalid tokens" syntax error in... +0.95
Unit of size returned by java instrumentation -0.38
Java 8 conditional .map() (or map with identity function) +1.18
Hard link to field name in Java 8 +0.37
Terminating out of Producer Consumer setup using wait and notify 0.00
How to get singleton instance from a class name as string -0.37
How to "safely publish" lazily-generated effectively-immu... -0.46
Why Netbeans warns me of finalize? +0.99
List::contains with comparator +1.18
RandomAccessFile Vs NIO Channel 0.00
How do I wait for a set of threads to 'really' finish in ja... 0.00
How stream in Java 8 calculate on item in array by index +2.44
Effective way to get hex string from a byte array using lambdas and... 0.00
Convert code to Lambda function 0.00
Should I be exposing Stream<T> on my interface? +0.40
Why does calling this method on the EDT cause a compilation error? -0.11
Java lambda, turning a text file of records (eg CSV) into a stream? +0.28
How can I extend(resolve) a Path with a Stream of String 0.00
Dynamically creating a subclass at runtime +0.04
Why does @FunctionalInterface have a RUNTIME retention? +1.31
In java 8, good practice to return stream of elements 0.00
Problems with Collections.sort in Java 8 0.00
Is there a standard Java 8 FunctionalInterface for a block throwing... -1.77
Why is the max recursion depth I can reach non-deterministic? +0.90
LambdaConversionException with generics: JVM bug? +0.38
getDeclaredMethods() behaving differently in Java 7 vs. Java 8 0.00
Java 8 equivalent of (RxJava) Observable#onComplete() +1.73
Reducing IF statement java +0.12