org.lexevs.paging
Class AbstractPageableIterator.NextDecorator<T>

java.lang.Object
  extended by org.lexevs.paging.AbstractPageableIterator.NextDecorator<T>
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
AbstractPageableIterator<T>

public static class AbstractPageableIterator.NextDecorator<T>
extends java.lang.Object
implements java.io.Serializable

The Class NextDecorator.

See Also:
Serialized Form

Constructor Summary
AbstractPageableIterator.NextDecorator()
          Instantiates a new next decorator.
 
Method Summary
 T decorateNext(AbstractPageableIterator<T> abstractPageableIterator, T item)
          Decorate next.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractPageableIterator.NextDecorator

public AbstractPageableIterator.NextDecorator()
Instantiates a new next decorator.

Method Detail

decorateNext

public T decorateNext(AbstractPageableIterator<T> abstractPageableIterator,
                      T item)
Decorate next.

Parameters:
abstractPageableIterator - the abstract pageable iterator
item - the item
Returns:
the t

Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER.