File: growableDoubleArray.xml

package info (click to toggle)
mauve 20140821-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 41,364 kB
  • ctags: 33,415
  • sloc: java: 316,246; sh: 2,834; xml: 208; makefile: 66
file content (22 lines) | stat: -rw-r--r-- 313 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>

<!--
    test data for growableDoubleArrayTest
-->

<java version="1.4.0" class="java.beans.XMLDecoder">
	<array class="double">

			<byte>0</byte>

			<short>1</short>

			<int>2</int>

			<long>3</long>
			
			<float>4</float>
			
			<double>5</double>
	</array>
</java>