Packages

package collection

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. class BoundedQueue[A] extends Queue[A]
    Annotations
    @SuppressWarnings()

Value Members

  1. object BoundedMap extends Serializable

    A bounded hash map where the eldest entry gets evicted one a new entry causes the size to go over the max size.

    A bounded hash map where the eldest entry gets evicted one a new entry causes the size to go over the max size. A callback can be defined to act on the removal of evicted items.

  2. object BoundedQueue extends Serializable
  3. object IterableUtil
  4. object MapsUtil
  5. object SeqUtil
  6. object TrieMapUtil

Ungrouped