RSSAmplifier

Cy | Space · Mar 22, 2021

Java Lists

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

PS: This post is structured similarly to my post about arrays . I will also refer to array concepts, so you may want to read that first if you're new to Java collections. What are lists? Think of lists like a row of cardboard boxes. These boxes can be used to store different types of data - ints , Strings , even custom data types like Person . You can add more boxes to the row, remove boxes…

Read on cybar.dev

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.