StackRating

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

ColinD

Rating
1622.90 (1,019th)
Reputation
95,822 (796th)
Page: 1 ... 9 10 11 12 13 14 15
Title Δ
Converting a List<String> to a List<Integer> (or any cl... +1.89
Is there a better way to calculate the values in a Map? -1.79
Why does Java Collections have helpers for 0 or 1 but not more elem... +0.91
Is there a way to define a generic method that checks for null and... -1.19
Bag implementation as array in Java +1.49
Why does HashSet have "Hash" in its name? -0.43
Singleton Pattern -1.04
public static factory method -0.87
When to use which Writer subclass in Java; common practices +0.38
Type mismatch between ? and java.Object in Map<String,?> <... +1.42
Using Java generics in an interface to enforce implementation of a... +0.41
How should I map long to int in hashCode()? +0.74
Java Generic - subtypes check? +1.06
Java class variable scope problem -2.24
Guava function arguments +0.41
Reusing an HttpsUrlConnection... don't want to get a new connection... -0.61
JUnit4 fail() is here, but where is pass()? +0.97
A java method that has a generic parameter- why can't I pass an obj... +0.39
Instance variable becomes invisible after local var is declared +0.43
How do I provide the following json output using java -0.14
Java: Apply Callback to Array Values +1.93
Iterating over a List of Strings In Java? +0.31
Calling Java varargs method with single null argument? -1.57
PHP's range function in Java +0.97
Benefits of public modifier on Java Thread's run() -2.03
Using String.equals compare password and authenticate user against... +0.29
Guice wrap generic injections 0.00
sorting List<Class> by one of its variable -1.33
What is the difference between submit and execute method with Threa... +0.40
Google Guava Supplier Example +0.93
How to intersect multiple sets? -1.35
What is the latest official version of Google Guice and where shoul... 0.00
How do I remove sequential elements from a Java ArrayList? +1.27
Are there any plans for the JVM to support generics at runtime? -0.54
Java: generic interfaces and functions in such -0.72
Guava Function<> with void return value? 0.00
Enum and Generic constant specific method -1.05
Java: Does a Size interface exist? +1.04
Java: Type safety : A generic array of A is created for a varargs p... +1.91
When is it beneficial to flyweight Strings in Java? +1.51
Java: Compareable<List<T extends Compareable<T>>> -0.56
java: reverse list +1.06
How can I deserialize an array inside a JSON object? 0.00
java: Class.isInstance vs Class.isAssignableFrom -0.55
Is Google Guava "harder" to use than Apache Collections? +0.40
What is the best standard style for a toString implementation? +0.89
How to iterate through google multimap +1.45
How to deal with Singleton along with Serialization -0.47
Cost of inserting element at 0th position of LinkedHashSet? -0.32
Java: how to get Iterator<Character> from String +1.10