|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectit.unimi.dsi.fastutil.objects.AbstractObjectIterator<K>
it.unimi.dsi.fastutil.objects.AbstractObjectBidirectionalIterator<K>
it.unimi.dsi.fastutil.objects.AbstractObjectListIterator<K>
public abstract class AbstractObjectListIterator<K>
An abstract class facilitating the creation of type-specific list iterators.
This class provides trivial type-specific implementations of set() and add() which
throw an UnsupportedOperationException. For primitive types, it also
provides a trivial implementation of set() and add() that just invokes the type-specific one.
ListIterator| Method Summary | |
|---|---|
void |
add(K k)
This method just throws an UnsupportedOperationException. |
void |
set(K k)
This method just throws an UnsupportedOperationException. |
| Methods inherited from class it.unimi.dsi.fastutil.objects.AbstractObjectBidirectionalIterator |
|---|
back |
| Methods inherited from class it.unimi.dsi.fastutil.objects.AbstractObjectIterator |
|---|
remove, skip |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.ListIterator |
|---|
hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove |
| Methods inherited from interface it.unimi.dsi.fastutil.objects.ObjectBidirectionalIterator |
|---|
back |
| Methods inherited from interface it.unimi.dsi.fastutil.objects.ObjectIterator |
|---|
skip |
| Methods inherited from interface it.unimi.dsi.fastutil.BidirectionalIterator |
|---|
hasPrevious, previous |
| Method Detail |
|---|
public void set(K k)
UnsupportedOperationException.
set in interface java.util.ListIterator<K>public void add(K k)
UnsupportedOperationException.
add in interface java.util.ListIterator<K>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||