rath.msnm
Class GroupList
java.lang.Object
|
+--rath.msnm.GroupList
- public class GroupList
- extends Object
- Version:
- $Id: GroupList.java,v 1.1.1.1 2002/03/03 21:32:36 xrath Exp $, since 2002/03/01
- Author:
- Jang-Ho Hwang, rath@xrath.com
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()
clear
public void clear()