ch.elca.el4j.util.collections.impl
Class DefaultFilteredList.Iter

java.lang.Object
  extended by ch.elca.el4j.util.collections.impl.DefaultFilteredList.Iter
All Implemented Interfaces:
Iterator<T>, ListIterator<T>
Enclosing class:
DefaultFilteredList<T>

protected class DefaultFilteredList.Iter
extends Object
implements ListIterator<T>

Iterator class.


Method Summary
 void add(T o)
           
 boolean hasNext()
          
 boolean hasPrevious()
          
 T next()
          
 int nextIndex()
          
 T previous()
          
 int previousIndex()
          
 void remove()
           
 void set(T o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

hasNext

public boolean hasNext()

Specified by:
hasNext in interface Iterator<T>
Specified by:
hasNext in interface ListIterator<T>

hasPrevious

public boolean hasPrevious()

Specified by:
hasPrevious in interface ListIterator<T>

next

public T next()
       throws NoSuchElementException

Specified by:
next in interface Iterator<T>
Specified by:
next in interface ListIterator<T>
Throws:
NoSuchElementException

previous

public T previous()

Specified by:
previous in interface ListIterator<T>

remove

public void remove()
            throws UnsupportedOperationException
Specified by:
remove in interface Iterator<T>
Specified by:
remove in interface ListIterator<T>
Throws:
UnsupportedOperationException

add

public void add(T o)
Specified by:
add in interface ListIterator<T>
Throws:
UnsupportedOperationException

nextIndex

public int nextIndex()

Specified by:
nextIndex in interface ListIterator<T>

previousIndex

public int previousIndex()

Specified by:
previousIndex in interface ListIterator<T>

set

public void set(T o)
Specified by:
set in interface ListIterator<T>
Throws:
UnsupportedOperationException


Copyright © 2005-2011 ELCA. All Rights Reserved.