org.beangle.commons.collection

Members list

Type members

Classlikes

object Collections

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
final class FastStack[T](initialCapacity: Int)(implicit evidence$1: ClassTag[T])

Array based Stack

Array based Stack

Attributes

Supertypes
class Object
trait Matchable
class Any
final class IdentityMap[K <: AnyRef, V](capacity: Int)

Similar to java.util.IdentityHashMap,but using chaining bucket But do not support null key and null value(not thread safe)

Similar to java.util.IdentityHashMap,but using chaining bucket But do not support null key and null value(not thread safe)

Attributes

Supertypes
class Object
trait Matchable
class Any
class IdentitySet[A <: AnyRef] extends Set[A]

Set using IdentityMap(not thread safe)

Set using IdentityMap(not thread safe)

Attributes

Since

4.2.3

Supertypes
trait Set[A]
trait SetOps[A, Set, Set[A]]
trait Shrinkable[A]
trait Builder[A, Set[A]]
trait Growable[A]
trait Clearable
trait Cloneable[Set[A]]
trait Cloneable
trait Set[A]
trait Equals
trait SetOps[A, Set, Set[A]]
trait A => Boolean
trait Iterable[A]
trait Iterable[A]
trait IterableFactoryDefaults[A, Set]
trait IterableOps[A, Set, Set[A]]
trait IterableOnceOps[A, Set, Set[A]]
trait IterableOnce[A]
class Object
trait Matchable
class Any
Show all
class MapConverter(val conversion: DefaultConversion)

MapConverter class.

MapConverter class.

Attributes

Supertypes
class Object
trait Matchable
class Any
object Order

排序

排序

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Order.type
class Order(val property: String, val ascending: Boolean, val lowerCase: Boolean)

排序

排序

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
class Properties extends Map[String, Any]

Attributes

Supertypes
trait Map[String, Any]
trait MapOps[String, Any, Map, Map[String, Any]]
trait Shrinkable[String]
trait Builder[(String, Any), Map[String, Any]]
trait Growable[(String, Any)]
trait Clearable
trait Cloneable[Map[String, Any]]
trait Cloneable
trait Map[String, Any]
trait Equals
trait MapFactoryDefaults[String, Any, Map, Iterable]
trait MapOps[String, Any, Map, Map[String, Any]]
trait PartialFunction[String, Any]
trait String => Any
trait Iterable[(String, Any)]
trait Iterable[(String, Any)]
trait IterableFactoryDefaults[(String, Any), Iterable]
trait IterableOps[(String, Any), Iterable, Map[String, Any]]
trait IterableOnceOps[(String, Any), Iterable, Map[String, Any]]
trait IterableOnce[(String, Any)]
class Object
trait Matchable
class Any
Show all
object Wrappers

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Wrappers.type

Types

type IdentityCache[A <: AnyRef, B <: AnyRef] = IdentityMap[A, B]