Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

de.lmu.ifi.dbs.elki.math
Class Histogram.Constructor<T>

java.lang.Object
  extended by de.lmu.ifi.dbs.elki.math.Histogram.Constructor<T>
Type Parameters:
T -
Enclosing class:
Histogram<T>

public abstract static class Histogram.Constructor<T>
extends Object

Interface to plug in constructors for type T.

Author:
Erich Schubert

Constructor Summary
Histogram.Constructor()
           
 
Method Summary
abstract  T make()
          Construct a new T when needed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Histogram.Constructor

public Histogram.Constructor()
Method Detail

make

public abstract T make()
Construct a new T when needed.

Returns:
new T

Release 0.2 (2009-07-06_1820)