Package com.xebialabs.xlrelease.utils
Class Tree.ListTreeOps<A>
- java.lang.Object
-
- scala.AnyVal
-
- com.xebialabs.xlrelease.utils.Tree.ListTreeOps<A>
-
-
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()
-