org.beangle.data.model.util

Hierarchicals

Related Doc: package util

object Hierarchicals

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hierarchicals
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. def addParent[T <: Hierarchical[T]](nodes: Set[T], toRoot: T): Unit

    addParent.

  5. def addParent[T <: Hierarchical[T]](nodes: Set[T]): Unit

    addParent.

  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  12. def getFamily[T <: Hierarchical[T]](root: T): Set[T]

    得到给定节点的所有家族结点,包括自身

    得到给定节点的所有家族结点,包括自身

    root

    指定根节点

    returns

    包含自身的家族节点集合

  13. def getPath[T <: Hierarchical[T]](node: T): Seq[T]

    Get the path from current node to root.

    Get the path from current node to root. First element is current and last is root.

    node

    current node

  14. def getRoots[T <: Hierarchical[T]](nodes: Seq[T]): Seq[T]

    getRoots.

  15. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  17. def move[T <: Hierarchical[T]](node: T, location: T, index: Int): Iterable[T]

  18. def move[T <: Hierarchical[T]](node: T, sibling: Buffer[T], index: Int): Iterable[T]

  19. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  22. def sort[T <: Hierarchical[T]](datas: Seq[T], property: String): Map[T, String]

    按照上下关系和指定属性排序

    按照上下关系和指定属性排序

    datas

    a java.util.List object.

    property

    a String object.

    returns

    a java.util.Map object.

  23. def sort[T <: Hierarchical[T]](datas: Seq[T]): Map[T, String]

    按照上下关系排序

    按照上下关系排序

    datas

    a java.util.List object.

    returns

    a java.util.Map object.

  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  25. def tag[T <: Hierarchical[T]](datas: Seq[T], property: String): Map[T, String]

    [p] tag.

    [p] tag. [/p]

    datas

    a java.util.List object.

    property

    a String object.

    returns

    a java.util.Map object.

  26. def toString(): String

    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped