|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OrderedSet | |
|---|---|
| org.norther.tammi.acorn.util | |
| org.norther.tammi.core.io | |
| org.norther.tammi.root.db | |
| org.norther.tammi.spray.db.step | |
| org.norther.tammi.spray.engine.tool | |
| Uses of OrderedSet in org.norther.tammi.acorn.util |
|---|
| Classes in org.norther.tammi.acorn.util that implement OrderedSet | |
|---|---|
class |
ModifiableSet
Extends UnmodifiableSet by supporting modifications after cloning. |
class |
OrderedHashSet
An implementation of the OrderedSet interface backed by an
OrderedHashMap instance. |
class |
StringKeyHashSet
An implementation of the OrderedSet interface applying string
representations of set elements as keys in comparisons. |
class |
UnmodifiableSet
An unmodifiable set wrapper filtering out additions and removals. |
| Fields in org.norther.tammi.acorn.util declared as OrderedSet | |
|---|---|
static OrderedSet |
Collections.EMPTY_SET
An empty unmodifiable set. |
| Uses of OrderedSet in org.norther.tammi.core.io |
|---|
| Methods in org.norther.tammi.core.io that return OrderedSet | |
|---|---|
OrderedSet |
DefaultPathFinder.findFolders(String key)
|
OrderedSet |
PathFinder.findFolders(String key)
Finds all existing folders corresponding to the specified key by applying the context paths of this path finder. |
| Uses of OrderedSet in org.norther.tammi.root.db |
|---|
| Methods in org.norther.tammi.root.db with parameters of type OrderedSet | |
|---|---|
boolean |
BeanRepositoryClient.addToIdentityList(Collection vars,
int index,
String[] nameFields,
Persister persister,
OrderedSet list)
Adds a collection of variables as enumerated identities to an ordered set. |
boolean |
DefaultBeanRepositoryClient.addToIdentityList(Collection vars,
int index,
String[] nameFields,
Persister persister,
OrderedSet list)
|
boolean |
BeanRepositoryClient.addToIdentityList(Variable var,
int index,
String[] nameFields,
Persister persister,
OrderedSet list)
Adds the specified variable as an enumerated identity to an ordered set. |
boolean |
DefaultBeanRepositoryClient.addToIdentityList(Variable var,
int index,
String[] nameFields,
Persister persister,
OrderedSet list)
|
| Uses of OrderedSet in org.norther.tammi.spray.db.step |
|---|
| Methods in org.norther.tammi.spray.db.step with parameters of type OrderedSet | |
|---|---|
protected List |
SelectionStepAction.getSelectionEnumeration(int index,
String className,
String[] nameFields,
Persister persister,
ServletRequest request,
ServletResponse response,
FilterChain chain,
StepFlowContext context,
OrderedSet list)
Gets the selection enumeration for the specified class from the corresponding identity list. |
| Uses of OrderedSet in org.norther.tammi.spray.engine.tool |
|---|
| Methods in org.norther.tammi.spray.engine.tool that return OrderedSet | |
|---|---|
OrderedSet |
TypeTool.toOrderedSet()
Returns an empty ordered set. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||