protected static class BarcodePDF417.SegmentList
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.util.ArrayList |
list |
| Modifier | Constructor and Description |
|---|---|
protected |
BarcodePDF417.SegmentList() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(char type,
int start,
int end) |
BarcodePDF417.Segment |
get(int idx) |
void |
remove(int idx) |
int |
size() |
public void add(char type,
int start,
int end)
public BarcodePDF417.Segment get(int idx)
public void remove(int idx)
public int size()