public class CSet<Item>
extends java.lang.Object
implements java.lang.Iterable<Item>
Modifier and Type | Field and Description |
---|---|
int |
size |
Constructor and Description |
---|
CSet() |
Modifier and Type | Method and Description |
---|---|
void |
add(Item item) |
boolean |
isEmpty() |
java.util.Iterator<Item> |
iterator() |
void |
set(int i,
Item e) |