public class HashIntoLazyGroup extends java.lang.Object implements HashIntoGroup
HashIntoGroupImpl wrapper implementing deferred (lazy) evaluation.
Allows for additional optimizations using information about the operations being applied.
For more information, see the documentation.
| Modifier and Type | Field and Description |
|---|---|
protected HashIntoGroupImpl |
impl |
protected LazyGroup |
target |
| Constructor and Description |
|---|
HashIntoLazyGroup(HashIntoGroupImpl hash,
LazyGroup target) |
HashIntoLazyGroup(Representation repr) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
Representation |
getRepresentation()
The representation of this object.
|
LazyGroup |
getTarget() |
LazyGroupElement |
hash(byte[] x)
Hashes a byte array into the structure.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waithash, hashprotected HashIntoGroupImpl impl
protected LazyGroup target
public HashIntoLazyGroup(HashIntoGroupImpl hash, LazyGroup target)
public HashIntoLazyGroup(Representation repr)
public LazyGroupElement hash(byte[] x)
HashIntoStructurehash in interface HashIntoGrouphash in interface HashIntoStructurex - a sequence of bytes to hashpublic Representation getRepresentation()
RepresentableReprUtilgetRepresentation in interface RepresentableRepresentationpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic LazyGroup getTarget()