MCPcopy Create free account

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

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

↓ 18 callersMethodget
(int position)
lec9/hugCode/List61B.java:10
↓ 12 callersMethodinsertBack
(Blorp x)
lec9/hugCode/List61B.java:6
↓ 10 callersMethodinsertBack
Inserts X into the back of the list.
lec6/DIY/AList.java:11
↓ 10 callersMethodinsertBack
Inserts X into the back of the list.
lec6/webvid/AList.java:29
↓ 8 callersMethodsize
()
lec9/hugCode/List61B.java:9
↓ 7 callersMethodprint
()
lec9/hugCode/List61B.java:13
↓ 7 callersMethodrunTests
(String mode, Class<?>... classes)
lec7/extra/TestRunner.java:42
↓ 6 callersMethodget
Gets the ith item in the list (0 is the front).
lec6/DIY/AList.java:19
↓ 6 callersMethodget
Gets the ith item in the list (0 is the front).
lec6/webvid/AList.java:44
↓ 6 callersMethodput
(K key, V value)
lec14/DIY/ArrayMap.java:25
↓ 6 callersMethodput
(K key, V value)
lec14/hugCode/ArrayMap.java:25
↓ 5 callersMethodgetBack
Returns the item from the back of the list.
lec6/webvid/AList.java:39
↓ 5 callersMethodtoString
()
lec12/DIY/Dog.java:16
↓ 4 callersMethodfindKey
(K key)
lec14/hugCode/ArrayMap.java:16
↓ 4 callersMethodgetBack
Returns the item from the back of the list.
lec6/DIY/AList.java:15
↓ 3 callersMethodcompareTo
(OurComparable o)
lec10/hugCode/OurComparable.java:9
↓ 3 callersMethoddeleteBack
()
lec9/hugCode/List61B.java:8
↓ 3 callersMethodendCapture
()
lec7/extra/RunListenerWithCapture.java:21
↓ 3 callersMethodfindKey
(K key)
lec14/DIY/ArrayMap.java:16
↓ 3 callersMethodfindKey
(K key)
lec13/hugCode/ArrayMap.java:12
↓ 3 callersMethodindexOfSmallest
(String[] inputs, int k)
lec7/hugCode/Sort.java:5
↓ 3 callersMethodinsertBack
Puts an item at the back of the list.
lec8/DIY/SList.java:44
↓ 3 callersMethodinsertBack
Inserts X into the back of the list.
lec8/hugCode/AList.java:29
↓ 3 callersMethodput
(K key, V value)
lec13/DIY/ArrayMap.java:14
↓ 3 callersMethodput
(K key, V value)
lec13/hugCode/ArrayMap.java:21
↓ 3 callersMethodsize
Returns the number of items in the list.
lec6/DIY/AList.java:30
↓ 3 callersMethodsize
Returns the number of items in the list.
lec6/webvid/AList.java:49
↓ 2 callersMethodcontainsKey
(K key)
lec14/DIY/ArrayMap.java:41
↓ 2 callersMethodfailureToString
Converts a JUnit failure object into a string.
lec7/extra/JUnitUtilities.java:9
↓ 2 callersMethodget
(ArrayMap<A, B> am, A k)
lec14/DIY/MapHelper.java:7
↓ 2 callersMethodget
(ArrayMap<A, B> am, A k)
lec14/hugCode/MapHelper.java:7
↓ 2 callersMethodget
(K key)
lec14/hugCode/ArrayMap.java:37
↓ 2 callersMethodgetBackNode
Returns the back node of our list.
lec8/DIY/SList.java:58
↓ 2 callersMethodgetBackNode
Returns the back node of our list.
lec8/hugCode/SList.java:61
↓ 2 callersMethodgetBackNode
Returns the back node of our list.
lec9/DIY/SList.java:61
↓ 2 callersMethodgetBackNode
Returns the back node of our list.
lec9/hugCode/SList.java:61
↓ 2 callersMethodhasNext
()
lec14/hugCode/ArrayMap.java:63
↓ 2 callersMethodinsertFront
Adds an item of the front.
lec4/DIY/SList.java:25
↓ 2 callersMethodinsertFront
Adds an item of the front.
lec4/hugCode/SList.java:31
↓ 2 callersMethodinsertFront
Adds an item of the front.
lec5/hugCode/SList.java:31
↓ 2 callersMethoditerator
()
lec14/hugCode/ArrayMap.java:74
↓ 2 callersMethodnext
()
lec14/hugCode/ArrayMap.java:67
↓ 2 callersMethodrotateRight
()
lec8/hugCode/RotatingSList.java:5
↓ 2 callersMethodstartCapture
()
lec7/extra/RunListenerWithCapture.java:15
↓ 2 callersMethodtoString
()
lec12/hugCode/ug/joshh/animal/Dog.java:18
↓ 1 callersMethodbark
()
lec10/DIY/phase1/Dog.java:10
↓ 1 callersMethodbark
()
lec10/hugCode/Dog.java:21
↓ 1 callersMethodcontainsKey
(K key)
lec14/hugCode/ArrayMap.java:44
↓ 1 callersMethodcontainsKey
(K key)
lec13/hugCode/ArrayMap.java:37
↓ 1 callersMethoddeleteBack
Deletes item from back of the list and returns deleted item.
lec6/DIY/AList.java:25
↓ 1 callersMethoddeleteBack
Deletes item from back of the list and returns deleted item.
lec6/webvid/AList.java:55
↓ 1 callersMethoddincrList
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 callersMethodget
Gets the ith item in the list (0 is the front).
lec8/DIY/AList.java:44
↓ 1 callersMethodget
Gets the ith item in the list (0 is the front).
lec8/hugCode/AList.java:46
↓ 1 callersMethodget
(K key)
lec14/DIY/ArrayMap.java:37
↓ 1 callersMethodget
(ArrayMap<JohnDeNero, HotDog> am, JohnDeNero k)
lec13/hugCode/MapHelper.java:3
↓ 1 callersMethodgetBack
Returns last item
lec4/DIY/SList.java:41
↓ 1 callersMethodgetBack
Returns last item
lec4/hugCode/SList.java:69
↓ 1 callersMethodgetBack
Returns last item
lec5/hugCode/SList.java:69
↓ 1 callersMethodgetBack
Returns the item from the back of the list.
lec8/DIY/AList.java:39
↓ 1 callersMethodgetBack
Returns the item from the back of the list.
lec8/hugCode/AList.java:40
↓ 1 callersMethodgetBackNode
Returns the back node of our list.
lec4/hugCode/SList.java:58
↓ 1 callersMethodgetBackNode
Returns the back node of our list.
lec5/hugCode/SList.java:58
↓ 1 callersMethodgetFront
Gets the front item of the list.
lec8/DIY/SList.java:39
↓ 1 callersMethodgetFront
Gets the front item of the list.
lec8/hugCode/SList.java:40
↓ 1 callersMethodgetFront
Gets the front item of the list.
lec9/DIY/SList.java:40
↓ 1 callersMethodgetFront
Gets the front item of the list.
lec9/hugCode/SList.java:40
↓ 1 callersMethodgetText
()
lec7/extra/RunListenerWithCapture.java:33
↓ 1 callersMethodincrList
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 callersMethodinsert
Inserts item into given position. Code from discussion #3
lec8/DIY/AList.java:66
↓ 1 callersMethodinsert
Inserts item into given position. Code from discussion #3
lec8/hugCode/AList.java:71
↓ 1 callersMethodinsertBack
Puts an item at the back of the list.
lec4/DIY/SList.java:33
↓ 1 callersMethodinsertBack
Puts an item at the back of the list.
lec4/hugCode/SList.java:44
↓ 1 callersMethodinsertFront
Adds an item of the front.
lec8/DIY/SList.java:31
↓ 1 callersMethodinsertFront
Adds an item of the front.
lec8/hugCode/SList.java:31
↓ 1 callersMethodinsertFront
Adds an item of the front.
lec9/DIY/SList.java:31
↓ 1 callersMethodinsertFront
(Blorp x)
lec9/hugCode/List61B.java:4
↓ 1 callersMethodinsertFront
Adds an item of the front.
lec9/hugCode/SList.java:31
↓ 1 callersMethodisStoppingFrame
True iff FRAME is positioned on a method with a junit @Test annotation.
lec7/extra/textui.java:159
↓ 1 callersMethodisStoppingFrame
True iff FRAME is positioned on a method with a junit @Test annotation.
lec7/extra/JUnitUtilities.java:58
↓ 1 callersMethoditerativeSize
Returns the size of this IntList.
lec11/IntList.java:23
↓ 1 callersMethoditerativeSize
Returns the size of this IntList.
lec3/hugCode/IntList.java:23
↓ 1 callersMethoditerativeSize
Returns the size of this IntList.
lec3/exercises/IntList.java:23
↓ 1 callersMethoditerativeSize
Returns the size of this IntList.
lec3/exercises/solution/IntList.java:23
↓ 1 callersMethodkeys
()
lec14/hugCode/ArrayMap.java:49
↓ 1 callersFunctionlarger
Returns larger of x and y.
lec1/hugCode/larger.py:1
↓ 1 callersMethodlarger
(int x, int y)
lec1/hugCode/Larger.java:5
↓ 1 callersMethodlongest
Returns the length of the longest word.
lec8/DIY/WordUtils.java:3
↓ 1 callersFunctionmakeNoise
()
lec2/hugCode/dog.py:1
↓ 1 callersMethodmakeNoise
()
lec2/hugCode/Dog.java:12
↓ 1 callersMethodmax
(Object[] items)
lec10/DIY/phase1/Maximizer.java:2
↓ 1 callersMethodmax
(OurComparable[] items)
lec10/hugCode/Maximizer.java:2
↓ 1 callersMethodmaxDog
(Dog d1, Dog d2)
lec2/hugCode/Dog.java:23
↓ 1 callersMethodprintPosition
Print a representation of the source position indicated by FRAME.
lec7/extra/textui.java:144
↓ 1 callersMethodprintPosition
Returns a string representation of the source position indicated by FRAME.
lec7/extra/JUnitUtilities.java:42
↓ 1 callersMethodresetText
()
lec7/extra/RunListenerWithCapture.java:37
↓ 1 callersMethodresize
Resize our backing array so that it is of the given capacity.
lec8/DIY/AList.java:22
↓ 1 callersMethodresize
Resize our backing array so that it is of the given capacity.
lec8/hugCode/AList.java:22
↓ 1 callersMethodresize
Resize our backing array so that it is of the given capacity.
lec6/webvid/AList.java:22
↓ 1 callersMethodreverseN
(int N)
lec11/IntList.java:79
next →1–100 of 337, ranked by callers