com.hazelcast.client.impl.protocol.util
Class Int2ObjectHashMap.ValueIterator<T>

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

public class Int2ObjectHashMap.ValueIterator<T>
extends Object


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

Constructor Detail

Int2ObjectHashMap.ValueIterator

public Int2ObjectHashMap.ValueIterator()
Method Detail

next

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


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