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, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
public NonStopCacheKeySet(NonstopActiveDelegateHolder nonstopActiveDelegateHolder, List keys)
nonstopActiveDelegateHolder
- list
- public Iterator iterator()
iterator
in interface Iterable
iterator
in interface Collection
iterator
in interface List
iterator
in class AbstractList
public int size()
size
in interface Collection
size
in interface List
size
in class AbstractCollection
public Object get(int index)
get
in interface List
get
in class AbstractList
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.