Modifier and Type | Method and Description |
---|---|
DataStructure.Type |
StreamBasedDataStructureSelector.getDataStructureType() |
Modifier and Type | Method and Description |
---|---|
void |
StreamBasedDataStructureParametersPanel.setupParameterFields(DataStructure.Type type) |
Constructor and Description |
---|
StreamBasedDataStructureParametersPanel(DataStructure.Type type) |
Constructor and Description |
---|
StreamBasedDataStructureSelector(java.lang.String title,
java.util.Collection<DataStructure.Type> types) |
Modifier and Type | Field and Description |
---|---|
static java.util.Collection<DataStructure.Type> |
DataStructure.FINITE_ITERABLE_DATA_STRUCTURES |
static java.util.Collection<DataStructure.Type> |
DataStructure.FINITE_ITERABLE_POINTER_DATA_STRUCTURES |
static java.util.Collection<DataStructure.Type> |
DataStructure.FINITE_POINTER_DATA_STRUCTURES |
static java.util.Collection<DataStructure.Type> |
DataStructure.INFIITE_DATA_STRUCTURES |
static java.util.Collection<DataStructure.Type> |
DataStructure.ITERABLE_DATA_STRUCTURES |
static java.util.Collection<DataStructure.Type> |
DataStructure.POINTER_DATA_STRUCTURES |
Modifier and Type | Method and Description |
---|---|
DataStructure.Type |
DataStructure.getType() |
static DataStructure.Type |
DataStructure.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DataStructure.Type[] |
DataStructure.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static <T,PA extends DSParameterDefinition,PO> |
DataStructureFactory.createDataStructure(DataStructure.Type type,
java.util.Map<PA,DSParameter<?>> parameters) |
static <T extends DSParameterDefinition> |
DSParameterFactory.createDefaultParameters(DataStructure.Type type) |
static <T,PA extends DSParameterDefinition,PO> |
DataStructureFactory.createIterableDataStructure(DataStructure.Type type,
java.util.Map<PA,DSParameter<?>> parameters) |
static <T,PA extends DSParameterDefinition,PO> |
DataStructureFactory.createPointerDataStructure(DataStructure.Type type,
java.util.Map<PA,DSParameter<?>> parameters) |
Modifier and Type | Method and Description |
---|---|
DataStructure.Type |
CountMinSketchImpl.getType() |
DataStructure.Type |
PointerBasedCountMinSketch.getType() |
Modifier and Type | Method and Description |
---|---|
DataStructure.Type |
AbstractBackwardDecayDataStructureImpl.getType() |
DataStructure.Type |
AbstractForwardDecayDataStructureImpl.getType() |
Modifier and Type | Method and Description |
---|---|
DataStructure.Type |
FrequentAlgorithmImpl.getType() |
DataStructure.Type |
PointerBasedFrequentAlgorithmImpl.getType() |
Modifier and Type | Method and Description |
---|---|
DataStructure.Type |
HashSetInfiniteDataStructureImpl.getType() |
Modifier and Type | Method and Description |
---|---|
DataStructure.Type |
LossyCountingBudgetImpl.getType() |
DataStructure.Type |
LossyCountingImpl.getType() |
DataStructure.Type |
PointerBasedLossyCountingImpl.getType() |
Modifier and Type | Method and Description |
---|---|
DataStructure.Type |
ReservoirImpl.getType() |
Modifier and Type | Method and Description |
---|---|
DataStructure.Type |
SlidingWindowImpl.getType() |
Modifier and Type | Method and Description |
---|---|
DataStructure.Type |
PointerBasedSpaceSavingImpl.getType() |
DataStructure.Type |
SpaceSavingImpl.getType() |