Arraylist

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

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 11:25 AM on 9/9/25
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

Is a resizable array-like data structure in programming, most commonly associated with Java.

2
New cards

ArrayList

It allows you to store elements in an ordered collection, and unlike a regular array, its size can grow or shrink dynamically as you add or remove elements.

3
New cards

add(E element)

Adds an element to the end of the list.

4
New cards

add(int index, E element)

Inserts an element at a specified index.

5
New cards

get(int index)

Returns the element at a specified index.

6
New cards

set(int index, E element)

Replaces the element at a specified index with a new element.

7
New cards

remove(int index)

Removes the element at a specified index.

8
New cards

remove(Object o)

Removes the first occurrence of a specified object from the list.

9
New cards

size()

Returns the number of elements in the list.

10
New cards

isEmpty()

Checks if the list is empty.

11
New cards

contains(Object o)

Checks if the list contains a specified object.

12
New cards

ArrayList


Specifies that you are creating an instance of

the ArrayList class.

13
New cards

<DataType>

This is the "diamond operator" and specifies the type of elements that the ArrayList will hold.

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)