|
Class Summary |
| Parameter |
In java.lang.reflect the parameters are not first class
citizens: you can only access them by several index methods, and the name is
not kept in the class file. |
| ReverseIterable<T> |
An Iterable that traverses a List in reverse order by using a
ReverseIterator. |
| ReverseIterator<T> |
An Iterator that traverses a List in reverse order by using a
ListIterator. |
| ServiceLoaderWrapper<T> |
Loads all implementations if a service interface; uses either the Java 1.6
java.util.ServiceLoader or the Sun Java 1.5
sun.misc.Service. |