Serialized Form
-
Package cloud.opencode.base.hash
-
Package cloud.opencode.base.hash.bloom
-
Class cloud.opencode.base.hash.bloom.BitArray
class BitArray extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
bitSize
long bitSize
-
data
long[] data
-
threadSafe
boolean threadSafe
-
-
-
Package cloud.opencode.base.hash.exception
-
Exception Class cloud.opencode.base.hash.exception.OpenHashException
class OpenHashException extends OpenException implements Serializable
-