Searched defs:PrivateConstructor (Results 1 - 1 of 1) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
H A DSerializationStressTest3.java148 private static class PrivateConstructor implements java.io.Serializable { class in class:SerializationStressTest3
153 private PrivateConstructor() { method in class:SerializationStressTest3.PrivateConstructor
166 if (!(obj instanceof PrivateConstructor))
169 PrivateConstructor inst = (PrivateConstructor) obj;
462 PrivateConstructor test = new PrivateConstructor();

Completed in 115 milliseconds