[{"data":1,"prerenderedAt":54},["ShallowReactive",2],{"content-hero-\u002F":3,"content-query-1DxZ1vYQk5":5},{"title":4},"Welcome",{"_path":6,"_dir":7,"_draft":8,"_partial":8,"_locale":7,"title":4,"description":9,"body":10,"_type":48,"_id":49,"_source":50,"_file":51,"_stem":52,"_extension":53},"\u002F","",false,"This website is intended to be a code snippet helps website for me and eventually other people.",{"type":11,"children":12,"toc":45},"root",[13,21,26,31,35],{"type":14,"tag":15,"props":16,"children":18},"element","h1",{"id":17},"welcome",[19],{"type":20,"value":4},"text",{"type":14,"tag":22,"props":23,"children":24},"p",{},[25],{"type":20,"value":9},{"type":14,"tag":22,"props":27,"children":28},{},[29],{"type":20,"value":30},"No special care have been made on formatting, thus do not blame me about the the look and feel of the website.",{"type":14,"tag":32,"props":33,"children":34},"hr",{},[],{"type":14,"tag":36,"props":37,"children":39},"pre",{"code":38},"public class Singleton {\n    private static Singleton instance;\n\n    private Singleton() {\n        \u002F\u002F Private constructor to prevent instantiation from outside the class\n    }\n\n    public static Singleton getInstance() {\n        if (instance == null) {\n            synchronized (Singleton.class) {\n                if (instance == null) {\n                    instance = new Singleton();\n                }\n            }\n        }\n        return instance;\n    }\n}\n",[40],{"type":14,"tag":41,"props":42,"children":43},"code",{"__ignoreMap":7},[44],{"type":20,"value":38},{"title":7,"searchDepth":46,"depth":46,"links":47},2,[],"markdown","content:index.md","content","index.md","index","md",1779013873255]