Package io.atlassian.fugue
Class Iterators.Unmodifiable<E>
- java.lang.Object
-
- io.atlassian.fugue.Iterators.Unmodifiable<E>
-
- All Implemented Interfaces:
java.util.Iterator<E>
- Direct Known Subclasses:
Iterables.IteratingIterable.Iter,Iterators.Abstract
- Enclosing class:
- Iterators
abstract static class Iterators.Unmodifiable<E> extends java.lang.Object implements java.util.Iterator<E>Iterator whereremove()is unsupported.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedUnmodifiable()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidremove()Deprecated.
-
-
-
Method Detail
-
remove
@Deprecated public final void remove()
Deprecated.- Specified by:
removein interfacejava.util.Iterator<E>
-
-