MCPcopy Create free account

hub / github.com/TheAlgo/Coursera-Java-for-Android / functions

Functions25 in github.com/TheAlgo/Coursera-Java-for-Android

↓ 1 callersMethodboxSurfaceArea
(double length, double width, double depth)
Week 1/Logic.java:193
↓ 1 callersMethodboxVolume
(double length, double width, double depth)
Week 1/Logic.java:189
↓ 1 callersMethodcalculate
This is the method that actually does the calculations. <p> We provide you this method that way we can test it with unit testing.
Week 2/Birthday Problem/Logic.java:77
↓ 1 callersMethodcircleArea
(double radius)
Week 1/Logic.java:172
↓ 1 callersMethodcircleCircumference
(double radius)
Week 1/Logic.java:176
↓ 1 callersMethoddrawDiamond
(int size, int i, int j, int accumulator)
Week 2/ASCII art/Logic_ASCIIart.java:69
↓ 1 callersMethodrectangleArea
(double length, double width)
Week 1/Logic.java:164
↓ 1 callersMethodrectanglePerimeter
(double length, double width)
Week 1/Logic.java:168
↓ 1 callersMethodrightTriangleArea
(double base, double height)
Week 1/Logic.java:180
↓ 1 callersMethodrightTrianglePerimeter
(double base, double height)
Week 1/Logic.java:184
↓ 1 callersMethodsetSwing
(int direction)
Week 3/Gate.java:17
↓ 1 callersMethodsphereSurfaceArea
(double radius)
Week 1/Logic.java:202
↓ 1 callersMethodsphereVolume
(double radius)
Week 1/Logic.java:198
MethodGate
()
Week 3/Gate.java:13
MethodLogic
This is the constructor of this class. <p> It assigns the passed in [MainActivity] instance (which implements [OutputInterface]) to 'out'
Week 1/Logic.java:49
MethodLogic
This is the constructor of this class. <p> It assigns the passed in [MainActivity] instance (which implements [OutputInterface]) to 'out'.
Week 2/ASCII art/Logic_ASCIIart.java:39
MethodLogic
This is the constructor of this class. <p> It assigns the passed in [MainActivity] instance (which implements [OutputInterface]) to 'out'
Week 2/Birthday Problem/Logic.java:42
Methodclose
()
Week 3/Gate.java:33
MethodgetSwingDirection
()
Week 3/Gate.java:37
Methodopen
(int direction)
Week 3/Gate.java:25
Methodprocess
This is the method that will (eventually) get called when the on-screen button labeled 'Process...' is pressed.
Week 1/Logic.java:57
Methodprocess
This is the method that will (eventually) get called when the on-screen button labeled 'Process...' is pressed.
Week 2/ASCII art/Logic_ASCIIart.java:47
Methodprocess
This is the method that will (eventually) get called when the on-screen button labelled 'Process...' is pressed.
Week 2/Birthday Problem/Logic.java:50
Methodthru
(int count)
Week 3/Gate.java:41
MethodtoString
()
Week 3/Gate.java:50