public class NonStopCacheKeySet extends AbstractList
modCount| Constructor and Description |
|---|
NonStopCacheKeySet(NonstopActiveDelegateHolder nonstopActiveDelegateHolder,
List keys)
Non stop store to iterate over key set
|
| Modifier and Type | Method and Description |
|---|---|
Object |
get(int index) |
Iterator |
iterator()
Iterator to iterate over the key set
May time out
|
int |
size() |
add, add, addAll, clear, equals, hashCode, indexOf, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringpublic NonStopCacheKeySet(NonstopActiveDelegateHolder nonstopActiveDelegateHolder, List keys)
nonstopActiveDelegateHolder - list - public Iterator iterator()
iterator in interface Iterableiterator in interface Collectioniterator in interface Listiterator in class AbstractListpublic int size()
size in interface Collectionsize in interface Listsize in class AbstractCollectionpublic Object get(int index)
get in interface Listget in class AbstractListCopyright © 2003-2014 Terracotta, Inc.. All Rights Reserved.