Package ubic.basecode.dataStructure
Class CountingMapTest
- java.lang.Object
-
- ubic.basecode.dataStructure.CountingMapTest
-
public class CountingMapTest extends Object
- Author:
- luke
-
-
Constructor Summary
Constructors Constructor Description CountingMapTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testCount()
Test method forca.elmonline.util.CountingMap#count(java.lang.Object)
.void
testIncrement()
Test method forca.elmonline.util.CountingMap#increment(java.lang.Object)
.void
testSeen()
Test method forca.elmonline.util.CountingMap#seen(java.lang.Object)
.void
testSortedKeyList()
Test method forca.elmonline.util.CountingMap#sortedEntrySet(java.lang.Object)
.void
testSortedKeyListBoolean()
Test method forca.elmonline.util.CountingMap#sortedEntrySet(boolean)
.void
testSummation()
-
-
-
Method Detail
-
testCount
public void testCount()
Test method forca.elmonline.util.CountingMap#count(java.lang.Object)
.
-
testIncrement
public void testIncrement()
Test method forca.elmonline.util.CountingMap#increment(java.lang.Object)
.
-
testSeen
public void testSeen()
Test method forca.elmonline.util.CountingMap#seen(java.lang.Object)
.
-
testSortedKeyList
public void testSortedKeyList()
Test method forca.elmonline.util.CountingMap#sortedEntrySet(java.lang.Object)
.
-
testSortedKeyListBoolean
public void testSortedKeyListBoolean()
Test method forca.elmonline.util.CountingMap#sortedEntrySet(boolean)
.
-
testSummation
public void testSummation()
-
-