EntryIterator
 dotty.tools.dotc.util.GenericHashSet.EntryIterator
  abstract class EntryIterator extends Iterator[T]
 
Attributes
- Graph
 - 
    
 - Supertypes
 
Members list
Type members
Inherited classlikes
Attributes
Value members
Abstract methods
Inherited methods
Attributes
- Inherited from:
 - Iterator
 
Attributes
- Inherited from:
 - IterableOnceOps
 
Attributes
- Inherited from:
 - IterableOnceOps
 
Attributes
- Inherited from:
 - IterableOnceOps
 
Attributes
- Inherited from:
 - Iterator
 
Attributes
- Inherited from:
 - Iterator
 
Attributes
- Inherited from:
 - IterableOnceOps
 
Attributes
- Inherited from:
 - Iterator
 
Attributes
- Inherited from:
 - IterableOnceOps
 
Attributes
- Inherited from:
 - IterableOnceOps
 
Attributes
- Inherited from:
 - IterableOnceOps
 
Attributes
- Inherited from:
 - IterableOnceOps
 
Attributes
- Inherited from:
 - IterableOnceOps
 
Attributes
- Inherited from:
 - Iterator
 
Attributes
- Inherited from:
 - Iterator
 
Attributes
- Inherited from:
 - Iterator
 
Attributes
- Inherited from:
 - Iterator
 
Attributes
- Inherited from:
 - IterableOnceOps
 
Attributes
- Inherited from:
 - Iterator
 
Attributes
- Inherited from:
 - Iterator
 
Attributes
- Inherited from:
 - IterableOnceOps
 
Attributes
- Inherited from:
 - Iterator
 
Attributes
- Inherited from:
 - Iterator
 
Attributes
- Inherited from:
 - IterableOnceOps
 
Attributes
- Inherited from:
 - IterableOnceOps
 
Attributes
- Inherited from:
 - IterableOnceOps
 
Attributes
- Inherited from:
 - IterableOnceOps
 
Attributes
- Inherited from:
 - IterableOnceOps
 
Attributes
- Inherited from:
 - Iterator
 
Attributes
- Inherited from:
 - Iterator
 
Attributes
- Inherited from:
 - Iterator
 
Attributes
- Definition Classes
 - Inherited from:
 - Iterator
 
Attributes
- Inherited from:
 - IterableOnceOps
 
Attributes
- Inherited from:
 - Iterator
 
Attributes
- Inherited from:
 - IterableOnce
 
Attributes
- Inherited from:
 - IterableOnceOps
 
Attributes
- Inherited from:
 - IterableOnceOps
 
            def maxByOption[B](f: GenericHashSet.this.T => B)(implicit ord: Ordering[B]): Option[GenericHashSet.this.T]
           
          Attributes
- Inherited from:
 - IterableOnceOps
 
Attributes
- Inherited from:
 - IterableOnceOps
 
Attributes
- Inherited from:
 - IterableOnceOps
 
Attributes
- Inherited from:
 - IterableOnceOps
 
            def minByOption[B](f: GenericHashSet.this.T => B)(implicit ord: Ordering[B]): Option[GenericHashSet.this.T]
           
          Attributes
- Inherited from:
 - IterableOnceOps
 
Attributes
- Inherited from:
 - IterableOnceOps
 
Attributes
- Inherited from:
 - IterableOnceOps
 
Attributes
- Inherited from:
 - IterableOnceOps
 
Attributes
- Inherited from:
 - IterableOnceOps
 
Attributes
- Inherited from:
 - Iterator
 
Attributes
- Inherited from:
 - IterableOnceOps
 
Attributes
- Inherited from:
 - Iterator
 
            def partition(p: GenericHashSet.this.T => Boolean): (Iterator[GenericHashSet.this.T], Iterator[GenericHashSet.this.T])
           
          Attributes
- Inherited from:
 - Iterator
 
Attributes
- Inherited from:
 - Iterator
 
Attributes
- Inherited from:
 - IterableOnceOps
 
Attributes
- Inherited from:
 - IterableOnceOps
 
Attributes
- Inherited from:
 - IterableOnceOps
 
Attributes
- Inherited from:
 - IterableOnceOps
 
Attributes
- Inherited from:
 - IterableOnceOps
 
Attributes
- Inherited from:
 - IterableOnceOps
 
Attributes
- Inherited from:
 - IterableOnceOps
 
Attributes
- Inherited from:
 - IterableOnceOps
 
Attributes
- Inherited from:
 - Iterator
 
Attributes
- Inherited from:
 - Iterator
 
Attributes
- Inherited from:
 - IterableOnceOps
 
Attributes
- Inherited from:
 - Iterator
 
Attributes
- Inherited from:
 - Iterator
 
            def span(p: GenericHashSet.this.T => Boolean): (Iterator[GenericHashSet.this.T], Iterator[GenericHashSet.this.T])
           
          Attributes
- Inherited from:
 - Iterator
 
Attributes
- Inherited from:
 - IterableOnceOps
 
Attributes
- Inherited from:
 - IterableOnce
 
Attributes
- Inherited from:
 - IterableOnceOps
 
Attributes
- Inherited from:
 - Iterator
 
Attributes
- Definition Classes
 - Inherited from:
 - Iterator
 
Attributes
- Inherited from:
 - IterableOnceOps
 
Attributes
- Inherited from:
 - IterableOnceOps
 
Attributes
- Inherited from:
 - IterableOnceOps
 
Attributes
- Inherited from:
 - IterableOnceOps
 
Attributes
- Inherited from:
 - IterableOnceOps
 
Attributes
- Inherited from:
 - IterableOnceOps
 
Attributes
- Inherited from:
 - IterableOnceOps
 
Attributes
- Inherited from:
 - IterableOnceOps
 
Attributes
- Inherited from:
 - IterableOnceOps
 
Attributes
- Inherited from:
 - Iterator
 
Attributes
- Inherited from:
 - Iterator
 
Attributes
- Inherited from:
 - Iterator
 
Attributes
- Inherited from:
 - Iterator
 
Deprecated and Inherited methods
Attributes
- Deprecated
 - 
               
[Since version 2.13.0]Use foldLeft instead of /: - Inherited from:
 - IterableOnceOps
 
Attributes
- Deprecated
 - 
               
[Since version 2.13.0]Use foldRight instead of :\\ - Inherited from:
 - IterableOnceOps
 
Attributes
- Deprecated
 - 
               
[Since version 2.13.0]For sequential collections, prefer `foldLeft(z)(seqop)`. For parallel collections, use `ParIterableLike#aggregate`. - Inherited from:
 - IterableOnceOps
 
Attributes
- Deprecated
 - 
               
[Since version 2.13.0]Use `dest ++= coll` instead - Inherited from:
 - IterableOnceOps
 
Attributes
- Deprecated
 - 
               
[Since version 2.13.0]hasDefiniteSize on Iterator is the same as isEmpty - Definition Classes
 - Inherited from:
 - Iterator
 
Attributes
- Deprecated
 - 
               
[Since version 2.13.0]Call scanRight on an Iterable instead. - Inherited from:
 - Iterator
 
Attributes
- Deprecated
 - 
               
[Since version 2.13.0]Iterator.seq always returns the iterator itself - Inherited from:
 - Iterator
 
Attributes
- Deprecated
 - 
               
[Since version 2.13.0]Use .iterator instead of .toIterator - Inherited from:
 - IterableOnceOps
 
Attributes
- Deprecated
 - 
               
[Since version 2.13.0]Use .to(LazyList) instead of .toStream - Inherited from:
 - IterableOnceOps
 
In this article