|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectAptMethodSet<T>
public class AptMethodSet<T extends AptMethod>
The AptMethodSet method represents a collection of AptMethod objects. It contains special support for method overloading, to ensure that overloaded method objects contained within the set will each have a unique index value.
AptMethod.setIndex(int)| Constructor Summary | |
|---|---|
AptMethodSet()
|
|
| Method Summary | |
|---|---|
void |
add(T method)
Adds a new method to the list. |
Collection<T> |
getMethods()
Get the collection of methods in this set. |
int |
size()
Get the number of methods in this set. |
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AptMethodSet()
| Method Detail |
|---|
public void add(T method)
public Collection<T> getMethods()
public int size()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||