final class MinimalEncoder.ResultList
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
(package private) class |
MinimalEncoder.ResultList.ResultNode |
Modifier and Type | Field and Description |
---|---|
private java.util.List<MinimalEncoder.ResultList.ResultNode> |
list |
private Version |
version |
Constructor and Description |
---|
ResultList(Version version,
MinimalEncoder.Edge solution) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
getBits(BitArray bits)
appends the bits
|
(package private) int |
getSize()
returns the size in bits
|
private int |
getSize(Version version) |
(package private) Version |
getVersion() |
java.lang.String |
toString() |
private final java.util.List<MinimalEncoder.ResultList.ResultNode> list
private final Version version
ResultList(Version version, MinimalEncoder.Edge solution)
int getSize()
private int getSize(Version version)
void getBits(BitArray bits) throws WriterException
WriterException
Version getVersion()
public java.lang.String toString()
toString
in class java.lang.Object