org.beangle.commons.collection

Collections

Related Doc: package collection

object Collections

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Collections
  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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def convertToMap(coll: Seq[AnyRef], keyProperty: String, valueProperty: String): Map[_, _]

    convertToMap.

  7. def convertToMap(coll: Seq[AnyRef], keyProperty: String): Map[_, _]

    convertToMap.

  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. def findFirstMatch[T](source: Iterable[T], candidates: Iterable[T]): Option[T]

  12. def getCardinalityMap[T](coll: Iterable[T]): Map[T, Int]

  13. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  15. def intersection[T](first: Iterable[T], second: Iterable[T]): List[T]

  16. def isEmpty(coll: Iterable[_]): Boolean

    Null-safe check if the specified collection is empty.

    Null-safe check if the specified collection is empty.

    Annotations
    @inline()
  17. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  18. def isNotEmpty(coll: Iterable[_]): Boolean

    Null-safe check if the specified collection is not empty.

    Null-safe check if the specified collection is not empty.

    Annotations
    @inline()
  19. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  20. def newBuffer[T](t: T): Buffer[T]

  21. def newBuffer[T](t: Iterable[T]): Buffer[T]

  22. def newBuffer[T]: Buffer[T]

  23. def newMap[K, V]: Map[K, V]

  24. def newSet[T]: Set[T]

  25. final def notify(): Unit

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

    Definition Classes
    AnyRef
  27. def putAll[K, V, V2 <: V](target: HashMap[K, V], origin: Map[K, V2]): Unit

  28. def select[T](datas: Set[T], predicate: Predicate[T]): Set[T]

  29. def select[T](datas: Seq[T], predicate: Predicate[T]): List[T]

  30. def split[T](list: List[T], count: Int): List[List[T]]

    将一个集合按照固定大小查分成若干个集合。

  31. def subtract[T](first: Iterable[T], second: Iterable[T]): List[T]

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

    Definition Classes
    AnyRef
  33. def toString(): String

    Definition Classes
    AnyRef → Any
  34. def union[T](first: Iterable[T], second: Iterable[T]): List[T]

  35. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped