Class CaseInsensitiveCompound
java.lang.Object
org.biojava3.core.sequence.transcription.CaseInsensitiveCompound
- All Implemented Interfaces:
Compound
Attempts to wrap compounds so it is possible to view them in a case insensitive manner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanequalsIgnoreCase(Compound compound) inthashCode()voidsetDescription(String description) voidsetLongName(String longName) voidsetMolecularWeight(Float molecularWeight) voidsetShortName(String shortName) toString()
-
Constructor Details
-
CaseInsensitiveCompound
-
-
Method Details
-
equalsIgnoreCase
- Specified by:
equalsIgnoreCasein interfaceCompound
-
equals
-
hashCode
public int hashCode() -
getUnderlyingCompound
-
getDescription
- Specified by:
getDescriptionin interfaceCompound
-
getLongName
- Specified by:
getLongNamein interfaceCompound
-
getMolecularWeight
- Specified by:
getMolecularWeightin interfaceCompound
-
getShortName
- Specified by:
getShortNamein interfaceCompound
-
toString
-
setDescription
- Specified by:
setDescriptionin interfaceCompound
-
setLongName
- Specified by:
setLongNamein interfaceCompound
-
setMolecularWeight
- Specified by:
setMolecularWeightin interfaceCompound
-
setShortName
- Specified by:
setShortNamein interfaceCompound
-