org.beangle.commons

collection

package collection

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

Type Members

  1. final class FastStack[T] extends AnyRef

    Array based Stack

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

  3. final class IdentityMap[K <: AnyRef, V <: AnyRef] extends AnyRef

    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)

    Since

    4.2.3

  4. class IdentitySet[A <: AnyRef] extends Set[A]

    Set using IdentityMap(not thread safe)

    Set using IdentityMap(not thread safe)

    Since

    4.2.3

  5. class MapConverter extends AnyRef

    MapConverter class.

  6. class Order extends AnyRef

    排序

  7. class Properties extends HashMap[String, Any]

Value Members

  1. object Collections

  2. object Order

    排序

  3. package page

Inherited from AnyRef

Inherited from Any

Ungrouped