scalaj.collection.s2j

IterableWrapper

class IterableWrapper [A] extends AbstractCollection[A] with Serializable

Linear Supertypes
Serializable, Serializable, AbstractCollection[A], Collection[A], Iterable[A], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. IterableWrapper
  2. Serializable
  3. Serializable
  4. AbstractCollection
  5. Collection
  6. Iterable
  7. AnyRef
  8. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new IterableWrapper (underlying: Iterable[A])

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def add (arg0: A): Boolean

    Definition Classes
    AbstractCollection → Collection
  7. def addAll (arg0: java.util.Collection[_ <: A]): Boolean

    Definition Classes
    AbstractCollection → Collection
  8. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  9. def clear (): Unit

    Definition Classes
    AbstractCollection → Collection
  10. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  11. def contains (arg0: Any): Boolean

    Definition Classes
    AbstractCollection → Collection
  12. def containsAll (arg0: java.util.Collection[_]): Boolean

    Definition Classes
    AbstractCollection → Collection
  13. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  14. def equals (arg0: Any): Boolean

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  16. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  17. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  18. def isEmpty (): Boolean

    Definition Classes
    AbstractCollection → Collection
  19. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  20. def iterator (): Iterator[A]

    Definition Classes
    IterableWrapper → AbstractCollection → Collection → Iterable
  21. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  22. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  23. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  24. def remove (arg0: Any): Boolean

    Definition Classes
    AbstractCollection → Collection
  25. def removeAll (arg0: java.util.Collection[_]): Boolean

    Definition Classes
    AbstractCollection → Collection
  26. def retainAll (arg0: java.util.Collection[_]): Boolean

    Definition Classes
    AbstractCollection → Collection
  27. def size (): Int

    Definition Classes
    IterableWrapper → AbstractCollection → Collection
  28. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  29. def toArray [T] (arg0: Array[T]): Array[T]

    Definition Classes
    AbstractCollection → Collection
  30. def toArray (): Array[AnyRef]

    Definition Classes
    AbstractCollection → Collection
  31. def toString (): String

    Definition Classes
    AbstractCollection → AnyRef → Any
  32. val underlying : Iterable[A]

  33. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Serializable

Inherited from Serializable

Inherited from AbstractCollection[A]

Inherited from Collection[A]

Inherited from Iterable[A]

Inherited from AnyRef

Inherited from Any