scala.collection.JavaConversions
IteratorWrapper
class
IteratorWrapper[A](underlying: Iterator[A]) extends Iterator[A] with Enumeration[A] with Product
Inherited
- Hide All
- Show all
- Product
- Equals
- Enumeration
- Iterator
- AnyRef
- Any
Instance constructors
-
new
IteratorWrapper(underlying: Iterator[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
asInstanceOf[T0]: T0
-
def
canEqual(arg0: Any): Boolean
-
def
clone(): AnyRef
-
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
getClass(): java.lang.Class[_ <: java.lang.Object]
-
def
hasMoreElements(): Boolean
-
def
hasNext(): Boolean
-
def
hashCode(): Int
-
def
isInstanceOf[T0]: Boolean
-
def
ne(arg0: AnyRef): Boolean
-
def
next(): A
-
def
nextElement(): A
-
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(): Nothing
-
def
synchronized[T0](arg0: T0): T0
-
def
toString(): String
-
val
underlying: Iterator[A]
-
def
wait(): Unit
-
def
wait(arg0: Long, arg1: Int): Unit
-
def
wait(arg0: Long): Unit