kabutz
kabutz
Here is another test that demonstrates that the compareTo() method is still not transitive, the way it has been written. #77 should be re-opened.
…some samples in chapter-01.adoc
Here is a proposed fix (please check that it works correctly and is faster), where we utilize the CHM inside the JobServerStats to only query the OS MBean once every...
There seems to be a compatibility issue between Deque.reversed and List.reversed, because of different return types: java.lang.IllegalStateException: public java.util.Deque java.util.LinkedList.reversed() and public java.util.List java.util.LinkedList.reversed() have incompatible return types at [email protected]/eu.javaspecialists.books.dynamicproxies.util.VTable$Builder.lambda$static$0(VTable.java:251)
In this code: ``` import eu.javaspecialists.books.dynamicproxies.Proxies; import java.util.*; import java.util.function.*; public class AdapterDemo { public interface Printer { void forEach(Consumer