Implement WeakHashMap.
[SquirrelJME.git] / modules / cldc-compact / src / test / java / util / TestVector.java
blobbcdc9892e0b754a4a36cac2742b3156753d387ef
1 // -*- Mode: Java; indent-tabs-mode: t; tab-width: 4 -*-
2 // ---------------------------------------------------------------------------
3 // SquirrelJME
4 // Copyright (C) Stephanie Gawroriski <xer@multiphasicapps.net>
5 // ---------------------------------------------------------------------------
6 // SquirrelJME is under the GNU General Public License v3+, or later.
7 // See license.mkd for licensing and copyright information.
8 // ---------------------------------------------------------------------------
10 package util;
12 import java.util.Vector;
14 /**
15 * Tests the old-style vector.
17 * @since 2019/05/08
19 public class TestVector
20 extends __TestList__
22 /**
23 * Initializes the test.
25 * @since 2019/05/08
27 public TestVector()
29 super(new Vector<String>());