PenProfile 2.x

com.livescribe.ext.util
Interface ListIterator


public interface ListIterator


Method Summary
 void add(Object o)
           
 boolean hasNext()
           
 boolean hasPrevious()
           
 Object next()
           
 int nextIndex()
           
 Object previous()
           
 int previousIndex()
           
 void remove()
           
 void set(Object o)
           
 

Method Detail

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

PenProfile 2.x

Copyright © 2010 Livescribe Inc. All Rights Reserved.
Confidential and subject to NDA.