Android HashMap + Retrolambda

99 views Asked by At

The question is, does using HashMap with Retrolambda results in Java8-like bucket structure - balanced tree?
I know that aapt plugin translates Java8 to Java7 bytecode, but they say:

Java 8 features other than lambda expressions are not supported by RetroLambda

So does it simply uses Java7 HashMap during translation instead of Java8 HashMap?

0

There are 0 answers