Thread
:
Set
View Single Post
#
2
(
permalink
)
07-05-2008, 11:40 PM
HelloWorld
PT Admin
Awards Showcase
Total Awards
: 1
Join Date: Jun 2007
Location: In front of computer...
Posts: 1,122
iTrader: (
0
)
Set is one of the data structure... It's just like Vector or ArrayList, but unlike ArrayList and Vector, set doens't remember the order of the items in the Set.. For more information:
Set (Java 2 Platform SE v1.4.2)
__________________
PHP Code:
System
.
out
.
println
(
"Hello World!"
);
HelloWorld
View Public Profile
Send a private message to HelloWorld
Find all posts by HelloWorld