Object/Class

eu.shiftforward.apso.collection

DeboxMap

Related Docs: class DeboxMap | package collection

Permalink

object DeboxMap extends Serializable

Object containing factory methods for DeboxMaps.

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DeboxMap
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def apply[A, B](ks: Array[A], vs: Array[B])(implicit arg0: ClassTag[A], arg1: ClassTag[B]): DeboxMap[A, B]

    Permalink

    Creates a map from an array of keys and another array of values.

    Creates a map from an array of keys and another array of values.

    A

    the type of the keys of the new map

    B

    the type of the values of the new map

    ks

    the array of keys to add to the map

    vs

    the array of corresponding values to add to the map

    returns

    a new DeboxMap with the given elements

  5. def apply[A, B]()(implicit arg0: ClassTag[A], arg1: ClassTag[B]): DeboxMap[A, B]

    Permalink

    Creates an empty DeboxMap.

    Creates an empty DeboxMap.

    A

    the type of the keys of the new map

    B

    the type of the values of the new map

    returns

    a new, empty DeboxMap.

  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def empty[A, B](implicit arg0: ClassTag[A], arg1: ClassTag[B]): DeboxMap[A, B]

    Permalink

    Creates an empty DeboxMap.

    Creates an empty DeboxMap.

    A

    the type of the keys of the new map

    B

    the type of the values of the new map

    returns

    a new, empty DeboxMap.

  9. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  17. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. def ofDim[A, B](n: Int)(implicit arg0: ClassTag[A], arg1: ClassTag[B]): DeboxMap[A, B]

    Permalink

    Creates a DeboxMap preallocated to a particular size.

    Creates a DeboxMap preallocated to a particular size. Note that the internal representation may allocate more space than requested to satisfy the requirements of internal alignment. DeboxMap uses arrays whose lengths are powers of two.

    A

    the type of the keys of the new map

    B

    the type of the values of the new map

    n

    the minimum number of elements to allocate space for

    returns

    a new DeboxMap with the required preallocated space.

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

    Permalink
    Definition Classes
    AnyRef
  20. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped