net.myrrix.common.collection
Interface FastByIDFloatMap.MapEntry

Enclosing class:
FastByIDFloatMap

public static interface FastByIDFloatMap.MapEntry


Method Summary
 long getKey()
           
 float getValue()
           
 float setValue(float value)
           
 

Method Detail

getKey

long getKey()

getValue

float getValue()

setValue

float setValue(float value)


Copyright © 2012. All Rights Reserved.