it.unimi.dsi.fastutil.ints
Interface Int2ReferenceMap.Entry<V>

All Superinterfaces:
Map.Entry<Integer,V>
All Known Implementing Classes:
AbstractInt2ReferenceMap.BasicEntry, Int2ReferenceMaps.Singleton.SingletonEntry
Enclosing interface:
Int2ReferenceMap<V>

public static interface Int2ReferenceMap.Entry<V>
extends Map.Entry<Integer,V>

A type-specific Map.Entry; provides some additional methods that use polymorphism to avoid (un)boxing.

See Also:
Map.Entry

Method Summary
 int getIntKey()
           
 
Methods inherited from interface java.util.Map.Entry
equals, getKey, getValue, hashCode, setValue
 

Method Detail

getIntKey

int getIntKey()
See Also:
Map.Entry.getKey()


Copyright © 2011. All Rights Reserved.