Package com.softwaremining.platformutils
Class SMSortedMethodList
java.lang.Object
com.softwaremining.platformutils.SMSortedMethodList
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
assertKeysAscending
(Object key1, Object key2) this is used in performThru("a" , "C").boolean
containsKey
(Object key) void
int
size()
-
Constructor Details
-
SMSortedMethodList
public SMSortedMethodList()
-
-
Method Details
-
put
-
getKeysetIterator
-
getValue
-
containsKey
-
size
public int size() -
assertKeysAscending
this is used in performThru("a" , "C"). It validates that method "c" comes after method "a",- Parameters:
key1
-key2
-- Throws:
IllegalArgumentException
-