Uses of Class
com.google.zxing.oned.rss.expanded.ExpandedRow
-
Packages that use ExpandedRow Package Description com.google.zxing.oned.rss.expanded -
-
Uses of ExpandedRow in com.google.zxing.oned.rss.expanded
Fields in com.google.zxing.oned.rss.expanded with type parameters of type ExpandedRow Modifier and Type Field Description private java.util.List<ExpandedRow>
RSSExpandedReader. rows
Methods in com.google.zxing.oned.rss.expanded that return types with arguments of type ExpandedRow Modifier and Type Method Description (package private) java.util.List<ExpandedRow>
RSSExpandedReader. getRows()
Method parameters in com.google.zxing.oned.rss.expanded with type arguments of type ExpandedRow Modifier and Type Method Description private java.util.List<ExpandedPair>
RSSExpandedReader. checkRows(java.util.List<ExpandedRow> collectedRows, int currentRow)
-