jlibs.core.util
Class LongTreeMap.Entry<V>

java.lang.Object
  extended by jlibs.core.util.LongTreeMap.Entry<V>
Enclosing class:
LongTreeMap<V>

public static final class LongTreeMap.Entry<V>
extends Object


Field Summary
 V value
           
 
Method Summary
 boolean equals(Object o)
           
 long getKey()
           
 int hashCode()
           
 LongTreeMap.Entry<V> next()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

value

public V value
Method Detail

getKey

public long getKey()

next

public LongTreeMap.Entry<V> next()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2018. All rights reserved.