Uses of Interface
java.util.Set

Packages that use Set
java.security   
java.security.cert   
java.text   
java.util   
java.util.jar   
org.apache.felix.fileinstall.internal   
org.apache.felix.framework.util   
org.apache.felix.http.base.internal.context   
org.apache.felix.ipojo   
org.apache.felix.ipojo.handlers.dependency   
org.apache.felix.ipojo.manipulation   
org.apache.felix.mosgi.jmx.agent.mx4j.server   
org.apache.felix.mosgi.jmx.rmiconnector.mx4j.remote.rmi   
org.apache.felix.prefs   
org.apache.felix.scr.impl.helper   
org.osgi.service.blueprint.container Blueprint Container Package Version 1.0. 
 

Uses of Set in java.security
 

Methods in java.security that return Set
 Set Provider.entrySet()
           
 Set Provider.keySet()
           
 

Uses of Set in java.security.cert
 

Methods in java.security.cert that return Set
 Set X509Extension.getCriticalExtensionOIDs()
           
abstract  Set X509Certificate.getCriticalExtensionOIDs()
           
abstract  Set X509CRLEntry.getCriticalExtensionOIDs()
           
abstract  Set X509CRL.getCriticalExtensionOIDs()
           
 Set X509Extension.getNonCriticalExtensionOIDs()
           
abstract  Set X509Certificate.getNonCriticalExtensionOIDs()
           
abstract  Set X509CRLEntry.getNonCriticalExtensionOIDs()
           
abstract  Set X509CRL.getNonCriticalExtensionOIDs()
           
abstract  Set X509CRL.getRevokedCertificates()
           
 

Uses of Set in java.text
 

Methods in java.text that return Set
 Set AttributedCharacterIterator.getAllAttributeKeys()
           
 

Methods in java.text with parameters of type Set
 int AttributedCharacterIterator.getRunLimit(Set var0)
           
 int AttributedCharacterIterator.getRunStart(Set var0)
           
 

Uses of Set in java.util
 

Subinterfaces of Set in java.util
 interface SortedSet
           
 

Classes in java.util that implement Set
 class AbstractSet
           
 class HashSet
           
 class TreeSet
           
 

Fields in java.util declared as Set
static Set Collections.EMPTY_SET
           
 

Methods in java.util that return Set
 Set WeakHashMap.entrySet()
           
 Set TreeMap.entrySet()
           
 Set Map.entrySet()
           
 Set Hashtable.entrySet()
           
 Set HashMap.entrySet()
           
abstract  Set AbstractMap.entrySet()
           
 Set TreeMap.keySet()
           
 Set Map.keySet()
           
 Set Hashtable.keySet()
           
 Set HashMap.keySet()
           
 Set AbstractMap.keySet()
           
static Set Collections.singleton(Object var0)
           
static Set Collections.synchronizedSet(Set var0)
           
static Set Collections.unmodifiableSet(Set var0)
           
 

Methods in java.util with parameters of type Set
static Set Collections.synchronizedSet(Set var0)
           
static Set Collections.unmodifiableSet(Set var0)
           
 

Uses of Set in java.util.jar
 

Methods in java.util.jar that return Set
 Set Attributes.entrySet()
           
 Set Attributes.keySet()
           
 

Uses of Set in org.apache.felix.fileinstall.internal
 

Methods in org.apache.felix.fileinstall.internal that return Set
 Set Scanner.scan(boolean reportImmediately)
          Report a set of new, modified or deleted files.
 

Methods in org.apache.felix.fileinstall.internal with parameters of type Set
static void Util.zipDir(File directory, ZipOutputStream zos, String path, Set exclusions)
          Zip up a directory path
 

Uses of Set in org.apache.felix.framework.util
 

Methods in org.apache.felix.framework.util that return Set
 Set StringMap.entrySet()
           
 Set StringMap.keySet()
           
 

Uses of Set in org.apache.felix.http.base.internal.context
 

Methods in org.apache.felix.http.base.internal.context that return Set
 Set ServletContextImpl.getResourcePaths(String path)
           
 

Uses of Set in org.apache.felix.ipojo
 

Methods in org.apache.felix.ipojo that return Set
 Set InstanceManager.getRegistredFields()
          Gets the list of registered fields (containing field names).
 Set InstanceManager.getRegistredMethods()
          Gets the list of registered methods (containing method ids).
 

Uses of Set in org.apache.felix.ipojo.handlers.dependency
 

Classes in org.apache.felix.ipojo.handlers.dependency that implement Set
 class ServiceCollection
          Maintains a service object collection.
 

Uses of Set in org.apache.felix.ipojo.manipulation
 

Constructors in org.apache.felix.ipojo.manipulation with parameters of type Set
ConstructorCodeAdapter(org.objectweb.asm.MethodVisitor mv, String owner, Set fields, int access, String name, String desc, String superClass)
          PropertyCodeAdapter constructor.
InnerClassAdapter(org.objectweb.asm.ClassVisitor arg0, String outerClass, Set fields)
          Creates the inner class adapter.
InnerClassManipulator(String classname, Set fields)
          Creates an inner class manipulator.
MethodCodeAdapter(org.objectweb.asm.MethodVisitor mv, String owner, int access, String name, String desc, Set fields)
          MethodCodeAdapter constructor.
 

Uses of Set in org.apache.felix.mosgi.jmx.agent.mx4j.server
 

Methods in org.apache.felix.mosgi.jmx.agent.mx4j.server that return Set
 Set MX4JMBeanServer.queryMBeans(javax.management.ObjectName patternName, javax.management.QueryExp filter)
           
 Set MX4JMBeanServer.queryNames(javax.management.ObjectName patternName, javax.management.QueryExp filter)
           
 

Uses of Set in org.apache.felix.mosgi.jmx.rmiconnector.mx4j.remote.rmi
 

Methods in org.apache.felix.mosgi.jmx.rmiconnector.mx4j.remote.rmi that return Set
 Set RMIConnectionInvoker.queryMBeans(javax.management.ObjectName name, MarshalledObject query, Subject delegate)
           
 Set ClientInvoker.queryMBeans(javax.management.ObjectName patternName, javax.management.QueryExp filter)
           
 Set RMIConnectionInvoker.queryNames(javax.management.ObjectName name, MarshalledObject query, Subject delegate)
           
 Set ClientInvoker.queryNames(javax.management.ObjectName patternName, javax.management.QueryExp filter)
           
 

Uses of Set in org.apache.felix.prefs
 

Fields in org.apache.felix.prefs declared as Set
protected  Set ChangeSet.addedChildren
          A set of added children.
protected  Set ChangeSet.changedProperties
          A set of changed/added properties.
protected  Set ChangeSet.removedChildren
          A set of removed children.
protected  Set ChangeSet.removedProperties
          A set of removed properties.
 

Uses of Set in org.apache.felix.scr.impl.helper
 

Methods in org.apache.felix.scr.impl.helper that return Set
 Set ReadOnlyDictionary.entrySet()
           
 Set ReadOnlyDictionary.keySet()
           
 

Uses of Set in org.osgi.service.blueprint.container
 

Methods in org.osgi.service.blueprint.container that return Set
 Set BlueprintContainer.getComponentIds()
          Returns the set of component ids managed by this Blueprint Container.
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.