net.myrrix.common.collection
Class FastByIDMap.MapEntry

java.lang.Object
  extended by net.myrrix.common.collection.FastByIDMap.MapEntry
Enclosing class:
FastByIDMap<V>

public final class FastByIDMap.MapEntry
extends Object


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

Constructor Detail

FastByIDMap.MapEntry

public FastByIDMap.MapEntry()
Method Detail

getKey

public long getKey()

getValue

public V getValue()

setValue

public V setValue(V value)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.