it.unimi.dsi.fastutil.longs
Class Long2ObjectMaps.Singleton.SingletonEntry

java.lang.Object
  extended by it.unimi.dsi.fastutil.longs.Long2ObjectMaps.Singleton.SingletonEntry
All Implemented Interfaces:
Long2ObjectMap.Entry<V>, Map.Entry<Long,V>
Enclosing class:
Long2ObjectMaps.Singleton<V>

protected class Long2ObjectMaps.Singleton.SingletonEntry
extends Object
implements Long2ObjectMap.Entry<V>, Map.Entry<Long,V>


Constructor Summary
protected Long2ObjectMaps.Singleton.SingletonEntry()
           
 
Method Summary
 boolean equals(Object o)
           
 Long getKey()
           
 long getLongKey()
           
 V getValue()
           
 int hashCode()
           
 V setValue(V value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Long2ObjectMaps.Singleton.SingletonEntry

protected Long2ObjectMaps.Singleton.SingletonEntry()
Method Detail

getKey

public Long getKey()
Specified by:
getKey in interface Map.Entry<Long,V>

getValue

public V getValue()
Specified by:
getValue in interface Map.Entry<Long,V>

getLongKey

public long getLongKey()
Specified by:
getLongKey in interface Long2ObjectMap.Entry<V>
See Also:
Map.Entry.getKey()

setValue

public V setValue(V value)
Specified by:
setValue in interface Map.Entry<Long,V>

equals

public boolean equals(Object o)
Specified by:
equals in interface Map.Entry<Long,V>
Overrides:
equals in class Object

hashCode

public int hashCode()
Specified by:
hashCode in interface Map.Entry<Long,V>
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.