public static class CharBigListIterators.EmptyBigListIterator
extends java.lang.Object
implements it.unimi.dsi.fastutil.chars.CharBigListIterator, java.io.Serializable, java.lang.Cloneable
This class may be useful to implement your own in case you subclass a type-specific iterator.
| Modifier | Constructor and Description |
|---|---|
protected |
EmptyBigListIterator() |
| Modifier and Type | Method and Description |
|---|---|
long |
back(long n) |
java.lang.Object |
clone() |
void |
forEachRemaining(it.unimi.dsi.fastutil.chars.CharConsumer action) |
void |
forEachRemaining(java.util.function.Consumer<? super java.lang.Character> action)
Deprecated.
|
boolean |
hasNext() |
boolean |
hasPrevious() |
char |
nextChar() |
long |
nextIndex() |
char |
previousChar() |
long |
previousIndex() |
long |
skip(long n) |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadd, add, set, set, skippublic boolean hasNext()
hasNext in interface java.util.Iterator<java.lang.Character>public boolean hasPrevious()
hasPrevious in interface it.unimi.dsi.fastutil.BidirectionalIterator<java.lang.Character>public char nextChar()
nextChar in interface it.unimi.dsi.fastutil.chars.CharIteratorpublic char previousChar()
previousChar in interface it.unimi.dsi.fastutil.chars.CharBidirectionalIteratorpublic long nextIndex()
nextIndex in interface it.unimi.dsi.fastutil.BigListIterator<java.lang.Character>public long previousIndex()
previousIndex in interface it.unimi.dsi.fastutil.BigListIterator<java.lang.Character>public long skip(long n)
skip in interface it.unimi.dsi.fastutil.chars.CharBigListIteratorpublic long back(long n)
back in interface it.unimi.dsi.fastutil.chars.CharBigListIteratorpublic java.lang.Object clone()
clone in class java.lang.Objectpublic void forEachRemaining(it.unimi.dsi.fastutil.chars.CharConsumer action)
forEachRemaining in interface it.unimi.dsi.fastutil.chars.CharIteratorforEachRemaining in interface java.util.PrimitiveIterator<java.lang.Character,it.unimi.dsi.fastutil.chars.CharConsumer>@Deprecated public void forEachRemaining(java.util.function.Consumer<? super java.lang.Character> action)
forEachRemaining in interface it.unimi.dsi.fastutil.chars.CharIteratorforEachRemaining in interface java.util.Iterator<java.lang.Character>