J. Other Topics

Objectives

In this appendix you’ll:

• Learn what collections are.

• Use class Arrays for array manipulations.

• Understand how type-wrapper classes enable programs to process primitive data values as objects.

• Use prebuilt generic data structures from the collections framework.

• Use iterators to “walk through” a collection.

• Learn fundamental file- and stream-processing concepts.

• What threads are and why they’re useful.

• How threads enable you to manage concurrent activities.

• To create and execute Runnables.

• Fundamentals of thread synchronization.

• How multiple threads can update Swing GUI components in a thread-safe manner.

Outline

J.1 Introduction

J.2 Collections Overview

J.3 Type-Wrapper Classes for Primitive Types ...

Get Android How to Program now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.