com.hazelcast.client.impl.protocol.util
Class Int2ObjectHashMap.KeyIterator

java.lang.Object
  extended by com.hazelcast.client.impl.protocol.util.Int2ObjectHashMap.KeyIterator
All Implemented Interfaces:
Iterator<Integer>
Enclosing class:
Int2ObjectHashMap<V>

public class Int2ObjectHashMap.KeyIterator
extends Object


Constructor Summary
Int2ObjectHashMap.KeyIterator()
           
 
Method Summary
 Integer next()
           
 int nextInt()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Int2ObjectHashMap.KeyIterator

public Int2ObjectHashMap.KeyIterator()
Method Detail

next

public Integer next()
Specified by:
next in interface Iterator<Integer>

nextInt

public int nextInt()


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.