com.livescribe.ext.util
Interface ListIterator
public interface ListIterator
add
void add(Object o)
hasNext
boolean hasNext()
hasPrevious
boolean hasPrevious()
next
Object next()
throws NoSuchElementException
- Throws:
NoSuchElementException
nextIndex
int nextIndex()
previous
Object previous()
throws NoSuchElementException
- Throws:
NoSuchElementException
previousIndex
int previousIndex()
remove
void remove()
throws java.lang.IllegalStateException
- Throws:
java.lang.IllegalStateException
set
void set(Object o)
throws java.lang.IllegalStateException
- Throws:
java.lang.IllegalStateException
Copyright © 2010 Livescribe Inc. All Rights Reserved.
Confidential and subject to NDA.