Uses of Interface
java.util.Collection

Packages that use Collection
de.cau.cs.kieler.core.annotations.provider Edit code for the Annotations model. 
de.cau.cs.kieler.core.kexpressions.provider   
de.cau.cs.kieler.core.kgraph.provider Edit code for the KGraph model. 
de.cau.cs.kieler.core.math Mathematics classes and functions. 
de.cau.cs.kieler.core.model.gmf.effects GMF-specific view management effects. 
de.cau.cs.kieler.core.model.gmf.util Utility Classes for GMF modeling. 
de.cau.cs.kieler.core.model.util This package contains a collection of utility classes. 
de.cau.cs.kieler.core.model.xtend.m2m Xtend implementations for model transformations in KIELER. 
de.cau.cs.kieler.core.ui.util Utility classes for usage in the Eclipse UI. 
de.cau.cs.kieler.core.ui.wizards Wizard support classes for usage in the Eclipse UI. 
de.cau.cs.kieler.core.util General purpose utility classes in the style of java.util
de.cau.cs.kieler.kaom.diagram.edit.policies   
de.cau.cs.kieler.kaom.diagram.navigator   
de.cau.cs.kieler.kaom.diagram.providers   
de.cau.cs.kieler.kaom.provider Edit code of the KAOM diagram editor. 
de.cau.cs.kieler.keg.diagram.edit.policies   
de.cau.cs.kieler.keg.diagram.navigator   
de.cau.cs.kieler.keg.diagram.providers   
de.cau.cs.kieler.keg.provider   
de.cau.cs.kieler.kiml Base classes for implementation of layout algorithms and for handling of different layout providers and layout options. 
de.cau.cs.kieler.kiml.config Interfaces and default implementations for layout configuration. 
de.cau.cs.kieler.kiml.grana Base classes for implementation of analysis algorithms and classes that provide the analyses as services. 
de.cau.cs.kieler.kiml.service Layout service classes that are used both in the client UI and in server applications. 
de.cau.cs.kieler.klay.layered Base package of the layered layouter. 
de.cau.cs.kieler.ksbase.core Core package of the KSBasE plug-in. 
de.cau.cs.kieler.ksbase.ui.menus KSBAsE menu contribution package. 
de.cau.cs.kieler.sim.kiem.config.data This package contains the data storing classes for all managers. 
de.cau.cs.kieler.synccharts.custom.providers   
de.cau.cs.kieler.synccharts.diagram.custom.commands Copy and paste for the synccharts diagram editor. 
de.cau.cs.kieler.synccharts.diagram.edit.policies   
de.cau.cs.kieler.synccharts.diagram.navigator   
de.cau.cs.kieler.synccharts.diagram.providers   
de.cau.cs.kieler.synccharts.presentation   
de.cau.cs.kieler.synccharts.provider   
de.cau.cs.kieler.synccharts.synchronizer.kitsView   
java.util Utilities 
js.common   
lejos.robotics Hardware abstraction interfaces for the robotics package. 
lejos.robotics.proposal Support for maps 
org.apache.bcel.generic This package contains the "generic" part of the Byte Code Engineering Library, i.e., classes to dynamically modify class objects and byte code instructions. 
org.json This package contains the JSON implementation for java as it can be found on http://www.json.org/java 
 

Uses of Collection in de.cau.cs.kieler.core.annotations.provider
 

Fields in de.cau.cs.kieler.core.annotations.provider declared as Collection
protected  Collection<Object> AnnotationsItemProviderAdapterFactory.supportedTypes
          This keeps track of all the supported types checked by isFactoryForType.
 

Methods in de.cau.cs.kieler.core.annotations.provider that return Collection
 Collection<? extends EStructuralFeature> AnnotatableItemProvider.getChildrenFeatures(Object object)
          This specifies how to implement ItemProviderAdapter.getChildren(java.lang.Object) and is used to deduce an appropriate feature for an AddCommand, RemoveCommand or MoveCommand in ItemProviderAdapter.createCommand(java.lang.Object, org.eclipse.emf.edit.domain.EditingDomain, java.lang.Class, org.eclipse.emf.edit.command.CommandParameter).
 Collection<? extends EStructuralFeature> ContainmentAnnotationItemProvider.getChildrenFeatures(Object object)
          This specifies how to implement ItemProviderAdapter.getChildren(java.lang.Object) and is used to deduce an appropriate feature for an AddCommand, RemoveCommand or MoveCommand in ItemProviderAdapter.createCommand(java.lang.Object, org.eclipse.emf.edit.domain.EditingDomain, java.lang.Class, org.eclipse.emf.edit.command.CommandParameter).
 

Methods in de.cau.cs.kieler.core.annotations.provider with parameters of type Collection
protected  void AnnotatableItemProvider.collectNewChildDescriptors(Collection<Object> newChildDescriptors, Object object)
          This adds CommandParameters describing the children that can be created under this object.
protected  void AnnotationItemProvider.collectNewChildDescriptors(Collection<Object> newChildDescriptors, Object object)
          This adds CommandParameters describing the children that can be created under this object.
protected  void BooleanAnnotationItemProvider.collectNewChildDescriptors(Collection<Object> newChildDescriptors, Object object)
          This adds CommandParameters describing the children that can be created under this object.
protected  void ContainmentAnnotationItemProvider.collectNewChildDescriptors(Collection<Object> newChildDescriptors, Object object)
          This adds CommandParameters describing the children that can be created under this object.
protected  void FloatAnnotationItemProvider.collectNewChildDescriptors(Collection<Object> newChildDescriptors, Object object)
          This adds CommandParameters describing the children that can be created under this object.
protected  void ImportAnnotationItemProvider.collectNewChildDescriptors(Collection<Object> newChildDescriptors, Object object)
          This adds CommandParameters describing the children that can be created under this object.
protected  void IntAnnotationItemProvider.collectNewChildDescriptors(Collection<Object> newChildDescriptors, Object object)
          This adds CommandParameters describing the children that can be created under this object.
protected  void NamedObjectItemProvider.collectNewChildDescriptors(Collection<Object> newChildDescriptors, Object object)
          This adds CommandParameters describing the children that can be created under this object.
protected  void ReferenceAnnotationItemProvider.collectNewChildDescriptors(Collection<Object> newChildDescriptors, Object object)
          This adds CommandParameters describing the children that can be created under this object.
protected  void StringAnnotationItemProvider.collectNewChildDescriptors(Collection<Object> newChildDescriptors, Object object)
          This adds CommandParameters describing the children that can be created under this object.
