PenProfile 2.x

com.livescribe.ext.util
Interface Iterator


public interface Iterator


Method Summary
 boolean hasNext()
           
 Object next()
           
 void remove()
           
 

Method Detail

hasNext

boolean hasNext()

next

Object next()
            throws NoSuchElementException
Throws:
NoSuchElementException

remove

void remove()
            throws java.lang.IllegalStateException
Throws:
java.lang.IllegalStateException

PenProfile 2.x

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