com.bstek.dorado.util.proxy
public abstract class ListIteratorProxySupport<E> extends java.lang.Object implements java.util.ListIterator<E>
ListIterator代理的抽象支持类。| Constructor and Description |
|---|
ListIteratorProxySupport(java.util.ListIterator<E> target) |
public ListIteratorProxySupport(java.util.ListIterator<E> target)
target - 被代理ListIterator对象。public java.util.ListIterator<E> getTarget()
ListIterator对象。public boolean hasNext()
public boolean hasPrevious()
hasPrevious in interface java.util.ListIterator<E>public E next()
public int nextIndex()
nextIndex in interface java.util.ListIterator<E>public int previousIndex()
previousIndex in interface java.util.ListIterator<E>public void remove()
Copyright © 2001-2011 www.BSTEK.com All Rights Reserved.