public static final class Decoder.Decode extends Object implements HasPreferOvers, Comparable<Decoder.Decode>
| Constructor and Description |
|---|
Decode(NamedProtocol namedProtocol,
Decoder.Decode decode) |
Decode(NamedProtocol namedProtocol,
Map<String,Long> params) |
Decode(NamedProtocol namedProtocol,
Map<String,Long> map,
int begPos,
int endPos,
int numberOfRepetitions) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Decoder.Decode other) |
boolean |
equals(Object obj) |
(package private) int |
getBegPos() |
HasPreferOvers |
getDecode() |
(package private) int |
getEndPos() |
Map<String,Long> |
getMap() |
String |
getName() |
NamedProtocol |
getNamedProtocol() |
(package private) int |
getNumberOfRepetitions() |
Set<String> |
getPreferOverNames()
Returns the prefer-overs.
|
int |
hashCode() |
boolean |
same(String protocolName,
NameEngine nameEngine) |
String |
toString() |
String |
toString(int radix,
String separator) |
public Decode(NamedProtocol namedProtocol, Map<String,Long> map, int begPos, int endPos, int numberOfRepetitions)
Decode(NamedProtocol namedProtocol, Map<String,Long> params)
Decode(NamedProtocol namedProtocol, Decoder.Decode decode)
public boolean same(String protocolName, NameEngine nameEngine)
public Set<String> getPreferOverNames()
HasPreferOversgetPreferOverNames in interface HasPreferOverspublic NamedProtocol getNamedProtocol()
public String getName()
getName in interface HasPreferOversint getBegPos()
int getEndPos()
int getNumberOfRepetitions()
public int compareTo(Decoder.Decode other)
compareTo in interface Comparable<Decoder.Decode>public HasPreferOvers getDecode()
getDecode in interface HasPreferOversCopyright © 2019. All rights reserved.