{"id":16475868,"url":"https://github.com/terasakisatoshi/java","last_synced_at":"2025-08-10T16:11:55.345Z","repository":{"id":115599520,"uuid":"58128188","full_name":"terasakisatoshi/Java","owner":"terasakisatoshi","description":"this is my study note about java","archived":false,"fork":false,"pushed_at":"2017-04-23T15:56:07.000Z","size":34,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-28T17:04:05.392Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/terasakisatoshi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-05-05T12:06:33.000Z","updated_at":"2016-05-05T12:53:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"ba479423-ba3e-4ae5-b007-3acbd01811b7","html_url":"https://github.com/terasakisatoshi/Java","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/terasakisatoshi/Java","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terasakisatoshi%2FJava","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terasakisatoshi%2FJava/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terasakisatoshi%2FJava/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terasakisatoshi%2FJava/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/terasakisatoshi","download_url":"https://codeload.github.com/terasakisatoshi/Java/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terasakisatoshi%2FJava/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269748270,"owners_count":24469110,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T12:40:39.769Z","updated_at":"2025-08-10T16:11:55.280Z","avatar_url":"https://github.com/terasakisatoshi.png","language":"Java","readme":"# Java\n* this is my study note about java\nhow to compile...\n* If there are three source files A.java,B.java and Main.java, open terminal and change directory which above files exist.\nthen\n```\n#compile\njavac A.java B.java Main.java\n#execute\njava Main\n```\n# Iterator パターンにつて\n* Iterator パターンとは，何かたくさん集まっている時に，\nそれを順番に指し示して，全体をスキャンしていく処理を行うもの．\n* iterator は日本語では反復子と呼ばれることがある．\n\n＃Adapter　パターンについて\n* 継承と委譲を用いたパターンが存在するようだ．\n* 正直使いどころがピンとこないので先に進みます．\n\n#Template Method パターン\n* super class で処理の枠組みを定め，サブクラスでその具体的な内容を定めるようなパターンを\n Template Method　パターンという．\n* 処理の骨組みをスーパークラスで記述し，具体的には，肉付けをサブクラスで行っています．\nどのレベルで処理を分けるか，どの処理をスーパークラスに起き，どの処理をサブクラスに置くかについては\n定まったマニュアルはない．プログラム設計者に任されている．\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fterasakisatoshi%2Fjava","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fterasakisatoshi%2Fjava","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fterasakisatoshi%2Fjava/lists"}