Save This Page
Home » openjdk-7 » sun.security » jca » [javadoc | source]
sun.security.jca
final class: ProviderList.ServiceList [javadoc | source]
java.lang.Object
   java.util.AbstractCollection
      java.util.AbstractList<Service>
         sun.security.jca.ProviderList$ServiceList

All Implemented Interfaces:
    List, Collection

Inner class for a List of Services. Custom List implementation in order to delay Provider initialization and lookup. Not thread safe.
Fields inherited from java.util.AbstractList:
modCount
Constructor:
 ServiceList(List<ServiceId> ids) 
 ServiceList(String type,
    String algorithm) 
Method from sun.security.jca.ProviderList$ServiceList Summary:
get,   isEmpty,   iterator,   size
Methods from java.util.AbstractList:
add,   add,   addAll,   clear,   equals,   get,   hashCode,   indexOf,   iterator,   lastIndexOf,   listIterator,   listIterator,   remove,   removeRange,   set,   subList
Methods from java.util.AbstractCollection:
add,   addAll,   clear,   contains,   containsAll,   isEmpty,   iterator,   remove,   removeAll,   retainAll,   size,   toArray,   toArray,   toString
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from sun.security.jca.ProviderList$ServiceList Detail:
 public Service get(int index) 
 public boolean isEmpty() 
 public Iterator<Service> iterator() 
 public int size()