A B C D F G I L M N P R S T U V

I

indent(int) - Static method in class com.futureshocked.debug.Indenter
Returns a String full of spaces, based off of depth.
Indenter - Class in com.futureshocked.debug
Simple class that will generate a certain amount of spaces for indentention.
Indenter() - Constructor for class com.futureshocked.debug.Indenter
 
insert(int) - Method in class com.futureshocked.datastructures.BinaryTree
 
insert(BinaryNode) - Method in class com.futureshocked.datastructures.BinaryTree
 
insert(BinaryNode, BinaryNode) - Method in class com.futureshocked.datastructures.BinaryTree
 
InterceptedMethod - Class in com.futureshocked.classloader
InterceptedMethod contains the class name, method name, method description, and information relating to which code modifications should be done to this method.
InterceptedMethod(String, String) - Constructor for class com.futureshocked.classloader.InterceptedMethod
Constructor that sets description to null - ie: match all overloaded methods.
InterceptedMethod(String, String, String) - Constructor for class com.futureshocked.classloader.InterceptedMethod
Constructor that sets all matching variables - ie: match specific method

A B C D F G I L M N P R S T U V