example.fruit
Class AppleCart

java.lang.Object
  extended by example.fruit.AppleCart

public class AppleCart
extends Object

An example of how to define builders for properties that are collections.

See Also:
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

AppleCart

public AppleCart(Iterable<Apple> apples)
Method Detail

currentLoad

public int currentLoad()

upset

public void upset()


Copyright © 2010. All Rights Reserved.