{"id":15068990,"url":"https://github.com/maximfersko/list-java","last_synced_at":"2026-01-26T12:41:19.851Z","repository":{"id":208975489,"uuid":"721983252","full_name":"maximfersko/List-Java","owner":"maximfersko","description":"My implementation Generic List","archived":false,"fork":false,"pushed_at":"2023-12-29T12:23:01.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-22T21:32:37.639Z","etag":null,"topics":["arraylist","java-11","linkedlist","list"],"latest_commit_sha":null,"homepage":"","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/maximfersko.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}},"created_at":"2023-11-22T07:31:12.000Z","updated_at":"2023-11-24T13:31:09.000Z","dependencies_parsed_at":"2023-12-26T18:43:22.525Z","dependency_job_id":null,"html_url":"https://github.com/maximfersko/List-Java","commit_stats":null,"previous_names":["maximfersko/list-java"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximfersko%2FList-Java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximfersko%2FList-Java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximfersko%2FList-Java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximfersko%2FList-Java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maximfersko","download_url":"https://codeload.github.com/maximfersko/List-Java/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243849009,"owners_count":20357689,"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","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":["arraylist","java-11","linkedlist","list"],"created_at":"2024-09-25T01:39:58.184Z","updated_at":"2026-01-26T12:41:19.810Z","avatar_url":"https://github.com/maximfersko.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# List-Java\n\n# How to Run Tests:\n\n```shell\n    cd List\n    mvn test\n```\n# MyList\u003cT\u003e Interface\n\nDefines methods that should be implemented by classes representing list data structures.\n\n## Методы\n\n- `add(int idx, T elm)`: Inserts an element at the specified index.\n- `add(T elm)`: Appends an element to the end of the list.\n- `get(int idx)`: Returns the element at the specified index.\n- `clean()`:  Removes all elements from the list, making it empty.\n- `remove(int idx)`: Removes the element at the specified index.\n- `remove(T elm)`: Removes the first occurrence of the specified element from the list.\n- `sort(Comparator\u003cT\u003e comparator)`: Sorts the elements of the list using the specified comparator.\n- `size()`: Returns the current size of the list.\n- `contains(T elm)`:  Checks if the specified element is present in the list.\n- `toArray()`:  Returns an array containing all elements of the list.\n\n# Класс MyArrayList\u003cT\u003e\n\nImplements the MyList\u003cT\u003e interface using an array to store elements.\n\n# Класс MyLinkedList\u003cT\u003e\n\nImplements the MyList\u003cT\u003e interface using a doubly-linked list.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaximfersko%2Flist-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaximfersko%2Flist-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaximfersko%2Flist-java/lists"}