public class Component extends Object implements Comparable<Component>
String
name
int
size
compareTo(Component that)
boolean
equals(Object o)
hashCode()
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public final String name
public int size
public String toString()
toString
Object
public boolean equals(Object o)
equals
public int hashCode()
hashCode
public int compareTo(Component that)
compareTo
Comparable<Component>
Copyright © 2019. All rights reserved.