protected  void TypedStringAnnotationItemProvider.collectNewChildDescriptors(Collection<Object> newChildDescriptors, Object object)
          This adds CommandParameters describing the children that can be created under this object.
 String ContainmentAnnotationItemProvider.getCreateChildText(Object owner, Object feature, Object child, Collection<?> selection)
          This returns the label text for CreateChildCommand.
 

Uses of Collection in de.cau.cs.kieler.core.kexpressions.provider
 

Fields in de.cau.cs.kieler.core.kexpressions.provider declared as Collection
protected  Collection<Object> KExpressionsItemProviderAdapterFactory.supportedTypes
          This keeps track of all the supported types checked by isFactoryForType.
 

Methods in de.cau.cs.kieler.core.kexpressions.provider that return Collection
 Collection<? extends EStructuralFeature> ChannelDescriptionItemProvider.getChildrenFeatures(Object object)
          This specifies how to implement ItemProviderAdapter.getChildren(java.lang.Object) and is used to deduce an appropriate feature for an AddCommand, RemoveCommand or MoveCommand in ItemProviderAdapter.createCommand(java.lang.Object, org.eclipse.emf.edit.domain.EditingDomain, java.lang.Class, org.eclipse.emf.edit.command.CommandParameter).
 Collection<? extends EStructuralFeature> ComplexExpressionItemProvider.getChildrenFeatures(Object object)
          This specifies how to implement ItemProviderAdapter.getChildren(java.lang.Object) and is used to deduce an appropriate feature for an AddCommand, RemoveCommand or MoveCommand in ItemProviderAdapter.createCommand(java.lang.Object, org.eclipse.emf.edit.domain.EditingDomain, java.lang.Class, org.eclipse.emf.edit.command.CommandParameter).
 Collection<? extends EStructuralFeature> ISignalItemProvider.getChildrenFeatures(Object object)
          This specifies how to implement ItemProviderAdapter.getChildren(java.lang.Object) and is used to deduce an appropriate feature for an AddCommand, RemoveCommand or MoveCommand in ItemProviderAdapter.createCommand(java.lang.Object, org.eclipse.emf.edit.domain.EditingDomain, java.lang.Class, org.eclipse.emf.edit.command.CommandParameter).
 Collection<? extends EStructuralFeature> IVariableItemProvider.getChildrenFeatures(Object object)
          This specifies how to implement ItemProviderAdapter.getChildren(java.lang.Object) and is used to deduce an appropriate feature for an AddCommand, RemoveCommand or MoveCommand in ItemProviderAdapter.createCommand(java.lang.Object, org.eclipse.emf.edit.domain.EditingDomain, java.lang.Class, org.eclipse.emf.edit.command.CommandParameter).
 Collection<? extends EStructuralFeature> InterfaceSignalDeclItemProvider.getChildrenFeatures(Object object)
          This specifies how to implement ItemProviderAdapter.getChildren(java.lang.Object) and is used to deduce an appropriate feature for an AddCommand, RemoveCommand or MoveCommand in ItemProviderAdapter.createCommand(java.lang.Object, org.eclipse.emf.edit.domain.EditingDomain, java.lang.Class, org.eclipse.emf.edit.command.CommandParameter).
 Collection<? extends EStructuralFeature> InterfaceVariableDeclItemProvider.getChildrenFeatures(Object object)
          This specifies how to implement ItemProviderAdapter.getChildren(java.lang.Object) and is used to deduce an appropriate feature for an AddCommand, RemoveCommand or MoveCommand in ItemProviderAdapter.createCommand(java.lang.Object, org.eclipse.emf.edit.domain.EditingDomain, java.lang.Class, org.eclipse.emf.edit.command.CommandParameter).
 Collection<? extends EStructuralFeature> VariableDeclItemProvider.getChildrenFeatures(Object object)
          This specifies how to implement ItemProviderAdapter.getChildren(java.lang.Object) and is used to deduce an appropriate feature for an AddCommand, RemoveCommand or MoveCommand in ItemProviderAdapter.createCommand(java.lang.Object, org.eclipse.emf.edit.domain.EditingDomain, java.lang.Class, org.eclipse.emf.edit.command.CommandParameter).
 

Methods in de.cau.cs.kieler.core.kexpressions.provider with parameters of type Collection
protected  void BooleanValueItemProvider.collectNewChildDescriptors(Collection<Object> newChildDescriptors, Object object)
          This adds CommandParameters describing the children that can be created under this object.
protected  void ChannelDescriptionItemProvider.collectNewChildDescriptors(Collection<Object> newChildDescriptors, Object object)
          This adds CommandParameters describing the children that can be created under this object.
protected  void ComplexExpressionItemProvider.collectNewChildDescriptors(Collection<Object> newChildDescriptors, Object object)
          This adds CommandParameters describing the children that can be created under this object.
protected  void ExpressionItemProvider.collectNewChildDescriptors(Collection<Object> newChildDescriptors, Object object)
          This adds CommandParameters describing the children that can be created under this object.
protected  void FloatValueItemProvider.collectNewChildDescriptors(Collection<Object> newChildDescriptors, Object object)
          This adds CommandParameters describing the children that can be created under this object.
protected  void ISignalItemProvider.collectNewChildDescriptors(Collection<Object> newChildDescriptors, Object object)
          This adds CommandParameters describing the children that can be created under this object.
protected  void IVariableItemProvider.collectNewChildDescriptors(Collection<Object> newChildDescriptors, Object object)
          This adds CommandParameters describing the children that can be created under this object.
protected  void InputItemProvider.collectNewChildDescriptors(Collection<Object> newChildDescriptors, Object object)
          This adds CommandParameters describing the children that can be created under this object.
protected  void InputOutputItemProvider.collectNewChildDescriptors(Collection<Object> newChildDescriptors, Object object)
          This adds CommandParameters describing the children that can be created under this object.
protected  void IntValueItemProvider.collectNewChildDescriptors(Collection<Object> newChildDescriptors, Object object)
          This adds CommandParameters describing the children that can be created under this object.
protected  void InterfaceDeclarationItemProvider.collectNewChildDescriptors(Collection<Object> newChildDescriptors, Object object)
          This adds CommandParameters describing the children that can be created under this object.
protected  void InterfaceSignalDeclItemProvider.collectNewChildDescriptors(Collection<Object> newChildDescriptors, Object object)
          This adds CommandParameters describing the children that can be created under this object.
