站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > 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
  extended byorg.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
           
 
Constructor Summary
CachedListInterceptor.MyListIterator(int index)
           
 
Method Summary
 void add(Object o)
           
 boolean hasNext()
           
 boolean hasPrevious()
           
 Object next()
           
 int nextIndex()
           
 Object previous()
           
 int previousIndex()
           
 void remove()
           
 void set(Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

index

protected int index
Constructor Detail

CachedListInterceptor.MyListIterator

public CachedListInterceptor.MyListIterator(int index)
Method Detail

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.