Holger's
Java API

Uses of Interface
com.antelmann.math.Addable

Packages that use Addable
com.antelmann.math This package contains classes to ease calculations. 
 

Uses of Addable in com.antelmann.math
 

Classes in com.antelmann.math with type parameters of type Addable
 interface Addable<T extends Addable<?>>
          Objects implementing this interface provide a way to combine themselves in a defined way.
 

Classes in com.antelmann.math that implement Addable
 class CounterMap<T>
          a simple helper class that allows to easily count occurrences of categories.
 class DataMatrix<T>
          provides aggregated multidimensional data based on a DataParser
 class DataPoint
          represents an immutable data point holding aggregated information for a specific data vector based on BigDecimal
 class GeoPoint
          an immutable representation of a location on earth.
 class Money
          represents an immutable monetary value that allows exact calculations on currencies.
 class RomanNumber
          a representation for a roman number (internally based on an integer)
 



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