Holger's
Java API

Uses of Class
com.antelmann.math.CounterMap

Packages that use CounterMap
com.antelmann.math This package contains classes to ease calculations. 
com.antelmann.util.table This package provides useful additions to TableModels and contains classes to ease development with Swing tables. 
 

Uses of CounterMap in com.antelmann.math
 

Methods in com.antelmann.math that return CounterMap
 CounterMap<T> CounterMap.add(CounterMap<T> data)
           
 

Methods in com.antelmann.math with parameters of type CounterMap
 CounterMap<T> CounterMap.add(CounterMap<T> data)
           
 

Uses of CounterMap in com.antelmann.util.table
 

Methods in com.antelmann.util.table that return CounterMap
static CounterMap<Object> TableUtils.count(TableModel model, int... columns)
           
static CounterMap<Object> TableUtils.count(TableModel model, String... columns)
           
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads