gov.lanl.Utility
Class MapCount

java.lang.Object
  |
  +--gov.lanl.Utility.MapCount
All Implemented Interfaces:
java.lang.Cloneable

public class MapCount
extends java.lang.Object
implements java.lang.Cloneable

Simple bean to hold TreeMap of counts of items

Version:
$Revision: 1.2 $ $Date: 2002/04/25 23:09:18 $
Author:
$Author: dwforslund $

Constructor Summary
MapCount(java.lang.String[] codes)
          Constructor of Syndrome Count
 
Method Summary
 java.util.TreeMap getCount()
          return count TreeMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapCount

public MapCount(java.lang.String[] codes)
Constructor of Syndrome Count

Method Detail

getCount

public java.util.TreeMap getCount()
return count TreeMap



Copyright © 2000 Apache Software Foundation. All Rights Reserved.