Class Helpers


  • final class Helpers
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Helpers()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static <T> T commonNode​(T first, T second, Func1<T,​T> parent)  
      (package private) static <T> void incrementCount​(T key, java.util.Map<T,​MutableInteger> dict)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Helpers

        Helpers()
    • Method Detail

      • commonNode

        static <T> T commonNode​(T first,
                                T second,
                                Func1<T,​T> parent)
      • incrementCount

        static <T> void incrementCount​(T key,
                                       java.util.Map<T,​MutableInteger> dict)