Package

grizzled

collection

Permalink

package collection

Some collection-related helpers.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. collection
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class MultiIterator[+T] extends Iterator[T]

    Permalink

    An iterator that iterates, serially, over the contents of multiple other iterators.

    An iterator that iterates, serially, over the contents of multiple other iterators.

    This class is no longer necessary. Just use the Iterator operator ++, as outlined in this StackOverflow answer.

    Annotations
    @deprecated
    Deprecated

    (Since version 2.3.2) Use Iterator++. See http://stackoverflow.com/a/16315251/53495

Value Members

  1. object Implicits

    Permalink

    Enrichment classes for collections.

Inherited from AnyRef

Inherited from Any

Ungrouped