| Package | Description |
|---|---|
| org.harctoolbox.irp |
| Modifier and Type | Method and Description |
|---|---|
NamedProtocol |
Decoder.Decode.getNamedProtocol() |
NamedProtocol |
IrpDatabase.getNamedProtocol(String protocolName) |
NamedProtocol |
IrpDatabase.getNamedProtocolExpandAlias(String protocolName) |
| Modifier and Type | Method and Description |
|---|---|
List<NamedProtocol> |
IrpDatabase.getNamedProtocol(Collection<String> protocolNames) |
(package private) Collection<NamedProtocol> |
Decoder.getParsedProtocols()
Basically for testing; therefore package private.
|
Iterator<NamedProtocol> |
IrpDatabase.iterator()
This is a comparatively expensive operation, while its next()
performs actual parsing of the IRP string.
|
| Modifier and Type | Method and Description |
|---|---|
int |
NamedProtocol.compareTo(NamedProtocol namedProtocol) |
| Modifier and Type | Method and Description |
|---|---|
static Document |
NamedProtocol.toDocument(Iterable<NamedProtocol> protocols) |
| 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) |
Copyright © 2019. All rights reserved.