当前页面: 
在线文档首页 > 
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
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:
- nextIndexin interface- ListIterator
 
- 
 
previousIndex
public int previousIndex()
- 
- Specified by:
- previousIndexin interface- ListIterator
 
- 
 
remove
public void remove()
- 
- Specified by:
- removein interface- ListIterator
 
- 
 
hasNext
public boolean hasNext()
- 
- Specified by:
- hasNextin interface- ListIterator
 
- 
 
hasPrevious
public boolean hasPrevious()
- 
- Specified by:
- hasPreviousin interface- ListIterator
 
- 
 
next
public Object next()
- 
- Specified by:
- nextin interface- ListIterator
 
- 
 
previous
public Object previous()
- 
- Specified by:
- previousin interface- ListIterator
 
- 
 
add
public void add(Object o)
- 
- Specified by:
- addin interface- ListIterator
 
- 
 
set
public void set(Object o)
- 
- Specified by:
- setin interface- ListIterator
 
- 
 
      
      
        Copyright © 2002 JBoss Group, LLC. All Rights Reserved.