由买买提看人间百态

topics

全部话题 - 话题: msubject
(共0页)
l*********r
发帖数: 80
1
public TreeMap userAccount;
public TreeMap messagePool;
public hw1_BOM()
{
userAccount=new TreeMap();
messagePool=new TreeMap();
}

public class mPool
{
public int mparentID;
public String mUsername;
public String mSubject;
public String mText;

public mPool(int parentid, String username, String subject, String text)
{
mparentID=parentid;
mUsername=username;
mSubject=subject;
mText=text;
}
}
***************what's wrong with this one below?**********
m
(共0页)