Uses of Class
com.biglybt.core.util.ConcurrentHasher
-
Packages that use ConcurrentHasher Package Description com.biglybt.core.util -
-
Uses of ConcurrentHasher in com.biglybt.core.util
Fields in com.biglybt.core.util declared as ConcurrentHasher Modifier and Type Field Description protected static ConcurrentHasher
ConcurrentHasher. singleton
Methods in com.biglybt.core.util that return ConcurrentHasher Modifier and Type Method Description static ConcurrentHasher
ConcurrentHasher. getSingleton()
Constructors in com.biglybt.core.util with parameters of type ConcurrentHasher Constructor Description ConcurrentHasherRequest(ConcurrentHasher _concurrent_hasher, java.nio.ByteBuffer _buffer, int _hash_version, int _piece_size, long _v2_file_size, ConcurrentHasherRequestListener _listener, boolean _low_priorty)
-