Uses of Class
org.strbio.mol.AtomNode

Packages that use AtomNode
org.strbio.mol These classes represent objects or concepts useful to structural biologists. 
 

Uses of AtomNode in org.strbio.mol
 

Fields in org.strbio.mol declared as AtomNode
 AtomNode AtomNode.next
          the next atom in the list
 AtomNode AtomNode.prev
          the previous atom in the list
 

Methods in org.strbio.mol with parameters of type AtomNode
 void AtomNode.insertNodeQuickly(AtomNode x)
          Inserts another AtomNode in the linked list after this atom, without going through the DLinkedList routines.