com.hazelcast.client.impl.protocol.util
Class Int2ObjectHashMap.EntryIterator<V>

java.lang.Object
  extended by 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>


Constructor Summary
Int2ObjectHashMap.EntryIterator()
           
 
Method Summary
 Integer getKey()
           
 V getValue()
           
 Map.Entry<Integer,V> next()
           
 V setValue(V value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Map.Entry
equals, hashCode
 

Constructor Detail

Int2ObjectHashMap.EntryIterator

public Int2ObjectHashMap.EntryIterator()
Method Detail

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.