protected  void InterfaceVariableDeclItemProvider.collectNewChildDescriptors(Collection<Object> newChildDescriptors, Object object)
          This adds CommandParameters describing the children that can be created under this object.
protected  void OperatorExpressionItemProvider.collectNewChildDescriptors(Collection<Object> newChildDescriptors, Object object)
          This adds CommandParameters describing the children that can be created under this object.
protected  void OutputItemProvider.collectNewChildDescriptors(Collection<Object> newChildDescriptors, Object object)
          This adds CommandParameters describing the children that can be created under this object.
protected  void ReturnItemProvider.collectNewChildDescriptors(Collection<Object> newChildDescriptors, Object object)
          This adds CommandParameters describing the children that can be created under this object.
protected  void SignalItemProvider.collectNewChildDescriptors(Collection<Object> newChildDescriptors, Object object)
          This adds CommandParameters describing the children that can be created under this object.
protected  void TextExpressionItemProvider.collectNewChildDescriptors(Collection<Object> newChildDescriptors, Object object)
          This adds CommandParameters describing the children that can be created under this object.
protected  void TextualCodeItemProvider.collectNewChildDescriptors(Collection<Object> newChildDescriptors, Object object)
          This adds CommandParameters describing the children that can be created under this object.
protected  void TypeIdentifierItemProvider.collectNewChildDescriptors(Collection<Object> newChildDescriptors, Object object)
          This adds CommandParameters describing the children that can be created under this object.
protected  void ValueItemProvider.collectNewChildDescriptors(Collection<Object> newChildDescriptors, Object object)
          This adds CommandParameters describing the children that can be created under this object.
protected  void ValuedObjectItemProvider.collectNewChildDescriptors(Collection<Object> newChildDescriptors, Object object)
          This adds CommandParameters describing the children that can be created under this object.
protected  void ValuedObjectReferenceItemProvider.collectNewChildDescriptors(Collection<Object> newChildDescriptors, Object object)
          This adds CommandParameters describing the children that can be created under this object.
protected  void VariableDeclItemProvider.collectNewChildDescriptors(Collection<Object> newChildDescriptors, Object object)
          This adds CommandParameters describing the children that can be created under this object.
protected  void VariableItemProvider.collectNewChildDescriptors(Collection<Object> newChildDescriptors, Object object)
          This adds CommandParameters describing the children that can be created under this object.
 

Uses of Collection in de.cau.cs.kieler.core.kgraph.provider
 

Fields in de.cau.cs.kieler.core.kgraph.provider declared as Collection
protected  Collection<Object> KGraphItemProviderAdapterFactory.supportedTypes
          This keeps track of all the supported types checked by isFactoryForType.
 

Methods in de.cau.cs.kieler.core.kgraph.provider that return Collection
 Collection<? extends EStructuralFeature> EMapPropertyHolderItemProvider.getChildrenFeatures(Object object)
          This specifies how to implement ItemProviderAdapter.getChildren(java.lang.Object) and is used to deduce an appropriate feature for an AddCommand, RemoveCommand or MoveCommand in ItemProviderAdapter.createCommand(java.lang.Object, org.eclipse.emf.edit.domain.EditingDomain, java.lang.Class, org.eclipse.emf.edit.command.CommandParameter).
 Collection<? extends EStructuralFeature> KGraphElementItemProvider.getChildrenFeatures(Object object)
          This specifies how to implement ItemProviderAdapter.getChildren(java.lang.Object) and is used to deduce an appropriate feature for an AddCommand, RemoveCommand or MoveCommand in ItemProviderAdapter.createCommand(java.lang.Object, org.eclipse.emf.edit.domain.EditingDomain, java.lang.Class, org.eclipse.emf.edit.command.CommandParameter).
 Collection<? extends EStructuralFeature> KLabeledGraphElementItemProvider.getChildrenFeatures(Object object)
          This specifies how to implement ItemProviderAdapter.getChildren(java.lang.Object) and is used to deduce an appropriate feature for an AddCommand, RemoveCommand or MoveCommand in ItemProviderAdapter.createCommand(java.lang.Object, org.eclipse.emf.edit.domain.EditingDomain, java.lang.Class, org.eclipse.emf.edit.command.CommandParameter).
 Collection<? extends EStructuralFeature> KNodeItemProvider.getChildrenFeatures(Object object)
          This specifies how to implement ItemProviderAdapter.getChildren(java.lang.Object) and is used to deduce an appropriate feature for an AddCommand, RemoveCommand or MoveCommand in ItemProviderAdapter.createCommand(java.lang.Object, org.eclipse.emf.edit.domain.EditingDomain, java.lang.Class, org.eclipse.emf.edit.command.CommandParameter).
 

Methods in de.cau.cs.kieler.core.kgraph.provider with parameters of type Collection
protected  void EMapPropertyHolderItemProvider.collectNewChildDescriptors(Collection<Object> newChildDescriptors, Object object)
          This adds CommandParameters describing the children that can be created under this object.
protected  void IPropertyToObjectMapItemProvider.collectNewChildDescriptors(Collection<Object> newChildDescriptors, Object object)
          This adds CommandParameters describing the children that can be created under this object.
protected  void KEdgeItemProvider.collectNewChildDescriptors(Collection<Object> newChildDescriptors, Object object)
          This adds CommandParameters describing the children that can be created under this object.
protected  void KGraphDataItemProvider.collectNewChildDescriptors(Collection<Object> newChildDescriptors, Object object)
          This adds CommandParameters describing the children that can be created under this object.
protected  void KGraphElementItemProvider.collectNewChildDescriptors(Collection<Object> newChildDescriptors, Object object)
          This adds CommandParameters describing the children that can be created under this object.
protected  void KLabelItemProvider.collectNewChildDescriptors(Collection<Object> newChildDescriptors, Object object)
          This adds CommandParameters describing the children that can be created under this object.
protected  void KLabeledGraphElementItemProvider.collectNewChildDescriptors(Collection<Object> newChildDescriptors, Object object)
          This adds CommandParameters describing the children that can be created under this object.
protected  void KNodeItemProvider.collectNewChildDescriptors(Collection<Object> newChildDescriptors, Object object)
          This adds CommandParameters describing the children that can be created under this object.
protected  void KPortItemProvider.collectNewChildDescriptors(Collection<Object> newChildDescriptors, Object object)
          This adds CommandParameters describing the children that can be created under this object.
protected  void PersistentEntryItemProvider.collectNewChildDescriptors(Collection<Object> newChildDescriptors, Object object)
          This adds CommandParameters describing the children that can be created under this object.
 

