The PDMFieldIterator is used to iterate through each PDMField in a PDMMessage. Check isValueSet() before accessing its value to determine if the PDMField has been set. 
- Author
- jfugitt 
  
  | 
        
          | com.latencybusters.pdm.PDMFieldIterator.PDMFieldIterator | ( | HashMap< Integer, PDMField > | fieldMap | ) |  |  | protected | 
 
Internal constructor called from a PDMMessage 
- Parameters
- 
  
  
 
 
      
        
          | boolean com.latencybusters.pdm.PDMFieldIterator.hasNext | ( |  | ) |  | 
      
 
Checks to see if there is another element 
 
 
      
        
          | PDMField com.latencybusters.pdm.PDMFieldIterator.next | ( |  | ) |  | 
      
 
 
      
        
          | void com.latencybusters.pdm.PDMFieldIterator.remove | ( |  | ) |  | 
      
 
Removing an element is not supported 
 
 
      
        
          | void com.latencybusters.pdm.PDMFieldIterator.reset | ( |  | ) |  | 
      
 
Reset the iterator by creating a new one at the beginning 
 
 
The documentation for this class was generated from the following file: