Unit 7 - ArrayLists

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/12

flashcard set

Earn XP

Description and Tags

These flashcards cover key concepts, terms, and methods relevant to ArrayLists and related sorting algorithms.

Last updated 1:42 PM on 3/11/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

13 Terms

1
New cards

ArrayList

A collection object that uses arrays internally and can change its size.

2
New cards

Creating an ArrayList

To create an ArrayList, you use the syntax: ArrayList arraylistname = new ArrayList();

3
New cards

Wrapper Classes

Objects that behave like primitive data types; they are the primitive type spelled out with a capital letter.

4
New cards

Pass by Reference

Modifying an ArrayList in a method affects the original ArrayList since it is passed by reference.

5
New cards

size() method

Returns the size of an ArrayList.

6
New cards

add(index, element) method

Adds an element to the ArrayList at the specified position index.

7
New cards

get(index) method

Returns the element in the ArrayList at the specified index.

8
New cards

set(index, element) method

Sets the element at the specified index to a new value and returns the old element.

9
New cards

remove(index) method

Removes and returns the element at the specified index from the ArrayList.

10
New cards

remove(element) method

Removes the first occurrence of the specified element in the ArrayList.

11
New cards

Traversals

The process of traversing or iterating over elements in an ArrayList using loops.

12
New cards

Selection Sort

A sorting algorithm that finds the smallest element in the list and swaps it with the current element.

13
New cards

Insertion Sort

A sorting algorithm that inserts each element into the correct position in a previously sorted subsection.

Explore top notes

Explore top flashcards

flashcards
BIS Final Acronyms
40
Updated 836d ago
0.0(0)
flashcards
Filmgeschiedenis 2 (2022-2023)
134
Updated 1014d ago
0.0(0)
flashcards
Tema 2B: ¿Quién Soy Yo?
65
Updated 68d ago
0.0(0)
flashcards
civil war
25
Updated 1223d ago
0.0(0)
flashcards
Elbow and Forearm
54
Updated 734d ago
0.0(0)
flashcards
BIS Final Acronyms
40
Updated 836d ago
0.0(0)
flashcards
Filmgeschiedenis 2 (2022-2023)
134
Updated 1014d ago
0.0(0)
flashcards
Tema 2B: ¿Quién Soy Yo?
65
Updated 68d ago
0.0(0)
flashcards
civil war
25
Updated 1223d ago
0.0(0)
flashcards
Elbow and Forearm
54
Updated 734d ago
0.0(0)