|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectexample.fruit.AppleCart
public class AppleCart
An example of how to define builders for properties that are collections.
AppleCartMaker| Constructor Summary | |
|---|---|
AppleCart(Iterable<Apple> apples)
|
|
| Method Summary | |
|---|---|
int |
currentLoad()
|
void |
upset()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AppleCart(Iterable<Apple> apples)
| Method Detail |
|---|
public int currentLoad()
public void upset()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||