MCPcopy Create free account
hub / github.com/DiUS/java-faker / isbn10

Method isbn10

src/main/java/com/github/javafaker/Code.java:74–76  ·  view source on GitHub ↗

@return a valid ISBN10 number with no separators (ex. 9604250590)

()

Source from the content-addressed store, hash-verified

72 * @return a valid ISBN10 number with no separators (ex. 9604250590)
73 */
74 public String isbn10() {
75 return isbn10(false);
76 }
77
78 /**
79 * @param separator true if you want separators returned, false otherwise

Callers 3

testIsbn10Method · 0.80
testOverridesMethod · 0.80

Calls 4

isbn10CheckDigitMethod · 0.95
stripIsbnSeparatorMethod · 0.95
toStringMethod · 0.80
expressionMethod · 0.45

Tested by 3

testIsbn10Method · 0.64
testOverridesMethod · 0.64