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

/libcore/luni/src/main/java/java/io/
H A DObjectStreamField.java32 public class ObjectStreamField implements Comparable<Object> { class in inherits:Comparable
51 * Constructs an ObjectStreamField with the specified name and type.
60 public ObjectStreamField(String name, Class<?> cl) { method in class:ObjectStreamField
71 * Constructs an ObjectStreamField with the specified name, type and the
85 public ObjectStreamField(String name, Class<?> cl, boolean unshared) { method in class:ObjectStreamField
97 * Constructs an ObjectStreamField with the given name and the given type.
105 ObjectStreamField(String signature, String name) { method in class:ObjectStreamField
128 ObjectStreamField f = (ObjectStreamField) o;

Completed in 62 milliseconds