Uses of Collection in de.cau.cs.kieler.core.math
 

Classes in de.cau.cs.kieler.core.math that implement Collection
 class KVectorChain
          A chain of vectors.
 

Constructors in de.cau.cs.kieler.core.math with parameters of type Collection
KVectorChain(Collection<KVector> collection)
          Creates a vector chain from a given collection of vectors.
 

Uses of Collection in de.cau.cs.kieler.core.model.gmf.effects
 

Methods in de.cau.cs.kieler.core.model.gmf.effects with parameters of type Collection
 void FocusContextEffect.addFocus(Collection<EObject> focusedObjects, boolean addDescendants)
          Add multiple elements to the focus.
 void FocusContextEffect.addFocus(Collection<EObject> focusedObjects, int childrenLevel)
          Add multiple elements to the focus.
 

Uses of Collection in de.cau.cs.kieler.core.model.gmf.util
 

Methods in de.cau.cs.kieler.core.model.gmf.util that return Collection
static Collection<EObject> GmfModelingUtil.getAllByType(EClassifier eObjectClass, EditPart rootEditPart)
          Get all objects that are direct or indirect children of the given root EObject corresponding to the given EditPart if they are of the specified type.
static
<T> Collection<T>
GmfModelingUtil.iterator2Collection(Iterator<T> iter)
          Convert an Iterator to a Collection.
 

Uses of Collection in de.cau.cs.kieler.core.model.util
 

Methods in de.cau.cs.kieler.core.model.util that return Collection
static Collection<EObject> ModelingUtil.getAllAncestorsByType(EClassifier eObjectClass, EObject rootObject)
          Get all objects that are direct or indirect parents of the given root EObject if they are of the given type.
static Collection<EObject> ModelingUtil.getAllByType(EClassifier eObjectClass, EObject rootObject)
          Get all objects that are direct or indirect children of the given root EObject if they are of the specified type.
static
<T> Collection<T>
ModelingUtil.iterator2Collection(Iterator<T> iter)
          Convert an Iterator to a Collection.
 

Uses of Collection in de.cau.cs.kieler.core.model.xtend.m2m
 

Methods in de.cau.cs.kieler.core.model.xtend.m2m that return Collection
 Collection<Object> XtendTransformationCommand.getResult()
           
 

Uses of Collection in de.cau.cs.kieler.core.ui.util
 

Methods in de.cau.cs.kieler.core.ui.util with parameters of type Collection
 void TreeViewerCheckStateHandler.checkElements(Collection<?> elements)
          Checks the given elements, updating theirs ancestors and children in the process.
 void TreeViewerCheckStateHandler.uncheckElements(Collection<?> elements)
          Unchecks the given elements, updating theirs ancestors and children in the process.
 

Uses of Collection in de.cau.cs.kieler.core.ui.wizards
 

Methods in de.cau.cs.kieler.core.ui.wizards that return Collection
 Collection<Object> ResourceTreeAndListPage.getSelectedElements(IProgressMonitor monitor)
          Returns a list of selected elements.
 

Uses of Collection in de.cau.cs.kieler.core.util
 

Methods in de.cau.cs.kieler.core.util with parameters of type Collection
 List<T> DependencyGraph.addAll(Collection<T> objects)
          Adds a collection of objects to the graph and tries to resolve dependencies.
Returns a list of objects that could not be added cause they had missing dependencies or were part of a cycle.
 List<T> IDependencyGraph.addAll(Collection<T> objects)
          Adds a collection of objects to the graph and tries to resolve dependencies.
Returns a list of objects that could not be added cause they had missing dependencies or were part of a cycle.
 

Constructors in de.cau.cs.kieler.core.util with parameters of type Collection
CompoundCondition(Collection<ICondition<T>> theconditions)
          Creates a compound condition from a collection of conditions.
 

Uses of Collection in de.cau.cs.kieler.kaom.diagram.edit.policies
 

Methods in de.cau.cs.kieler.kaom.diagram.edit.policies with parameters of type Collection
protected  boolean Entity2CanonicalEditPolicy.isOrphaned(Collection<EObject> semanticChildren, View view)
           
protected  boolean Entity3CanonicalEditPolicy.isOrphaned(Collection<EObject> semanticChildren, View view)
           
protected  boolean EntityCanonicalEditPolicy.isOrphaned(Collection<EObject> semanticChildren, View view)
           
protected  boolean EntityEntityCompartment2CanonicalEditPolicy.isOrphaned(Collection<EObject> semanticChildren, View view)
           
protected  boolean EntityEntityCompartmentCanonicalEditPolicy.isOrphaned(Collection<EObject> semanticChildren, View view)
           
 

Uses of Collection in de.cau.cs.kieler.kaom.diagram.navigator
 

Methods in de.cau.cs.kieler.kaom.diagram.navigator with parameters of type Collection
 void KaomNavigatorGroup.addChildren(Collection children)
           
 

Uses of Collection in de.cau.cs.kieler.kaom.diagram.providers
 

Methods in de.cau.cs.kieler.kaom.diagram.providers with parameters of type Collection
protected  boolean KaomModelingAssistantProvider.isApplicableElement(EObject element, Collection types)
           
protected  EObject KaomModelingAssistantProvider.selectExistingElement(IAdaptable host, Collection types)
           
 

Uses of Collection in de.cau.cs.kieler.kaom.provider
 

Fields in de.cau.cs.kieler.kaom.provider declared as Collection
protected  Collection<Object> KaomItemProviderAdapterFactory.supportedTypes
          This keeps track of all the supported types checked by isFactoryForType.
 

Methods in de.cau.cs.kieler.kaom.provider that return Collection
 Collection<? extends EStructuralFeature> EntityItemProvider.getChildrenFeatures(Object object)
          This specifies how to implement ItemProviderAdapter.getChildren(java.lang.Object) and is used to deduce an appropriate feature for an AddCommand, RemoveCommand or MoveCommand in ItemProviderAdapter.createCommand(java.lang.Object, org.eclipse.emf.edit.domain.EditingDomain, java.lang.Class, org.eclipse.emf.edit.command.CommandParameter).
 

Methods in de.cau.cs.kieler.kaom.provider with parameters of type Collection
protected  void EntityItemProvider.collectNewChildDescriptors(Collection<Object> newChildDescriptors, Object object)
          This adds CommandParameters describing the children that can be created under this object.
protected  void LinkItemProvider.collectNewChildDescriptors(Collection<Object> newChildDescriptors, Object object)
          This adds CommandParameters describing the children that can be created under this object.
