Summary:
Detail:
Element()
Element(String name, String symbol, int atomicNumber, List<Isotope> isotopes, double mass)
List<Isotope>
getIsotopes()
double
getMass()
String
getName()
void
setAtomicNumber(int atomicNumber)
setIsotopes(List<Isotope> isotopes)
setMass(double mass)
setName(String name)
setSymbol(String symbol)
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
toString
Object