ants
Class CapsuleList

java.lang.Object
  |
  +--ants.CapsuleList

public class CapsuleList
extends java.lang.Object

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

cap

public Capsule cap

next

public CapsuleList next
Constructor Detail

CapsuleList

public CapsuleList(Capsule c)

CapsuleList

public CapsuleList(Capsule c,
                   CapsuleList n)
Method Detail

length

public int length()