public interface IFingerprint<Type,Content> extends Serializable
Modifier and Type | Method and Description |
---|---|
Content |
getBits() |
int |
getFrequency() |
String |
getInterpretation(int bitindex) |
Type |
getType() |
void |
setBits(Content bits) |
void |
setFrequency(int value) |
void |
setType(Type type) |
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.