Package com.google.zxing.qrcode.encoder
Class MinimalEncoder.ResultList
- java.lang.Object
-
- com.google.zxing.qrcode.encoder.MinimalEncoder.ResultList
-
- Enclosing class:
- MinimalEncoder
final class MinimalEncoder.ResultList extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) classMinimalEncoder.ResultList.ResultNode
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<MinimalEncoder.ResultList.ResultNode>listprivate Versionversion
-
Constructor Summary
Constructors Constructor Description ResultList(Version version, MinimalEncoder.Edge solution)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) voidgetBits(BitArray bits)appends the bits(package private) intgetSize()returns the size in bitsprivate intgetSize(Version version)(package private) VersiongetVersion()java.lang.StringtoString()
-
-
-
Field Detail
-
list
private final java.util.List<MinimalEncoder.ResultList.ResultNode> list
-
version
private final Version version
-
-
Constructor Detail
-
ResultList
ResultList(Version version, MinimalEncoder.Edge solution)
-
-
Method Detail
-
getSize
int getSize()
returns the size in bits
-
getSize
private int getSize(Version version)
-
getBits
void getBits(BitArray bits) throws WriterException
appends the bits- Throws:
WriterException
-
getVersion
Version getVersion()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-