public class Countable<T> extends Object implements Comparable<Countable<T>>
| Constructor and Description |
|---|
Countable(T id,
int amount)
Construct the object.
|
public Countable(T id, int amount)
id - the IDamount - the count ofCopyright © 2010-2014. All Rights Reserved.