Uses of Class
pops.ale.engine.com.Gtin

Packages that use Gtin
pops.ale.engine.com   
 

Uses of Gtin in pops.ale.engine.com
 

Fields in pops.ale.engine.com declared as Gtin
protected  Gtin[] GtinPool.pool
          Pool of reusable Gtin elements
 

Methods in pops.ale.engine.com that return Gtin
(package private)  Gtin GtinPool.getGtin()
          get a free gtin from the pool
 

Methods in pops.ale.engine.com with parameters of type Gtin
(package private)  int GtinPool.contains(Gtin gtin)
          Tests if a gtin is present in pool.
 boolean Gtin.equals(Gtin obj)
          Equality.