object collection extends CollectionUtils
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- collection
- CollectionUtils
- HideToString
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- def concat[T](list: List[T], lists: List[T]*): List[T]
- Definition Classes
- CollectionUtils
- Annotations
- @Documentation() @GenericType() @varargs()
- def diff[T](list1: List[T], list2: List[T]): List[T]
- Definition Classes
- CollectionUtils
- Annotations
- @Documentation() @GenericType()
- def distinct[T](list: List[T]): List[T]
- Definition Classes
- CollectionUtils
- Annotations
- @Documentation() @GenericType()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def flatten[T](list: Collection[Collection[T]]): List[T]
- Definition Classes
- CollectionUtils
- Annotations
- @Documentation() @GenericType()
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def intersect[T](list1: List[T], list2: List[T]): List[T]
- Definition Classes
- CollectionUtils
- Annotations
- @Documentation() @GenericType()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def join[T](list: List[T], separator: String): String
- Definition Classes
- CollectionUtils
- Annotations
- @Documentation()
- def max[T <: Comparable[T]](list: Collection[T]): T
- Definition Classes
- CollectionUtils
- Annotations
- @Documentation() @GenericType()
- def merge[K, V](map: Map[K, V], maps: Map[K, V]*): Map[K, V]
- Definition Classes
- CollectionUtils
- Annotations
- @Documentation() @GenericType() @varargs()
- def min[T <: Comparable[T]](list: Collection[T]): T
- Definition Classes
- CollectionUtils
- Annotations
- @Documentation() @GenericType()
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def product[K, V](list1: List[Map[K, V]], list2: List[Map[K, V]]): List[Map[K, V]]
- Definition Classes
- CollectionUtils
- Annotations
- @Documentation()
- def reverse(list: List[_]): List[_]
- Definition Classes
- CollectionUtils
- Annotations
- @Documentation() @GenericType()
- def shuffle[T](list: Collection[T]): List[T]
- Definition Classes
- CollectionUtils
- Annotations
- @Documentation() @GenericType()
- def slice[T](list: Collection[T], start: Int, stop: Int): List[T]
- Definition Classes
- CollectionUtils
- Annotations
- @Documentation() @GenericType()
- def sortedAsc[T <: Comparable[T]](list: Collection[T]): List[T]
- Definition Classes
- CollectionUtils
- Annotations
- @Documentation() @GenericType()
- def sortedAscBy(list: Collection[Map[String, Any]], fieldName: String): List[Map[String, Any]]
- Definition Classes
- CollectionUtils
- Annotations
- @Documentation() @GenericType()
- def sortedDesc[T <: Comparable[T]](list: Collection[T]): List[T]
- Definition Classes
- CollectionUtils
- Annotations
- @Documentation() @GenericType()
- def sum[T <: Number](list: Collection[T]): T
- Definition Classes
- CollectionUtils
- Annotations
- @Documentation() @GenericType()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def take[T](list: List[T], max: Int): List[T]
- Definition Classes
- CollectionUtils
- Annotations
- @Documentation() @GenericType()
- def takeLast[T](list: List[T], max: Int): List[T]
- Definition Classes
- CollectionUtils
- Annotations
- @Documentation() @GenericType()
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)