| org.geotools.util.SoftValueHashMapTest
SoftValueHashMapTest | final public class SoftValueHashMapTest extends TestCase (Code) | | Tests
SoftValueHashMap .
version: $Id: SoftValueHashMapTest.java 27848 2007-11-12 13:10:32Z desruisseaux $ author: Martin Desruisseaux |
SoftValueHashMapTest | public SoftValueHashMapTest(String name)(Code) | | Constructs a test case with the given name.
|
main | public static void main(String[] args)(Code) | | Run the suit from the command line.
|
suite | public static Test suite()(Code) | | Returns the test suite.
|
testSoftReferences | public void testSoftReferences() throws InterruptedException(Code) | | Tests the
SoftValueHashMap using soft references.
In this test, we have to keep in mind than some elements
in
softMap may disaspear at any time.
|
|
|