as java.util.LinkedHashmap exist and what is the advantage to use import com.google.gson.internal.LinkedTreeMap;
When i searched, i got the results comparison between HashMap, LinkedHashMap and TreeMAp but i want to know the performance of LinkedTreeMap different from either LinkedHashMap or TreeMap.
Please any one clarify me.