protected  void LinkableItemProvider.collectNewChildDescriptors(Collection<Object> newChildDescriptors, Object object)
          This adds CommandParameters describing the children that can be created under this object.
protected  void PortItemProvider.collectNewChildDescriptors(Collection<Object> newChildDescriptors, Object object)
          This adds CommandParameters describing the children that can be created under this object.
protected  void RelationItemProvider.collectNewChildDescriptors(Collection<Object> newChildDescriptors, Object object)
          This adds CommandParameters describing the children that can be created under this object.
 

Uses of Collection in de.cau.cs.kieler.keg.diagram.edit.policies
 

Methods in de.cau.cs.kieler.keg.diagram.edit.policies with parameters of type Collection
protected  boolean Node2CanonicalEditPolicy.isOrphaned(Collection<EObject> semanticChildren, View view)
           
protected  boolean Node4CanonicalEditPolicy.isOrphaned(Collection<EObject> semanticChildren, View view)
           
protected  boolean NodeCanonicalEditPolicy.isOrphaned(Collection<EObject> semanticChildren, View view)
           
protected  boolean NodeNodeCompartment2CanonicalEditPolicy.isOrphaned(Collection<EObject> semanticChildren, View view)
           
protected  boolean NodeNodeCompartmentCanonicalEditPolicy.isOrphaned(Collection<EObject> semanticChildren, View view)
           
 

Uses of Collection in de.cau.cs.kieler.keg.diagram.navigator
 

Methods in de.cau.cs.kieler.keg.diagram.navigator with parameters of type Collection
 void GraphsNavigatorGroup.addChildren(Collection children)
           
 

Uses of Collection in de.cau.cs.kieler.keg.diagram.providers
 

Methods in de.cau.cs.kieler.keg.diagram.providers with parameters of type Collection
protected  boolean GraphsModelingAssistantProvider.isApplicableElement(EObject element, Collection types)
           
protected  EObject GraphsModelingAssistantProvider.selectExistingElement(IAdaptable host, Collection types)
           
 

Uses of Collection in de.cau.cs.kieler.keg.provider
 

Fields in de.cau.cs.kieler.keg.provider declared as Collection
protected  Collection<Object> KEGItemProviderAdapterFactory.supportedTypes
          This keeps track of all the supported types checked by isFactoryForType.
 

Methods in de.cau.cs.kieler.keg.provider with parameters of type Collection
protected  void EdgeItemProvider.collectNewChildDescriptors(Collection<Object> newChildDescriptors, Object object)
          This adds CommandParameters describing the children that can be created under this object.
protected  void NodeItemProvider.collectNewChildDescriptors(Collection<Object> newChildDescriptors, Object object)
          This adds CommandParameters describing the children that can be created under this object.
protected  void PortItemProvider.collectNewChildDescriptors(Collection<Object> newChildDescriptors, Object object)
          This adds CommandParameters describing the children that can be created under this object.
 

Uses of Collection in de.cau.cs.kieler.kiml
 

Methods in de.cau.cs.kieler.kiml that return Collection
 Collection<LayoutAlgorithmData> LayoutDataService.getAlgorithmData()
          Returns a data collection for all registered layout algorithms.
 Collection<LayoutOptionData<?>> LayoutDataService.getOptionData()
          Returns a data collection for all registered layout options.
 Collection<LayoutTypeData> LayoutDataService.getTypeData()
          Returns a list of layout type identifiers and names.
 

Uses of Collection in de.cau.cs.kieler.kiml.config
 

Methods in de.cau.cs.kieler.kiml.config with parameters of type Collection
 void CompoundLayoutConfig.addAll(Collection<ILayoutConfig> confs)
          Insert all given layout configurations into this compound configuration.
 void CompoundLayoutConfig.removeAll(Collection<ILayoutConfig> confs)
          Remove all given layout configurations.
 

Uses of Collection in de.cau.cs.kieler.kiml.grana
 

Methods in de.cau.cs.kieler.kiml.grana that return Collection
abstract  Collection<AbstractInfoAnalysis> AbstractAnalysisBundle.getAnalyses()
          Returns a collection of all analyses provided by this bundle.
 Collection<AbstractInfoAnalysis> AnalysisServices.getAnalyses()
          Returns the analyses.
 Collection<AbstractInfoAnalysis> IAnalysisBundle.getAnalyses()
          Returns a collection of all analyses provided by this bundle.
 

Uses of Collection in de.cau.cs.kieler.kiml.service
 

Methods in de.cau.cs.kieler.kiml.service that return Collection
 Collection<GraphFormatData> TransformationService.getFormatData()
          Returns all registered graph format data.
 

Uses of Collection in de.cau.cs.kieler.klay.layered
 

Methods in de.cau.cs.kieler.klay.layered with parameters of type Collection
 IntermediateProcessingStrategy IntermediateProcessingStrategy.addAll(int slotIndex, Collection<IntermediateLayoutProcessor> processors)
          Adds all layout processors in the given collection to the given slot, without duplicates.
 

Constructors in de.cau.cs.kieler.klay.layered with parameters of type Collection
IntermediateProcessingStrategy(Collection<IntermediateLayoutProcessor> beforePhase1, Collection<IntermediateLayoutProcessor> beforePhase2, Collection<IntermediateLayoutProcessor> beforePhase3, Collection<IntermediateLayoutProcessor> beforePhase4, Collection<IntermediateLayoutProcessor> beforePhase5, Collection<IntermediateLayoutProcessor> afterPhase5)
          Constructs a new strategy containing the given intermediate layout processors.
IntermediateProcessingStrategy(Collection<IntermediateLayoutProcessor> beforePhase1, Collection<IntermediateLayoutProcessor> beforePhase2, Collection<IntermediateLayoutProcessor> beforePhase3, Collection<IntermediateLayoutProcessor> beforePhase4, Collection<IntermediateLayoutProcessor> beforePhase5, Collection<IntermediateLayoutProcessor> afterPhase5)
          Constructs a new strategy containing the given intermediate layout processors.
IntermediateProcessingStrategy(Collection<IntermediateLayoutProcessor> beforePhase1, Collection<IntermediateLayoutProcessor> beforePhase2, Collection<IntermediateLayoutProcessor> beforePhase3, Collection<IntermediateLayoutProcessor> beforePhase4, Collection<IntermediateLayoutProcessor> beforePhase5, Collection<IntermediateLayoutProcessor> afterPhase5)
          Constructs a new strategy containing the given intermediate layout processors.
