Package | Description |
---|---|
com.devexperts.qd |
This package contains basic interfaces and other API elements of QD system
which shall be sufficient for the client application programmer.
|
com.devexperts.qd.kit |
This package contains default implementations of various QD components which
do not constitute any separate module or subsystem and which can be easily replaced.
|
com.devexperts.qd.util |
This package contains utility classes which are used by QD, but which do not
depend on QD and which do not constitute any separate module or subsystem.
|
Modifier and Type | Method and Description |
---|---|
SymbolSet |
QDFilter.getSymbolSet()
Returns a set of symbols that corresponds to this filter.
|
Modifier and Type | Method and Description |
---|---|
SymbolSet |
SymbolSetFilter.getSymbolSet() |
SymbolSet |
PatternFilter.getSymbolSet() |
Constructor and Description |
---|
SymbolSetFilter(DataScheme scheme,
SymbolSet set) |
Modifier and Type | Class and Description |
---|---|
protected static class |
SymbolSet.ListSet |
Modifier and Type | Method and Description |
---|---|
static SymbolSet |
SymbolSet.copyOf(SymbolSet other) |
static SymbolSet |
SymbolSet.createInstance() |
SymbolSet |
SymbolSet.unmodifiable() |
Modifier and Type | Method and Description |
---|---|
void |
SymbolSet.addAll(SymbolSet other) |
boolean |
SymbolSet.containsAll(SymbolSet other) |
static SymbolSet |
SymbolSet.copyOf(SymbolSet other) |
void |
SymbolSet.retainAll(SymbolSet other) |
Constructor and Description |
---|
ListSet(SymbolSet set) |
Copyright © 2002–2025 Devexperts LLC. All rights reserved.