T - The type of elements that implement the INumeric<T> interface.public class NumericAdaptor<T>
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
TInterface |
GetAdaptor()
Returns an instance that implements the TInterface<T> interface.
|
static <T> NumericAdaptor<T> |
Instance(java.lang.Class<T> type)
Gets the one and only instance of this class.
|
public static <T> NumericAdaptor<T> Instance(java.lang.Class<T> type)
type - The specified Class<T> type.public TInterface GetAdaptor()
Copyright© 2012 Progeneric Systems, Inc. All Rights Reserved.