Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,152,757 members, 7,817,090 topics. Date: Saturday, 04 May 2024 at 04:39 AM

Java Cafe - Programming (2) - Nairaland

Nairaland Forum / Science/Technology / Programming / Java Cafe (2322 Views)

Wifi Timer Software For Cafe Biz / Please I Need An Original Eassy Browsing Cyber Cafe Timer / Cafe Timer Help (2) (3) (4)

(1) (2) (Reply)

Re: Java Cafe by wassolldas: 6:16pm On Jun 19, 2011
The implementation of containsValue in HashMap:


public boolean containsValue(Object value) {
if (value == null)
return containsNullValue();

Entry[] tab = table;
for (int i = 0; i < tab.length ; i++)
for (Entry e = tab[i] ; e != null ; e = e.next)
if (value.equals(e.value))
return true;
return false;
}
Re: Java Cafe by Dolemite(f): 6:18pm On Jun 19, 2011
Thanks alot.

(1) (2) (Reply)

a / Placing Vbscript In Outlook Public Folder / 20 Programming Languages You May Have Never Heard Of

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 4
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.