|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcds.savot.model.SavotSet
public class SavotSet
Generic class for other set classes
SavotSet
Constructor Summary | |
---|---|
SavotSet()
Constructor |
Method Summary | |
---|---|
void |
addItem(java.lang.Object item)
Add an item to the set |
java.lang.Object |
getItemAt(int index)
Get an item at a given position (index) |
int |
getItemCount()
Get the number of items |
java.util.Vector |
getItems()
Get the whole set |
void |
removeAllItems()
Remove all items |
void |
removeItemAt(int index)
Remove an item at a given position (index) |
void |
setItems(java.util.Vector set)
Set the whole set to a given set |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SavotSet()
Method Detail |
---|
public void addItem(java.lang.Object item)
item
- public java.lang.Object getItemAt(int index)
index
-
public void removeItemAt(int index)
index
- public void removeAllItems()
public void setItems(java.util.Vector set)
set
- public java.util.Vector getItems()
public int getItemCount()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |