org.pokersource.util
Class ValueSortedMap.ValueEntry

java.lang.Object
  extended by org.pokersource.util.ValueSortedMap.ValueEntry
All Implemented Interfaces:
java.lang.Comparable
Enclosing class:
ValueSortedMap

private static class ValueSortedMap.ValueEntry
extends java.lang.Object
implements java.lang.Comparable


Field Summary
 java.lang.Object key
           
 java.lang.Comparable value
           
 
Constructor Summary
ValueSortedMap.ValueEntry(java.lang.Object key, java.lang.Comparable value)
           
 
Method Summary
 int compareTo(java.lang.Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

public java.lang.Object key

value

public java.lang.Comparable value
Constructor Detail

ValueSortedMap.ValueEntry

public ValueSortedMap.ValueEntry(java.lang.Object key,
                                 java.lang.Comparable value)
Method Detail

compareTo

public int compareTo(java.lang.Object o)
Specified by:
compareTo in interface java.lang.Comparable