Uses of Interface
org.expasy.jpl.commons.base.Counter

Packages that use Counter
org.expasy.jpl.commons.base Provides JPL base objects and interfaces. 
org.expasy.jpl.commons.base.record Provides data records. 
 

Uses of Counter in org.expasy.jpl.commons.base
 

Classes in org.expasy.jpl.commons.base that implement Counter
 class CounterImpl
          CounterImpl is a simple counter and a better alternative than Integer as a new instance is created each time you want to set the value.
 

Uses of Counter in org.expasy.jpl.commons.base.record
 

Methods in org.expasy.jpl.commons.base.record that return Counter
 Counter CountableRecords.drop(T record)
          Drop the given record
 Counter RecordsCount.drop(T record)
           
 



Copyright (c) 2012 Swiss Institute of Bioinformatics. All rights reserved.