public class GetAllIterable<T> extends Object implements Iterable<Map.Entry<CharSequence,T>>
| Constructor and Description |
|---|
GetAllIterable(Set<? extends CharSequence> keys,
ExternalMap<T> map) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Map.Entry<CharSequence,T>> |
iterator() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic GetAllIterable(Set<? extends CharSequence> keys, ExternalMap<T> map)
public Iterator<Map.Entry<CharSequence,T>> iterator()
iterator in interface Iterable<Map.Entry<CharSequence,T>>Copyright © 2016 The Apache Software Foundation. All rights reserved.