Package com.softwaremining.platformutils
Class SMSortedMethodList
java.lang.Object
com.softwaremining.platformutils.SMSortedMethodList
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidassertKeysAscending(Object key1, Object key2) this is used in performThru("a" , "C").booleancontainsKey(Object key) voidintsize()
-
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
-