MCPcopy Create free account

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

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

MethodSList
()
lec10/live2/SList.java:11
MethodSList
()
lec10/live1/SList.java:11
MethodSList
()
lec6/webcast/SList.java:10
MethodSList
(int x)
lec6/live2/SList.java:48
MethodSentinelSList
(int x)
lec6/live2/SentinelSList.java:48
MethodShowDog
(String n)
lec10/exercises/TypingPuzzle.java:43
MethodStack
()
lec17/live1/EDA/Stack.java:13
MethodStack
()
lec17/live1/EDA/DelegationStack.java:13
MethodStack
()
lec17/live1/EDA/AdaptationStack.java:13
MethodULLMapIter
Create a new ULLMapIter by setting _cur to the first node in the linked list that stores the key-value pairs.
lec17/live2/Map/ULLMap.java:106
MethodULLMapIter
Create a new ULLMapIter by setting _cur to the first node in the linked list that stores the key-value pairs.
lec17/live1/ULLMap/ULLMap.java:107
MethodWalrus
(int w, double ts)
lec3/examples/PollQuestions.java:22
MethodWalrus
(int w, double ts)
lec3/examples/PassByValueFigure.java:20
Methodapply
(int x)
lec11/live2/HoF/TenX.java:7
Methodclear
Removes all of the mappings from this map.
lec17/live2/Map/ULLMap.java:26
Methodclear
Removes all of the mappings from this map.
lec17/live2/Map/Map61B.java:8
Methodclear
Removes all of the mappings from this map.
lec17/live1/ULLMap/ULLMap.java:27
Methodclear
Removes all of the mappings from this map.
lec17/live1/ULLMap/Map61B.java:8
Methodcompare
(Point2D p1, Point2D p2)
lec11/exercises/hardMode/Comparator/XComparator.java:7
Methodcompare
(Point2D p1, Point2D p2)
lec11/live2/Comparator/XComparator.java:7
Methodcompare
(Point2D p1, Point2D p2)
lec11/live1/Comparator/XComparator.java:7
MethodcompareTo
(Dog d)
lec12/live2/WeirdDogComparable.java:6
MethodcompareTo
(Dog d)
lec12/live1/FakeDogComparable.java:8
MethodcompareTo
(Object obj)
lec11/live2/MaxOurComparable/OurComparable.java:2
MethodcompareTo
(Object obj)
lec11/live2/MaxOurComparable/Dog.java:7
MethodcompareTo
(Object obj)
lec11/live2/MaxFailure/Dog.java:7
MethodcompareTo
(Object obj)
lec11/live2/MaxComparable/OurComparable.java:2
MethodcompareTo
(Dog otherDog)
lec11/live2/MaxComparable/Dog.java:7
MethodcompareTo
Returns < 0 if this < obj, return 0 if this is equal obj return > 0 if this > obj
lec11/live1/MaxOurComparable/OurComparable.java:5
MethodcompareTo
Compares, assuming obj is a Dog.
lec11/live1/MaxOurComparable/Dog.java:7
MethodcompareTo
Compares, assuming obj is a Dog.
lec11/live1/MaxComparable/Dog.java:7
MethodcontainsKey
Returns true if and only if this dictionary contains KEY as the key of some key-value pair.
lec17/live2/Map/ULLMap.java:47
MethodcontainsKey
(K key)
lec17/live2/Map/Map61B.java:11
MethodcontainsKey
Returns true if and only if this dictionary contains KEY as the key of some key-value pair.
lec17/live1/ULLMap/ULLMap.java:48
MethodcontainsKey
(K key)
lec17/live1/ULLMap/Map61B.java:11
MethoddeleteBack
Deletes item from back of the list and returns deleted item.
lec8/exercises/hardMode/AList.java:25
MethoddeleteBack
Deletes item from back of the list and returns deleted item.
lec15/exercises/hardMode/Iteration/AList.java:56
MethoddeleteBack
Deletes item from back of the list and returns deleted item.
lec15/live2/Iteration/AList.java:92
MethoddeleteBack
Deletes item from back of the list and returns deleted item.
lec15/live1/Iterator/AList.java:89
MethoddeleteBack
Deletes item from back of the list and returns deleted item.
lec10/exercises/hardMode/AList.java:55
MethoddeleteBack
Deletes item from back of the list and returns deleted item.
lec10/live2/AList.java:53
MethoddeleteBack
Deletes item from back of the list and returns deleted item.
lec10/live1/AList.java:52
Methodget
Gets the ith item in the list (0 is the front).
lec8/exercises/hardMode/AList.java:19
Methodget
Returns the ith item in the list.
lec15/exercises/hardMode/Iteration/XList.java:9
Methodget
Gets the ith item in the list (0 is the front).
lec15/exercises/hardMode/Iteration/AList.java:49
Methodget
Returns the ith item in the list.
lec15/live2/Iteration/XList.java:9
Methodget
Gets the ith item in the list (0 is the front).
lec15/live2/Iteration/AList.java:85
Methodget
Returns the ith item in the list.
lec15/live1/Iterator/XList.java:9
Methodget
Gets the ith item in the list (0 is the front).
lec15/live1/Iterator/AList.java:82
Methodget
Returns the value corresponding to KEY or null if no such value exists.
lec17/live2/Map/ULLMap.java:13
Methodget
Returns the Entry in this linked list of key-value pairs whose key is equal to KEY, or null if no such Entry exists.
lec17/live2/Map/ULLMap.java:86
Methodget
(K key)
lec17/live2/Map/Map61B.java:19
Methodget
Returns the value corresponding to KEY or null if no such value exists.
lec17/live1/ULLMap/ULLMap.java:14
Methodget
Returns the Entry in this linked list of key-value pairs whose key is equal to KEY, or null if no such Entry exists.
lec17/live1/ULLMap/ULLMap.java:87
Methodget
Gets the ith item in the list (0 is the front).
lec10/exercises/hardMode/AList.java:49
Methodget
Returns the ith item in the list.
lec10/exercises/hardMode/SList.java:56
Methodget
(int i)
lec10/live2/XList.java:10
Methodget
(int i)
lec10/live2/AList.java:45
Methodget
Gets the ith item in the list (0 is the front).
lec10/live1/AList.java:45
Methodget
Returns the ith item in the list.
lec10/live1/SList.java:49
MethodgetBack
Returns the item from the back of the list.
lec8/exercises/hardMode/AList.java:15
MethodgetBack
()
lec9/exercises/example/VisualizableMaxSListProblem.java:57
MethodgetBack
()
lec9/exercises/example/SList.java:44
MethodgetBack
()
lec9/exercises/webcast/SList.java:50
MethodgetBack
()
lec9/exercises/webcast/oldFlavor/SList.java:48
MethodgetBack
()
lec9/exercises/hardMode/SList.java:42
MethodgetBack
()
lec15/exercises/hardMode/Iteration/AbstractXList.java:6
MethodgetBack
()
lec15/exercises/hardMode/Iteration/XList.java:7
MethodgetBack
()
lec15/live2/Iteration/AbstractXList.java:6
MethodgetBack
()
lec15/live2/Iteration/XList.java:7
MethodgetBack
()
lec15/live1/Iterator/AbstractXList.java:6
MethodgetBack
()
lec15/live1/Iterator/XList.java:7
MethodgetBack
()
lec10/exercises/hardMode/SList.java:45
MethodgetBack
()
lec10/live2/AbstractXList.java:6
MethodgetBack
()
lec10/live2/XList.java:9
MethodgetBack
()
lec10/live2/SList.java:46
MethodgetBack
()
lec10/live1/AbstractXList.java:8
MethodgetFront
()
lec9/exercises/example/VisualizableMaxSListProblem.java:53
MethodgetFront
()
lec10/exercises/hardMode/SList.java:41
MethodgetFront
()
lec10/live2/SList.java:42
MethodgetFront
()
lec10/live1/SList.java:43
MethodgetY
()
lec11/exercises/hardMode/Comparator/Point2D.java:17
MethodgetY
()
lec11/live2/Comparator/Point2D.java:17
MethodgetY
()
lec11/live1/Comparator/Point2D.java:17
MethodhasNext
()
lec17/live2/Map/ULLMap.java:110
MethodhasNext
()
lec17/live1/ULLMap/ULLMap.java:111
MethodindexOfSmallest
Find the smallest item in A starting from START.
lec4/exercises/hardMode/Sort.java:16
MethodinsertBack
(int x)
lec9/exercises/example/VisualizableMaxSListProblem.java:36
MethodinsertBack
(int x)
lec9/exercises/example/SList.java:21
MethodinsertBack
(int x)
lec9/exercises/webcast/SList.java:27
MethodinsertBack
(int x)
lec9/exercises/webcast/oldFlavor/SList.java:25
MethodinsertBack
(int x)
lec9/exercises/hardMode/SList.java:21
MethodinsertBack
(int x)
lec15/exercises/hardMode/Iteration/XList.java:6
MethodinsertBack
(int x)
lec15/live2/Iteration/XList.java:6
MethodinsertBack
(int x)
lec15/live1/Iterator/XList.java:6
MethodinsertBack
(int x)
lec10/exercises/hardMode/SList.java:22
MethodinsertBack
(int x)
lec10/live2/XList.java:8
MethodinsertBack
(int x)
lec10/live2/SList.java:22
MethodinsertBack
Inserts X into the back of the list.
lec10/live1/AList.java:34
MethodinsertFront
(int x)
lec9/exercises/example/SList.java:32
← previousnext →301–400 of 735, ranked by callers