org.pokersource.util

Class ValueSortedMap


public class ValueSortedMap
extends java.lang.Object

Author:
Michael Maurer <mjmaurer@yahoo.com>

Constructor Summary

ValueSortedMap()

Method Summary

Comparable
get(Object key)
List
greater(Comparable threshold)
List
greaterEqual(Comparable threshold)
List
keyList()
List
less(Comparable threshold)
List
lessEqual(Comparable threshold)
static void
main(String[] args)
void
put(Object key, Comparable value)
String
toString()

Constructor Details

ValueSortedMap

public ValueSortedMap()

Method Details

get

public Comparable get(Object key)

greater

public List greater(Comparable threshold)

greaterEqual

public List greaterEqual(Comparable threshold)

keyList

public List keyList()

less

public List less(Comparable threshold)

lessEqual

public List lessEqual(Comparable threshold)

main

public static void main(String[] args)

put

public void put(Object key,
                Comparable value)

toString

public String toString()

PokerSource Home Page - Learn how you can contribute!