| Package | Description | 
|---|---|
| org.apache.lucene.util | Some utility classes. | 
| Modifier and Type | Method and Description | 
|---|---|
| static <S> SPIClassIterator<S> | SPIClassIterator. get(Class<S> clazz)Creates a new SPI iterator to lookup services of type  clazzusing
 the sameClassLoaderas the argument. | 
| static <S> SPIClassIterator<S> | SPIClassIterator. get(Class<S> clazz,
   ClassLoader loader)Creates a new SPI iterator to lookup services of type  clazzusing the given classloader. | 
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.