Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Berkeley-CS61B/lectureCode-sp16
/ functions
Functions
337 in github.com/Berkeley-CS61B/lectureCode-sp16
⨍
Functions
337
◇
Types & classes
100
↓ 1 callers
Method
runClasses
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 callers
Method
runTests
(Class<?>... classes)
lec7/extra/TestRunnerPrintAll.java:81
↓ 1 callers
Method
runTests
(Class<?>... classes)
lec7/extra/TestRunnerPrintFailuresOnly.java:85
↓ 1 callers
Method
size
Retuns the size of this IntList
lec11/IntList.java:15
↓ 1 callers
Method
size
Retuns the size of this IntList
lec3/hugCode/IntList.java:15
↓ 1 callers
Method
size
Retuns the size of this IntList
lec3/exercises/IntList.java:15
↓ 1 callers
Method
size
Retuns the size of this IntList
lec3/exercises/solution/IntList.java:15
↓ 1 callers
Method
sort
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 callers
Method
swap
(String[] input, int a, int b)
lec7/hugCode/Sort.java:36
↓ 1 callers
Method
validateMode
(String mode)
lec7/extra/TestRunner.java:35
Method
AList
Creates an empty list.
lec8/DIY/AList.java:15
Method
AList
Creates an empty list.
lec8/hugCode/AList.java:15
Method
AList
Creates an empty list.
lec6/DIY/AList.java:7
Method
AList
Creates an empty list.
lec6/webvid/AList.java:15
Method
ArrayMap
()
lec14/DIY/ArrayMap.java:10
Method
ArrayMap
()
lec14/hugCode/ArrayMap.java:10
Method
ArrayMap
()
lec13/DIY/ArrayMap.java:7
Method
ArrayMap
()
lec13/hugCode/ArrayMap.java:6
Method
Dog
(String n, String b, double s)
lec12/DIY/Dog.java:10
Method
Dog
(String n, String b, double s)
lec12/hugCode/ug/joshh/animal/Dog.java:12
Method
Dog
(String n, String b, double s)
lec12/examples/Dog.java:6
Method
Dog
(String n, int f)
lec12/examples/weirdDog/Dog.java:5
Method
Dog
(String n, int s)
lec10/DIY/phase1/Dog.java:5
Method
Dog
(String n, int s)
lec10/hugCode/Dog.java:5
Method
Dog
(String name)
lec14/DIY/Dog.java:8
Method
Dog
(String name)
lec14/hugCode/Dog.java:8
Method
Dog
(int s)
lec2/hugCode/Dog.java:8
Method
FrenchDog
(String name)
lec14/DIY/FrenchDog.java:8
Method
FrenchDog
(String name)
lec14/hugCode/FrenchDog.java:8
Method
IntList
(int h, IntList t)
lec11/IntList.java:9
Method
IntList
(int h, IntList t)
lec3/DIY/IntList.java:9
Method
IntList
(int h, IntList t)
lec3/hugCode/IntList.java:9
Method
IntList
(int h, IntList t)
lec3/exercises/IntList.java:9
Method
IntList
(int h, IntList t)
lec3/exercises/solution/IntList.java:9
Method
IntNode
(int i, IntNode h)
lec4/DIY/SList.java:9
Method
IntNode
(int i, IntNode h)
lec4/hugCode/SList.java:9
Method
MapWizard
()
lec14/hugCode/ArrayMap.java:59
Method
Node
(Blorp i, Node h)
lec5/hugCode/SList.java:9
Method
Node
(Blorp i, Node h)
lec8/DIY/SList.java:9
Method
Node
(Blorp i, Node h)
lec8/hugCode/SList.java:9
Method
Node
(Blorp i, Node h)
lec9/DIY/SList.java:9
Method
Node
(Blorp i, Node h)
lec9/hugCode/SList.java:9
Method
SList
Creates an empty list.
lec4/DIY/SList.java:18
Method
SList
Creates an empty list.
lec4/hugCode/SList.java:19
Method
SList
Creates an empty list.
lec5/hugCode/SList.java:19
Method
SList
Creates an empty list.
lec8/DIY/SList.java:19
Method
SList
Creates an empty list.
lec8/hugCode/SList.java:19
Method
SList
Creates an empty list.
lec9/DIY/SList.java:19
Method
SList
Creates an empty list.
lec9/hugCode/SList.java:19
Method
Sort
Returns input strings in sorted order. Non-destructive.
lec7/DIY/Sort.java:5
Method
bark
()
lec14/DIY/Dog.java:4
Method
bark
()
lec14/DIY/FrenchDog.java:3
Method
bark
()
lec14/hugCode/Dog.java:4
Method
bark
()
lec14/hugCode/FrenchDog.java:3
Method
compareTo
(OurComparable o)
lec10/hugCode/Dog.java:16
Method
containsKey
(K key)
lec13/DIY/ArrayMap.java:22
Method
deleteBack
Deletes item from back of the list and returns deleted item.
lec8/DIY/AList.java:55
Method
deleteBack
Deletes and returns last item.
lec8/DIY/SList.java:75
Method
deleteBack
Deletes item from back of the list and returns deleted item.
lec8/hugCode/AList.java:59
Method
deleteBack
()
lec8/hugCode/List61B.java:8
Method
deleteBack
Deletes and returns last item.
lec8/hugCode/SList.java:79
Method
deleteBack
()
lec9/DIY/List61B.java:8
Method
deleteBack
Deletes and returns last item.
lec9/DIY/SList.java:79
Method
deleteBack
Deletes and returns last item.
lec9/hugCode/SList.java:79
Method
dincrList
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
Method
dincrList
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
Method
extraThing
()
lec8/hugCode/SList.java:143
Method
findKey
(K key)
lec13/DIY/ArrayMap.java:10
Method
flush
()
lec7/extra/RunListenerWithCapture.java:41
Method
get
Gets the positionth item of the list.
lec8/DIY/SList.java:95
Method
get
(int position)
lec8/hugCode/List61B.java:10
Method
get
Gets the positionth item of the list.
lec8/hugCode/SList.java:101
Method
get
(int position)
lec9/DIY/List61B.java:10
Method
get
Gets the positionth item of the list.
lec9/DIY/SList.java:101
Method
get
Gets the positionth item of the list.
lec9/hugCode/SList.java:101
Method
get
In class exercise 1: Returns ith item of this IntList. For simplicity, assume the item exists.
lec11/IntList.java:36
Method
get
(K key)
lec13/DIY/ArrayMap.java:18
Method
get
(K key)
lec13/hugCode/ArrayMap.java:33
Method
get
In class exercise 1: Returns ith item of this IntList. For simplicity, assume the item exists.
lec3/DIY/IntList.java:28
Method
get
In class exercise 1: Returns ith item of this IntList. For simplicity, assume the item exists.
lec3/hugCode/IntList.java:36
Method
get
In class exercise 1: Returns ith item of this IntList. For simplicity, assume the item exists.
lec3/exercises/IntList.java:36
Method
get
In class exercise 1: Returns ith item of this IntList. For simplicity, assume the item exists.
lec3/exercises/solution/IntList.java:36
Method
getBack
Returns last item
lec8/DIY/SList.java:69
Method
getBack
()
lec8/hugCode/List61B.java:7
Method
getBack
Returns last item
lec8/hugCode/SList.java:72
Method
getBack
()
lec9/DIY/List61B.java:7
Method
getBack
Returns last item
lec9/DIY/SList.java:72
Method
getBack
()
lec9/hugCode/List61B.java:7
Method
getBack
Returns last item
lec9/hugCode/SList.java:72
Method
getBackNode
Returns the back node of our list.
lec4/DIY/SList.java:37
Method
getFront
Gets the front item of the list.
lec4/DIY/SList.java:29
Method
getFront
Gets the front item of the list.
lec4/hugCode/SList.java:39
Method
getFront
Gets the front item of the list.
lec5/hugCode/SList.java:39
Method
getFront
Gets an item from the front.
lec8/DIY/AList.java:82
Method
getFront
Gets an item from the front.
lec8/hugCode/AList.java:89
Method
getFront
()
lec8/hugCode/List61B.java:5
Method
getFront
()
lec9/DIY/List61B.java:5
Method
getFront
()
lec9/hugCode/List61B.java:5
Method
incrList
Returns an IntList identical to L, but with each element incremented by x. L is not allowed to change.
lec3/DIY/IntList.java:43
Method
incrList
Returns an IntList identical to L, but with each element incremented by x. L is not allowed to change.
lec3/exercises/IntList.java:50
← previous
next →
101–200 of 337, ranked by callers