scala.collection.jcl.MapWrapper

class IteratorWrapper

[source: scala/collection/jcl/MapWrapper.scala]

class IteratorWrapper
extends MutableIterator[(K, E)]
Value Summary
val underlying : java.util.Iterator[java.util.Map.Entry[K, E]]
Method Summary
def hasNext : Boolean
Does this iterator provide another element?
def next : (K, E)
Returns the next element.
def remove : Unit
Methods inherited from MutableIterator
map, has, remove, retain
Methods inherited from Iterator
take, drop, slice, append, ++, flatMap, filter, takeWhile, dropWhile, zip, zipWithIndex, foreach, forall, exists, contains, find, findIndexOf, indexOf, foldLeft, foldRight, /:, :\, reduceLeft, reduceRight, buffered, counted, duplicate, copyToArray, readInto, readInto, readInto, copyToBuffer, toList, collect, mkString, mkString, mkString, addString, toString
Methods inherited from AnyRef
getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Value Details
val underlying : java.util.Iterator[java.util.Map.Entry[K, E]]

Method Details
def hasNext : Boolean
Does this iterator provide another element?

def remove : Unit
Overrides
MutableIterator.remove

def next : (K, E)
Returns the next element.