IntermediateProcessingStrategy(Collection<IntermediateLayoutProcessor> beforePhase1, Collection<IntermediateLayoutProcessor> beforePhase2, Collection<IntermediateLayoutProcessor> beforePhase3, Collection<IntermediateLayoutProcessor> beforePhase4, Collection<IntermediateLayoutProcessor> beforePhase5, Collection<IntermediateLayoutProcessor> afterPhase5)
          Constructs a new strategy containing the given intermediate layout processors.
IntermediateProcessingStrategy(Collection<IntermediateLayoutProcessor> beforePhase1, Collection<IntermediateLayoutProcessor> beforePhase2, Collection<IntermediateLayoutProcessor> beforePhase3, Collection<IntermediateLayoutProcessor> beforePhase4, Collection<IntermediateLayoutProcessor> beforePhase5, Collection<IntermediateLayoutProcessor> afterPhase5)
          Constructs a new strategy containing the given intermediate layout processors.
IntermediateProcessingStrategy(Collection<IntermediateLayoutProcessor> beforePhase1, Collection<IntermediateLayoutProcessor> beforePhase2, Collection<IntermediateLayoutProcessor> beforePhase3, Collection<IntermediateLayoutProcessor> beforePhase4, Collection<IntermediateLayoutProcessor> beforePhase5, Collection<IntermediateLayoutProcessor> afterPhase5)
          Constructs a new strategy containing the given intermediate layout processors.
IntermediateProcessingStrategy(int slotIndex, Collection<IntermediateLayoutProcessor> processors)
          Constructs a new strategy that has the given processors in the given slot, but is otherwise empty.
 

Uses of Collection in de.cau.cs.kieler.ksbase.core
 

Methods in de.cau.cs.kieler.ksbase.core that return Collection
 Collection<EditorTransformationSettings> TransformationManager.getEditors()
          Gets the currently registered editors.
 Collection<AbstractTransformation> EditorTransformationSettings.getOutPlaceTransformations()
          Gets the list of defined out-place transformations.
 Collection<KSBasETransformation> EditorTransformationSettings.getTransformations()
          Gets the list of defined transformations.
 Collection<EditorTransformationSettings> TransformationManager.getUserDefinedEditors()
          Gets the list of user defined editors.
 

Uses of Collection in de.cau.cs.kieler.ksbase.ui.menus
 

Methods in de.cau.cs.kieler.ksbase.ui.menus with parameters of type Collection
 void DynamicMenuContributions.createMenuForEditors(Collection<EditorTransformationSettings> collection)
          Creates a valid plug-in project for each editor and injects it to the eclipse run-time.
 

Uses of Collection in de.cau.cs.kieler.sim.kiem.config.data
 

Classes in de.cau.cs.kieler.sim.kiem.config.data that implement Collection
 class MostRecentCollection<T>
           This implements a collection that can update according to most recent use.
 

Methods in de.cau.cs.kieler.sim.kiem.config.data with parameters of type Collection
 boolean MostRecentCollection.addAll(Collection<? extends T> c)
          
 boolean MostRecentCollection.containsAll(Collection<?> c)
          
 boolean MostRecentCollection.removeAll(Collection<?> c)
          
 boolean MostRecentCollection.retainAll(Collection<?> c)
          
 

Uses of Collection in de.cau.cs.kieler.synccharts.custom.providers
 

Methods in de.cau.cs.kieler.synccharts.custom.providers that return Collection
 Collection<?> NoViewItemPropertyDescriptor.getChoiceOfValues(Object object)
           Modification: remove all elements of instance View.
 

Uses of Collection in de.cau.cs.kieler.synccharts.diagram.custom.commands
 

Methods in de.cau.cs.kieler.synccharts.diagram.custom.commands with parameters of type Collection
static List<Region> Utils.getRegionsFromClipboard(Collection<Region> regionsClipBoard, Collection<Region> copy)
          Prepare a list of regions to be ready for insertion using xtend.
static List<Region> Utils.getRegionsFromClipboard(Collection<Region> regionsClipBoard, Collection<Region> copy)
          Prepare a list of regions to be ready for insertion using xtend.
static List<State> Utils.getStatesFromClipboard(Collection<State> statesClipBoard, Collection<State> copy)
          Prepare a list of states to be ready for insertion using xtend.
static List<State> Utils.getStatesFromClipboard(Collection<State> statesClipBoard, Collection<State> copy)
          Prepare a list of states to be ready for insertion using xtend.
static List<Transition> Utils.getTransitionsFromClipboard(Collection<Transition> transitionsClipBoard, Collection<Transition> copy)
          Prepare a list of transitions to be ready for insertion using xtend.
static List<Transition> Utils.getTransitionsFromClipboard(Collection<Transition> transitionsClipBoard, Collection<Transition> copy)
          Prepare a list of transitions to be ready for insertion using xtend.
 

Uses of Collection in de.cau.cs.kieler.synccharts.diagram.edit.policies
 

Methods in de.cau.cs.kieler.synccharts.diagram.edit.policies with parameters of type Collection
protected  boolean RegionCanonicalEditPolicy.isOrphaned(Collection<EObject> semanticChildren, View view)
           
protected  boolean RegionStateCompartmentCanonicalEditPolicy.isOrphaned(Collection<EObject> semanticChildren, View view)
           
protected  boolean StateEntryActionCompartment2CanonicalEditPolicy.isOrphaned(Collection<EObject> semanticChildren, View view)
           
protected  boolean StateEntryActionCompartmentCanonicalEditPolicy.isOrphaned(Collection<EObject> semanticChildren, View view)
           
protected  boolean StateExitActionCompartment2CanonicalEditPolicy.isOrphaned(Collection<EObject> semanticChildren, View view)
           
protected  boolean StateExitActionCompartmentCanonicalEditPolicy.isOrphaned(Collection<EObject> semanticChildren, View view)
           
protected  boolean StateInnerActionCompartment2CanonicalEditPolicy.isOrphaned(Collection<EObject> semanticChildren, View view)
           
protected  boolean StateInnerActionCompartmentCanonicalEditPolicy.isOrphaned(Collection<EObject> semanticChildren, View view)
           
protected  boolean StateRegionCompartment2CanonicalEditPolicy.isOrphaned(Collection<EObject> semanticChildren, View view)
           
protected  boolean StateRegionCompartmentCanonicalEditPolicy.isOrphaned(Collection<EObject> semanticChildren, View view)
           
protected  boolean StateSignalCompartment2CanonicalEditPolicy.isOrphaned(Collection<EObject> semanticChildren, View view)
           
