Class ClassInfoList

  • All Implemented Interfaces:
    Iterable<ClassInfo>, Collection<ClassInfo>, List<ClassInfo>

    public class ClassInfoList
    extends Object
    implements List<ClassInfo>
    A list of ClassInfo objects, which stores both reachable classes (obtained through a given class relationship, either by direct relationship or through an indirect path), and directly related classes (classes reachable through a direct relationship only).

    By default, this list returns reachable classes. By calling directOnly(), you can get the directly related classes.