public class P2HardBondedList.BondArrayList
extends java.lang.Object
Constructor | Description |
---|---|
BondArrayList() |
Modifier and Type | Method | Description |
---|---|---|
boolean |
add(etomica.potential.P2HardBondedList.MyBond bond) |
|
void |
clear() |
|
boolean |
contains(IAtom elem) |
|
etomica.potential.P2HardBondedList.MyBond |
getBond(IAtom elem) |
|
int |
indexOf(IAtom elem) |
|
etomica.potential.P2HardBondedList.MyBond |
remove(int index) |
|
int |
size() |
public int size()
public void clear()
public int indexOf(IAtom elem)
public etomica.potential.P2HardBondedList.MyBond getBond(IAtom elem)
public boolean contains(IAtom elem)
public boolean add(etomica.potential.P2HardBondedList.MyBond bond)
public etomica.potential.P2HardBondedList.MyBond remove(int index)