Uses of Class
org.egothor.util.IntegerArray

Packages that use IntegerArray
org.egothor.store This package contains an implementation of barrels on a hard disk. 
org.egothor.util   
 

Uses of IntegerArray in org.egothor.store
 

Constructors in org.egothor.store with parameters of type IntegerArray
ThickBarrelSortedOut(java.lang.String location, IntegerArray rank)
           
 

Uses of IntegerArray in org.egothor.util
 

Methods in org.egothor.util with parameters of type IntegerArray
 int IntegerArray.divadd(int by, IntegerArray addition)
          Calculates this/by+addition (this and addition are vectors).