Class Tree.ListTreeOps<A>

  • Enclosing interface:
    Tree<A>

    public static class Tree.ListTreeOps<A>
    extends scala.AnyVal
    • Constructor Summary

      Constructors 
      Constructor Description
      ListTreeOps​(scala.collection.immutable.List<Tree<A>> ts)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object x$1)  
      int hashCode()  
      scala.collection.immutable.List<Tree.Node<A>> prune()  
      scala.collection.immutable.List<Tree<A>> ts()  
      • Methods inherited from class java.lang.Object

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

      • ListTreeOps

        public ListTreeOps​(scala.collection.immutable.List<Tree<A>> ts)
    • Method Detail

      • ts

        public scala.collection.immutable.List<Tree<A>> ts()
      • prune

        public scala.collection.immutable.List<Tree.Node<A>> prune()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object x$1)
        Overrides:
        equals in class java.lang.Object