Class Decoder.SimpleDecodesSet

All Implemented Interfaces:
Iterable<Decoder.Decode>
Enclosing class:
Decoder

public static final class Decoder.SimpleDecodesSet extends Decoder.AbstractDecodesCollection<Decoder.Decode>
  • Constructor Details

    • SimpleDecodesSet

      public SimpleDecodesSet(List<Decoder.Decode> list)
    • SimpleDecodesSet

      public SimpleDecodesSet(Decoder.DecodeTree decodeTree)
      Creates a SimpleDecodeSet from a DecodeTree. Note: This often throws away a lot of information.
      Parameters:
      decodeTree -