public interface IFingerPrintContainer
Modifier and Type | Method and Description |
---|---|
void |
Clear() |
void |
Erase(java.lang.String Key) |
java.util.BitSet |
getFingerPrint(java.lang.String Key) |
java.util.Map<java.lang.String,java.util.BitSet> |
getFingerPrintMap() |
java.lang.String |
getMoleculeID(java.util.BitSet Value) |
boolean |
isEmpty() |
boolean |
isKeyPresent(java.lang.String Key) |
boolean |
isValuePresent(java.util.BitSet Value) |
void |
put(java.lang.String Key,
java.util.BitSet Value) |
void |
setValue(java.lang.String Key,
java.util.BitSet Value) |
void |
write() |
void Clear() throws java.io.IOException
java.io.IOException
void Erase(java.lang.String Key) throws java.io.IOException
Key
- java.io.IOException
java.util.BitSet getFingerPrint(java.lang.String Key) throws java.io.IOException
Key
- java.io.IOException
java.util.Map<java.lang.String,java.util.BitSet> getFingerPrintMap() throws java.io.IOException
java.io.IOException
java.lang.String getMoleculeID(java.util.BitSet Value) throws java.io.IOException
Value
- java.io.IOException
boolean isKeyPresent(java.lang.String Key) throws java.io.IOException
Key
- java.io.IOException
boolean isValuePresent(java.util.BitSet Value) throws java.io.IOException
Value
- java.io.IOException
void put(java.lang.String Key, java.util.BitSet Value) throws java.io.IOException
Key
- Value
- java.io.IOException
void setValue(java.lang.String Key, java.util.BitSet Value) throws java.io.IOException
Key
- Value
- java.io.IOException
void write() throws java.io.IOException
java.io.IOException
boolean isEmpty() throws java.io.IOException
java.io.IOException