Searched refs:PublicConstructor (Results 1 - 1 of 1) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
H A DSerializationStressTest3.java263 private static class PublicConstructor implements java.io.Serializable { class in class:SerializationStressTest3
268 public PublicConstructor() { method in class:SerializationStressTest3.PublicConstructor
281 if (!(obj instanceof PublicConstructor))
284 PublicConstructor inst = (PublicConstructor) obj;
569 PublicConstructor test = new PublicConstructor();

Completed in 175 milliseconds