{"id":15069276,"url":"https://github.com/sudarika/array-list-operations","last_synced_at":"2026-02-15T15:44:02.779Z","repository":{"id":216054014,"uuid":"740349955","full_name":"Sudarika/Array-List-Operations","owner":"Sudarika","description":"This project provides two main operations on an ArrayList of integers: removing odd numbers and doubling even numbers. The operations are demonstrated through a simple Java application.","archived":false,"fork":false,"pushed_at":"2024-07-10T13:54:55.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-22T19:46:04.212Z","etag":null,"topics":["arraylist","java","jdk"],"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/Sudarika.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":"2024-01-08T06:58:09.000Z","updated_at":"2024-07-10T13:56:08.000Z","dependencies_parsed_at":"2024-01-08T08:26:35.815Z","dependency_job_id":"d8b28ab6-c515-4627-8268-00388d520d0e","html_url":"https://github.com/Sudarika/Array-List-Operations","commit_stats":null,"previous_names":["sudarika/java-questions"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sudarika%2FArray-List-Operations","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sudarika%2FArray-List-Operations/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sudarika%2FArray-List-Operations/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sudarika%2FArray-List-Operations/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sudarika","download_url":"https://codeload.github.com/Sudarika/Array-List-Operations/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243837081,"owners_count":20355822,"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","jdk"],"created_at":"2024-09-25T01:41:29.171Z","updated_at":"2025-10-03T22:39:46.916Z","avatar_url":"https://github.com/Sudarika.png","language":"Java","readme":"# ArrayList Operations\nThis project provides two main operations on an ArrayList of integers: removing odd numbers and doubling even numbers. The operations are demonstrated through a simple Java application.\n\n# Project Structure\n- ArrayListOperations.java: Contains methods for removing odd numbers and doubling even numbers.\n- TestOperations.java: Contains the main method to test the operations with user input.\n\n# Prerequisites\n- Java Development Kit (JDK) installed on your machine.\n- A Java IDE or a text editor with Java support.\n\n# How to Run\n\n1. Clone the Repository:\n- git clone \u003crepository_url\u003e\n\n2. Compile the Java Files:\n- javac ArrayListOperations.java TestOperations.java\n\n3. Run the Application:\n- java TestOperations\n\n4. Input:\n- The application will prompt you to enter 5 integer values.\n\n5. Output:\n- The original list of numbers.\n- The list after removing odd numbers.\n- The list after doubling the even numbers.\n\n# Classes and Methods\n\n## ArrayListOperations\n- removeOddNumbers(ArrayList\u003cInteger\u003e numbers): Removes all odd numbers from the given list.\n- doubleEvenNumbers(ArrayList\u003cInteger\u003e numbers): Doubles all even numbers in the given list and returns a new list.\n\n## TestOperations\n- Contains the main method to read input from the user, call the operations, and display the results.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsudarika%2Farray-list-operations","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsudarika%2Farray-list-operations","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsudarika%2Farray-list-operations/lists"}