Uses of Class
com.arctorus.documents.Adjustment

Packages that use Adjustment
com.arctorus.documents   
 

Uses of Adjustment in com.arctorus.documents
 

Fields in com.arctorus.documents declared as Adjustment
static Adjustment Adjustment.NULL
          NULL Adjustment
 

Methods in com.arctorus.documents that return Adjustment
 Adjustment AdjustmentList.get(int index)
          Returns adjustment by index.
 Adjustment AdjustmentList.next()
          Returns the next element in the iteration.
 

Methods in com.arctorus.documents that return types with arguments of type Adjustment
 java.util.Iterator<Adjustment> AdjustmentList.iterator()
          Returns an iterator for the collection of Adjustments.