StackRating

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

Brian Goetz

Rating
1697.87 (159th)
Reputation
59,329 (1,571st)
Page: 1 2 3 4 ... 5
Title Δ
Is execution of stream lazy when using findAny() after multiple tra... +0.27
Do JDK classes have any further specifications beyond their Javadoc? +1.16
How to implement below using Streams in Java 8 0.00
How to serialize a Predicate<T> from Nashorn engine in java 8 0.00
How to implement Stack Iteration using Java 8 Stream +1.64
How to simplify retry code block with java 8 features +0.59
How to implement inheritance with Java-8? +1.43
Variable unexpectedly manipulated by threads +0.27
Java generics - How to add non generic to a generic list +0.26
Why is javax.money.CurrencyUnit not Serializable? 0.00
JDK source: code repetition Collection.java and Set.java 0.00
How do streams / fork-join access arrays thread-safely? 0.00
Generate lambda class for generic type variable using reflection -0.19
How To Use Classic Custom Data Structures As Java 8 Streams +1.75
What's the difference between Stream.map(...) and Collectors.ma... +0.29
Concatenate string values with delimiter handling null and empty st... 0.00
Confused about advantage of interpreted language +0.26
Concurrency - why using a nested subclass for final static fields? +0.31
Adding multiple fields in Java streams (and conditional stream oper... +0.26
Java 8 Lambda Ambiguous with Overloaded Functions -2.07
Stream over empty Collection, adding values -2.47
Why does Java generics not allow type conversion on generic types? +0.71
Why does a lambda need to capture the enclosing instance when refer... +1.23
Trying to do a minor refactor using lambdas in Java +1.35
Java stream operation fusion and stateful intermediate operations +1.95
Higher order function and closure in java 0.00
enum override methods using lambda expressions 0.00
groupingBy & Java 8 - after groupingBy convert map to a list of... 0.00
Is it possible to operate on each List from a grouping by collector... +1.46
Trying to benchmark lambda performance -0.54
Java 8 Generic use of Stream.collect() 0.00
Unrelated defaults inheritance error for type variables: why? +0.28
Why are Java method / constructor parameters not final by default? +0.27
Does Stream.forEach respect the encounter order of sequential strea... 0.00
Avoiding "null-check" in List processing using Optional o... 0.00
Why is Files.lines (and similar Streams) not automatically closed? +1.74
Is there a more elegant way to select between max or min method fro... +1.58
Is ForkJoinPool.commonPool() equivalent to no pool? 0.00
How to code Stream.findNth()? 0.00
What's the easiest way to combine multiple collections into a s... 0.00
Double checked locking with regular HashMap 0.00
How can I log a human-readable string for a lambda? 0.00
Closure in Java - Captured value - why this unexpected result? +0.87
Using The Default Method Of Grandparent Interface -0.23
Java 8 Fails Inference for Exception-throwing Lambdas +0.66
Whats is default Set/List implementation with Collectors in Java 8... 0.00
Why can't @FunctionalInterface be applied to a SAM abstract bas... +1.78
Why `private static` field is not allowed in Java 8 interface? +0.45
More elegant way to repeat and join a known string an unknown numbe... +0.20
Dealing with a null attribute using java 8 streams and sorting usin... +0.27