MCPcopy Index your code
hub / github.com/BruceEckel/OnJava8-Examples / put

Method put

generics/BankTeller.java:28–30  ·  view source on GitHub ↗
(BankTeller bt)

Source from the content-addressed store, hash-verified

26 private List<BankTeller> tellers =
27 new ArrayList<>();
28 public void put(BankTeller bt) {
29 tellers.add(bt);
30 }
31}
32
33public class BankTeller {

Callers 15

countMethod · 0.45
countMethod · 0.45
mainMethod · 0.45
testMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
runMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
symmetricScrambleMethod · 0.45

Calls 1

addMethod · 0.45

Tested by

no test coverage detected