All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.moon.core.lang.ref.HashLocation Maven / Gradle / Ivy

package com.moon.core.lang.ref;

import com.moon.core.util.Table;
import com.moon.core.util.TableImpl;

import java.util.HashMap;

/**
 * 推荐使用{@link Table}、{@link TableImpl}
 *
 * @author moonsky
 */
@Deprecated
public class HashLocation extends DefaultLocation {

    public HashLocation() { super(HashMap::new); }

    public final static  HashLocation of() { return new HashLocation<>(); }

    public final static  HashLocation ofManaged() { return new HashLocation<>(); }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy