Class SublistIterator

java.lang.Object
  extended bySublistIterator

public class SublistIterator
extends java.lang.Object


Constructor Summary
SublistIterator(java.util.List ll)
           
 
Method Summary
 void advance()
           
 boolean atEnd()
           
 java.util.List getCurrent()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SublistIterator

public SublistIterator(java.util.List ll)
Method Detail

getCurrent

public java.util.List getCurrent()

atEnd

public boolean atEnd()

advance

public void advance()

main

public static void main(java.lang.String[] args)