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
↓ 18 callers
Method
get
(int position)
lec9/hugCode/List61B.java:10
↓ 12 callers
Method
insertBack
(Blorp x)
lec9/hugCode/List61B.java:6
↓ 10 callers
Method
insertBack
Inserts X into the back of the list.
lec6/DIY/AList.java:11
↓ 10 callers
Method
insertBack
Inserts X into the back of the list.
lec6/webvid/AList.java:29
↓ 8 callers
Method
size
()
lec9/hugCode/List61B.java:9
↓ 7 callers
Method
print
()
lec9/hugCode/List61B.java:13
↓ 7 callers
Method
runTests
(String mode, Class<?>... classes)
lec7/extra/TestRunner.java:42
↓ 6 callers
Method
get
Gets the ith item in the list (0 is the front).
lec6/DIY/AList.java:19
↓ 6 callers
Method
get
Gets the ith item in the list (0 is the front).
lec6/webvid/AList.java:44
↓ 6 callers
Method
put
(K key, V value)
lec14/DIY/ArrayMap.java:25
↓ 6 callers
Method
put
(K key, V value)
lec14/hugCode/ArrayMap.java:25
↓ 5 callers
Method
getBack
Returns the item from the back of the list.
lec6/webvid/AList.java:39
↓ 5 callers
Method
toString
()
lec12/DIY/Dog.java:16
↓ 4 callers
Method
findKey
(K key)
lec14/hugCode/ArrayMap.java:16
↓ 4 callers
Method
getBack
Returns the item from the back of the list.
lec6/DIY/AList.java:15
↓ 3 callers
Method
compareTo
(OurComparable o)
lec10/hugCode/OurComparable.java:9
↓ 3 callers
Method
deleteBack
()
lec9/hugCode/List61B.java:8
↓ 3 callers
Method
endCapture
()
lec7/extra/RunListenerWithCapture.java:21
↓ 3 callers
Method
findKey
(K key)
lec14/DIY/ArrayMap.java:16
↓ 3 callers
Method
findKey
(K key)
lec13/hugCode/ArrayMap.java:12
↓ 3 callers
Method
indexOfSmallest
(String[] inputs, int k)
lec7/hugCode/Sort.java:5
↓ 3 callers
Method
insertBack
Puts an item at the back of the list.
lec8/DIY/SList.java:44
↓ 3 callers
Method
insertBack
Inserts X into the back of the list.
lec8/hugCode/AList.java:29
↓ 3 callers
Method
put
(K key, V value)
lec13/DIY/ArrayMap.java:14
↓ 3 callers
Method
put
(K key, V value)
lec13/hugCode/ArrayMap.java:21
↓ 3 callers
Method
size
Returns the number of items in the list.
lec6/DIY/AList.java:30
↓ 3 callers
Method
size
Returns the number of items in the list.
lec6/webvid/AList.java:49
↓ 2 callers
Method
containsKey
(K key)
lec14/DIY/ArrayMap.java:41
↓ 2 callers
Method
failureToString
Converts a JUnit failure object into a string.
lec7/extra/JUnitUtilities.java:9
↓ 2 callers
Method
get
(ArrayMap<A, B> am, A k)
lec14/DIY/MapHelper.java:7
↓ 2 callers
Method
get
(ArrayMap<A, B> am, A k)
lec14/hugCode/MapHelper.java:7
↓ 2 callers
Method
get
(K key)
lec14/hugCode/ArrayMap.java:37
↓ 2 callers
Method
getBackNode
Returns the back node of our list.
lec8/DIY/SList.java:58
↓ 2 callers
Method
getBackNode
Returns the back node of our list.
lec8/hugCode/SList.java:61
↓ 2 callers
Method
getBackNode
Returns the back node of our list.
lec9/DIY/SList.java:61
↓ 2 callers
Method
getBackNode
Returns the back node of our list.
lec9/hugCode/SList.java:61
↓ 2 callers
Method
hasNext
()
lec14/hugCode/ArrayMap.java:63
↓ 2 callers
Method
insertFront
Adds an item of the front.
lec4/DIY/SList.java:25
↓ 2 callers
Method
insertFront
Adds an item of the front.
lec4/hugCode/SList.java:31
↓ 2 callers
Method
insertFront
Adds an item of the front.
lec5/hugCode/SList.java:31
↓ 2 callers
Method
iterator
()
lec14/hugCode/ArrayMap.java:74
↓ 2 callers
Method
next
()
lec14/hugCode/ArrayMap.java:67
↓ 2 callers
Method
rotateRight
()
lec8/hugCode/RotatingSList.java:5
↓ 2 callers
Method
startCapture
()
lec7/extra/RunListenerWithCapture.java:15
↓ 2 callers
Method
toString
()
lec12/hugCode/ug/joshh/animal/Dog.java:18
↓ 1 callers
Method
bark
()
lec10/DIY/phase1/Dog.java:10
↓ 1 callers
Method
bark
()
lec10/hugCode/Dog.java:21
↓ 1 callers
Method
containsKey
(K key)
lec14/hugCode/ArrayMap.java:44
↓ 1 callers
Method
containsKey
(K key)
lec13/hugCode/ArrayMap.java:37
↓ 1 callers
Method
deleteBack
Deletes item from back of the list and returns deleted item.
lec6/DIY/AList.java:25
↓ 1 callers
Method
deleteBack
Deletes item from back of the list and returns deleted item.
lec6/webvid/AList.java:55
↓ 1 callers
Method
dincrList
Returns an IntList identical to L, but with each element incremented by x. Not allowed to use the 'new' keyword.
lec3/exercises/solution/IntList.java:71
↓ 1 callers
Method
get
Gets the ith item in the list (0 is the front).
lec8/DIY/AList.java:44
↓ 1 callers
Method
get
Gets the ith item in the list (0 is the front).
lec8/hugCode/AList.java:46
↓ 1 callers
Method
get
(K key)
lec14/DIY/ArrayMap.java:37
↓ 1 callers
Method
get
(ArrayMap<JohnDeNero, HotDog> am, JohnDeNero k)
lec13/hugCode/MapHelper.java:3
↓ 1 callers
Method
getBack
Returns last item
lec4/DIY/SList.java:41
↓ 1 callers
Method
getBack
Returns last item
lec4/hugCode/SList.java:69
↓ 1 callers
Method
getBack
Returns last item
lec5/hugCode/SList.java:69
↓ 1 callers
Method
getBack
Returns the item from the back of the list.
lec8/DIY/AList.java:39
↓ 1 callers
Method
getBack
Returns the item from the back of the list.
lec8/hugCode/AList.java:40
↓ 1 callers
Method
getBackNode
Returns the back node of our list.
lec4/hugCode/SList.java:58
↓ 1 callers
Method
getBackNode
Returns the back node of our list.
lec5/hugCode/SList.java:58
↓ 1 callers
Method
getFront
Gets the front item of the list.
lec8/DIY/SList.java:39
↓ 1 callers
Method
getFront
Gets the front item of the list.
lec8/hugCode/SList.java:40
↓ 1 callers
Method
getFront
Gets the front item of the list.
lec9/DIY/SList.java:40
↓ 1 callers
Method
getFront
Gets the front item of the list.
lec9/hugCode/SList.java:40
↓ 1 callers
Method
getText
()
lec7/extra/RunListenerWithCapture.java:33
↓ 1 callers
Method
incrList
Returns an IntList identical to L, but with each element incremented by x. L is not allowed to change.
lec3/exercises/solution/IntList.java:53
↓ 1 callers
Method
insert
Inserts item into given position. Code from discussion #3
lec8/DIY/AList.java:66
↓ 1 callers
Method
insert
Inserts item into given position. Code from discussion #3
lec8/hugCode/AList.java:71
↓ 1 callers
Method
insertBack
Puts an item at the back of the list.
lec4/DIY/SList.java:33
↓ 1 callers
Method
insertBack
Puts an item at the back of the list.
lec4/hugCode/SList.java:44
↓ 1 callers
Method
insertFront
Adds an item of the front.
lec8/DIY/SList.java:31
↓ 1 callers
Method
insertFront
Adds an item of the front.
lec8/hugCode/SList.java:31
↓ 1 callers
Method
insertFront
Adds an item of the front.
lec9/DIY/SList.java:31
↓ 1 callers
Method
insertFront
(Blorp x)
lec9/hugCode/List61B.java:4
↓ 1 callers
Method
insertFront
Adds an item of the front.
lec9/hugCode/SList.java:31
↓ 1 callers
Method
isStoppingFrame
True iff FRAME is positioned on a method with a junit @Test annotation.
lec7/extra/textui.java:159
↓ 1 callers
Method
isStoppingFrame
True iff FRAME is positioned on a method with a junit @Test annotation.
lec7/extra/JUnitUtilities.java:58
↓ 1 callers
Method
iterativeSize
Returns the size of this IntList.
lec11/IntList.java:23
↓ 1 callers
Method
iterativeSize
Returns the size of this IntList.
lec3/hugCode/IntList.java:23
↓ 1 callers
Method
iterativeSize
Returns the size of this IntList.
lec3/exercises/IntList.java:23
↓ 1 callers
Method
iterativeSize
Returns the size of this IntList.
lec3/exercises/solution/IntList.java:23
↓ 1 callers
Method
keys
()
lec14/hugCode/ArrayMap.java:49
↓ 1 callers
Function
larger
Returns larger of x and y.
lec1/hugCode/larger.py:1
↓ 1 callers
Method
larger
(int x, int y)
lec1/hugCode/Larger.java:5
↓ 1 callers
Method
longest
Returns the length of the longest word.
lec8/DIY/WordUtils.java:3
↓ 1 callers
Function
makeNoise
()
lec2/hugCode/dog.py:1
↓ 1 callers
Method
makeNoise
()
lec2/hugCode/Dog.java:12
↓ 1 callers
Method
max
(Object[] items)
lec10/DIY/phase1/Maximizer.java:2
↓ 1 callers
Method
max
(OurComparable[] items)
lec10/hugCode/Maximizer.java:2
↓ 1 callers
Method
maxDog
(Dog d1, Dog d2)
lec2/hugCode/Dog.java:23
↓ 1 callers
Method
printPosition
Print a representation of the source position indicated by FRAME.
lec7/extra/textui.java:144
↓ 1 callers
Method
printPosition
Returns a string representation of the source position indicated by FRAME.
lec7/extra/JUnitUtilities.java:42
↓ 1 callers
Method
resetText
()
lec7/extra/RunListenerWithCapture.java:37
↓ 1 callers
Method
resize
Resize our backing array so that it is of the given capacity.
lec8/DIY/AList.java:22
↓ 1 callers
Method
resize
Resize our backing array so that it is of the given capacity.
lec8/hugCode/AList.java:22
↓ 1 callers
Method
resize
Resize our backing array so that it is of the given capacity.
lec6/webvid/AList.java:22
↓ 1 callers
Method
reverseN
(int N)
lec11/IntList.java:79
next →
1–100 of 337, ranked by callers