public final class Const
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ARITHMETIC_ADAPTOR
The name of the method (GetArithmeticAdaptor) that retrieves the object
that implements the IArithmetic<T1, T2, TResult> interface.
|
static java.lang.String |
BITWISE_ADAPTOR
The name of the method (GetBitwiseAdaptor) that retrieves the object
that implements the IBitwise<T> interface.
|
static java.lang.String |
COMPARE_ADAPTOR
The name of the method (GetCompareAdaptor) that retrieves the object
that implements the Comparable<T> interface.
|
static java.lang.String |
EXTENSION_SUFFIX
The suffix (Adaptor) appended to a class (e.g.
|
static java.lang.String |
NUMERIC_ADAPTOR
The name of the method (GetNumericAdaptor) that retrieves the object
that implements the INumeric<T> interface.
|
static int |
PROCESSOR_COUNT
The number of processors available to the Java Virtual Machine.
|
static java.lang.String |
STREAM_ADAPTOR
The name of the method (GetStreamAdaptor) that retrieves the object
that implements the IStreamable<T> interface.
|
public static final int PROCESSOR_COUNT
public static final java.lang.String EXTENSION_SUFFIX
public static final java.lang.String COMPARE_ADAPTOR
public static final java.lang.String NUMERIC_ADAPTOR
public static final java.lang.String ARITHMETIC_ADAPTOR
public static final java.lang.String BITWISE_ADAPTOR
public static final java.lang.String STREAM_ADAPTOR
Copyright© 2012 Progeneric Systems, Inc. All Rights Reserved.