MCPcopy Create free account

hub / github.com/Berkeley-CS61B/lectureCode-sp15 / functions

Functions735 in github.com/Berkeley-CS61B/lectureCode-sp15

↓ 1 callersMethodsize
Retuns the size of this IntList
lec3/exercises/hardMode/IntList.java:14
↓ 1 callersMethodsize
Returns the size of the IntList
lec3/live1/IntList.java:15
↓ 1 callersMethodsort
Sorts the array.
lec4/exercises/SortSwapExercise.java:12
↓ 1 callersMethodsort
Sorts the array.
lec4/exercises/Sort.java:12
↓ 1 callersMethodsort
Puts A in sorted order.
lec4/live1/Sort.java:7
↓ 1 callersMethodspeak
()
lec12/exercises/InheritanceOne/Animal.java:5
↓ 1 callersMethodstaticSpeak
()
lec12/exercises/InheritanceOne/Animal.java:2
↓ 1 callersMethodsum
(int[] a)
lec7/live2/Sum.java:18
↓ 1 callersMethodsum
(int[] a)
lec7/live1/Sum.java:17
↓ 1 callersMethodswap
Swaps items in position ix and iy such that the actual data in the array is changed.
lec4/exercises/SortSwapExercise.java:32
↓ 1 callersMethodswaperoo
(Foo a, Foo b)
lec14/live2/Foo.java:22
↓ 1 callersMethodswitcheroo
(Foo a, Foo b)
lec14/live2/Foo.java:8
↓ 1 callersMethodtestIndexOfSmallest
Tests the Sort.indexOfSmallest method
lec4/exercises/TestSortSwapExercise.java:30
↓ 1 callersMethodtestIndexOfSmallest
Tests the Sort.indexOfSmallest method
lec4/exercises/TestSort.java:33
↓ 1 callersMethodtestSort
Tests the Sort.sort method.
lec4/exercises/TestSortSwapExercise.java:8
↓ 1 callersMethodtestSort
Tests the Sort.sort method.
lec4/exercises/TestSort.java:11
↓ 1 callersMethodtestSwap
()
lec4/exercises/TestSortSwapExercise.java:20
↓ 1 callersMethodtestSwap
()
lec4/exercises/TestSort.java:23
↓ 1 callersMethodtoString
()
lec11/exercises/hardMode/Comparator/Point2D.java:9
↓ 1 callersMethodtoString
()
lec11/live2/Comparator/Point2D.java:9
↓ 1 callersMethodtoString
()
lec11/live1/Comparator/Point2D.java:9
↓ 1 callersMethodtoString
()
lec13/exercises/hardMode/Dog.java:16
↓ 1 callersMethodtriple
(int x, int n)
lec17/live2/Tripler/ChattyTripler.java:6
↓ 1 callersMethodtriple
Triples X N times. For example: triple(5, 2) would be 5 3 3 = 45. Also tells us what it's doing as it goes.
lec17/live1/Tripler/ChattyTripler.java:10
↓ 1 callersMethodwhileSum
(int[] a)
lec7/live2/Sum.java:8
↓ 1 callersMethodwhileSum
sums the usual way
lec7/live1/Sum.java:7
MethodAList
Creates an empty list.
lec8/exercises/hardMode/AList.java:7
MethodAList
Creates an empty list.
lec8/live2/AList.java:28
MethodAList
Creates an empty list.
lec15/exercises/hardMode/Iteration/AList.java:31
MethodAList
Creates an empty list.
lec15/live2/Iteration/AList.java:67
MethodAList
Creates an empty list.
lec15/live1/Iterator/AList.java:64
MethodAList
Creates an empty list.
lec10/exercises/hardMode/AList.java:28
MethodAList
Creates an empty list.
lec10/live2/AList.java:28
MethodAList
Creates an empty list.
lec10/live1/AList.java:28
MethodAList
Creates an empty list.
live1/AList.java:28
MethodAdaptationStack
(List<Zerp> providedList)
lec17/live2/EDA/AdaptationStack.java:11
MethodAnimal
()
lec12/exercises/InheritanceTwo/Animal.java:3
MethodDelegationStack
()
lec17/live2/EDA/Stack.java:11
MethodDelegationStack
()
lec17/live2/EDA/DelegationStack.java:11
MethodDog
(String n, String b, double s)
lec15/exercises/hardMode/NestedClass/Dog.java:12
MethodDog
(String n, String b, double s)
lec15/live2/NestedClass/Dog.java:13
MethodDog
(String n, String b, double s)
lec15/live1/NestedClass/Dog.java:12
MethodDog
(String n)
lec10/exercises/TypingPuzzle.java:37
MethodDog
constructor
lec11/exercises/hardMode/MaxOurComparable/Dog.java:39
MethodDog
constructor
lec11/exercises/hardMode/MaxFailure/Dog.java:39
MethodDog
constructor
lec11/live2/MaxOurComparable/Dog.java:46
MethodDog
constructor
lec11/live2/MaxFailure/Dog.java:46
MethodDog
constructor
lec11/live2/MaxComparable/Dog.java:44
MethodDog
constructor
lec11/live1/MaxOurComparable/Dog.java:45
MethodDog
constructor
lec11/live1/MaxFailure/Dog.java:39
MethodDog
constructor
lec11/live1/MaxComparable/Dog.java:44
MethodDog
(int startSize)
lec2/example/DogLoopVisualizable.java:34
MethodDog
(int startSize)
lec2/exercises/Dog.java:10
MethodDog
(int startingSize)
lec2/live2/Dog.java:11
MethodDog
(int startSize)
lec2/live1/Dog.java:12
MethodDog
(String n, String b, double s)
lec13/exercises/hardMode/Dog.java:10
MethodDog
(String favoriteTypeOfSquid, int fingers)
lec13/live2/Dog.java:4
MethodDog
(String n, String b, double s)
lec13/live2/ug/joshh/animal/Dog.java:12
MethodDog
(String favoriteTypeOfSquid, int fingers)
lec13/live2/jerry/Dog.java:6
MethodDog
(String n, String b, double s)
lec13/live1/ug/joshh/animal/Dog.java:12
MethodEntry
Stores KEY as the key in this key-value pair, VAL as the value, and NEXT as the next node in the linked list.
lec17/live2/Map/ULLMap.java:78
MethodEntry
Stores KEY as the key in this key-value pair, VAL as the value, and NEXT as the next node in the linked list.
lec17/live1/ULLMap/ULLMap.java:79
MethodFoo
(int x, int y)
lec14/live2/Foo.java:3
MethodFox
()
lec12/exercises/InheritanceTwo/Fox.java:3
MethodImmutablePig
(String fs)
lec15/live2/Iteration/ImmutablePig.java:8
MethodIntList
(int h, IntList t)
lec6/webcast/IntList.java:9
MethodIntList
(int h, IntList t)
lec6/live2/IntList.java:9
MethodIntList
(int h, IntList t)
lec3/exercises/IntList.java:9
MethodIntList
(int h, IntList t)
lec3/exercises/hardMode/IntList.java:9
MethodIntList
(int h, IntList t)
lec3/live2/IntList.java:9
MethodIntList
(int h, IntList t)
lec3/live1/IntList.java:9
MethodIntNode
(int i, IntNode n)
lec9/webcast/IntNode.java:5
MethodIntNode
(int i, IntNode n)
lec9/exercises/solution/IntNode.java:5
MethodIntNode
(int i, IntNode n)
lec9/exercises/example/IntNode.java:5
MethodIntNode
(int i, IntNode n)
lec9/exercises/example/VisualizableMaxSListProblem.java:14
MethodIntNode
(int i, IntNode n)
lec9/exercises/webcast/IntNode.java:5
MethodIntNode
(int i, IntNode n)
lec9/exercises/webcast/oldFlavor/IntNode.java:5
MethodIntNode
(int i, IntNode n)
lec9/exercises/hardMode/IntNode.java:5
MethodIntNode
(int i, IntNode n)
lec10/exercises/hardMode/IntNode.java:5
MethodIntNode
(int i, IntNode n)
lec10/live2/IntNode.java:5
MethodIntNode
(int i, IntNode n)
lec10/live1/IntNode.java:5
MethodIntNode
(int h, IntNode n)
lec6/webcast/IntNode.java:9
MethodIntNode
(int i, IntNode n)
lec6/live2/IntNode.java:5
MethodMaxSList
()
lec9/webcast/MaxSList.java:18
MethodMaxSList
()
lec9/exercises/solution/MaxSList.java:9
MethodMaxSList
()
lec9/exercises/example/MaxSList.java:8
MethodMaxSList
()
lec9/exercises/example/VisualizableMaxSListProblem.java:76
MethodMaxSList
()
lec9/exercises/webcast/MaxSList.java:21
MethodMaxSList
()
lec9/exercises/webcast/oldFlavor/MaxSList.java:14
MethodPoint2D
(int xC, int yC)
lec11/exercises/hardMode/Comparator/Point2D.java:21
MethodPoint2D
(int xC, int yC)
lec11/live2/Comparator/Point2D.java:21
MethodPoint2D
(int xC, int yC)
lec11/live1/Comparator/Point2D.java:21
MethodSList
()
lec9/webcast/SList.java:11
MethodSList
()
lec9/exercises/solution/SList.java:9
MethodSList
()
lec9/exercises/example/VisualizableMaxSListProblem.java:26
MethodSList
()
lec9/exercises/example/SList.java:11
MethodSList
()
lec9/exercises/webcast/SList.java:17
MethodSList
()
lec9/exercises/webcast/oldFlavor/SList.java:13
MethodSList
()
lec9/exercises/hardMode/SList.java:11
MethodSList
()
lec10/exercises/hardMode/SList.java:11
← previousnext →201–300 of 735, ranked by callers