scala.collection.JavaConversions
IterableWrapper
class
IterableWrapper[A](underlying: Iterable[A]) extends AbstractCollection[A] with Product
Inherited
- Hide All
- Show all
- Product
- Equals
- AbstractCollection
- Collection
- Iterable
- AnyRef
- Any
Instance constructors
-
new
IterableWrapper(underlying: Iterable[A])
Value Members
-
def
!=(arg0: AnyRef): Boolean
-
def
!=(arg0: Any): Boolean
-
def
##(): Int
-
def
$asInstanceOf[T0](): T0
-
def
$isInstanceOf[T0](): Boolean
-
def
==(arg0: AnyRef): Boolean
-
def
==(arg0: Any): Boolean
-
def
add(arg0: A): Boolean
-
def
addAll(arg0: java.util.Collection[_ <: A]): Boolean
-
def
asInstanceOf[T0]: T0
-
def
canEqual(arg0: Any): Boolean
-
def
clear(): Unit
-
def
clone(): AnyRef
-
def
contains(arg0: Any): Boolean
-
def
containsAll(arg0: java.util.Collection[_]): Boolean
-
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
getClass(): java.lang.Class[_ <: java.lang.Object]
-
def
hashCode(): Int
-
def
isEmpty(): Boolean
-
def
isInstanceOf[T0]: Boolean
-
def
iterator(): Iterator[A]
-
def
ne(arg0: AnyRef): Boolean
-
def
notify(): Unit
-
def
notifyAll(): Unit
-
def
productArity: Int
-
def
productElement(arg0: Int): Any
-
def
productElementName(n: Int): String
-
def
productElements: Iterator[Any]
-
def
productIterator: Iterator[Any]
-
def
productPrefix: String
-
def
remove(arg0: Any): Boolean
-
def
removeAll(arg0: java.util.Collection[_]): Boolean
-
def
retainAll(arg0: java.util.Collection[_]): Boolean
-
def
size(): Int
-
def
synchronized[T0](arg0: T0): T0
-
def
toArray[T](arg0: Array[T]): Array[T]
-
def
toArray(): Array[AnyRef]
-
def
toString(): String
-
val
underlying: Iterable[A]
-
def
wait(): Unit
-
def
wait(arg0: Long, arg1: Int): Unit
-
def
wait(arg0: Long): Unit