
com.moon.core.lang.ref.WeakLocation Maven / Gradle / Ivy
package com.moon.core.lang.ref;
import com.moon.core.util.Table;
import com.moon.core.util.TableImpl;
import java.util.WeakHashMap;
/**
* 推荐使用{@link Table}、{@link TableImpl}
*
* @author moonsky
*/
@Deprecated
public class WeakLocation extends DefaultLocation {
public WeakLocation() { super(WeakHashMap::new); }
public final static WeakLocation of() { return new WeakLocation<>(); }
public final static WeakLocation ofManaged() { return new WeakLocation<>(); }
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy