#ABCDEFGHIJKLMNOPQRSTUVWXYZ
    1. ml
        1. ml.sparkling
            1. ml.sparkling.graph
                1. ml.sparkling.graph.operators
                  1. (object)
                    PageRank
                  1. ml.sparkling.graph.operators.algorithms
                      1. ml.sparkling.graph.operators.algorithms.shortestpaths
                        1. (object)
                          ShortestPathsAlgorithm
                        1. ml.sparkling.graph.operators.algorithms.shortestpaths.pathprocessors
                          1. (object)
                            PathListComparator
                          2. (trait)PathProcessor
                          3. (class)SingleVertexProcessor
                          4. (class)WithDistanceProcessor
                          5. (class)WithPathProcessor
                          1. ml.sparkling.graph.operators.algorithms.shortestpaths.pathprocessors.fastutils
                            1. (object)
                              FastUtilDataTypes
                            2. (object)(class)FastUtilWithDistance
                            3. (class)FastUtilWithPath
                    1. ml.sparkling.graph.operators.measures
                      1. (object)
                        Degree
                      2. (object)
                        NeighborConnectivity
                      3. (object)
                        VertexEmbeddedness
                      1. ml.sparkling.graph.operators.measures.closenes
                        1. (object)
                          Closeness
                        2. (object)
                          ClosenessUtils
                      2. ml.sparkling.graph.operators.measures.clustering
                        1. (object)
                          LocalClustering
                      3. ml.sparkling.graph.operators.measures.eigenvector
                        1. (object)
                          Eigenvector
                        2. (object)
                          EigenvectorUtils
                      4. ml.sparkling.graph.operators.measures.hits
                        1. (object)
                          Hits
                        2. (object)
                          HitsUtils
                      5. ml.sparkling.graph.operators.measures.utils
                        1. (object)
                          CollectionsUtils
                        2. (object)
                          NeighboursUtils
                    2. ml.sparkling.graph.operators.predicates
                      1. (object)
                        AllPathPredicate
                      2. (case class)ByIdPredicate
                      3. (case class)ByIdsPredicate
                    3. ml.sparkling.graph.operators.utils
                      1. (object)
                        LoggerHolder