Interface IBitArrayFactory<T extends IBitArray>
-
- All Known Implementing Classes:
BitArray128Factory
public interface IBitArrayFactory<T extends IBitArray>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
calculateHash(T f)
Stores the hash in f.T
getNew(int index)
-