public static class AbstractPageableIterator.NextDecorator<T>
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
NextDecorator()
Instantiates a new next decorator.
|
Modifier and Type | Method and Description |
---|---|
T |
decorateNext(AbstractPageableIterator<T> abstractPageableIterator,
T item)
Decorate next.
|
public T decorateNext(AbstractPageableIterator<T> abstractPageableIterator, T item)
abstractPageableIterator
- the abstract pageable iteratoritem
- the item