|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgalois.objects.BagBuilder<T>
T - type of elements contained in bagpublic class BagBuilder<T>
Builds Bags.
| Constructor Summary | |
|---|---|
BagBuilder()
|
|
| Method Summary | |
|---|---|
Bag<T> |
create()
Creates a new bag of elements. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BagBuilder()
| Method Detail |
|---|
public Bag<T> create()
T - type of elements contained in bag
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||