net.myrrix.common.collection
Class FastByIDFloatMap.MapEntry

java.lang.Object
  extended by net.myrrix.common.collection.FastByIDFloatMap.MapEntry
Enclosing class:
FastByIDFloatMap

public final class FastByIDFloatMap.MapEntry
extends Object


Constructor Summary
FastByIDFloatMap.MapEntry()
           
 
Method Summary
 long getKey()
           
 float getValue()
           
 float setValue(float value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FastByIDFloatMap.MapEntry

public FastByIDFloatMap.MapEntry()
Method Detail

getKey

public long getKey()

getValue

public float getValue()

setValue

public float setValue(float value)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.