protected static class BarcodePDF417.SegmentList extends Object
| Modifier and Type | Field and Description | 
|---|---|
protected ArrayList<BarcodePDF417.Segment> |  
           list  |  
          
| Modifier | Constructor and Description | 
|---|---|
protected  |  
           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()  |  
          
protected ArrayList<BarcodePDF417.Segment> list
public void add(char type,
                int start,
                int end) public BarcodePDF417.Segment get(int idx)
public void remove(int idx)
public int size()
Copyright © 1998–2019. All rights reserved.