com.hazelcast.client.impl.protocol.util
Class Int2ObjectHashMap.EntryIterator<V>
java.lang.Object
com.hazelcast.client.impl.protocol.util.Int2ObjectHashMap.EntryIterator<V>
- All Implemented Interfaces:
- Iterator<Map.Entry<Integer,V>>, Map.Entry<Integer,V>
- Enclosing class:
- Int2ObjectHashMap<V>
public class Int2ObjectHashMap.EntryIterator<V>
- extends Object
- implements Map.Entry<Integer,V>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Int2ObjectHashMap.EntryIterator
public Int2ObjectHashMap.EntryIterator()
next
public Map.Entry<Integer,V> next()
- Specified by:
next
in interface Iterator<Map.Entry<Integer,V>>
getKey
public Integer getKey()
- Specified by:
getKey
in interface Map.Entry<Integer,V>
getValue
public V getValue()
- Specified by:
getValue
in interface Map.Entry<Integer,V>
setValue
public V setValue(V value)
- Specified by:
setValue
in interface Map.Entry<Integer,V>
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.