chemaxon.alchemist.utils
Class AbstractAlchemistMoleculeEditor.MoleculeIndexArray

java.lang.Object
  extended by chemaxon.alchemist.utils.AbstractAlchemistMoleculeEditor.MoleculeIndexArray
Enclosing class:
AbstractAlchemistMoleculeEditor

protected static class AbstractAlchemistMoleculeEditor.MoleculeIndexArray
extends java.lang.Object


Constructor Summary
AbstractAlchemistMoleculeEditor.MoleculeIndexArray(int size)
           
 
Method Summary
 int get(int index)
           
 int getLength()
           
 boolean hasRemoved()
           
 void remove(int index)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractAlchemistMoleculeEditor.MoleculeIndexArray

public AbstractAlchemistMoleculeEditor.MoleculeIndexArray(int size)
Method Detail

remove

public void remove(int index)

get

public int get(int index)

getLength

public int getLength()

hasRemoved

public boolean hasRemoved()