Class PackageCategorizer

  • All Implemented Interfaces:
    Categorizer, java.util.function.Function<Node,​java.util.Set<Node>>

    public class PackageCategorizer
    extends java.lang.Object
    implements Categorizer
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Set<Node> apply​(Node node)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Function

        andThen, compose
    • Constructor Detail

      • PackageCategorizer

        public PackageCategorizer()
    • Method Detail

      • apply

        public java.util.Set<Node> apply​(Node node)
        Specified by:
        apply in interface java.util.function.Function<Node,​java.util.Set<Node>>