Uses of Class
org.strbio.util.DLinkedList

Packages that use DLinkedList
org.strbio.mol These classes represent objects or concepts useful to structural biologists. 
org.strbio.util These classes perform general purpose utility functions. 
 

Uses of DLinkedList in org.strbio.mol
 

Fields in org.strbio.mol declared as DLinkedList
 DLinkedList Monomer.atoms
          pointer to the atoms, if there are any (if not, this is null).
 DLinkedList Molecule.atoms
          pointer to the atoms, if there are any (if not, this is null)
 DLinkedList Polymer.monomers
          Polymers are made out of a set of monomers.
 

Uses of DLinkedList in org.strbio.util
 

Constructors in org.strbio.util with parameters of type DLinkedList
DLinkedList(DLinkedList q)
          Copy another list (including the data)