public class GridCacheIterator<K,V,T> extends Object implements GridSerializableIterator<T>
| Constructor and Description |
|---|
GridCacheIterator(Iterable<? extends GridCacheEntry<K,V>> c,
GridClosure<GridCacheEntry<K,V>,T> trans,
GridPredicate<GridCacheEntry<K,V>>[] filter) |
public GridCacheIterator(Iterable<? extends GridCacheEntry<K,V>> c, GridClosure<GridCacheEntry<K,V>,T> trans, GridPredicate<GridCacheEntry<K,V>>[] filter)
c - Cache entry collection.trans - Transformer.filter - Filter.Copyright © 2014. All rights reserved.