public interface MasterMoleculeStorage extends MasterStorage<Molecule>, Serializable, IndirectSerializable<MasterMoleculeStorage>
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
getSource(int index)
Return given structure source as stored.
|
areAllAbsent, get, getAbsentCount, getStoredType, isPresent, sizewriteIndirectedOptional<String> getSource(int index) throws IndexOutOfBoundsException
index - Structure indexIndexOutOfBoundsException - in case of error