StackRating

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

Louis Wasserman

Rating
1679.34 (255th)
Reputation
151,431 (375th)
Page: 1 ... 7 8 9 10 11 ... 55
Title Δ
How do Java generic parameters work in methods that are overriden? 0.00
How to pass value by reference in this case? -0.98
Collect into Guava's ListMultiMap using Java 8 streams +0.90
String keeps initializing as null 0.00
Why can't I create a function that uses user input later? +1.36
Does the str.toCharArray() in for(char c: str.toCharArray()) being... 0.00
Comparing 2 HashSets for common object +0.27
Java invoking method by reflection and exceptions 0.00
Pass by reference not working when argument is a Wrapper reference +1.08
java lambda method reference - runtime error when tried to refer to... 0.00
Stream of Stream: cannot convert from Stream<Object> 0.00
why does my class not recognize my method? +0.80
How to convert Java InputStream to a ByteArrayInputStream or to a S... 0.00
Two excluding interfaces in java +0.27
Can natural ordering be enforced via Java generic type system? +1.12
Java 8 List to EnumMap with sums 0.00
Sort Set of objects based on a field -0.79
Guava Cache expireAfterWrite is only applicable with getIfPresent u... 0.00
How to format BigDecimal to ALWAYS have two decimal places? +0.25
What kind of collection should I use in this case? -0.01
Understanding Java Generics <T extends Class> and <? exten... +0.26
Java 8 List<V> into Map<K, V> override duplicate keys +0.27
How can I call parameterized constructor of default type from a par... 0.00
Intersecting ranges when using RangeMap -0.60
How to initialize empty ImmutableEnumMap using guava? 0.00
Storing java Class object in a Hashmap<String, Superclass> wi... 0.00
get subset of elements from set in circular way -2.71
Why isn't there IntStream.flatMapToObj()? -0.37
Java 8 Map<String, Runnable> Control Flow +0.32
Java 8 Optional How to define Error Message of NullPointerException +1.47
Using an iterator twice in java +0.28
Step Into isAssignableFrom() method in Eclipse +0.29
Rounding an int number to another int number -0.52
LinkedHashSet vs HashSet memory consumption +0.29
Adding an element to a Java immutable queue 0.00
Generic class in java -0.22
why can't I find sqrt using this code? +0.26
Java 8 stream list collector memory allocation speed vs loop with p... +1.01
guava cache containsValue 0.00
ImmutableSortedMap - Duplicate keys in mappings -1.59
Java 8 ToLongFunction when should I use it? -1.86
Expression must be an array, but ... to double 0.00
Local variables referenced from a lambda expression must be final +0.27
Can I write a literal intializer in Java for a non-primitive type? -2.45
In Java 8, how can I iterate through two arrays at one time? +1.01
JAVA Why do I get a type error when assigning these variables (T ex... 0.00
Java's HashMap collision resolution +1.02
Complexity of asMap() method in guava 0.00
Nested groupingBy for maps with an inner ImmutableList? -2.36
How to transform the key and value of a each entry set of a Map usi... +0.25