The Octet Molecular Representation Framework v0.8.2

Package net.sf.octet.collection

Typesafe collections of fundamental Octet objects.

See:
          Description

Interface Summary
AtomCollection AtomCollection represents an immutable group of Atoms.
AtomGraphCollection AtomGraphCollection is an immutable group of AtomGraphs.
AtomGraphIterator An iterator for an AtomGraphCollection.
AtomicSymbolCollection An immutable collection of AtomicSymbols.
AtomicSymbolIterator An iterator for an AtomicSymbolCollection.
AtomIterator An iterator for an AtomCollection.
AtomMap Enables the many-to-one association of Atoms.
AtomPairCollection AtomPairCollection represents an immutable group of AtomPairs.
AtomPairIterator An AtomPairIterator provides a mechanism to iterate over an AtomPairCollection.
BondingSystemCollection BondingSystemCollection represents an immutable group of BondingSystems.
BondingSystemIterator A BondingSystemIterator provides a mechanism to iterate over a BondingSystemCollection.
ElectronCollection ElectronCollection represents an immutable group of Electrons.
ElectronIterator An iterator for an ElectronCollection.
GammaSequenceCollection An immutable group of GammaSequences.
GammaSequenceIterator An iterator for an GammaSequenceCollection.
HalfPlaneCollection HalfPlaneConnection represents an immutable group of HalfPlanes.
HalfPlaneIterator An iterator over the elements in a HalfPlaneCollection.
NucleusCollection An immutable group of Nuclei.
NucleusIterator An iterator for an NucleusCollection.
OrbitalCollection An immutable group of Orbitals.
OrbitalIterator An iterator for an OrbitalCollection.
PaddleWheelCollection PaddleWheelCollection represents an immutable group of PaddleWheels.
PaddleWheelIterator An iterator of PaddleWheels, typically used together with a PaddleWheelCollection.
 

Class Summary
BasicAtomCollection A default implementation of the AtomCollection interface backed by an ArraySequence.
BasicAtomGraphCollection A default implementation of the AtomGraphCollection interface backed by an ArraySequence.
BasicAtomicSymbolCollection A default implementation of the AtomicSymbolCollection interface backed by an ArraySequence.
BasicAtomMap A default implementation of the AtomMap interface backed by a HashMap.
BasicAtomPairCollection A default implementation of the AtomPairCollection interface backed by an ArraySequence.
BasicBondingSystemCollection A default implementation of the BondingSystemCollection interface backed by an ArraySequence.
BasicElectronCollection A default implementation of the ElectronCollection interface backed by an ArraySequence.
BasicGammaSequenceCollection A default implementation of the GammaSequenceCollection interface backed by an ArraySequence.
BasicHalfPlaneCollection A default implementation of the HalfPlaneCollection interface backed by an ArraySequence
BasicNucleusCollection A default implementation of the NucleusCollection interface backed by a ArraySequence.
BasicOrbitalCollection A default implementation of the OrbitalCollection interface backed by an ArraySequence.
BasicPaddleWheelCollection A default implementation of the PaddleWheelCollection interface backed by an ArraySequence
 

Package net.sf.octet.collection Description

Typesafe collections of fundamental Octet objects.

Package Specification


The Octet Molecular Representation Framework v0.8.2