- Sort Score
- Num 10 results
- Language All
Results 1 - 5 of 5 for notanumber (0.09 seconds)
-
android/guava-tests/test/com/google/common/primitives/DoublesTest.java
assertThat(converter.convert("1e-6")).isEqualTo(1e-6); } public void testStringConverter_convertError() { assertThrows( NumberFormatException.class, () -> Doubles.stringConverter().convert("notanumber")); } public void testStringConverter_nullConversions() { assertThat(Doubles.stringConverter().convert(null)).isNull(); assertThat(Doubles.stringConverter().reverse().convert(null)).isNull(); }
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Dec 11 20:45:32 GMT 2025 - 30.9K bytes - Click Count (0) -
guava-tests/test/com/google/common/primitives/IntsTest.java
assertThat(converter.convert("0666")).isEqualTo(438); } public void testStringConverter_convertError() { assertThrows(NumberFormatException.class, () -> Ints.stringConverter().convert("notanumber")); } public void testStringConverter_nullConversions() { assertThat(Ints.stringConverter().convert(null)).isNull(); assertThat(Ints.stringConverter().reverse().convert(null)).isNull(); }
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Dec 11 20:45:32 GMT 2025 - 29.3K bytes - Click Count (0) -
guava-tests/test/com/google/common/primitives/ShortsTest.java
assertThat(converter.convert("0666")).isEqualTo(438); } public void testStringConverter_convertError() { assertThrows(NumberFormatException.class, () -> Shorts.stringConverter().convert("notanumber")); } public void testStringConverter_nullConversions() { assertThat(Shorts.stringConverter().convert(null)).isNull(); assertThat(Shorts.stringConverter().reverse().convert(null)).isNull(); }
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Dec 11 20:45:32 GMT 2025 - 27.5K bytes - Click Count (0) -
api/go1.txt
pkg text/template/parse, const NodeIdentifier NodeType pkg text/template/parse, const NodeIf NodeType pkg text/template/parse, const NodeList NodeType pkg text/template/parse, const NodeNumber NodeType pkg text/template/parse, const NodePipe NodeType pkg text/template/parse, const NodeRange NodeType pkg text/template/parse, const NodeString NodeType pkg text/template/parse, const NodeTemplate NodeType
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Wed Aug 14 18:58:28 GMT 2013 - 1.7M bytes - Click Count (0) -
api/go1.1.txt
pkg text/template/parse, const NodeIf = 10 pkg text/template/parse, const NodeList = 11 pkg text/template/parse, const NodeNil = 12 pkg text/template/parse, const NodeNil NodeType pkg text/template/parse, const NodeNumber = 13 pkg text/template/parse, const NodePipe = 14 pkg text/template/parse, const NodeRange = 15 pkg text/template/parse, const NodeString = 16 pkg text/template/parse, const NodeTemplate = 17
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Mar 31 20:37:15 GMT 2022 - 2.6M bytes - Click Count (0)