当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 Cache API Documentation 英文版文档
CachedListInterceptor.MyListIterator (JBossCache API) - JBoss 4.0.1 sp1 Cache API Documentation 英文版文档
org.jboss.cache.aop
Class CachedListInterceptor.MyListIterator
java.lang.Object
org.jboss.cache.aop.CachedListInterceptor.MyListIterator
- All Implemented Interfaces:
- Iterator, ListIterator
- Enclosing class:
- CachedListInterceptor
- protected class CachedListInterceptor.MyListIterator
- extends Object
- implements ListIterator
Field Summary |
protected int |
index
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
index
protected int index
CachedListInterceptor.MyListIterator
public CachedListInterceptor.MyListIterator(int index)
nextIndex
public int nextIndex()
- Specified by:
nextIndex
in interface ListIterator
previousIndex
public int previousIndex()
- Specified by:
previousIndex
in interface ListIterator
remove
public void remove()
- Specified by:
remove
in interface ListIterator
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface ListIterator
hasPrevious
public boolean hasPrevious()
- Specified by:
hasPrevious
in interface ListIterator
next
public Object next()
- Specified by:
next
in interface ListIterator
previous
public Object previous()
- Specified by:
previous
in interface ListIterator
add
public void add(Object o)
- Specified by:
add
in interface ListIterator
set
public void set(Object o)
- Specified by:
set
in interface ListIterator
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.