it.unimi.dsi.fastutil.longs
Class Long2ObjectMaps.Singleton.SingletonEntry
java.lang.Object
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>
Long2ObjectMaps.Singleton.SingletonEntry
protected Long2ObjectMaps.Singleton.SingletonEntry()
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.