protected  boolean StateSignalCompartmentCanonicalEditPolicy.isOrphaned(Collection<EObject> semanticChildren, View view)
           
protected  boolean StateSuspensionTriggerCompartment2CanonicalEditPolicy.isOrphaned(Collection<EObject> semanticChildren, View view)
           
protected  boolean StateSuspensionTriggerCompartmentCanonicalEditPolicy.isOrphaned(Collection<EObject> semanticChildren, View view)
           
 

Uses of Collection in de.cau.cs.kieler.synccharts.diagram.navigator
 

Methods in de.cau.cs.kieler.synccharts.diagram.navigator with parameters of type Collection
 void SyncchartsNavigatorGroup.addChildren(Collection children)
           
 

Uses of Collection in de.cau.cs.kieler.synccharts.diagram.providers
 

Methods in de.cau.cs.kieler.synccharts.diagram.providers with parameters of type Collection
protected  boolean SyncchartsModelingAssistantProvider.isApplicableElement(EObject element, Collection types)
           
protected  EObject SyncchartsModelingAssistantProvider.selectExistingElement(IAdaptable host, Collection types)
           
 

Uses of Collection in de.cau.cs.kieler.synccharts.presentation
 

Fields in de.cau.cs.kieler.synccharts.presentation declared as Collection
protected  Collection<Resource> SyncchartsEditor.changedResources
          Resources that have been changed since last activation.
protected  Collection<IAction> SyncchartsActionBarContributor.createChildActions
          This will contain one CreateChildAction corresponding to each descriptor generated for the current selection by the item provider.
protected  Collection<IAction> SyncchartsActionBarContributor.createSiblingActions
          This will contain one CreateSiblingAction corresponding to each descriptor generated for the current selection by the item provider.
protected  Collection<Resource> SyncchartsEditor.removedResources
          Resources that have been removed since last activation.
protected  Collection<Resource> SyncchartsEditor.savedResources
          Resources that have been saved.
protected  Collection<ISelectionChangedListener> SyncchartsEditor.selectionChangedListeners
          This keeps track of all the ISelectionChangedListeners that are listening to this editor.
 

Methods in de.cau.cs.kieler.synccharts.presentation that return Collection
protected  Collection<IAction> SyncchartsActionBarContributor.generateCreateChildActions(Collection<?> descriptors, ISelection selection)
          This generates a CreateChildAction for each object in descriptors, and returns the collection of these actions.
protected  Collection<IAction> SyncchartsActionBarContributor.generateCreateSiblingActions(Collection<?> descriptors, ISelection selection)
          This generates a CreateSiblingAction for each object in descriptors, and returns the collection of these actions.
protected  Collection<String> SyncchartsModelWizard.SyncchartsModelWizardInitialObjectCreationPage.getEncodings()
           
protected  Collection<String> SyncchartsModelWizard.getInitialObjectNames()
          Returns the names of the types that can be created as the root object.
 

Methods in de.cau.cs.kieler.synccharts.presentation with parameters of type Collection
protected  void SyncchartsActionBarContributor.depopulateManager(IContributionManager manager, Collection<? extends IAction> actions)
          This removes from the specified manager all ActionContributionItems based on the IActions contained in the actions collection.
protected  Collection<IAction> SyncchartsActionBarContributor.generateCreateChildActions(Collection<?> descriptors, ISelection selection)
          This generates a CreateChildAction for each object in descriptors, and returns the collection of these actions.
protected  Collection<IAction> SyncchartsActionBarContributor.generateCreateSiblingActions(Collection<?> descriptors, ISelection selection)
          This generates a CreateSiblingAction for each object in descriptors, and returns the collection of these actions.
protected  void SyncchartsActionBarContributor.populateManager(IContributionManager manager, Collection<? extends IAction> actions, String contributionID)
          This populates the specified manager with ActionContributionItems based on the IActions contained in the actions collection, by inserting them before the specified contribution item contributionID.
 void SyncchartsEditor.setSelectionToViewer(Collection<?> collection)
          This sets the selection into whichever viewer is active.
 

Uses of Collection in de.cau.cs.kieler.synccharts.provider
 

Fields in de.cau.cs.kieler.synccharts.provider declared as Collection
protected  Collection<Object> SyncchartsItemProviderAdapterFactory.supportedTypes
          This keeps track of all the supported types checked by isFactoryForType.
 

Methods in de.cau.cs.kieler.synccharts.provider that return Collection
 Collection<? extends EStructuralFeature> ActionItemProvider.getChildrenFeatures(Object object)
          This specifies how to implement ItemProviderAdapter.getChildren(java.lang.Object) and is used to deduce an appropriate feature for an AddCommand, RemoveCommand or MoveCommand in ItemProviderAdapter.createCommand(java.lang.Object, org.eclipse.emf.edit.domain.EditingDomain, java.lang.Class, org.eclipse.emf.edit.command.CommandParameter).
 Collection<? extends EStructuralFeature> AssignmentItemProvider.getChildrenFeatures(Object object)
          This specifies how to implement ItemProviderAdapter.getChildren(java.lang.Object) and is used to deduce an appropriate feature for an AddCommand, RemoveCommand or MoveCommand in ItemProviderAdapter.createCommand(java.lang.Object, org.eclipse.emf.edit.domain.EditingDomain, java.lang.Class, org.eclipse.emf.edit.command.CommandParameter).
 Collection<? extends EStructuralFeature> EmissionItemProvider.getChildrenFeatures(Object object)
          This specifies how to implement ItemProviderAdapter.getChildren(java.lang.Object) and is used to deduce an appropriate feature for an AddCommand, RemoveCommand or MoveCommand in ItemProviderAdapter.createCommand(java.lang.Object, org.eclipse.emf.edit.domain.EditingDomain, java.lang.Class, org.eclipse.emf.edit.command.CommandParameter).
 Collection<? extends EStructuralFeature> RegionItemProvider.getChildrenFeatures(Object object)
          This specifies how to implement ItemProviderAdapter.getChildren(java.lang.Object) and is used to deduce an appropriate feature for an AddCommand, RemoveCommand or MoveCommand in ItemProviderAdapter.createCommand(java.lang.Object, org.eclipse.emf.edit.domain.EditingDomain, java.lang.Class, org.eclipse.emf.edit.command.CommandParameter).
 Collection<? extends EStructuralFeature> ScopeItemProvider.getChildrenFeatures(Object object)
          This specifies how to implement ItemProviderAdapter.getChildren(java.lang.Object) and is used to deduce an appropriate feature for an AddCommand, RemoveCommand or MoveCommand in ItemProviderAdapter.createCommand(java.lang.Object, org.eclipse.emf.edit.domain.EditingDomain, java.lang.Class, org.eclipse.emf.edit.command.CommandParameter).
 Collection<? extends EStructuralFeature> StateItemProvider.getChildrenFeatures(Object object)
          This specifies how to implement ItemProviderAdapter.getChildren(java.lang.Object) and is used to deduce an appropriate feature for an AddCommand, RemoveCommand or MoveCommand in ItemProviderAdapter.createCommand(java.lang.Object, org.eclipse.emf.edit.domain.EditingDomain, java.lang.Class, org.eclipse.emf.edit.command.CommandParameter).
 

