org.zodiac.sdk.json.ext.TempMapCache Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of zodiac-sdk-json Show documentation
Show all versions of zodiac-sdk-json Show documentation
Zodiac SDK JSON(JavaScript Object Notation)
package org.zodiac.sdk.json.ext;
import java.util.HashMap;
import org.zodiac.sdk.json.JSONNode;
public class TempMapCache extends HashMap {
private static final long serialVersionUID = -1062172670250924021L;
}