— Scott McNealy, Sun Microsystems Chairman, President and ceo



Download 40,57 Mb.
Pdf ko'rish
bet133/555
Sana26.05.2022
Hajmi40,57 Mb.
#609235
1   ...   129   130   131   132   133   134   135   136   ...   555
Bog'liq
Head First Java (Kathy Sierra, Bert Bates) (z-lib.org)

when 
arrays 
aren’t enough
132
 
chapter 6
Wake up and smell the library
As if by magic, there really 
is such a thing.
But it’s not an 
array, it’s an
ArrayList.
A class in the core Java library (the API).
The Java Standard Edition (which is what you have unless you’re work-
ing on the Micro Edition for small devices and believe me, you’d know
ships with hundreds of pre-built classes. Just like our Ready-Bake code 
except that these built-in classes are already compiled. 
That means no typing
.
Just use ‘em.
One of a gazillion classes in 
the Java library.
You can use it in your code 
as if you wrote it yourself. 
ArrayList
add(Obje
ct elem)
 
remove(i
nt index)
remove(O
bject elem
)
contains(
Object el
em)
isEmpty()
indexOf(O
bject elem
)
size()
get(int in
dex)
Adds the 
object pa
rameter t
o the list.
Removes 
the objec
t at the in
dex param
eter.
Returns ‘t
rue’ if the
re’s a mat
ch for the
object pa
rameter
Returns ‘t
rue’ if the
list has n
o elemen
ts
Returns e
ither the 
index of t
he object
paramete
r, or -1
Returns th
e number
of eleme
nts curren
tly in the 
list
Returns th
e object c
urrently a
t the inde
x parame
ter
Removes 
this objec
t (if it’s in
the Array
List).
(Note: the add(Object elem) method 
actually looks a little stranger than the 
one we’ve shown here... we’ll get to the 
real one later in the book. For now, just 
think of it as an add() method that 
takes the object you want to add.)
This is just a sample of SOME of 
the methods in ArrayList. 


get to know the 
Java API 
you are here
4
133
Some things you can do with ArrayList
1
Make one
ArrayList myList = new ArrayList();
2
Put something in it
Egg s = new Egg();
myList.
add
(s);
7
Remove something from it
myList.
remove
(s);
4
Find out how many things are in it
int theSize = myList.
size
();
5
Find out if it contains something
boolean isIn = myList.
contains
(s);
6
Find out if it’s empty
boolean empty = myList.
isEmpty
();
Find out where something is (i.e. its index)
int idx = myList.
indexOf
(b);
8
3
Put another thing in it
Egg b = new Egg();
myList.
add
(b);
A new ArrayList object is 
created on the heap. It’s little 
because it’s empty.
Now the ArrayList grows a “box” 
to hold the Egg object.
The ArrayList grows again to hold 
the second Egg object.
The ArrayList is holding 
2
objects so 
the size() method returns 
2
The ArrayList DOES contain the Egg object 
referenced by ‘s’, so contains() returns 
true
ArrayList is zero-based (means first index is 0) 
and since the object referenced by ‘b’ was the 
second thing in the list, indexOf() returns 
1
it’s definitely NOT empty, so isEmpty() 
returns 
false
Hey look — it shrank!
Don’t worry about this new angle-bracket syntax 
right now; it just means “make this a list of Egg objects”.
s
s
b
b



Download 40,57 Mb.

Do'stlaringiz bilan baham:
1   ...   129   130   131   132   133   134   135   136   ...   555




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish