data structure
From: timothy ma and constance lee (timcons1_at_shaw.ca)
Date: 10/05/04
- Previous message: Frédéric Gourul: "printing raw text in java"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 05 Oct 2004 07:40:12 GMT
sirs
I got the data structure with repeating item like
List***
name
set no
doc type
other information
However, I want to group the item list, based on the set no like
set no = 1
doctype = A
name
other information
doctype = B
name
other information
set no =2
doctype = A
name
other information
doctype = B
name
other information
How can it be? What data structure i may use: collection, string[] etc
- Previous message: Frédéric Gourul: "printing raw text in java"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|