MCPcopy Create free account

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

Functions337 in github.com/Berkeley-CS61B/lectureCode-sp16

↓ 1 callersMethodrunClasses
Run all tests in CLASSES, reporting results on the standard error output, depending on VERBOSITY, which determines what is reported. if VERBOSITY is
lec7/extra/textui.java:38
↓ 1 callersMethodrunTests
(Class<?>... classes)
lec7/extra/TestRunnerPrintAll.java:81
↓ 1 callersMethodrunTests
(Class<?>... classes)
lec7/extra/TestRunnerPrintFailuresOnly.java:85
↓ 1 callersMethodsize
Retuns the size of this IntList
lec11/IntList.java:15
↓ 1 callersMethodsize
Retuns the size of this IntList
lec3/hugCode/IntList.java:15
↓ 1 callersMethodsize
Retuns the size of this IntList
lec3/exercises/IntList.java:15
↓ 1 callersMethodsize
Retuns the size of this IntList
lec3/exercises/solution/IntList.java:15
↓ 1 callersMethodsort
Returns inputs in sorted order, sorting only the last k items. ([5, 3, 8, 1], 1) --> [5, 1, 3, 8]
lec7/hugCode/Sort.java:23
↓ 1 callersMethodswap
(String[] input, int a, int b)
lec7/hugCode/Sort.java:36
↓ 1 callersMethodvalidateMode
(String mode)
lec7/extra/TestRunner.java:35
MethodAList
Creates an empty list.
lec8/DIY/AList.java:15
MethodAList
Creates an empty list.
lec8/hugCode/AList.java:15
MethodAList
Creates an empty list.
lec6/DIY/AList.java:7
MethodAList
Creates an empty list.
lec6/webvid/AList.java:15
MethodArrayMap
()
lec14/DIY/ArrayMap.java:10
MethodArrayMap
()
lec14/hugCode/ArrayMap.java:10
MethodArrayMap
()
lec13/DIY/ArrayMap.java:7
MethodArrayMap
()
lec13/hugCode/ArrayMap.java:6
MethodDog
(String n, String b, double s)
lec12/DIY/Dog.java:10
MethodDog
(String n, String b, double s)
lec12/hugCode/ug/joshh/animal/Dog.java:12
MethodDog
(String n, String b, double s)
lec12/examples/Dog.java:6
MethodDog
(String n, int f)
lec12/examples/weirdDog/Dog.java:5
MethodDog
(String n, int s)
lec10/DIY/phase1/Dog.java:5
MethodDog
(String n, int s)
lec10/hugCode/Dog.java:5
MethodDog
(String name)
lec14/DIY/Dog.java:8
MethodDog
(String name)
lec14/hugCode/Dog.java:8
MethodDog
(int s)
lec2/hugCode/Dog.java:8
MethodFrenchDog
(String name)
lec14/DIY/FrenchDog.java:8
MethodFrenchDog
(String name)
lec14/hugCode/FrenchDog.java:8
MethodIntList
(int h, IntList t)
lec11/IntList.java:9
MethodIntList
(int h, IntList t)
lec3/DIY/IntList.java:9
MethodIntList
(int h, IntList t)
lec3/hugCode/IntList.java:9
MethodIntList
(int h, IntList t)
lec3/exercises/IntList.java:9
MethodIntList
(int h, IntList t)
lec3/exercises/solution/IntList.java:9
MethodIntNode
(int i, IntNode h)
lec4/DIY/SList.java:9
MethodIntNode
(int i, IntNode h)
lec4/hugCode/SList.java:9
MethodMapWizard
()
lec14/hugCode/ArrayMap.java:59
MethodNode
(Blorp i, Node h)
lec5/hugCode/SList.java:9
MethodNode
(Blorp i, Node h)
lec8/DIY/SList.java:9
MethodNode
(Blorp i, Node h)
lec8/hugCode/SList.java:9
MethodNode
(Blorp i, Node h)
lec9/DIY/SList.java:9
MethodNode
(Blorp i, Node h)
lec9/hugCode/SList.java:9
MethodSList
Creates an empty list.
lec4/DIY/SList.java:18
MethodSList
Creates an empty list.
lec4/hugCode/SList.java:19
MethodSList
Creates an empty list.
lec5/hugCode/SList.java:19
MethodSList
Creates an empty list.
lec8/DIY/SList.java:19
MethodSList
Creates an empty list.
lec8/hugCode/SList.java:19
MethodSList
Creates an empty list.
lec9/DIY/SList.java:19
MethodSList
Creates an empty list.
lec9/hugCode/SList.java:19
MethodSort
Returns input strings in sorted order. Non-destructive.
lec7/DIY/Sort.java:5
Methodbark
()
lec14/DIY/Dog.java:4
Methodbark
()
lec14/DIY/FrenchDog.java:3
Methodbark
()
lec14/hugCode/Dog.java:4
Methodbark
()
lec14/hugCode/FrenchDog.java:3
MethodcompareTo
(OurComparable o)
lec10/hugCode/Dog.java:16
MethodcontainsKey
(K key)
lec13/DIY/ArrayMap.java:22
MethoddeleteBack
Deletes item from back of the list and returns deleted item.
lec8/DIY/AList.java:55
MethoddeleteBack
Deletes and returns last item.
lec8/DIY/SList.java:75
MethoddeleteBack
Deletes item from back of the list and returns deleted item.
lec8/hugCode/AList.java:59
MethoddeleteBack
()
lec8/hugCode/List61B.java:8
MethoddeleteBack
Deletes and returns last item.
lec8/hugCode/SList.java:79
MethoddeleteBack
()
lec9/DIY/List61B.java:8
MethoddeleteBack
Deletes and returns last item.
lec9/DIY/SList.java:79
MethoddeleteBack
Deletes and returns last item.
lec9/hugCode/SList.java:79
MethoddincrList
Returns an IntList identical to L, but with each element incremented by x. Not allowed to use the 'new' keyword.
lec3/DIY/IntList.java:51
MethoddincrList
Returns an IntList identical to L, but with each element incremented by x. Not allowed to use the 'new' keyword.
lec3/exercises/IntList.java:58
MethodextraThing
()
lec8/hugCode/SList.java:143
MethodfindKey
(K key)
lec13/DIY/ArrayMap.java:10
Methodflush
()
lec7/extra/RunListenerWithCapture.java:41
Methodget
Gets the positionth item of the list.
lec8/DIY/SList.java:95
Methodget
(int position)
lec8/hugCode/List61B.java:10
Methodget
Gets the positionth item of the list.
lec8/hugCode/SList.java:101
Methodget
(int position)
lec9/DIY/List61B.java:10
Methodget
Gets the positionth item of the list.
lec9/DIY/SList.java:101
Methodget
Gets the positionth item of the list.
lec9/hugCode/SList.java:101
Methodget
In class exercise 1: Returns ith item of this IntList. For simplicity, assume the item exists.
lec11/IntList.java:36
Methodget
(K key)
lec13/DIY/ArrayMap.java:18
Methodget
(K key)
lec13/hugCode/ArrayMap.java:33
Methodget
In class exercise 1: Returns ith item of this IntList. For simplicity, assume the item exists.
lec3/DIY/IntList.java:28
Methodget
In class exercise 1: Returns ith item of this IntList. For simplicity, assume the item exists.
lec3/hugCode/IntList.java:36
Methodget
In class exercise 1: Returns ith item of this IntList. For simplicity, assume the item exists.
lec3/exercises/IntList.java:36
Methodget
In class exercise 1: Returns ith item of this IntList. For simplicity, assume the item exists.
lec3/exercises/solution/IntList.java:36
MethodgetBack
Returns last item
lec8/DIY/SList.java:69
MethodgetBack
()
lec8/hugCode/List61B.java:7
MethodgetBack
Returns last item
lec8/hugCode/SList.java:72
MethodgetBack
()
lec9/DIY/List61B.java:7
MethodgetBack
Returns last item
lec9/DIY/SList.java:72
MethodgetBack
()
lec9/hugCode/List61B.java:7
MethodgetBack
Returns last item
lec9/hugCode/SList.java:72
MethodgetBackNode
Returns the back node of our list.
lec4/DIY/SList.java:37
MethodgetFront
Gets the front item of the list.
lec4/DIY/SList.java:29
MethodgetFront
Gets the front item of the list.
lec4/hugCode/SList.java:39
MethodgetFront
Gets the front item of the list.
lec5/hugCode/SList.java:39
MethodgetFront
Gets an item from the front.
lec8/DIY/AList.java:82
MethodgetFront
Gets an item from the front.
lec8/hugCode/AList.java:89
MethodgetFront
()
lec8/hugCode/List61B.java:5
MethodgetFront
()
lec9/DIY/List61B.java:5
MethodgetFront
()
lec9/hugCode/List61B.java:5
MethodincrList
Returns an IntList identical to L, but with each element incremented by x. L is not allowed to change.
lec3/DIY/IntList.java:43
MethodincrList
Returns an IntList identical to L, but with each element incremented by x. L is not allowed to change.
lec3/exercises/IntList.java:50
← previousnext →101–200 of 337, ranked by callers