rath.msnm
Class GroupList
java.lang.Object
|
+--rath.msnm.GroupList
- public class GroupList
- extends Object
- Version:
- $Id: GroupList.java,v 1.3 2002/03/05 13:35:33 xrath Exp $
- Author:
- Jang-Ho Hwang, rath@linuxkorea.co.kr
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
addGroup
public void addGroup(Group group)
getGroup
public Group getGroup(int index)
getGroup
public Group getGroup(Integer index)
removeGroup
public void removeGroup(int index)
removeGroup
public void removeGroup(Integer index)
iterator
public Iterator iterator()
sort
public void sort()
clear
public void clear()