Methods in de.cau.cs.kieler.synccharts.provider with parameters of type Collection
protected  void ActionItemProvider.collectNewChildDescriptors(Collection<Object> newChildDescriptors, Object object)
          This adds CommandParameters describing the children that can be created under this object.
protected  void AssignmentItemProvider.collectNewChildDescriptors(Collection<Object> newChildDescriptors, Object object)
          This adds CommandParameters describing the children that can be created under this object.
protected  void EffectItemProvider.collectNewChildDescriptors(Collection<Object> newChildDescriptors, Object object)
          This adds CommandParameters describing the children that can be created under this object.
protected  void EmissionItemProvider.collectNewChildDescriptors(Collection<Object> newChildDescriptors, Object object)
          This adds CommandParameters describing the children that can be created under this object.
protected  void RegionItemProvider.collectNewChildDescriptors(Collection<Object> newChildDescriptors, Object object)
          This adds CommandParameters describing the children that can be created under this object.
protected  void ScopeItemProvider.collectNewChildDescriptors(Collection<Object> newChildDescriptors, Object object)
          This adds CommandParameters describing the children that can be created under this object.
protected  void StateItemProvider.collectNewChildDescriptors(Collection<Object> newChildDescriptors, Object object)
          This adds CommandParameters describing the children that can be created under this object.
protected  void SubstitutionItemProvider.collectNewChildDescriptors(Collection<Object> newChildDescriptors, Object object)
          This adds CommandParameters describing the children that can be created under this object.
protected  void TextEffectItemProvider.collectNewChildDescriptors(Collection<Object> newChildDescriptors, Object object)
          This adds CommandParameters describing the children that can be created under this object.
protected  void TransitionItemProvider.collectNewChildDescriptors(Collection<Object> newChildDescriptors, Object object)
          This adds CommandParameters describing the children that can be created under this object.
 String RegionItemProvider.getCreateChildText(Object owner, Object feature, Object child, Collection<?> selection)
          This returns the label text for CreateChildCommand.
 String ScopeItemProvider.getCreateChildText(Object owner, Object feature, Object child, Collection<?> selection)
          This returns the label text for CreateChildCommand.
 String StateItemProvider.getCreateChildText(Object owner, Object feature, Object child, Collection<?> selection)
          This returns the label text for CreateChildCommand.
 

Uses of Collection in de.cau.cs.kieler.synccharts.synchronizer.kitsView
 

Methods in de.cau.cs.kieler.synccharts.synchronizer.kitsView with parameters of type Collection
protected  com.google.common.collect.HashBiMap<Position,org.eclipse.xtext.ui.editor.folding.FoldedPosition> EmbeddedFoldingStructureProvider.toPositionIndexedMap(Collection<org.eclipse.xtext.ui.editor.folding.FoldedPosition> foldingRegions)
           
 

Uses of Collection in java.util
 

Subinterfaces of Collection in java.util
 interface List<E>
           
 

Classes in java.util that implement Collection
 class AbstractSequentialList<E>
           
 class ArrayList<E>
          An expandable array.
 class LinkedList<E>
           
 

Methods in java.util with parameters of type Collection
 boolean ArrayList.addAll(Collection<? extends E> c)
           
 boolean Collection.addAll(Collection<? extends E> c)
           
 boolean ArrayList.addAll(int index, Collection<? extends E> c)
           
 boolean List.addAll(int index, Collection<? extends E> c)
           
 boolean Collection.containsAll(Collection<?> c)
           
 boolean Collection.removeAll(Collection<?> c)
           
 boolean Collection.retainAll(Collection<?> c)
           
 

Constructors in java.util with parameters of type Collection
ArrayList(Collection<? extends E> c)
           
 

Uses of Collection in js.common
 

Fields in js.common declared as Collection
protected  Collection<ToolProgressMonitor> AbstractTool._monitors
           
 

Uses of Collection in lejos.robotics
 

Classes in lejos.robotics that implement Collection
 class RangeReadings
          Represents a set of range readings.
 

Uses of Collection in lejos.robotics.proposal
 

Classes in lejos.robotics.proposal that implement Collection
 class MapPathFinder
          PathFinder that takes a map and a dummy set of range readings.
 class SimplePathFinder
          Very simple path finder that assumes there is a direct route to the target
 

Methods in lejos.robotics.proposal that return Collection
 Collection<WayPoint> MapPathFinder.findRoute(Pose start, Point destination)
           
 Collection<WayPoint> PathFinder.findRoute(Pose start, Point destination)
           
 Collection<WayPoint> SimplePathFinder.findRoute(Pose start, Point destination)
           
 Collection<WayPoint> MapPathFinder.findRoute(Pose start, Pose destination)
           
 Collection<WayPoint> PathFinder.findRoute(Pose start, Pose destination)
           
 Collection<WayPoint> SimplePathFinder.findRoute(Pose start, Pose destination)
           
 

Uses of Collection in org.apache.bcel.generic
 

Methods in org.apache.bcel.generic that return Collection
 Collection InstructionHandle.getAttributes()
           
 

Uses of Collection in org.json
 

Methods in org.json with parameters of type Collection
 JSONArray JSONArray.put(Collection value)
          Put a value in the JSONArray, where the value will be a JSONArray which is produced from a Collection.
 JSONArray JSONArray.put(int index, Collection value)
          Put a value in the JSONArray, where the value will be a JSONArray which is produced from a Collection.
 JSONObject JSONObject.put(String key, Collection value)
          Put a key/value pair in the JSONObject, where the value will be a JSONArray which is produced from a Collection.
 

Constructors in org.json with parameters of type Collection
JSONArray(Collection collection)
          Construct a JSONArray from a Collection.
JSONArray(Collection collection, boolean includeSuperClass)
          Construct a JSONArray from a collection of beans.