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, size
writeIndirected
Optional<String> getSource(int index) throws IndexOutOfBoundsException
index
- Structure indexIndexOutOfBoundsException
- in case of error