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 voidcalculateHash(T f)Stores the hash in f.TgetNew(int index)
-