|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ants.CapsuleList
Linked list of capsules, used as the result of a fusion operation
Field Summary | |
Capsule |
cap
|
CapsuleList |
next
|
Constructor Summary | |
CapsuleList(Capsule c)
|
|
CapsuleList(Capsule c,
CapsuleList n)
|
Method Summary | |
int |
length()
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public Capsule cap
public CapsuleList next
Constructor Detail |
public CapsuleList(Capsule c)
public CapsuleList(Capsule c, CapsuleList n)
Method Detail |
public int length()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |