com.activitystream.underware.Factories Maven / Gradle / Ivy
package com.activitystream.underware;
import java.util.Collections;
import java.util.Map;
import java.util.TreeMap;
public class Factories {
public static Map getMap() {return new TreeMap(Collections.reverseOrder());}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy