Package ubic.basecode.dataStructure
Class CountingMapTest
java.lang.Object
ubic.basecode.dataStructure.CountingMapTest
- Author:
- luke
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidTest method for.invalid reference
ca.elmonline.util.CountingMap#count(java.lang.Object)voidTest method for.invalid reference
ca.elmonline.util.CountingMap#increment(java.lang.Object)voidtestSeen()Test method for.invalid reference
ca.elmonline.util.CountingMap#seen(java.lang.Object)voidTest method for.invalid reference
ca.elmonline.util.CountingMap#sortedEntrySet(java.lang.Object)voidTest method for.invalid reference
ca.elmonline.util.CountingMap#sortedEntrySet(boolean)void
-
Constructor Details
-
CountingMapTest
public CountingMapTest()
-
-
Method Details
-
testCount
public void testCount()Test method for.invalid reference
ca.elmonline.util.CountingMap#count(java.lang.Object) -
testIncrement
public void testIncrement()Test method for.invalid reference
ca.elmonline.util.CountingMap#increment(java.lang.Object) -
testSeen
public void testSeen()Test method for.invalid reference
ca.elmonline.util.CountingMap#seen(java.lang.Object) -
testSortedKeyList
public void testSortedKeyList()Test method for.invalid reference
ca.elmonline.util.CountingMap#sortedEntrySet(java.lang.Object) -
testSortedKeyListBoolean
public void testSortedKeyListBoolean()Test method for.invalid reference
ca.elmonline.util.CountingMap#sortedEntrySet(boolean) -
testSummation
public void testSummation()
-