StackRating

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

Andrew Tobilko

Rating
1687.52 (210th)
Reputation
29,430 (4,181st)
Page: 1 2 3 ... 20
Title Δ
How to use a double function as a parameter for another one? 0.00
Java imitate and, or for concatenate rule -2.84
What does the Function.apply-Method do in a custom interface, when... 0.00
Is there a way to add a conditional to an Array definition in Java? -0.70
Runnable as method reference -0.58
Enum factory using Java 8 supplier 0.00
Throwing an IndexOutOfBoundsException and I don't understand how -1.64
Why is the integer 0 when I create an object and get that integer v... +0.24
How can I move a value to the bottom of a stack rather than the top? -0.42
Why is my toString() not working as I wanted? +0.25
How can I build an object using a varying number of command line ar... +0.11
How to load spring application.yml from S3 -3.06
I am trying to print the longest word of a string, just the word it... 0.00
Java Stream: How to avoid add null value in Collectors.toList()? +0.24
Java Ambiguous method when a method has a generic parameter and oth... +0.24
Java Variable Visibility 0.00
Why override existing method in parent interface? 0.00
Evaluation of an expression in Java that contains conditional opera... 0.00
Method reference expression is not expected here, compile time error -0.02
Code compiles while breaking generics constraint on return type 0.00
Variable number of arguments in generic class in Java for callback... +0.98
Java threads were broken +0.96
type mismatch cannot convert from Integer to Optional<Integer> 0.00
Why is this class not immutable? +0.25
How to stop littering your code with Optional IsPresent()? 0.00
Java: Creating an object and adding straight into ArrayList - two w... 0.00
while printing some statements in console without main function usi... +0.24
Default constructor issue declaring values 0.00
Non static method reference in enum constructor as parameter +0.24
How do you instantiate a class that calls another instantiation of... +0.63
What would be the shortest way to write/create an int[] with 3 uniq... 0.00
Update specific field of Object using Builder in java +0.25
Chaining Optionals +1.32
Create a char count array for a String using java8 features +0.27
Return stream from array as int[] instead of Integer[] 0.00
Map<Object, AtomicInteger> to Associative array -0.75
How to map value at index 0 for a list in an Optional Stream +1.26
Java new keyword with static inner class -1.50
Why cannot I return void from a void function +0.75
Is there any pool system like String pool for List.of() 0.00
Java 11 compiler not recognizing static BiFunction in main method +1.40
How to create abstract Function using java 8 -2.04
Java Final class or private constructor -1.34
Java 8 lambda (from javascript example) -0.84
Java incompatible types: int cannot be converted to int[] +1.11
How to create an irregular shaped two dimensional array in Java +0.66
How to use enum member with same outer class name +0.46
How check if array is full and if not full add to it? -0.02
Apply conditional OR to a variable -0.84
Return exception in switch statement and then throw the called method +1.21