Package jsl.utilities
Interface NewInstanceIfc<T>
-
- All Known Subinterfaces:
DistributionIfc
- All Known Implementing Classes:
Bernoulli
,Beta
,Binomial
,Constant
,DEmpiricalCDF
,Distribution
,DPopulation
,DUniform
,Exponential
,Gamma
,Geometric
,LogLogistic
,Lognormal
,MTP
,NegativeBinomial
,Normal
,PearsonType5
,PearsonType6
,Poisson
,ShiftedDistribution
,ShiftedGeometric
,ShiftedLossFunctionDistribution
,StudentT
,Triangular
,TruncatedDistribution
,TwoStateMarkovChain
,Uniform
,VConstant
,Weibull
public interface NewInstanceIfc<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
newInstance()
Returns a new instance
-
-
-
Method Detail
-
newInstance
T newInstance()
Returns a new instance- Returns:
- the new instance
-
-