Class BitArray128Factory
- java.lang.Object
-
- com.actelion.research.chem.properties.complexity.BitArray128Factory
-
- All Implemented Interfaces:
IBitArrayFactory<BitArray128>
public class BitArray128Factory extends java.lang.Object implements IBitArrayFactory<BitArray128>
-
-
Constructor Summary
Constructors Constructor Description BitArray128Factory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
calculateHash(BitArray128 f)
Stores the hash in f.BitArray128
getNew(int index)
-
-
-
Method Detail
-
getNew
public BitArray128 getNew(int index)
- Specified by:
getNew
in interfaceIBitArrayFactory<BitArray128>
-
calculateHash
public void calculateHash(BitArray128 f)
Description copied from interface:IBitArrayFactory
Stores the hash in f.- Specified by:
calculateHash
in interfaceIBitArrayFactory<BitArray128>
-
-