final class BarcodeValue
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.Integer,java.lang.Integer> |
values |
Constructor and Description |
---|
BarcodeValue() |
Modifier and Type | Method and Description |
---|---|
(package private) java.lang.Integer |
getConfidence(int value) |
(package private) int[] |
getValue()
Determines the maximum occurrence of a set value and returns all values which were set with this occurrence.
|
(package private) void |
setValue(int value)
Add an occurrence of a value
|
void setValue(int value)
int[] getValue()
java.lang.Integer getConfidence(int value)